<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>[8994] sites/trunk/wordcamp.org: WordCamp Docker: Update sample database.</title>
</head>
<body>

<style type="text/css"><!--
#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; }
#msg dl.meta dt { float: left; width: 6em; font-weight: bold; }
#msg dt:after { content:':';}
#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt;  }
#msg dl a { font-weight: bold}
#msg dl a:link    { color:#fc3; }
#msg dl a:active  { color:#ff0; }
#msg dl a:visited { color:#cc6; }
h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; }
#msg pre { white-space: pre-line; overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; }
#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; }
#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; }
#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; }
#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; }
#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; }
#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; }
#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; }
#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; }
#logmsg pre { background: #eee; padding: 1em; }
#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;}
#logmsg dl { margin: 0; }
#logmsg dt { font-weight: bold; }
#logmsg dd { margin: 0; padding: 0 0 0.5em 0; }
#logmsg dd:before { content:'\00bb';}
#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; }
#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; }
#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; }
#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; }
#logmsg table th.Corner { text-align: left; }
#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; }
#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; }
#patch { width: 100%; }
#patch h4 {font-family: verdana,arial,helvetica,sans-serif;font-size:10pt;padding:8px;background:#369;color:#fff;margin:0;}
#patch .propset h4, #patch .binary h4 {margin:0;}
#patch pre {padding:0;line-height:1.2em;margin:0;}
#patch .diff {width:100%;background:#eee;padding: 0 0 10px 0;overflow:auto;}
#patch .propset .diff, #patch .binary .diff  {padding:10px 0;}
#patch span {display:block;padding:0 10px;}
#patch .modfile, #patch .addfile, #patch .delfile, #patch .propset, #patch .binary, #patch .copfile {border:1px solid #ccc;margin:10px 0;}
#patch ins {background:#dfd;text-decoration:none;display:block;padding:0 10px;}
#patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;}
#patch .lines, .info {color:#888;background:#fff;}
--></style>
<div id="msg">
<dl class="meta" style="font-size: 105%">
<dt style="float: left; width: 6em; font-weight: bold">Revision</dt> <dd><a style="font-weight: bold" href="http://meta.trac.wordpress.org/changeset/8994">8994</a><script type="application/ld+json">{"@context":"http://schema.org","@type":"EmailMessage","description":"Review this Commit","action":{"@type":"ViewAction","url":"http://meta.trac.wordpress.org/changeset/8994","name":"Review Commit"}}</script></dd>
<dt style="float: left; width: 6em; font-weight: bold">Author</dt> <dd>iandunn</dd>
<dt style="float: left; width: 6em; font-weight: bold">Date</dt> <dd>2019-06-25 20:47:24 +0000 (Tue, 25 Jun 2019)</dd>
</dl>

<pre style='padding-left: 1em; margin: 2em 0; border-left: 2px solid #ccc; line-height: 1.25; font-size: 105%; font-family: sans-serif'>WordCamp Docker: Update sample database.

The meaningful change here is network-activating several plugins that are active on production, and also the `pwa` plugin since it should be active in dev environments.</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#sitestrunkwordcamporgdockermysqlDockerfile">sites/trunk/wordcamp.org/.docker/mysql.Dockerfile</a></li>
<li><a href="#sitestrunkwordcamporgdockerreadmemd">sites/trunk/wordcamp.org/.docker/readme.md</a></li>
<li><a href="#sitestrunkwordcamporgdockerwordcamp_devsql">sites/trunk/wordcamp.org/.docker/wordcamp_dev.sql</a></li>
<li><a href="#sitestrunkwordcamporgdockercomposeyaml">sites/trunk/wordcamp.org/docker-compose.yaml</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="sitestrunkwordcamporgdockermysqlDockerfile"></a>
<div class="modfile"><h4 style="background-color: #eee; color: inherit; margin: 1em 0; padding: 1.3em; font-size: 115%">Modified: sites/trunk/wordcamp.org/.docker/mysql.Dockerfile</h4>
<pre class="diff"><span>
<span class="info" style="display: block; padding: 0 10px; color: #888">--- sites/trunk/wordcamp.org/.docker/mysql.Dockerfile 2019-06-25 20:47:17 UTC (rev 8993)
+++ sites/trunk/wordcamp.org/.docker/mysql.Dockerfile   2019-06-25 20:47:24 UTC (rev 8994)
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -6,4 +6,6 @@
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><span class="cx" style="display: block; padding: 0 10px"> ADD wordcamp_dev.sql /docker-entrypoint-initdb.d/data.sql
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+RUN apt-get install nano -y
+
</ins><span class="cx" style="display: block; padding: 0 10px"> EXPOSE 3306
</span></span></pre></div>
<a id="sitestrunkwordcamporgdockerreadmemd"></a>
<div class="modfile"><h4 style="background-color: #eee; color: inherit; margin: 1em 0; padding: 1.3em; font-size: 115%">Modified: sites/trunk/wordcamp.org/.docker/readme.md</h4>
<pre class="diff"><span>
<span class="info" style="display: block; padding: 0 10px; color: #888">--- sites/trunk/wordcamp.org/.docker/readme.md        2019-06-25 20:47:17 UTC (rev 8993)
+++ sites/trunk/wordcamp.org/.docker/readme.md  2019-06-25 20:47:24 UTC (rev 8994)
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -2,10 +2,8 @@
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><span class="cx" style="display: block; padding: 0 10px"> Follow these steps to setup a local WordCamp.org environment using [Docker](https://www.docker.com/).
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-**Note:** This will create `.docker/database` directory which will contain MySQL files to persist data across docker restarts.
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+1. Make sure you have Docker installed and running on your system.
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-1. Make sure you have Docker installed and Docker daemon running on your system.
-
</del><span class="cx" style="display: block; padding: 0 10px"> 1. Clone the repo:
</span><span class="cx" style="display: block; padding: 0 10px">     ```bash
</span><span class="cx" style="display: block; padding: 0 10px">     git clone git@github.com:WordPress/wordcamp.org.git wordcamp.test
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -36,6 +34,8 @@
</span><span class="cx" style="display: block; padding: 0 10px">     Creating wordcamporg_wordcamp.test_1 ... done
</span><span class="cx" style="display: block; padding: 0 10px">     ```
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+        _Note: This will create `.docker/database` directory which will contain MySQL files to persist data across docker restarts._
+
</ins><span class="cx" style="display: block; padding: 0 10px">     _Note: You won't be able to test in your browser just yet, so continue with the next steps._
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><span class="cx" style="display: block; padding: 0 10px"> 1. Add all the sites listed to your hosts file.
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -130,3 +130,17 @@
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><span class="cx" style="display: block; padding: 0 10px"> Once the Docker instance has started, you can visit [2014.content.wordcamp.org](2014.content.wordcamp.org) to view a sample WordCamp site. WordCamp central would be [central.wordcamp.test](central.wordcamp.test). You can also visit [localhost:1080](localhost:1080) to view the MailCatcher dashboard.
</span><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+
+
+## Updating the sample database
+
+1. Make sure WP is running the latest branch, and the database schema has been updated.
+1. Make sure there isn't anything sensitive in the database. Scrub anything that is.
+1. Update the sample file:
+
+       ```bash
+       docker-compose exec wordcamp.db bash
+       mysqldump wordcamp_dev -u root -pmysql > /var/lib/mysql/wordcamp_dev.sql
+       exit
+       mv .docker/database/wordcamp_dev.sql .docker/wordcamp_dev.sql
+       ```
</ins></span></pre></div>
<a id="sitestrunkwordcamporgdockerwordcamp_devsql"></a>
<div class="modfile"><h4 style="background-color: #eee; color: inherit; margin: 1em 0; padding: 1.3em; font-size: 115%">Modified: sites/trunk/wordcamp.org/.docker/wordcamp_dev.sql</h4>
<pre class="diff"><span>
<span class="info" style="display: block; padding: 0 10px; color: #888">--- sites/trunk/wordcamp.org/.docker/wordcamp_dev.sql 2019-06-25 20:47:17 UTC (rev 8993)
+++ sites/trunk/wordcamp.org/.docker/wordcamp_dev.sql   2019-06-25 20:47:24 UTC (rev 8994)
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -1,8 +1,8 @@
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">--- MySQL dump 10.14  Distrib 5.5.54-MariaDB, for debian-linux-gnu (x86_64)
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+-- MySQL dump 10.13  Distrib 5.7.26, for Linux (x86_64)
</ins><span class="cx" style="display: block; padding: 0 10px"> --
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">--- Host: localhost    Database: localhost
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+-- Host: localhost    Database: wordcamp_dev
</ins><span class="cx" style="display: block; padding: 0 10px"> -- ------------------------------------------------------
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">--- Server version       5.5.54-MariaDB-1ubuntu0.14.04.1
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+-- Server version        5.7.26
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><span class="cx" style="display: block; padding: 0 10px"> /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
</span><span class="cx" style="display: block; padding: 0 10px"> /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -19,9 +19,6 @@
</span><span class="cx" style="display: block; padding: 0 10px"> -- Table structure for table `wc_11_commentmeta`
</span><span class="cx" style="display: block; padding: 0 10px"> --
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-CREATE DATABASE IF NOT EXISTS `wordcamp_dev`;
-USE `wordcamp_dev`;
-
</del><span class="cx" style="display: block; padding: 0 10px"> DROP TABLE IF EXISTS `wc_11_commentmeta`;
</span><span class="cx" style="display: block; padding: 0 10px"> /*!40101 SET @saved_cs_client     = @@character_set_client */;
</span><span class="cx" style="display: block; padding: 0 10px"> /*!40101 SET character_set_client = utf8 */;
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -135,7 +132,7 @@
</span><span class="cx" style="display: block; padding: 0 10px">   `autoload` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'yes',
</span><span class="cx" style="display: block; padding: 0 10px">   PRIMARY KEY (`option_id`),
</span><span class="cx" style="display: block; padding: 0 10px">   UNIQUE KEY `option_name` (`option_name`)
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-) ENGINE=InnoDB AUTO_INCREMENT=2061 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+) ENGINE=InnoDB AUTO_INCREMENT=2086 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
</ins><span class="cx" style="display: block; padding: 0 10px"> /*!40101 SET character_set_client = @saved_cs_client */;
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><span class="cx" style="display: block; padding: 0 10px"> --
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -144,7 +141,7 @@
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><span class="cx" style="display: block; padding: 0 10px"> LOCK TABLES `wc_11_options` WRITE;
</span><span class="cx" style="display: block; padding: 0 10px"> /*!40000 ALTER TABLE `wc_11_options` DISABLE KEYS */;
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-INSERT INTO `wc_11_options` VALUES (1,'siteurl','http://2014.misc.wordcamp.test','yes'),(2,'blogname','Miscellaneous','yes'),(3,'blogdescription','Testing CampTix, shortcodes and other random things','yes'),(4,'users_can_register','0','yes'),(5,'admin_email','foo@example.org','yes'),(6,'start_of_week','1','yes'),(7,'use_balanceTags','0','yes'),(8,'use_smilies','1','yes'),(9,'require_name_email','1','yes'),(10,'comments_notify','1','yes'),(11,'posts_per_rss','10','yes'),(12,'rss_use_excerpt','0','yes'),(13,'mailserver_url','mail.example.com','yes'),(14,'mailserver_login','login@example.com','yes'),(15,'mailserver_pass','password','yes'),(16,'mailserver_port','110','yes'),(17,'default_category','1','yes'),(18,'default_comment_status','open','yes'),(19,'default_ping_status','open','yes'),(20,'default_pingback_flag','1','yes'),(21,'posts_per_page','10','yes'),(22,'date_format','F j, Y','yes'
 ),(23,'time_format','g:i a','yes'),(24,'links_updated_date_format','F j, Y g:i a','yes'),(28,'comment_moderation','0','yes'),(29,'moderation_notify','1','yes'),(30,'permalink_structure','/%year%/%monthnum%/%day%/%postname%/','yes'),(32,'hack_file','0','yes'),(33,'blog_charset','UTF-8','yes'),(34,'moderation_keys','','no'),(35,'active_plugins','a:2:{i:0;s:19:\"camptix/camptix.php\";i:1;s:21:\"wc-fonts/wc-fonts.php\";}','yes'),(36,'home','http://2014.misc.wordcamp.test','yes'),(37,'category_base','','yes'),(38,'ping_sites','http://rpc.pingomatic.com/','yes'),(40,'comment_max_links','2','yes'),(41,'gmt_offset','0','yes'),(42,'default_email_category','1','yes'),(43,'recently_edited','','no'),(44,'template','twentythirteen','yes'),(45,'stylesheet','twentythirteen','yes'),(46,'comment_whitelist','1','yes'),(47,'blacklist_keys','','no'),(48,'comment_registration','0','yes'),(49,'html_type','text/html','yes'),(50,'use_trackback','0','yes'),(51,'default_role','subscriber'
 ,'yes'),(52,'db_version','36686','yes'),(53,'uploads_use_yearmonth_folders','1','yes'),(54,'upload_path','','yes'),(55,'blog_public','1','yes'),(56,'default_link_category','2','yes'),(57,'show_on_front','posts','yes'),(58,'tag_base','','yes'),(59,'show_avatars','1','yes'),(60,'avatar_rating','G','yes'),(61,'upload_url_path','','yes'),(62,'thumbnail_size_w','150','yes'),(63,'thumbnail_size_h','150','yes'),(64,'thumbnail_crop','1','yes'),(65,'medium_size_w','300','yes'),(66,'medium_size_h','300','yes'),(67,'avatar_default','mystery','yes'),(68,'large_size_w','1024','yes'),(69,'large_size_h','1024','yes'),(70,'image_default_link_type','file','yes'),(71,'image_default_size','','yes'),(72,'image_default_align','','yes'),(73,'close_comments_for_old_posts','1','yes'),(74,'close_comments_days_old','30','yes'),(75,'thread_comments','1','yes'),(76,'thread_comments_depth','5','yes'),(77,'page_comments','0','yes'),(78,'comments_per_page','50','yes'),(79,'default_comments_page','newest','yes'),(
 80,'comment_order','asc','yes'),(81,'sticky_posts','a:0:{}','yes'),(82,'widget_categories','a:0:{}','yes'),(83,'widget_text','a:0:{}','yes'),(84,'widget_rss','a:0:{}','yes'),(85,'uninstall_plugins','a:0:{}','no'),(86,'timezone_string','','yes'),(87,'page_for_posts','0','yes'),(88,'page_on_front','0','yes'),(89,'default_post_format','0','yes'),(90,'link_manager_enabled','0','yes'),(91,'wc_11_user_roles','a:5:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:61:{s:13:\"switch_themes\";b:1;s:11:\"edit_themes\";b:1;s:16:\"activate_plugins\";b:1;s:12:\"edit_plugins\";b:1;s:10:\"edit_users\";b:1;s:10:\"edit_files\";b:1;s:14:\"manage_options\";b:1;s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:6:\"import\";b:1;s:15:\"unfi
 ltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:8:\"level_10\";b:1;s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\&quo
 t;edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:12:\"delete_users\";b:1;s:12:\"create_users\";b:1;s:17:\"unfiltered_upload\";b:1;s:14:\"edit_dashboard\";b:1;s:14:\"update_plugins\";b:1;s:14:\"delete_plugins\";b:1;s:15:\"install_plugins\";b:1;s:13:\"update_themes\";b:1;s:14:\"install_themes\";b:1;s:11:\"update_core\";b:1;s:10:\"list_users\";b:1;s:12:\"remove_users\";b:1;s:13:\"promote_users\";b:1;s:18:\"edit_theme_options\";b:1;s:13:\"delete_themes\";b:1;s:6:\"export\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:34:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12
 :\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_
 private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:10:{s:12:\"upload_files\";b:1;s:10:\"edit_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:22:\"delete_published_posts\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:5:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"
 name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}}','yes'),(94,'theme_mods_twentyfourteen','a:1:{s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1395761114;s:4:\"data\";a:7:{s:19:\"wp_inactive_widgets\";a:0:{}s:19:\"primary-widget-area\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}s:24:\"first-footer-widget-area\";a:0:{}s:25:\"second-footer-widget-area\";a:0:{}s:24:\"third-footer-widget-area\";N;s:17:\"pages-widget-area\";N;s:16:\"blog-widget-area\";N;}}}','yes'),(95,'current_theme','Twenty Thirteen','yes'),(96,'theme_mods_twentythirteen','a:1:{i:0;b:0;}','yes'),(97,'theme_switched','','yes'),(98,'wccsp_settings','a:5:{s:7:\"e
 nabled\";s:3:\"off\";s:21:\"body_background_color\";s:3:\"red\";s:26:\"container_background_color\";s:7:\"#FFFFFF\";s:10:\"text_color\";s:7:\"#000000\";s:8:\"image_id\";i:0;}','yes'),(99,'wcb_sponsor_level_children','a:0:{}','yes'),(100,'cron','a:11:{i:1465238559;a:2:{s:23:\"wordcamp_dev_30_seconds\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"30-seconds\";s:4:\"args\";a:0:{}s:8:\"interval\";i:30;}}s:23:\"wordcamp_dev_10_seconds\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"10-seconds\";s:4:\"args\";a:0:{}s:8:\"interval\";i:10;}}}i:1465238568;a:3:{s:14:\"lsf_30_seconds\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"30-seconds\";s:4:\"args\&quot
 ;;a:0:{}s:8:\"interval\";i:30;}}s:14:\"lsf_60_seconds\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"60-seconds\";s:4:\"args\";a:0:{}s:8:\"interval\";i:60;}}s:14:\"lsf_10_seconds\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"10-seconds\";s:4:\"args\";a:0:{}s:8:\"interval\";i:10;}}}i:1465238583;a:1:{s:14:\"lsf_45_seconds\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"45-seconds\";s:4:\"args\";a:0:{}s:8:\"interval\";i:45;}}}i:1465238589;a:2:{s:23:\"wordcamp_dev_60_seconds\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"60-seconds\";s:4:\"args\";a:0:{}s:8:\"interval\";i:60;}}s:23:\"wordcamp_dev_45_seconds\";a
 :1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"45-seconds\";s:4:\"args\";a:0:{}s:8:\"interval\";i:45;}}}i:1465239048;a:1:{s:31:\"tix_scheduled_every_ten_minutes\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:7:\"10-mins\";s:4:\"args\";a:0:{}s:8:\"interval\";i:600;}}}i:1465240283;a:1:{s:20:\"jetpack_clean_nonces\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1465242047;a:1:{s:30:\"tix_dashboard_scheduled_hourly\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1465260597;a:1:{s:24:\"grunion_scheduled_delete\";a:1:{s:32:\"4
 0cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1465321248;a:2:{s:19:\"tix_scheduled_daily\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:19:\"wp_scheduled_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1465321324;a:1:{s:30:\"wp_scheduled_auto_draft_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}s:7:\"version\";i:2;}','yes'),(101,'post_count','1','yes'),(102,'jetpack_options','a:4:{s:7:\"version\";s:18:\&q
 uot;3.1-dev:1402344938\";s:11:\"old_version\";s:16:\"2.9.1:1395769247\";s:28:\"fallback_no_verify_ssl_certs\";i:0;s:9:\"time_diff\";i:0;}','yes'),(103,'camptix_options','a:16:{s:8:\"currency\";s:3:\"USD\";s:10:\"event_name\";s:2:\"\">\";s:7:\"version\";i:20140325;s:20:\"reservations_enabled\";b:0;s:15:\"refunds_enabled\";b:0;s:18:\"refund_all_enabled\";b:0;s:8:\"archived\";b:0;s:15:\"payment_methods\";a:1:{s:6:\"paypal\";b:1;}s:30:\"email_template_single_purchase\";s:30:\"\"><img src=x onerror=alert(1)>\";s:32:\"email_template_multiple_purchase\";s:243:\"Hi there!\r\n\r\nThank you so much for purchasing a ticket and hope to see you soon at our event. You can edit your information at any time before the event, by visiting the following link:\r\n\r\n[ticket_url]\r\n\r\nLet us 
 know if you have any questions!\";s:40:\"email_template_multiple_purchase_receipt\";s:249:\"Hi there!\r\n\r\nYou have purchased the following tickets:\r\n\r\n[receipt]\r\n\r\nYou can edit the information for all the purchased tickets at any time before the event, by visiting the following link:\r\n\r\n[ticket_url]\r\n\r\nLet us know if you have any questions!\";s:32:\"email_template_pending_succeeded\";s:243:\"Hey there!\r\n\r\nYour payment for [event_name] has been completed, looking forward to seeing you at the event! You can access and change your tickets information by visiting the following link:\r\n\r\n[ticket_url]\r\n\r\nLet us know if you need any help!\";s:29:\"email_template_pending_failed\";s:299:\"Hey there!\r\n\r\nWe\'re so sorry, but it looks like your payment for [event_name] has failed! Please check your payment transactions for more details. If you still wish to attend the event, feel free to purchase a new
  ticket using the following link:\r\n\r\n[ticket_url]\r\n\r\nLet us know if you need any help!\";s:28:\"email_template_single_refund\";s:236:\"Hey there!\r\n\r\nYour refund for [event_name] has been completed. If you change your mind and still wish to attend the event, feel free to purchase a new ticket using the following link:\r\n\r\n[ticket_url]\r\n\r\nLet us know if you need any help!\";s:30:\"email_template_multiple_refund\";s:235:\"Hey there!\r\n\r\nYour ticket for [event_name] has been refunded. If you change your mind and still wish to attend the event, feel free to purchase a new ticket using the following link:\r\n\r\n[ticket_url]\r\n\r\nLet us know if you need any help!\";s:22:\"payment_options_paypal\";a:5:{s:10:\"api_predef\";s:0:\"\";s:12:\"api_username\";s:31:\"\\\"><img src=x onerror=alert(1)>\";s:12:\"api_password\";s:31:\"\\\"><img 
 src=x onerror=alert(1)>\";s:13:\"api_signature\";s:31:\"\\\"><img src=x onerror=alert(1)>\";s:7:\"sandbox\";b:1;}}','yes'),(105,'tggr_settings','a:5:{s:10:\"db_version\";s:3:\"0.6\";s:17:\"TGGRSourceTwitter\";a:5:{s:12:\"consumer_key\";s:0:\"\";s:15:\"consumer_secret\";s:0:\"\";s:20:\"highlighted_accounts\";s:0:\"\";s:13:\"_bearer_token\";s:0:\"\";s:16:\"_newest_tweet_id\";s:18:\"480455036451819520\";}s:19:\"TGGRSourceInstagram\";a:3:{s:9:\"client_id\";s:0:\"\";s:20:\"highlighted_accounts\";s:0:\"\";s:16:\"_newest_media_id\";i:0;}s:16:\"TGGRSourceFlickr\";a:3:{s:7:\"api_key\";s:0:\"\";s:20:\"highlighted_accounts\";s:0:\"\";s:18:\"_newest_media_date\";i:1403370284;}s:16:\"TGGRSource
 Google\";a:3:{s:7:\"api_key\";s:0:\"\";s:20:\"highlighted_accounts\";s:0:\"\";s:21:\"_newest_activity_date\";i:0;}}','yes'),(106,'jetpack_activated','4','yes'),(121,'camptix_stats','a:6:{s:13:\"last_modified\";i:1403382228;s:4:\"sold\";i:0;s:9:\"remaining\";i:255;s:8:\"subtotal\";i:0;s:10:\"discounted\";i:0;s:7:\"revenue\";i:0;}','yes'),(146,'recently_activated','a:0:{}','yes'),(189,'camptix_dashboard_timestamp','1397568077','yes'),(190,'db_upgraded','','yes'),(314,'_transient_tggr_last_media_fetch','1403384676.6707','yes'),(394,'new_admin_email','foo@example.org','yes'),(395,'WPLANG','','yes'),(1647,'jetpack_active_modules','a:6:{i:0;s:10:\"vaultpress\";i:1;s:18:\"verification-tools\";i:3;s:12:\"contact-form\";i:5;s:10:\"shortcodes\";i:7;s:10:\"custom-css\";i:9;s:13:\"subscriptions\";}','yes'),(1891,'json_api_
 plugin_version','1.2.5','yes'),(1929,'_transient_random_seed','4d8165a70a531db072db49f8dc586f17','yes'),(1997,'jetpack_file_data','a:1:{s:5:\"4.0.3\";a:49:{s:32:\"31e5b9ae08b62c2b0cd8a7792242298b\";a:14:{s:4:\"name\";s:20:\"Spelling and Grammar\";s:11:\"description\";s:89:\"Check your spelling, style, and grammar with the After the Deadline proofreading service.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1:\"6\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:7:\"Writing\";s:7:\"feature\";s:0:\"\";s:25:\&qu
 ot;additional_search_queries\";s:115:\"after the deadline, afterthedeadline, spell, spellchecker, spelling, grammar, proofreading, style, language, cliche\";}s:32:\"3f41b2d629265b5de8108b463abbe8e2\";a:14:{s:4:\"name\";s:8:\"Carousel\";s:11:\"description\";s:63:\"Transform standard image galleries into full-screen slideshows.\";s:14:\"jumpstart_desc\";s:79:\"Brings your photos and images to life as full-size, easily navigable galleries.\";s:4:\"sort\";s:2:\"22\";s:20:\"recommendation_order\";s:2:\"12\";s:10:\"introduced\";s:3:\"1.5\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:17:\"Photos and Videos\&
 quot;;s:7:\"feature\";s:9:\"Jumpstart\";s:25:\"additional_search_queries\";s:80:\"gallery, carousel, diaporama, slideshow, images, lightbox, exif, metadata, image\";}s:32:\"c6ebb418dde302de09600a6025370583\";a:14:{s:4:\"name\";s:8:\"Comments\";s:11:\"description\";s:79:\"Let readers comment with WordPress.com, Twitter, Facebook, or Google+ accounts.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"20\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.4\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:6:\"Social\";s:7:\"feature\";s:0:\"\
 ";s:25:\"additional_search_queries\";s:53:\"comments, comment, facebook, twitter, google+, social\";}s:32:\"836f9485669e1bbb02920cb474730df0\";a:14:{s:4:\"name\";s:12:\"Contact Form\";s:11:\"description\";s:44:\"Insert a contact form anywhere on your site.\";s:14:\"jumpstart_desc\";s:111:\"Adds a button to your post and page editors, allowing you to build simple forms to help visitors stay in touch.\";s:4:\"sort\";s:2:\"15\";s:20:\"recommendation_order\";s:2:\"14\";s:10:\"introduced\";s:3:\"1.3\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:5:\"Other\";s:7:\"feature\";s:9:\&qu
 ot;Jumpstart\";s:25:\"additional_search_queries\";s:44:\"contact, form, grunion, feedback, submission\";}s:32:\"ea3970eebf8aac55fc3eca5dca0e0157\";a:14:{s:4:\"name\";s:20:\"Custom Content Types\";s:11:\"description\";s:92:\"Organize and display different types of content on your site, separate from posts and pages.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"34\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"3.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:7:\"Writing\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\&quo
 t;;s:72:\"cpt, custom post types, portfolio, portfolios, testimonial, testimonials\";}s:32:\"d2bb05ccad3d8789df40ca3abb97336c\";a:14:{s:4:\"name\";s:10:\"Custom CSS\";s:11:\"description\";s:57:\"Customize your site’s CSS without modifying your theme.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1:\"2\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.7\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:10:\"Appearance\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:108:\"css, customize, custom, style, editor, less, sass, preproces
 sor, font, mobile, appearance, theme, stylesheet\";}s:32:\"a2064eec5b9c7e0d816af71dee7a715f\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";}s:32:\"53a4ec755022ef3953699734c343da02\";a:14:{s:4:\"name\";s:21:\"Enhanced Distribution\";s:11:\"description\";s:27:\"Increase reach a
 nd traffic.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1:\"5\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.2\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:6:\"Public\";s:11:\"module_tags\";s:7:\"Writing\";s:7:\"feature\";s:7:\"Traffic\";s:25:\"additional_search_queries\";s:54:\"google, seo, firehose, search, broadcast, broadcasting\";}s:32:\"72fecb67ee6704ba0a33e0225316ad06\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:
 0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";}s:32:\"d56e2886185a9eace719cc57d46770df\";a:14:{s:4:\"name\";s:19:\"Gravatar Hovercards\";s:11:\"description\";s:58:\"Enable pop-up business cards over commenters’ Gravatars.\";s:14:\"jumpstart_desc\";s:131:\"Let commenters link their profiles to their Gravatar accounts, making it easy for your visitors to learn more about your community.\";s:4:\"sort\";s:2:\"11\";s:20:\"recommendation_order\";s:2:\"13\";s:10:
 \"introduced\";s:3:\"1.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:18:\"Social, Appearance\";s:7:\"feature\";s:9:\"Jumpstart\";s:25:\"additional_search_queries\";s:20:\"gravatar, hovercards\";}s:32:\"e391e760617bd0e0736550e34a73d7fe\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:8:\"2.0.3 ??\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\
 ";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";}s:32:\"2e345370766346c616b3c5046e817720\";a:14:{s:4:\"name\";s:15:\"Infinite Scroll\";s:11:\"description\";s:46:\"Add support for infinite scroll to your theme.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"26\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:10:\"A
 ppearance\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:33:\"scroll, infinite, infinite scroll\";}s:32:\"bd69edbf134de5fae8fdcf2e70a45b56\";a:14:{s:4:\"name\";s:8:\"JSON API\";s:11:\"description\";s:69:\"Allow applications to securely access your content through the cloud.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"19\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.9\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:6:\"Public\";s:11:\"module_tags\";s:19:\"Writing, Developers\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_
 queries\";s:50:\"api, rest, develop, developers, json, klout, oauth\";}s:32:\"8110b7a4423aaa619dfa46b8843e10d1\";a:14:{s:4:\"name\";s:14:\"Beautiful Math\";s:11:\"description\";s:85:\"Use LaTeX markup language in posts and pages for complex equations and other geekery.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"12\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:7:\"Writing\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:47:\"latex, math, equation, equations, formula,
  code\";}s:32:\"fd7e85d3b4887fa6b6f997d6592c1f33\";a:14:{s:4:\"name\";s:5:\"Likes\";s:11:\"description\";s:70:\"Give visitors an easy way to show their appreciation for your content.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"23\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.2\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:6:\"Social\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:26:\"like, likes, wordpress.com\";}s:32:\"c5dfef41fad5bcdcaae8e315e5cfc420\";a:14:{s:4:\"name\";s:6:\"Manage\"
 ;s:11:\"description\";s:76:\"Manage all your sites from a centralized place, https://wordpress.com/sites.\";s:14:\"jumpstart_desc\";s:151:\"Helps you remotely manage plugins, turn on automated updates, and more from <a href=\"https://wordpress.com/plugins/\" target=\"_blank\">wordpress.com</a>.\";s:4:\"sort\";s:1:\"1\";s:20:\"recommendation_order\";s:1:\"3\";s:10:\"introduced\";s:3:\"3.4\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:35:\"Centralized Management, Recommended\";s:7:\"feature\";s:22:\"Recommended, Jumpstart\";s:25:\"additional_search_queries\";s:26:\"manage, ma
 nagement, remote\";}s:32:\"fd6dc399b92bce76013427e3107c314f\";a:14:{s:4:\"name\";s:8:\"Markdown\";s:11:\"description\";s:51:\"Write posts or pages in plain-text Markdown syntax.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"31\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.8\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:7:\"Writing\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:12:\"md, markdown\";}s:32:\"c49a35b6482b0426cb07ad28ecf5d7df\";a:14:{s:4:\"name\";s:12:\"Mobile Theme\";s:11:\&quot
 ;description\";s:64:\"Optimize your site with a mobile-friendly theme for smartphones.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"21\";s:20:\"recommendation_order\";s:2:\"11\";s:10:\"introduced\";s:3:\"1.8\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:31:\"Appearance, Mobile, Recommended\";s:7:\"feature\";s:11:\"Recommended\";s:25:\"additional_search_queries\";s:24:\"mobile, theme, minileven\";}s:32:\"b42e38f6fafd2e4104ebe5bf39b4be47\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s
 :4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";}s:32:\"771cfeeba0d3d23ec344d5e781fb0ae2\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\&q
 uot;;s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";}s:32:\"54f0661d27c814fc8bde39580181d939\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\
 "\";s:25:\"additional_search_queries\";s:0:\"\";}s:32:\"46c4c413b5c72bbd3c3dbd14ff8f8adc\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";}s:32:\"9ea52fa25783e5ceeb6bfaed3268e64e\";a:14:{s:4:\"name\";s:7:\"Monitor\";s:11:\"description\";s:25:\"Reports o
 n site downtime.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"28\";s:20:\"recommendation_order\";s:2:\"10\";s:10:\"introduced\";s:3:\"2.6\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:11:\"Recommended\";s:7:\"feature\";s:33:\"Recommended, Performance-Security\";s:25:\"additional_search_queries\";s:37:\"monitor, uptime, downtime, monitoring\";}s:32:\"cfcaafd0fcad087899d715e0b877474d\";a:14:{s:4:\"name\";s:13:\"Notifications\";s:11:\"description\";s:84:\"Receive notification of site activity via the admin toolbar and your Mobile devices.\";s:14:\"jumpsta
 rt_desc\";s:0:\"\";s:4:\"sort\";s:2:\"13\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.9\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:5:\"Other\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:62:\"notification, notifications, toolbar, adminbar, push, comments\";}s:32:\"0d18bfa69bec61550c1d813ce64149b0\";a:14:{s:4:\"name\";s:10:\"Omnisearch\";s:11:\"description\";s:66:\"Search your entire database from a single field in your Dashboard.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"16\";s:2
 0:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.3\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:10:\"Developers\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:6:\"search\";}s:32:\"3f0a11e23118f0788d424b646a6d465f\";a:14:{s:4:\"name\";s:6:\"Photon\";s:11:\"description\";s:27:\"Speed up images and photos.\";s:14:\"jumpstart_desc\";s:141:\"Mirrors and serves your images from our free and fast image CDN, improving your site’s performance with no additional load on your servers.\";s:4:\"sort\";s:2:\"25\";s:20:\"recommendation_order\&quo
 t;;s:1:\"1\";s:10:\"introduced\";s:3:\"2.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:42:\"Photos and Videos, Appearance, Recommended\";s:7:\"feature\";s:44:\"Recommended, Jumpstart, Performance-Security\";s:25:\"additional_search_queries\";s:38:\"photon, image, cdn, performance, speed\";}s:32:\"e37cfbcb72323fb1fe8255a2edb4d738\";a:14:{s:4:\"name\";s:13:\"Post by Email\";s:11:\"description\";s:58:\"Publish posts by email, using any device and email client.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"14\";s:20:\"recommendation_order\";s:0:\"\";s:10:
 \"introduced\";s:3:\"2.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:7:\"Writing\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:20:\"post by email, email\";}s:32:\"728290d131a480bfe7b9e405d7cd925f\";a:14:{s:4:\"name\";s:7:\"Protect\";s:11:\"description\";s:28:\"Prevent brute force attacks.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1:\"1\";s:20:\"recommendation_order\";s:1:\"4\";s:10:\"introduced\";s:3:\"3.4\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\"
 ;s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:11:\"Recommended\";s:7:\"feature\";s:33:\"Recommended, Performance-Security\";s:25:\"additional_search_queries\";s:65:\"security, secure, protection, botnet, brute force, protect, login\";}s:32:\"f9ce784babbbf4dcca99b8cd2ceb420c\";a:14:{s:4:\"name\";s:9:\"Publicize\";s:11:\"description\";s:30:\"Automatically promote content.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"10\";s:20:\"recommendation_order\";s:1:\"7\";s:10:\"introduced\";s:3:\"2.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\
 ";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:19:\"Social, Recommended\";s:7:\"feature\";s:20:\"Recommended, Traffic\";s:25:\"additional_search_queries\";s:107:\"facebook, twitter, google+, googleplus, google, path, tumblr, linkedin, social, tweet, connections, sharing\";}s:32:\"052c03877dd3d296a71531cb07ad939a\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\&q
 uot;;s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";}s:32:\"52edecb2a75222e75b2dce4356a4efce\";a:14:{s:4:\"name\";s:13:\"Related Posts\";s:11:\"description\";s:24:\"Display similar content.\";s:14:\"jumpstart_desc\";s:113:\"Keep visitors engaged on your blog by highlighting relevant and new content at the bottom of each published post.\";s:4:\"sort\";s:2:\"29\";s:20:\"recommendation_order\";s:1:\"9\";s:10:\"introduced\";s:3:\"2.9\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:11:\"Recommended\";s:7:\"feature\";s:31:\&quot
 ;Recommended, Jumpstart, Traffic\";s:25:\"additional_search_queries\";s:22:\"related, related posts\";}s:32:\"8b059cb50a66b717f1ec842e736b858c\";a:14:{s:4:\"name\";s:7:\"Sharing\";s:11:\"description\";s:32:\"Visitors can share your content.\";s:14:\"jumpstart_desc\";s:116:\"Twitter, Facebook and Google+ buttons at the bottom of each post, making it easy for visitors to share your content.\";s:4:\"sort\";s:1:\"7\";s:20:\"recommendation_order\";s:1:\"6\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:3:\"1.2\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:19:\"Social, Recommended\";s:7:\"feature\";s:3
 1:\"Recommended, Jumpstart, Traffic\";s:25:\"additional_search_queries\";s:141:\"share, sharing, sharedaddy, buttons, icons, email, facebook, twitter, google+, linkedin, pinterest, pocket, press this, print, reddit, tumblr\";}s:32:\"a6d2394329871857401255533a9873f7\";a:14:{s:4:\"name\";s:16:\"Shortcode Embeds\";s:11:\"description\";s:77:\"Embed content from YouTube, Vimeo, SlideShare, and more, no coding necessary.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1:\"3\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:3:\"1.2\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:46
 :\"Photos and Videos, Social, Writing, Appearance\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:251:\"shortcodes, shortcode, embeds, media, bandcamp, blip.tv, dailymotion, digg, facebook, flickr, google calendars, google maps, google+, polldaddy, recipe, recipes, scribd, slideshare, slideshow, slideshows, soundcloud, ted, twitter, vimeo, vine, youtube\";}s:32:\"21496e2897ea5f81605e2f2ac3beb921\";a:14:{s:4:\"name\";s:16:\"WP.me Shortlinks\";s:11:\"description\";s:56:\"Enable WP.me-powered shortlinks for all posts and pages.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1:\"8\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:
 \"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:6:\"Social\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:17:\"shortlinks, wp.me\";}s:32:\"e2a54a5d7879a4162709e6ffb540dd08\";a:14:{s:4:\"name\";s:9:\"Site Icon\";s:11:\"description\";s:29:\"Add a site icon to your site.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"22\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"3.2\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:5:\"Other\";
 s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:24:\"favicon, icon, site icon\";}s:32:\"f5c537bc304f55b29c1a87e30be0cd24\";a:14:{s:4:\"name\";s:8:\"Sitemaps\";s:11:\"description\";s:75:\"Creates sitemaps to allow your site to be easily indexed by search engines.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"13\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"3.9\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:6:\"Public\";s:11:\"module_tags\";s:20:\"Recommended, Traffic\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:39:
 \"sitemap, traffic, search, site map, seo\";}s:32:\"59a23643437358a9b557f1d1e20ab040\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";}s:32:\"6a90f97c3194cfca5671728eaaeaf15e\";a:14:{s:4:\"name\";s:14:\"Single Sign On\";s:11:\"description\";s:27:\"Secure user authenticatio
 n.\";s:14:\"jumpstart_desc\";s:98:\"Lets you log in to all your Jetpack-enabled sites with one click using your WordPress.com account.\";s:4:\"sort\";s:2:\"30\";s:20:\"recommendation_order\";s:1:\"5\";s:10:\"introduced\";s:3:\"2.6\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:10:\"Developers\";s:7:\"feature\";s:31:\"Jumpstart, Performance-Security\";s:25:\"additional_search_queries\";s:34:\"sso, single sign on, login, log in\";}s:32:\"b65604e920392e2f7134b646760b75e8\";a:14:{s:4:\"name\";s:10:\"Site Stats\";s:11:\"description\";s:35:\"Collect traffic stats and insights.\
 ";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1:\"1\";s:20:\"recommendation_order\";s:1:\"2\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:23:\"Site Stats, Recommended\";s:7:\"feature\";s:20:\"Recommended, Traffic\";s:25:\"additional_search_queries\";s:54:\"statistics, tracking, analytics, views, traffic, stats\";}s:32:\"23a586dd7ead00e69ec53eb32ef740e4\";a:14:{s:4:\"name\";s:13:\"Subscriptions\";s:11:\"description\";s:88:\"Allow users to subscribe to your posts and comments and receive notifications via email.\";s:14:\"jumps
 tart_desc\";s:126:\"Give visitors two easy subscription options — while commenting, or via a separate email subscription widget you can display.\";s:4:\"sort\";s:1:\"9\";s:20:\"recommendation_order\";s:1:\"8\";s:10:\"introduced\";s:3:\"1.2\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:6:\"Social\";s:7:\"feature\";s:9:\"Jumpstart\";s:25:\"additional_search_queries\";s:74:\"subscriptions, subscription, email, follow, followers, subscribers, signup\";}s:32:\"1d978b8d84d2f378fe1a702a67633b6d\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc
 \";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";}s:32:\"b3b983461d7f3d27322a3551ed8a9405\";a:14:{s:4:\"name\";s:15:\"Tiled Galleries\";s:11:\"description\";s:73:\"Display your image galleries in a variety of sleek, graphic arrangements.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"24\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introd
 uced\";s:3:\"2.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:17:\"Photos and Videos\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:43:\"gallery, tiles, tiled, grid, mosaic, images\";}s:32:\"d924e5b05722b0e104448543598f54c0\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:
 19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";}s:32:\"36741583b10c521997e563ad8e1e8b77\";a:14:{s:4:\"name\";s:12:\"Data Backups\";s:11:\"description\";s:27:\"Daily or real-time backups.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"32\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:5:\"0:1.2\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:5:\"false\";s:4:\"free\";s:5:\"false\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:0:\"\";s:7:\"featu
 re\";s:20:\"Performance-Security\";s:25:\"additional_search_queries\";s:28:\"vaultpress, backup, security\";}s:32:\"2b9b44f09b5459617d68dd82ee17002a\";a:14:{s:4:\"name\";s:17:\"Site Verification\";s:11:\"description\";s:77:\"Verify your site or domain with Google Search Console, Pinterest, and others.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"33\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"3.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:56:\&q
 uot;webmaster, seo, google, bing, pinterest, search, console\";}s:32:\"5ab4c0db7c42e10e646342da0274c491\";a:14:{s:4:\"name\";s:10:\"VideoPress\";s:11:\"description\";s:68:\"Upload and embed videos right on your site. (Subscription required.)\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"27\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.5\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:5:\"false\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:17:\"Photos and Videos\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:25:\"video, videos, videopress\";}s:32:\"60a1d3aa38bc0fe1039e
 59dd60888543\";a:14:{s:4:\"name\";s:17:\"Widget Visibility\";s:11:\"description\";s:57:\"Specify which widgets appear on which pages of your site.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"17\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.4\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:10:\"Appearance\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:54:\"widget visibility, logic, conditional, widgets, widget\";}s:32:\"174ed3416476c2cb9ff5b0f671280b15\";a:14:{s:4:\"name\";s:21:\"Extra Sidebar Widgets\&qu
 ot;;s:11:\"description\";s:79:\"Add images, Twitter streams, your site’s RSS links, and more to your sidebar.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1:\"4\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.2\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:18:\"Social, Appearance\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:65:\"widget, widgets, facebook, gallery, twitter, gravatar, image, rss\";}s:32:\"28b931a1db19bd24869bd54b14e733d5\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\&quo
 t;jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";}}}','yes'),(1998,'jetpack_available_modules','a:1:{s:5:\"4.0.3\";a:37:{s:18:\"after-the-deadline\";s:3:\"1.1\";s:8:\"carousel\";s:3:\"1.5\";s:8:\"comments\";s:3:\"1.4\";s:12:\"contact-form\";s:3:\"1.3\";s:20:\"custom-content-types\";s:3:\"3.1\";s:10:\"custom-css\";s:3:\"1.
 7\";s:21:\"enhanced-distribution\";s:3:\"1.2\";s:19:\"gravatar-hovercards\";s:3:\"1.1\";s:15:\"infinite-scroll\";s:3:\"2.0\";s:8:\"json-api\";s:3:\"1.9\";s:5:\"latex\";s:3:\"1.1\";s:5:\"likes\";s:3:\"2.2\";s:6:\"manage\";s:3:\"3.4\";s:8:\"markdown\";s:3:\"2.8\";s:9:\"minileven\";s:3:\"1.8\";s:7:\"monitor\";s:3:\"2.6\";s:5:\"notes\";s:3:\"1.9\";s:10:\"omnisearch\";s:3:\"2.3\";s:6:\"photon\";s:3:\"2.0\";s:13:\"post-by-email\";s:3:\"2.0\";s:7:\"protect\";s:3:\"3.4\";s:9:\"publicize\";s:3:\"2.0\";s:13:\"related-posts\";s:3:\"2.9\";s:10:\"sharedaddy\";s:3:\"1.1\";s:10:\"shortcodes\";s:3:\"1.1\";s:10:\"sho
 rtlinks\";s:3:\"1.1\";s:9:\"site-icon\";s:3:\"3.2\";s:8:\"sitemaps\";s:3:\"3.9\";s:3:\"sso\";s:3:\"2.6\";s:5:\"stats\";s:3:\"1.1\";s:13:\"subscriptions\";s:3:\"1.2\";s:13:\"tiled-gallery\";s:3:\"2.1\";s:10:\"vaultpress\";s:5:\"0:1.2\";s:18:\"verification-tools\";s:3:\"3.0\";s:10:\"videopress\";s:3:\"2.5\";s:17:\"widget-visibility\";s:3:\"2.4\";s:7:\"widgets\";s:3:\"1.2\";}}','yes'),(2021,'rewrite_rules','a:325:{s:11:\"^wp-json/?$\";s:22:\"index.php?json_route=/\";s:14:\"^wp-json/(.*)?\";s:33:\"index.php?json_route=/$matches[1]\";s:14:\"tggr-tweets/?$\";s:31:\"index.php?post_type=tggr-tweets\";s:44:\"tggr-tweets/feed/(feed|rdf|rss|rss2|atom)/?$\";s:48:\"index.php?post_type=tggr-t
 weets&feed=$matches[1]\";s:39:\"tggr-tweets/(feed|rdf|rss|rss2|atom)/?$\";s:48:\"index.php?post_type=tggr-tweets&feed=$matches[1]\";s:31:\"tggr-tweets/page/([0-9]{1,})/?$\";s:49:\"index.php?post_type=tggr-tweets&paged=$matches[1]\";s:17:\"tggr-instagram/?$\";s:34:\"index.php?post_type=tggr-instagram\";s:47:\"tggr-instagram/feed/(feed|rdf|rss|rss2|atom)/?$\";s:51:\"index.php?post_type=tggr-instagram&feed=$matches[1]\";s:42:\"tggr-instagram/(feed|rdf|rss|rss2|atom)/?$\";s:51:\"index.php?post_type=tggr-instagram&feed=$matches[1]\";s:34:\"tggr-instagram/page/([0-9]{1,})/?$\";s:52:\"index.php?post_type=tggr-instagram&paged=$matches[1]\";s:14:\"tggr-flickr/?$\";s:31:\"index.php?post_type=tggr-flickr\";s:44:\"tggr-flickr/feed/(feed|rdf|rss|rss2|atom)/?$\";s:48:\"index.php?post_type=tggr-flickr&feed=$match
 es[1]\";s:39:\"tggr-flickr/(feed|rdf|rss|rss2|atom)/?$\";s:48:\"index.php?post_type=tggr-flickr&feed=$matches[1]\";s:31:\"tggr-flickr/page/([0-9]{1,})/?$\";s:49:\"index.php?post_type=tggr-flickr&paged=$matches[1]\";s:14:\"tggr-google/?$\";s:31:\"index.php?post_type=tggr-google\";s:44:\"tggr-google/feed/(feed|rdf|rss|rss2|atom)/?$\";s:48:\"index.php?post_type=tggr-google&feed=$matches[1]\";s:39:\"tggr-google/(feed|rdf|rss|rss2|atom)/?$\";s:48:\"index.php?post_type=tggr-google&feed=$matches[1]\";s:31:\"tggr-google/page/([0-9]{1,})/?$\";s:49:\"index.php?post_type=tggr-google&paged=$matches[1]\";s:15:\"^calendar\\.ics$\";s:32:\"index.php?wcorg_wordcamps_ical=1\";s:47:\"category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:42:\"category/(
 .+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:23:\"category/(.+?)/embed/?$\";s:46:\"index.php?category_name=$matches[1]&embed=true\";s:35:\"category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:17:\"category/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:44:\"tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:39:\"tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:20:\"tag/([^/]+)/embed/?$\";s:36:\"index.php?tag=$matches[1]&embed=true\";s:32:\"tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:14:\"tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1
 ]\";s:45:\"type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:40:\"type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:21:\"type/([^/]+)/embed/?$\";s:44:\"index.php?post_format=$matches[1]&embed=true\";s:33:\"type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?post_format=$matches[1]&paged=$matches[2]\";s:15:\"type/([^/]+)/?$\";s:33:\"index.php?post_format=$matches[1]\";s:38:\"tix_ticket/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:48:\"tix_ticket/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:68:\"tix_ticket/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[
 2]\";s:63:\"tix_ticket/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:63:\"tix_ticket/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:44:\"tix_ticket/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:27:\"tix_ticket/([^/]+)/embed/?$\";s:58:\"index.php?post_type=tix_ticket&name=$matches[1]&embed=true\";s:31:\"tix_ticket/([^/]+)/trackback/?$\";s:52:\"index.php?post_type=tix_ticket&name=$matches[1]&tb=1\";s:39:\"tix_ticket/([^/]+)/page/?([0-9]{1,})/?$\";s:65:\"index.php?post_type=tix_ticket&name=$matches[1]&paged=$matches[2]\";s:46:\"tix_ticket/([^/]+)/comment-page-([0-9]{1,})/?$\";s:65:\"index.php?post_type=tix_ticket&name=$matches[
 1]&cpage=$matches[2]\";s:35:\"tix_ticket/([^/]+)(?:/([0-9]+))?/?$\";s:64:\"index.php?post_type=tix_ticket&name=$matches[1]&page=$matches[2]\";s:27:\"tix_ticket/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\"tix_ticket/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\"tix_ticket/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"tix_ticket/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"tix_ticket/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\"tix_ticket/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:40:\"tix_question/[^/]+/attachmen
 t/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:50:\"tix_question/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:70:\"tix_question/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"tix_question/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"tix_question/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:46:\"tix_question/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:29:\"tix_question/([^/]+)/embed/?$\";s:60:\"index.php?post_type=tix_question&name=$matches[1]&embed=true\";s:33:\"tix_question/([^/]+)/trackback/?
 $\";s:54:\"index.php?post_type=tix_question&name=$matches[1]&tb=1\";s:41:\"tix_question/([^/]+)/page/?([0-9]{1,})/?$\";s:67:\"index.php?post_type=tix_question&name=$matches[1]&paged=$matches[2]\";s:48:\"tix_question/([^/]+)/comment-page-([0-9]{1,})/?$\";s:67:\"index.php?post_type=tix_question&name=$matches[1]&cpage=$matches[2]\";s:37:\"tix_question/([^/]+)(?:/([0-9]+))?/?$\";s:66:\"index.php?post_type=tix_question&name=$matches[1]&page=$matches[2]\";s:29:\"tix_question/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:39:\"tix_question/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:59:\"tix_question/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"tix_question/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)
 /?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"tix_question/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:35:\"tix_question/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:40:\"tix_attendee/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:50:\"tix_attendee/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:70:\"tix_attendee/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"tix_attendee/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"tix_attendee/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\&
 quot;;s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:46:\"tix_attendee/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:29:\"tix_attendee/([^/]+)/embed/?$\";s:60:\"index.php?post_type=tix_attendee&name=$matches[1]&embed=true\";s:33:\"tix_attendee/([^/]+)/trackback/?$\";s:54:\"index.php?post_type=tix_attendee&name=$matches[1]&tb=1\";s:41:\"tix_attendee/([^/]+)/page/?([0-9]{1,})/?$\";s:67:\"index.php?post_type=tix_attendee&name=$matches[1]&paged=$matches[2]\";s:48:\"tix_attendee/([^/]+)/comment-page-([0-9]{1,})/?$\";s:67:\"index.php?post_type=tix_attendee&name=$matches[1]&cpage=$matches[2]\";s:37:\"tix_attendee/([^/]+)(?:/([0-9]+))?/?$\";s:66:\"index.php?post_type=tix_attendee&name=$matches[1]&page=$matches[2]\";s:29:\"tix_attendee/[^/]+/([^/]+)/?$\
 ";s:32:\"index.php?attachment=$matches[1]\";s:39:\"tix_attendee/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:59:\"tix_attendee/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"tix_attendee/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"tix_attendee/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:35:\"tix_attendee/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:38:\"tix_coupon/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:48:\"tix_coupon/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:68:\&quo
 t;tix_coupon/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:63:\"tix_coupon/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:63:\"tix_coupon/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:44:\"tix_coupon/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:27:\"tix_coupon/([^/]+)/embed/?$\";s:58:\"index.php?post_type=tix_coupon&name=$matches[1]&embed=true\";s:31:\"tix_coupon/([^/]+)/trackback/?$\";s:52:\"index.php?post_type=tix_coupon&name=$matches[1]&tb=1\";s:39:\"tix_coupon/([^/]+)/page/?([0-9]{1,})/?$\";s:65:\"index.php?post_type=tix_coupon&name=$matches[1]&paged=$matc
 hes[2]\";s:46:\"tix_coupon/([^/]+)/comment-page-([0-9]{1,})/?$\";s:65:\"index.php?post_type=tix_coupon&name=$matches[1]&cpage=$matches[2]\";s:35:\"tix_coupon/([^/]+)(?:/([0-9]+))?/?$\";s:64:\"index.php?post_type=tix_coupon&name=$matches[1]&page=$matches[2]\";s:27:\"tix_coupon/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\"tix_coupon/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\"tix_coupon/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"tix_coupon/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"tix_coupon/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\"tix_cou
 pon/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:37:\"tix_email/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:47:\"tix_email/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:67:\"tix_email/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"tix_email/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"tix_email/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:43:\"tix_email/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:26:\"tix_email/([^/]+)/embed/?$\";s:57:\"
 index.php?post_type=tix_email&name=$matches[1]&embed=true\";s:30:\"tix_email/([^/]+)/trackback/?$\";s:51:\"index.php?post_type=tix_email&name=$matches[1]&tb=1\";s:38:\"tix_email/([^/]+)/page/?([0-9]{1,})/?$\";s:64:\"index.php?post_type=tix_email&name=$matches[1]&paged=$matches[2]\";s:45:\"tix_email/([^/]+)/comment-page-([0-9]{1,})/?$\";s:64:\"index.php?post_type=tix_email&name=$matches[1]&cpage=$matches[2]\";s:34:\"tix_email/([^/]+)(?:/([0-9]+))?/?$\";s:63:\"index.php?post_type=tix_email&name=$matches[1]&page=$matches[2]\";s:26:\"tix_email/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:36:\"tix_email/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:56:\"tix_email/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&fee
 d=$matches[2]\";s:51:\"tix_email/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:51:\"tix_email/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:32:\"tix_email/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:37:\"tggr-tweets/.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:47:\"tggr-tweets/.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:67:\"tggr-tweets/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"tggr-tweets/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"tggr
 -tweets/.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:43:\"tggr-tweets/.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:26:\"tggr-tweets/(.+?)/embed/?$\";s:44:\"index.php?tggr-tweets=$matches[1]&embed=true\";s:30:\"tggr-tweets/(.+?)/trackback/?$\";s:38:\"index.php?tggr-tweets=$matches[1]&tb=1\";s:50:\"tggr-tweets/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?tggr-tweets=$matches[1]&feed=$matches[2]\";s:45:\"tggr-tweets/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?tggr-tweets=$matches[1]&feed=$matches[2]\";s:38:\"tggr-tweets/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?tggr-tweets=$matches[1]&paged=$matches[2]\";s:45:\"tggr-tweets/(.+?)/comment-page-([0-9]{1,})/?$\";s:51:\"index.ph
 p?tggr-tweets=$matches[1]&cpage=$matches[2]\";s:34:\"tggr-tweets/(.+?)(?:/([0-9]+))?/?$\";s:50:\"index.php?tggr-tweets=$matches[1]&page=$matches[2]\";s:48:\"hashtag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?hashtag=$matches[1]&feed=$matches[2]\";s:43:\"hashtag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?hashtag=$matches[1]&feed=$matches[2]\";s:24:\"hashtag/([^/]+)/embed/?$\";s:40:\"index.php?hashtag=$matches[1]&embed=true\";s:36:\"hashtag/([^/]+)/page/?([0-9]{1,})/?$\";s:47:\"index.php?hashtag=$matches[1]&paged=$matches[2]\";s:18:\"hashtag/([^/]+)/?$\";s:29:\"index.php?hashtag=$matches[1]\";s:40:\"tggr-instagram/.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:50:\"tggr-instagram/.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$match
 es[1]&tb=1\";s:70:\"tggr-instagram/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"tggr-instagram/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"tggr-instagram/.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:46:\"tggr-instagram/.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:29:\"tggr-instagram/(.+?)/embed/?$\";s:47:\"index.php?tggr-instagram=$matches[1]&embed=true\";s:33:\"tggr-instagram/(.+?)/trackback/?$\";s:41:\"index.php?tggr-instagram=$matches[1]&tb=1\";s:53:\"tggr-instagram/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:53:\"index.php?tggr-instagram=$matches[1]&am
 p;feed=$matches[2]\";s:48:\"tggr-instagram/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:53:\"index.php?tggr-instagram=$matches[1]&feed=$matches[2]\";s:41:\"tggr-instagram/(.+?)/page/?([0-9]{1,})/?$\";s:54:\"index.php?tggr-instagram=$matches[1]&paged=$matches[2]\";s:48:\"tggr-instagram/(.+?)/comment-page-([0-9]{1,})/?$\";s:54:\"index.php?tggr-instagram=$matches[1]&cpage=$matches[2]\";s:37:\"tggr-instagram/(.+?)(?:/([0-9]+))?/?$\";s:53:\"index.php?tggr-instagram=$matches[1]&page=$matches[2]\";s:37:\"tggr-flickr/.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:47:\"tggr-flickr/.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:67:\"tggr-flickr/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\&quo
 t;tggr-flickr/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"tggr-flickr/.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:43:\"tggr-flickr/.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:26:\"tggr-flickr/(.+?)/embed/?$\";s:44:\"index.php?tggr-flickr=$matches[1]&embed=true\";s:30:\"tggr-flickr/(.+?)/trackback/?$\";s:38:\"index.php?tggr-flickr=$matches[1]&tb=1\";s:50:\"tggr-flickr/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?tggr-flickr=$matches[1]&feed=$matches[2]\";s:45:\"tggr-flickr/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?tggr-flickr=$matches[1]&feed=$matches[2]\";s:38:\"tggr-flickr/(.+?)/page/?([0-9]{1,})/?$\"
 ;s:51:\"index.php?tggr-flickr=$matches[1]&paged=$matches[2]\";s:45:\"tggr-flickr/(.+?)/comment-page-([0-9]{1,})/?$\";s:51:\"index.php?tggr-flickr=$matches[1]&cpage=$matches[2]\";s:34:\"tggr-flickr/(.+?)(?:/([0-9]+))?/?$\";s:50:\"index.php?tggr-flickr=$matches[1]&page=$matches[2]\";s:37:\"tggr-google/.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:47:\"tggr-google/.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:67:\"tggr-google/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"tggr-google/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"tggr-google/.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.p
 hp?attachment=$matches[1]&cpage=$matches[2]\";s:43:\"tggr-google/.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:26:\"tggr-google/(.+?)/embed/?$\";s:44:\"index.php?tggr-google=$matches[1]&embed=true\";s:30:\"tggr-google/(.+?)/trackback/?$\";s:38:\"index.php?tggr-google=$matches[1]&tb=1\";s:50:\"tggr-google/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?tggr-google=$matches[1]&feed=$matches[2]\";s:45:\"tggr-google/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?tggr-google=$matches[1]&feed=$matches[2]\";s:38:\"tggr-google/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?tggr-google=$matches[1]&paged=$matches[2]\";s:45:\"tggr-google/(.+?)/comment-page-([0-9]{1,})/?$\";s:51:\"index.php?tggr-google=$matches[1]&cpage=$matches[2]\";s:34:\"tggr-google/(.+?)(
 ?:/([0-9]+))?/?$\";s:50:\"index.php?tggr-google=$matches[1]&page=$matches[2]\";s:35:\"speaker/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:45:\"speaker/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:65:\"speaker/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"speaker/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"speaker/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:41:\"speaker/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:24:\"speaker/([^/]+)/embed/?$\";s:44:\"index.php?wcb_spe
 aker=$matches[1]&embed=true\";s:28:\"speaker/([^/]+)/trackback/?$\";s:38:\"index.php?wcb_speaker=$matches[1]&tb=1\";s:36:\"speaker/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?wcb_speaker=$matches[1]&paged=$matches[2]\";s:43:\"speaker/([^/]+)/comment-page-([0-9]{1,})/?$\";s:51:\"index.php?wcb_speaker=$matches[1]&cpage=$matches[2]\";s:32:\"speaker/([^/]+)(?:/([0-9]+))?/?$\";s:50:\"index.php?wcb_speaker=$matches[1]&page=$matches[2]\";s:24:\"speaker/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:34:\"speaker/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:54:\"speaker/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"speaker/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?atta
 chment=$matches[1]&feed=$matches[2]\";s:49:\"speaker/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:30:\"speaker/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:35:\"session/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:45:\"session/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:65:\"session/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"session/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"session/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]
 \";s:41:\"session/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:24:\"session/([^/]+)/embed/?$\";s:44:\"index.php?wcb_session=$matches[1]&embed=true\";s:28:\"session/([^/]+)/trackback/?$\";s:38:\"index.php?wcb_session=$matches[1]&tb=1\";s:36:\"session/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?wcb_session=$matches[1]&paged=$matches[2]\";s:43:\"session/([^/]+)/comment-page-([0-9]{1,})/?$\";s:51:\"index.php?wcb_session=$matches[1]&cpage=$matches[2]\";s:32:\"session/([^/]+)(?:/([0-9]+))?/?$\";s:50:\"index.php?wcb_session=$matches[1]&page=$matches[2]\";s:24:\"session/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:34:\"session/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:54:\"session/[^/]+/([^/]+)
 /feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"session/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"session/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:30:\"session/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:35:\"sponsor/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:45:\"sponsor/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:65:\"sponsor/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"sponsor/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\&quo
 t;index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"sponsor/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:41:\"sponsor/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:24:\"sponsor/([^/]+)/embed/?$\";s:44:\"index.php?wcb_sponsor=$matches[1]&embed=true\";s:28:\"sponsor/([^/]+)/trackback/?$\";s:38:\"index.php?wcb_sponsor=$matches[1]&tb=1\";s:36:\"sponsor/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?wcb_sponsor=$matches[1]&paged=$matches[2]\";s:43:\"sponsor/([^/]+)/comment-page-([0-9]{1,})/?$\";s:51:\"index.php?wcb_sponsor=$matches[1]&cpage=$matches[2]\";s:32:\"sponsor/([^/]+)(?:/([0-9]+))?/?$\";s:50:\"index.php?wcb_sponsor=$matches[1]&page=$matches[2]\";s:24:\"sponsor/[^/]+/([^/]+)/?
 $\";s:32:\"index.php?attachment=$matches[1]\";s:34:\"sponsor/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:54:\"sponsor/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"sponsor/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"sponsor/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:30:\"sponsor/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:37:\"organizer/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:47:\"organizer/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:67:\"organizer/[^/]+/attachm
 ent/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"organizer/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"organizer/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:43:\"organizer/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:26:\"organizer/([^/]+)/embed/?$\";s:46:\"index.php?wcb_organizer=$matches[1]&embed=true\";s:30:\"organizer/([^/]+)/trackback/?$\";s:40:\"index.php?wcb_organizer=$matches[1]&tb=1\";s:38:\"organizer/([^/]+)/page/?([0-9]{1,})/?$\";s:53:\"index.php?wcb_organizer=$matches[1]&paged=$matches[2]\";s:45:\"organizer/([^/]+)/comment-page-([0-9]{1,})/?$\";s
 :53:\"index.php?wcb_organizer=$matches[1]&cpage=$matches[2]\";s:34:\"organizer/([^/]+)(?:/([0-9]+))?/?$\";s:52:\"index.php?wcb_organizer=$matches[1]&page=$matches[2]\";s:26:\"organizer/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:36:\"organizer/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:56:\"organizer/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:51:\"organizer/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:51:\"organizer/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:32:\"organizer/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:46:\"track/(
 [^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:44:\"index.php?track=$matches[1]&feed=$matches[2]\";s:41:\"track/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:44:\"index.php?track=$matches[1]&feed=$matches[2]\";s:22:\"track/([^/]+)/embed/?$\";s:38:\"index.php?track=$matches[1]&embed=true\";s:34:\"track/([^/]+)/page/?([0-9]{1,})/?$\";s:45:\"index.php?track=$matches[1]&paged=$matches[2]\";s:16:\"track/([^/]+)/?$\";s:27:\"index.php?track=$matches[1]\";s:54:\"sponsor_level/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?sponsor_level=$matches[1]&feed=$matches[2]\";s:49:\"sponsor_level/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?sponsor_level=$matches[1]&feed=$matches[2]\";s:30:\"sponsor_level/([^/]+)/embed/?$\";s:46:\"index.php?sponsor_level=$matches[1]&embed=true\";s:42:\"sponsor_level/([
 ^/]+)/page/?([0-9]{1,})/?$\";s:53:\"index.php?sponsor_level=$matches[1]&paged=$matches[2]\";s:24:\"sponsor_level/([^/]+)/?$\";s:35:\"index.php?sponsor_level=$matches[1]\";s:12:\"robots\\.txt$\";s:18:\"index.php?robots=1\";s:48:\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$\";s:18:\"index.php?feed=old\";s:20:\".*wp-app\\.php(/.*)?$\";s:19:\"index.php?error=403\";s:18:\".*wp-register.php$\";s:23:\"index.php?register=true\";s:32:\"feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:27:\"(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:8:\"embed/?$\";s:21:\"index.php?&embed=true\";s:20:\"page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:41:\"comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?
 &feed=$matches[1]&withcomments=1\";s:36:\"comments/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:17:\"comments/embed/?$\";s:21:\"index.php?&embed=true\";s:44:\"search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:39:\"search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:20:\"search/(.+)/embed/?$\";s:34:\"index.php?s=$matches[1]&embed=true\";s:32:\"search/(.+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?s=$matches[1]&paged=$matches[2]\";s:14:\"search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:47:\"author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:42:\"author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\&q
 uot;;s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:23:\"author/([^/]+)/embed/?$\";s:44:\"index.php?author_name=$matches[1]&embed=true\";s:35:\"author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:17:\"author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:69:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:45:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/embed/?$\";s:74:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&embed=true\";s:57:\"([0-9]{
 4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]\";s:39:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$\";s:63:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]\";s:56:\"([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:51:\"([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:32:\"([0-9]{4})/([0-9]{1,2})/embed/?$\";s:58:\"index.php?year=$matches[1]&monthnum=$matches[2]&embed=true\";s:44:\"([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]\";s:26:\"([0-9]{4})/([0-9]{1,2})/?$\";s:47
 :\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:43:\"([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:38:\"([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:19:\"([0-9]{4})/embed/?$\";s:37:\"index.php?year=$matches[1]&embed=true\";s:31:\"([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:13:\"([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:58:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:68:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:88:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/
 ?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:83:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:83:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:64:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:53:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/embed/?$\";s:91:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/trackback/?$\";s:85:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&tb=1\";s:77:\"
 ([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:72:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:65:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/page/?([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&paged=$matches[5]\";s:72:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/comment-page-([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&cpage=$matches[5]\";s:61:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)(?:/([0-9]+))?/?$\";s:97:\"index.php?year=$
 matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&page=$matches[5]\";s:47:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:57:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:77:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:53:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\&
 quot;;s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&cpage=$matches[4]\";s:51:\"([0-9]{4})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&cpage=$matches[3]\";s:38:\"([0-9]{4})/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&cpage=$matches[2]\";s:27:\".?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\".?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]
 \";s:52:\".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\".?.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"(.?.+?)/embed/?$\";s:41:\"index.php?pagename=$matches[1]&embed=true\";s:20:\"(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:40:\"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:35:\"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:28:\"(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:35:\"(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:24:\"(.?.+?)
 (?:/([0-9]+))?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";}','yes'),(2022,'finished_splitting_shared_terms','1','yes'),(2023,'widget_pages','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(2024,'widget_calendar','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(2025,'widget_archives','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(2026,'widget_meta','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(2027,'widget_search','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(2028,'widget_tag_cloud','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(2029,'widget_nav_menu','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(2030,'widget_akismet_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(2031,'widget_epcsp_subscribe','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(2032,'widget_wcb_sponsors','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(2033,'widget_wcpt_speakers','a:1:{s:12:\"_multiwidget\";i:1;
 }','yes'),(2034,'widget_wcpt_sessions','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(2035,'widget_wcpt_organizers','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(2038,'site_icon','0','yes'),(2039,'medium_large_size_w','768','yes'),(2040,'medium_large_size_h','0','yes'),(2042,'_transient_timeout_wcorg_need_central_info','1465241898','no'),(2043,'_transient_wcorg_need_central_info','yes','no'),(2044,'_transient_timeout_wcorg_needed_pages','1465241898','no'),(2045,'_transient_wcorg_needed_pages','a:0:{}','no'),(2047,'_transient_timeout_feed_ac0b00fe65abe10e0c5b588f3ed8c7ca','1465281500','no'),(2048,'_transient_feed_ac0b00fe65abe10e0c5b588f3ed8c7ca','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\"
 ;b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:49:\"\n  \n      \n      \n      \n      \n      \n      \n      \n      \n      \n              \n              \n              \n              \n              \n              \n              \n              \n              \n      \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"WordPress News\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"https://wordpress.org/news\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\&quo
 t;\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"WordPress News\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:13:\"lastBuildDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 06 May 2016 19:22:48 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"en-US\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"generator\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"https://wordpress.org/?v=4.6-alpha-37635\";s:7:\"attribs\";a:0:{}s:8:\"xml_b
 ase\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:10:{i:0;a:6:{s:4:\"data\";s:36:\"\n             \n              \n              \n              \n                              \n              \n\n            \n              \n                              \n                      \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"WordPress 4.5.2 Security Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"https://wordpress.org/news/2016/05/wordpress-4-5-2/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:
 8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 06 May 2016 19:17:08 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Security\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=4290\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPerm
 aLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:381:\"WordPress 4.5.2 is now available. This is a security release for all previous versions and we strongly encourage you to update your sites immediately. WordPress versions 4.5.1 and earlier are affected by a SOME vulnerability through Plupload, the third-party library WordPress uses for uploading files. WordPress versions 4.2 through 4.5.1 are vulnerable to reflected XSS [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Helen Hou-Sandi\";s:7:\"attribs\";
 a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:1669:\"<p>WordPress 4.5.2 is now available. This is a <strong>security release</strong> for all previous versions and we strongly encourage you to update your sites immediately.</p>\n<p>WordPress versions 4.5.1 and earlier are affected by a <abbr title=\"Same-Origin Method Execution\">SOME</abbr> vulnerability through Plupload, the third-party library WordPress uses for uploading files. WordPress versions 4.2 through 4.5.1 are vulnerable to reflected XSS using specially crafted URIs through MediaElement.js, the third-party library used for media players. MediaElement.js and Plupload have also released updates fixing these issues.</p>\n<p>Both issue
 s were analyzed and reported by Mario Heiderich, Masato Kinugawa, and Filedescriptor from <a href=\"https://cure53.de/\">Cure53</a>. Thanks to the team for practicing <a href=\"https://make.wordpress.org/core/handbook/testing/reporting-security-vulnerabilities/\">responsible disclosure</a>, and to the Plupload and MediaElement.js teams for working closely with us to coördinate and fix these issues.</p>\n<p><a href=\"https://wordpress.org/download/\">Download WordPress 4.5.2</a> or venture over to Dashboard → Updates and simply click “Update Now.” Sites that support automatic background updates are already beginning to update to WordPress 4.5.2.</p>\n<p>Additionally, there are multiple widely publicized vulnerabilities in the ImageMagick image processing library, which is used by a number of hosts and is supported in WordPress. For our current response to these issues, see <a href=\&qu
 ot;https://make.wordpress.org/core/2016/05/06/imagemagick-vulnerability-information/\">this post on the core development blog</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:36:\"\n           \n              \n              \n              \n                              \n              \n\n            \n              \n                              \n                      \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"WordPress 4.5.1 Maintenance Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:7
 1:\"https://wordpress.org/news/2016/04/wordpress-4-5-1-maintenance-release/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 26 Apr 2016 18:58:18 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:3:\"4.5\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:
 \"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=4269\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:358:\"After about six million downloads of WordPress 4.5, we are pleased to announce the immediate availability of WordPress 4.5.1, a maintenance release. This release fixes 12 bugs, chief among them a singular class issue that broke sites based on the Twenty Eleven theme, an incompatibility between certain Chrome versions and the visual editor, and an [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}
 s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Adam Silverstein\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:2134:\"<p>After about six million downloads of WordPress 4.5, we are pleased to announce the immediate availability of WordPress 4.5.1, a maintenance release.</p>\n<p>This release fixes 12 bugs, chief among them a singular class issue that broke sites based on the Twenty Eleven theme, an incompatibility between certain Chrome versions and the visual editor, and an Imagick bug that could break media uploads. This maintenance release fixes a total of 12 bugs in Version 4.5. <span style=\"line-height: 1.5\&quo
 t;>For more information, see the </span><a style=\"line-height: 1.5\" href=\"https://codex.wordpress.org/Version_4.5.1\">release notes</a><span style=\"line-height: 1.5\"> or consult the </span><a style=\"line-height: 1.5\" href=\"https://core.trac.wordpress.org/log/branches/4.5?rev=37295&amp;stop_rev=37182\">list of changes</a><span style=\"line-height: 1.5\">.</span></p>\n<p><a href=\"https://wordpress.org/download/\">Download WordPress 4.5.1</a> or venture over to Dashboard → Updates and simply click “Update Now.” Sites that support automatic background updates are already beginning to update to WordPress 4.5.1.</p>\n<p>Thanks to everyone who contributed to 4.5.1:</p>\n<p><a href=\"https://profiles.wordpress.org/jorbin\">Aaron Jorbin</a>, <a href=\"https://profiles.wor
 dpress.org/afercia\">Andrea Fercia</a>, <a href=\"https://profiles.wordpress.org/azaozz\">Andrew Ozz</a>, <a href=\"https://profiles.wordpress.org/boonebgorges\">Boone Gorges</a>, <a href=\"https://profiles.wordpress.org/ocean90\">Dominik Schilling</a>, <a href=\"https://profiles.wordpress.org/flixos90\">Felix Arntz</a>, <a href=\"https://profiles.wordpress.org/pento\">Gary Pendergast</a>, <a href=\"https://profiles.wordpress.org/gblsm\">gblsm</a>, <a href=\"https://profiles.wordpress.org/helen\">Helen Hou-Sandi</a>, <a href=\"https://profiles.wordpress.org/joemcgill\">Joe McGill</a>, <a href=\"https://profiles.wordpress.org/johnbillion\">John Blackbourn</a>, <a href=\"https://profiles.wordpress.org/celloexpressions\">Nick Halsey</a>, <a href=\"
 https://profiles.wordpress.org/swissspidy\">Pascal Birchler</a>, and <a href=\"https://profiles.wordpress.org/WiZZarD_\">Pieter</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:36:\"\n         \n              \n              \n              \n                              \n              \n\n            \n              \n                              \n                      \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"WordPress 4.5 “Coleman”\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\&qu
 ot;data\";s:43:\"https://wordpress.org/news/2016/04/coleman/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 12 Apr 2016 19:15:32 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:3:\"4.5\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\&q
 uot;;}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=4203\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:383:\"Version 4.5 of WordPress, named “Coleman” in honor of jazz saxophonist Coleman Hawkins, is available for download or update in your WordPress dashboard. New features in 4.5 help streamline your workflow, whether you’re writing or building your site. Editing Improvements Inline Linking Stay focused on your writing with a less distracting interface that keeps you in [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\&q
 uot;\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Mike Schroder\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:26690:\"<p>Version 4.5 of WordPress, named “Coleman” in honor of jazz saxophonist Coleman Hawkins, is available for download or update in your WordPress dashboard. New features in 4.5 help streamline your workflow, whether you’re writing or building your site.</p>\n<p><iframe width=\'692\' height=\'388\' src=\'https://videopress.com/embed/scFdjVo6?hd=0\' frameborder=\'0\' allowfullscreen></iframe><script src=\'https://v0.wordpress.com/js/next/videopress-iframe.js?m=1435166243\'>
 </script></p>\n<hr />\n<h2 style=\"text-align: center\">Editing Improvements</h2>\n<p><img class=\"aligncenter size-full wp-image-4220\" src=\"https://wordpress.org/news/files/2016/04/illustration-short-inlinelinks.png\" alt=\"illustration-short-inlinelinks\" width=\"1000\" height=\"400\" srcset=\"https://wordpress.org/news/files/2016/04/illustration-short-inlinelinks.png 1000w, https://wordpress.org/news/files/2016/04/illustration-short-inlinelinks-300x120.png 300w, https://wordpress.org/news/files/2016/04/illustration-short-inlinelinks-768x307.png 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" /></p>\n<h3>Inline Linking</h3>\n<p>Stay focused on your writing with a less distracting interface that keeps you in place and allows you to easily link to your content.</p>\n<p><img class=\"aligncenter size-full wp-image-42
 65\" src=\"https://wordpress.org/news/files/2016/04/editing-shortcuts-big.gif\" alt=\"editing-shortcuts-big\" width=\"960\" height=\"576\" /></p>\n<h3>Formatting Shortcuts</h3>\n<p>Do you enjoy using formatting shortcuts for lists and headings? Now they’re even more useful, with horizontal lines and <code>&lt;code&gt;</code>.</p>\n<hr />\n<h2 style=\"text-align: center\">Customization Improvements</h2>\n<p><img class=\"aligncenter size-full wp-image-4221\" src=\"https://wordpress.org/news/files/2016/04/illustration-short-responsive-preview.png\" alt=\"illustration-short-responsive-preview\" width=\"1000\" height=\"400\" srcset=\"https://wordpress.org/news/files/2016/04/illustration-short-responsive-preview.png 1000w, https://wordpress.org/news/files/2016/04/illustration-short-responsive-preview
 -300x120.png 300w, https://wordpress.org/news/files/2016/04/illustration-short-responsive-preview-768x307.png 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" /></p>\n<h3>Live Responsive Previews</h3>\n<p>Make sure your site looks great on all screens! Preview mobile, tablet, and desktop views directly in the customizer.</p>\n<p><img class=\"aligncenter wp-image-4239 size-full\" src=\"https://wordpress.org/news/files/2016/04/illustration-short-customlogo-whitespace.png\" width=\"1000\" height=\"440\" srcset=\"https://wordpress.org/news/files/2016/04/illustration-short-customlogo-whitespace.png 1000w, https://wordpress.org/news/files/2016/04/illustration-short-customlogo-whitespace-300x132.png 300w, https://wordpress.org/news/files/2016/04/illustration-short-customlogo-whitespace-768x338.png 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" /></p>\n<h3&g
 t;Custom Logos</h3>\n<p>Themes can now support logos for your business or brand. Try it out with Twenty Sixteen and Twenty Fifteen in the Site Identity section of the customizer.</p>\n<hr />\n<h2 style=\"text-align: center\">Under the Hood</h2>\n<div class=\"under-the-hood three-col\">\n<div class=\"col\">\n<h3>Smart Image Resizing</h3>\n<p>Generated images now load up to 50% faster with no noticeable quality loss. <a href=\"https://make.wordpress.org/core/2016/03/12/performance-improvements-for-images-in-wordpress-4-5/\">It’s really cool</a>.</p>\n</div>\n<div class=\"col\">\n<h3>Selective Refresh</h3>\n<p>The customizer now supports a <a href=\"https://make.wordpress.org/core/2016/02/16/selective-refresh-in-the-customizer/\">comprehensive framework</a> for rendering parts of the preview without r
 ewriting your PHP code in JavaScript.</p>\n</div>\n<div class=\"col\">\n<h3>Script Loader Improvements</h3>\n<p>Better support has been added for script header/footer dependencies. New <code><a href=\"https://make.wordpress.org/core/2016/03/08/enhanced-script-loader-in-wordpress-4-5/\">wp_add_inline_script()</a></code> enables adding extra code to registered scripts.</p>\n<h3>Better Embed Templates</h3>\n<p>Embed templates have been split into parts and can be <a href=\"https://make.wordpress.org/core/2016/03/11/embeds-changes-in-wordpress-4-5/\">directly overridden by themes</a> via the template hierarchy.</p>\n<h3>JavaScript Library Updates</h3>\n<p>jQuery 1.12.3, jQuery Migrate 1.4.0, Backbone 1.2.3, and Underscore 1.8.3 are bundled.</p>\n</div>\n</div>\n<div class=\"under-the-hood two-col\"></d
 iv>\n<hr />\n<h2 style=\"text-align: center\">The Crew</h2>\n<p><a class=\"alignleft\" href=\"https://profiles.wordpress.org/mikeschroder\"><img src=\"https://www.gravatar.com/avatar/76424a001dc6b3ebb4faca0c567800c4?d=mm&amp;s=180&amp;r=G\" alt=\"Mike Schroder\" width=\"80\" height=\"80\" /></a>This release was led by <a href=\"https://getsource.net\">Mike Schroder</a>, backed up by <a href=\"https://profiles.wordpress.org/adamsilverstein\">Adam Silverstein</a> as Release Deputy, <a href=\"https://choycedesign.com/\">Mel Choyce</a> as Release Design Lead, and the help of these fine individuals. There are <span style=\"font-weight: 400\">298</span> contributors with props in this release. Pull up some Coleman Hawkins on your music service of choice, and check out some of the
 ir profiles:</p>\n<a href=\"https://profiles.wordpress.org/mercime\">@mercime</a>, <a href=\"https://profiles.wordpress.org/aaroncampbell\">Aaron D. Campbell</a>, <a href=\"https://profiles.wordpress.org/uglyrobot\">Aaron Edwards</a>, <a href=\"https://profiles.wordpress.org/ahockley\">Aaron Hockley</a>, <a href=\"https://profiles.wordpress.org/jorbin\">Aaron Jorbin</a>, <a href=\"https://profiles.wordpress.org/abiralneupane\">Abiral Neupane</a>, <a href=\"https://profiles.wordpress.org/mrahmadawais\">Ahmad Awais</a>, <a href=\"https://profiles.wordpress.org/aidanlane\">aidanlane</a>, <a href=\"https://profiles.wordpress.org/ambrosey\">Alice Brosey</a>, <a href=\"https://profiles.wordpress.org/arush\">Amanda Rush</a>, <a href=\"https://profiles.wordpres
 s.org/afercia\">Andrea Fercia</a>, <a href=\"https://profiles.wordpress.org/andg\">Andrea Gandino</a>, <a href=\"https://profiles.wordpress.org/nacin\">Andrew Nacin</a>, <a href=\"https://profiles.wordpress.org/azaozz\">Andrew Ozz</a>, <a href=\"https://profiles.wordpress.org/rockwell15\">Andrew Rockwell</a>, <a href=\"https://profiles.wordpress.org/andizer\">Andy</a>, <a href=\"https://profiles.wordpress.org/ankit-k-gupta\">Ankit K Gupta</a>, <a href=\"https://profiles.wordpress.org/atimmer\">Anton Timmermans</a>, <a href=\"https://profiles.wordpress.org/apaliku\">apaliku</a>, <a href=\"https://profiles.wordpress.org/aramzs\">Aram Zucker-Scharff</a>, <a href=\"https://profiles.wordpress.org/ashmatadeen\">ash.matadeen</a>, <a href=\"https://prof
 iles.wordpress.org/bappidgreat\">Ashok Kumar Nath</a>, <a href=\"https://profiles.wordpress.org/bandonrandon\">BandonRandon</a>, <a href=\"https://profiles.wordpress.org/barryceelen\">Barry Ceelen</a>, <a href=\"https://profiles.wordpress.org/empireoflight\">Ben Dunkle</a>, <a href=\"https://profiles.wordpress.org/berengerzyla\">berengerzyla</a>, <a href=\"https://profiles.wordpress.org/neoxx\">Bernhard Riedl</a>, <a href=\"https://profiles.wordpress.org/thisisit\">Bhushan S. Jawle</a>, <a href=\"https://profiles.wordpress.org/birgire\">Birgir Erlendsson (birgire)</a>, <a href=\"https://profiles.wordpress.org/boonebgorges\">Boone B. Gorges</a>, <a href=\"https://profiles.wordpress.org/williamsba1\">Brad Williams</a>, <a href=\"https://profiles.wordpress.org/bradyverc
 her\">Brady Vercher</a>, <a href=\"https://profiles.wordpress.org/thebrandonallen\">Brandon Allen</a>, <a href=\"https://profiles.wordpress.org/bhubbard\">Brandon Hubbard</a>, <a href=\"https://profiles.wordpress.org/kraftbj\">Brandon Kraft</a>, <a href=\"https://profiles.wordpress.org/krogsgard\">Brian Krogsgard</a>, <a href=\"https://profiles.wordpress.org/borgesbruno\">Bruno Borges</a>, <a href=\"https://profiles.wordpress.org/chmac\">Callum Macdonald</a>, <a href=\"https://profiles.wordpress.org/camikaos\">Cami Kaos</a>, <a href=\"https://profiles.wordpress.org/chandrapatel\">Chandra Patel</a>, <a href=\"https://profiles.wordpress.org/mackensen\">Charles Fulton</a>, <a href=\"https://profiles.wordpress.org/chetanchauhan\">Chetan Chauhan</a>, <a h
 ref=\"https://profiles.wordpress.org/chouby\">Chouby</a>, <a href=\"https://profiles.wordpress.org/chrico\">ChriCo</a>, <a href=\"https://profiles.wordpress.org/chriscct7\">Chris Christoff</a>, <a href=\"https://profiles.wordpress.org/chris_dev\">Chris Mok</a>, <a href=\"https://profiles.wordpress.org/christophherr\">christophherr</a>, <a href=\"https://profiles.wordpress.org/ckoerner\">ckoerner</a>, <a href=\"https://profiles.wordpress.org/claudiosanches\">Claudio Sanches</a>, <a href=\"https://profiles.wordpress.org/compute\">Compute</a>, <a href=\"https://profiles.wordpress.org/coreymcollins\">coreymcollins</a>, <a href=\"https://profiles.wordpress.org/d4z_c0nf\">d4z_c0nf</a>, <a href=\"https://profiles.wordpress.org/extendwings\">Daisuke Takahashi&lt
 ;/a>, <a href=\"https://profiles.wordpress.org/danhgilmore\">danhgilmore</a>, <a href=\"https://profiles.wordpress.org/danielbachhuber\">Daniel Bachhuber</a>, <a href=\"https://profiles.wordpress.org/scarinessreported\">Daniel Bailey</a>, <a href=\"https://profiles.wordpress.org/redsweater\">Daniel Jalkut (Red Sweater)</a>, <a href=\"https://profiles.wordpress.org/diddledan\">Daniel Llewellyn</a>, <a href=\"https://profiles.wordpress.org/mte90\">Daniele Scasciafratte</a>, <a href=\"https://profiles.wordpress.org/danielpataki\">danielpataki</a>, <a href=\"https://profiles.wordpress.org/dvankooten\">Danny van Kooten</a>, <a href=\"https://profiles.wordpress.org/thewanderingbrit\">Dave Clements</a>, <a href=\"https://profiles.wordpress.org/davidakennedy\">David A. Kennedy&
 lt;/a>, <a href=\"https://profiles.wordpress.org/dbrumbaugh10up\">David Brumbaugh</a>, <a href=\"https://profiles.wordpress.org/dlh\">David Herrera</a>, <a href=\"https://profiles.wordpress.org/dnewton\">David Newton</a>, <a href=\"https://profiles.wordpress.org/dshanske\">David Shanske</a>, <a href=\"https://profiles.wordpress.org/folletto\">Davide \'Folletto\' Casali</a>, <a href=\"https://profiles.wordpress.org/denis-de-bernardy\">Denis de Bernardy</a>, <a href=\"https://profiles.wordpress.org/realloc\">Dennis Ploetner</a>, <a href=\"https://profiles.wordpress.org/valendesigns\">Derek Herman</a>, <a href=\"https://profiles.wordpress.org/dd32\">Dion Hulse</a>, <a href=\"https://profiles.wordpress.org/dmsnell\">dmsnell</a>, <a href=\"https://profiles.word
 press.org/ocean90\">Dominik Schilling</a>, <a href=\"https://profiles.wordpress.org/dossy\">Dossy Shiobara</a>, <a href=\"https://profiles.wordpress.org/dotancohen\">Dotan Cohen</a>, <a href=\"https://profiles.wordpress.org/drebbitsweb\">Dreb Bits</a>, <a href=\"https://profiles.wordpress.org/drewapicture\">Drew Jaynes</a>, <a href=\"https://profiles.wordpress.org/duaneblake\">duaneblake</a>, <a href=\"https://profiles.wordpress.org/kucrut\">Dzikri Aziz</a>, <a href=\"https://profiles.wordpress.org/eliorivero\">Elio Rivero</a>, <a href=\"https://profiles.wordpress.org/iseulde\">Ella Iseulde Van Dorpe</a>, <a href=\"https://profiles.wordpress.org/codex-m\">Emerson Maningo</a>, <a href=\"https://profiles.wordpress.org/enej\">enej</a>, <a href=\"ht
 tps://profiles.wordpress.org/ericlewis\">Eric Andrew Lewis</a>, <a href=\"https://profiles.wordpress.org/ebinnion\">Eric Binnion</a>, <a href=\"https://profiles.wordpress.org/ericdaams\">Eric Daams</a>, <a href=\"https://profiles.wordpress.org/ethitter\">Erick Hitter</a>, <a href=\"https://profiles.wordpress.org/eherman24\">Evan Herman</a>, <a href=\"https://profiles.wordpress.org/fab1en\">Fabien Quatravaux</a>, <a href=\"https://profiles.wordpress.org/faishal\">faishal</a>, <a href=\"https://profiles.wordpress.org/fantasyworld\">fantasyworld</a>, <a href=\"https://profiles.wordpress.org/flixos90\">Felix Arntz</a>, <a href=\"https://profiles.wordpress.org/finnj\">finnj</a>, <a href=\"https://profiles.wordpress.org/firebird75\">firebird75</a>, <a href
 =\"https://profiles.wordpress.org/frozzare\">Fredrik Forsmo</a>, <a href=\"https://profiles.wordpress.org/fusillicode\">fusillicode</a>, <a href=\"https://profiles.wordpress.org/garyj\">Gary Jones</a>, <a href=\"https://profiles.wordpress.org/pento\">Gary Pendergast</a>, <a href=\"https://profiles.wordpress.org/gblsm\">gblsm</a>, <a href=\"https://profiles.wordpress.org/georgestephanis\">George Stephanis</a>, <a href=\"https://profiles.wordpress.org/garusky\">Giuseppe Mamone</a>, <a href=\"https://profiles.wordpress.org/jubstuff\">Giustino Borzacchiello</a>, <a href=\"https://profiles.wordpress.org/grantpalin\">Grant Palin</a>, <a href=\"https://profiles.wordpress.org/groovecoder\">groovecoder</a>, <a href=\"https://profiles.wordpress.org/wido\">Guido Sc
 ialfa</a>, <a href=\"https://profiles.wordpress.org/bordoni\">Gustavo Bordoni</a>, <a href=\"https://profiles.wordpress.org/hakre\">hakre</a>, <a href=\"https://profiles.wordpress.org/helen\">Helen Hou-Sandí</a>, <a href=\"https://profiles.wordpress.org/henrywright\">Henry Wright</a>, <a href=\"https://profiles.wordpress.org/hnle\">Hinaloe</a>, <a href=\"https://profiles.wordpress.org/hlashbrooke\">Hugh Lashbrooke</a>, <a href=\"https://profiles.wordpress.org/hugobaeta\">Hugo Baeta</a>, <a href=\"https://profiles.wordpress.org/polevaultweb\">Iain Poulson</a>, <a href=\"https://profiles.wordpress.org/igmoweb\">Ignacio Cruz Moreno</a>, <a href=\"https://profiles.wordpress.org/imath\">imath</a>, <a href=\"https://profiles.wordpress.org/iamntz\">Io
 nut Staicu</a>, <a href=\"https://profiles.wordpress.org/ivankristianto\">Ivan Kristianto</a>, <a href=\"https://profiles.wordpress.org/jdgrimes\">J.D. Grimes</a>, <a href=\"https://profiles.wordpress.org/jadpm\">jadpm</a>, <a href=\"https://profiles.wordpress.org/jamesdigioia\">James DiGioia</a>, <a href=\"https://profiles.wordpress.org/jason_the_adams\">Jason</a>, <a href=\"https://profiles.wordpress.org/jaspermdegroot\">Jasper de Groot</a>, <a href=\"https://profiles.wordpress.org/cheffheid\">Jeffrey de Wit</a>, <a href=\"https://profiles.wordpress.org/jeffpyebrookcom\">Jeffrey Schutzman</a>, <a href=\"https://profiles.wordpress.org/jmdodd\">Jennifer M. Dodd</a>, <a href=\"https://profiles.wordpress.org/jeremyfelt\">Jeremy Felt</a>, <a href=\"https:/
 /profiles.wordpress.org/jeherve\">Jeremy Herve</a>, <a href=\"https://profiles.wordpress.org/jpry\">Jeremy Pry</a>, <a href=\"https://profiles.wordpress.org/jesin\">Jesin A</a>, <a href=\"https://profiles.wordpress.org/ardathksheyna\">Jess G.</a>, <a href=\"https://profiles.wordpress.org/boluda\">Joan Boluda</a>, <a href=\"https://profiles.wordpress.org/joehoyle\">Joe Hoyle</a>, <a href=\"https://profiles.wordpress.org/joemcgill\">Joe McGill</a>, <a href=\"https://profiles.wordpress.org/joelerr\">joelerr</a>, <a href=\"https://profiles.wordpress.org/johnbillion\">John Blackbourn</a>, <a href=\"https://profiles.wordpress.org/johnjamesjacoby\">John James Jacoby</a>, <a href=\"https://profiles.wordpress.org/johnnypea\">JohnnyPea</a>, <a href=\"http
 s://profiles.wordpress.org/jbrinley\">Jonathan Brinley</a>, <a href=\"https://profiles.wordpress.org/spacedmonkey\">Jonny Harris</a>, <a href=\"https://profiles.wordpress.org/keraweb\">Jory Hogeveen</a>, <a href=\"https://profiles.wordpress.org/joefusco\">Joseph Fusco</a>, <a href=\"https://profiles.wordpress.org/joshlevinson\">Josh Levinson</a>, <a href=\"https://profiles.wordpress.org/shelob9\">Josh Pollock</a>, <a href=\"https://profiles.wordpress.org/jrchamp\">jrchamp</a>, <a href=\"https://profiles.wordpress.org/jrf\">jrf</a>, <a href=\"https://profiles.wordpress.org/juanfra\">Juanfra Aldasoro</a>, <a href=\"https://profiles.wordpress.org/juhise\">Juhi Saxena</a>, <a href=\"https://profiles.wordpress.org/juliobox\">Julio Potier</a>, <a href=\&qu
 ot;https://profiles.wordpress.org/katieburch\">katieburch</a>, <a href=\"https://profiles.wordpress.org/ryelle\">Kelly Dwan</a>, <a href=\"https://profiles.wordpress.org/khag7\">Kevin Hagerty</a>, <a href=\"https://profiles.wordpress.org/kiranpotphode\">Kiran Potphode</a>, <a href=\"https://profiles.wordpress.org/kwight\">Kirk Wight</a>, <a href=\"https://profiles.wordpress.org/ixkaito\">Kite</a>, <a href=\"https://profiles.wordpress.org/kjbenk\">kjbenk</a>, <a href=\"https://profiles.wordpress.org/kovshenin\">Konstantin Kovshenin</a>, <a href=\"https://profiles.wordpress.org/obenland\">Konstantin Obenland</a>, <a href=\"https://profiles.wordpress.org/kouratoras\">Konstantinos Kouratoras</a>, <a href=\"https://profiles.wordpress.org/krissiev\">KrissieV</a&
 gt;, <a href=\"https://profiles.wordpress.org/lancewillett\">Lance Willett</a>, <a href=\"https://profiles.wordpress.org/leemon\">leemon</a>, <a href=\"https://profiles.wordpress.org/layotte\">Lew Ayotte</a>, <a href=\"https://profiles.wordpress.org/liamdempsey\">Liam Dempsey</a>, <a href=\"https://profiles.wordpress.org/luan-ramos\">Luan Ramos</a>, <a href=\"https://profiles.wordpress.org/luciole135\">luciole135</a>, <a href=\"https://profiles.wordpress.org/lpawlik\">Lukas Pawlik</a>, <a href=\"https://profiles.wordpress.org/latz\">Lutz Schr&#246;er</a>, <a href=\"https://profiles.wordpress.org/madvic\">madvic</a>, <a href=\"https://profiles.wordpress.org/marcochiesi\">Marco Chiesi</a>, <a href=\"https://profiles.wordpress.org/tyxla\">Marin Atana
 sov</a>, <a href=\"https://profiles.wordpress.org/nofearinc\">Mario Peshev</a>, <a href=\"https://profiles.wordpress.org/mark8barnes\">Mark Barnes</a>, <a href=\"https://profiles.wordpress.org/markjaquith\">Mark Jaquith</a>, <a href=\"https://profiles.wordpress.org/mapk\">Mark Uraine</a>, <a href=\"https://profiles.wordpress.org/markoheijnen\">Marko Heijnen</a>, <a href=\"https://profiles.wordpress.org/gitlost\">Martin Burke</a>, <a href=\"https://profiles.wordpress.org/mattfelten\">Matt Felten</a>, <a href=\"https://profiles.wordpress.org/matt\">Matt Mullenweg</a>, <a href=\"https://profiles.wordpress.org/mattwiebe\">Matt Wiebe</a>, <a href=\"https://profiles.wordpress.org/mattgeri\">MattGeri</a>, <a href=\"https://profiles.wordpress.org/maweder\"
 >maweder</a>, <a href=\"https://profiles.wordpress.org/mayukojpn\">Mayo Moriyama</a>, <a href=\"https://profiles.wordpress.org/mcapybara\">mcapybara</a>, <a href=\"https://profiles.wordpress.org/mehulkaklotar\">Mehul Kaklotar</a>, <a href=\"https://profiles.wordpress.org/meitar\">Meitar</a>, <a href=\"https://profiles.wordpress.org/mensmaximus\">mensmaximus</a>, <a href=\"https://profiles.wordpress.org/michael-arestad\">Michael Arestad</a>, <a href=\"https://profiles.wordpress.org/michalzuber\">michalzuber</a>, <a href=\"https://profiles.wordpress.org/micropat\">micropat</a>, <a href=\"https://profiles.wordpress.org/ipstenu\">Mika Epstein</a>, <a href=\"https://profiles.wordpress.org/mdgl\">Mike Glendinning</a>, <a href=\"https://profiles.wordpress.o
 rg/mikehansenme\">Mike Hansen</a>, <a href=\"https://profiles.wordpress.org/mikejolley\">Mike Jolley</a>, <a href=\"https://profiles.wordpress.org/dimadin\">Milan Dinić</a>, <a href=\"https://profiles.wordpress.org/morganestes\">Morgan Estes</a>, <a href=\"https://profiles.wordpress.org/mt8biz\">moto hachi ( mt8.biz )</a>, <a href=\"https://profiles.wordpress.org/usermrpapa\">Mr Papa</a>, <a href=\"https://profiles.wordpress.org/mwidmann\">mwidmann</a>, <a href=\"https://profiles.wordpress.org/nexurium\">nexurium</a>, <a href=\"https://profiles.wordpress.org/niallkennedy\">Niall Kennedy</a>, <a href=\"https://profiles.wordpress.org/nicdford\">Nic Ford</a>, <a href=\"https://profiles.wordpress.org/celloexpressions\">Nick Halsey </a>, <a href=\"h
 ttps://profiles.wordpress.org/rabmalin\">Nilambar Sharma</a>, <a href=\"https://profiles.wordpress.org/ninos-ego\">Ninos</a>, <a href=\"https://profiles.wordpress.org/oaron\">oaron</a>, <a href=\"https://profiles.wordpress.org/overclokk\">overclokk</a>, <a href=\"https://profiles.wordpress.org/swissspidy\">Pascal Birchler</a>, <a href=\"https://profiles.wordpress.org/obrienlabs\">Pat O\'Brien</a>, <a href=\"https://profiles.wordpress.org/pbearne\">Paul Bearne</a>, <a href=\"https://profiles.wordpress.org/pauldewouters\">Paul de Wouters</a>, <a href=\"https://profiles.wordpress.org/sirbrillig\">Payton Swick</a>, <a href=\"https://profiles.wordpress.org/perezlabs\">Perez Labs</a>, <a href=\"https://profiles.wordpress.org/gungeekatx\">Pete Nelson</a>, <
 a href=\"https://profiles.wordpress.org/peterwilsoncc\">Peter Wilson</a>, <a href=\"https://profiles.wordpress.org/cadeyrn\">petermolnar</a>, <a href=\"https://profiles.wordpress.org/walbo\">Petter Walb&#248; Johnsg&#229;rd</a>, <a href=\"https://profiles.wordpress.org/wizzard_\">Pieter</a>, <a href=\"https://profiles.wordpress.org/mordauk\">Pippin Williamson</a>, <a href=\"https://profiles.wordpress.org/ptahdunbar\">Pirate Dunbar</a>, <a href=\"https://profiles.wordpress.org/prettyboymp\">prettyboymp</a>, <a href=\"https://profiles.wordpress.org/profforg\">Profforg</a>, <a href=\"https://profiles.wordpress.org/programmin\">programmin</a>, <a href=\"https://profiles.wordpress.org/rachelbaker\">Rachel Baker</a>, <a href=\"https://profiles.wordpress.org/ra
 halaboulfeth\">rahal.aboulfeth</a>, <a href=\"https://profiles.wordpress.org/ramiy\">Rami Yushuvaev</a>, <a href=\"https://profiles.wordpress.org/lamosty\">Rastislav Lamos</a>, <a href=\"https://profiles.wordpress.org/rickalee\">Ricky Lee Whittemore</a>, <a href=\"https://profiles.wordpress.org/ritteshpatel\">Ritesh Patel</a>, <a href=\"https://profiles.wordpress.org/rob\">rob</a>, <a href=\"https://profiles.wordpress.org/rogerhub\">Roger Chen</a>, <a href=\"https://profiles.wordpress.org/romsocial\">RomSocial</a>, <a href=\"https://profiles.wordpress.org/ruudjoyo\">Ruud Laan</a>, <a href=\"https://profiles.wordpress.org/ryan\">Ryan Boren</a>, <a href=\"https://profiles.wordpress.org/ryankienstra\">Ryan Kienstra</a>, <a href=\"https://profiles.w
 ordpress.org/rmccue\">Ryan McCue</a>, <a href=\"https://profiles.wordpress.org/welcher\">Ryan Welcher</a>, <a href=\"https://profiles.wordpress.org/sagarjadhav\">Sagar Jadhav</a>, <a href=\"https://profiles.wordpress.org/salcode\">Sal Ferrarello</a>, <a href=\"https://profiles.wordpress.org/salvoaranzulla\">salvoaranzulla</a>, <a href=\"https://profiles.wordpress.org/samhotchkiss\">Sam Hotchkiss</a>, <a href=\"https://profiles.wordpress.org/rosso99\">Sara Rosso</a>, <a href=\"https://profiles.wordpress.org/sarciszewski\">Scott Arciszewski</a>, <a href=\"https://profiles.wordpress.org/sc0ttkclark\">Scott Kingsley Clark</a>, <a href=\"https://profiles.wordpress.org/coffee2code\">Scott Reilly</a>, <a href=\"https://profiles.wordpress.org/wonderboymusic\">Scott T
 aylor</a>, <a href=\"https://profiles.wordpress.org/scottbrownconsulting\">scottbrownconsulting</a>, <a href=\"https://profiles.wordpress.org/scribu\">scribu</a>, <a href=\"https://profiles.wordpress.org/sebastianpisula\">Sebastian Pisula</a>, <a href=\"https://profiles.wordpress.org/sergejmueller\">Sergej M&#252;ller</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov\">Sergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/shamess\">Shane</a>, <a href=\"https://profiles.wordpress.org/shinichin\">Shinichi Nishikawa</a>, <a href=\"https://profiles.wordpress.org/sidati\">Sidati</a>, <a href=\"https://profiles.wordpress.org/siobhan\">Siobhan</a>, <a href=\"https://profiles.wordpress.org/aargh-a-knot\">sky</a>, <a href=\"https://profile
 s.wordpress.org/slushman\">slushman</a>, <a href=\"https://profiles.wordpress.org/smerriman\">smerriman</a>, <a href=\"https://profiles.wordpress.org/stephanethomas\">stephanethomas</a>, <a href=\"https://profiles.wordpress.org/netweb\">Stephen Edgar</a>, <a href=\"https://profiles.wordpress.org/stephenharris\">Stephen Harris</a>, <a href=\"https://profiles.wordpress.org/stevegrunwell\">Steve Grunwell</a>, <a href=\"https://profiles.wordpress.org/stevenkword\">Steven Word</a>, <a href=\"https://profiles.wordpress.org/charlestonsw\">Store Locator Plus</a>, <a href=\"https://profiles.wordpress.org/subharanjan\">Subharanjan</a>, <a href=\"https://profiles.wordpress.org/sudar\">Sudar Muthu</a>, <a href=\"https://profiles.wordpress.org/5um17\">Sumit Singh</a&gt
 ;, <a href=\"https://profiles.wordpress.org/tacoverdo\">Taco Verdonschot</a>, <a href=\"https://profiles.wordpress.org/tahteche\">tahteche</a>, <a href=\"https://profiles.wordpress.org/iamtakashi\">Takashi Irie</a>, <a href=\"https://profiles.wordpress.org/takayukister\">Takayuki Miyoshi</a>, <a href=\"https://profiles.wordpress.org/karmatosed\">Tammie Lister</a>, <a href=\"https://profiles.wordpress.org/tharsheblows\">tharsheblows</a>, <a href=\"https://profiles.wordpress.org/themiked\">theMikeD</a>, <a href=\"https://profiles.wordpress.org/thomaswm\">thomaswm</a>, <a href=\"https://profiles.wordpress.org/timothyblynjacobs\">Timothy Jacobs</a>, <a href=\"https://profiles.wordpress.org/timplunkett\">timplunkett</a>, <a href=\"https://profiles.wordpress.org/tm
 uikku\">tmuikku</a>, <a href=\"https://profiles.wordpress.org/skithund\">Toni Viemer&#246;</a>, <a href=\"https://profiles.wordpress.org/toro_unit\">Toro_Unit (Hiroshi Urabe)</a>, <a href=\"https://profiles.wordpress.org/liljimmi\">Tracy Levesque</a>, <a href=\"https://profiles.wordpress.org/rilwis\">Tran Ngoc Tuan Anh</a>, <a href=\"https://profiles.wordpress.org/wpsmith\">Travis Smith</a>, <a href=\"https://profiles.wordpress.org/tywayne\">Ty Carlson</a>, <a href=\"https://profiles.wordpress.org/grapplerulrich\">Ulrich</a>, <a href=\"https://profiles.wordpress.org/utkarshpatel\">Utkarsh</a>, <a href=\"https://profiles.wordpress.org/vhomenko\">vhomenko</a>, <a href=\"https://profiles.wordpress.org/virgodesign\">virgodesign</a>, <a href=\"ht
 tps://profiles.wordpress.org/vladolaru\">vlad.olaru</a>, <a href=\"https://profiles.wordpress.org/voldemortensen\">voldemortensen</a>, <a href=\"https://profiles.wordpress.org/vtieu\">vtieu</a>, <a href=\"https://profiles.wordpress.org/webaware\">webaware</a>, <a href=\"https://profiles.wordpress.org/wesleye\">Wesley Elfring</a>, <a href=\"https://profiles.wordpress.org/westonruter\">Weston Ruter</a>, <a href=\"https://profiles.wordpress.org/wisdmlabs\">WisdmLabs</a>, <a href=\"https://profiles.wordpress.org/wpdelighter\">WP Delighter</a>, <a href=\"https://profiles.wordpress.org/wp-architect\">wp-architect</a>, <a href=\"https://profiles.wordpress.org/xavortm\">xavortm</a>, <a href=\"https://profiles.wordpress.org/yetanotherdaniel\">yetAnotherDaniel</a&gt
 ;, and <a href=\"https://profiles.wordpress.org/zinigor\">zinigor</a>.\n<p>&nbsp;</p>\n<p>Special thanks go to <a href=\"http://siobhanmckeown.com/\">Siobhan McKeown</a> for producing the release video and <a href=\"https://jacklenox.com\">Jack Lenox</a> for the voice-over.</p>\n<p>Finally, thanks to all of the contributors who provided translations for the release. WordPress 4.5 comes fully translated into 44 languages and the release video has been translated into 32 languages!</p>\n<p>If you want to follow along or help out, check out <a href=\"https://make.wordpress.org/\">Make WordPress</a> and our <a href=\"https://make.wordpress.org/core/\">core development blog</a>. Thanks for choosing WordPress. See you soon for version 4.6!</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\"
 ;s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:39:\"\n            \n              \n              \n              \n                              \n              \n              \n\n            \n              \n                              \n                      \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"WordPress 4.5 RC2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/news/2016/04/wordpress-4-5-rc2/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate
 \";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 10 Apr 2016 05:14:28 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"4.5\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:
 {i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=4186\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:350:\"The second release candidate for WordPress 4.5 is now available. We&#8217;ve made 91 changes since the first release candidate. RC means we think we’re done, but with millions of users and thousands of plugins and themes, it’s possible we’ve missed something. We hope to ship WordPress 4.5 on Tuesday, April 12, but we need your help [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\&qu
 ot;;a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Mike Schroder\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:3044:\"<p>The second release candidate for WordPress 4.5 is now available.</p>\n<p>We&#8217;ve made <a href=\"https://core.trac.wordpress.org/log/trunk?action=stop_on_copy&amp;mode=stop_on_copy&amp;rev=37171&amp;stop_rev=37078&amp;limit=120&amp;verbose=on\">91 changes</a> since the first release candidate. RC means we think we’re done, but with millions of users and thousands of plugins and themes, it’s possible we’ve missed something. We hope to ship WordPress 4.5 on <strong>Tuesday, April 12</strong&gt
 ;, but we need your help to get there.</p>\n<p>If you haven’t tested 4.5 yet, now is the time!</p>\n<p><strong>Think you&#8217;ve found a bug?</strong> Please post to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">Alpha/Beta support forum</a>. If any known issues come up, you&#8217;ll be able to <a href=\"https://core.trac.wordpress.org/report/5\">find them here</a>.</p>\n<p>To test WordPress 4.5, you can use the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin or you can <a href=\"https://wordpress.org/wordpress-4.5-RC2.zip\">download the release candidate here</a> (zip).</p>\n<p>For more information about what’s new in version 4.5, check out the <a href=\"https://wordpress.org/news/2016/02/wordpress-4-5-beta-1/\">Beta 1</a>, <a href=
 \"https://wordpress.org/news/2016/03/wordpress-4-5-beta-2/\">Beta 2</a>, <a href=\"https://wordpress.org/news/2016/03/wordpress-4-5-beta-3/\">Beta 3</a>, and <a href=\"https://wordpress.org/news/2016/03/wordpress-4-5-beta-4/\">Beta 4</a> blog posts.</p>\n<p><strong>Developers</strong>, please test your plugins and themes against WordPress 4.5 and update your plugin&#8217;s <em>Tested up to</em> version in the readme to 4.5. If you find compatibility problems, we never want to break things, so please be sure to post to the support forums so we can figure those out before the final release.</p>\n<p><strong>Polyglots</strong>, strings are now hard frozen, including the About Page, so you are clear to translate!</p>\n<p>A few changes of note since the first release candidate:</p>\n<ul>\n<li>Normalized non-slashing of data in the R
 EST API infrastructure. If you use the REST API infrastructure, <a href=\"https://make.wordpress.org/core/2016/04/06/rest-api-slashed-data-in-wordpress-4-4-and-4-5/\">check out the post on this change</a>.</li>\n<li>Customizer settings for widget instances get registered a bit later to give a chance for the widget instances themselves to be registered first. See <a href=\"https://core.trac.wordpress.org/ticket/36431\">#36431</a> for details.</li>\n<li>Fixed various cropping issues in the Custom Logo feature and Twenty Fifteen / Twenty Sixteen themes.</li>\n</ul>\n<p>Be sure to <a href=\"https://make.wordpress.org/core/\">follow along the core development blog</a>, where you can find the <a href=\"https://make.wordpress.org/core/2016/03/30/wordpress-4-5-field-guide/\">Field Guide for 4.5</a>.</p>\n<p><em>It&#8217;s great fun to test&
 lt;/em><br />\n<em>Enjoyment in another</em><br />\n<em>Release Candidate</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:33:\"\n              \n              \n              \n              \n                              \n\n            \n              \n                              \n                      \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"Contributor Weekend: Global WordPress Translation Day\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:88:\"http
 s://wordpress.org/news/2016/04/contributor-weekend-global-wordpress-translation-day/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 07 Apr 2016 21:04:39 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Community\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=4191\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\&quot
 ;;s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:378:\"Global WordPress Translation Day is a one-day contributor initiative organised by the WordPress project’s Polyglots team that is dedicated to helping new contributors who would like to translate WordPress in one of the 160 languages WordPress is available in. Global WordPress Translation Day will be on Sunday, April 24th, starting at 0:00 UTC and will go on for [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"Josepha\";s:7:\"attribs\";a:0:{}s:8:\"xml_ba
 se\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:3069:\"<p class=\"p1\"><span class=\"s1\">Global WordPress Translation Day is a one-day contributor initiative organised </span><span class=\"s1\">by the WordPress project’s </span><span class=\"s1\"> <a href=\"https://make.wordpress.org/polyglots\"><span class=\"s2\">Polyglots team</span></a> that is dedicated to helping new contributors who would like to translate WordPress in one of the 160 languages WordPress is available in.</span></p>\n<p class=\"p1\"><span class=\"s1\">Global WordPress Translation Day will be on Sunday, April 24th, starting at 0:00 UTC and will
  go on for 24 hours covering all time zones.</span></p>\n<p class=\"p3\"><span class=\"s1\"><b>What are we doing?</b></span></p>\n<ul class=\"ul1\">\n<li class=\"li1\"><span class=\"s1\"><span class=\"s1\">Live training: A 24h live streaming of tutorials about translating WordPress in different languages and making your code translatable (30min/1h sessions in different languages including a general instruction and specifics for that particular language). The </span></span><span class=\"s1\">internationalization </span>sessions will be in English. The sessions will be presented by some of the most experienced WordPress translators and internationalization experts. The Schedule can be found on the website.</li>\n<li class=\"li1\"><span class=\"s1\">Local translation contributor days
 : Groups of contributors gather at different locations and work face to face.</span></li>\n<li class=\"li1\"><span class=\"s1\">Local remote translation contributor days: Current translation teams dedicate time and get involved remotely to do orientation for their potential contributors or work with their current translation teams on translating as many strings as they can.</span></li>\n</ul>\n<p class=\"p1\"><span class=\"s1\">If you organise a local meetup, why not organise a contributor day for translating in your language?</span></p>\n<p class=\"p3\"><span class=\"s1\"><b>Join us! Read about the initiative and </b><a href=\"https://make.wordpress.org/polyglots/2016/03/02/wordpress-global-translation-day-april-24th-2016/\"><span class=\"s3\"><b>sign up as an organiser</b></span></
 a><b>.</b></span></p>\n<p class=\"p3\"><span class=\"s1\"><b>Can I get involved if I only speak English?</b></span></p>\n<p class=\"p1\"><span class=\"s1\">Yes! Even if you only speak English, it would be great to get involved and check out some of the English locale variants &#8211; English as spoken in the United Kingdom, Canada, New Zealand, Australia, South Africa. English has many variants across the globe and you can learn about the differences and why it&#8217;s important that users have the option to choose a variant during some of our sessions. And if you&#8217;re in a funky mood, you can give translating the interface into Emoji a try! Yes, we have a WordPress in Emoji locale!</span></p>\n<p class=\"p3\"><span class=\"s1\"><b>Questions?</b></span></p>\n<p class=\"p1\"&
 gt;<span class=\"s1\">The polyglots team and the event organisers hang out in <a href=\"http://wordpress.slack.com/messages/polyglots/\">#Polyglots in Slack</a>. They will gladly help you out.</span></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:39:\"\n               \n              \n              \n              \n                              \n              \n              \n\n            \n              \n                              \n                      \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"WordPress 4.5 Release Candidate\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"
 xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"https://wordpress.org/news/2016/03/wordpress-4-5-release-candidate/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 24 Mar 2016 03:50:27 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xm
 l_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"4.5\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=4165\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:344:\"The release candidate for WordPress 4.5 is now available. We&#8217;ve made 49 changes since releasing Beta 4 a week ago. RC means we think we’re done, but with millions of users and thousands of plugins and
  themes, it’s possible we’ve missed something. We hope to ship WordPress 4.5 on Tuesday, April 12, but we need your help [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Mike Schroder\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:2251:\"<p>The release candidate for WordPress 4.5 is now available.</p>\n<p>We&#8217;ve made <a href=\"https://core.trac.wordpress.org/log/trunk?action=stop_on_copy&amp;mode=stop_on_copy&
 amp;rev=37077&amp;stop_rev=37026&amp;limit=120&amp;verbose=on\">49 changes</a> since releasing Beta 4 a week ago. RC means we think we’re done, but with millions of users and thousands of plugins and themes, it’s possible we’ve missed something. We hope to ship WordPress 4.5 on <strong>Tuesday, April 12</strong>, but we need your help to get there.</p>\n<p>If you haven’t tested 4.5 yet, now is the time!</p>\n<p><strong>Think you&#8217;ve found a bug?</strong> Please post to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">Alpha/Beta support forum</a>. If any known issues come up, you&#8217;ll be able to <a href=\"https://core.trac.wordpress.org/report/5\">find them here</a>.</p>\n<p>To test WordPress 4.5, you can use the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester&lt
 ;/a> plugin or you can <a href=\"https://wordpress.org/wordpress-4.5-RC1.zip\">download the release candidate here</a> (zip).</p>\n<p>For more information about what’s new in version 4.5, check out the <a href=\"https://wordpress.org/news/2016/02/wordpress-4-5-beta-1/\">Beta 1</a>, <a href=\"https://wordpress.org/news/2016/03/wordpress-4-5-beta-2/\">Beta 2</a>, <a href=\"https://wordpress.org/news/2016/03/wordpress-4-5-beta-3/\">Beta 3</a>, and <a href=\"https://wordpress.org/news/2016/03/wordpress-4-5-beta-4/\">Beta 4</a> blog posts.</p>\n<p><strong>Developers</strong>, please test your plugins and themes against WordPress 4.5 and update your plugin&#8217;s <em>Tested up to</em> version in the readme to 4.5 before next week. If you find compatibility problems, we never want to break things, so please be sure to pos
 t to the support forums so we can figure those out before the final release.</p>\n<p>Be sure to <a href=\"https://make.wordpress.org/core/\">follow along the core development blog</a>, where we&#8217;ll continue to post <a href=\"https://make.wordpress.org/core/tag/dev-notes+4-5/\">notes for developers</a> for 4.5.</p>\n<p><em>Free as in Freedom</em><br />\n<em>It is WordPress 4.5</em><br />\n<em>Also free as in beer</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:42:\"\n          \n              \n              \n              \n                              \n              \n              \n              \n\n            \n              \n                              \n                      \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\&quo
 t;\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordPress 4.5 Beta 4\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2016/03/wordpress-4-5-beta-4/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 17 Mar 2016 04:30:25 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:4:{i:0;a:5:{s:4:\"data\";s:11:\"Develo
 pment\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"4.5\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:4:\"beta\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=4155\";s:7:\"attribs\";a:1:{s:0:\&
 quot;\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:329:\"WordPress 4.5 Beta 4 is now available! This software is still in development, so we don’t recommend you run it on a production site. Consider setting up a test site just to play with the new version. To test WordPress 4.5, try the WordPress Beta Tester plugin (you’ll want “bleeding edge nightlies”). Or you can [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Mike Schroder\";s:7:\"attribs\";a:0:{}s:8:\"x
 ml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:3392:\"<p>WordPress 4.5 Beta 4 is now available!</p>\n<p>This software is still in development, so we don’t recommend you run it on a production site. Consider setting up a test site just to play with the new version. To test WordPress 4.5, try the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\" target=\"_blank\">WordPress Beta Tester</a> plugin (you’ll want “bleeding edge nightlies”). Or you can <a href=\"https://wordpress.org/wordpress-4.5-beta4.zip\" target=\"_blank\">download the beta here</a> (zip).</p>\n<p>For more information on what&#8217;s new in 4.5, check out the <a href=\"https://wordpre
 ss.org/news/2016/02/wordpress-4-5-beta-1/\">Beta 1</a>, <a href=\"https://wordpress.org/news/2016/03/wordpress-4-5-beta-2/\">Beta 2</a>, and <a href=\"https://wordpress.org/news/2016/03/wordpress-4-5-beta-3/\">Beta 3</a> blog posts, along with <a href=\"https://make.wordpress.org/core/tag/4-5+dev-notes/\">in-depth field guides on make/core</a>. This is the final <a href=\"https://make.wordpress.org/core/version-4-5-project-schedule/\">planned beta</a> of WordPress 4.5, with a release candidate scheduled for next week.</p>\n<p>Some of the changes in Beta 4 include:</p>\n<ul>\n<li>Add support for oEmbed <strong>moments and timelines from Twitter</strong> (<a href=\"https://core.trac.wordpress.org/ticket/36197\">#36197</a>).</li>\n<li>More changes to better support <strong>HHVM with Imagick</stro
 ng>.<strong> </strong>Please test with HHVM setups and resizing/rotating images (<a href=\"https://core.trac.wordpress.org/ticket/35973\">#35973</a>).</li>\n<li>Tightened up the <strong>Inline Link</strong> feature (<a href=\"https://core.trac.wordpress.org/ticket/33301\">#33301</a>, <a href=\"https://core.trac.wordpress.org/ticket/30468\">#30468</a>).</li>\n<li>Support <code>&lt;hr&gt;</code> <strong>editor shortcut</strong> with 3 or more dashes (<code>---</code>); no spaces. To give more time to study the best shortcuts for users, text patterns for bold and italic have been removed and won&#8217;t ship with for 4.5 (<a href=\"https://core.trac.wordpress.org/ticket/33300\">#33300</a>).</li>\n<li>Fixes for <strong>SSL with Responsive Images</strong>. Please test with S
 SL, especially on sites with mixed http/https setups (<a href=\"https://core.trac.wordpress.org/ticket/34945\">#34945</a>).</li>\n<li>Allow rewrite rules to work in nested <strong>WordPress installations on IIS</strong> (<a href=\"https://core.trac.wordpress.org/ticket/35558\">#35558</a>).</li>\n<li><strong>Various bug fixes</strong>. We&#8217;ve made <a href=\"https://core.trac.wordpress.org/log/?action=stop_on_copy&amp;mode=stop_on_copy&amp;rev=37025&amp;stop_rev=36932&amp;limit=200&amp;verbose=on\">almost 100 changes</a> during the last week.</li>\n</ul>\n<p><strong>If you think you’ve found a bug</strong>, you can post to the <a href=\"https://wordpress.org/support/forum/alphabeta\" target=\"_blank\">Alpha/Beta area</a> in the support forums. We’d love to hear from you! If yo
 u’re comfortable writing a reproducible bug report, <a href=\"https://make.wordpress.org/core/reports/\" target=\"_blank\">file one on the WordPress Trac</a>. There, you can also find <a href=\"https://core.trac.wordpress.org/tickets/major\" target=\"_blank\">a list of known bugs.</a></p>\n<p>Happy testing!</p>\n<p class=\"p1\"><em>Llegamos al fin</em><br />\n<em>del tiempo pa&#8217; beta</em><br />\n<em>¡Pruébalo Ahora!</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:42:\"\n           \n              \n              \n              \n                              \n              \n              \n              \n\n            \n              \n                              \n                      \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b
 :0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordPress 4.5 Beta 3\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2016/03/wordpress-4-5-beta-3/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 10 Mar 2016 06:59:26 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:4:{i:0;a:5:{s:
 4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"4.5\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:4:\"beta\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=4128\&quot
 ;;s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:329:\"WordPress 4.5 Beta 3 is now available! This software is still in development, so we don’t recommend you run it on a production site. Consider setting up a test site just to play with the new version. To test WordPress 4.5, try the WordPress Beta Tester plugin (you’ll want “bleeding edge nightlies”). Or you can [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Mike Schroder\";s:7:\
 "attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:3631:\"<p>WordPress 4.5 Beta 3 is now available!</p>\n<p>This software is still in development<strong>,</strong> so we don’t recommend you run it on a production site. Consider setting up a test site just to play with the new version. To test WordPress 4.5, try the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\" target=\"_blank\">WordPress Beta Tester</a> plugin (you’ll want “bleeding edge nightlies”). Or you can <a href=\"https://wordpress.org/wordpress-4.5-beta3.zip\" target=\"_blank\">download the beta here</a> (zip).</p>\n<p>For more information on what&
 #8217;s new in 4.5, check out the <a href=\"https://wordpress.org/news/2016/02/wordpress-4-5-beta-1/\">Beta 1</a> and <a href=\"https://wordpress.org/news/2016/03/wordpress-4-5-beta-2/\">Beta 2</a> blog posts, along with <a href=\"https://make.wordpress.org/core/tag/4-5+dev-notes/\">in-depth field guides on make/core</a>. Some of the fixes in Beta 3 include:</p>\n<ul>\n<li>Many <strong>Theme Logo Support</strong> (<a href=\"https://core.trac.wordpress.org/ticket/33755\">#33755</a>) fixes, including support for bundled Twenty Fifteen (<a href=\"https://core.trac.wordpress.org/ticket/35944\">#35944</a>).</li>\n<li>Add <strong>Responsive Preview</strong> to theme install previewer (<a href=\"https://core.trac.wordpress.org/ticket/36017\">#36017</a>).</li>\n<li>Support <strong>Imagi
 ck in HHVM</strong> (<a href=\"https://core.trac.wordpress.org/ticket/35973\">#35973</a>).</li>\n<li><strong>Whitelist IPTC, XMP, and EXIF profiles</strong> from <code>strip_meta()</code> to maintain authorship, copyright, license, and image orientation (<a href=\"https://core.trac.wordpress.org/ticket/28634\">#28634</a>).</li>\n<li>Support <strong>Windows shares/DFS roots</strong> in <code>wp_normalize_path()</code> (<a href=\"https://core.trac.wordpress.org/ticket/35996\">#35996</a>).</li>\n<li><span class=\"s1\">New installs default to <strong>generating secret keys and salts locally</strong> instead of relying on the <span class=\"s2\">WordPress.org</span> API. Please test installing WP in situations where it can’t connect to the internet <span class=\"s1\"&g
 t;(like on a ?, ✈️, or ?) </span></span><span class=\"s1\">(<a href=\"https://core.trac.wordpress.org/ticket/35290\">#35290</a>).</span></li>\n<li>OPTIONS requests to REST API should <strong>return Allow header</strong> (<a href=\"https://core.trac.wordpress.org/ticket/35975\">#35975</a>).</li>\n<li>Upgrade twemoji.js to version 2 (<a href=\"https://core.trac.wordpress.org/ticket/36059\">#36059</a>) and add extra IE11 compatibility (<a href=\"https://core.trac.wordpress.org/ticket/35977\">#35977</a>) for <strong>Emoji</strong>.</li>\n<li><strong>Various bug fixes</strong>. We&#8217;ve made <a href=\"https://core.trac.wordpress.org/log/?action=stop_on_copy&amp;mode=stop_on_copy&amp;rev=36931&amp;stop_rev=36814&amp;limit=200&amp;verbose=on\">more tha
 n 100 changes</a> during the last week.</li>\n</ul>\n<p><strong>If you think you’ve found a bug</strong>, you can post to the <a href=\"https://wordpress.org/support/forum/alphabeta\" target=\"_blank\">Alpha/Beta area</a> in the support forums. We’d love to hear from you! If you’re comfortable writing a reproducible bug report, <a href=\"https://make.wordpress.org/core/reports/\" target=\"_blank\">file one on the WordPress Trac</a>. There, you can also find <a href=\"https://core.trac.wordpress.org/tickets/major\" target=\"_blank\">a list of known bugs.</a></p>\n<p>Happy testing!</p>\n<p class=\"p1\"><em><span class=\"s1\">Beta one, two, three<br />\n</span><span class=\"s1\">so many bugs have been fixed<br />\n</span><span class=\"s2\"&gt
 ;Closer now; four, five.</span></em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:39:\"\n           \n              \n              \n              \n                              \n              \n              \n\n            \n              \n                              \n                      \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordPress 4.5 Beta 2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2016/03/wordpress-4-5-beta-2/\";s:7:\"attribs\";a:0:{}s:
 8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 03 Mar 2016 04:55:35 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"4.5\";s:7:\"attribs\";a:0:{}s:8:\"
 xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=4116\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:329:\"WordPress 4.5 Beta 2 is now available! This software is still in development, so we don’t recommend you run it on a production site. Consider setting up a test site just to play with the new version. To test WordPress 4.5, try the WordPress Beta Tester plugin (you’ll want “bleeding edge nightlies”). Or you can [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"
 xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Mike Schroder\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:2370:\"<p>WordPress 4.5 Beta 2 is now available!</p>\n<p>This software is still in development<strong>,</strong> so we don’t recommend you run it on a production site. Consider setting up a test site just to play with the new version. To test WordPress 4.5, try the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\" target=\"_blank\">WordPress Beta Tester</a> plugin (you’ll want 
 bleeding edge nightlies”). Or you can <a href=\"https://wordpress.org/wordpress-4.5-beta2.zip\" target=\"_blank\">download the beta here</a> (zip).</p>\n<p>For more information on what&#8217;s new in 4.5, check out the <a href=\"https://wordpress.org/news/2016/02/wordpress-4-5-beta-1/\">Beta 1 blog post</a>. Some of the fixes in Beta 2 include:</p>\n<ul>\n<li>Added <a href=\"https://core.trac.wordpress.org/ticket/33300\">Horizontal Rule (HR) editing shortcut</a> and <a href=\"https://core.trac.wordpress.org/ticket/28612\">dismissible &#8220;Paste as Text&#8221; notice</a> in <strong>TinyMCE</strong>.</li>\n<li><strong>Selective Refresh</strong> support is <a href=\"https://core.trac.wordpress.org/changeset/36797\">enabled for core themes titles and taglines</a>, which allows shif
 t-click to focus on controls and PHP filters to apply in the preview.</li>\n<li>Resolved a fatal error on <strong>image upload</strong> when ImageMagick could not complete stripping meta during resize (<a href=\"https://core.trac.wordpress.org/ticket/33642\">#33642</a>).</li>\n<li><strong>Various bug fixes</strong>. We&#8217;ve made <a href=\"https://core.trac.wordpress.org/log/?action=stop_on_copy&amp;mode=stop_on_copy&amp;rev=36813&amp;stop_rev=36701&amp;limit=200&amp;verbose=on\">just over 100 changes</a> in the last week.</li>\n</ul>\n<p><strong>If you think you’ve found a bug</strong>, you can post to the <a href=\"https://wordpress.org/support/forum/alphabeta\" target=\"_blank\">Alpha/Beta area</a> in the support forums. We’d love to hear from you! If you’re comfortable writing a reproducible bu
 g report, <a href=\"https://make.wordpress.org/core/reports/\" target=\"_blank\">file one on the WordPress Trac</a>. There, you can also find <a href=\"https://core.trac.wordpress.org/tickets/major\" target=\"_blank\">a list of known bugs.</a></p>\n<p>Happy testing!</p>\n<p><em>It&#8217;s peer pressure time</em><br />\n<em>Testing: all cool kids do it</em><br />\n<em>Help find ALL the bugs!</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:33:\"\n         \n              \n              \n              \n                              \n\n            \n              \n                              \n                      \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\&quo
 t;child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"Contributor Weekend: One-Hour Video\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"https://wordpress.org/news/2016/02/contributor-weekend-one-hour-video/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 26 Feb 2016 19:36:30 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\&qu
 ot;Community\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=4112\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:349:\"It&#8217;s time for our second global contributor weekend, and this time we&#8217;re focusing on the video team. For this month&#8217;s challenge, in honor of it being our second month, you have two options for how you can participate! The challenge for this month overall is to work with at least one hour worth of WordCamp video, which [&#8230;]\&q
 uot;;s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:3:\"Jen\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:2590:\"<p>It&#8217;s time for our second global contributor weekend, and this time we&#8217;re focusing on the <a href=\"https://make.wordpress.org/tv\">video team</a>. For this month&#8217;s challenge, in honor of it being our second month, you have two options for how you can participate! The challenge for this month overall is to wo
 rk with at least one hour worth of WordCamp video, which you can do by either creating subtitles or editing the video file in preparation for upload to <a href=\"http://WordPress.tv\">WordPress.tv</a>.</p>\n<p>One of the great things about contributing to the video team is that you get to learn so much, since all the work basically involves watching WordCamp presentation videos. Subtitling is a doubly important need, as it is needed to make all those WordCamp videos accessible to people who are deaf or hard of hearing and can&#8217;t listen to the audio track, as well as making it possible for the videos to be consumed (in some cases after subtitle translation) by people who speak different languages.</p>\n<p>The challenge will last from Saturday, February 27, 2016 through Sunday, February 28, 2016, and the results will be reviewed afterward by members of the video team. If you enjoy the challenge, the video team would be very excit
 ed to welcome you into their ranks! Interested? <a href=\"https://wp.me/P6onIa-28D\">Here&#8217;s how to participate</a>.</p>\n<h3>What About Last Month?</h3>\n<p>In January, the inaugural contributor weekend was focused on the support forums. That challenge had 73 participants, including 10 people who provided 20 or more correct answers to open support threads, thereby winning the challenge. Congratulations to Harris Anastasiadis, Ahmad Awais, Takis Bouyouris, Phil Erb, Eric Gunawan, Jackie McBride, Diana Nichols, Kostas Nicolacopoulos, Juhi Saxena, and Sarah Semark! To them and to everyone else who participated, thank you <strong>so much</strong> for your efforts. Every answer helps, and over the course of this contributor weekend, these amazing volunteers responded to <strong>800 support threads</strong>. The support forums queue of requests with no replies went from 28 pages to 7 pages &#8212; th
 at was an incredible success, of which every participant was a part!</p>\n<p>So head on over to see how to <a href=\"https://wp.me/P6onIa-28D\">get involved with the one-hour video challenge</a> this weekend, and help us make next month&#8217;s post just as impressive! <img src=\"https://s.w.org/images/core/emoji/72x72/1f642.png\" alt=\"?\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}s:27:\"http://www.w3.org/2005/Atom\";a:1:{s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:4:\"href\";s:32:\"https://wordpress.org/news/feed/\";s:3:\"rel\";s:4:\"self\";s:4:\&quot
 ;type\";s:19:\"application/rss+xml\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:44:\"http://purl.org/rss/1.0/modules/syndication/\";a:2:{s:12:\"updatePeriod\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"hourly\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:15:\"updateFrequency\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";a:10:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Mon, 06 Jun 2016 18:38:20 GMT\";s:12:\"content-type\&
 quot;;s:34:\"application/rss+xml; charset=UTF-8\";s:10:\"connection\";s:5:\"close\";s:25:\"strict-transport-security\";s:11:\"max-age=360\";s:6:\"x-olaf\";s:3:\"⛄\";s:13:\"last-modified\";s:29:\"Fri, 06 May 2016 19:22:48 GMT\";s:4:\"link\";s:63:\"<https://wordpress.org/news/wp-json/>; rel=\"https://api.w.org/\"\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:11:\"HIT lax 250\";}s:5:\"build\";s:14:\"20160606161022\";}','no'),(2049,'_transient_timeout_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca','1465281500','no'),(2050,'_transient_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca','1465238300','no'),(2051,'_transient_timeout_feed_d117b5738fbd35bd8c0391cda1f2b5d9','1465281500','no'),(2052,'_transient_feed_d117b5738fbd35bd8c0391cda1f2b5d9','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:
 {s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:61:\"\n  \n      \n      \n      \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"WordPress Planet\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explic
 it\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://planet.wordpress.org/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"en\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"WordPress Planet - http://planet.wordpress.org/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:50:{i:0;a:6:{s:4:\"data\";s:13:\"\n \n      \n      \n      \n      \n      \n\";s:7:\
 "attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:50:\"WP Mobile Apps: WordPress for Android: Version 5.4\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://apps.wordpress.com/?p=3403\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"https://apps.wordpress.com/2016/06/01/wordpress-for-android-version-5-4/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\&q
 uot;;s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3183:\"<p>Hello WordPress users! <a href=\"https://play.google.com/store/apps/details?id=org.wordpress.android\" target=\"_blank\">Version 5.4 of the WordPress for Android app</a> is now available in the Google Play Store.</p>\n<h1>Gravatar update</h1>\n<p>Did you just take a great selfie? You can update your Gravatar from the app on the <em>Me</em> screen. Tap your profile picture, and follow the prompts to take a new photo or pick an image from your device&#8217;s photo library.</p>\n<div id=\"v-a5lLmHSc-1\" class=\"video-player\">\n</div>\n<h1>Smart Lock for Passwords integration</h1>\n<p>Signing in with a WordPress.com account is easier than ever with Smart 
 Lock for Passwords, the Google password manager. If you signed in to your account on your computer using Google&#8217;s Chrome browser, the username and password fields will be automatically pre-filled when you open the app &#8212; you can even manage several identities.</p>\n<p><img class=\"alignnone wp-image-3404 size-large\" src=\"https://apps.files.wordpress.com/2016/05/screenshot-2016-05-04_12-08-06-614.png?w=614&h=1024\" alt=\"screenshot-2016-05-04_12.08.06.614\" width=\"614\" height=\"1024\" /></p>\n<h1>Other Changes</h1>\n<p>Version 5.4 also comes with a few other fixes:</p>\n<ul>\n<li>Fixed comment previews with images in the Comment List screen.</li>\n<li>Fixed an issue with tag display in the Reader.</li>\n<li>Fixed a problem sometimes removed the <em>Themes</em> option after sign-in.</li>\n</ul>\n<p
 >You can track our development progress for the next release by visiting <a href=\"https://github.com/wordpress-mobile/WordPress-Android/milestones/5.5\">our 5.5 milestone on GitHub</a>.</p>\n<h1>Beta</h1>\n<p>Do you like keeping up with what’s new in the app? Do you enjoy testing new stuff before anyone else? Our testers have access to beta versions with updates shipped directly through Google Play. The beta versions may have new features, new fixes — and possibly new bugs! Testers make it possible for us to improve the overall app experience, and offer us invaluable development feedback.</p>\n<p>Want to become a tester? <a href=\"https://play.google.com/apps/testing/org.wordpress.android\">Opt-in</a>!</p>\n<h1>Thank you</h1>\n<p>Thanks to our GitHub contributors: <a href=\"https://github.com/aerych\">@aerych</a>, <a href=\"https://github.com
 /aforcier\">@aforcier</a>, <a href=\"https://github.com/daniloercoli\">@daniloercoli</a>, <a href=\"https://github.com/hypest\">@hypest</a>, <a href=\"https://github.com/kwonye\">@kwonye</a>, <a href=\"https://github.com/maxme\">@maxme</a>, <a href=\"https://github.com/mzorz\">@mzorz</a>, <a href=\"https://github.com/nbradbury\">@nbradbury</a>, <a href=\"https://github.com/oguzkocer\">@oguzkocer</a>, <a href=\"https://github.com/roundhill\">@roundhill</a>, and <a href=\"https://github.com/tonyr59h\">@tonyr59h</a>.</p><img alt=\"\" border=\"0\" src=\"https://pixel.wp.com/b.gif?host=apps.wordpress.com&blog=108068616&post=3403&subd=apps&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a hr
 ef=\"https://apps.wordpress.com/2016/06/01/wordpress-for-android-version-5-4/\"><img alt=\"gravatar\" src=\"https://videos.files.wordpress.com/a5lLmHSc/gravatar_std.original.jpg\" width=\"160\" height=\"120\" /></a></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 01 Jun 2016 11:53:19 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"Maxime\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_expl
 icit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:13:\"\n      \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:83:\"WPTavern: WordCamp Incubator Program to Launch in Indonesia, Zimbabwe, and Colombia\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=55034\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:
 5:{s:4:\"data\";s:91:\"http://wptavern.com/wordcamp-incubator-program-to-launch-in-indonesia-zimbabwe-and-columbia\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2932:\"<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/02/flags.jpg\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/02/flags.jpg?resize=1020%2C500\" alt=\"flags\" class=\"aligncenter size-full wp-image-16697\" /></a></p>\n<p>After receiving <a href=\"http://wptavern.com/wordcamp-incubator-program-receives-182-applications-narrows-candidates-to-16-communities\" target=\"_blank\">182 applications from cities all over the world</a>, the WordPress Community Team has selec
 ted three locations for the WordCamp Incubator program:</p>\n<ul>\n<li>Denpasar, Indonesia</li>\n<li>Harare, Zimbabwe</li>\n<li>Medellín, Colombia</li>\n</ul>\n<p>Representatives from the thirteen other short-listed locations are encouraged to organize a local WordPress meetup and will have the help of Community Team mentors as needed.</p>\n<p>Thanks to the addition of a new volunteer deputy from the Community Team, the program will move forward with three locations, instead of having to scale back to two, as previously anticipated. Each event has been assigned a deputy who will meet bi-weekly with the local team to mentor the new WordCamp organizers.</p>\n<p>Andrea Middleton outlined in the <a href=\"https://make.wordpress.org/community/2016/05/25/wordcamp-incubator-locations-announcement/\" target=\"_blank\">announcement</a> how the team plans to proceed with gettin
 g these events off the ground.</p>\n<p>&#8220;Denpasar, Harare, and Medellín will work with their respective deputies to start a monthly WordPress meetup group or add their existing meetup group to the chapter account program,&#8221; Middleton said. &#8220;Once the local WordPress user group is meeting regularly, each team will work on finding a venue, setting a date, recruiting speakers, and spreading the word about the upcoming WordCamp.&#8221;</p>\n<p>In order to take the pressure off the new organizers, the Community team will assist them in scheduling and finding speakers. The events will be 100% funded by the global sponsorship grant so organizers can focus on community building without the pressure of fundraising. Middleton said they are aiming for no more than three non-local speakers at each event, which she anticipates will happen in the last quarter of 2016.</p>\n<p>The challenge with the Incubator program is to ensure 
 these events are a launching point and not just a flash in the pan. Middleton and the community team deputies are working to establish these emerging communities so that they continue to grow organically after the events conclude.</p>\n<p>&#8220;The goal for these events is to organize an easily reproducible, one-day, one-track event with about 50-75 attendees,&#8221; Middleton said. &#8220;Hopefully by the end of the organizing/incubating experience, members of the local community will feel confident that they can organize an annual WordCamp independently in the years to come.&#8221;</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 31 May 2016 05:12:14 +0000\";s:7:\"attrib
 s\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:13:\"\n       \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Donncha: WordPress is thirteen!\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:
 8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:24:\"http://z9.io/?p=89499890\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:46:\"http://z9.io/2016/05/27/wordpress-is-thirteen/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1231:\"<p>You could have knocked me over with a feather today when I read <a href=\"https://ma.tt/2016/05/wordpress-is-a-teenager/\">Matt&#8217;s post</a> announcing that WordPress was celebrating a birthday!</p>\n<p>It didn&#8217;t seem so long ago that we were w
 orking on b2++, hacking the multiuser bits in and doing all sorts of crazy things with it.</p>\n<p>Now I&#8217;m &#8220;typing&#8221; this on a mobile phone by swiping my finger across a virtual keyboard. Back then the closest to this that I could imagine would be some sort of SMS integration!</p>\n<p>WordPress today is unrecognisable from what it was back then, especially if you use the slick Calypso interface.</p>\n<p>I&#8217;m looking forward to seeing what the next few years bring.</p>\n\n<p><strong>Related Posts</strong><ul><li> <a href=\"http://z9.io/2013/08/02/like-a-dog-and-his-ball/\" rel=\"bookmark\" title=\"Permanent Link: Like a dog and his ball\">Like a dog and his ball</a></li><li> <a href=\"http://z9.io/2009/01/28/wordpress-mu-27/\" rel=\"bookmark\" title=\"Permanent Link: WordPress MU 2.7\">W
 ordPress MU 2.7</a></li><li> <a href=\"http://z9.io/2008/09/02/wordpress-mu-261/\" rel=\"bookmark\" title=\"Permanent Link: WordPress MU 2.6.1\">WordPress MU 2.6.1</a></li></ul></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 27 May 2016 22:57:38 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"Donncha\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_l
 ang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:13:\"\n      \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"Post Status: WordPress.org — Draft podcast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"https://poststatus.com/?p=24730\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"https://poststatus.com/wordpre
 ss-org-draft-podcast/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3592:\"<p>Welcome to the Post Status <a href=\"https://poststatus.com/category/draft\">Draft podcast</a>, which you can find <a href=\"https://itunes.apple.com/us/podcast/post-status-draft-wordpress/id976403008\">on iTunes</a>, <a href=\"https://play.google.com/music/m/Ih5egfxskgcec4qadr3f4zfpzzm?t=Post_Status__Draft_WordPress_Podcast\">Google Play</a>, <a href=\"http://www.stitcher.com/podcast/krogsgard/post-status-draft-wordpress-podcast\">Stitcher</a>, and <a href=\"http://simplecast.fm/podcasts/1061/rss\">via RSS</a> for your favorite podcatcher. Post Status Draft is hosted by Joe Hoyle &#821
 2; the CTO of Human Made &#8212; and Brian Krogsgard.</p>\n<p><span>In this episode, Joe and Brian discuss the structure and function of the WordPress.org website, which is the hub of the WordPress project. From the actual software distribution, to discussions about the project, to support, and buying swag: it all happens from WordPress.org. We break down what’s what and what we think you should know.</span></p>\n<p><!--[if lt IE 9]><script>document.createElement(\'audio\');</script><![endif]-->\n<a href=\"https://audio.simplecast.com/38479.mp3\">https://audio.simplecast.com/38479.mp3</a><br />\n<a href=\"http://audio.simplecast.com/38479.mp3\">Direct Download</a></p>\n<h3>Notes</h3>\n<p>Who owns WordPress.org?<br />\nWho works on WordPress.org<br />\nHow WordPress.org distributes software updates</p>\n<h3>Different Secti
 ons of WordPress.org Navigation</h3>\n<ul>\n<li>Showcase</li>\n<li>WordPress theme directory &#8212; and reviews &#8212; and commercial themes</li>\n<li>WordPress plugin directory &#8212; and reviews</li>\n<li>Mobile &#8212; Redirects to .com</li>\n<li>Support Forums / Codex &#8220;documentation&#8221;</li>\n<li>Make WordPress (Get Involved)</li>\n<li>About (many sub pages and also project structure)</li>\n<li>Blog</li>\n<li>Hosting</li>\n<li>Download (button &#8212; in future to be <a href=\"https://make.wordpress.org/meta/2016/02/29/get-wordpress-improving-the-path-to-wordpress/\">Get WordPress</a>)</li>\n</ul>\n<h3>Other Sections</h3>\n<ul>\n<li><a href=\"https://core.trac.wordpress.org/\">core.trac.wordpress.org</a></li>\n<li><a href=
 \"https://developer.wordpress.org/\">developer.wordpress.org</a></li>\n<li><a href=\"https://mercantile.wordpress.org/\">mercantile.wordpress.org</a></li>\n<li><a href=\"http://jobs.wordpress.net/\">jobs.wordpress.net</a></li>\n<li><a href=\"https://learn.wordpress.org/\">learn.wordpress.org</a></li>\n<li><a href=\"https://wordpress.org/ideas/\">Ideas</a></li>\n</ul>\n<h3>Other Linked Sites</h3>\n<ul>\n<li><a href=\"https://central.wordcamp.org/\">WordCamp</a></li>\n<li><a href=\"http://wordpress.tv/\">WordPress.tv</a></li>\n<li><a href=\"https://buddypress.org/\">BuddyPress</a></li>\n<li><a href=\"https://bbpress.org/\">bbPress</a></li>\n<li><a href=\"h
 ttps://wordpress.com/\">WordPress.com</a></li>\n<li><a href=\"https://ma.tt/\">ma.tt</a></li>\n</ul>\n<h3>Active Projects for Improving</h3>\n<ul>\n<li><a href=\"https://make.wordpress.org/meta/tag/helphub/\">Helphub</a></li>\n<li>Handbooks (theme), plugin published</li>\n<li>Plugin directory</li>\n</ul>\n<h3>Links</h3>\n<ul>\n<li><a href=\"https://make.wordpress.org/meta/\">Blog for WordPress.org projects</a></li>\n</ul>\n<h3>Sponsor</h3>\n<p><span>This episode is sponsored by Gravity Forms. <a href=\"http://www.gravityforms.com/\">Gravity Forms</a>  makes the best web forms on the planet. Over a million WordPress sites are already using Gravity Forms. Is yours? For more information, check out their <a href=\"http://www.gravityform
 s.com/\">website</a> and thank you to Gravity Forms for being a Post Status partner. </span><b> </b></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 27 May 2016 19:18:04 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Katie Richards\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:13:\"\n    \n      \n      \n      \n      \n      \n\";
 s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"WPTavern: Jetpack 4.0.3 Patches a Critical XSS Vulnerability\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=55036\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"http://wptavern.com/jetpack-4-0-3-patches-a-critical-xss-vulnerability\";s:7:\"attribs\";a:0:{}s:8:\"xml
 _base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2266:\"<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/07/jetpack-logo.gif\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/07/jetpack-logo.gif?resize=700%2C276\" alt=\"jetpack-logo\" class=\"aligncenter size-full wp-image-27470\" /></a></p>\n<p><a href=\"https://jetpack.com/2016/05/27/jetpack-4-0-3-critical-security-update/\" target=\"_blank\">Jetpack 4.0.3 is a security release</a> that contains an important fix for a critical vulnerability that has been present in the plugin since version 2.0, released in 2012. According to Jetpack team member Sam Hotchkiss, a stored XSS vulnerability was found in the way that some Jetpack shortcodes are process
 ed, which allows an attacker to insert JavaScript into comments to hijack a visitor&#8217;s browser.</p>\n<p>This particular bug is similar to one <a href=\"https://blog.sucuri.net/2016/05/security-advisory-stored-xss-bbpress-2.html\" target=\"_blank\">recently found and patched in bbPress</a>.</p>\n<p>&#8220;Similar issues may exist in other plugins, and it’s a good reminder about the power of regular expressions to create issues when parsing data,&#8221; Hotchkiss said.</p>\n<p>The Jetpack team has been working with the WordPress security team to push out point releases for all vulnerable branches of the plugin&#8217;s codebase, which includes all versions following 2.0. They are using WordPress&#8217; core automatic update system, so all sites that have not explicitly opted out will receive the security update.</p>\n<p>&#8220;Fortunately, we have no evidence of this being use
 d in the wild,&#8221; Hotchkiss said. &#8220;However, now that this update is public, it’s just a matter of time before someone attempts to exploit it.&#8221; The Jetpack team is advising users to update as soon as possible, as the update also fixes any potential exploits that may have already been put in place.</p>\n<p>The team credits Marc-Alexandre Montpas from <a href=\"https://sucuri.net/\" target=\"_blank\">Sucuri</a> for finding the bug and disclosing it responsibly. Users will be notified about the security release via email, but those who have Akismet and/or VaultPress installed have already been protected since the first reporting of the vulnerability.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\&qu
 ot;;a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 27 May 2016 01:05:10 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:13:\"\n  \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"Post Status: Growing a lifestyle business without l
 osing the lifestyle\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"https://poststatus.com/?p=24644\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:50:\"https://poststatus.com/growing-lifestyle-business/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:8760:\"<p><em><strong>Editor&#8217;s Note</strong>: This is a guest post by Nate Wright. Nate is a WordPress developer and so
 lopreneur. He runs <a href=\"http://themeofthecrop.com\">Theme of The Crop</a>, a niche WordPress theme company geared toward restaurant websites. You can learn more about Nate on his <a href=\"https://poststatus.com/profiles/nate-wright/\">Post Status profile</a> and follow him on <a href=\"https://twitter.com/natewr\">Twitter</a>.</em></p>\n<hr />\n<p>Here&#8217;s a scenario you&#8217;re probably familiar with: a friend or family member, not terribly tech-savvy, approaches you with an idea. Why don&#8217;t you build Facebook for clowns? What about Uber for sandwiches?</p>\n<p>Their ideas are often a little better than these. Sometimes they&#8217;re worse. But in my case the conversation always gets to the same point in the end.</p>\n<p>You can build stuff on the internet. Why aren&#8217;t you shooting for the stars? Don&#8217;t you want to be ri
 ch like Zuckerberg?</p>\n<p>Right now some of you may be thinking: yes I do! This post isn&#8217;t for you.</p>\n<p>This is for those of you who cringe at the thought of your days filling up with hiring and training staff, conducting meetings, or filling out paperwork. Those of you who don&#8217;t want to live the big siloed life of a CEO. Who dove into the WordPress market because you wanted to build things yourself. For yourself.</p>\n<h3>The rockstars and the rest of us</h3>\n<p>It’s hard to find someone more widely admired among WordPress developers &#8212; and more deserving of that admiration &#8212; than <a href=\"https://pippinsplugins.com/about/\">Pippin Williamson</a>. So when he <a href=\"https://pippinsplugins.com/control-give-grow/\">described his evolution</a> from staunch go-it-aloner to team leader, many of us sat up and listened.</p>\n<p>The <
 a href=\"https://pippinsplugins.com/control-give-grow/#comments\">comments</a> in response to that post exhibit a common mix of anxiety, frustration and hope for us go-it-aloners, who have carved out small (and not so small) niches in the WordPress world.</p>\n<p>We’re overstretched and under resourced. We lack good marketing strategies. And we can see that growth will come from transforming our businesses into larger enterprises.</p>\n<p>But then we start thinking about what that means. The hiring. The firing. The training. The meetings. The paperwork. <i>The liability</i>.</p>\n<p>&#8216;I don’t want to be the next Zuckerberg,&#8217; you may think. Then, hopefully, you’ll laugh at the absurdity. But really, you may think, &#8216;I don’t even want to be the next <a href=\"http://carlhancock.com/\">Carl Hancock</a> or <a href=\"https://yoast.com/author/joost/\"&g
 t;Joost de Valk</a>.&#8217;</p>\n<p>Let me be honest with you. I’ll stop putting words in your mouth and put them in mine.</p>\n<p>I have a lifestyle business. No, I don’t sell lifestyle products. I have a business <em>tailored to my lifestyle</em>.</p>\n<p>I have a business that allows to me to take lunch when I want, finish the day when I want, go on holiday when I want, write the code that I want. That’s my job perk. That’s my killer bonus. No, that’s my Shangri-La.</p>\n<p>When people tell you to hire early or scale quickly, they’re right that giving up control can be liberating. But it can also be encumbering. It brings new responsibilities at the same time that it releases you from old ones.</p>\n<p>Whether or not growing your team is right for you will depend on your temperament, your appetite and the kind of lifestyle you want.</p>\n<h3>Being a little fish in a big pond&
 lt;/h3>\n<p>But let’s be honest. You took a chance on the WordPress market because you saw a window of opportunity. That window may be closing.</p>\n<p>In the last few years we’ve seen a lot of consolidation. The theme market exploded, <a href=\"http://inside.envato.com/envato-stories-muhammad-haris-themefusion-2/\">made millions for a few</a>, and then caused a gold rush which <a href=\"http://scottbolinger.com/wordpress-theme-business/\">saturated the market and pushed out small operators</a>.</p>\n<p>At the same time, two big traditional distribution channels dried up: the official <a href=\"https://wordpress.org/themes/\">WordPress.org theme repository</a>, which has a huge backlog of themes awaiting approval, and <a href=\"https://theme.wordpress.com/\">Automattic’s marketplace</a>, which is closed to new entrants.</p>\n<p>We’re also seein
 g more traditional investment in WordPress properties. The big one is the <a href=\"http://recode.net/2014/05/05/wordpress-parent-automattic-has-raised-160-million-now-valued-at-1-16-billion-post-money/\">$160 million raised by Automattic</a> and Automattic&#8217;s subsequent <a href=\"https://poststatus.com/automattic-acquired-woocommerce-woothemes/\">acquisition of WooThemes</a>. Many actors are moving more aggressively to leverage or retain their market position. Syed Balkhi is on a buying and building spree (<a href=\"http://enviragallery.com/about-us/\">1</a>, <a href=\"http://optinmonster.com/about/\">2</a>, <a href=\"https://wpforms.com/say-hello-to-wpforms/\">3</a>, <a href=\"http://wptavern.com/syed-balkhi-acquires-google-analytics-by-yoast-renames-to-monsterinsights\">4</a>). Ninja Forms did a <a href=\"https://ninjaforms.com/re
 leasing-three/\">ground-up rebuild</a>. Pippin’s shedding non-essential products (<a href=\"https://pippinsplugins.com/easy-content-types-acquired/\">1</a>, <a href=\"https://pippinsplugins.com/nikhil-vimal-adopts-front-end-registration-and-login-forms-plugin/\">2</a>) and <a href=\"https://pippinsplugins.com/selfish/\">purging some third-party addons</a>.</p>\n<p>The ecosystem looks increasingly unfriendly to us go-it-aloners. Automattic was the first to go big. Given exclusive commercial access to the WordPress trademark, it carved out its own space and split WordPress down the middle. Now the other half &#8212; the WordPress for the rest of us &#8212; is going big too.</p>\n<p>The nice thing about being a small operator is that you only need a tiny sliver of the pie. But as the size of the market has grown, it’s become more difficult to attract attention. Showing up
  with a good product isn’t enough.</p>\n<h3>Going it alone, together</h3>\n<p>My lifestyle business is working well for me. Revenue keeps inching up. Slowly.</p>\n<p>But it might not make it in a different kind of WordPress space. I’ve been thinking a lot about that lately. And I bet you have too.</p>\n<p>Where’s the market going? What am I willing to trade to survive? Which headaches are <a href=\"http://www.codeinwp.com/blog/transparency-report-14/\">worth changing direction for</a> and which headaches aren’t?</p>\n<p>Here are some of the ideas I’ve been tossing around:</p>\n<h3>Contractors</h3>\n<p>Hiring out. I could scale up or down easily, depending on how well it goes. But it’s tough to manage quality when juggling vendors.</p>\n<p>And what would I contract? I’d like to shed my bumbling efforts in marketing and traffic generation. But that seems
  like precisely the kind of job full of jackals who don’t know what they’re doing.</p>\n<p>Ok, that’s harsh. I’ll just say: I worry it’d be a headache to manage it well.</p>\n<p>Theme development seems the most plausible, since there’s a large body of talented, hungry themers washing up from the stormy seas of ThemeForest. But it may be the least valuable since the market is being swallowed up by a few big themes.</p>\n<h3>Commissions</h3>\n<p>Affiliate marketing is already working for me. A little. I could go further and recruit theme or plugin developers to sell from my site on commission.</p>\n<p>Then I’m saddled with support for products I didn’t build. Can I maintain quality? Can I drive enough traffic to be an attractive outlet for them? Will I end up with all of the headaches I wanted to avoid?</p>\n<h3>Partnerships</h3>\n<p>Maybe I’ll trade in my king-of-the-hill cap and bri
 ng on partners. Not employees. Genuine partners with overlapping skill sets. Instead of being a go-it-aloner we can be two or three go-it-aloners going it alone together!</p>\n<p>Or maybe that’s just a terrible way to run a business.</p>\n<h3>Alliances</h3>\n<p>There are a lot of us out there. Independent themers looking to expand beyond ThemeForest or give up on the old freemium approach of the official repository. Plugin developers looking for a new home or seeking out themes that will integrate with their plugins.</p>\n<p>We could probably do something special if we made stronger alliances. Combined to build to stronger platforms for our products.</p>\n<p>But that sounds like a lot of project management. Isn’t that what we were hoping to avoid?</p>\n<p>I don’t know. I’m going to go write some code.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\&
 quot;xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 26 May 2016 18:10:07 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Nate Wright\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:13:\"\n    \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\&quot
 ;;a:1:{i:0;a:5:{s:4:\"data\";s:46:\"WP Mobile Apps: WordPress for iOS: Version 6.2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://apps.wordpress.com/?p=3416\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"https://apps.wordpress.com/2016/05/25/wordpress-for-ios-version-6-2/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3021:\"<p>Hi there, WordPress users! <a href=
 \"https://itunes.apple.com/us/app/wordpress/id335703880?mt=8&uo=6&at=&ct=\">Version 6.2 of the WordPress for iOS app</a> is now available in the App Store.</p>\n<h1>What&#8217;s New:</h1>\n<p><strong>Sharing just got easier!</strong> Post content from apps to your WordPress.com site with a new Share extension. Also, share a post right from your editor’s preview screen.</p>\n\n<a href=\"https://apps.wordpress.com/img_2229_2/\"><img width=\"169\" height=\"300\" src=\"https://apps.files.wordpress.com/2016/05/img_2229_2.png?w=169&h=300\" class=\"attachment-medium size-medium\" alt=\"IMG_2229_2\" /></a>\n<a href=\"https://apps.wordpress.com/img_2230/\"><img width=\"169\" height=\"300\" src=\"https://apps.files.wordpress.com/2016/05/img_2230.png?w=169&h=300\" class=\"at
 tachment-medium size-medium\" alt=\"IMG_2230\" /></a>\n\n<p><strong>Improved clipboard support: </strong>Working with images? You can now copy and paste single images in your editor.</p>\n<p><strong>Login with ease:</strong> We improved error messages for self-hosted users.</p>\n<p><strong>Enhancements:</strong> Because &#8220;good&#8221; is not enough! Here&#8217;s the full <a href=\"https://github.com/wordpress-mobile/WordPress-iOS/issues?q=is%3Aclosed+is%3Aissue+milestone%3A6.2+label%3A%22%5BType%5D+Enhancement%22\">list of enhancements</a>.</p>\n<p><strong>Bugs, be gone!</strong> We zapped bugs that prevented images from rendering properly and caused backspaces to misbehave.  You can see the full list of bug fixes <a href=\"https://github.com/wordpress-mobile/WordPress-iOS/issues?q=is%3Aclosed+is%3Aissue+milestone%3A6.
 1+label%3A%22%5BType%5D+Bug%22\">here</a>!</p>\n<h1>Thank You</h1>\n<p>Thanks to all of the contributors who worked on this release:<br />\n<a href=\"https://github.com/aerych\">@aerych</a>, <a href=\"https://github.com/akirk\">@akirk</a>, <a href=\"https://github.com/alexcurylo\">@alexcurylo</a>, <a href=\"https://github.com/astralbodies\">@astralbodies</a>, <a href=\"https://github.com/diegoreymendez\">@diegoreymendez</a>, <a href=\"https://github.com/frosty\">@frosty</a>, <a href=\"https://github.com/jleandroperez\">@jleandroperez</a>, <a href=\"https://github.com/koke\">@koke</a>, <a href=\"https://github.com/kurzee\">@kurzee</a>, <a href=\"https://github.com/kwonye\">@kwonye</a>, <a href=\"https://github.com/ma
 xme\">@maxme</a>, <a href=\"https://github.com/nheagy\">@nheagy</a>, <a href=\"https://github.com/rachelmcr\">@rachelmcr</a>, <a href=\"https://github.com/sendhil\">@sendhil</a>, <a href=\"https://github.com/mattmiklic\">@mattmiklic</a> and <a href=\"https://github.com/SergioEstevao\">@SergioEstevao</a>.</p>\n<p>You can track the development progress for the next update by visiting <a href=\"https://github.com/wordpress-mobile/WordPress-iOS/issues?utf8=✓&q=is%3Aissue+milestone%3A6.3+\" target=\"_blank\">our 6.3 milestone on GitHub</a>. Until next time!</p><img alt=\"\" border=\"0\" src=\"https://pixel.wp.com/b.gif?host=apps.wordpress.com&blog=108068616&post=3416&subd=apps&ref=&feed=1\" width=\"1\" height=\"1\" />\";s:7:\&quo
 t;attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 25 May 2016 06:05:48 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"diegoreymendez\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:13:\"\n     \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\&qu
 ot;;s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"WPTavern: In Case You Missed It – Issue 9\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"http://wptavern.com?p=55015&preview_id=55015\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"http://wptavern.com/in-case-you-missed-it-issue-9\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"da
 ta\";s:8011:\"<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/01/ICYMIFeaturedImage.png\" rel=\"attachment wp-att-50955\"><img class=\"size-full wp-image-50955\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/01/ICYMIFeaturedImage.png?resize=676%2C292\" alt=\"In Case You Missed It Featured Image\" /></a>photo credit: <a href=\"http://www.flickr.com/photos/112901923@N07/16153818039\">Night Moves</a> &#8211; <a href=\"https://creativecommons.org/licenses/by-nc/2.0/\">(license)</a>\n<p>There’s a lot of great WordPress content published in the community but not all of it is featured on the Tavern. This post is an assortment of items related to WordPress that caught my eye but didn’t make it into a full post.</p>\n<h2>Chris Lema Launches Beyond Good</h2>\n<p>Chris Lema has launched a new site called &l
 t;a href=\"http://beyondgood.com/\">Beyond Good </a>that provides insight, tips, and methodologies for leading employees to become better than good. If it&#8217;s anything like his other sites, it&#8217;s sure to be a hit in the WordPress community.</p>\n<h2>Remote Jobs, a Remote Worker Specific Jobs Board</h2>\n<p>Chris Wallace and the team at Lift have launched <a href=\"https://remotejobs.com/\">Remote Jobs</a>, a jobs board specifically catered to remote workers. According to Wallace, &#8220;The site exists to help others find remote jobs that connect them with their passions in life.&#8221; Check out the site as there&#8217;s already a decent listing of opportunities available for remote workers.</p>\n<h2>Why .Blog is Worth $19M</h2>\n<p>Matt Mullenweg participated in a <a href=\"http://venturebeat.com/2016/05/12/the-creator-of-wordpress-on-why-blog-was-worth-19-
 million/\">phone interview with VentureBeat</a>. The first question in the interview asks why the .blog domain is worth $19M.</p>\n<blockquote><p>Well, the domain business is actually a really good business because you can sell a domain and people use it and keep it forever. So, if you look at like a Verisign, or people who have TLDs, it’s actually an incredible business.</p>\n<p>We really wanted .blog to be open, and some of the other applications for .blog were closed, including Google — so, let’s say for example, only Blogger could have a .blog domain. And we thought that .blog should be open to everyone, even if they’re not using WordPress.</p>\n<p>I gotta be honest though, it was a stressful auction.</p></blockquote>\n<p>There are other tidbits of information included in the interview that I highly encourage you to read. If I were Google, I&#8217;d be upset as .blog is the perfect complimentar
 y domain for Blogger.</p>\n<h2>Drupal Association Gives Community Member a Lifetime Ban</h2>\n<p>DrupalCon New Orleans took place last week and during the event, several speakers <a href=\"https://www.drupal.org/node/2729687\">experienced online harassment</a> in the form of derogatory racist, homophobic, and misogynistic comments and images from an anonymous Twitter account. Upon further investigation by community members and the Drupal Association technical and event staff, the harassment was tracked to an attendee at the event.</p>\n<blockquote><p>This person was then confronted by members of the Drupal Association staff and the Community Working Group. They were asked to leave the event and informed that they have been banned from attending any future DrupalCons as well as any events produced by the Drupal Association, in accordance with the <a href=\"https://events.drupal.org/neworleans2016/code-conduct\&qu
 ot; rel=\"nofollow\">DrupalCon Code of Conduct</a>, which states, &#8216;We do not tolerate harassment of conference participants in any form.&#8217; Shortly after the person left the conference, the account from which the harassing tweets were made was deleted.</p></blockquote>\n<p>This is an excellent example of why Codes of Conduct exist for events. By the way, check out the <a href=\"https://plan.wordcamp.org/code-of-conduct/\">Code of Conduct</a> that&#8217;s in place for every WordCamp. If you experience harassment of any kind at a WordCamp, please tell event staff.</p>\n<h2>Plans Published to Upgrade WordPress Support Forums</h2>\n<p>Jennifer Dodd published a <a href=\"https://make.wordpress.org/meta/2016/05/19/wordpress-org-forums-upgrade/\">detailed plan</a> for migrating the WordPress.org support forums from bbPress 1.x to 2.x. The project is a huge undertak
 ing and involves moving massive amounts of data. If all goes according to plan, the support forums will be on bbPress 2.x by the end of the year. I&#8217;m sure a lot of support forum volunteers are stoked to hear this news.</p>\n<h2>What NOT to Name a WordPress Theme</h2>\n<p>This tweet by Ryan Sullivan gave me a good laugh.</p>\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">I\'d strongly consider rebranding. <a href=\"https://t.co/9MeevJTlPq\">pic.twitter.com/9MeevJTlPq</a></p>\n<p>&mdash; Ryan D. Sullivan (@ryandonsullivan) <a href=\"https://twitter.com/ryandonsullivan/status/733120690816065536\">May 19, 2016</a></p></blockquote>\n<p></p>\n<h2>Tom McFarlin on Improving the WordPress Plugin UX</h2>\n<p>Tom McFarlin published a <a href=\"https://tommcfarlin.com/wordpress-plugin-user
 -experience-2/\">great article</a> that offers ideas on how plugin developers can improve the WordPress plugin user experience. His first suggestion is a key reason I think GravityForms became successful.</p>\n<blockquote><p>Try to make sure that your project tightly integrates with the core WordPress user interface.</p></blockquote>\n<p>When I witnessed GravityForms for the first time in 2009, I loved how it integrated into the WordPress backend as if it were a part of the core software. Fast forward to 2016 and plugins that tie into a service are experimenting with overlay interfaces that replace WordPress&#8217;. The most recent example I recall is WP Forms <a href=\"http://wptavern.com/wpforms-aims-to-be-the-most-beginner-friendly-forms-plugin-for-wordpress\">that I reviewed</a> earlier this year.</p>\n<p>In my review, I specifically noted that the interface the developers used allowed me to 
 focus on creating forms. It doesn&#8217;t seem like it&#8217;s a WordPress core feature and it didn&#8217;t have too. While the advice McFarlin gives is likely accurate for most cases, there are plugins that benefit from having a unique user interface different from WordPress&#8217;.</p>\n<h2>Don&#8217;t Edit Core</h2>\n<p>This comic <a href=\"http://www.commitstrip.com/en/2016/05/17/coder-dilemma-9-the-upgrade/\">created by CommitStrip</a> made me smile.</p>\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">Coder Dilemma #9 &#8211; The Upgrade<br /> <a href=\"https://t.co/2Tu2l1tgYX\">https://t.co/2Tu2l1tgYX</a> <a href=\"https://t.co/xnMr2VdYWv\">pic.twitter.com/xnMr2VdYWv</a></p>\n<p>&mdash; CommitStrip (@CommitStrip) <a href=\"https://twitter.com/CommitStrip/status/73250546476
 8843776\">May 17, 2016</a></p></blockquote>\n<p></p>\n<h2>Wapuu Tattoo!</h2>\n<p>In what is a traditional part of this series, I end each issue by featuring a Wapuu design. For those who don&#8217;t know, Wapuu is the <a href=\"http://wapuu.jp/2015/12/12/wapuu-origins/\">unofficial mascot</a> of the WordPress project. WordCamp St. Louis 2016, took place last weekend and one of the attendees had a Wapuu tattoo! Wapuu looks good everywhere, including human skin!</p>\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">Wapuu has been sighted at <a href=\"https://twitter.com/hashtag/wcstl?src=hash\">#wcstl</a> <a href=\"https://twitter.com/hashtag/wordpress?src=hash\">#wordpress</a> <a href=\"https://twitter.com/hashtag/wapuu?src=hash\">#wapuu</a> <a href=\"https://t.co/4HYlp
 6GI0S\">pic.twitter.com/4HYlp6GI0S</a></p>\n<p>&mdash; Nile Flores (@blondishnet) <a href=\"https://twitter.com/blondishnet/status/731504592668758017\">May 14, 2016</a></p></blockquote>\n<p></p>\n<p>That&#8217;s it for issue nine. If you recently discovered a cool resource or post related to WordPress, please share it with us in the comments.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 20 May 2016 22:30:11 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/element
 s/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:13:\"\n    \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:83:\"WPTavern: WordPress Meta Team Publishes Prototypes of The Plugin Directory Redesign\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com
 /?p=55006\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:93:\"http://wptavern.com/wordpress-meta-team-publishes-prototypes-of-the-plugin-directory-redesign\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3713:\"<p>In early 2015, the WordPress.org Meta team <a href=\"http://wptavern.com/wordpress-plugin-directory-launches-new-design\">redesigned</a> the <a href=\"https://wordpress.org/plugins/\">WordPress plugin directory</a> and added a number of new features. In an effort to iterate on the page&#8217;s layout, the Meta Team has <a href=\&
 quot;https://make.wordpress.org/meta/2016/05/19/plugin-directory-prototypes/\">published prototypes</a> of a new design for the <a href=\"http://codepen.io/mapk/full/jqxqbo/\">plugin directory&#8217;s home</a> and <a href=\"http://codepen.io/mapk/full/KzGQKv/\">search results pages</a>.</p>\n<p>The prototypes are inspired by <a href=\"https://get.wp.com/\">Get WordPress</a>, a landing page that provides key information about the WordPress project at a glance.</p>\n<p>There are a few things to keep in mind while looking at these prototypes. The first is that plugin information displayed on the page is inaccurate. Second, the Pro and Light classifications are for design purposes only. Third, links at the bottom will point to their corresponding pages.</p>\n<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/PluginDirectoryMockup1.png\"><im
 g class=\"size-full wp-image-55007\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/PluginDirectoryMockup1.png?resize=1025%2C2753\" alt=\"WordPress Plugin Directory Homepage Protoype\" /></a>WordPress Plugin Directory Homepage Protoype\n<p>Unlike the current design, the prototype displays far less information. Authors, Last Updated, Compatibility, and Active Installs are absent from the homepage view. Initial feedback <a href=\"https://make.wordpress.org/meta/2016/05/19/plugin-directory-prototypes/#comment-8151\">highlights the concern</a> that too much information has been stripped away.</p>\n<p>In response to a comment on the announcement post, Samuel Sidler, <span class=\"st\">Apollo Team Lead at Automattic and contributor to the Meta team</span>, <a href=\"https://make.wordpress.org/meta/2016/05/19/plugin-directory-prototypes/#comment-8154\">explai
 ns</a> why he doesn&#8217;t think the information is useful to users.</p>\n<blockquote><p>Author, as you said, is only really useful for insiders. The latter two, meanwhile, are already taken into account in the search results. If a plugin doesn’t have a recent compatible version, it will move down the list. If it’s too old, it won’t get shown at all (which is the case today).</p>\n<p>Active installs is more interesting, but we account for it weighting search results as-is. I actually find it refreshing to <em>not</em> show the active installs as it allows for less-popular plugins to get more downloads. Users will be less likely to click the popular plugins (outside of familiar names) and more likely to find the plugin they actually need.</p></blockquote>\n<p>Another commenter suggests <a href=\"https://profiles.wordpress.org/awakensolutions/\">creating a simple/advanced view. </a>By de
 fault, the page could display a simplistic design while giving power users an option for more details.</p>\n<p>&#8220;Just like <a href=\"https://wordpress.org/about/philosophy/\" rel=\"nofollow\">WordPress core</a>, we strive to design for the majority and build features for the 80%,&#8221; Sidler said in response to the comment. &#8220;An &#8216;advanced&#8217; view doesn’t meet that requirement, in my eyes.&#8221;</p>\n<p>The Meta team is iterating quickly and will soon publish a prototype of the plugin details page. If you have feedback on the plugin homepage and search result prototypes, please leave a comment on <a href=\"https://make.wordpress.org/meta/2016/05/19/plugin-directory-prototypes/\">the announcement post</a>.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\"
 ;s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 20 May 2016 20:19:32 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:13:\"\n  \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"t
 itle\";a:1:{i:0;a:5:{s:4:\"data\";s:94:\"WPTavern: WPWeekly Episode 235 – Interview with James Giroux Envato’s WordPress Evangelist\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"http://wptavern.com?p=55000&preview_id=55000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:97:\"http://wptavern.com/wpweekly-episode-235-interview-with-james-giroux-envatos-wordpress-evangelist\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\&quo
 t;;a:1:{i:0;a:5:{s:4:\"data\";s:1298:\"<p>In this episode, <a href=\"http://marcuscouch.com/\">Marcus Couch</a> and I are joined by <a href=\"https://jamesgiroux.ca/\">James Giroux</a>, Envato&#8217;s WordPress evangelist. We discuss a number of topics including what he&#8217;s accomplished since taking over the position in January, the item support policy change, and author driven pricing.</p>\n<p>We also find out what his favorite part of the job is and what he enjoys most about his role at Envato. Last but not least, we discover what the company is doing to shorten the length of time it takes to get through the review queue.</p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Wednesday, June 1st 9:30 P.M. Eastern</p>\n<p><strong>Subscribe To WPWeekly Via Itunes: </strong><a href=\"https://itunes.apple.com/us/podcast/w
 ordpress-weekly/id694849738\" target=\"_blank\">Click here to subscribe</a></p>\n<p><strong>Subscribe To WPWeekly Via RSS: </strong><a href=\"http://www.wptavern.com/feed/podcast\" target=\"_blank\">Click here to subscribe</a></p>\n<p><strong>Subscribe To WPWeekly Via Stitcher Radio: </strong><a href=\"http://www.stitcher.com/podcast/wordpress-weekly-podcast?refid=stpr\" target=\"_blank\">Click here to subscribe</a></p>\n<p><strong>Listen To Episode #235:</strong><br />\n</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 19 May 2016 19:18:56 +0000\&
 quot;;s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:10;a:6:{s:4:\"data\";s:13:\"\n       \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"WPTavern: BuddyPress Launches Style Modules Trial Initiative\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\&quo
 t;\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=54954\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"http://wptavern.com/buddypress-launches-style-modules-trial-initiative\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3960:\"<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/05/customize-posts.jpg\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/05/customize-posts.jpg?resize=1024%2C583\&quot
 ; alt=\"photo credit: Paintbrush - (license)\" class=\"size-full wp-image-54351\" /></a>photo credit: <a href=\"http://www.flickr.com/photos/93249705@N03/13067171403\">Paintbrush</a> &#8211; <a href=\"https://creativecommons.org/licenses/by-nd/2.0/\">(license)</a>\n<p>BuddyPress core developer <a href=\"https://twitter.com/hnla\" target=\"_blank\">Hugo Ashmore</a> announced a new trial initiative this week that aims to create a library of CSS and JavaScript snippets to help users customize their communities. The <a href=\"https://bpdevel.wordpress.com/2016/05/11/buddypress-style-modules/\" target=\"_blank\">Style Modules</a> project will aggregate community-submitted code that enhances BuddyPress components in a plug-and-play manner.</p>\n<p>Developers who want to contribute to the project can submit their modules by creating 
 a ticket on <a href=\"https://buddypress.trac.wordpress.org/newticket\" target=\"_blank\">BP trac</a> and attaching a zip file that includes the CSS/JS files, a readme.md, and a screenshot.</p>\n<p>Users who want to add a module will need to create a /style-modules/ directory and then unzip the module inside it. The next step requires the user to copy functions from the module&#8217;s readme file to their theme&#8217;s functions.php file, a step which provides a significant hurdle for a non-technical BuddyPress community manager.</p>\n<p>&#8220;Initially this is a trial to see whether we get sufficient interest in the concept to continue and develop further, perhaps enhancing the loading process with enqueueing of files based on directory scanning and loading of files as an array but run from the core theme compat class, removing the need for users to copy the loading functions to their functions file,&#8221; As
 hmore said.</p>\n<p>The project&#8217;s GitHub repository includes <a href=\"https://github.com/buddypress/style-modules/wiki/Style-Modules-Listings\">an example module</a> that re-styles the members list into a grid layout. Other example ideas Ashmore suggested include a new look for profile entries, a different presentation for the activity posting form, or something as simple as changing the font size for the activity stream.</p>\n<p>The experimental initiative will test the waters to see if the BuddyPress community will chip in to provide enough modules to make this a real library. The support policy stated in the proposal doesn&#8217;t offer much incentive for module authors to submit their work:</p>\n<blockquote><p>Provision of modules and use of them is entirely the discretion of the authors and users, while BP will run some basic checks on the module BP does not guarantee that the modules will work in al
 l given situations or installs, or accept any liability in their use. Support for a module remains the responsibility of the author to ensure the continued effectiveness of the module with updates to themes, WP or BP.</p></blockquote>\n<p>Historically, BuddyPress has struggled to present itself as an easily customizable solution for communities. <a href=\"http://codex.buddypress.org/themes/theme-compatibility-1-7/a-quick-look-at-1-7-theme-compatibility/\" target=\"_blank\">Theme compatibility</a>, introduced in April 2013, made it easier to use BP with any theme, but unless you purchase a theme specifically designed for the plugin, its default output is rather generic and in need of heavy styling.</p>\n<p>The <a href=\"https://bpdevel.wordpress.com/2016/05/11/buddypress-style-modules/\" target=\"_blank\">BuddyPress Style Modules</a> concept is an attempt to make it easier for community mana
 gers to enhance BP components with different looks, but the project will need to provide a compelling reason for developers to contribute modules and continue to maintain them.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 19 May 2016 02:34:32 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\
 ";s:0:\"\";}}}}}i:11;a:6:{s:4:\"data\";s:13:\"\n \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"WPTavern: The .blog Domain Extension Is Now Open to Registrars\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=54971\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"http://wptavern.co
 m/the-blog-domain-extension-is-now-open-to-registrars\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2083:\"<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/blogging.jpg\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/blogging.jpg?resize=960%2C521\" alt=\"photo credit: Luis Llerena\" class=\"size-full wp-image-54799\" /></a>photo credit: <a href=\"https://stocksnap.io/photo/3ZHG0XOIT6\">Luis Llerena</a>\n<p>Today marks a moment in internet history, as the very first .blog domain is now operational on WordPress.com. Knock Knock, WHOIS There, a subsidiary of Automattic, launched <a href=\"https://nic.blog/\" target=\"_blank\">Nic.blog&lt
 ;/a> today to begin getting registrars to sign up to sell the new TLD.</p>\n<p>Automattic <a href=\"http://wptavern.com/automattic-to-oversee-the-sale-and-registration-of-top-level-blog-domains\" target=\"_blank\">won the rights to oversee the sale and registration of the .blog domain</a> in 2015 via a bidding process that is estimated to have closed around $20 million. The domain extension is so new that Twitter doesn&#8217;t yet support it as a valid link, but Automattic expects to activate 250,000 new names in 2016.</p>\n<p>According to the new nic.blog information site, registrars that sign up to sell .blog domains will be able to participate in an incentive partnership model that rewards a higher volume of sales:</p>\n<blockquote><p>Pricing will be in the standard range for new gTLDs, with premium names available in several tiers. High margins for registrars will be guaranteed by an incentive model
 , rewarding sales above a certain baseline. Final terms will be published in the coming weeks.</p></blockquote>\n<p>Automattic is opening up the .blog TLD to registrars around the world and companies can sign up on nic.blog to learn more about the requirements. Individuals who are interested in purchasing a .blog domain should review the tentative <a href=\"https://nic.blog/launch-plan/\" target=\"_blank\">launch plan</a> published today. Registration will be open to trademark owners during the Sunrise period starting in August 2016, followed by a Landrush period in October.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 18 May 2016 23:26:09 +0000\";s:7:\
 "attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:12;a:6:{s:4:\"data\";s:13:\"\n  \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:87:\"WPTavern: After Eight Years, Thematic Theme’s Lead Developers Discontinue the Project\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\
 ";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=54967\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:93:\"http://wptavern.com/after-eight-years-thematic-themes-lead-developers-discontinue-the-project\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3812:\"<p>Gene Robinson, lead developer of the Thematic WordPress theme, has <a href=\"http://thematictheme.com/2016/05/15/thematic-retrospective/\">announced</a> t
 hat the project will no longer be developed. Thematic <a href=\"https://wordpress.org/themes/thematic/\">was last updated</a> in 2013 and is actively installed on more than 4K sites. Users are advised to migrate to a different theme as updates will no longer be released. As WordPress core evolves, sites using Thematic may develop incompatibilities.</p>\n<h2>Continuing The Legacy with a Different Name</h2>\n<p>Although development on Thematic is discontinuing, Robinson has forked the project and renamed it to <a href=\"http://d.eciduo.us\">Deciduous. </a>The project picks up where Thematic leaves off. Those interested in continuing development can <a href=\"https://github.com/emhr/Deciduous\">follow it on GitHub</a> where pull requests are welcomed. Robinson is also seeking links to other projects that are derivative of Thematic.</p>\n<h2>Where to Get Support for Thematic</h2>\
 n<p>Users who need support are advised to post on the <a href=\"https://wordpress.org/support/theme/thematic\">WordPress.org support forums</a> for the Thematic theme, &#8220;The support forums on the Thematic website are shutting down due to the lack of community involvement, moderation, and developer feedback,&#8221; Robinson said. &#8220;Hopefully the greater WordPress support community will be able to help you find a resolution.&#8221;</p>\n<h2>A Look Back</h2>\n<p>The years 2008-2009 is an interesting time frame in WordPress&#8217; history. A number of commercial theme and plugin companies, WordPress-centric sites, and projects were launched. Among these was the <a href=\"https://web.archive.org/web/20080611165821/http://themeshaper.com/thematic-for-wordpress/\">Thematic theme</a> by Ian Stewart, theme Wrangler for Automattic. Thematic was more than just a theme, it was an opportunity 
 for Stewart to learn how WordPress&#8217; theme system works.</p>\n<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/ThematicThemePreview.png\"><img class=\"size-full wp-image-54981\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/ThematicThemePreview.png?resize=951%2C740\" alt=\"Thematic Theme Preview from WordPress.org\" /></a>Preview of Thematic from WordPress.org\n<p>He regularly shared his knowledge with the community through <a href=\"https://themeshaper.com/\">ThemeShaper.com</a>, a site now owned by Automattic that features contributions from other members of the theme team. It was the wild west of theme development in 2008 and any person who regularly shared theme development techniques became an influential member of the community.</p>\n<p>Two years after launching Thematic, Stewart <a href=\"https://themeshaper.com/2010/03/04
 /ian-stewart-joined-automattic/\">joined Automattic</a> as a theme wrangler.</p>\n<blockquote><p>What can I say besides awesome, awesome, awesome? The enormous opportunity for learning and improvement; all the super-talented, friendly people; the chance to work on so many really, really cool projects—it’s almost unbelievable. This is a dream job for me.</p></blockquote>\n<p>The hiring allowed him to make available all of his commercial child themes built on the Thematic framework available free of charge to the community.</p>\n<h2>Did You Learn From Thematic?</h2>\n<p>It&#8217;s bittersweet and slightly nostalgic to see the theme come to an end. When I launched the Tavern in 2009, I regularly linked to tutorials and articles published by Stewart. I&#8217;m almost certain Thematic and its creator helped out a number of budding theme developers between 2008-2011. Let us know in the comments if you us
 ed Thematic for any projects or what you learned from its code.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 18 May 2016 20:45:48 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:13;a:6:{s:4:\"data\";s:13:\"\n     \n      \n      \n      \n      \n      \n\";s:7:\&quo
 t;attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"Post Status: WordPress as a Headless CMS — Draft podcast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"https://poststatus.com/?p=24518\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"https://poststatus.com/wordpress-headless-cms-draft-podcast/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\
 "\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2870:\"<p>Welcome to the Post Status <a href=\"https://poststatus.com/category/draft\">Draft podcast</a>, which you can find <a href=\"https://itunes.apple.com/us/podcast/post-status-draft-wordpress/id976403008\">on iTunes</a>, <a href=\"https://play.google.com/music/m/Ih5egfxskgcec4qadr3f4zfpzzm?t=Post_Status__Draft_WordPress_Podcast\">Google Play</a>, <a href=\"http://www.stitcher.com/podcast/krogsgard/post-status-draft-wordpress-podcast\">Stitcher</a>, and <a href=\"http://simplecast.fm/podcasts/1061/rss\">via RSS</a> for your favorite podcatcher. Post Status Draft is hosted by Joe Hoyle &#8212; the CTO of Human Made &#8212; and Brian Krogsgard.</p>\n<p><span>Joe
  and Brian discuss WordPress as a Headless CMS. They talk about what a Headless CMS is, WordPress’s strengths and weaknesses as a Headless CMS, popular frameworks to utilize, and offer up example websites to check out.</span></p>\n<p><a href=\"https://audio.simplecast.com/37861.mp3\">https://audio.simplecast.com/37861.mp3</a><br />\n<a href=\"http://audio.simplecast.com/37861.mp3\">Direct Download</a></p>\n<h3>Examples</h3>\n<ul>\n<li><a href=\"https://www.guggenheim.org/\">The Guggenheim</a></li>\n<li><a href=\"https://adayofrest.hm/boston-2016/\">A Day of Rest Boston</a></li>\n<li><a href=\"https://ustwo.com/\">ustwo</a></li>\n<li><a href=\"http://skaled.com/\">Skaled</a></li>\n<li><a href=\"http://tri.be/\">Modern Tribe</a>&lt
 ;/li>\n</ul>\n<h3>Links</h3>\n<ul>\n<li><a href=\"https://angularjs.org/\">Angular</a></li>\n<li><a href=\"https://facebook.github.io/react/\">React</a></li>\n<li><a href=\"http://blog.scalac.io/2016/02/16/react-vs-angular-2.html\">React vs Angular 2</a></li>\n<li><a href=\"https://getmoxied.net/lean/\">Lean, an Agular for WordPress framework</a></li>\n<li><a href=\"https://pantheon.io/decoupled-cms\">Decoupled CMS</a></li>\n<li><a href=\"https://css-tricks.com/what-is-a-headless-cms/\">What is a Headless CMS?</a></li>\n<li><a href=\"http://petya.in/we-need-to-talk-about-the-rest-api-the-non-developer-guide-to-the-future-of-wordpress/\">We Need to Talk about the REST API</a></li>\n<li><a href=\"https://make.w
 ordpress.org/core/2016/05/16/rest-api-authentication-broker/\">Introducing the REST API Authentication Broker</a></li>\n<li><a href=\"https://hmn.md/2016/01/14/introducing-our-wordpress-rest-api-white-paper/\">Human Made&#8217;s REST API White Paper</a></li>\n</ul>\n<h3>Sponsor</h3>\n<p><span>Today’s show is sponsored by </span><a href=\"http://optinmonster.com\"><span>OptinMonster</span></a><span>. OptinMonster allows you to convert visitors into subscribers. You can easily create &amp; A/B test beautiful lead capture forms without a developer. They recently released </span><a href=\"http://optinmonster.com/introducing-optinmonster-3-0-taking-your-conversion-optimization-to-the-next-level/\"><span>OptinMonster 3.0</span></a><span>, with an all new builder interface and other great features.</span
 ></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 18 May 2016 17:47:56 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Katie Richards\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:14;a:6:{s:4:\"data\";s:13:\"\n     \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\&quot
 ;xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:87:\"WPTavern: Take Granular Control of WordPress’ Update System with Easy Updates Manager\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=54952\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:94:\"http://wptavern.com/take-granular-control-of-wordpress-update-system-with-easy-updates-manager\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\
 "xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3933:\"<p>When <a href=\"https://wordpress.org/news/2013/10/basie/\">WordPress 3.7 &#8220;Basie&#8221;</a> was released in 2013, it brought automatic updates to the masses. By default, WordPress automatically updates to point releases. Using <a href=\"https://codex.wordpress.org/Configuring_Automatic_Background_Updates\">additional constants</a> within wp-config.php, you can configure WordPress to automatically update themes, plugins, and major releases.</p>\n<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/EasyUpdateManagerFeaturedImage.png\"><img class=\"aligncenter size-full wp-image-54958\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/EasyUpdateManagerFeaturedImage.png?resize=650%2C207\" alt=\"Easy Update Manager
  Featured Image\" /></a></p>\n<p>If you want granular control over the WordPress update system without touching code, check out <a href=\"https://wordpress.org/plugins/stops-core-theme-and-plugin-updates/\">Easy Updates Manager</a>. Easy Updates Manager is a free plugin that&#8217;s active on more than 70k sites. It&#8217;s maintained by <a href=\"https://profiles.wordpress.org/kidsguide/\">Matthew</a>, <a href=\"https://profiles.wordpress.org/ronalfy/\">Ronald Huereca</a>, <a href=\"https://profiles.wordpress.org/roary86/\">Roary Tubbs</a>, and <a href=\"https://profiles.wordpress.org/bigwing/\">BigWing Interactive</a>.</p>\n<h2>Countless Number of Configurations Available</h2>\n<p>Once activated, you&#8217;ll find the options page by browsing to Dashboard &gt; Update Options. There are two different interfac
 es for configuring updates. The first includes a number of toggle switches that disable/enable updates. The second is a traditional screen with radial buttons.</p>\n<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/EasyUpdateManagerDashboard.png\"><img class=\"size-full wp-image-54959\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/EasyUpdateManagerDashboard.png?resize=1025%2C432\" alt=\"Easy Update Manager Dashboard\" /></a>Easy Updates Manager Dashboard\n<p>Traditional settings page for Easy Updates Manager.</p>\n<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/05/EasyUpdateManagerGeneralSettings.png\"><img class=\"size-full wp-image-54960\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/05/EasyUpdateManagerGeneralSettings.png?resize=566%2C480\" alt=\"Easy Update Manager General Settings\" />&l
 t;/a>Easy Updates Manager General Settings\n<p>One of the highlights of Easy Updates Manager is the ability to enable automatic updates for individual themes and plugins. It&#8217;s a convenient way to update themes and plugins that rarely cause issues. There&#8217;s also a built-in logging feature that when enabled creates a new table in the database. It logs the username, update type, version, action, status, and date.</p>\n<p>Logging is listed as a beta feature and should be used at your own risk. It also may not work with all commercial themes and plugins. Here&#8217;s what the log looks like after I updated three plugins.</p>\n<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/EasyUpdateManagerLogs.png\"><img class=\"size-full wp-image-54961\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/EasyUpdateManagerLogs.png?resize=1025%2C350\" alt=\"Easy Update Management L
 og\" /></a>Easy Updates Management Log\n<p>Easy Updates Manager also includes the ability to exclude users from manipulating the plugin&#8217;s settings. The plugin contains additional features that I encourage you to explore by using it on a test site.</p>\n<p>Thanks to the number of options available, users have a countless number of update configurations to choose from. I tested the plugin on WordPress 4.6 alpha and it works as expected. You can <a href=\"https://wordpress.org/plugins/stops-core-theme-and-plugin-updates/\">download it for free</a> from the WordPress plugin directory.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 18 May 2016 07:17:0
 1 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:15;a:6:{s:4:\"data\";s:13:\"\n      \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:91:\"WPTavern: WordPress 4.6 Improves the Accessibility of the Tag and Category Management Pages\";s:7:\"attribs\";a:
 0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=54910\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:101:\"http://wptavern.com/wordpress-4-6-improves-the-accessibility-of-the-tag-and-category-management-pages\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2775:\"<p>Among the improvements coming in WordPress 4.6 are <a href=\"https://make.wordpress.org/core/2016/05/16/categories-and-tags-screens-cha
 nges/\">accessibility enhancements</a> to the Category and Tag management pages. The flow of each page has been changed so that the visual order of elements match the tab order. This allows those who navigate with keyboards to access the Add New Tag or Add New Category area first.</p>\n<p>Andrea Fercia, WordPress core committer and a member of the accessibility team, explains why the changes matter, &#8220;For accessibility, the visual order should always match the tab order. The main functionality in a page should just be the first thing in the source markup and other parts of the user interface should never be &#8216;skipped&#8217;.&#8221;</p>\n<p>The following image shows the tab order of elements on the Tag management screen in WordPress 4.5. In order to reach the Add New Tag section, you need to tab through a number of checkboxes, each tag in the tag cloud, and various quick edit links. This is a time-consuming and frustrati
 ng process.</p>\n<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/05/WordPress45TagManagementPage.png\"><img class=\"size-full wp-image-54944\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/05/WordPress45TagManagementPage.png?resize=1025%2C806\" alt=\"WordPress 4.5 Tag Management Element Order\" /></a>WordPress 4.5 Tag Management Element Order\n<p>In WordPress 4.6, the Add New Tag section is the first visual element as well as the first section accessed when pressing the tab key.</p>\n<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/WordPress46TagManagementScreen.png\"><img class=\"size-full wp-image-54945\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/WordPress46TagManagementScreen.png?resize=1025%2C792\" alt=\"WordPress 4.6 Tag Management Screen\" /></a>WordPress 4.6 Tag Management Scr
 een\n<p>The new flow is more logical and provides consistency between the tag and category management screens, &#8220;From an accessibility point of view, the content structure and organization will be easier to understand and navigate,&#8221; Fercia said.</p>\n<p>WordPress theme and plugin authors who have added custom functionality to these screens are advised to double-check their code against the bleeding edge version of WordPress 4.6. There&#8217;s also an <a href=\"https://core.trac.wordpress.org/ticket/35664\">in-depth ticket</a> where developers and users can see how the team reached a consensus to implement the changes. If you have any questions or concerns please leave a comment on the <a href=\"https://make.wordpress.org/core/2016/05/16/categories-and-tags-screens-changes/\">announcement post</a>.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\&quot
 ;;a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 17 May 2016 19:30:29 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:16;a:6:{s:4:\"data\";s:13:\"\n    \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"
 child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"WPTavern: New Plugin Uses BuddyPress Email API to Send bbPress Forum Emails\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=54863\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:85:\"http://wptavern.com/new-plugin-uses-buddypress-email-api-to-send-bbpress-forum-emails\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\&
 quot;;a:1:{i:0;a:5:{s:4:\"data\";s:3011:\"<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/09/buddypress-bbpress.jpg\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/09/buddypress-bbpress.jpg?resize=1025%2C493\" alt=\"buddypress-bbpress\" class=\"aligncenter size-full wp-image-30982\" /></a></p>\n<p><a href=\"http://wptavern.com/buddypress-2-5-0-released-features-customizable-emails-and-support-for-emoji\" target=\"_blank\">BuddyPress 2.5</a>, released in March, introduced customizable emails via a new <a href=\"http://wptavern.com/buddypress-2-5-will-add-customizable-emails-via-a-new-bp-email-api\" target=\"_blank\">BP Email API</a>. This new feature allows community managers to easily edit BuddyPress-generated emails in the admin and make design changes in the customizer.</p>\n<p>I
 t didn&#8217;t take long for developers to think of bringing this same customizability to bbPress emails. <a href=\"https://profiles.wordpress.org/thebrandonallen/\" target=\"_blank\">Brandon Allen</a> has just released <a href=\"https://wordpress.org/plugins/bp-emails-for-bbp/\" target=\"_blank\">BP Emails for BBP</a>, a plugin that sends forum and topic subscription emails using the new BP Email API.</p>\n<p>Once installed, administrators will find templates for new forum topics and topic replies under the same Emails menu item with the 16 customizable BuddyPress core emails.</p>\n<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/buddypress-bbpress-emails.png\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/buddypress-bbpress-emails.png?resize=1025%2C305\" alt=\"buddypress-bbpress-emails\" class=\"aligncent
 er size-full wp-image-54878\" /></a></p>\n<p>Allen noted that the plugin sends emails differently than bbPress, which puts every subscriber email in the BCC field and sends one email. Instead, it sends a separate email to each subscriber, which Allen said may improve deliverability given that some email providers look unfavorably on emails with large BCC fields.</p>\n<p>I tested the plugin and found that it works as advertised for customizing and sending bbPress emails. There are no settings to configure. It simply adds the same functionality that users now expect from BuddyPress core emails with all the same customization options.</p>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/05/bbpress-subscription-email.png\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/05/bbpress-subscription-email.png?resize=1025%2C500\" alt=\"bbpress-subscription-email\" class=
 \"aligncenter size-full wp-image-54929\" /></a></p>\n<p><a href=\"https://wordpress.org/plugins/bp-emails-for-bbp/\" target=\"_blank\">BP Emails for BBP</a> is available on WordPress.org. It does not work with bbPress alone but requires both bbPress 2.5+ and BuddyPress 2.5+ to be active. With the help of this plugin, a community manager can brand all the email communications generated by the site so that the design and wording is consistent across both plugins.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 17 May 2016 05:32:44 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\
 ";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:17;a:6:{s:4:\"data\";s:13:\"\n \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"WPTavern: BuddyPress 2.6 to Introduce New API for Navigation\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid
 \";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=54803\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"http://wptavern.com/buddypress-2-6-to-introduce-new-api-for-navigation\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2401:\"<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/09/buddypress-logo-blue.png\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/09/buddypress-logo-blue.png?resize=839%2C398\" alt=\"buddypress-logo-blue\" class=\"aligncenter size-full wp-image-30655\&quot
 ; /></a></p>\n<p>In an exceptionally well-documented <a href=\"https://buddypress.trac.wordpress.org/changeset/10745/\" target=\"_blank\">commit message</a>, BuddyPress lead developer Boone Gorges introduced a new API to manage single item navigation, thanks to contributions from core developers Mathieu Viet and Raymond Hoh. Gorges summarized the changes to how BuddyPress will handle navigation in the upcoming 2.6 release:</p>\n<blockquote><p>The new BP_Core_Nav overhauls the way that BuddyPress registers, stores, and renders navigation items. Navigations are now component-specific, eliminating the potential for confusion and conflict between navigation items with similar names in different components, and opening the possibility of generating navs for separate objects of the same type on a single pageload.</p></blockquote>\n<p>The previous navigation system used bp_nav and bp_options_nav, globa
 l properties that managed nav and subnav across all of BuddyPress&#8217; components. Developers had a difficult time extending navigation and sometimes ended up stepping on each other&#8217;s toes when adding similar navigation items.</p>\n<p>&#8220;The new system eliminates most of these problems, by removing direct access to the underlying navigation data, while providing a full-fledged API for accessing and modifying that data,&#8221; Gorges said.</p>\n<p>Although the new API ensures backward compatibility with the legacy bp_nav and bp_options_nav, plugin developers whose extensions depend on these methods will want to update their code. With the exception of certain configurations running PHP 5.2.x, most plugins should work the same as before.</p>\n<p>However, Gorges&#8217; <a href=\"https://buddypress.trac.wordpress.org/changeset/10745/\" target=\"_blank\">commit message</a> details a handfu
 l of small ways that the new API may break backward compatibility in a few rare instances. BuddyPress plugin developers will want to review these ahead of the upcoming 2.6 release. Beta 1 is just one week away from release on May 25 and the official release is targeted for June 15.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 17 May 2016 05:06:43 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s
 :8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:18;a:6:{s:4:\"data\";s:13:\"\n       \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"WPTavern: Wes Bos Launches Free React.js + Redux Online Course\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=54903\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\
 "\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"http://wptavern.com/wes-bos-launches-free-react-js-redux-online-course\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3193:\"<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/react-redux-course.png\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/react-redux-course.png?resize=1025%2C465\" alt=\"react-redux-course\" class=\"aligncenter size-full wp-image-54916\" /></a></p>\n<p><a href=\"http://wesbos.com/\" target=\"_blank\">Wes Bos</a>, a developer and educator known for his high quality video tutorials, has just launched a free online course for build
 ing JavaScript apps with <a href=\"https://facebook.github.io/react/\" target=\"_blank\">React.js</a> and <a href=\"http://redux.js.org/\" target=\"_blank\">Redux</a>. The 2.5 hour <a href=\"https://learnredux.com/\" target=\"_blank\">Learn Redux</a> course includes 20 videos that guide developers through building an example &#8216;Reduxstagram&#8217; app to present the core ideas behind Redux.</p>\n<p>To get the most out of Learn Redux, students should have a decent foundation of React and ES6. Bos recommends those who are not comfortable with React to start with his <a href=\"https://reactforbeginners.com/\" target=\"_blank\">React for Beginners</a> course.</p>\n<p>After you sign up, you&#8217;ll receive an email with a link to the starter files and access to the videos. The example app uses Webpack to bundle ES6 module
 s into a single JavaScript file, so the course begins with a video on using NPM and Webpack to set up a local development environment. Learn Redux includes:</p>\n<ul>\n<li>Access to all 20 videos</li>\n<li>All starter files</li>\n<li>Webpack Build Templates</li>\n<li>Stepped and finished solutions</li>\n</ul>\n<p>Bos spent more than 100 hours producing this series in partnership with <a href=\"https://getsentry.com/welcome/\" target=\"_blank\">Sentry</a> as a sponsor. Anyone who signs up receives a $50 Sentry credit.</p>\n<p>After Calypso was announced, Bos, who describes himself as &#8220;a huge WordPress fan,&#8221; wrote a <a href=\"http://wesbos.com/wordpress-calypso-react/\" target=\"_blank\">post</a> dispelling rumors that WordPress was ditching PHP and being rewritten in Node.js. He also urged WordPress developers to learn
  JavaScript.</p>\n<p>&#8220;This is thunder in the distance as to what is to come in WordPress,&#8221; Bos said. &#8220;Much of the theme writing I do is already in JavaScript – I often use WordPress as just an API to get data out of, and then use frameworks like Angular, React, Google Maps or jQuery to display that data. I’m not building an entire website in a JavaScript framework, but much of the interactive view layer of these sites is moving into JavaScript frameworks.&#8221;</p>\n<p>If you want to be ready to dive into the next generation of WordPress site and application development with knowledge of one of the most popular JS frameworks, the free <a href=\"https://learnredux.com/\" target=\"_blank\">Learn Redux</a> course offers all the tools necessary for getting started with React.js, Redux, and React Router.</p>\n<p>&#8220;Our trusty PHP template files aren’t going anywhere anytim
 e soon, but I’ll bet you dollars to donuts you’ll be writing a lot more JavaScript in your WordPress sites in the years to come,&#8221; Bos said.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 16 May 2016 21:50:34 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\&quo
 t;;}}}}}i:19;a:6:{s:4:\"data\";s:13:\"\n        \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:134:\"WPTavern: Daniel Bachhuber Discusses WP-CLI, the WP REST API, and the Challenges of Contributing to Open Source on Roots Radio Podcast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=54738\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4
 :\"data\";s:142:\"http://wptavern.com/daniel-bachhuber-discusses-wp-cli-the-wp-rest-api-and-the-challenges-of-contributing-to-open-source-on-roots-radio-podcast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:7828:\"<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/05/daniel-bachhuber.jpg\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/05/daniel-bachhuber.jpg?resize=300%2C300\" alt=\"daniel-bachhuber\" class=\"alignright size-medium wp-image-54898\" /></a><a href=\"https://danielbachhuber.com/\" target=\"_blank\">Daniel Bachhuber</a>, maintainer of the <a href=\"http://wp-cli.org/\" target=\"_blank\">WP-CLI</a&gt
 ; project and a contributing developer to the <a href=\"http://v2.wp-api.org/\" target=\"_blank\">WP REST API</a>, joined Chris Carr and Austin Pray on a recent episode of the <a href=\"https://roots.io/podcast/ep13/\" target=\"_blank\">Roots Radio podcast</a>. Bachhuber discussed his recent experience crowdfunding his work on &#8220;<a href=\"https://wp-cli.org/restful/\" target=\"_blank\">A More RESTful WP-CLI</a>&#8221; as well as the challenges he&#8217;s encountered as a contributor to various open source projects over the years.</p>\n<p>In the first part of the episode, Bachhuber shared how he spent the 283 hours of time that the WordPress community funded to advance the WP-CLI and WP REST API projects. The funding gave him the opportunity to dedicate time split between the two projects. Bachhuber put in approximately 95 hours towards the REST API in January 
 and February but the bulk of the hours went towards making WP-CLI more friendly for developers who work with the REST API.</p>\n<p>&#8220;WordPress developers are going to be putting a lot of time now towards writing REST endpoints that expose their functionality to the world, and it would be really nice if WP-CLI interoperated nicely with that and allowed you to use that functionality at the command line without having to separately write your own WP-CLI commands,&#8221; Bachhuber said.</p>\n<p>He discussed the challenge of scoping out this broad goal and what he learned about crowdfunding during the process.</p>\n<p>&#8220;The RESTful WP-CLI kickstarter project was intentionally ambitious, because I&#8217;m a guy who has big ideas and likes to do big things,&#8221; Bachhuber said. &#8220;There are some things I feel really happy that I&#8217;ve been able to ship and produce so far, and there are other features that, f
 or one reason or another, I haven&#8217;t quite been able to execute  yet and that&#8217;s a bit frustrating.</p>\n<p>&#8220;It&#8217;s a whole different ball game trying to manage the expectations of your Kickstarter backers than it is a single client. I&#8217;ve got 107 clients that I have to make happy,&#8221; he said.</p>\n<p>Nevertheless, Bachhuber said he was able to get the issue backlog for WP-CLI down to less than 60 issues and the dedicated time has allowed him to resolve old issues that have &#8220;languished since the dawn of time.&#8221;</p>\n<p>As part of the rewards offered for contributors to the crowdfunding campaign, Bachhuber offered his time consulting with individuals and organizations, which he found to be easier than traditional physical swag rewards.</p>\n<p>&#8220;I&#8217;m really glad that I chose [consulting] over having to give out physical swag, because it&#8217;s
  very difficult to procure and ship to everyone, particularly when you have international backers,&#8221; he said. &#8220;Even though I&#8217;ve spent a lot of my time fulfilling the rewards and talking with people and having calls with them and meeting up with them in person, it&#8217;s a much easier effort to manage than sending 100 coffee mugs across the world.&#8221;</p>\n<p>When asked if he&#8217;d do it again, Bachhuber said yes but emphasized that spending this much time on an open source project only works if you keep a healthy balance with other aspects of life.</p>\n<p>&#8220;I think it&#8217;s really important that if you&#8217;re contributing to open source projects on a regular basis or even maintaining them, that you balance your time between that and other things,&#8221; he said. &#8220;It&#8217;s really easy to get burned out on said open source project if you spend 100% of your time on it for a 
 whole month or six months.</p>\n<p>&#8220;I was pretty intentional to say that the money I was raising was going to cover my involvement with the project for six months, a certain number of hours, and that it was going to be a part-time thing. That was a really healthy way to approach it. I think I would have gotten burned out if I had just tried to dive into it, crank it out, and move on to the next thing,&#8221; Bachhuber said.</p>\n<h3>The Emotional Challenges of Working on Open Source Projects</h3>\n<p>During the course of the interview Bachhuber was asked to share his feelings on what he referred to as &#8220;the kerfuffle with the REST API&#8221; that happened in February. The REST API team had written a merge proposal in September 2015 that recommended merging the API in two parts &#8211; the infrastructure in 4.4 and the posts, comments, terms, and users endpoints in 4.5 or 4.6. After partially executing on that proposa
 l, the team held a status chat to discuss the plan moving forward.</p>\n<p>Bachhuber said that the discussion became &#8220;a very emotionally fraught event&#8221; after Matt Mullenweg said the project needed feature parity with the WordPress admin before any of the endpoints could be considered for merge. After putting hundreds of hours into the project alongside a handful of dedicated contributors who were already spread thin, he found this new requirement was a difficult pill to swallow.</p>\n<p>&#8220;For better or for worse, as a maintainer or even a participant of an open source project, you have to have a thick skin and realize that all the time the decisions that are made are not about you &#8211; they are about the project,&#8221; Bachhuber said. &#8220;Even if you are personally offended by the decision, it doesn&#8217;t matter because it isn&#8217;t about you. It&#8217;s really difficult to deal with emotionally.
 &#8221;</p>\n<p>Bachhuber&#8217;s years of contributing to and maintaing open source projects has taught him a few things about managing stress and conflict that <a href=\"https://2016.europe.wordcamp.org/session/my-condolences-youre-now-the-maintainer-of-a-popular-open-source-project/\" target=\"_blank\">he plans to share at WordCamp Europe</a> in a talk titled, &#8220;My condolences, You&#8217;re now the maintainer of a popular OS project.&#8221;</p>\n<p>&#8220;I find a lot of joy in maintaining open source projects,&#8221; Bachhuber said. &#8220;I also have to actively work to address the emotional side of the equation to make sure I&#8217;m in a healthy space to continue maintaining the project and the project is not affecting me personally. It&#8217;s taken me years to come to a point where I&#8217;m comfortable with that.&#8221;</p>\n<p>In the case of the WP REST
  API, Bachhuber has come to a place where he can compartmentalize his emotional reactions and responses to the differing opinions.</p>\n<p>&#8220;I&#8217;ve come to a point now where I care but I don&#8217;t care,&#8221; he said. &#8220;I care in the sense that I&#8217;d still love to see those endpoints go into core and see the fruits of our labors realized. I don&#8217;t care because I&#8217;m not emotionally attached to that happening on any particular time frame. I honestly would rather it happen when it&#8217;s ready to happen over prematurely, and I realize I might not be the best qualified person to make that decision.&#8221;</p>\n<p>In the remainder of the episode, Bachhuber and Carr discuss React, Redux, Karma, Enzyme, and other tools for testing and developing with the REST API. Check out the recording of the episode on <a href=\"https://roots.io/podcast/ep13/\" target=\"_blank\">Root
 s Radio</a> for more details about Bachhuber&#8217;s work on WP-CLI and his crowdfunding experience.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 16 May 2016 06:03:31 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:20;a:6:{s:4:\"data\";s:
 13:\"\n   \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:102:\"WPTavern: The WordPress.org Recommended Hosting Page is Revamped, Features Flywheel for the First Time\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=54822\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:111:\"http://wptavern.com/the-wordpress-org-reco
 mmended-hosting-page-is-revamped-features-flywheel-for-the-first-time\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:8235:\"<p>DreamHost, Flywheel, and SiteGround have joined Bluehost on WordPress.org&#8217;s new <a href=\"https://wordpress.org/hosting/\">recommended hosting</a> page. In mid 2015, Matt Mullenweg, co-founder of the open source WordPress project, <a href=\"http://wptavern.com/the-recommended-hosting-page-on-wordpress-org-starts-over-from-scratch\">announced</a> the page would be revamped. To have a chance at being listed webhosting companies needed to fill out a 40-question survey.</p>\n<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/05/RecommendedHostsPage.png\"><img class=\&
 quot;size-full wp-image-54844\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/05/RecommendedHostsPage.png?resize=790%2C642\" alt=\"2016 Recommended Hosts Page\" /></a>2016 Recommended Hosts Page\n<p>This is Flywheel&#8217;s first time on the page. <a href=\"https://getflywheel.com/\">Flywheel</a>, launched in 2013, is a managed WordPress hosting company with an emphasis towards designers and agencies. I asked Dusty Davidson, c<span class=\"team__role\">o-Founder and CEO of Flywheel</span>, what it means to be included on the page. &#8220;We&#8217;re obviously excited to be included, and think it really reflects on the work we&#8217;ve done to create a great experience for WordPress users,&#8221; he<span class=\"team__role\"> said. </span></p>\n<p>The recommended webhosting page on WordPress.org is incredibly lucrative. Based on conve
 rsations I&#8217;ve had with employees of hosts listed, it can generate millions of dollars in revenue. I asked Davidson what impact this will have on his company, &#8220;<span class=\"team__role\">I&#8217;m sure it will undoubtedly send a good deal of traffic, but honestly we&#8217;re just humbled and excited to be recognized,&#8221; he said. </span></p>\n<h2>A New Round of Controversy</h2>\n<p>Over the years, companies have come and gone from the recommended hosting page. However, Bluehost in particular has consistently appeared on the list, including the most recent iteration. Bluehost is owned by <a href=\"http://www.endurance.com/\">Endurance International Group</a> who <a href=\"http://www.prweb.com/releases/2014/05/prweb11874425.htm\">invested in Automattic</a> in 2014. Because Mullenweg is the CEO of Automattic and controls who is listed on the page, it&#8217;s e
 asy to see why it regularly generates controversy.</p>\n<p>Kevin Ohashi of ReviewSignal.com, <a href=\"http://reviewsignal.com/blog/2016/05/12/wordpress-org-updates-hosting-recommendations-nobody-knows-selection-criteria/\">criticized the lack of transparency</a> regarding the process for how hosts.</p>\n<blockquote><p>Who is responsible for this revamp? What were the selection criteria? How often will it be updated? Will existing companies be continuously re-evaluated?</p></blockquote>\n<p>These are important questions to ask and there are no publicly documented answers. In a follow up post, <a href=\"http://reviewsignal.com/blog/2016/05/13/wordpress-org-hosting-recommendations-listing-criteria/\">Ohashi investigated</a> what criteria needs to be met for being listed on the page. The post contains a number of screenshots of his private conversation with <a href=\"https://profiles.wor
 dpress.org/macmanx\">James Huff</a>, who has volunteered for the WordPress project for 12 years and has worked at Automattic for five years.</p>\n<p>Huff was directly related to the project and influenced who was chosen thanks to his involvement on the WordPress Support Team. Within the conversation, he shares details of the process and mentions that no money exchanged hands. Early in the conversation, Ohashi tells Huff that he wants to learn and publish how the process works. However, Huff had no idea that everything he said would be made public.</p>\n<p>&#8220;I was invited to what sounded like a friendly chat over direct message from a concerned community member, after he was referred to me by a friend,&#8221; Huff said. &#8220;At no point was it clarified or even implied that anything discussed would be made public.&#8221;</p>\n<p><del>Conversations held in a private matter should remain private unless given
  permission to publish them, something I discovered the hard way.</del> Unfortunately, the post comes across as a public interrogation of Huff. I asked Huff, who was shaken by the experience, how it has affected him moving forward as it relates to the WordPress project.</p>\n<p>&#8220;I&#8217;d be lying if I said my feelings weren&#8217;t at least shaken by the experience, especially considering how polite he was to my friend and how hostile he was towards me apparently just because I work for Automattic, but this isn&#8217;t the first time that has happened to me and I don&#8217;t expect it to be the last,&#8221; he said.</p>\n<p>&#8220;There&#8217;s an usually prevalent negative bias against Automatticians who contribute to WordPress.&#8221;</p>\n<h2>Mullenweg Provides Clarification</h2>\n<p>Mullenweg <a href=\"http://reviewsignal.com/blog/2016/05/13/wordpress-org-hosting-recommendati
 ons-listing-criteria/#comment-1011\">commented on the post</a> where he not only sticks up for Huff, but answers some of the controversial questions raised by Ohashi. Mullenweg explains how the applicants were chosen, how the criteria is weighted, who makes the final decisions, and how much money is involved. Here is his comment in full.</p>\n<blockquote><p>&#8216;I would like to see some transparency in the process&#8217;</p>\n<p>As stated on the page, the listing is completely arbitrary. The process was: There was a survey, four applicants were chosen, and the page was updated. That might repeat later in the year, or the process might change.</p>\n<p>&#8216;how criteria are weighted&#8217;</p>\n<p>There is no criteria or weighting. It ultimately is one person’s opinion. Information that is important is reflected in the questions asked in the survey, but that is not everything that is taken into a
 ccount. (I have looked at this site in the past, for example.)</p>\n<p>&#8216;who is making the decisions&#8217;</p>\n<p>I am. James helped in sorting through the many submissions that came in, doing additional research, and digging on finalists, but ultimately the decision was mine. You can and should blame me fully for any issues you have with it. I appreciate James’ help in this go-round, but he will not be involved at all with any future updates. (So, please leave him alone.)</p>\n<p>&#8216;how much money is involved&#8217;</p>\n<p>There was no money involved. Obviously being listed on the page is hugely valuable and impacts the listed (or unlisted) businesses a great deal. This is why I take full responsibility for the listing, now and in the future — I have been fortunate to be extraordinarily successful and no financial or business consideration any of the applicants could offer matters to me. A host could of
 fer $100,000,000 to be listed on the page for 1 day, and I would say no.</p></blockquote>\n<p>It&#8217;s unfortunate that the information in Mullenweg&#8217;s comment is not published in an official post announcing the changes to the recommended hosting page. If an official post was published that included the same information in his comment, it&#8217;s possible it would have eliminated most of the confusion, uncertainty, and doubt surrounding it.</p>\n<h2>Should WordPress.org Have a Recommended Hosting Page?</h2>\n<p>Due to the investments EIG has made in Automattic, Mullenweg&#8217;s role at the company, and him making the final decisions, there will always be a potential conflict of interest despite taking full responsibility of the page and the processes associated with it.</p>\n<p>Should WordPress.org have a recommended hosting page? What if the page was replaced with information people could use to make info
 rmed decisions on choosing a host? It would eliminate potential conflicts of interest and if there was a host Mullenweg felt strongly about, he could label it as a partner of the project. This would make it clear that any financial connection with the company is a business relationship.</p>\n<p>Are you hosting with any of the companies listed on the recommended hosting page? If so, tell us about your experience in the comments.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 14 May 2016 16:39:29 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.o
 rg/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:21;a:6:{s:4:\"data\";s:13:\"\n      \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:88:\"WPTavern: WordPress Accessibility Team Seeks Testers Using Speech Recognition Technology\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"
 http://wptavern.com/?p=54829\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:98:\"http://wptavern.com/wordpress-accessibility-team-seeks-testers-using-speech-recognition-technology\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2791:\"<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/05/glasses.jpg\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/05/glasses.jpg?resize=1024%2C562\" alt=\"photo credit: Let\'s Read - (license)\" class=\"size-full wp-image-54851\" /></a>photo credit: <a href=\"http://ww
 w.flickr.com/photos/42788859@N00/320216939\">Let&#8217;s Read</a> &#8211; <a href=\"https://creativecommons.org/licenses/by-nc-sa/2.0/\">(license)</a>\n<p>The World Health Organization estimates that <a href=\"http://www.who.int/mediacentre/factsheets/fs282/en/\" target=\"_blank\">285 million people</a> worldwide are living with some form of visual impairment and 39 million of those are estimated to be blind. Many people with low vision depend on speech recognition technology to navigate the web and communicate their thoughts. This type of software also assists people who have carpal tunnel, RSI (Repetitive Stress Injuries) and/or limited mobility in their hands and arms.</p>\n<p>Rian Rietveld and the Accessibility team are working to improve the experience of using WordPress with speech recognition software, such as <a href=\"http://www.nuance.com/dragon/index.htm\" target=\&q
 uot;_blank\">Dragon Naturally Speaking</a> (widely considered as one of the best for desktop use.) In particular, <a href=\"https://core.trac.wordpress.org/ticket/23562\" target=\"_blank\">the task of adding media to a post has a number of obstacles</a> that make it nearly impossible for those using speech recognition software.</p>\n<p>Rietveld <a href=\"https://make.wordpress.org/accessibility/2016/05/13/20th-wordpress-accessibility-test-add-media-with-speech-recognition-software/\" target=\"_blank\">posted three tests</a> to the Accessibility team&#8217;s blog today, inviting those who use <a href=\"http://www.nuance.com/dragon/index.htm\" target=\"_blank\">Dragon Naturally Speaking</a> or other assistive technology to help the contributors determine the roadblocks that need to be removed for adding media. These tests include actions like adding media, edit
 ing attachment details, and creating a gallery.</p>\n<p>If you use WordPress with assistive technology for speech recognition, completing these tests and offering your feedback is one way to get involved as a contributor. You don&#8217;t necessarily have to use Dragon Naturally Speaking, as there are many newer alternatives such as Windows Speech Recognition (Cortana) and Chrome&#8217;s speech recognition powered by Google Speech to Text. Testers can report their experiences, along with the assistive technology/browser/OS, in the comments on Rietveld&#8217;s <a href=\"https://make.wordpress.org/accessibility/2016/05/13/20th-wordpress-accessibility-test-add-media-with-speech-recognition-software/\" target=\"_blank\">post</a>.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\&qu
 ot;xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 13 May 2016 22:40:35 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:22;a:6:{s:4:\"data\";s:13:\"\n   \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";
 s:73:\"WPTavern: Happytables Pivots to Provide Restaurant Analytics and Insights\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=41046\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:83:\"http://wptavern.com/happytables-pivots-to-provide-restaurant-analytics-and-insights\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5302:\"<p><a href=\"http://i2.wp.com/wptave
 rn.com/wp-content/uploads/2015/03/happy-tables.jpg\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/03/happy-tables.jpg?resize=1000%2C608\" alt=\"happy-tables\" class=\"aligncenter size-full wp-image-54835\" /></a></p>\n<p><a href=\"http://www.happytables.com/\" target=\"_blank\">Happytables</a> is changing from being a platform that hosts restaurant websites to one that provides analytics and insights by tapping into apps that restaurants are already using to promote their businesses. The company uses WordPress as a command center for the application that communicates with various restaurant-tech APIs to deliver information to the dashboard in realtime.</p>\n<p>&#8220;We started with the website builder a while back,&#8221; Founder and CEO Noel Tock said. &#8220;It’s been a great ride, but we realized two things: 1) Website builders have become a
  race to the bottom with regards to revenue as well as extremely competitive, and 2) From our many conversations with restaurants, their challenges have become much larger; consolidating data and insights from all the products they now use.&#8221;</p>\n<p>One of the Happytables beta restaurants in London uses 14 different applications to manage its sales, operations, and marketing, and Tock says this trend is only growing.</p>\n<p>&#8220;The centre of gravity is shifting from the Point of Sale to a very fragmented collection of siloed products (reservations, online ordering, staff scheduling/wages, loyalty, waitlist, social, etc.),&#8221; Tock said. &#8220;Becoming that 30,000 foot view whilst generating actionable insights across the portfolio of applications is the challenge we’ve taken on with the new Happytables.&#8221;</p>\n<p>The first installation of the new Happytables was set up for <a href=\"http://whyteandb
 rown.com/\" target=\"_blank\">Whyte &amp; Brown</a> in London where the team is focusing their beta testing. The application currently aggregates data from POS (Point of Sale) and Social, but Tock says this will rapidly evolve to providing various insights from POS and Labor, such as revenue forecasting, employee performance, and breakfast/lunch/dinner performance.</p>\n<p>&#8220;It’s been very exciting working towards actionable insights, whereby we can tell a waiter that he/she was underselling a certain product or category compared to their colleagues, or that a particular employee performs a lot better on lunch then on dinner,&#8221; Tock said.</p>\n<p>Below you can see an example of Happytables&#8217; latest kitchen dashboard, using the team view as opposed to the individual employee recommendations/suggestions view.</p>\n<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/03/Ha
 ppytables_kitchen_dashboard.png\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/03/Happytables_kitchen_dashboard.png?resize=1025%2C731\" alt=\"Happytables_kitchen_dashboard\" class=\"aligncenter size-full wp-image-54833\" /></a></p>\n<p>The new Happytables uses WordPress as a backend and the WP REST API and ReactJS on the frontend.  Although the development team still uses WordPress as one of its core technologies, the infrastructure is a bit more complicated.</p>\n<p>&#8220;It’s not pure WordPress for the data storage,&#8221; CTO Aaron Jorbin said. &#8220;In fact, very little of it is actually stored inside WordPress. It is used to store some information about the restaurant and manage requests to third parties where we fetch the data and then store it in DynamoDB.&#8221;</p>\n<p>The screenshots in this post show the WordPress theme in full screen mode, but Jor
 bin said the restaurant staff never interact with wp-admin. Restaurant operators use the app to view all the realtime information coming in so that they can make better decisions about how they run their businesses.</p>\n<p>Happytables is still hosting its customers from its first iteration as a website builder, but Tock said most are not good candidates for the beta.</p>\n<p>&#8220;The infrastructure is quite different now as we’re capturing different types of data (previously web content, now largely transactional data),&#8221; he said. &#8220;Our customers on the website builder platform came from all walks of life, so there’s not many who fit the ideal beta candidate (using Micros/Aloha as POS, based in London, run a multiunit restaurant, etc.).</p>\n<p>&#8220;We&#8217;re just looking to see how we can fit this into the larger Happytables model downstream,&#8221; Tock said. &#8220;If we’re going to implement s
 o many API’s, there’s also value in tying those back to the website.&#8221;</p>\n<p>Not many aspects of the new infrastructure have been open sourced yet, as the team has been moving fast. Tock said they hope to make some of their code public further down the road after it&#8217;s been tested.</p>\n<p>&#8220;Once we’re past testing/beta, I’m sure a number of features will become more mature tools and move into their own public repo if they are of that sort of benefit,&#8221; he said. The new infrastructure is one of the many exciting ways that the WP REST API is being used to bring a host of information into WordPress from various third party applications and tie it all together in a useful way.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";
 }}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 13 May 2016 19:45:25 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:23;a:6:{s:4:\"data\";s:13:\"\n \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:19:\"Matt: Mom on Tinder\"
 ;s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"https://ma.tt/?p=46572\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"https://ma.tt/2016/05/mom-on-tinder/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:227:\"<p>If you&#8217;re looking for a fun Friday read, <a href=\"http://www.gq.com/story/my-mom-ran-my-tinder\">check out this story of a young GQ writer who gave control of h
 is Tinder account to his Mom</a>. It&#8217;s adorkable.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 13 May 2016 16:35:45 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:24;a:6:{s:4:\"data\";s:13:\"\n   \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s
 :17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:89:\"WPTavern: GitLab Courts Disgruntled GitHub Customers with Response to Recent Pricing Hike\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=54780\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:99:\"http://wptavern.com/gitlab-courts-disgruntled-github-customers-with-response-to-recent-pricing-hike\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\&qu
 ot;\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5016:\"<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/01/gitlab.png\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/01/gitlab.png?resize=1025%2C371\" alt=\"gitlab\" class=\"aligncenter size-full wp-image-50741\" /></a></p>\n<p>Yesterday GitHub <a href=\"http://wptavern.com/github-introduces-unlimited-private-repositories-hikes-prices-for-organizations\" target=\"_blank\">announced</a> pricing changes that give all paid plans unlimited repositories and change plans to a pricing-per-user model. Individual developers are the most likely customers to benefit from the changes, but many organizations will see an exponential increase in pricing.</p>\n<p>GitLab, 
 a competitor in the Git repository hosting space, immediately addressed disgruntled GitHub customers with a <a href=\"https://about.gitlab.com/2016/05/11/git-repository-pricing/\" target=\"_blank\">pricing comparison</a> on the company&#8217;s blog. Co-founder and CEO <a href=\"https://twitter.com/sytses\" target=\"_blank\">Sid Sijbrandij</a> noted that the three main players in this space, GitHub, Bitbucket, and GitLab, all offer unlimited private repositories but that it doesn&#8217;t cost companies more to host additional repositories for a given user.</p>\n<p>Sijbrandij attributes the change to the increase in the <a href=\"https://www.sequoiacap.com/article/build-us-microservices/\" target=\"_blank\">microservices model</a>, a development approach that breaks software down into smaller, related pieces that communicate with one another via APIs.</p>\n<p&gt
 ;&#8220;As more and more developers, teams, and organizations seek out the advantages of microservices, they’ll need more repositories to support this new code structure,&#8221; Sijbrandij said. &#8220;Basically, the more microservices you have the more repositories you’ll need. That is why it is not surprising that GitHub has announced free private repositories.&#8221;</p>\n<p>Sijbrandij referenced several examples where GitHub&#8217;s pricing changes hit open source organizations hard, including <a href=\"https://github.com/edx/\" target=\"_blank\">Open edX</a>, a non-profit with a large number of contributors, which <a href=\"https://news.ycombinator.com/item?id=11674530\" target=\"_blank\">posted</a> the following on Hacker News:</p>\n<blockquote><p>I work for a non-profit open source organization that <a href=\"https://github.com/edx/\" target=\&quo
 t;_blank\">collaborates on github</a>. We have lots of people who aren&#8217;t employees, but have signed a contributor agreement with our organization and contribute changes to our software. Our bill will go up from $200/month to over $2000/month with this new pricing. We can afford it (it&#8217;s still a small fraction of our AWS bill) but it will force us to look at other alternatives. Github&#8217;s code review tools are already pretty mediocre compared to other tools like gerrit, and we&#8217;ve long since moved off of GitHub issue tracking due to lack of features compared to JIRA.</p></blockquote>\n<p>Sijbrandij emphasized that the team at GitLab believes “everyone can contribute,” a mission which drives GitLab.com&#8217;s pricing structure to offer unlimited private repositories, unlimited contributors, and unlimited CI runners for free. The on-premises solution, which includes enterprise features and support, is what ke
 eps the lights on at the company. GitLab.com, the free, hosted version, runs the same enterprise edition software but is, by Sijbrandij&#8217;s own admission, still <a href=\"https://gitlab.com/gitlab-com/operations/issues/42\" target=\"_blank\">struggling with sluggish performance</a>.</p>\n<p>Earlier this year when open source project maintainers <a href=\"http://wptavern.com/open-source-project-maintainers-confront-github-with-open-letter-on-issue-management\" target=\"_blank\">confronted GitHub with an open letter on issue management</a>, GitLab differentiated itself by <a href=\"http://wptavern.com/gitlab-courts-open-source-project-maintainers-with-response-to-dear-github-letter\" target=\"_blank\">responding</a> to the situation with a new initiative focused on “making GitLab the best place for big open source projects.”</p>\n<p>Nearly a month later, 
 <a href=\"http://wptavern.com/github-responds-to-letter-from-open-source-project-maintainers\" target=\"_blank\">GitHub finally responded</a> with an apology to open source project maintainers and a promise to address their concerns with a steady string of changes.</p>\n<p>GitHub has not given any indication of reversing its recent decision to change its pricing structure. However, with competitors like GitLab putting on the heat, GitHub may be forced to make some changes to its paid plans. At the very least, it could inspire the company to address concerns about organizations having to pay for inactive users and perhaps spur GitHub to offer customers the ability to distinguish between collaborators on open source projects and users who simply need access to private repositories.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:
 \"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 13 May 2016 02:33:33 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:25;a:6:{s:4:\"data\";s:13:\"\n       \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\
 ";a:1:{i:0;a:5:{s:4:\"data\";s:106:\"WPTavern: How Authors With Plugins in the Official Directory Can Use Tags to Get a Moderator’s Attention\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=54441\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:113:\"http://wptavern.com/how-authors-with-plugins-in-the-official-directory-can-use-tags-to-get-a-moderators-attention\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description
 \";a:1:{i:0;a:5:{s:4:\"data\";s:2627:\"<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/05/WordPressAdviceForNewUsers.png\"><img class=\"size-full wp-image-44085\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/05/WordPressAdviceForNewUsers.png?resize=612%2C237\" alt=\"WordPress Advice For New Users\" /></a>photo credit: <a href=\"http://www.flickr.com/photos/99329675@N02/11064947983\">What You Need To Know About Food Poisoning</a> &#8211; <a href=\"https://creativecommons.org/licenses/by-sa/2.0/\">(license)</a>\n<p>It&#8217;s almost inevitable that as a WordPress plugin gains popularity, it will receive a bad review. How plugin authors handle and respond to bad reviews is crucial, especially in a public forum. Mika Epstein, who helps review plugins before they&#8217;re added to the directory and is a dedicated suppor
 t forum volunteer, <a href=\"https://make.wordpress.org/plugins/2016/05/03/handling-bad-reviews/\">gives advice </a>on how to handle and respond to bad reviews.</p>\n<p>Bad reviews are classified as those written as spam, trolling, emotional blackmail for support, and those that should have been a support post. Since the plugin review system is powered by bbPress, plugin authors can add tags to reviews in order to draw a moderator&#8217;s attention. The tags include:</p>\n<ul>\n<li><strong>Modlook</strong> &#8211; This tag notifies moderators that a particular thread needs their attention. If you think a review is spam, don&#8217;t respond to it. Instead, add the Modlook and Spam tags and let a moderator decide if the review should be deleted.</li>\n<li><strong>Sockpuppet</strong> &#8211; If you suspect a review is part of a spamming campaign where a group of people are marking a 
 plugin as one or five stars, apply the sockpuppet and modlook tags to the review.</li>\n<li><strong>Wrongplugin</strong> &#8211; Add the wrongplugin tag to the review if you believe it&#8217;s for a different plugin. The team can move the review to the appropriate place.</li>\n<li><strong>Pluginmod</strong> &#8211; Add this tag to a review if you need an administrator&#8217;s attention. This usually results in the team performing a full review of your plugin. If it&#8217;s determined that it breaks any of <a href=\"https://wordpress.org/plugins/about/guidelines/\">the guidelines</a>, it will be removed until they&#8217;re fixed.</li>\n</ul>\n<p>Developers who host plugins in the official directory should make note of these tags and use them when necessary. The tag system is generally unknown to the public but it&#8217;s a great way for moderators to keep on top of the 
 forums and reviews.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 13 May 2016 01:06:02 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:26;a:6:{s:4:\"data\";s:13:\"\n \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\&
 quot;;s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"WPTavern: WPWeekly Episode 234 – All Things WordCamp with Andrea Middleton\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"http://wptavern.com?p=54807&preview_id=54807\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:82:\"http://wptavern.com/wpweekly-episode-234-all-things-wordcamp-with-andrea-middleton\";s:7:\"attribs\";a:0:{}s:8:\"xml_base
 \";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2896:\"<p>In this episode of WordPress Weekly, Marcus Couch and I are joined by <a href=\"https://thethingwiththestuff.wordpress.com/\">Andrea Middleton</a>, who works at Automattic as a Community Organizer for the WordPress open source project. We discuss a number of topics including, updates to the WordCamp Central website, the <a href=\"https://make.wordpress.org/community/2016/03/02/transitioning-to-wordpress-community-support/\">for-profit subsidiary</a>, and the experimental <a href=\"http://wptavern.com/wordpress-to-launch-experimental-wordcamp-incubator-program\">WordCamp incubator program</a>.</p>\n<p>At the conclusion of our interview with Middleton, Mendel Kurland, GoDaddy&#8217;s Evangelist, joine
 d us to describe his experiences attending DrupalCons. DrupalCons are events similar to WordCamps but on a larger scale. He tells us what the similarities and differences are and the unique things they do that he&#8217;d like to see WordCamps adopt. We close out the show with Marcus&#8217; plugin picks of the week.</p>\n<h2>Stories Discussed:</h2>\n<p><a href=\"http://wptavern.com/wordpress-4-5-2-patches-two-security-vulnerabilities\">WordPress 4.5.2 Patches Two Security Vulnerabilities</a><br />\n<a href=\"http://wptavern.com/automattic-is-protecting-its-woo-woothemes-and-woocommerce-trademarks\">Automattic is Protecting its Woo, WooThemes, and WooCommerce Trademarks</a></p>\n<h2>Plugins Picked By Marcus:</h2>\n<p><a href=\"https://wordpress.org/plugins/disable-core-update-email/\">Disable WordPress Core Update Email</a> allows used to disable the default 
 notification email sent by WordPress after an automatic core update is applied.</p>\n<p><a href=\"https://wordpress.org/plugins/downgrade/\">Downgrade </a>enables users to easily downgrade WordPress to an earlier version. It&#8217;s a handy diagnostics tool that helps determine if a new WordPress release is the cause of errors.</p>\n<p><a href=\"https://wordpress.org/plugins/woo-customer-insight\">Woo Customer Insight </a>provides greater insight into what visitors are doing on your sites. It allows you to see the pages your customers are visiting, where they&#8217;re clicking, the time spent on the different pages, and more.</p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Wednesday, May 18th 9:30 P.M. Eastern</p>\n<p><strong>Subscribe To WPWeekly Via Itunes: </strong><a href=\"https://itunes.apple.com/us/podcast/wordpress-we
 ekly/id694849738\" target=\"_blank\">Click here to subscribe</a></p>\n<p><strong>Subscribe To WPWeekly Via RSS: </strong><a href=\"http://www.wptavern.com/feed/podcast\" target=\"_blank\">Click here to subscribe</a></p>\n<p><strong>Subscribe To WPWeekly Via Stitcher Radio: </strong><a href=\"http://www.stitcher.com/podcast/wordpress-weekly-podcast?refid=stpr\" target=\"_blank\">Click here to subscribe</a></p>\n<p><strong>Listen To Episode #234:</strong><br />\n</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 12 May 2016 23:23:19 +0000\";s:7:\
 "attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:27;a:6:{s:4:\"data\";s:13:\"\n  \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Matt: .Blog\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\&quo
 t;xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"https://ma.tt/?p=46554\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"https://ma.tt/2016/05/blog/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:858:\"<p>It&#8217;s now public that Automattic is the company behind Knock Knock Whois There LLC, the registry for the new .blog TLD. (And a great pun.) We wanted to stay stealth while in the bidding process and afterward in order not to draw too much attention, but nonetheless the cost of the .blog auction got up there (peopl
 e are <a href=\"http://www.theregister.co.uk/2015/02/13/who_just_bought_dotblog_for_30m/\">estimating around $20M</a>). I&#8217;m excited we won and think that it will be both an amazing business going forward and give lots of folks an opportunity to have a fantastic domain name in a new namespace and with an easy-to-say TLD. <a href=\"https://dotblog.wordpress.com/\">You can sign up to be first in line to reserve a domain here</a>. If you have a trademark you can get in August, and then October for the &#8220;land rush.&#8221;</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 12 May 2016 19:23:11 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\
 ";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:28;a:6:{s:4:\"data\";s:13:\"\n   \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:84:\"WPTavern: Automattic to Oversee the Sale and Registration of Top-Level .Blog Domains\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s
 :4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=54788\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:93:\"http://wptavern.com/automattic-to-oversee-the-sale-and-registration-of-top-level-blog-domains\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2974:\"<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/blogging.jpg\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/blogging.jpg?resize=960%2C521\" alt=\"photo credit: Luis Llerena\" class=\"size-full wp-image-54799\" 
 /></a>photo credit: <a href=\"https://stocksnap.io/photo/3ZHG0XOIT6\">Luis Llerena</a>\n<p>Automattic <a href=\"https://en.blog.wordpress.com/2016/05/12/coming-soon-new-blog-domains-for-websites/\" target=\"_blank\">announced</a> today that it will begin offering top-level .blog domain registration starting in August 2016. The .blog domain extension will be available to both WordPress and non-WordPress sites.</p>\n<p>According to <a href=\"https://twitter.com/markarms\" target=\"_blank\">Mark Armstrong</a>, an Automattic subsidiary is exclusively managing the registration of .blog domains and will be offering it for purchase through WordPress.com and other domain registrars.</p>\n<p>&#8220;Automattic subsidiary Knock Knock Whois There LLC, in partnership with the domain company Primer Nivel, won the rights to the .blog domain in 2015 through an auction pro
 cess overseen by the Internet Corporation for Assigned Names and Numbers (ICANN), the non profit organization that oversees namespaces of the internet,&#8221; Armstrong said.</p>\n<p>In an <a href=\"https://ma.tt/2016/05/blog/\" target=\"_blank\">announcement</a> on his blog, Automattic CEO Matt Mullenweg said they used the Knock Knock Whois There LLC company name to &#8220;stay stealth while in the bidding process,&#8221; which closed around $19 million.</p>\n<p>Although WordPress.com is currently providing the registration information site at <a href=\"https://dotblog.wordpress.com/\" target=\"_blank\">dotblog.wordpress.com</a>, Armstrong said that the company is using <a href=\"http://www.nominet.uk/\" target=\"_blank\">Nominet</a> (the backend registry provider for .UK) to provide the technical infrastructure for managing the domain extension.</p
 >\n<p>Registration for .blog domains will be offered in a phased approach during the second half of 2016, according to the following estimated timeframe:</p>\n<ul>\n<li><strong>Sunrise (August):</strong> Trademark owners will be able to register .blog domains associated with their brands</li>\n<li><strong>Landrush (October):</strong> Before .blog becomes available to the public, domains may be registered during the landrush period on an application basis.</li>\n<li><strong>General Availability (November):</strong> Automattic plans to begin offering .blog domains to the general public before the end of the year.</li>\n</ul>\n<p>With the exclusive rights to manage the sale of millions of .blog domains, Automattic has the opportunity to promote WordPress.com as a potential host for new registrants. The company hasn&#8217;t finalized the price but Armstrong said it will be &#
 8220;in the standard range for new top-level domains with some premium pricing for higher-value names.&#8221;</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 12 May 2016 18:19:44 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:29;a:6:{s:4:\"data\"
 ;s:13:\"\n        \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:78:\"WPTavern: Critical Vulnerabilities Found in PhpStorm, Immediate Update Advised\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=54770\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:87:\"http://wptavern.com/critical-vulnerabilities-found-in-phpstorm-im
 mediate-update-advised\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2128:\"<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/09/phpstorm-wp-feature.jpg\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/09/phpstorm-wp-feature.jpg?resize=1025%2C471\" alt=\"phpstorm-wp-feature\" class=\"aligncenter size-full wp-image-30739\" /></a></p>\n<p>JetBrains <a href=\"http://blog.jetbrains.com/blog/2016/05/11/security-update-for-intellij-based-ides-v2016-1-and-older-versions/\" target=\"_blank\">announced</a> today that it has released a security update for PhpStorm and all of its other IntelliJ-based IDEs due to a set of critical vulnerabilities:</p&g
 t;\n<blockquote><p>The cross-site request forgery (CSRF) flaw in the IDE’s built-in webserver allowed an attacker to access local file system from a malicious web page without user consent.</p>\n<p>Over-permissive CORS settings allowed attackers to use a malicious website in order to access various internal API endpoints, gain access to data saved by the IDE, and gather various meta-information like IDE version or open a project.</p></blockquote>\n<p>PhpStorm is by far <a href=\"http://www.sitepoint.com/best-php-ide-2014-survey-results/\" target=\"_blank\">the most favored IDE for PHP developers</a>. It&#8217;s also widely used among WordPress developers, especially since <a href=\"http://wptavern.com/phpstorm-8-released-with-full-wordpress-support\" target=\"_blank\">version 8 added official support for WordPress</a>.</p>\n<p>The update issued today patches th
 e critical vulnerabilities inside the underlying IntelliJ platform that powers nearly a dozen popular IDEs. Installing the update is as easy as selecting &#8216;Check for Updates&#8217; inside the IDE. Alternatively, customers can download the most recent version from JetBrains.com and the <a href=\"http://blog.jetbrains.com/blog/2016/05/11/security-update-for-intellij-based-ides-v2016-1-and-older-versions/\" target=\"_blank\">security announcement</a> includes links to download older versions.</p>\n<p>Although the JetBrains security team is not aware of these vulnerabilities having been exploited, immediate update is recommended.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\&quo
 t;;s:31:\"Wed, 11 May 2016 22:26:43 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:30;a:6:{s:4:\"data\";s:13:\"\n       \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:90:\"WPTavern: GitHub Introduces Unlimited Private Repositories, Hikes Prices for Organizatio
 ns\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=54746\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:99:\"http://wptavern.com/github-introduces-unlimited-private-repositories-hikes-prices-for-organizations\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:7590:\"<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/04/github-octocat.jpg\"><
 img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/04/github-octocat.jpg?resize=857%2C400\" alt=\"github-octocat\" class=\"aligncenter size-full wp-image-42456\" /></a></p>\n<p>GitHub has been inundated with negative feedback after <a href=\"https://github.com/blog/2164-introducing-unlimited-private-repositories\" target=\"_blank\">announcing a major change to its pricing</a> today. All paid plans now include unlimited private repositories, but there&#8217;s a catch. The new pricing structure requires GitHub.com organizations to purchase a seat for each user. At $9 per user/month, collaborating on private repositories is now far more costly than the legacy plans which started at $25/month for 10 repositories and unlimited members.</p>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/05/github-pricing.png\"><img src=\"http://i1.wp.
 com/wptavern.com/wp-content/uploads/2016/05/github-pricing.png?resize=1025%2C392\" alt=\"github-pricing\" class=\"aligncenter size-full wp-image-54756\" /></a></p>\n<p>The change is good news for individual developers with paid accounts, as they are no longer charged on a per-repository basis. However, many owners of organizations are finding the new pricing to be untenable and are actively considering alternatives. For comparison, Bitbucket offers unlimited private repositories and <a href=\"https://bitbucket.org/product/pricing\" target=\"_blank\">charges $1/user/month</a>. Unlimited users caps out at $200/month.</p>\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\"><a href=\"https://twitter.com/Krogsgard\">@Krogsgard</a> EDD org alone will go from $25 per month to $592 per month <a href=\"https://twitter.com/gith
 ub\">@github</a></p>\n<p>&mdash; Pippinsplugins (@pippinsplugins) <a href=\"https://twitter.com/pippinsplugins/status/730396802638176257\">May 11, 2016</a></p></blockquote>\n<p></p>\n<p>While unlimited private repositories is an exciting benefit that enables developers to make their code more modular, it isn&#8217;t a benefit that every organization needs.</p>\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\"><a href=\"https://twitter.com/github\">@github</a> Terrible news. I work on an open-source organization &gt;100 devs. We have 2 private repos for internal projects. $900+ vs $25 really!?</p>\n<p>&mdash; João Ventura (@jcnventura) <a href=\"https://twitter.com/jcnventura/status/730319187667759104\">May 11, 2016</a></p></blockquote>\n<p></p>\n<
 blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\"><a href=\"https://twitter.com/williamsba\">@williamsba</a> ours jumped to $1,204 :-( <a href=\"https://twitter.com/github\">@github</a></p>\n<p>&mdash; Tom Willmot (@tomwillmot) <a href=\"https://twitter.com/tomwillmot/status/730391291691995136\">May 11, 2016</a></p></blockquote>\n<p></p>\n<p><a href=\"https://easydigitaldownloads.com/\" target=\"_blank\">Easy Digital Downloads</a> creator Pippin Williamson <a href=\"http://www.twitlonger.com/show/n_1solvjd\" target=\"_blank\">explained</a> why he is frustrated with what amounts to a 2,276% increase in costs for his organization:</p>\n<blockquote><p>I actually have no problems with the pricing for new organizations. It&#8217;s their space 
 and they provide a huge number of valuable tools. It is absolutely worth it.</p>\n<p>The problem I have is the drastic increase for existing customers. It&#8217;s largely the principal of increasing a customer&#8217;s cost by 2,276% without giving them any additional value.</p>\n<p>The value that Github provides me and my team does not change at all with the new pricing, only what I pay per month.</p></blockquote>\n<p>Samuel &#8220;Otto&#8221; Wood <a href=\"http://www.twitlonger.com/show/n_1solviv\" target=\"_blank\">contends</a> that GitHub&#8217;s $9/user/month is a reasonable price to pay for having all the functionality of GitHub hosted for an organization but that the alternative of building your own is far more economical.</p>\n<blockquote><p>A &#8220;private&#8221; repo is, you know, private. On your own server. Git is, after all, decentralized. You could p
 lop a normal git repo on any private VPS you like in a matter of under an hour. If you&#8217;re collaborating with a small group of like 5 people, then coordination is not really a big deal that I&#8217;d pay $45 a month to use GitHub for it. You can use any tooling you like, make any website you like. You could probably reproduce the important parts of GitHub that you need for your private setup using WordPress in like a day or two. </p>\n<p>It just seems to me that any advantages of using GitHub at all seem largely nullified by using private repos. Yes, collaboration and using the same toolset you are used to, I get that. But here you&#8217;re falling prey to vendor lock-in once again. You&#8217;re used to it, you like it, you&#8217;re afraid of change, pay up. Simple. </p>\n<p>The advantage of open source software is the freedom to say &#8220;up yours&#8221; and build your own version instead. Git is open source. Think about it.
  A $15 a month VPS could easily fit your needs for both privacy and collaboration.</p></blockquote>\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\"><a href=\"https://twitter.com/github\">@github</a> found a way to be more expensive than the datacenter that runs my app. Seriously, what\'s happening at <a href=\"https://twitter.com/github\">@github</a> ???</p>\n<p>&mdash; Adilson Carvalho (@lcadilson) <a href=\"https://twitter.com/lcadilson/status/730405070819471361\">May 11, 2016</a></p></blockquote>\n<p></p>\n<p>GitHub has established itself as the de facto code collaboration site by offering free hosting for public, open source repositories. However, the emphasis on &#8220;social coding&#8221; no longer extends to private repositories as organization owners will have little incentive to add more
  collaborators under the new pricing structure. It discourages organizations from adding users to be bug reporters or third-party collaborators. Teams and agencies hit hardest by the changes are now examining competitors like Bitbucket and self-hosted GitLab.</p>\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">Today is for <a href=\"https://twitter.com/gitlab\">@gitlab</a> what 2007 was for <a href=\"https://twitter.com/WordPress\">@WordPress</a>. If code is poetry, Gitlab is your library. Own your code like you own your content. ❤️</p>\n<p>&mdash; John James Jacoby (@JJJ) <a href=\"https://twitter.com/JJJ/status/730417868047790080\">May 11, 2016</a></p></blockquote>\n<p></p>\n<p>Organization owners will not be forced onto the new pricing plans immediately and GitHub promises to give a year&#8217;s not
 ice before mandating a switch to the new plans:</p>\n<blockquote><p>We want everyone to have a plan with unlimited private repositories, but don’t worry—you are welcome to stay on your current plan while you evaluate the new cost structure and understand how to best manage your organization members and their private repository access. And while we&#8217;re currently not enforcing a timeline to move, rest assured that you&#8217;ll have at least 12 months notice before any mandated change to your plan.</p></blockquote>\n<p>While many individual developers will see lower monthly prices and even prorated credits on their accounts, the exponential cost increase for GitHub&#8217;s largest customers may cause a mass exodus to the company&#8217;s more affordable competitors. Are you moving your organization off of GitHub? Let us know in the comments.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\&q
 uot;attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 11 May 2016 19:27:29 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:31;a:6:{s:4:\"data\";s:13:\"\n   \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\&
 quot;;s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"WPTavern: Affinity: A Free WordPress Wedding Theme from Automattic\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=54688\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"http://wptavern.com/affinity-a-free-wordpress-wedding-theme-from-automattic\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\&qu
 ot;;a:1:{i:0;a:5:{s:4:\"data\";s:3832:\"<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/05/affinity.png\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/05/affinity.png?resize=800%2C471\" alt=\"affinity\" class=\"aligncenter size-full wp-image-54691\" /></a></p>\n<p>Affinity is the latest addition to WordPress.com&#8217;s small collection of <a href=\"https://wordpress.com/themes/search/wedding/\" target=\"_blank\">themes created specifically for weddings</a>. This highly customizable, elegant theme was designed by <a href=\"http://carolinemoore.net/\" target=\"_blank\">Caroline Moore</a> with weddings and family announcements in mind.</p>\n<p>Affinity is a one-page theme with support for five different panels. Each panel&#8217;s content can be assigned in the customizer und
 er Theme Options by selecting a page from a drop-down.</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/05/panel.png\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/05/panel.png?resize=660%2C231\" alt=\"panel\" class=\"aligncenter size-full wp-image-54717\" /></a></p>\n<p>With the customizable panel approach users are not locked into providing content for sections they don&#8217;t need. Single posts and pages support full screen featured images that, if used as a panel, become the background of that section. Affinity offers the option to set the header image opacity to create better contrast with header text. Users can also enable or disable scrolling on the header and front-page featured images.</p>\n<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/affinity-home-page.png\"><img src=\"http://i2.wp.com
 /wptavern.com/wp-content/uploads/2016/05/affinity-home-page.png?resize=200%2C474\" alt=\"affinity-home-page\" class=\"alignright size-full wp-image-54693\" /></a></p>\n<p>Affinity includes support for a sidebar widget area and three optional widget areas in the footer. If widgets are added to the sidebar, the one-column layout becomes a two-column layout. It also has a fullwidth page template for removing the sidebar on select pages.</p>\n<p>The different panels give users ample space for adding photos, links to registries, personal stories, info about the bridal party, and anything else related to the event. Affinity includes a Guestbook page template with a special format for displaying visitors&#8217; comments. Turning the Guestbook on is as easy as setting the page template and making sure that comments are enabled.</p>\n<p>Another unique feature of the theme is its post intro area that displays beneath th
 e headline before the first paragraph. It pulls content from the excerpt field and post authors can use it to capture readers&#8217; attention with a quick summary or highlight.</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/05/affinity-post-intro.png\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/05/affinity-post-intro.png?resize=660%2C328\" alt=\"affinity-post-intro\" class=\"aligncenter size-full wp-image-54729\" /></a></p>\n<p>Check out the <a href=\"https://affinitydemo.wordpress.com/\" target=\"_blank\">live demo</a> to see the theme in action. It shows an example of panels that display quotes, an RSVP form, event details, and an engagement story.</p>\n<p>Since no wedding or family announcement is the same, Affinity&#8217;s multi-panel approach offers flexibility for many different types of uses. If y
 ou&#8217;re creating a wedding website and are not finding enough customization options with a hosted service, this theme makes it quick and easy to set it up with WordPress. It&#8217;s not yet available on WordPress.org, but you can download a copy for your self-hosted site for free from the sidebar of its <a href=\"https://wordpress.com/themes/affinity\" target=\"_blank\">homepage on WordPress.com</a>.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 11 May 2016 06:52:35 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://pu
 rl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:32;a:6:{s:4:\"data\";s:13:\"\n  \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:77:\"WPTavern: Help WPCampus Gather Data on How Schools and Campuses Use WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://
 wptavern.com/?p=54650\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:87:\"http://wptavern.com/help-wpcampus-gather-data-on-how-schools-and-campuses-use-wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1247:\"<p>The organizers of <a href=\"https://2016.wpcampus.org/\">WPCampus</a> are <a href=\"https://www.surveymonkey.com/r/wpcampus05-2016\">seeking feedback</a> via a survey on how schools and campuses utilize WordPress in their environments. The survey consists of five sections:</p>\n<ul>\n<li>How Do You Use WordPress 
 on Campus</li>\n<li>Site Demographics, Traffic, and Data</li>\n<li>Plugins, Themes, and Features</li>\n<li>Security, Performance, and Hosting</li>\n<li>Your Team Structure &amp; Workflows</li>\n</ul>\n<p>There are a couple of perks for those who fill out the survey. Respondents will receive an anonymized version of the complete data set. Those who complete four or more sections will be entered into a drawing to win a free ticket to the conference and will receive a $5 Starbucks or Amazon Gift card.</p>\n<p>Answer the questions that you know and skip the ones you don&#8217;t. The team needs as much data as possible to provide a clearer picture of WordPress&#8217; use in higher education. If you know someone or an organization that uses WordPress in higher education, please <a href=\"https://www.surveymonkey.com/r/wpcampus05-2016\">share the survey</a> with them. The survey 
 closes on May 27th.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 11 May 2016 03:21:06 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:33;a:6:{s:4:\"data\";s:13:\"\n \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\&
 quot;;s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"WPTavern: What Do You Think of the Recommended Plugins Page in WordPress?\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=54437\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:82:\"http://wptavern.com/what-do-you-think-of-the-recommended-plugins-page-in-wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\&qu
 ot;;s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3913:\"<p>In late 2014, <a href=\"http://wptavern.com/wordpress-4-1-to-introduce-plugin-recommendations\">WordPress 4.1 added</a> a Recommended Plugins tab that takes into account the plugins you have installed and suggests plugins based on which ones are commonly used together. After nearly a year and a half since it was added, I asked the <a href=\"https://twitter.com/wptavern/status/727578470415532032\">Tavern&#8217;s Twitter followers</a> if they have ever installed plugins recommended by WordPress.</p>\n<p>I was surprised to discover that some people don&#8217;t know the tab exists.</p>\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\"><a href=\"https://twitter.com/wptavern\&
 quot;>@wptavern</a> There\'s a \"Recommended\" tab?!?</p>\n<p>&mdash; Joe Taiabjee (@joetek) <a href=\"https://twitter.com/joetek/status/727581218414407681\">May 3, 2016</a></p></blockquote>\n<p></p>\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\"><a href=\"https://twitter.com/wptavern\">@wptavern</a> I\'ve just noticed the Recommended tab. It seems to show those plugins with most Active Installs. Interesting, but a bit \'hidden\'</p>\n<p>&mdash; Alejandro Vargas S. (@Alejandro_V_S) <a href=\"https://twitter.com/Alejandro_V_S/status/727836820159930369\">May 4, 2016</a></p></blockquote>\n<p></p>\n<p>Steve Brown says the recommendations are useful.</p>\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\"&
 gt;<a href=\"https://twitter.com/wptavern\">@wptavern</a> yep :) very useful feature indeed</p>\n<p>&mdash; Steve Brown (@stevna) <a href=\"https://twitter.com/stevna/status/727681984504287232\">May 4, 2016</a></p></blockquote>\n<p></p>\n<p>Some people view the page as an opportunity for Automattic to advertise its plugins while others don&#8217;t trust the recommendations.</p>\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\"><a href=\"https://twitter.com/wptavern\">@wptavern</a> I have no needs for the Automattic plugins that are almost only being recommended there</p>\n<p>&mdash; Marko Heijnen (@markoheijnen) <a href=\"https://twitter.com/markoheijnen/status/727624592399998976\">May 3, 2016</a></p></blockquote>\n<p></p>\n<blockquote class=\&
 quot;twitter-tweet\"><p lang=\"en\" dir=\"ltr\"><a href=\"https://twitter.com/wptavern\">@wptavern</a> Once. However 10 of the plugins recommended on page 1 are untested with my version of WP. So wouldnt rely on the recommendations</p>\n<p>&mdash; WPin.me (@wp_in) <a href=\"https://twitter.com/wp_in/status/727725233843671040\">May 4, 2016</a></p></blockquote>\n<p></p>\n<p>When I viewed the recommended plugins page in 2014, the results displayed plugins that weren&#8217;t updated in years.</p>\n<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/12/RecommendedPluginsTab.png\"><img class=\"size-full wp-image-35318\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/12/RecommendedPluginsTab.png?resize=1025%2C527\" alt=\"Plugins Recommended To Me Based on Data of Sites with Similar Plugins 
 Installed\" /></a>Plugins Recommended To Me Based on Data of Sites with Similar Plugins Installed\n<p>Today, the page displays more relevant results with recently updated plugins. On the first page of results for WP Tavern, only one plugin from Automattic is recommended. The second page of results doesn&#8217;t list any plugins authored by Automattic.</p>\n<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/05/2016RecommendedPlugins.png\"><img class=\"size-full wp-image-54616\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/05/2016RecommendedPlugins.png?resize=1025%2C514\" alt=\"Recommended Plugins in 2016\" /></a>Recommended Plugin Results in 2016\n<p>To help determine how useful the recommended plugins page is, I&#8217;d like you to take this short survey. Results will be displayed on Tuesday, May 17th. In addition to the survey, you can leave your feedback in
  the comments.</p>\n<div class=\"pd-embed\" type=\"type\"></div>\n<p></p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 11 May 2016 03:19:37 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:34;a:6:{s:4:\"data\"
 ;s:13:\"\n        \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:81:\"WPTavern: Automattic is Protecting its Woo, WooThemes, and WooCommerce Trademarks\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=54645\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:89:\"http://wptavern.com/automattic-is-protecting-its-woo-woothemes
 -and-woocommerce-trademarks\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6735:\"<p>When <a href=\"http://wptavern.com/automattic-acquires-woocommerce\">Automattic acquired WooThemes in 2015</a>, it gained employees, plugins, themes, and the company&#8217;s trademarks. These trademarks include, standard character marks, logos, and specific graphics such as the Verified WooExpert badges. One of the responsibilities of a trademark owner is to protect it from infringement.</p>\n<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/05/VerifiedWooExpertServicemark.png\"><img class=\"size-full wp-image-54702\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/05/VerifiedWooExpertServicemark.png?resi
 ze=1025%2C621\" alt=\"Verified WooExpert Service Mark\" /></a>Verified WooExpert Service Mark\n<p>WooGPL is a service that provides customers with commercial themes, plugins, and extensions for WooCommerce at a discounted rate. In March, Automattic <a href=\"https://woogpl.com/woogpl-is-closing/\">sent Billy Ablett</a>, owner of <a href=\"https://woogpl.com\">WooGPL</a>, the following notice that informs him that his domain infringes the Woo and WooCommerce trademarks.</p>\n<blockquote><p>I’m writing to you on behalf of Automattic Inc. regarding your use of the Woo and WooCommerce trademarks.</p>\n<p>As you may know, Automattic owns the Woo, WooCommerce, and WooThemes brands, as well as the associated trademarks. We recently learned of https://woogpl.com, which actively makes use of our registered trademarks in both its name and promotion. We are very concerned that your use of 
 Woo and WooCommerce will create confusion by communicating that your WooCommerce products are endorsed by or associated with Automattic, when in fact it is not.</p>\n<p>While Automattic appreciates that you are providing products that build on WooCommerce open source software, that fact does not authorize you to use Woo, WooThemes or WooCommerce trademarks.</p>\n<p>To minimize user confusion and to protect our own intellectual property, we unfortunately must insist that you take prompt steps to change your domain name to something that doesn’t include &#8216;Woo&#8217; in the prefix, and change your product descriptions to avoid confusion and potentially misleading consumers to believe they are purchasing our products. An example of this would be: WooCommerce Email Customiser Pro would need to be changed to Email Customiser Pro for WooCommerce.</p>\n<p>For more information, please see our <a href=\"https://www.woothemes.com/style
 -guide/#sg-trademarks\">Trademark Guidelines</a>.</p>\n<p>While we are appreciative that you have included a disclaimer on your site, unfortunately this would not be sufficient and we would still insist that the domain name and product names be changed.</p></blockquote>\n<p>While it&#8217;s not the sole reason <a href=\"https://woogpl.com/woogpl-is-closing/\">WooGPL is shutting down</a>, the notice provides a convenient opportunity to rebrand to <a href=\"https://www.gplkit.com/\">GPL Kit</a>, something the company was already planning to do.</p>\n<p>&#8220;We would have eventually closed down WooGPL due to GPL Kit however, it would have been great to close it down on our terms when the time was right,&#8221; Daniel, who is part of the GPL Kit team told the Tavern.</p>\n<p>Daniel says that when he started WooGPL there wasn&#8217;t a trademark registered wit
 h the Woo character mark until October of 2015.</p>\n<p>A search of the United States Patent and Trademark Office for Woo contains over 1K results. However, this is the only character mark for Woo that I found. The filing date is October 22nd, 2015 and is in the approval process.</p>\n<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/WooCharacterMark.png\"><img class=\"size-full wp-image-54703\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/WooCharacterMark.png?resize=1003%2C557\" alt=\"Woo Character Mark\" /></a>Woo Character Mark\n<h2>When You Should Ask For Permission</h2>\n<p>WooThemes has a <a href=\"https://www.woothemes.com/style-guide/#sg-trademarks\">style guide</a> on its site that explains how the brand is used and has details on when Woo™, WooCommerce®, and WooThemes® names, logos, and related icons collectively known a
 s Woo Marks can be used without permission. The following chart provides some examples.</p>\n<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/PermissionChartForWooTrademarks.png\"><img class=\"size-full wp-image-54704\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/PermissionChartForWooTrademarks.png?resize=1010%2C814\" alt=\"Examples of When You Do and Don\'t Need Permission\" /></a>Examples of When You Do and Don&#8217;t Need Permission\n<p>If you&#8217;re in doubt, you can email Automattic&#8217;s trademark team  <a href=\"mailto:trademarks@automattic.com\">trademarks @ automattic.com</a> to receive clarification.</p>\n<h2>Woo&#8217;s at Risk?</h2>\n<p>There are quite a few businesses in the WordPress ecosystem that use Woo in their name and domain. <a href=\"http://www.woorockets.com/\">WooRockets&
 lt;/a> is a WooCommerce theme shop while <a href=\"http://wooassist.com/\">WooAssist</a> provides support and maintenance for store owners.</p>\n<p>I reached out to both companies to determine if Automattic sent them the same notice it sent to WooGPL. While I didn&#8217;t receive a response from WooRockets, John Gamour of WooAssist provided the Tavern with the following statement:</p>\n<blockquote><p>No, we haven&#8217;t been contacted by Automattic about that. It would be dissapointing if we were asked to change our name as our founder Nicholas Jones reached out to WooThemes before starting Wooassist and they gave the OK. We have also worked with Matt Cohen and James Koster on a project and nothing was ever mentioned about our name.</p></blockquote>\n<p>I tried to get in touch with Paul Sieminski, legal counsel for Automattic, to learn what the criteria is for violating the trademarks, who&#8217;s 
 at risk, and how long they have enforced the marks but he could not be reached for comment.</p>\n<h2>Better to be Safe Than Sorry</h2>\n<p>As WooGPL discovered, adding a disclaimer to the bottom of your sites may not be enough. Considering the cost and potential impacts of re branding a company or product, it&#8217;s important to know as soon as possible if you&#8217;re infringing a company&#8217;s trademarks.</p>\n<p>Business owners in the WooCommerce and WooThemes ecosystem should double-check the <a href=\"https://www.woothemes.com/style-guide/#sg-trademarks\">style guide</a> to make sure you&#8217;re not violating any guidelines. Owners can also take a proactive step and contact Automattic&#8217;s trademark team to determine if your business meets the requirements.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s
 :0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 10 May 2016 20:21:06 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:35;a:6:{s:4:\"data\";s:13:\"\n        \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\"
 ;a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:86:\"WPTavern: WooCommerce Releases Storefront 2.0 with Major Improvements to Mobile Design\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=54641\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:96:\"http://wptavern.com/woocommerce-releases-storefront-2-0-with-major-improvements-to-mobile-design\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0
 ;a:5:{s:4:\"data\";s:3509:\"<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/storefront-update.png\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/storefront-update.png?resize=1025%2C451\" alt=\"storefront-update\" class=\"aligncenter size-full wp-image-54669\" /></a></p>\n<p><a href=\"https://wordpress.org/themes/storefront/\" target=\"_blank\">Storefront</a>, the official WooCommerce theme built to work seamlessly with the plugin, has just passed the <a href=\"https://www.woothemes.com/2016/05/storefront-2-0-release/\" target=\"_blank\">2.0 milestone</a>. This release introduces a new &#8220;best sellers&#8221; section to the homepage and adds compatibility with the upcoming WooCommerce 2.6’s tabbed “My Account” section and the average rating widget.</p>\n<p>Th
 e most important update in Storefront 2.0 is the redesigned mobile experience. According to <a href=\"http://resources.mobify.com/50-mobile-commerce-stats.html\" target=\"_blank\">Mobify</a>, 30% of mobile shoppers will abandon a transaction if the experience is not optimized for mobile. <a href=\"http://www.themobileplaybook.com/\" target=\"_blank\">Google&#8217;s Mobile Playbook</a> says that not having a mobile optimized website is like closing your store one day each week. To keep pace with the expectations of mobile buyers, WooCommerce has drastically reduced Storefront&#8217;s mobile header height by 60% and has added the search, shopping cart, and account links to a sticky bottom menu for easy access.</p>\n<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/storefront-mobile-home.png\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05
 /storefront-mobile-home.png?resize=799%2C697\" alt=\"storefront-mobile-home\" class=\"aligncenter size-full wp-image-54671\" /></a></p>\n<p>Storefront 2.0 includes many design improvements that make the theme cleaner and more flexible. This update removes Helvetica in favor of Source Sans, which WooCommerce says gives them access to a wider variety of weights they can use to &#8220;provide greater depth and cohesion.&#8221; Other notable design changes include:</p>\n<ul>\n<li>Borders have been largely removed so that pages don’t feel quite so broken up.</li>\n<li>The breadcrumb and the main navigation are now wrapped in their own content regions, cementing them as unique components.</li>\n<li>Product reviews and comments tweaked to make them cleaner and more scannable.</li>\n<li>Blog post meta has been redesigned to include the author Gravatar.</li>\n<li>Softer d
 esign treatment for tables with colors based on the main background color.</li>\n<li>oEmbeds have been styled to match the rest of Storefront (including typography, padding, colors).</li>\n<li>Integrated WordPress 4.5’s custom logo feature so users can add a logo without using a plugin.</li>\n</ul>\n<p><a href=\"https://wordpress.org/themes/storefront/\" target=\"_blank\">Storefront</a> is active on more than 50,000 websites. There are nearly a dozen free themes on WordPress.org that use it as a parent theme and another dozen commercial themes on WooThemes.com. If you use a heavily customized Storefront child theme, you may want to test its compatibility with the 2.0 update on a development site to ensure that there are no visual surprises. If you have any ideas or recommendations for updates to Storefront, you can leave feedback on the theme&#8217;s <a href=\"http://ideas.woothemes.com/forums/27
 5029-storefront\" target=\"_blank\">idea board</a>.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 09 May 2016 22:23:17 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:36;a:6:{s:4:\"data\";s:13:\"\n \n      \n      \n      \n      \n      \n\&quo
 t;;s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"WPTavern: Timber 1.0 Is Now Available on WordPress.org\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=54396\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"http://wptavern.com/timber-1-0-is-now-available-on-wordpress-org\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\&qu
 ot;;s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5932:\"<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/timber.png\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/timber.png?resize=1025%2C405\" alt=\"timber\" class=\"aligncenter size-full wp-image-54630\" /></a></p>\n<p>Last week the creators of <a href=\"https://wordpress.org/plugins/timber-library/\" target=\"_blank\">Timber</a>, the plugin that enables WordPress theme developers to write HTML using the <a href=\"http://twig.sensiolabs.org/\" target=\"_blank\">Twig Template Engine</a>, released version 1.0 on WordPress.org. The plugin is active on more than 10,000 websites where theme authors have elected to keep P
 HP files separate from HTML. Timber is built on DRY and MVC principles to solve the problem stated in its unofficial tagline: <em>&#8220;Because WordPress is awesome, but the_loop isn&#8217;t.&#8221;</em></p>\n<p>Over the past four years, the open source project has evolved from being a starter theme to a plugin that can be added to existing themes. It is now used on <a href=\"http://upstatement.com/timber/#showcase\" target=\"_blank\">thousands of websites</a> and has 83 <a href=\"https://github.com/timber/timber/graphs/contributors\" target=\"_blank\">contributors</a> listed on GitHub.</p>\n<p>&#8220;In 2012 I was getting more into WordPress after doing lots of JS development with <a href=\"http://handlebarsjs.com/\" target=\"_blank\">Handlebars</a> (a JS templating language),&#8221; Timber creator Jared Novack said. &#8220;I w
 ent to WordCamp Providence to learn more about state-of-the-art WordPress ways. I remember thinking: &#8216;This is great, but I really miss the cleanliness of Handlebars &#8212; I wish someone would make something like that for WordPress.&#8217; That&#8217;s when I realized, I was that someone.&#8221;</p>\n<p>Novack was playing around with <a href=\"http://www.smarty.net/\" target=\"_blank\">Smarty</a> and <a href=\"https://mustache.github.io/\" target=\"_blank\">Mustache</a> before he finally discovered Fabien Potencier&#8217;s <a href=\"http://twig.sensiolabs.org/\" target=\"_blank\">Twig project</a>.</p>\n<p>&#8220;The syntax felt so natural I almost didn&#8217;t need to read the docs (don&#8217;t worry, I did),&#8221; he said. &#8220;I realized what I needed was a way to marry Twig and WordPress, and thus: Timber was
  born.&#8221;</p>\n<p>At that time Novack&#8217;s company, <a href=\"https://upstatement.com/\" target=\"_blank\">Upstatement</a>, was beginning development on a big new project for Random House to enable their marketers to generate unique sites from a library of templates. This client project became Timber&#8217;s first test case.</p>\n<p>&#8220;Originally, Timber was a parent theme, like _s. But after we completed the Random House project, I realized I wanted to apply Timber functionality to existing sites,&#8221; Novack said. &#8220;I converted it into a plugin that could be employed on existing themes which is the form it takes today.&#8221;</p>\n<p>The plugin allows designers skilled with HTML and CSS to create themes without having extensive knowledge of PHP and WordPress functions. Timber successfully powers sites like Michael Bloomberg&#8217;s <a href=\"https://www.the
 trace.org/\" target=\"_blank\">The Trace</a>, <a href=\"http://everytown.org/\" target=\"_blank\">Everytown for Gun Safety</a>, <a href=\"https://www.hoteltonight.com/\" target=\"_blank\">Hotel Tonight</a>, and the <a href=\"http://harvardlawreview.org/\" target=\"_blank\">Harvard Law Review</a>.</p>\n<h3>Timber 1.0 Puts the Project on the Path of Stability</h3>\n<p>As of Timber 1.0, developers can now include the project as a plugin or require it as a <a href=\"https://packagist.org/packages/timber/timber\" target=\"_blank\">Composer dependency</a>.</p>\n<p>&#8220;The big news is that 1.0 represents a maturing of the platform — developers can use Timber and Twig with confidence that they’re building on top of a stable and universal platform,&#8221; Novack said.</p>\n<p>This
  release sheds years of deprecated functions and methods dating back to the project&#8217;s early days in 2013. Novack said that technical and documentation debt were the biggest hurdles in getting to 1.0.</p>\n<p>&#8220;In hindsight it’s so easy to build stuff, but so hard to build a complete system,&#8221; he said. &#8220;When Timber started it was just for me and the documentation could just live in my head. I’d add and improve stuff and then live with some of the quirks.&#8221;</p>\n<p>As the project and its contributors grew, Novack found it difficult to keep up with the growing codebase while running his company. Bringing it to a place of maturity with up-to-date automated testing and documentation took nearly a year.</p>\n<p>&#8220;Backwards compatibility was also a major challenge,&#8221; Novack said. &#8220;As ideas and new code got submitted, development slowed as every decision might have implications
  for existing users. We would deprecate features, but I was hesitant to remove things that I knew were mistakes, but that people were using.&#8221;</p>\n<p>Developers are encouraged to read the <a href=\"https://github.com/timber/timber/wiki/1.0-Upgrade-Guide\" target=\"_blank\">1.0 Upgrade Guide</a>, as there may be additional steps required depending on how Timber is being used. This release adds a few new features but the most important change is the bulk removal of older sections of the codebase. The upgrade guide outlines all of the object properties and static methods that will need to be updated so that nothing breaks. In the future, Timber-powered themes will be easier to maintain, with fewer quirks and better-documented features.</p>\n<p>&#8220;The key learning for me is that the ultimate &#8216;killer feature&#8217; is stability and predictability,&#8221; Novack said. &#8220;When everything is 
 organized cleanly and developers can use the things that they would intuitively expect — that’s success.&#8221;</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 09 May 2016 17:52:38 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:37;a:6:{s:4:\"data\
 ";s:13:\"\n  \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"Post Status: WordPress Security — Draft podcast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"https://poststatus.com/?p=24378\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://poststatus.com/wordpress-security-draft-podcast/\";s:7:\"attribs\&q
 uot;;a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2296:\"<p>Welcome to the Post Status <a href=\"https://poststatus.com/category/draft\">Draft podcast</a>, which you can find <a href=\"https://itunes.apple.com/us/podcast/post-status-draft-wordpress/id976403008\">on iTunes</a>, <a href=\"http://www.stitcher.com/podcast/krogsgard/post-status-draft-wordpress-podcast\">Stitcher</a>, and <a href=\"http://simplecast.fm/podcasts/1061/rss\">via RSS</a> for your favorite podcatcher. Post Status Draft is hosted by Joe Hoyle &#8212; the CTO of Human Made &#8212; and Brian Krogsgard.</p>\n<p><span>Security &#8212; in WordPress core, distributed plugins and themes, and in our custom code &#8212; is a
  constant battle. It’s important to be vigilant with our security practices, from the perspective of managing our websites and when writing code. In this episode, Joe and Brian discuss the nature of WordPress security, best practices for writing secure code, and dig into various situations WordPress developers and site owners may run into.</span></p>\n<a href=\"https://audio.simplecast.com/37301.mp3\">https://audio.simplecast.com/37301.mp3</a>\n<p><a href=\"http://audio.simplecast.com/37301.mp3\">Direct Download</a></p>\n<h3>Links</h3>\n<ul>\n<li><a href=\"http://codex.wordpress.org/Hardening_WordPress\">Hardening WordPress</a></li>\n<li><a href=\"https://wordpress.org/about/security/\">About WordPress Security</a></li>\n<li><a href=\"https://make.wordpress.org/themes/2015/05/19/a-guide-to-writing-secure-themes-part
 -1-introduction/\">A Guide to Writing Secure Themes</a></li>\n<li><a href=\"http://ben.lobaugh.net/uploads/writing-secure-plugins-and-themes/#/\">Writing Secure Plugins &amp; Themes</a> by Ben Lobaugh</li>\n<li><a href=\"https://codex.wordpress.org/Class_Reference/wpdb\">$wpdb</a></li>\n<li><a href=\"https://wpvulndb.com/\">WP Scan</a></li>\n<li><a href=\"https://blog.sucuri.net/2015/03/understanding-wordpress-plugin-vulnerabilities.html\">Understanding Vulnerabilities</a></li>\n</ul>\n<h3>Sponsor: Pagely</h3>\n<p><a href=\"https://pagely.com\"><span>Pagely</span></a><span> offers best in class managed WordPress hosting, powered by the Amazon Cloud, the Internet’s most reliable infrastructure. Post Status is proudly hosted by Pagely. Thank you to </span>
 <a href=\"https://pagely.com\"><span>Pagely</span></a><span> for being a Post Status partner.</span></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 09 May 2016 01:01:31 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Katie Richards\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:38;a:6:{s:4:\"data\";s:13:\"\n       \n      \n      \n      \n      
 \n     \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"Matt: Apple and Podcasting\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"https://ma.tt/?p=46548\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"https://ma.tt/2016/05/apple-and-podcasting/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_e
 xplicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:557:\"<p><a href=\"https://marco.org/2016/05/07/apple-role-in-podcasting\">Marco Arment has a great take on how the decentralized nature of podcasting is a feature</a>, not a bug, and Apple being more proactive there would be harmful to the ecosystem. As an aside, since I&#8217;ve been in Houston more recently, which means driving a lot, I&#8217;ve been really loving his app <a href=\"https://overcast.fm/\">Overcast</a> and I opted in to the optional paid subscription for it. I just need to get in more of a habit of listening to podcasts outside of Houston.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\&quo
 t;data\";s:31:\"Sun, 08 May 2016 14:17:25 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:39;a:6:{s:4:\"data\";s:13:\"\n      \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:98:\"WPTavern: VersionPress 3.0 Adds New Search Feature, Bulk Undo, and Commit Tracking per 
 Environment\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=54530\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:106:\"http://wptavern.com/versionpress-3-0-adds-new-search-feature-bulk-undo-and-commit-tracking-per-environment\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3843:\"<p><a href=\"https://blog.versionpress.net/2016/04/versionpress-3-0-released/\" t
 arget=\"_blank\">VersionPress 3.0</a>, released this week, is the first version since the plugin <a href=\"http://wptavern.com/versionpress-transitions-into-a-free-open-source-project\" target=\"_blank\">became a free, open source project</a>. Creators Borek Bernard and Jan Voráček, who originally attempted to crowdfund the project and then <a href=\"http://wptavern.com/versionpress-raises-400k-in-seed-funding\" target=\"_blank\">raised $400,000 in seed funding</a>, <a href=\"http://wptavern.com/versionpress-transitions-into-a-free-open-source-project\" target=\"_blank\">announced</a> last month that they are transitioning to a public development model.</p>\n<p>The team&#8217;s goal with this release was to polish up the experience of using VersionPress in the default WordPress installation while adding more useful features. However, it is not yet read
 y for use in production, according to Bernard.</p>\n<p>&#8220;We’re still keeping VersionPress in the <a href=\"http://docs.versionpress.net/en/getting-started/about-eap\" target=\"_blank\">“early access” period</a>, because of the third party plugins integration story but on simpler sites, VersionPress already shines,&#8221; he said.</p>\n<p>One of the most notable new features in VersionPress 3.0 is the plugin&#8217;s ability to track commits with the environment where they were created. Users can view changes in the admin and easily see if they were pushed to the staging or production environment.</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/05/commit-tracking-in-environment.gif\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/05/commit-tracking-in-environment.gif?resize=725%2C347\" alt=\"commit-tracking-in-environmen
 t\" class=\"aligncenter size-full wp-image-54599\" /></a></p>\n<p>Version 3.0 also adds searching capabilities for filtering commits by author, date, commit message, and WordPress action. This release also includes a new bulk undo feature for commits and many improvements to the core versioning engine.</p>\n<h3>VersionPress 4.0 to Focus on Support for 3rd Party Plugins</h3>\n<p>One of the reasons the VersionPress team decided to go with a public development model was to mitigate the plugin&#8217;s conflicts with third-party themes and plugins. This was only possible if the opened up the codebase for contribution from other developers.</p>\n<p>&#8220;While we had most of the WordPress core covered pretty well, there was still this huge ecosystem of WordPress plugins and themes that could cause trouble to VersionPress in million different ways,&#8221; Borek said. &#8220;In the long run, the project
  had to turn into OSS should it be successful, and, fortunately, we met investors who understood this and supported our vision.&#8221;</p>\n<p>Borek and the team plan to focus on adding support for complex third party plugins in version 4.0, tentatively scheduled for mid-2016. One commenter on the post mentioned that a lack of WooCommerce support is a major thing holding him back from using VersionPress on projects. Borek confirmed that WooCommerce is high on their list of plugins they want to support.</p>\n<p>&#8220;Our goal remains the same: to take all the incredibly powerful functionality of Git and package it so that every WordPress user can use it,&#8221; Borek said.</p>\n<p>Since most site owners interested in this plugin are not running vanilla installations of WordPress, support for third party plugins will be a major leap forward for the project with the potential to greatly expand its user base. Check out VersionPress&#8
 217; <a href=\"http://docs.versionpress.net/en/release-notes/roadmap\" target=\"_blank\">roadmap</a> to follow along with its progress and see what&#8217;s next.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 06 May 2016 22:04:53 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0
 ;s:8:\"xml_lang\";s:0:\"\";}}}}}i:40;a:6:{s:4:\"data\";s:13:\"\n    \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"WPTavern: WordPress 4.5.2 Patches Two Security Vulnerabilities\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=54594\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\&qu
 ot;http://wptavern.com/wordpress-4-5-2-patches-two-security-vulnerabilities\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1441:\"<p>The WordPress core team has <a href=\"https://wordpress.org/news/2016/05/wordpress-4-5-2/\">released WordPress 4.5.2</a> which patches two security vulnerabilities in WordPress versions 4.5.1 and below. The first is a <a href=\"http://www.benhayak.com/2015/06/same-origin-method-execution-some.html\">SOME vulnerability</a> (Same-Origin Method Execution) in Plupload, the third-party library WordPress uses for uploading files. The second is a reflected cross-site-scripting vulnerability in MediaElement.js, the third-party library used for media players.</p>\n<p>Auto updates are rolling out to sit
 es but if you don&#8217;t want to wait, browse to Dashboard &gt; Updates and click the Update Now button. Mario Heiderich, Masato Kinugawa, and Filedescriptor of <a href=\"https://cure53.de/\">Cure53</a> are credited with <a href=\"https://make.wordpress.org/core/handbook/testing/reporting-security-vulnerabilities/\">responsibly disclosing</a> the vulnerabilities.</p>\n<p>In addition to the release, the core team has <a href=\"https://make.wordpress.org/core/2016/05/06/imagemagick-vulnerability-information/\">published a post</a> concerning the <a href=\"https://imagetragick.com/\">multiple vulnerabilities</a> discovered in ImageMagick, a popular image processing script used on thousands of webhosting servers. The post describes how WordPress is affected and what the team is doing to mitigate issues.</p>\n<div id=\"epoch-width-sniffer\"></div>\&quot
 ;;s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 06 May 2016 20:01:26 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:41;a:6:{s:4:\"data\";s:13:\"\n  \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:
 \"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:97:\"WPTavern: Laravel Releases Valet, a Minimalist Development Environment with Support for WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=54580\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:106:\"http://wptavern.com/laravel-releases-valet-a-minimalist-development-environment-with-support-for-wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8
 :\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3404:\"<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/05/valet-parking.jpg\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/05/valet-parking.jpg?resize=900%2C520\" alt=\"photo credit: Valet Parking, Las Vegas, NV - (license)\" class=\"size-full wp-image-54589\" /></a>photo credit: <a href=\"http://www.flickr.com/photos/55151301@N00/175606346\">Valet Parking, Las Vegas, NV</a> &#8211; <a href=\"https://creativecommons.org/licenses/by-nd/2.0/\">(license)</a>\n<p><a href=\"https://laravel.com/\" target=\"_blank\">Laravel</a>, the open source MVC PHP framework created for application development, has just released <a href=\"https://laravel.com/docs/5.2/valet\" target=\"_blank
 \">Valet</a>, a minimalist development environment for Mac. It uses just 7mb of RAM, because it doesn&#8217;t include Vagrant, Apache, Nginx, or a /etc/hosts file. Here&#8217;s how it works:</p>\n<blockquote><p>Laravel Valet configures your Mac to always run PHP&#8217;s built-in web server in the background when your machine starts. Then, using DnsMasq, Valet proxies all requests on the *.dev domain to point to sites installed on your local machine.\n</p></blockquote>\n<p>Valet supports Laravel, Lumen, Statamic, Craft, Jigsaw, and even has a driver for WordPress. It&#8217;s handy if you just need a simple, fast development environment without virtualization. Developers can also share sites publicly via local tunnels. It&#8217;s as easy as navigating to the site&#8217;s directory in the terminal and running the <code>valet share</code> command, which generates a publicly accessible URL.</p>\n&
 lt;p><a href=\"https://wppusher.com/\" target=\"_blank\">WP Pusher</a> founder Peter Suhm, who is active in both the Laravel and WordPress communities, wrote a <a href=\"http://blog.wppusher.com/a-minimalist-development-environment-for-wordpress-with-laravel-valet/\" target=\"_blank\">tutorial</a> for setting up Valet for WordPress development.</p>\n<p>&#8220;For larger apps, I generally prefer my development environment to be very similar to production,&#8221; Suhm said. &#8220;Vagrant and Docker are great for that. Valet is great for all those quick and dirty WordPress installations you need, just to test something or quickly work on an idea. If you don’t need anything else besides PHP 7 and a database, Valet is a great setup.&#8221;</p>\n<p>Since it doesn&#8217;t require a ton of dependencies, Valet is quick to set up and doesn&#8217;t require any configuration. De
 velopers don&#8217;t even need to make Valet aware that their app is WordPress &#8211; you can simply drop WordPress core files into a folder on your machine and then access the site in your browser.</p>\n<p>If you&#8217;re looking for a new lightweight development environment or just a quick way to do some PHP 7 testing for WordPress plugins, Valet may fit nicely into your workflow. You can install it using <a href=\"http://brew.sh/\" target=\"_blank\">Homebrew</a>. View the <a href=\"https://laravel.com/docs/5.2/valet#installation\" target=\"_blank\">docs</a> for installation and site setup or follow along with Suhm&#8217;s <a href=\"http://blog.wppusher.com/a-minimalist-development-environment-for-wordpress-with-laravel-valet/\" target=\"_blank\">tutorial</a>.</p>\n<p>To see a quick demo of Valet in action, check out the two-minute introduction v
 ideo created by Adam Wathan:</p>\n<div class=\"embed-wrap\"></div>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 06 May 2016 18:44:40 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:42;a:6:{s:4:\"data\";s:13:\"\n        \n      \n      \n      \n      \
 n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:79:\"WPTavern: WordPress 4.6 to Drop Open Sans in the Admin in Favor of System Fonts\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=54507\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:89:\"http://wptavern.com/wordpress-4-6-to-drop-open-sans-in-the-admin-in-favor-of-system-fonts\&qu
 ot;;s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2130:\"<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/05/system-fonts-firefox-osx.png\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/05/system-fonts-firefox-osx.png?resize=1025%2C450\" alt=\"system-fonts-firefox-osx\" class=\"aligncenter size-full wp-image-54575\" /></a></p>\n<p>WordPress 4.6 will bid farewell to Open Sans in the admin in favor of using system fonts. Open Sans, which loads from Google Fonts as an external resource, has been in use in the admin since 2013.</p>\n<p>&#8220;At the time of introduction in 3.8, there were not good system fonts common to all platforms at the time,&#8221; WordPress 
 lead developer <a href=\"http://helenhousandi.com/\" target=\"_blank\">Helen Hou-Sandí</a> said in her <a href=\"https://core.trac.wordpress.org/changeset/37361\" target=\"_blank\">commit</a> message. &#8220;In the years since, Windows, Android, OS X, iOS, Firefox OS, and various flavors of Linux have all gotten their own (good) system UI fonts.&#8221;</p>\n<p>Now that the admin doesn&#8217;t have to load fonts from Google, it should feel faster and will provide a better experience for developers who are working offline.</p>\n<p>Dropping Open Sans originated as part of the <a href=\"https://make.wordpress.org/core/features/font-natively/\" target=\"_blank\">Font Natively</a> feature project led by WordPress designer <a href=\"https://mattmiklic.com/\" target=\"_blank\">Matt Miklic</a>, Mark Uraine, and Helen Hou-Sandí. 
 The project page provides screenshots for the WP admin with Open Sans in Firefox on OSX vs the admin with system fonts, but the team noted that they are in need of more screenshots from different environments.</p>\n<p>Anytime that WordPress can shed a third-party dependency while improving the experience in the admin is a win for everyone. The commit comes early in the release cycle in order to get more people testing for misalignments and any other issues. Feel free to report any bugs you experience with the change, as work is still ongoing on the <a href=\"https://core.trac.wordpress.org/ticket/36753\" target=\"_blank\">ticket</a>.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:
 31:\"Thu, 05 May 2016 20:50:27 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:43;a:6:{s:4:\"data\";s:13:\"\n    \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"WPTavern: Ninja Forms Update Patches Critical Security Vulnerability\";s:7:\"attrib
 s\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=54556\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:78:\"http://wptavern.com/ninja-forms-update-patches-critical-security-vulnerability\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4325:\"<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/03/NinjaFormsFeaturedImage.png\"><img class=\"aligncenter size-full 
 wp-image-40019\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/03/NinjaFormsFeaturedImage.png?resize=840%2C273\" alt=\"Ninja Forms Featured Image\" /></a><a href=\"https://wordpress.org/plugins/ninja-forms/\">Ninja Forms</a>, a popular plugin active on more than 500K websites, released an update 48 hours ago that addresses a critical security vulnerability. Wordfence <a href=\"https://www.wordfence.com/blog/2016/05/ninja-forms-shell-upload-vulnerability-high-risk/\">is reporting</a> that Ninja Forms versions 2.9.36 to 2.9.42 contain multiple security vulnerabilities.</p>\n<p>One of the vulnerabilities allows an attacker to upload and execute code remotely on WordPress sites. The only information needed to exploit the vulnerability is the URL of the target site that&#8217;s using a form powered by an affected version of Ninja Forms.</p>\n<p>Kevin Stover, CTO of Ninj
 a Forms, explains to the Tavern how they discovered the vulnerabilities:</p>\n<blockquote><p>About two weeks ago, we were contacted by a security researcher, James Golovich, regarding a file upload issue within Ninja Forms. He demonstrated that it was possible to upload an arbitrary file using some test code that hadn’t been removed during our build process.</p>\n<p>We realised that the test code had accidentally been utilised in other areas of the plugin, and we immediately began working on a fix. While the issue was being patched, we reached out to the devs at the <a href=\"http://wordpress.org/\" target=\"_blank\" rel=\"noreferrer\">WordPress.org</a> repo and began the processes of preparing for auto updating users of the affected versions.</p>\n<p>Once the patch had been tested, we pushed version 2.9.43 and .1 versions of 2.9.36 &#8211; 2.9.42. Shortly after, <a href=\"http://wordpr
 ess.org/\" target=\"_blank\" rel=\"noreferrer\">WordPress.org</a> began pushing out automatic updates.</p></blockquote>\n<p>As to why there wasn&#8217;t a post published immediately on the official <a href=\"https://ninjaforms.com/blog/\">Ninja Forms blog</a> announcing the update, &#8220;We didn’t want to go public with the vulnerability until our users had time to update, both to the newest version and the .1 versions,&#8221; Stover said.</p>\n<p>&#8220;James Golovich&#8217;s responsible disclosure gave us time to fix the issue and for our users to update to safe versions before disclosing the vulnerability on his site,&#8221; he said. The company has since <a href=\"https://ninjaforms.com/important-security-update-always-hurt-ones-love/\">published a blog post </a>concerning the update.</p>\n<p>Working with the WordPress security team, 
 automatic updates started rolling out on Tuesday, May 3rd. If automatic plugin updates are disabled, you&#8217;re highly encouraged to update manually to 2.9.45 as soon as possible. The Ninja Forms team is also working with a number of large webhosts to ensure as many sites as possible are updated.</p>\n<p>Wordfence is not detecting wide-spread exploitation but this could change in the next few days as details of the exploit emerge.</p>\n<p>When it comes to security vulnerabilities, the ability to upload and execute code remotely is about as severe as it gets. Golovich is credited with <a href=\"http://www.pritect.net/blog/ninja-forms-2-9-42-critical-security-vulnerabilities\">responsibly disclosing</a> the vulnerability to the Ninja Forms team. He also provides technical details of each vulnerability, most of which are in the Ninja Forms 3.0 code base.</p>\n<p>According to Golovich, the most vulnerable code is a proof of
  concept:</p>\n<blockquote><p>The following vulnerable code was, according to Kyle Johnson of the WP Ninjas team &#8216;not a live feature of Ninja Forms, but was more of a proof of concept for a future free feature.&#8217; Unfortunately, even proof of concept code that is accessible is still vulnerable to attack. This is the most critical vulnerability here because it potentially allows an attacker to execute arbitrary php code on a site.</p></blockquote>\n<p>Users should update as soon as possible as it&#8217;s only a matter of time before tools are created that can easily take advantage of the exploit.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 05 May 201
 6 20:46:19 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:44;a:6:{s:4:\"data\";s:13:\"\n     \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"WPTavern: WordPress.org Support Forums Adds Accessibility Section\";s:7:\"attribs\";a:0:{}s:8:\"xm
 l_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=54472\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"http://wptavern.com/wordpress-org-support-forums-adds-accessibility-section\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3619:\"<p>Earlier this year, the WordPress project made a huge move by <a href=\"http://wptavern.com/wordpress-adopts-accessibility-coding-standards-for-all-new-and-updated-code\">a
 dopting accessibility coding standards</a> for new and updated code. If you&#8217;re struggling to meet <a href=\"https://www.w3.org/WAI/intro/wcag\">WCAG 2.0 guidelines</a> in your WordPress projects and need help, check out the new <a href=\"https://wordpress.org/support/forum/accessibility\">Accessibility section</a> in the WordPress.org support forums.</p>\n<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/WPAccessibilitySupport.png\"><img class=\"size-full wp-image-54551\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/WPAccessibilitySupport.png?resize=1025%2C487\" alt=\"WordPress Accessibility Support\" /></a>WordPress Accessibility Support\n<p>Amanda Rush, who helps WordPress developers make their themes and plugins accessible, says the forum is the result of a conversation with a support team member at WordCamp Atlanta.&
 lt;/p>\n<p>&#8220;I <span class=\"message_body\">mentioned that part of what makes the job difficult when it comes to making WordPress accessible is stopping during our work to answer occasional questions.<br />\n</span></p>\n<p>&#8220;Most of the time the answer is not a quick one, because in the case of screen reader users, you have to first find out how well they can use their tech, how familiar they are with WordPress itself, and if neither of those chances are high, you spend time giving them a crash course in either one or both, and then answer their question,&#8221; <span class=\"message_body\">Rush said. </span></p>\n<p>Most of the people on the <a href=\"https://make.wordpress.org/accessibility/\">WordPress Accessibility team</a> are volunteers with full-time jobs which limits their ability to provide one-on-one support. Many of the support queries come throu
 gh email or direct messages to individuals on the team. The forum enables everyone to participate in the support process.</p>\n<p>&#8220;If people ask their questions publicly, I or others not necessarily on the Accessibility Team can answer, and the answers are then public,&#8221; Rush said.</p>\n<p>&#8220;We have a pattern library on GitHub, which we all contribute to when we have time. But there are all kinds of solutions being passed around on Twitter and spread across other people&#8217;s GitHub accounts. So if someone asks a question like that, we can either point to something in specific cases, which is most of them, there&#8217;s probably already a specific solution that someone&#8217;s built, and we can link to that,&#8221; Rush told the Tavern.</p>\n<p>The accessibility support forum also comes with a side benefit, &#8220;W<span class=\"message_body\">e don&#8217;t have to say no all th
 e time when people ask for support, or what looks like all the time to some people. Everyone can help each other </span><span class=\"message_body\">out and Google has a public resource,&#8221; Rush said.<br />\n</span></p>\n<p>The support forum comes at a time where accessibility is an increasingly important part of web development. For example, the European Union <a href=\"http://europa.eu/rapid/press-release_IP-16-1654_en.htm\">recently agreed to new rules</a> that will make public sector websites and apps more accessible.</p>\n<p>If you have any questions related to accessibility, you can post them on the forum. If you have experience and knowledge in the accessibility field, consider answering questions as it&#8217;s a great way to contribute to the WordPress project.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml
 _base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 05 May 2016 20:13:11 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:45;a:6:{s:4:\"data\";s:13:\"\n  \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:
 \"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:110:\"WPTavern: Font Awesome CDN Now in Beta, Loads Icons Asynchronously with Automatic Accessibility Best Practices\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=54509\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:119:\"http://wptavern.com/font-awesome-cdn-now-in-beta-loads-icons-asynchronously-with-automatic-accessibility-best-practices\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\&quo
 t;;s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2903:\"<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/05/font-awesome.png\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/05/font-awesome.png?resize=1025%2C326\" alt=\"font-awesome\" class=\"aligncenter size-full wp-image-54532\" /></a></p>\n<p><a href=\"https://fortawesome.github.io/Font-Awesome/\" target=\"_blank\">Font Awesome</a>, the open source vector icon collection used by more than 300 plugins on WordPress.org and many free and commercial themes, <a href=\"https://articles.fortawesome.com/announcing-font-awesome-cdn-81773e0b301f#.egol888o7\" target=\"_blank\">announced the beta release of its new CDN</a>. Developers can now add a single line of code to bring the icons and CSS toolkit into their projec
 ts.</p>\n<p>The icon files and CSS are hosted by <a href=\"https://www.maxcdn.com/\" target=\"_blank\">MaxCDN</a>, which serves a cached version that loads quickly on websites that use Font Awesome. The CDN uses <a href=\"https://github.com/typekit/webfontloader\" target=\"_blank\">Web Font Loader</a>, which was co-developed by Google and Typekit, to load the icons asynchronously. This also gives developers <a href=\"https://github.com/typekit/webfontloader#events\" target=\"_blank\">CSS and JavaScript events</a> to hook into on loading.</p>\n<p><a href=\"http://wptavern.com/font-awesome-4-6-0-adds-new-accessibility-icons-category\" target=\"_blank\">FontAwesome 4.6 added a new accessibility icon category</a> and the new CDN helps to automate outputting the correct markup. If the icon you&#8217;re using has semantic meaning, incl
 uding an accurate title attribute with the inline icon will trigger Font Awesome&#8217;s JS to do the rest.</p>\n<p>Font Awesome requires an email address from those want to use the CDN so it can issue a unique embed code for each. Developers also have the option to register a Font Awesome CDN account to keep track of sites and apps where they are using the icons, and manage multiple embed codes. Once logged in, you can enable or disable auto-accessibility, asynchronous icon loading, easy updates to newer Font Awesome versions, and CSS or JS embed.</p>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/05/font-awesome-account.png\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/05/font-awesome-account.png?resize=1025%2C865\" alt=\"font-awesome-account\" class=\"aligncenter size-full wp-image-54543\" /></a></p>\n<p>One of the most convenient reasons to 
 use the CDN is to simplify updates. WordPress plugin and theme developers do not have to bump versions or push any code to use the latest version. Font Awesome version changes can be triggered on an individual basis for each embed code in a developer&#8217;s account dashboard. Check out the instructions at <a href=\"https://cdn.fontawesome.com/\" target=\"_blank\">cdn.fontawesome.com</a> to get your project hooked up.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 05 May 2016 18:09:31 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\&quot
 ;http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:46;a:6:{s:4:\"data\";s:13:\"\n        \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:50:\"WP Mobile Apps: WordPress for Android: Version 5.3\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://apps.wordpress.co
 m/?p=3352\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"https://apps.wordpress.com/2016/05/05/wordpress-for-android-version-5-3/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3203:\"<p>Hello WordPress users! <a href=\"https://play.google.com/store/apps/details?id=org.wordpress.android\" target=\"_blank\">Version 5.3 of the WordPress for Android app</a> is now available in the Google Play Store.</p>\n<h1>Account Settings and App Settings</h1>\n<p>We split the old Account Settings into two distinct screens: Account Settings f
 or everything related to your account, and App Settings for everything specific to the App, like the interface language, PIN lock, and Analytics opt-out.</p>\n<p><img class=\"alignnone size-full wp-image-3354\" src=\"https://apps.files.wordpress.com/2016/04/screenshot-2016-04-04_15-43-50-172.png?w=640\" alt=\"screenshot-2016-04-04_15.43.50.172\" /></p>\n<h1>Delete WordPress.com site</h1>\n<p>With 5.3, you can now export your content (posts, pages, and settings) by email and delete your WordPress.com site from the app.</p>\n<p><img class=\"alignnone size-full wp-image-3356\" src=\"https://apps.files.wordpress.com/2016/04/screenshot-2016-04-04_15-45-34-504.png?w=640\" alt=\"screenshot-2016-04-04_15.45.34.504\" /></p>\n<h1>Other Changes</h1>\n<p>Version 5.3 also comes with a few other enhancements:</p>\n<ul>\n<li>New styling 
 of the action bar in the Reader.</li>\n<li>If you made changes to a post, you&#8217;ll see a confirmation blink on <strong>Blog Posts</strong> when returning to the <strong>My site</strong> screen.</li>\n<li>Better styling of the Post and Page Preview screen.</li>\n<li>An updated support tool reduces crashes.</li>\n</ul>\n\n<a href=\"https://apps.wordpress.com/2016/05/05/wordpress-for-android-version-5-3/screenshot-2016-04-04_15-59-35-639/\"><img width=\"84\" height=\"150\" src=\"https://apps.files.wordpress.com/2016/04/screenshot-2016-04-04_15-59-35-639.png?w=84&h=150\" class=\"attachment-thumbnail size-thumbnail\" alt=\"screenshot-2016-04-04_15.59.35.639\" /></a>\n<a href=\"https://apps.wordpress.com/2016/05/05/wordpress-for-android-version-5-3/screenshot-2016-04-04_16-01-41-971/\"><img width=\"84\&
 quot; height=\"150\" src=\"https://apps.files.wordpress.com/2016/04/screenshot-2016-04-04_16-01-41-971.png?w=84&h=150\" class=\"attachment-thumbnail size-thumbnail\" alt=\"screenshot-2016-04-04_16.01.41.971\" /></a>\n\n<p>We&#8217;re working hard on new features for the next version &#8212; you can track our development progress for the next release by visiting <a href=\"https://github.com/wordpress-mobile/WordPress-Android/milestones/5.4\">our 5.4 milestone on GitHub</a>.</p>\n<h1>Thank you</h1>\n<p>Thanks to our contributors: <a href=\"https://github.com/aforcier\">@aforcier</a>, <a href=\"https://github.com/daniloercoli\">@daniloercoli</a>, <a href=\"https://github.com/hypest\">@hypest</a>, <a href=\"https://github.com/kwonye\">@kwonye</a>, <a href=\"https://github.com/maxm
 e\">@maxme</a>, <a href=\"https://github.com/mzorz\">@mzorz</a>, <a href=\"https://github.com/nbradbury\">@nbradbury</a>, <a href=\"https://github.com/oguzkocer\">@oguzkocer</a>, <a href=\"https://github.com/rishabh7m\">@rishabh7m</a>, <a href=\"https://github.com/roundhill\">@roundhill</a>, and <a href=\"https://github.com/tonyr59h\">@tonyr59h</a>.</p><img alt=\"\" border=\"0\" src=\"https://pixel.wp.com/b.gif?host=apps.wordpress.com&blog=108068616&post=3352&subd=apps&ref=&feed=1\" width=\"1\" height=\"1\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu,
  05 May 2016 08:57:23 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"Maxime\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:47;a:6:{s:4:\"data\";s:13:\"\n  \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"WPTavern: WPWeekly Episode 233 – Recap of WordCamp Chicago 2016\";s:7:\"attribs\";a:0:{}s:8:\&quot
 ;xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"http://wptavern.com?p=54518&preview_id=54518\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"http://wptavern.com/wpweekly-episode-233-recap-of-wordcamp-chicago-2016\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2903:\"<p>On this episode of WordPress Weekly, I describe my experience attending WordCamp Chicago 2016 this past weekend. Marcus Couch and I then discuss the news of the week in
 cluding a new tool that helps WordCamp organizers create customized name badges.</p>\n<p>We also have a lengthy discussion on the freemium business model and how it&#8217;s affecting users of themes and plugins downloaded from the official directories. Last but not least, we talk about WooCommerce Connect, a new SaaS tool from Automattic that has a tight relationship with Jetpack.</p>\n<h2>Stories Discussed:</h2>\n<p><a href=\"http://wptavern.com/wordcamp-organizers-get-new-tool-for-creating-personalized-wordcamp-badges\">WordCamp Organizers Get New Tool for Creating Personalized WordCamp Badges</a><br />\n<a href=\"http://wptavern.com/wordpress-is-now-100-translated-into-marathi\">WordPress is Now 100% Translated Into Marathi</a><br />\n<a href=\"http://wptavern.com/templatic-hacked-files-and-databases-compromised\">Templatic Hacked, Files and Databases Compromised</a&
 gt;<br />\n<a href=\"http://wptavern.com/wordpress-theme-review-team-votes-on-new-guidelines-to-ban-obtrusive-upselling\">WordPress Theme Review Team Votes on New Guidelines to Ban Obtrusive Upselling</a><br />\n<a href=\"http://wptavern.com/automattic-introduces-woocommerce-connect-hosted-components-for-e-commerce\">Automattic Introduces WooCommerce Connect, Hosted Components for E-Commerce</a></p>\n<h2>Plugins Picked By Marcus:</h2>\n<p><a href=\"https://wordpress.org/plugins/rss-feed-canceller/\">RSS Feed Canceller </a>provides more control over your RSS feed. You can turn it on or off per post and control whether or not a post is excluded from the feed.</p>\n<p><a href=\"https://wordpress.org/plugins/tld-woocommerce-downloadable-product-update-emails/\">TLD WooCommerce Downloadable Product Update Emails</a> is a simple plugin that notifies custo
 mers who purchased a downloadable product via email that there&#8217;s an update available.</p>\n<p><a href=\"https://wordpress.org/plugins/inline-click-to-tweet/\">Inline Click To Tweet</a> allows authors to highlight text from within the visual editor and make it tweetable by clicking within the post or page.</p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Wednesday, May 11th 9:30 P.M. Eastern</p>\n<p><strong>Subscribe To WPWeekly Via Itunes: </strong><a href=\"https://itunes.apple.com/us/podcast/wordpress-weekly/id694849738\" target=\"_blank\">Click here to subscribe</a></p>\n<p><strong>Subscribe To WPWeekly Via RSS: </strong><a href=\"http://www.wptavern.com/feed/podcast\" target=\"_blank\">Click here to subscribe</a></p>\n<p><strong>Subscribe To WPWeekly Via Sti
 tcher Radio: </strong><a href=\"http://www.stitcher.com/podcast/wordpress-weekly-podcast?refid=stpr\" target=\"_blank\">Click here to subscribe</a></p>\n<p><strong>Listen To Episode #233:</strong><br />\n</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 05 May 2016 08:46:25 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"
 xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:48;a:6:{s:4:\"data\";s:13:\"\n \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"WPTavern: WordCamp Chicago 2016 Was a Deep Dish of Fun\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=54453\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:
 4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"http://wptavern.com/wordcamp-chicago-2016-was-a-deep-dish-of-fun\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5547:\"<p><a href=\"https://2016.chicago.wordcamp.org/\">WordCamp Chicago 2016</a> was held at University Center in the heart of Chicago, IL, where more than 300 attendees spent the weekend learning about WordPress. The event was organized by Ryan Erwin and a <a href=\"https://2016.chicago.wordcamp.org/organizers/\">team of volunteers. </a></p>\n<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/05/JJJWCChicago2016.jpg\"><img class=\"size-full wp-image-54500\" src=\"http://i0.wp.com/wptavern.com/wp-conten
 t/uploads/2016/05/JJJWCChicago2016.jpg?resize=1024%2C768\" alt=\"John James Jacoby talking about bbPress and BuddyPress\" /></a>John James Jacoby talking about bbPress and BuddyPress\n<p>Tracks were split up into three separate rooms limiting the amount of background noise during sessions. Giving attendees a schedule is handled differently at most camps. Some provide a paper schedule while others put it on the back of the name badge.</p>\n<p>At WordCamp Chicago, schedule boards were displayed outside each room that corresponded with a track number. This made it easier for attendees to determine if they wanted to stay in the room for the next session.</p>\n<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/WCChicago2016Schedule.jpg\"><img class=\"size-full wp-image-54501\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/WCChicago2016Schedule.jpg?resize=1024%2C1365\" a
 lt=\"Schedule Board Outside The Room Hosting Track 1\" /></a>Schedule Board Outside The Room Hosting Track 1\n<p>WordCamps are a great way to stress test a venue&#8217;s network but the WiFi at WordCamp Chicago was flawless. I didn&#8217;t experience any issues and it remained fast throughout the event. I didn&#8217;t stick around for lunch as there are plenty of lunch options available within walking distance of the venue.</p>\n<h2>The After Party</h2>\n<p>Most WordCamps host an after party at a restaurant, bar, or other establishment away from the venue. WordCamp Chicago&#8217;s after party was held at the venue. It included, non-alcoholic and alcoholic drinks, food, and card games on each table. It was fun mingling and networking with people without having to compete with blaring music or a loud atmosphere.</p>\n<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/05/WCChicago2016AfterParty.
 jpg\"><img class=\"size-full wp-image-54503\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/05/WCChicago2016AfterParty.jpg?resize=1024%2C768\" alt=\"WordCamp Chicago 2016 After Party\" /></a>WordCamp Chicago 2016 After Party\n<p>Out of all the sessions I attended, my favorite is <a href=\"https://2016.chicago.wordcamp.org/session/disastrous-deals-to-profitable-projects-comparing-my-best-and-worst-client-experiences/\">by Kyle Maurer,</a> who shared experiences and advice from <a href=\"http://realbigmarketing.com/\">building client websites</a> over the years.</p>\n<p>One of the biggest pieces of advice he shared is to build direct relationships with clients. No one is going to fight your battles as much as you and third-parties are unlikely to stick their neck out. Managing direct relationships leads to trust, referrals, and being rehired to do additional wo
 rk.</p>\n<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/05/KyleMaurerSlideWCChicago2016.jpg\"><img class=\"size-full wp-image-54504\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/05/KyleMaurerSlideWCChicago2016.jpg?resize=1024%2C768\" alt=\"A Slide from Kyle Maurer\'s Presentation\" /></a>A Slide from Kyle Maurer&#8217;s Presentation\n<p>His session contains a lot of great information and I highly encourage you to watch it when it&#8217;s published on WordPress.tv.</p>\n<h2>WordCamps Offer a Lot of Value For The Price</h2>\n<p>Throughout the event, I spoke to a number of people and noted the following. Many attendees said they received more value than expected paying $40 a ticket. Some have spent hundreds of dollars on conference tickets and didn&#8217;t enjoy themselves or come away with nearly as much information.</p>\n<p>I discovere
 d a number of attendees are part of one or more WordPress meetup groups. According to Meetup.com, there are at least <a href=\"http://www.meetup.com/find/?allMeetups=false&keywords=Chicago+WordPress&radius=25&userFreeform=chicago+I&mcId=c60601&change=yes&sort=recommended&eventFilter=mysugg\">four WordPress groups </a>with hundreds of members spread throughout the Chicago area. It&#8217;s a strong indication that the WordPress community in Chicago is thriving and supportive of each other.</p>\n<h2>WordCamp Chicago in 2017</h2>\n<p>It was a pleasure attending WordCamp Chicago and making new friends. I especially enjoyed speaking to WordPress Weekly listeners and getting their feedback. Also for those wondering, I satisfied my craving for deep-dish pizza via <a href=\"http://www.loumalnatis.com/arizona-phoenix\">Lou Malnati&#8217;s</a>. The pizza tastes better than I remembered. If y
 ou&#8217;re ever in the Chicago area, you have to try Lou Malnati&#8217;s pizza.</p>\n<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/TheLou.jpg\"><img class=\"size-full wp-image-54505\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/TheLou.jpg?resize=1024%2C768\" alt=\"The Lou!\" /></a>The Lou!\n<p>Everyone involved with WordCamp Chicago 2016 did a great job. If you didn&#8217;t get a chance to attend this year, don&#8217;t worry. After taking a break for a few weeks, the organizing team plans to begin organizing WordCamp Chicago 2017.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 05 May 
 2016 03:00:06 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:49;a:6:{s:4:\"data\";s:13:\"\n  \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:85:\"WPTavern: Automattic Introduces WooCommerce Connect, Hosted Components for E-Commerce\";s:7:\"attribs\&qu
 ot;;a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=54476\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:94:\"http://wptavern.com/automattic-introduces-woocommerce-connect-hosted-components-for-e-commerce\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5426:\"<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/woocommerce-logo.png\"><img src=\"http://i2.wp.com/wpt
 avern.com/wp-content/uploads/2016/05/woocommerce-logo.png?resize=1025%2C466\" alt=\"woocommerce-logo\" class=\"aligncenter size-full wp-image-54492\" /></a></p>\n<p><a href=\"https://www.woothemes.com/woocommerce/\" target=\"_blank\">WooCommerce</a> is the current leader in e-commerce software, capturing <a href=\"https://wappalyzer.com/categories/ecommerce\" target=\"_blank\">31% of the market</a>, thanks to its relatively user-friendly interface and connection to WordPress. However, setting up a WooCommerce site, or any e-commerce site for that matter, is not for the faint of heart, no matter how user-friendly the software. It requires knowledge of hosting, PCI compliance, payment gateways, SSL certificates, shipping methods, tax, and more.</p>\n<p>When <a href=\"http://wptavern.com/automattic-acquires-woocommerce\" target=\"_blank\">A
 utomattic acquired WooCommerce</a> last May, the company accepted the challenge to make it as easy to create stores online as WordPress.com has done for websites.</p>\n<p>“I believe that the web needs an open, independent and easy-to-use commerce platform that you can run yourself on your own website,” Matt Mullenweg said in his <a href=\"https://www.youtube.com/watch?v=xJOfTB8-daA\" target=\"_blank\">video</a> announcement of the acquisition.</p>\n<p>Automattic has been working to simplify selling with WooCommerce and today the company announced <a href=\"https://www.woothemes.com/2016/05/woocommerce-connect-announcement/\" target=\"_blank\">WooCommerce Connect</a>, the secret project that Mullenweg <a href=\"https://twitter.com/WooConf/status/717725650916741120\" target=\"_blank\">hinted</a> at during WooConf.</p>\n<p>WC Connect is WooCommer
 ce&#8217;s new Automattic-hosted SaaS architecture that was created to offer store features in a more user-friendly way. It is built on the WP REST API and offers a simplified Calypso-style interface for configuring options.</p>\n<p>The first service offered via the alpha version of WC Connect is real-time USPS shipping rates for US-based stores. It eliminates the need for a USPS API key as well as a subscription key from WooCommerce. One of the advantages for the user is that there are fewer software updates to install for extensions, as all the code is maintained on Automattic&#8217;s servers.</p>\n<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/usps-wc-connect.png\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/usps-wc-connect.png?resize=650%2C362\" alt=\"usps-wc-connect\" class=\"aligncenter size-full wp-image-54493\" /></a></p>\n<h3>W
 hat&#8217;s Next for WooCommerce Connect?</h3>\n<p>If the testing goes well, WooCommerce plans to roll Connect into the plugin&#8217;s core to make it easier to serve more hosted e-commerce components. The team is also working on expanding shipping options for the beta.</p>\n<p>&#8220;In the near future we hope to integrate with further shipping services, most likely Canada Post next,&#8221; said WooThemes co-founder <a href=\"https://twitter.com/mark_forrester\" target=\"_blank\">Mark Forrester</a>. &#8220;Shipping and payment options seem the logical place for us to start.&#8221;</p>\n<p>Forrester confirmed that while the USPS shipping method is free, WooThemes is exploring monetizing other service offerings in the future. If WC Connect has a successful beta period, the team will consider using the same model for offering payment gateways in the future.</p>\n<p>&#8220;Settin
 g up payments for your store should be simple and behind the scenes,&#8221; Forrester said. &#8220;We believe we can offer better options for our customers working closely with payment partners and using connected services.&#8221;</p>\n<p>Forrester said that the team hopes WC Connect can be baked into WooCommerce core soon, but they will make the decision based on user feedback from the alpha/beta period.</p>\n<p>Those who create WooCommerce extensions and depend on its ecosystem may be wondering whether the SaaS model will overtake the plugin entirely. Last May, during his WooCommerce Q&amp;A, Matt Mullenweg <a href=\"https://ma.tt/2015/05/woomattic/#comment-583541\" target=\"_blank\">confirmed</a> that Automattic is not moving towards a 100% SaaS model.</p>\n<p>&#8220;If or when we do SAAS, the plugin isn’t going away, it’ll continue as it has,&#8221; Mullenweg said.</p>\n<p&gt
 ;WooCommerce is not being rolled into Jetpack, as many suspected when Automattic acquired the product. However, WC Connect does require users to connect to WordPress.com via Jetpack.</p>\n<p>&#8220;We feel it makes sense to leverage the code/infrastructure of one of the most powerful WordPress connected services,&#8221; Forrester said.</p>\n<p>The team is aiming to make WC Connect a simpler way to connect services to online stores without users having to leave their WooCommerce dashboards. Many store owners would rather pay for hosted software they don&#8217;t have to update as opposed to self-hosted extensions that require regular maintenance.</p>\n<p>If the strategy of offering hosted e-commmerce components succeeds at making store management easier for non-developers, Automattic will be able to profit from offering compelling commercial WC Connect services, such as payment gateways, and expand WooCommerce&#8217;s global reach.&l
 t;/p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 04 May 2016 22:20:21 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";a:10:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:2
 9:\"Mon, 06 Jun 2016 18:38:20 GMT\";s:12:\"content-type\";s:8:\"text/xml\";s:14:\"content-length\";s:6:\"228016\";s:10:\"connection\";s:5:\"close\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:13:\"last-modified\";s:29:\"Mon, 06 Jun 2016 18:30:18 GMT\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:11:\"HIT lax 250\";s:13:\"accept-ranges\";s:5:\"bytes\";}s:5:\"build\";s:14:\"20160606161022\";}','no'),(2053,'_transient_timeout_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9','1465281500','no'),(2054,'_transient_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9','1465238300','no'),(2055,'_transient_timeout_dash_88ae138922fe95674369b1cb3d215a2b','1465281500','no'),(2056,'_transient_dash_88ae138922fe95674369b1cb3d215a2b','<div class=\"rss-widget\"><ul><li><a class=\'rsswidget
 \' href=\'https://wordpress.org/news/2016/05/wordpress-4-5-2/\'>WordPress 4.5.2 Security Release</a> <span class=\"rss-date\">May 6, 2016</span><div class=\"rssSummary\">WordPress 4.5.2 is now available. This is a security release for all previous versions and we strongly encourage you to update your sites immediately. WordPress versions 4.5.1 and earlier are affected by a SOME vulnerability through Plupload, the third-party library WordPress uses for uploading files. WordPress versions 4.2 through 4.5.1 are vulnerable to reflected XSS [&hellip;]</div></li></ul></div><div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://apps.wordpress.com/2016/06/01/wordpress-for-android-version-5-4/\'>WP Mobile Apps: WordPress for Android: Version 5.4</a></li><li><a class=\'rsswidget\' href=\'http://wptavern.com/wordcamp-incubator-program-to-launch-in-i
 ndonesia-zimbabwe-and-columbia\'>WPTavern: WordCamp Incubator Program to Launch in Indonesia, Zimbabwe, and Colombia</a></li><li><a class=\'rsswidget\' href=\'http://z9.io/2016/05/27/wordpress-is-thirteen/\'>Donncha: WordPress is thirteen!</a></li></ul></div>','no'),(2060,'_transient_is_multi_author','0','yes');
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+INSERT INTO `wc_11_options` VALUES (1,'siteurl','http://2014.misc.wordcamp.test','yes'),(2,'blogname','Miscellaneous','yes'),(3,'blogdescription','Testing CampTix, shortcodes and other random things','yes'),(4,'users_can_register','0','yes'),(5,'admin_email','foo@example.org','yes'),(6,'start_of_week','1','yes'),(7,'use_balanceTags','0','yes'),(8,'use_smilies','1','yes'),(9,'require_name_email','1','yes'),(10,'comments_notify','1','yes'),(11,'posts_per_rss','10','yes'),(12,'rss_use_excerpt','0','yes'),(13,'mailserver_url','mail.example.com','yes'),(14,'mailserver_login','login@example.com','yes'),(15,'mailserver_pass','password','yes'),(16,'mailserver_port','110','yes'),(17,'default_category','1','yes'),(18,'default_comment_status','open','yes'),(19,'default_ping_status','open','yes'),(20,'default_pingback_flag','1','yes'),(21,'posts_per_page','10','yes'),(22,'date_format','F j, Y','yes')
 ,(23,'time_format','g:i a','yes'),(24,'links_updated_date_format','F j, Y g:i a','yes'),(28,'comment_moderation','0','yes'),(29,'moderation_notify','1','yes'),(30,'permalink_structure','/%year%/%monthnum%/%day%/%postname%/','yes'),(32,'hack_file','0','yes'),(33,'blog_charset','UTF-8','yes'),(34,'moderation_keys','','no'),(35,'active_plugins','a:2:{i:0;s:19:\"camptix/camptix.php\";i:1;s:21:\"wc-fonts/wc-fonts.php\";}','yes'),(36,'home','http://2014.misc.wordcamp.test','yes'),(37,'category_base','','yes'),(38,'ping_sites','http://rpc.pingomatic.com/','yes'),(40,'comment_max_links','2','yes'),(41,'gmt_offset','0','yes'),(42,'default_email_category','1','yes'),(43,'recently_edited','','no'),(44,'template','twentythirteen','yes'),(45,'stylesheet','twentythirteen','yes'),(46,'comment_whitelist','1','yes'),(47,'blacklist_keys','','no'),(48,'comment_registration','0','yes'),(49,'html_type','text/html','yes'),(50,'use_trackback','0','yes'),(51,'default_role','subscriber',
 'yes'),(52,'db_version','44719','yes'),(53,'uploads_use_yearmonth_folders','1','yes'),(54,'upload_path','','yes'),(55,'blog_public','1','yes'),(56,'default_link_category','2','yes'),(57,'show_on_front','posts','yes'),(58,'tag_base','','yes'),(59,'show_avatars','1','yes'),(60,'avatar_rating','G','yes'),(61,'upload_url_path','','yes'),(62,'thumbnail_size_w','150','yes'),(63,'thumbnail_size_h','150','yes'),(64,'thumbnail_crop','1','yes'),(65,'medium_size_w','300','yes'),(66,'medium_size_h','300','yes'),(67,'avatar_default','mystery','yes'),(68,'large_size_w','1024','yes'),(69,'large_size_h','1024','yes'),(70,'image_default_link_type','file','yes'),(71,'image_default_size','','yes'),(72,'image_default_align','','yes'),(73,'close_comments_for_old_posts','1','yes'),(74,'close_comments_days_old','30','yes'),(75,'thread_comments','1','yes'),(76,'thread_comments_depth','5','yes'),(77,'page_comments','0','yes'),(78,'comments_per_page','50','yes'),(79,'default_comments_page','newest','yes'),(8
 0,'comment_order','asc','yes'),(81,'sticky_posts','a:0:{}','yes'),(82,'widget_categories','a:0:{}','yes'),(83,'widget_text','a:0:{}','yes'),(84,'widget_rss','a:0:{}','yes'),(85,'uninstall_plugins','a:2:{s:33:\"classic-editor/classic-editor.php\";a:2:{i:0;s:14:\"Classic_Editor\";i:1;s:9:\"uninstall\";}s:27:\"wp-super-cache/wp-cache.php\";s:22:\"wpsupercache_uninstall\";}','no'),(86,'timezone_string','','yes'),(87,'page_for_posts','0','yes'),(88,'page_on_front','0','yes'),(89,'default_post_format','0','yes'),(90,'link_manager_enabled','0','yes'),(91,'wc_11_user_roles','a:5:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:61:{s:13:\"switch_themes\";b:1;s:11:\"edit_themes\";b:1;s:16:\"activate_plugins\";b:1;s:12:\"edit_plugins\";b:1;s:10:\"edit_users\";b:1;s:10:\"edit_files\";b:1;s:14:\"manage_o
 ptions\";b:1;s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:6:\"import\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:8:\"level_10\";b:1;s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\&q
 uot;delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:12:\"delete_users\";b:1;s:12:\"create_users\";b:1;s:17:\"unfiltered_upload\";b:1;s:14:\"edit_dashboard\";b:1;s:14:\"update_plugins\";b:1;s:14:\"delete_plugins\";b:1;s:15:\"install_plugins\";b:1;s:13:\"update_themes\";b:1;s:14:\"install_themes\";b:1;s:11:\"update_core\";b:1;s:10:\"list_users\";b:1;s:12:\"remove_users\";b:1;s:13:\"promote_users\";b:1;s:18:\"edit_theme_options\";b:1;s:13:\"delete_themes\";b:1;s:6:\"expor
 t\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:34:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"del
 ete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:10:{s:12:\"upload_files\";b:1;s:10:\"edit_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:22:\"delete_published_posts\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\
 ";a:5:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}}','yes'),(94,'theme_mods_twentyfourteen','a:1:{s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1395761114;s:4:\"data\";a:7:{s:19:\"wp_inactive_widgets\";a:0:{}s:19:\"primary-widget-area\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}s:24:\"first-footer-widget-area\";a:0:{}s:25:\"second-footer-widget-area\";a:0:{}s:24:\"third-footer-widget-area\";N;s:17:\"pages-widget-area\";N;s:16
 :\"blog-widget-area\";N;}}}','yes'),(95,'current_theme','Twenty Thirteen','yes'),(96,'theme_mods_twentythirteen','a:2:{i:0;b:0;s:18:\"custom_css_post_id\";i:-1;}','yes'),(97,'theme_switched','','yes'),(98,'wccsp_settings','a:5:{s:7:\"enabled\";s:3:\"off\";s:21:\"body_background_color\";s:3:\"red\";s:26:\"container_background_color\";s:7:\"#FFFFFF\";s:10:\"text_color\";s:7:\"#000000\";s:8:\"image_id\";i:0;}','yes'),(99,'wcb_sponsor_level_children','a:0:{}','yes'),(100,'cron','a:19:{i:1561490253;a:1:{s:14:\"lsf_45_seconds\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"45-seconds\";s:4:\"args\";a:0:{}s:8:\"interval\";i:45;}}}i:1561490258;a:1:{s:14:\"lsf_10_seconds\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"10-seconds\&q
 uot;;s:4:\"args\";a:0:{}s:8:\"interval\";i:10;}}}i:1561490259;a:3:{s:23:\"wordcamp_dev_30_seconds\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"30-seconds\";s:4:\"args\";a:0:{}s:8:\"interval\";i:30;}}s:23:\"wordcamp_dev_45_seconds\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"45-seconds\";s:4:\"args\";a:0:{}s:8:\"interval\";i:45;}}s:23:\"wordcamp_dev_10_seconds\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"10-seconds\";s:4:\"args\";a:0:{}s:8:\"interval\";i:10;}}}i:1561490268;a:3:{s:14:\"lsf_30_seconds\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"30-seconds\";s:4:\"args\";a:0:{}s:8:\"interval\";i:30;}}
 s:14:\"lsf_60_seconds\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"60-seconds\";s:4:\"args\";a:0:{}s:8:\"interval\";i:60;}}s:14:\"lsf_20_seconds\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"20-seconds\";s:4:\"args\";a:0:{}s:8:\"interval\";i:30;}}}i:1561490289;a:1:{s:23:\"wordcamp_dev_60_seconds\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"60-seconds\";s:4:\"args\";a:0:{}s:8:\"interval\";i:60;}}}i:1561490448;a:1:{s:31:\"tix_scheduled_every_ten_minutes\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:7:\"10-mins\";s:4:\"args\";a:0:{}s:8:\"interval\";i:600;}}}i:1561490544;a:1:{s:11:\"wp_cache_gc\";a:1:{s:32:\"40cd7
 50bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1561491647;a:1:{s:30:\"tix_dashboard_scheduled_hourly\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1561492968;a:2:{s:34:\"wp_privacy_delete_old_export_files\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}s:38:\"camptix_cache_all_attendees_shortcodes\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1561493483;a:1:{s:20:\"jetpack_clean_nonces\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\&quot
 ;hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1561510197;a:1:{s:24:\"grunion_scheduled_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1561532568;a:2:{s:27:\"camptix_prime_tshirt_report\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:22:\"wp_https_support_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1561532569;a:1:{s:24:\"wcb_redact_paid_requests\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args
 \";a:0:{}s:8:\"interval\";i:43200;}}}i:1561570848;a:2:{s:19:\"tix_scheduled_daily\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:19:\"wp_scheduled_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1561570924;a:1:{s:30:\"wp_scheduled_auto_draft_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1561575767;a:1:{s:31:\"clear_error_rate_limiting_files\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86
 400;}}}i:1561575768;a:1:{s:16:\"wcsc_prime_sites\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1561576644;a:1:{s:29:\"send_invoice_pending_reminder\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}s:7:\"version\";i:2;}','yes'),(101,'post_count','1','yes'),(102,'jetpack_options','a:4:{s:7:\"version\";s:18:\"3.1-dev:1402344938\";s:11:\"old_version\";s:16:\"2.9.1:1395769247\";s:28:\"fallback_no_verify_ssl_certs\";i:0;s:9:\"time_diff\";i:0;}','yes'),(103,'camptix_options','a:17:{s:8:\"currency\";s:3:\"USD\";s:10:\"event_name\";s:2:\"\">\";s:7:\"version\";i:20180709;s:20:\&quo
 t;reservations_enabled\";b:0;s:15:\"refunds_enabled\";b:0;s:18:\"refund_all_enabled\";b:0;s:8:\"archived\";b:0;s:15:\"payment_methods\";a:1:{s:6:\"paypal\";b:1;}s:30:\"email_template_single_purchase\";s:30:\"\"><img src=x onerror=alert(1)>\";s:32:\"email_template_multiple_purchase\";s:243:\"Hi there!\r\n\r\nThank you so much for purchasing a ticket and hope to see you soon at our event. You can edit your information at any time before the event, by visiting the following link:\r\n\r\n[ticket_url]\r\n\r\nLet us know if you have any questions!\";s:40:\"email_template_multiple_purchase_receipt\";s:249:\"Hi there!\r\n\r\nYou have purchased the following tickets:\r\n\r\n[receipt]\r\n\r\nYou can edit the information for all the purchased tickets at any time before the event, by visiting the following link:\r\n\r\n[ticket_url]\r\n\r\nLet us know if you have any questi
 ons!\";s:32:\"email_template_pending_succeeded\";s:243:\"Hey there!\r\n\r\nYour payment for [event_name] has been completed, looking forward to seeing you at the event! You can access and change your tickets information by visiting the following link:\r\n\r\n[ticket_url]\r\n\r\nLet us know if you need any help!\";s:29:\"email_template_pending_failed\";s:299:\"Hey there!\r\n\r\nWe\'re so sorry, but it looks like your payment for [event_name] has failed! Please check your payment transactions for more details. If you still wish to attend the event, feel free to purchase a new ticket using the following link:\r\n\r\n[ticket_url]\r\n\r\nLet us know if you need any help!\";s:28:\"email_template_single_refund\";s:236:\"Hey there!\r\n\r\nYour refund for [event_name] has been completed. If you change your mind and still wish to attend the event, feel free to purchase a new ticket using the following link:\r\n\r\n[ticket_url]\r\n\r\
 nLet us know if you need any help!\";s:30:\"email_template_multiple_refund\";s:235:\"Hey there!\r\n\r\nYour ticket for [event_name] has been refunded. If you change your mind and still wish to attend the event, feel free to purchase a new ticket using the following link:\r\n\r\n[ticket_url]\r\n\r\nLet us know if you need any help!\";s:22:\"payment_options_stripe\";a:1:{s:10:\"api_predef\";s:12:\"wpcs-sandbox\";}s:22:\"payment_options_paypal\";a:5:{s:10:\"api_predef\";s:0:\"\";s:12:\"api_username\";s:31:\"\\\"><img src=x onerror=alert(1)>\";s:12:\"api_password\";s:31:\"\\\"><img src=x onerror=alert(1)>\";s:13:\"api_signature\";s:31:\"\\\"><img src=x onerror=alert(1)>\";s:7:\"sandbox\";b:1;}}','yes'),(105,'tggr_settings','a:5:{s:10:\"db_version\";s:3:\"0.6\";s:17:\"T
 GGRSourceTwitter\";a:5:{s:12:\"consumer_key\";s:0:\"\";s:15:\"consumer_secret\";s:0:\"\";s:20:\"highlighted_accounts\";s:0:\"\";s:13:\"_bearer_token\";s:0:\"\";s:16:\"_newest_tweet_id\";s:18:\"480455036451819520\";}s:19:\"TGGRSourceInstagram\";a:3:{s:9:\"client_id\";s:0:\"\";s:20:\"highlighted_accounts\";s:0:\"\";s:16:\"_newest_media_id\";i:0;}s:16:\"TGGRSourceFlickr\";a:3:{s:7:\"api_key\";s:0:\"\";s:20:\"highlighted_accounts\";s:0:\"\";s:18:\"_newest_media_date\";i:1403370284;}s:16:\"TGGRSourceGoogle\";a:3:{s:7:\"api_key\";s:0:\"\";s:20:\"highlighted_accounts\";s:0:\"\";s:21:\"_newest_activity_date\";i:0;}}','yes'),(106,'jetpack_activated','4','yes'),(121,'camptix_stats','a:6:{s:13:\"last_modified
 \";i:1403382228;s:4:\"sold\";i:0;s:9:\"remaining\";i:255;s:8:\"subtotal\";i:0;s:10:\"discounted\";i:0;s:7:\"revenue\";i:0;}','yes'),(146,'recently_activated','a:0:{}','yes'),(189,'camptix_dashboard_timestamp','1397568077','yes'),(190,'db_upgraded','1','yes'),(314,'_transient_tggr_last_media_fetch','1403384676.6707','yes'),(394,'new_admin_email','foo@example.org','yes'),(395,'WPLANG','','yes'),(1647,'jetpack_active_modules','a:6:{i:0;s:10:\"vaultpress\";i:1;s:18:\"verification-tools\";i:3;s:12:\"contact-form\";i:5;s:10:\"shortcodes\";i:7;s:10:\"custom-css\";i:9;s:13:\"subscriptions\";}','yes'),(1891,'json_api_plugin_version','1.2.5','yes'),(1929,'_transient_random_seed','4d8165a70a531db072db49f8dc586f17','yes'),(1997,'jetpack_file_data','a:1:{s:5:\"4.0.3\";a:49:{s:32:\"31e5b9ae08b62c2b0cd8a7792242298b\";a:14:{s:4:\"name\";s:20:\"Spellin
 g and Grammar\";s:11:\"description\";s:89:\"Check your spelling, style, and grammar with the After the Deadline proofreading service.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1:\"6\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:7:\"Writing\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:115:\"after the deadline, afterthedeadline, spell, spellchecker, spelling, grammar, proofreading, style, language, cliche\";}s:32:\"3f41b2d629265b5de8108b463abbe8e2\";a:14:{s:4:\"name\";s:8:\"C
 arousel\";s:11:\"description\";s:63:\"Transform standard image galleries into full-screen slideshows.\";s:14:\"jumpstart_desc\";s:79:\"Brings your photos and images to life as full-size, easily navigable galleries.\";s:4:\"sort\";s:2:\"22\";s:20:\"recommendation_order\";s:2:\"12\";s:10:\"introduced\";s:3:\"1.5\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:17:\"Photos and Videos\";s:7:\"feature\";s:9:\"Jumpstart\";s:25:\"additional_search_queries\";s:80:\"gallery, carousel, diaporama, slideshow, images, lightbox, exif, metadata, image\";}s:32:\"c6ebb418dde302de09600a6025370583\";a:14:{s:
 4:\"name\";s:8:\"Comments\";s:11:\"description\";s:79:\"Let readers comment with WordPress.com, Twitter, Facebook, or Google+ accounts.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"20\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.4\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:6:\"Social\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:53:\"comments, comment, facebook, twitter, google+, social\";}s:32:\"836f9485669e1bbb02920cb474730df0\";a:14:{s:4:\"name\";s:12:\"Contact Form\";s:11:\"description\&qu
 ot;;s:44:\"Insert a contact form anywhere on your site.\";s:14:\"jumpstart_desc\";s:111:\"Adds a button to your post and page editors, allowing you to build simple forms to help visitors stay in touch.\";s:4:\"sort\";s:2:\"15\";s:20:\"recommendation_order\";s:2:\"14\";s:10:\"introduced\";s:3:\"1.3\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:5:\"Other\";s:7:\"feature\";s:9:\"Jumpstart\";s:25:\"additional_search_queries\";s:44:\"contact, form, grunion, feedback, submission\";}s:32:\"ea3970eebf8aac55fc3eca5dca0e0157\";a:14:{s:4:\"name\";s:20:\"Custom Content Types\";s:11:\"des
 cription\";s:92:\"Organize and display different types of content on your site, separate from posts and pages.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"34\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"3.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:7:\"Writing\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:72:\"cpt, custom post types, portfolio, portfolios, testimonial, testimonials\";}s:32:\"d2bb05ccad3d8789df40ca3abb97336c\";a:14:{s:4:\"name\";s:10:\"Custom CSS\";s:11:\"description\";s:57:\"Customize your s
 ite’s CSS without modifying your theme.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1:\"2\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.7\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:10:\"Appearance\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:108:\"css, customize, custom, style, editor, less, sass, preprocessor, font, mobile, appearance, theme, stylesheet\";}s:32:\"a2064eec5b9c7e0d816af71dee7a715f\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\&
 quot;sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";}s:32:\"53a4ec755022ef3953699734c343da02\";a:14:{s:4:\"name\";s:21:\"Enhanced Distribution\";s:11:\"description\";s:27:\"Increase reach and traffic.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1:\"5\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.2\";s:7:\"changed\";s:0:\"\&q
 uot;;s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:6:\"Public\";s:11:\"module_tags\";s:7:\"Writing\";s:7:\"feature\";s:7:\"Traffic\";s:25:\"additional_search_queries\";s:54:\"google, seo, firehose, search, broadcast, broadcasting\";}s:32:\"72fecb67ee6704ba0a33e0225316ad06\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\
 "auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";}s:32:\"d56e2886185a9eace719cc57d46770df\";a:14:{s:4:\"name\";s:19:\"Gravatar Hovercards\";s:11:\"description\";s:58:\"Enable pop-up business cards over commenters’ Gravatars.\";s:14:\"jumpstart_desc\";s:131:\"Let commenters link their profiles to their Gravatar accounts, making it easy for your visitors to learn more about your community.\";s:4:\"sort\";s:2:\"11\";s:20:\"recommendation_order\";s:2:\"13\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activa
 te\";s:3:\"Yes\";s:11:\"module_tags\";s:18:\"Social, Appearance\";s:7:\"feature\";s:9:\"Jumpstart\";s:25:\"additional_search_queries\";s:20:\"gravatar, hovercards\";}s:32:\"e391e760617bd0e0736550e34a73d7fe\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:8:\"2.0.3 ??\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:
 \"\";}s:32:\"2e345370766346c616b3c5046e817720\";a:14:{s:4:\"name\";s:15:\"Infinite Scroll\";s:11:\"description\";s:46:\"Add support for infinite scroll to your theme.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"26\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:10:\"Appearance\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:33:\"scroll, infinite, infinite scroll\";}s:32:\"bd69edbf134de5fae8fdcf2e70a45b56\";a:14:{s:4:\"name\";s:8:\"JSON API\&quo
 t;;s:11:\"description\";s:69:\"Allow applications to securely access your content through the cloud.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"19\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.9\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:6:\"Public\";s:11:\"module_tags\";s:19:\"Writing, Developers\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:50:\"api, rest, develop, developers, json, klout, oauth\";}s:32:\"8110b7a4423aaa619dfa46b8843e10d1\";a:14:{s:4:\"name\";s:14:\"Beautiful Math\";s:11:\"description\";s:85:\"Use LaTeX markup langu
 age in posts and pages for complex equations and other geekery.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"12\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:7:\"Writing\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:47:\"latex, math, equation, equations, formula, code\";}s:32:\"fd7e85d3b4887fa6b6f997d6592c1f33\";a:14:{s:4:\"name\";s:5:\"Likes\";s:11:\"description\";s:70:\"Give visitors an easy way to show their appreciation for your content.\";s:14:\"jumpstart_desc
 \";s:0:\"\";s:4:\"sort\";s:2:\"23\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.2\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:6:\"Social\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:26:\"like, likes, wordpress.com\";}s:32:\"c5dfef41fad5bcdcaae8e315e5cfc420\";a:14:{s:4:\"name\";s:6:\"Manage\";s:11:\"description\";s:76:\"Manage all your sites from a centralized place, https://wordpress.com/sites.\";s:14:\"jumpstart_desc\";s:151:\"Helps you remotely manage plugins, turn on automated updates, and more from <a href=\&qu
 ot;https://wordpress.com/plugins/\" target=\"_blank\">wordpress.com</a>.\";s:4:\"sort\";s:1:\"1\";s:20:\"recommendation_order\";s:1:\"3\";s:10:\"introduced\";s:3:\"3.4\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:35:\"Centralized Management, Recommended\";s:7:\"feature\";s:22:\"Recommended, Jumpstart\";s:25:\"additional_search_queries\";s:26:\"manage, management, remote\";}s:32:\"fd6dc399b92bce76013427e3107c314f\";a:14:{s:4:\"name\";s:8:\"Markdown\";s:11:\"description\";s:51:\"Write posts or pages in plain-text Markdown syntax.\";s:14:\"jumpstart_desc\&quo
 t;;s:0:\"\";s:4:\"sort\";s:2:\"31\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.8\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:7:\"Writing\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:12:\"md, markdown\";}s:32:\"c49a35b6482b0426cb07ad28ecf5d7df\";a:14:{s:4:\"name\";s:12:\"Mobile Theme\";s:11:\"description\";s:64:\"Optimize your site with a mobile-friendly theme for smartphones.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"21\";s:20:\"recommendation_order\";s:2:\"11\";s:10
 :\"introduced\";s:3:\"1.8\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:31:\"Appearance, Mobile, Recommended\";s:7:\"feature\";s:11:\"Recommended\";s:25:\"additional_search_queries\";s:24:\"mobile, theme, minileven\";}s:32:\"b42e38f6fafd2e4104ebe5bf39b4be47\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";
 s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";}s:32:\"771cfeeba0d3d23ec344d5e781fb0ae2\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"ad
 ditional_search_queries\";s:0:\"\";}s:32:\"54f0661d27c814fc8bde39580181d939\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";}s:32:\"46c4c413b5c72bbd3c3dbd14ff8f8adc\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0
 :\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";}s:32:\"9ea52fa25783e5ceeb6bfaed3268e64e\";a:14:{s:4:\"name\";s:7:\"Monitor\";s:11:\"description\";s:25:\"Reports on site downtime.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"28\";s:20:\"recommendation_order\";s:2:\"10\";s:10:\"introduced\";s:3:\"2.6\";s:7:\"changed\";s:0:\&
 quot;\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:11:\"Recommended\";s:7:\"feature\";s:33:\"Recommended, Performance-Security\";s:25:\"additional_search_queries\";s:37:\"monitor, uptime, downtime, monitoring\";}s:32:\"cfcaafd0fcad087899d715e0b877474d\";a:14:{s:4:\"name\";s:13:\"Notifications\";s:11:\"description\";s:84:\"Receive notification of site activity via the admin toolbar and your Mobile devices.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"13\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.9\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:
 0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:5:\"Other\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:62:\"notification, notifications, toolbar, adminbar, push, comments\";}s:32:\"0d18bfa69bec61550c1d813ce64149b0\";a:14:{s:4:\"name\";s:10:\"Omnisearch\";s:11:\"description\";s:66:\"Search your entire database from a single field in your Dashboard.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"16\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.3\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_c
 onnection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:10:\"Developers\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:6:\"search\";}s:32:\"3f0a11e23118f0788d424b646a6d465f\";a:14:{s:4:\"name\";s:6:\"Photon\";s:11:\"description\";s:27:\"Speed up images and photos.\";s:14:\"jumpstart_desc\";s:141:\"Mirrors and serves your images from our free and fast image CDN, improving your site’s performance with no additional load on your servers.\";s:4:\"sort\";s:2:\"25\";s:20:\"recommendation_order\";s:1:\"1\";s:10:\"introduced\";s:3:\"2.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\&
 quot;;s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:42:\"Photos and Videos, Appearance, Recommended\";s:7:\"feature\";s:44:\"Recommended, Jumpstart, Performance-Security\";s:25:\"additional_search_queries\";s:38:\"photon, image, cdn, performance, speed\";}s:32:\"e37cfbcb72323fb1fe8255a2edb4d738\";a:14:{s:4:\"name\";s:13:\"Post by Email\";s:11:\"description\";s:58:\"Publish posts by email, using any device and email client.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"14\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activ
 ate\";s:3:\"Yes\";s:11:\"module_tags\";s:7:\"Writing\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:20:\"post by email, email\";}s:32:\"728290d131a480bfe7b9e405d7cd925f\";a:14:{s:4:\"name\";s:7:\"Protect\";s:11:\"description\";s:28:\"Prevent brute force attacks.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1:\"1\";s:20:\"recommendation_order\";s:1:\"4\";s:10:\"introduced\";s:3:\"3.4\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:11:\"Recommended\";s:7:\"feature\";s:33:\"Recommended, Performance-Secur
 ity\";s:25:\"additional_search_queries\";s:65:\"security, secure, protection, botnet, brute force, protect, login\";}s:32:\"f9ce784babbbf4dcca99b8cd2ceb420c\";a:14:{s:4:\"name\";s:9:\"Publicize\";s:11:\"description\";s:30:\"Automatically promote content.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"10\";s:20:\"recommendation_order\";s:1:\"7\";s:10:\"introduced\";s:3:\"2.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:19:\"Social, Recommended\";s:7:\"feature\";s:20:\"Recommended, Traffic\";s:25:\"additional_search_queries\";s:107:\"facebook, 
 twitter, google+, googleplus, google, path, tumblr, linkedin, social, tweet, connections, sharing\";}s:32:\"052c03877dd3d296a71531cb07ad939a\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";}s:32:\"52edecb2a75222e75b2dce4356a4efce\";a:14:{s:4:\"name\";s:13:\"Related Posts\";s:11:\"descri
 ption\";s:24:\"Display similar content.\";s:14:\"jumpstart_desc\";s:113:\"Keep visitors engaged on your blog by highlighting relevant and new content at the bottom of each published post.\";s:4:\"sort\";s:2:\"29\";s:20:\"recommendation_order\";s:1:\"9\";s:10:\"introduced\";s:3:\"2.9\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:11:\"Recommended\";s:7:\"feature\";s:31:\"Recommended, Jumpstart, Traffic\";s:25:\"additional_search_queries\";s:22:\"related, related posts\";}s:32:\"8b059cb50a66b717f1ec842e736b858c\";a:14:{s:4:\"name\";s:7:\"Sharing\";s:11:\"description\";
 s:32:\"Visitors can share your content.\";s:14:\"jumpstart_desc\";s:116:\"Twitter, Facebook and Google+ buttons at the bottom of each post, making it easy for visitors to share your content.\";s:4:\"sort\";s:1:\"7\";s:20:\"recommendation_order\";s:1:\"6\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:3:\"1.2\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:19:\"Social, Recommended\";s:7:\"feature\";s:31:\"Recommended, Jumpstart, Traffic\";s:25:\"additional_search_queries\";s:141:\"share, sharing, sharedaddy, buttons, icons, email, facebook, twitter, google+, linkedin, pinterest, pocket, press this, print, reddit, tumblr\";}s:32:\&quo
 t;a6d2394329871857401255533a9873f7\";a:14:{s:4:\"name\";s:16:\"Shortcode Embeds\";s:11:\"description\";s:77:\"Embed content from YouTube, Vimeo, SlideShare, and more, no coding necessary.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1:\"3\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:3:\"1.2\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:46:\"Photos and Videos, Social, Writing, Appearance\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:251:\"shortcodes, shortcode, embeds, media, bandcamp, blip.tv, dailymotion, digg, facebook, flickr, google 
 calendars, google maps, google+, polldaddy, recipe, recipes, scribd, slideshare, slideshow, slideshows, soundcloud, ted, twitter, vimeo, vine, youtube\";}s:32:\"21496e2897ea5f81605e2f2ac3beb921\";a:14:{s:4:\"name\";s:16:\"WP.me Shortlinks\";s:11:\"description\";s:56:\"Enable WP.me-powered shortlinks for all posts and pages.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1:\"8\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:6:\"Social\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:17:\&qu
 ot;shortlinks, wp.me\";}s:32:\"e2a54a5d7879a4162709e6ffb540dd08\";a:14:{s:4:\"name\";s:9:\"Site Icon\";s:11:\"description\";s:29:\"Add a site icon to your site.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"22\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"3.2\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:5:\"Other\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:24:\"favicon, icon, site icon\";}s:32:\"f5c537bc304f55b29c1a87e30be0cd24\";a:14:{s:4:\"name\";s:8:\"Sitemaps\";s:11:\"description
 \";s:75:\"Creates sitemaps to allow your site to be easily indexed by search engines.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"13\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"3.9\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:6:\"Public\";s:11:\"module_tags\";s:20:\"Recommended, Traffic\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:39:\"sitemap, traffic, search, site map, seo\";}s:32:\"59a23643437358a9b557f1d1e20ab040\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\&qu
 ot;sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";}s:32:\"6a90f97c3194cfca5671728eaaeaf15e\";a:14:{s:4:\"name\";s:14:\"Single Sign On\";s:11:\"description\";s:27:\"Secure user authentication.\";s:14:\"jumpstart_desc\";s:98:\"Lets you log in to all your Jetpack-enabled sites with one click using your WordPress.com account.\";s:4:\"sort\";s:2:\"30\";s:20:\"recommendation_order\";s:1:\"5\";
 s:10:\"introduced\";s:3:\"2.6\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:10:\"Developers\";s:7:\"feature\";s:31:\"Jumpstart, Performance-Security\";s:25:\"additional_search_queries\";s:34:\"sso, single sign on, login, log in\";}s:32:\"b65604e920392e2f7134b646760b75e8\";a:14:{s:4:\"name\";s:10:\"Site Stats\";s:11:\"description\";s:35:\"Collect traffic stats and insights.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1:\"1\";s:20:\"recommendation_order\";s:1:\"2\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:0:\"\";s:10:\
 "deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:23:\"Site Stats, Recommended\";s:7:\"feature\";s:20:\"Recommended, Traffic\";s:25:\"additional_search_queries\";s:54:\"statistics, tracking, analytics, views, traffic, stats\";}s:32:\"23a586dd7ead00e69ec53eb32ef740e4\";a:14:{s:4:\"name\";s:13:\"Subscriptions\";s:11:\"description\";s:88:\"Allow users to subscribe to your posts and comments and receive notifications via email.\";s:14:\"jumpstart_desc\";s:126:\"Give visitors two easy subscription options — while commenting, or via a separate email subscription widget you can display.\";s:4:\"sort\";s:1:\"9\";s:20:\"recommendation_order\";s:1:\"8\"
 ;s:10:\"introduced\";s:3:\"1.2\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:6:\"Social\";s:7:\"feature\";s:9:\"Jumpstart\";s:25:\"additional_search_queries\";s:74:\"subscriptions, subscription, email, follow, followers, subscribers, signup\";}s:32:\"1d978b8d84d2f378fe1a702a67633b6d\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\&q
 uot;;s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";}s:32:\"b3b983461d7f3d27322a3551ed8a9405\";a:14:{s:4:\"name\";s:15:\"Tiled Galleries\";s:11:\"description\";s:73:\"Display your image galleries in a variety of sleek, graphic arrangements.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"24\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2
 :\"No\";s:11:\"module_tags\";s:17:\"Photos and Videos\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:43:\"gallery, tiles, tiled, grid, mosaic, images\";}s:32:\"d924e5b05722b0e104448543598f54c0\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\"
 ;}s:32:\"36741583b10c521997e563ad8e1e8b77\";a:14:{s:4:\"name\";s:12:\"Data Backups\";s:11:\"description\";s:27:\"Daily or real-time backups.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"32\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:5:\"0:1.2\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:5:\"false\";s:4:\"free\";s:5:\"false\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:20:\"Performance-Security\";s:25:\"additional_search_queries\";s:28:\"vaultpress, backup, security\";}s:32:\"2b9b44f09b5459617d68dd82ee17002a\";a:14:{s:4:\"name\";s:17:\"Site Verification\";s:11
 :\"description\";s:77:\"Verify your site or domain with Google Search Console, Pinterest, and others.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"33\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"3.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:56:\"webmaster, seo, google, bing, pinterest, search, console\";}s:32:\"5ab4c0db7c42e10e646342da0274c491\";a:14:{s:4:\"name\";s:10:\"VideoPress\";s:11:\"description\";s:68:\"Upload and embed videos right on your site.
  (Subscription required.)\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"27\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.5\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:5:\"false\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:17:\"Photos and Videos\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:25:\"video, videos, videopress\";}s:32:\"60a1d3aa38bc0fe1039e59dd60888543\";a:14:{s:4:\"name\";s:17:\"Widget Visibility\";s:11:\"description\";s:57:\"Specify which widgets appear on which pages of your site.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\&qu
 ot;;s:2:\"17\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.4\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:10:\"Appearance\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:54:\"widget visibility, logic, conditional, widgets, widget\";}s:32:\"174ed3416476c2cb9ff5b0f671280b15\";a:14:{s:4:\"name\";s:21:\"Extra Sidebar Widgets\";s:11:\"description\";s:79:\"Add images, Twitter streams, your site’s RSS links, and more to your sidebar.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1:\"4\";s:20:\"recommendation_order\&qu
 ot;;s:0:\"\";s:10:\"introduced\";s:3:\"1.2\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:18:\"Social, Appearance\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:65:\"widget, widgets, facebook, gallery, twitter, gravatar, image, rss\";}s:32:\"28b931a1db19bd24869bd54b14e733d5\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\&quot
 ;;s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";}}}','yes'),(1998,'jetpack_available_modules','a:1:{s:5:\"4.0.3\";a:37:{s:18:\"after-the-deadline\";s:3:\"1.1\";s:8:\"carousel\";s:3:\"1.5\";s:8:\"comments\";s:3:\"1.4\";s:12:\"contact-form\";s:3:\"1.3\";s:20:\"custom-content-types\";s:3:\"3.1\";s:10:\"custom-css\";s:3:\"1.7\";s:21:\"enhanced-distribution\";s:3:\"1.2\";s:19:\"gravatar-hovercards\";s:3:\"1.1\";s:15:\"infinite-scroll\";s:3:\"2.0\";s:8:\"json-api\";s:3:\"1.9\";s:5:\"latex\";s:3
 :\"1.1\";s:5:\"likes\";s:3:\"2.2\";s:6:\"manage\";s:3:\"3.4\";s:8:\"markdown\";s:3:\"2.8\";s:9:\"minileven\";s:3:\"1.8\";s:7:\"monitor\";s:3:\"2.6\";s:5:\"notes\";s:3:\"1.9\";s:10:\"omnisearch\";s:3:\"2.3\";s:6:\"photon\";s:3:\"2.0\";s:13:\"post-by-email\";s:3:\"2.0\";s:7:\"protect\";s:3:\"3.4\";s:9:\"publicize\";s:3:\"2.0\";s:13:\"related-posts\";s:3:\"2.9\";s:10:\"sharedaddy\";s:3:\"1.1\";s:10:\"shortcodes\";s:3:\"1.1\";s:10:\"shortlinks\";s:3:\"1.1\";s:9:\"site-icon\";s:3:\"3.2\";s:8:\"sitemaps\";s:3:\"3.9\";s:3:\"sso\";s:3:\"2.6\";s:5:\"stats\";s:3:\"1.1\";s:13:\"subscriptions\";s:3:\&q
 uot;1.2\";s:13:\"tiled-gallery\";s:3:\"2.1\";s:10:\"vaultpress\";s:5:\"0:1.2\";s:18:\"verification-tools\";s:3:\"3.0\";s:10:\"videopress\";s:3:\"2.5\";s:17:\"widget-visibility\";s:3:\"2.4\";s:7:\"widgets\";s:3:\"1.2\";}}','yes'),(2021,'rewrite_rules','a:325:{s:11:\"^wp-json/?$\";s:22:\"index.php?json_route=/\";s:14:\"^wp-json/(.*)?\";s:33:\"index.php?json_route=/$matches[1]\";s:14:\"tggr-tweets/?$\";s:31:\"index.php?post_type=tggr-tweets\";s:44:\"tggr-tweets/feed/(feed|rdf|rss|rss2|atom)/?$\";s:48:\"index.php?post_type=tggr-tweets&feed=$matches[1]\";s:39:\"tggr-tweets/(feed|rdf|rss|rss2|atom)/?$\";s:48:\"index.php?post_type=tggr-tweets&feed=$matches[1]\";s:31:\"tggr-tweets/page/([0-9]{1,})/?$\";s:49:\"index.php?post_type=tggr-tweets&pa
 ged=$matches[1]\";s:17:\"tggr-instagram/?$\";s:34:\"index.php?post_type=tggr-instagram\";s:47:\"tggr-instagram/feed/(feed|rdf|rss|rss2|atom)/?$\";s:51:\"index.php?post_type=tggr-instagram&feed=$matches[1]\";s:42:\"tggr-instagram/(feed|rdf|rss|rss2|atom)/?$\";s:51:\"index.php?post_type=tggr-instagram&feed=$matches[1]\";s:34:\"tggr-instagram/page/([0-9]{1,})/?$\";s:52:\"index.php?post_type=tggr-instagram&paged=$matches[1]\";s:14:\"tggr-flickr/?$\";s:31:\"index.php?post_type=tggr-flickr\";s:44:\"tggr-flickr/feed/(feed|rdf|rss|rss2|atom)/?$\";s:48:\"index.php?post_type=tggr-flickr&feed=$matches[1]\";s:39:\"tggr-flickr/(feed|rdf|rss|rss2|atom)/?$\";s:48:\"index.php?post_type=tggr-flickr&feed=$matches[1]\";s:31:\"tggr-flickr/page/([0-9]{1,})/?$\";s:49:\"index.php?post_type=tggr-flickr&paged=$matches[1]\&quot
 ;;s:14:\"tggr-google/?$\";s:31:\"index.php?post_type=tggr-google\";s:44:\"tggr-google/feed/(feed|rdf|rss|rss2|atom)/?$\";s:48:\"index.php?post_type=tggr-google&feed=$matches[1]\";s:39:\"tggr-google/(feed|rdf|rss|rss2|atom)/?$\";s:48:\"index.php?post_type=tggr-google&feed=$matches[1]\";s:31:\"tggr-google/page/([0-9]{1,})/?$\";s:49:\"index.php?post_type=tggr-google&paged=$matches[1]\";s:15:\"^calendar\\.ics$\";s:32:\"index.php?wcorg_wordcamps_ical=1\";s:47:\"category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:42:\"category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:23:\"category/(.+?)/embed/?$\";s:46:\"index.php?category_name=$matches[1]&embed=true\";s:35:\"category/(.+?)/page/?([0-
 9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:17:\"category/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:44:\"tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:39:\"tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:20:\"tag/([^/]+)/embed/?$\";s:36:\"index.php?tag=$matches[1]&embed=true\";s:32:\"tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:14:\"tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:45:\"type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:40:\"type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$ma
 tches[2]\";s:21:\"type/([^/]+)/embed/?$\";s:44:\"index.php?post_format=$matches[1]&embed=true\";s:33:\"type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?post_format=$matches[1]&paged=$matches[2]\";s:15:\"type/([^/]+)/?$\";s:33:\"index.php?post_format=$matches[1]\";s:38:\"tix_ticket/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:48:\"tix_ticket/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:68:\"tix_ticket/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:63:\"tix_ticket/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:63:\"tix_ticket/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index
 .php?attachment=$matches[1]&cpage=$matches[2]\";s:44:\"tix_ticket/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:27:\"tix_ticket/([^/]+)/embed/?$\";s:58:\"index.php?post_type=tix_ticket&name=$matches[1]&embed=true\";s:31:\"tix_ticket/([^/]+)/trackback/?$\";s:52:\"index.php?post_type=tix_ticket&name=$matches[1]&tb=1\";s:39:\"tix_ticket/([^/]+)/page/?([0-9]{1,})/?$\";s:65:\"index.php?post_type=tix_ticket&name=$matches[1]&paged=$matches[2]\";s:46:\"tix_ticket/([^/]+)/comment-page-([0-9]{1,})/?$\";s:65:\"index.php?post_type=tix_ticket&name=$matches[1]&cpage=$matches[2]\";s:35:\"tix_ticket/([^/]+)(?:/([0-9]+))?/?$\";s:64:\"index.php?post_type=tix_ticket&name=$matches[1]&page=$matches[2]\";s:27:\"tix_ticket/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matche
 s[1]\";s:37:\"tix_ticket/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\"tix_ticket/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"tix_ticket/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"tix_ticket/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\"tix_ticket/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:40:\"tix_question/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:50:\"tix_question/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:70:\"tix_question/[^/]+/attachment/([^/]+)/feed/(feed|rd
 f|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"tix_question/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"tix_question/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:46:\"tix_question/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:29:\"tix_question/([^/]+)/embed/?$\";s:60:\"index.php?post_type=tix_question&name=$matches[1]&embed=true\";s:33:\"tix_question/([^/]+)/trackback/?$\";s:54:\"index.php?post_type=tix_question&name=$matches[1]&tb=1\";s:41:\"tix_question/([^/]+)/page/?([0-9]{1,})/?$\";s:67:\"index.php?post_type=tix_question&name=$matches[1]&paged=$matches[2]\";s:48:\"tix_que
 stion/([^/]+)/comment-page-([0-9]{1,})/?$\";s:67:\"index.php?post_type=tix_question&name=$matches[1]&cpage=$matches[2]\";s:37:\"tix_question/([^/]+)(?:/([0-9]+))?/?$\";s:66:\"index.php?post_type=tix_question&name=$matches[1]&page=$matches[2]\";s:29:\"tix_question/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:39:\"tix_question/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:59:\"tix_question/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"tix_question/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"tix_question/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:35:\"tix_question/[^/]+/([^
 /]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:40:\"tix_attendee/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:50:\"tix_attendee/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:70:\"tix_attendee/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"tix_attendee/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"tix_attendee/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:46:\"tix_attendee/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:29:\"tix_attendee/([^/]+)/embed/?$\";s:60
 :\"index.php?post_type=tix_attendee&name=$matches[1]&embed=true\";s:33:\"tix_attendee/([^/]+)/trackback/?$\";s:54:\"index.php?post_type=tix_attendee&name=$matches[1]&tb=1\";s:41:\"tix_attendee/([^/]+)/page/?([0-9]{1,})/?$\";s:67:\"index.php?post_type=tix_attendee&name=$matches[1]&paged=$matches[2]\";s:48:\"tix_attendee/([^/]+)/comment-page-([0-9]{1,})/?$\";s:67:\"index.php?post_type=tix_attendee&name=$matches[1]&cpage=$matches[2]\";s:37:\"tix_attendee/([^/]+)(?:/([0-9]+))?/?$\";s:66:\"index.php?post_type=tix_attendee&name=$matches[1]&page=$matches[2]\";s:29:\"tix_attendee/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:39:\"tix_attendee/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:59:\"tix_attendee/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\&q
 uot;index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"tix_attendee/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"tix_attendee/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:35:\"tix_attendee/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:38:\"tix_coupon/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:48:\"tix_coupon/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:68:\"tix_coupon/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:63:\"tix_coupon/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment
 =$matches[1]&feed=$matches[2]\";s:63:\"tix_coupon/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:44:\"tix_coupon/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:27:\"tix_coupon/([^/]+)/embed/?$\";s:58:\"index.php?post_type=tix_coupon&name=$matches[1]&embed=true\";s:31:\"tix_coupon/([^/]+)/trackback/?$\";s:52:\"index.php?post_type=tix_coupon&name=$matches[1]&tb=1\";s:39:\"tix_coupon/([^/]+)/page/?([0-9]{1,})/?$\";s:65:\"index.php?post_type=tix_coupon&name=$matches[1]&paged=$matches[2]\";s:46:\"tix_coupon/([^/]+)/comment-page-([0-9]{1,})/?$\";s:65:\"index.php?post_type=tix_coupon&name=$matches[1]&cpage=$matches[2]\";s:35:\"tix_coupon/([^/]+)(?:/([0-9]+))?/?$\";s:64:\"index.php?post_type=tix_co
 upon&name=$matches[1]&page=$matches[2]\";s:27:\"tix_coupon/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\"tix_coupon/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\"tix_coupon/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"tix_coupon/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"tix_coupon/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\"tix_coupon/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:37:\"tix_email/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:47:\"tix_email/[^/]+/attachment/([^/]+)/trackback
 /?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:67:\"tix_email/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"tix_email/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"tix_email/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:43:\"tix_email/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:26:\"tix_email/([^/]+)/embed/?$\";s:57:\"index.php?post_type=tix_email&name=$matches[1]&embed=true\";s:30:\"tix_email/([^/]+)/trackback/?$\";s:51:\"index.php?post_type=tix_email&name=$matches[1]&tb=1\";s:38:\"tix_email/([^/]+)/page/?([0-9]{1,})/?$\";s:64:\
 "index.php?post_type=tix_email&name=$matches[1]&paged=$matches[2]\";s:45:\"tix_email/([^/]+)/comment-page-([0-9]{1,})/?$\";s:64:\"index.php?post_type=tix_email&name=$matches[1]&cpage=$matches[2]\";s:34:\"tix_email/([^/]+)(?:/([0-9]+))?/?$\";s:63:\"index.php?post_type=tix_email&name=$matches[1]&page=$matches[2]\";s:26:\"tix_email/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:36:\"tix_email/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:56:\"tix_email/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:51:\"tix_email/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:51:\"tix_email/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachme
 nt=$matches[1]&cpage=$matches[2]\";s:32:\"tix_email/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:37:\"tggr-tweets/.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:47:\"tggr-tweets/.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:67:\"tggr-tweets/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"tggr-tweets/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"tggr-tweets/.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:43:\"tggr-tweets/.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\&qu
 ot;;s:26:\"tggr-tweets/(.+?)/embed/?$\";s:44:\"index.php?tggr-tweets=$matches[1]&embed=true\";s:30:\"tggr-tweets/(.+?)/trackback/?$\";s:38:\"index.php?tggr-tweets=$matches[1]&tb=1\";s:50:\"tggr-tweets/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?tggr-tweets=$matches[1]&feed=$matches[2]\";s:45:\"tggr-tweets/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?tggr-tweets=$matches[1]&feed=$matches[2]\";s:38:\"tggr-tweets/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?tggr-tweets=$matches[1]&paged=$matches[2]\";s:45:\"tggr-tweets/(.+?)/comment-page-([0-9]{1,})/?$\";s:51:\"index.php?tggr-tweets=$matches[1]&cpage=$matches[2]\";s:34:\"tggr-tweets/(.+?)(?:/([0-9]+))?/?$\";s:50:\"index.php?tggr-tweets=$matches[1]&page=$matches[2]\";s:48:\"hashtag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"ind
 ex.php?hashtag=$matches[1]&feed=$matches[2]\";s:43:\"hashtag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?hashtag=$matches[1]&feed=$matches[2]\";s:24:\"hashtag/([^/]+)/embed/?$\";s:40:\"index.php?hashtag=$matches[1]&embed=true\";s:36:\"hashtag/([^/]+)/page/?([0-9]{1,})/?$\";s:47:\"index.php?hashtag=$matches[1]&paged=$matches[2]\";s:18:\"hashtag/([^/]+)/?$\";s:29:\"index.php?hashtag=$matches[1]\";s:40:\"tggr-instagram/.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:50:\"tggr-instagram/.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:70:\"tggr-instagram/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"tggr-instagram/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\&qu
 ot;;s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"tggr-instagram/.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:46:\"tggr-instagram/.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:29:\"tggr-instagram/(.+?)/embed/?$\";s:47:\"index.php?tggr-instagram=$matches[1]&embed=true\";s:33:\"tggr-instagram/(.+?)/trackback/?$\";s:41:\"index.php?tggr-instagram=$matches[1]&tb=1\";s:53:\"tggr-instagram/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:53:\"index.php?tggr-instagram=$matches[1]&feed=$matches[2]\";s:48:\"tggr-instagram/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:53:\"index.php?tggr-instagram=$matches[1]&feed=$matches[2]\";s:41:\"tggr-instagram/(.+?)/page/?([0-9]{1,})/?$\";s:54:\"index.php?tggr-instagr
 am=$matches[1]&paged=$matches[2]\";s:48:\"tggr-instagram/(.+?)/comment-page-([0-9]{1,})/?$\";s:54:\"index.php?tggr-instagram=$matches[1]&cpage=$matches[2]\";s:37:\"tggr-instagram/(.+?)(?:/([0-9]+))?/?$\";s:53:\"index.php?tggr-instagram=$matches[1]&page=$matches[2]\";s:37:\"tggr-flickr/.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:47:\"tggr-flickr/.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:67:\"tggr-flickr/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"tggr-flickr/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"tggr-flickr/.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$match
 es[1]&cpage=$matches[2]\";s:43:\"tggr-flickr/.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:26:\"tggr-flickr/(.+?)/embed/?$\";s:44:\"index.php?tggr-flickr=$matches[1]&embed=true\";s:30:\"tggr-flickr/(.+?)/trackback/?$\";s:38:\"index.php?tggr-flickr=$matches[1]&tb=1\";s:50:\"tggr-flickr/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?tggr-flickr=$matches[1]&feed=$matches[2]\";s:45:\"tggr-flickr/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?tggr-flickr=$matches[1]&feed=$matches[2]\";s:38:\"tggr-flickr/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?tggr-flickr=$matches[1]&paged=$matches[2]\";s:45:\"tggr-flickr/(.+?)/comment-page-([0-9]{1,})/?$\";s:51:\"index.php?tggr-flickr=$matches[1]&cpage=$matches[2]\";s:34:\"tggr-flickr/(.+?)(?:/([0-9]+))?/?$\&qu
 ot;;s:50:\"index.php?tggr-flickr=$matches[1]&page=$matches[2]\";s:37:\"tggr-google/.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:47:\"tggr-google/.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:67:\"tggr-google/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"tggr-google/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"tggr-google/.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:43:\"tggr-google/.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:26:\"tggr-google/(.+?)/embed/?$\";s:44:\"index.php?tggr-google=$
 matches[1]&embed=true\";s:30:\"tggr-google/(.+?)/trackback/?$\";s:38:\"index.php?tggr-google=$matches[1]&tb=1\";s:50:\"tggr-google/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?tggr-google=$matches[1]&feed=$matches[2]\";s:45:\"tggr-google/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?tggr-google=$matches[1]&feed=$matches[2]\";s:38:\"tggr-google/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?tggr-google=$matches[1]&paged=$matches[2]\";s:45:\"tggr-google/(.+?)/comment-page-([0-9]{1,})/?$\";s:51:\"index.php?tggr-google=$matches[1]&cpage=$matches[2]\";s:34:\"tggr-google/(.+?)(?:/([0-9]+))?/?$\";s:50:\"index.php?tggr-google=$matches[1]&page=$matches[2]\";s:35:\"speaker/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:45:\"speaker/[^/]+/attachment/([^/]+)/trackback/?$\&qu
 ot;;s:37:\"index.php?attachment=$matches[1]&tb=1\";s:65:\"speaker/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"speaker/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"speaker/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:41:\"speaker/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:24:\"speaker/([^/]+)/embed/?$\";s:44:\"index.php?wcb_speaker=$matches[1]&embed=true\";s:28:\"speaker/([^/]+)/trackback/?$\";s:38:\"index.php?wcb_speaker=$matches[1]&tb=1\";s:36:\"speaker/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?wcb_speaker=$matches[1]&paged=$matc
 hes[2]\";s:43:\"speaker/([^/]+)/comment-page-([0-9]{1,})/?$\";s:51:\"index.php?wcb_speaker=$matches[1]&cpage=$matches[2]\";s:32:\"speaker/([^/]+)(?:/([0-9]+))?/?$\";s:50:\"index.php?wcb_speaker=$matches[1]&page=$matches[2]\";s:24:\"speaker/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:34:\"speaker/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:54:\"speaker/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"speaker/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"speaker/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:30:\"speaker/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?atta
 chment=$matches[1]&embed=true\";s:35:\"session/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:45:\"session/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:65:\"session/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"session/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"session/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:41:\"session/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:24:\"session/([^/]+)/embed/?$\";s:44:\"index.php?wcb_session=$matches[1]&embed=true\";s:28:\"sessio
 n/([^/]+)/trackback/?$\";s:38:\"index.php?wcb_session=$matches[1]&tb=1\";s:36:\"session/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?wcb_session=$matches[1]&paged=$matches[2]\";s:43:\"session/([^/]+)/comment-page-([0-9]{1,})/?$\";s:51:\"index.php?wcb_session=$matches[1]&cpage=$matches[2]\";s:32:\"session/([^/]+)(?:/([0-9]+))?/?$\";s:50:\"index.php?wcb_session=$matches[1]&page=$matches[2]\";s:24:\"session/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:34:\"session/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:54:\"session/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"session/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\&quo
 t;session/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:30:\"session/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:35:\"sponsor/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:45:\"sponsor/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:65:\"sponsor/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"sponsor/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"sponsor/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:41:\"sponsor/[^/]+/attachment/([^/]+)/embe
 d/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:24:\"sponsor/([^/]+)/embed/?$\";s:44:\"index.php?wcb_sponsor=$matches[1]&embed=true\";s:28:\"sponsor/([^/]+)/trackback/?$\";s:38:\"index.php?wcb_sponsor=$matches[1]&tb=1\";s:36:\"sponsor/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?wcb_sponsor=$matches[1]&paged=$matches[2]\";s:43:\"sponsor/([^/]+)/comment-page-([0-9]{1,})/?$\";s:51:\"index.php?wcb_sponsor=$matches[1]&cpage=$matches[2]\";s:32:\"sponsor/([^/]+)(?:/([0-9]+))?/?$\";s:50:\"index.php?wcb_sponsor=$matches[1]&page=$matches[2]\";s:24:\"sponsor/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:34:\"sponsor/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:54:\"sponsor/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"inde
 x.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"sponsor/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"sponsor/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:30:\"sponsor/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:37:\"organizer/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:47:\"organizer/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:67:\"organizer/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"organizer/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matc
 hes[2]\";s:62:\"organizer/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:43:\"organizer/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:26:\"organizer/([^/]+)/embed/?$\";s:46:\"index.php?wcb_organizer=$matches[1]&embed=true\";s:30:\"organizer/([^/]+)/trackback/?$\";s:40:\"index.php?wcb_organizer=$matches[1]&tb=1\";s:38:\"organizer/([^/]+)/page/?([0-9]{1,})/?$\";s:53:\"index.php?wcb_organizer=$matches[1]&paged=$matches[2]\";s:45:\"organizer/([^/]+)/comment-page-([0-9]{1,})/?$\";s:53:\"index.php?wcb_organizer=$matches[1]&cpage=$matches[2]\";s:34:\"organizer/([^/]+)(?:/([0-9]+))?/?$\";s:52:\"index.php?wcb_organizer=$matches[1]&page=$matches[2]\";s:26:\"organizer/[^/]+/([^/]+)/?$\";s:32:\"in
 dex.php?attachment=$matches[1]\";s:36:\"organizer/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:56:\"organizer/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:51:\"organizer/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:51:\"organizer/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:32:\"organizer/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:46:\"track/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:44:\"index.php?track=$matches[1]&feed=$matches[2]\";s:41:\"track/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:44:\"index.php?track=$matches[1]&feed=$matches[2]\";s:22:\"track/([^/
 ]+)/embed/?$\";s:38:\"index.php?track=$matches[1]&embed=true\";s:34:\"track/([^/]+)/page/?([0-9]{1,})/?$\";s:45:\"index.php?track=$matches[1]&paged=$matches[2]\";s:16:\"track/([^/]+)/?$\";s:27:\"index.php?track=$matches[1]\";s:54:\"sponsor_level/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?sponsor_level=$matches[1]&feed=$matches[2]\";s:49:\"sponsor_level/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?sponsor_level=$matches[1]&feed=$matches[2]\";s:30:\"sponsor_level/([^/]+)/embed/?$\";s:46:\"index.php?sponsor_level=$matches[1]&embed=true\";s:42:\"sponsor_level/([^/]+)/page/?([0-9]{1,})/?$\";s:53:\"index.php?sponsor_level=$matches[1]&paged=$matches[2]\";s:24:\"sponsor_level/([^/]+)/?$\";s:35:\"index.php?sponsor_level=$matches[1]\";s:12:\"robots\\.txt$\";s:18:\"index.php?r
 obots=1\";s:48:\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$\";s:18:\"index.php?feed=old\";s:20:\".*wp-app\\.php(/.*)?$\";s:19:\"index.php?error=403\";s:18:\".*wp-register.php$\";s:23:\"index.php?register=true\";s:32:\"feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:27:\"(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:8:\"embed/?$\";s:21:\"index.php?&embed=true\";s:20:\"page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:41:\"comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:36:\"comments/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:17:\"comments/embed/?$\";s:21:\"index.php?&embed=true\";s:44:\&quo
 t;search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:39:\"search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:20:\"search/(.+)/embed/?$\";s:34:\"index.php?s=$matches[1]&embed=true\";s:32:\"search/(.+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?s=$matches[1]&paged=$matches[2]\";s:14:\"search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:47:\"author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:42:\"author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:23:\"author/([^/]+)/embed/?$\";s:44:\"index.php?author_name=$matches[1]&embed=true\";s:35:\"author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php
 ?author_name=$matches[1]&paged=$matches[2]\";s:17:\"author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:69:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:45:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/embed/?$\";s:74:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]\";s:39:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$\";s:63:\"index.php?year=$matches[
 1]&monthnum=$matches[2]&day=$matches[3]\";s:56:\"([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:51:\"([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:32:\"([0-9]{4})/([0-9]{1,2})/embed/?$\";s:58:\"index.php?year=$matches[1]&monthnum=$matches[2]&embed=true\";s:44:\"([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]\";s:26:\"([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:43:\"([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:38:\"([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\&quot
 ;index.php?year=$matches[1]&feed=$matches[2]\";s:19:\"([0-9]{4})/embed/?$\";s:37:\"index.php?year=$matches[1]&embed=true\";s:31:\"([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:13:\"([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:58:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:68:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:88:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:83:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:83:\&
 quot;[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:64:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:53:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/embed/?$\";s:91:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/trackback/?$\";s:85:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&tb=1\";s:77:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:72:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})
 /([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:65:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/page/?([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&paged=$matches[5]\";s:72:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/comment-page-([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&cpage=$matches[5]\";s:61:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)(?:/([0-9]+))?/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&page=$matches[5]\";s:47:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:57:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}
 /[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:77:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:53:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&cpage=$matches[4]\";s:51:\"([0-9]{4})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$
 \";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&cpage=$matches[3]\";s:38:\"([0-9]{4})/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&cpage=$matches[2]\";s:27:\".?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\".?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\".?.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true
 \";s:16:\"(.?.+?)/embed/?$\";s:41:\"index.php?pagename=$matches[1]&embed=true\";s:20:\"(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:40:\"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:35:\"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:28:\"(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:35:\"(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:24:\"(.?.+?)(?:/([0-9]+))?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";}','yes'),(2022,'finished_splitting_shared_terms','1','yes'),(2023,'widget_pages','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(2024,'widget_calendar','a:1:{s:12:\
 "_multiwidget\";i:1;}','yes'),(2025,'widget_archives','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(2026,'widget_meta','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(2027,'widget_search','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(2028,'widget_tag_cloud','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(2029,'widget_nav_menu','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(2030,'widget_akismet_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(2031,'widget_epcsp_subscribe','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(2032,'widget_wcb_sponsors','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(2033,'widget_wcpt_speakers','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(2034,'widget_wcpt_sessions','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(2035,'widget_wcpt_organizers','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(2038,'site_icon','0','yes'),(2039,'medium_large_size_w','768','yes'),(2040,'medium_large_si
 ze_h','0','yes'),(2060,'_transient_is_multi_author','0','yes'),(2061,'wpsupercache_gc_time','1561490244','yes'),(2062,'jetpack_sync_settings_disable','0','yes'),(2063,'_transient_timeout_jetpack_idc_allowed','1561492968','no'),(2064,'_transient_jetpack_idc_allowed','1','no'),(2065,'widget_media_audio','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(2066,'widget_media_image','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(2067,'widget_media_gallery','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(2068,'widget_media_video','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(2069,'widget_custom_html','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(2070,'widget_wcorg_campaign_monitor_wiget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(2071,'widget_wcorg_mailchimp_wiget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(2074,'do_activate','0','yes'),(2075,'_transient_timeout_jetpack_https_test','1561575769','no'),(2076,'_transient_jetpack_https_test','1','
 no'),(2077,'_transient_timeout_jetpack_https_test_message','1561575769','no'),(2078,'_transient_jetpack_https_test_message','','no'),(2079,'_transient_timeout_camptix-attendees-a0b552572c6d9b913b94a3b5833587ee','1561576644','no'),(2080,'_transient_camptix-attendees-a0b552572c6d9b913b94a3b5833587ee','a:2:{s:4:\"time\";i:1561490244;s:7:\"content\";s:160:\"        <div id=\"tix-attendees\">\n            <ul class=\"tix-attendee-list tix-columns-3\">\n                                      </ul>\n        </div>\n        <br class=\"tix-clear\"/>\n      \";}','no'),(2081,'is_https_supported','1','yes'),(2082,'insecure_content','a:0:{}','yes'),(2084,'wp_page_for_privacy_policy','0','yes'),(2085,'show_comments_cookies_opt_in','1','yes');
</ins><span class="cx" style="display: block; padding: 0 10px"> /*!40000 ALTER TABLE `wc_11_options` ENABLE KEYS */;
</span><span class="cx" style="display: block; padding: 0 10px"> UNLOCK TABLES;
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -194,7 +191,7 @@
</span><span class="cx" style="display: block; padding: 0 10px">   `post_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'publish',
</span><span class="cx" style="display: block; padding: 0 10px">   `comment_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'open',
</span><span class="cx" style="display: block; padding: 0 10px">   `ping_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'open',
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-  `post_password` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+  `post_password` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
</ins><span class="cx" style="display: block; padding: 0 10px">   `post_name` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
</span><span class="cx" style="display: block; padding: 0 10px">   `to_ping` text COLLATE utf8mb4_unicode_ci NOT NULL,
</span><span class="cx" style="display: block; padding: 0 10px">   `pinged` text COLLATE utf8mb4_unicode_ci NOT NULL,
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -212,7 +209,7 @@
</span><span class="cx" style="display: block; padding: 0 10px">   KEY `post_parent` (`post_parent`),
</span><span class="cx" style="display: block; padding: 0 10px">   KEY `post_author` (`post_author`),
</span><span class="cx" style="display: block; padding: 0 10px">   KEY `post_name` (`post_name`(191))
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-) ENGINE=InnoDB AUTO_INCREMENT=357 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+) ENGINE=InnoDB AUTO_INCREMENT=355 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
</ins><span class="cx" style="display: block; padding: 0 10px"> /*!40101 SET character_set_client = @saved_cs_client */;
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><span class="cx" style="display: block; padding: 0 10px"> --
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -221,7 +218,7 @@
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><span class="cx" style="display: block; padding: 0 10px"> LOCK TABLES `wc_11_posts` WRITE;
</span><span class="cx" style="display: block; padding: 0 10px"> /*!40000 ALTER TABLE `wc_11_posts` DISABLE KEYS */;
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-INSERT INTO `wc_11_posts` VALUES (1,1,'2014-03-25 15:25:14','2014-03-25 15:25:14','<p><em>Organizers note:</em> You can enter content for this page in the Sessions menu item in the sidebar.</p> <h1>Saturday, January 1st</h1> <p>[schedule date=\"YYYY-MM-DD\" tracks=\"example-track,another-example-track,yet-another-example-track\"]</p>','Schedule','','publish','open','open','','schedule','','','2014-03-25 15:25:14','2014-03-25 15:25:14','',0,'http://2014.misc.wordcamp.test/schedule/',0,'page','',0),(2,1,'2014-03-25 15:25:14','2014-03-25 15:25:14','<p><em>Organizers note:</em> You can enter content for this page in the Speakers menu item in the sidebar.</p> <p>[speakers]</p>','Speakers','','publish','open','open','','speakers','','','2014-03-25 15:25:14','2014-03-25 15:25:14','',0,'http:/
 /2014.misc.wordcamp.test/speakers/',0,'page','',0),(3,1,'2014-03-25 15:25:14','2014-03-25 15:25:14','<p><em>Organizers note:</em> You can enter content for this page in the Sessions menu item in the sidebar.</p> <p>[sessions]</p>','Sessions','','publish','open','open','','sessions','','','2014-03-25 15:25:14','2014-03-25 15:25:14','',0,'http://2014.misc.wordcamp.test/sessions/',0,'page','',0),(4,1,'2014-03-25 15:25:14','2014-03-25 15:25:14','<p><em>Organizers note:</em> Multi-event sponsors have been automatically created in the Sponsors menu, but you\'ll need to remove the ones that don\'t apply to your specific event. To find out which ones apply, please visit http://central.wordcamp.org/multi-event-sponsorship-packages/. After that, you should add the sponsors that are specific to your event.</p> <h3>Our Sponsors</h3> <p>Blurb thanking sponsors</p> <p>[sponsors]</p> <h3>Intereste
 d in sponsoring WordCamp this year?</h3> <p>Check out our <a href=\'/call-for-sponsors\'>Call for Sponsors</a> post for details on how you can help make this year\'s WordCamp the best it can be!</p>','Sponsors','','publish','open','open','','sponsors','','','2014-03-25 15:25:14','2014-03-25 15:25:14','',0,'http://2014.misc.wordcamp.test/sponsors/',0,'page','',0),(5,1,'2014-03-25 15:25:14','2014-03-25 15:25:14','','Location','','publish','open','open','','location','','','2014-03-25 15:25:14','2014-03-25 15:25:14','',0,'http://2014.misc.wordcamp.test/location/',0,'page','',0),(6,1,'2014-03-25 15:25:14','2014-03-25 15:25:14','<p><em>Organizers note:</em> You can enter content for this page in the Organizers menu item in the sidebar.</p> <p>[organizers]</p>','Organizers','','publish','open','open','','organizers','','','2014-03-25 15:25:14','2014-03-25 15:25:14','',0,'http://2014.misc.wordcamp.test/organizers/',0,'page',
 '',0),(7,1,'2014-03-25 17:44:56','2014-03-25 17:44:56','[camptix]','Tickets','','publish','closed','closed','','tickets','','','2014-06-21 20:23:48','2014-06-21 20:23:48','',0,'http://2014.misc.wordcamp.test/?page_id=7',0,'page','',0),(8,1,'2014-03-25 15:25:14','2014-03-25 15:25:14','[camptix_attendees columns=\"3\"]','Attendees','','publish','open','open','','attendees','','','2014-04-16 00:40:59','2014-04-16 00:40:59','',0,'http://2014.misc.wordcamp.test/?page_id=8',0,'page','',0),(9,1,'2014-03-25 15:25:14','0000-00-00 00:00:00','<p><em>Organizers note:</em> After your WordCamp is over and the sessions are published to WordPress.tv, you can embed them here. Just enter the event slug into the shortcode below, and hit the <em>Publish</em> button.</p> <p>[wptv event=\"enter-event-slug-here\"]</p>','Videos','','draft','open','open','','','','','2014-03-25 15:25:14','0000-00-00 00:00:00','',0,'http://2014.misc.wordcamp
 .test/?page_id=9',0,'page','',0),(10,1,'2014-03-25 15:25:14','0000-00-00 00:00:00','<p><em>Organizers note:</em> Upload photos to this page and they\'ll automagically appear in a slideshow!</p> <p>[slideshow]</p>','Slideshow','','draft','open','open','','','','','2014-03-25 15:25:14','0000-00-00 00:00:00','',0,'http://2014.misc.wordcamp.test/?page_id=10',0,'page','',0),(11,1,'2014-03-25 15:25:14','2014-03-25 15:25:14','<p>[contact-form to=\'ian.dunn@automattic.com\' subject=\'WordCamp Contact Request\'][contact-field label=\'Name\' type=\'name\' required=\'1\'/][contact-field label=\'Email\' type=\'email\' required=\'1\'/][contact-field label=\'Message\' type=\'textarea\' required=\'1\'/][/contact-form]</p>','Contact','','publish','open','open','','contact','','','2014-03-25 15:25:14','2014-03-25 15:25:14','',0,'http://2014.misc.wordcamp.test/contact/',0,'page','',0),(12,1,'2014-03-25 15:25:14','2014-03-25 15:25:14','[tagregator hashta
 g=\"#wcsf\"]','Social Media Stream','','publish','open','open','','social-media-stream','','','2014-06-21 21:03:22','2014-06-21 21:03:22','',0,'http://2014.misc.wordcamp.test/social-media-stream/',0,'page','',0),(13,1,'2014-03-25 15:25:14','2014-03-25 15:25:14','<p><em>Organizers note:</em> Below is a boilerplate code of conduct that you can customize; another great example is the Ada Initiative <a href=\"http://geekfeminism.wikia.com/wiki/Conference_anti-harassment/Policy\">anti-harassment policy.</a></p> <p>We also recommend the organizing team read this article on <a href=\"http://geekfeminism.wikia.com/wiki/Conference_anti-harassment/Responding_to_reports\">how to take a harassment report</a>.</p> <p>Please update the portions <span style=\"color: red; text-decoration: underline;\">with red text</span>. You can use the \"Remove Formatting\" button on th
 e toolbar (the eraser icon on the second line) to remove the color and underline.\n            <ol>\n                    <li>\n                            <h3>Purpose</h3>\n\n                                <p><span style=\"color: red; text-decoration: underline;\">WordCamp YourCityName</span> believes our community should be truly open for everyone. As such, we are committed to providing a friendly, safe and welcoming environment for all, regardless of gender, sexual orientation, disability, ethnicity, religion, preferred operating system, programming language, or text editor.</p>\n                               <p>This code of conduct outlines our expectations for participant behavior as well as the consequences for unacceptable behavior.</p>\n                             <p>We invite all sponsors, volunteers, speakers, attendees, and other participants to help us realize a safe and positive conference experience for everyone.</p>\n                 </li>\n\n                 <li>\n                            <h3>Open Source Citizenship</h3>\n\n                                <p>
 A supplemental goal of this code of conduct is to increase open source citizenship by encouraging participants to recognize and strengthen the relationships between what we do and the community at large.</p>\n                                <p>In service of this goal, <span style=\"color: red; text-decoration: underline;\">WordCamp YourCityName</span> organizers will be taking nominations for exemplary citizens throughout the event and will recognize select participants after the conference on the website.</p>\n                          <p>If you see someone who is making an extra effort to ensure our community is welcoming, friendly, and encourages all participants to contribute to the fullest extent, we want to know. <span style=\"color: red; text-decoration: underline;\">You can nominate someone at the Registration table or online at URL HERE.</span></p>\n                      </li>\n\n                 <li>\n                            <h3>Expected Behavior</h3>\n\n                              <ul>\n                                    &l
 t;li>Be considerate, respectful, and collaborative.</li>\n                                    <li>Refrain from demeaning, discriminatory or harassing behavior and speech.</li>\n                                 <li>Be mindful of your surroundings and of your fellow participants. Alert conference organizers if you notice a dangerous situation or someone in distress.</li>\n                                 <li>Participate in an authentic and active way. In doing so, you help to create <span style=\"color: red; text-decoration: underline;\">WordCamp YourCityName</span> and make it your own.</li>\n                             </ul>\n                   </li>\n\n                 <li>\n                            <h3>Unacceptable Behavior</h3>\n\n                          <p>Unacceptable behaviors include: intimidating, harassing, abusive, discriminatory, derogatory or demeaning conduct by any attendees of <span style=\"color: red; text-decoration: underline;\">WordCamp YourCityName</span> and related events. All <span style=\"color: red; text-d
 ecoration: underline;\">WordCamp YourCityName</span> venues may be shared with members of the public; please be respectful to all patrons of these locations.</p>\n                                <p>Harassment includes: offensive verbal comments related to gender, sexual orientation, race, religion, disability; inappropriate use of nudity and/or sexual images in public spaces (including presentation slides); deliberate intimidation, stalking or following; harassing photography or recording; sustained disruption of talks or other events; inappropriate physical contact, and unwelcome sexual attention.</p>\n                    </li>\n\n                 <li>\n                            <h3>Consequences Of Unacceptable Behavior</h3>\n\n                          <p>Unacceptable behavior will not be tolerated whether by other attendees, organizers, venue staff, sponsors, or other patrons of <span style=\"color: red; text-decoration: underline;\">WordCamp YourCityName</span> venues.</p>\n                          <p>Anyo
 ne asked to stop unacceptable behavior is expected to comply immediately.</p>\n                          <p>If a participant engages in unacceptable behavior, the conference organizers may take any action they deem appropriate, up to and including expulsion from the conference without warning or refund.</p>\n                       </li>\n\n                 <li>\n                            <h3>What To Do If You Witness Or Are Subject To Unacceptable Behavior</h3>\n\n                              <p>If you are subject to unacceptable behavior, notice that someone else is being subject to unacceptable behavior, or have any other concerns, please notify a conference organizer as soon as possible.</p>\n                             <p>The <span style=\"color: red; text-decoration: underline;\">WordCamp YourCityName</span> team will be available to help participants contact venue security or local law enforcement, to provide escorts, or to otherwise assist those experiencing unacceptable behavior to feel safe for the duration of the con
 ference. <span style=\"color: red; text-decoration: underline;\">Volunteers will be wearing XXXXXXXXXXXXXXXXXXXXXXXX.</span> Any volunteer can connect you with a conference organizer. You can also come to the special registration desk in the lobby and ask for the organizers.</p>\n                  </li>\n\n                 <li>\n                            <h3>Scope</h3>\n                            <p>We expect all conference participants (sponsors, volunteers, speakers, attendees, and other guests) to abide by this code of conduct at all conference venues and conference-related social events.</p>\n                        </li>\n\n                 <li>\n                            <h3>Contact Information</h3>\n\n                            <p><span style=\"color: red; text-decoration: underline;\">Contact info here! Make sure this includes a way to access the organizers during the event.</span></p>\n                   </li>\n\n                 <li>\n                            <h3>License And Attribution</h3>\n\n                                <p>This Code of Conduct is
  a direct swipe from the awesome work of Open Source Bridge, but with our event information substituted. The original is available at <a href=\"http://opensourcebridge.org/about/code-of-conduct/\">http://opensourcebridge.org/about/code-of-conduct/</a> and is released under a <a href=\"http://creativecommons.org/licenses/by-sa/3.0/\">Creative Commons Attribution-ShareAlike</a> license.</p>\n                    </li>\n           </ol>\n\n         ','Code of Conduct','','publish','open','open','','code-of-conduct','','','2014-03-25 15:25:14','2014-03-25 15:25:14','',0,'http://2014.misc.wordcamp.test/code-of-conduct/',0,'page','',0),(14,1,'2014-03-25 15:25:14','2014-03-25 15:25:14','<p><em>Organizers note:</em> Please update the portions <span style=\'color: red; text-decoration: underline;\'>with red text</span>.</p> <p>We\'re happy to announce that <span style=\'color: red; text-decoration: underline;\'>WordC
 amp YourCityName</span> is officially on the calendar!</p> <p><span style=\'color: red; text-decoration: underline;\'>WordCamp YourCityName</span> will be <span style=\'color: red; text-decoration: underline;\'>DATE(S)</span> at <span style=\'color: red; text-decoration: underline;\'>LOCATION</span>.</p> <p><span style=\'color: red; text-decoration: underline;\'>Subscribe using the form in the sidebar</span> to stay up to date on the most recent news. We’ll be keeping you posted on all the details over the coming months, including speaker submissions, ticket sales and more!</p>','Welcome to Miscellaneous','','publish','open','open','','welcome-to-miscellaneous','','','2014-03-25 15:25:14','2014-03-25 15:25:14','',0,'http://2014.misc.wordcamp.test/2014/03/25/welcome-to-miscellaneous/',0,'post','',0),(15,1,'2014-03-25 15:25:14','0000-00-00 00:00:00','<p><em>Organizers note:</em> Mak
 e sure you update the \'to\' address and other fields before publishing this page!</p> <p>Blurb with information for potential sponsors.</p> <p>[contact-form to=\'enter-your-address-here@example.net\' subject=\'WordCamp Sponsor Request\'][contact-field label=\'Contact Name\' type=\'text\' required=\'1\'/][contact-field label=\'Company Name\' type=\'name\' required=\'1\'/][contact-field label=\'Email\' type=\'email\' required=\'1\'/][contact-field label=\'Phone Number\' type=\'text\'/][contact-field label=\'Sponsorship Level\' type=\'text\'/][contact-field label=\'Why Would you Like to Sponsor WordCamp?\' type=\'textarea\' required=\'1\'/][contact-field label=\'Questions / Comments\' type=\'textarea\'/][/contact-form] </p>','Call for Sponsors','','draft','open','open','','','','','2014-03-25 15:25:14','0000-00-00 00:00:00','',0,'http://2014.misc.wordcamp.test/?p=15',0,'post','',0),(16,1,'2014-03-25 15:25:14','0000-00-00 00:00:00','<p><em>Orga
 nizers note:</em> Make sure you update the \'to\' address and other fields before publishing this page!</p> <p>Blurb with information for potential speakers.</p> <p>[contact-form to=\'enter-your-address-here@example.net\' subject=\'WordCamp Speaker Request\'][contact-field label=\'Name\' type=\'text\' required=\'1\'/][contact-field label=\'Email\' type=\'email\' required=\'1\'/][contact-field label=\'Topic(s) You%26#039;d Like to Present On\' type=\'textarea\' required=\'1\'/][contact-field label=\'Intended Audience\' type=\'text\' required=\'1\'/][contact-field label=\'Past Speaking Experience (not necessary to apply)\' type=\'textarea\'/][/contact-form]</p>','Call for Speakers','','draft','open','open','','','','','2014-03-25 15:25:14','0000-00-00 00:00:00','',0,'http://2014.misc.wordcamp.test/?p=16',0,'post','',0),(17,1,'2014-03-25 15:25:14','0000-00-00 00:00:00','<p><em>Organizers note:</em> Make sure you update the \'to\' ad
 dress and other fields before publishing this page!</p> <p>Blurb with information for potential volunteers.</p> <p>[contact-form to=\'enter-your-address-here@example.net\' subject=\'WordCamp Speaker Request\'][contact-field label=\'Name\' type=\'text\' required=\'1\'/][contact-field label=\'Email\' type=\'email\' required=\'1\'/][contact-field label=\'Skills / Interests / Experience (not necessary to volunteer)\' type=\'textarea\' required=\'1\'/][contact-field label=\'Number of Hours Available\' type=\'text\' required=\'1\'/][contact-field label=\'Questions / Comments\' type=\'textarea\'/][/contact-form]</p>','Call for Volunteers','','draft','open','open','','','','','2014-03-25 15:25:14','0000-00-00 00:00:00','',0,'http://2014.misc.wordcamp.test/?p=17',0,'post','',0),(18,1,'2014-03-25 15:25:14','2014-03-25 15:25:14','<p>If you use WordPress to build things for other people, Code Poet wants to make your life easier. No matter whether you freelanc
 e on a solo basis, lead a small web shop, make plugins in a dark closet, or crack the whip at a large design firm, Code Poet’s aim is to become your go-to source of information and resources to help you expand your WordPress skills and know-how. To make you better at what you do. To make it easier to make your living and look great doing it.</p> <p>You’re part of a tribe of WordPress designers and developers over 10,000 strong, spanning the entire globe. <a href=\'http://codepoet.com\'>codepoet.com</a> aims to bring the working knowledge and real world strategies of those people into one place, for you to tap into.</p>','Code Poet','','publish','open','open','','code-poet','','','2014-03-25 15:25:14','2014-03-25 15:25:14','',0,'http://2014.misc.wordcamp.test/sponsor/code-poet/',0,'wcb_sponsor','',0),(20,1,'2014-03-25 15:25:14','2014-03-25 15:25:14','<p>WPML turns WordPress websites multilingual. It works with caching, SEO and E-Commerce plugin
 s, and allows the building of complete multilingual sites. WPML powers simple blogs as well as corporate and enterprise sites.</p> <p>WPML allows users to translate everything in the site, including content, menus, widgets and even theme and plugin texts. WPML powers over 400,000 commercial websites from all over the world.</p> <p>More information about going multilingual can be found at <a href=\'http://wpml.org\'>WPML.org</a></p>','WPML','','publish','open','open','','wpml','','','2014-03-25 15:25:14','2014-03-25 15:25:14','',0,'http://2014.misc.wordcamp.test/sponsor/wpml/',0,'wcb_sponsor','',0),(22,1,'2014-03-25 15:25:15','2014-03-25 15:25:15','<p><a href=\'http://bluehost.com\'>Bluehost</a> has been a WordPress partner since 2005 and powers over one million WordPress sites. Their goal is to provide outstanding hosting services and customer support for the best possible price. Bluehost is also constantly innovating and u
 pgrading their services and infrastructure at no additional cost to their customers. Join the millions of other website owners that have already chosen Bluehost and see how they can help you with your site.</p>','Bluehost','','publish','open','open','','bluehost','','','2014-03-25 15:25:15','2014-03-25 15:25:15','',0,'http://2014.misc.wordcamp.test/sponsor/bluehost/',0,'wcb_sponsor','',0),(24,1,'2014-03-25 15:25:17','2014-03-25 15:25:17','<p>DreamHost is a global Web hosting and cloud services provider with over 350,000 customers and 1.2 million blogs, websites and apps hosted. The company offers a wide spectrum of Web hosting and cloud services including Shared Hosting, Virtual Private Servers (VPS), Dedicated Server Hosting, Domain Name Registration, the cloud storage service, DreamObjects, and the cloud computing service DreamCompute. More information can be found at <a href=\'http://dreamhost.com\'>http://dreamhost.com</a>.</p>','DreamHost','','publ
 ish','open','open','','dreamhost','','','2014-03-25 15:25:17','2014-03-25 15:25:17','',0,'http://2014.misc.wordcamp.test/sponsor/dreamhost/',0,'wcb_sponsor','',0),(26,1,'2014-03-25 15:25:17','2014-03-25 15:25:17','<p>From its inception in 1998, (mt) Media Temple has been on a mission to help people and businesses succeed online.</p> <p>Over 125,000 customers in 100 countries now rely on Media Temple’s tools for domain registration, web hosting, business applications, virtual servers, and other cloud services to power more than 1.5 million websites. With 200 dedicated, U.S.-based employees, Media Temple takes pride in our 24/7 customer support. Our customers range from everyday people to top bloggers, creative professionals, and small businesses, as well as large enterprises like Starbucks, Adidas, Samsung, and Toyota.</p> <p>More information can be found anytime on the web at <a href=\'http://mediatemple.com\'>http://mediatemple.com</a> or
  on Twitter <a href=\'https://twitter.com/mediatemple\'>@MediaTemple</a>.</p>','Media Temple','','publish','open','open','','media-temple','','','2014-03-25 15:25:17','2014-03-25 15:25:17','',0,'http://2014.misc.wordcamp.test/sponsor/media-temple/',0,'wcb_sponsor','',0),(28,1,'2014-03-25 15:25:17','2014-03-25 15:25:17','<p><a href=\'http://34sp.com\'>34SP.com</a> is a professional website hosting and domain name registration company offering services for web developers, bloggers, designers and small businesses throughout the world. The 34SP.com team of technical experts offers support and service coupled with a money-back guarantee to ensure client satisfaction. 34SP.com has particular focus in WordPress hosting, having supported the WordPress community since WordPress was originally developed and launched in 2003. The company currently hosts thousands of WordPress websites and is headquartered in central Manchester, England.</p>','34sp.com'
 ,'','publish','open','open','','34sp-com','','','2014-03-25 15:25:17','2014-03-25 15:25:17','',0,'http://2014.misc.wordcamp.test/sponsor/34sp-com/',0,'wcb_sponsor','',0),(31,1,'2014-03-25 17:42:18','2014-03-25 17:42:18','','General Admission','','publish','closed','closed','','general-admission','','','2014-03-25 17:42:18','2014-03-25 17:42:18','',0,'http://2014.misc.wordcamp.test/?post_type=tix_ticket&#038;p=31',0,'tix_ticket','',0),(75,2,'2014-04-16 00:32:32','2014-04-16 00:32:32','Pulled pork. Yummm','Pulled pork. Yummm','','publish','open','open','','pulled-pork-yummm%f0%9f%91','','','2014-04-16 00:32:32','2014-04-16 00:32:32','',0,'http://2014.misc.wordcamp.test/tggr-tweets/pulled-pork-yummm%f0%9f%91/',0,'tggr-tweets','',0),(76,2,'2014-04-16 00:30:59','2014-04-16 00:30:59','So, as an Acting Jew, I forgot I\'m not supposed to eat bread and just ate a Pulled Pork Sandwich. And I went all day. #dang @filkgb  I tried','So, as an Acting Jew, I forgot I\'m not supposed to','','pu
 blish','open','open','','so-as-an-acting-jew-i-forgot-im-not-supposed-to','','','2014-04-16 00:30:59','2014-04-16 00:30:59','',0,'http://2014.misc.wordcamp.test/tggr-tweets/so-as-an-acting-jew-i-forgot-im-not-supposed-to/',0,'tggr-tweets','',0),(77,2,'2014-04-16 00:30:31','2014-04-16 00:30:31','@markfreie In Hawaii, I had like a grilled cheese/bbq pulled pork sandwhich. BEST SANDWHICH I HAVE EVER HAD.','@markfreie In Hawaii, I had like a grilled cheese/','','publish','open','open','','markfreie-in-hawaii-i-had-like-a-grilled-cheese','','','2014-04-16 00:30:31','2014-04-16 00:30:31','',0,'http://2014.misc.wordcamp.test/tggr-tweets/markfreie-in-hawaii-i-had-like-a-grilled-cheese/',0,'tggr-tweets','',0),(78,2,'2014-04-16 00:27:55','2014-04-16 00:27:55','Pulled pork tacos with grilled corn &amp; cilantro rice and a sauce to top it that made us sweat! Yummy! http://t.co/9t5NHtRi8i','Pulled pork tacos with grilled corn &amp; cilantro','','publish','open','open','','pulled-pork-tac
 os-with-grilled-corn-cilantro','','','2014-04-16 00:27:55','2014-04-16 00:27:55','',0,'http://2014.misc.wordcamp.test/tggr-tweets/pulled-pork-tacos-with-grilled-corn-cilantro/',0,'tggr-tweets','',0),(79,2,'2014-04-16 00:27:10','2014-04-16 00:27:10','ugh! I want a pulled pork sandwich and baked beans w/ steak fries.','ugh! I want a pulled pork sandwich and baked beans','','publish','open','open','','ugh-i-want-a-pulled-pork-sandwich-and-baked-beans','','','2014-04-16 00:27:10','2014-04-16 00:27:10','',0,'http://2014.misc.wordcamp.test/tggr-tweets/ugh-i-want-a-pulled-pork-sandwich-and-baked-beans/',0,'tggr-tweets','',0),(80,2,'2014-04-16 00:25:32','2014-04-16 00:25:32','I would give someone\'s left leg for a pulled pork sandwich right now','I would give someone\'s left leg for a pulled pork ','','publish','open','open','','i-would-give-someones-left-leg-for-a-pulled-pork','','','2014-04-16 00:25:32','2014-04-16 00:25:32','',0,'http://2014.misc.wordcamp.test/tggr-tweets/i-would-give-so
 meones-left-leg-for-a-pulled-pork/',0,'tggr-tweets','',0),(81,2,'2014-04-16 00:24:10','2014-04-16 00:24:10','Creamy Herb &amp; Garlic Pulled Pork Potato Skins with Ranch Dill Sauce. #MemorableMelts http://t.co/sdqZF22oTN via @WhispersInspire','Creamy Herb &amp; Garlic Pulled Pork Potato Skins ','','publish','open','open','','creamy-herb-garlic-pulled-pork-potato-skins','','','2014-04-16 00:24:10','2014-04-16 00:24:10','',0,'http://2014.misc.wordcamp.test/tggr-tweets/creamy-herb-garlic-pulled-pork-potato-skins/',0,'tggr-tweets','',0),(82,2,'2014-04-16 00:23:56','2014-04-16 00:23:56','I had this at Dickey\'s for dinner &amp; it was everything I thought it could be. Yeah there\'s pulled pork hiding in there http://t.co/EbkT8OIGFm','I had this at Dickey\'s for dinner &amp; it was eve','','publish','open','open','','i-had-this-at-dickeys-for-dinner-it-was-eve','','','2014-04-16 00:23:56','2014-04-16 00:23:56','',0,'http://2014.misc.wordcamp.test/tggr-tweets/i-had-this-at-
 dickeys-for-dinner-it-was-eve/',0,'tggr-tweets','',0),(83,2,'2014-04-16 00:22:55','2014-04-16 00:22:55','Just had Smokin\' Bones\' pulled pork BBQ sandwich and it was absolutely the BEST bbq I\'ve everrrr had ','Just had Smokin\' Bones\' pulled pork BBQ sandwich a','','publish','open','open','','just-had-smokin-bones-pulled-pork-bbq-sandwich-a','','','2014-04-16 00:22:55','2014-04-16 00:22:55','',0,'http://2014.misc.wordcamp.test/tggr-tweets/just-had-smokin-bones-pulled-pork-bbq-sandwich-a/',0,'tggr-tweets','',0),(84,2,'2014-04-15 00:52:49','2014-04-15 00:52:49','2/16/14','Three Piggies - Kurobuta pork belly, bacon, pulled pork','','publish','open','open','','three-piggies-kurobuta-pork-belly-bacon-pulled-pork','','','2014-04-15 00:52:49','2014-04-15 00:52:49','',0,'http://2014.misc.wordcamp.test/tggr-flickr/three-piggies-kurobuta-pork-belly-bacon-pulled-pork/',0,'tggr-flickr','',0),(85,2,'2014-04-12 22:14:43','2014-04-12 22:14:43','In Downtown LA at Grand Central Market.\n\n- Bacon
  and blue cheese potato salad\n\n- Pulled Pork\n\n- Brisket\n\n- Mac and Cheese\n\nThe funniest thing about this trip was that I apparently ordered the last amount of pulled pork. Dude at the cash register handed me a piece of chalk and told me to cross off the pulled pork from the chalkboard. Awesome!','Horse thief bbq','','publish','open','open','','horse-thief-bbq','','','2014-04-12 22:14:43','2014-04-12 22:14:43','',0,'http://2014.misc.wordcamp.test/tggr-flickr/horse-thief-bbq/',0,'tggr-flickr','',0),(86,2,'2014-04-11 22:24:13','2014-04-11 22:24:13','pulled pork, cole slaw, fried egg with a side of kale salad…click link below to read full review….  <a href=\"http://placesiveeaten.blogspot.com/2014/04/food-truck-boneyard.html\">placesiveeaten.blogspot.com/2014/04/food-truck-boneyard.html</a>','pulled pork sandwich from The Boneyard Food Truck in San Francisco','','publish','open','open','','pulled-pork-sandwich-from-the-boneyard-food-truck-in-san-francis
 co','','','2014-04-11 22:24:13','2014-04-11 22:24:13','',0,'http://2014.misc.wordcamp.test/tggr-flickr/pulled-pork-sandwich-from-the-boneyard-food-truck-in-san-francisco/',0,'tggr-flickr','',0),(87,2,'2014-04-07 23:32:50','2014-04-07 23:32:50','A customer adds the finishing touches to his burger at Issa\'s food stall for the Boat Race outside St Mary\'s Church, Putney, London SW15.\n\niPhone 5s + Silver EfEx Pro 2.','With Relish','','publish','open','open','','with-relish','','','2014-04-07 23:32:50','2014-04-07 23:32:50','',0,'http://2014.misc.wordcamp.test/tggr-flickr/with-relish/',0,'tggr-flickr','',0),(88,2,'2014-04-07 03:24:51','2014-04-07 03:24:51','mmmmmm! teach ME how thugie!','Flarmando and Ignezbiano: \"Whaz UP, Papi?\" on VHS - (a.)','','publish','open','open','','flarmando-and-ignezbiano-whaz-up-papi-on-vhs-a','','','2014-04-07 03:24:51','2014-04-07 03:24:51','',0,'http://2014.misc.wordcamp.test/tggr-flickr/flarmando-and-ignezbiano-whaz-up-papi-on-vhs-a/',0,'tg
 gr-flickr','',0),(89,2,'2014-04-07 03:25:37','2014-04-07 03:25:37','mmmmmm! teach ME how thugie!','Flarmando and Ignezbiano: \"Whaz UP, Papi?\" on VHS - (b.)','','publish','open','open','','flarmando-and-ignezbiano-whaz-up-papi-on-vhs-b','','','2014-04-07 03:25:37','2014-04-07 03:25:37','',0,'http://2014.misc.wordcamp.test/tggr-flickr/flarmando-and-ignezbiano-whaz-up-papi-on-vhs-b/',0,'tggr-flickr','',0),(91,2,'2014-04-02 01:13:17','2014-04-02 01:13:17','<a href=\"http://angelasfoodlove.com/food-blog/2014/3/15/indian-spiced-pulled-pork-sandwiches-with-tamarind-bbq-sauce.html\">angelasfoodlove.com/food-blog/2014/3/15/indian-spiced-pul...</a>','IMG_5953-2','','publish','open','open','','img_5953-2','','','2014-04-02 01:13:17','2014-04-02 01:13:17','',0,'http://2014.misc.wordcamp.test/tggr-flickr/img_5953-2/',0,'tggr-flickr','',0),(92,2,'2014-04-02 01:12:32','2014-04-02 01:12:32','<a href=\"http://angelasfoodlove.com/food-blog/2014/3/15/indian-sp
 iced-pulled-pork-sandwiches-with-tamarind-bbq-sauce.html\">angelasfoodlove.com/food-blog/2014/3/15/indian-spiced-pul...</a>','IMG_5917-3','','publish','open','open','','img_5917-3','','','2014-04-02 01:12:32','2014-04-02 01:12:32','',0,'http://2014.misc.wordcamp.test/tggr-flickr/img_5917-3/',0,'tggr-flickr','',0),(93,2,'2014-04-02 01:13:46','2014-04-02 01:13:46','<a href=\"http://angelasfoodlove.com/food-blog/2014/3/15/indian-spiced-pulled-pork-sandwiches-with-tamarind-bbq-sauce.html\">angelasfoodlove.com/food-blog/2014/3/15/indian-spiced-pul...</a>','IMG_5925-2','','publish','open','open','','img_5925-2','','','2014-04-02 01:13:46','2014-04-02 01:13:46','',0,'http://2014.misc.wordcamp.test/tggr-flickr/img_5925-2/',0,'tggr-flickr','',0),(94,2,'2014-03-30 12:30:16','2014-03-30 12:30:16','notsolazysundays.com/mains/epic-post-xmas-lunch-feast-part-2-pulled-pork-tacos/454/','Post Christmas Feast- Finished Plate','','publish','open','open','','post-chr
 istmas-feast-finished-plate','','','2014-03-30 12:30:16','2014-03-30 12:30:16','',0,'http://2014.misc.wordcamp.test/tggr-flickr/post-christmas-feast-finished-plate/',0,'tggr-flickr','',0),(95,2,'2014-03-30 12:26:57','2014-03-30 12:26:57','with apple slaw, pickles &amp; Mustard mayo\n\nnotsolazysundays.com/mains/epic-post-xmas-lunch-feast-part-2-pulled-pork-tacos/454/','Post Christmas Feast - Pulled Pork Tacos','','publish','open','open','','post-christmas-feast-pulled-pork-tacos','','','2014-03-30 12:26:57','2014-03-30 12:26:57','',0,'http://2014.misc.wordcamp.test/tggr-flickr/post-christmas-feast-pulled-pork-tacos/',0,'tggr-flickr','',0),(96,2,'2014-03-30 12:29:27','2014-03-30 12:29:27','notsolazysundays.com/mains/epic-post-xmas-lunch-feast-part-2-pulled-pork-tacos/454/','Post Christmas Feast','','publish','open','open','','post-christmas-feast','','','2014-03-30 12:29:27','2014-03-30 12:29:27','',0,'http://2014.misc.wordcamp.test/tggr-flickr/post-christmas-feast/',0,'tggr-flic
 kr','',0),(97,2,'2014-03-30 12:23:46','2014-03-30 12:23:46','notsolazysundays.com/mains/epic-post-xmas-lunch-feast-part-2-pulled-pork-tacos/454/','Post Christmas Feast - Apple Slaw','','publish','open','open','','post-christmas-feast-apple-slaw','','','2014-03-30 12:23:46','2014-03-30 12:23:46','',0,'http://2014.misc.wordcamp.test/tggr-flickr/post-christmas-feast-apple-slaw/',0,'tggr-flickr','',0),(98,2,'2014-03-30 12:26:17','2014-03-30 12:26:17','notsolazysundays.com/mains/epic-post-xmas-lunch-feast-part-2-pulled-pork-tacos/454/','Post Christmas Feast - Apple Slaw','','publish','open','open','','post-christmas-feast-apple-slaw-2','','','2014-03-30 12:26:17','2014-03-30 12:26:17','',0,'http://2014.misc.wordcamp.test/tggr-flickr/post-christmas-feast-apple-slaw-2/',0,'tggr-flickr','',0),(99,2,'2014-03-30 12:27:36','2014-03-30 12:27:36','with apple slaw, pickles &amp; Mustard mayo\n\nnotsolazysundays.com/mains/epic-post-xmas-lunch-feast-part-2-pulled-pork-tacos/454/','Post Christma
 s Feast - Pulled Pork Tacos','','publish','open','open','','post-christmas-feast-pulled-pork-tacos-2','','','2014-03-30 12:27:36','2014-03-30 12:27:36','',0,'http://2014.misc.wordcamp.test/tggr-flickr/post-christmas-feast-pulled-pork-tacos-2/',0,'tggr-flickr','',0),(100,2,'2014-03-30 12:28:20','2014-03-30 12:28:20','with apple slaw, pickles &amp; Mustard mayo\n\nnotsolazysundays.com/mains/epic-post-xmas-lunch-feast-part-2-pulled-pork-tacos/454/','Post Christmas Feast - Pulled Pork Tacos','','publish','open','open','','post-christmas-feast-pulled-pork-tacos-3','','','2014-03-30 12:28:20','2014-03-30 12:28:20','',0,'http://2014.misc.wordcamp.test/tggr-flickr/post-christmas-feast-pulled-pork-tacos-3/',0,'tggr-flickr','',0),(101,2,'2014-03-30 12:25:15','2014-03-30 12:25:15','notsolazysundays.com/mains/epic-post-xmas-lunch-feast-part-2-pulled-pork-tacos/454/','Post Christmas Feast - Pulled Pork','','publish','open','open','','post-christmas-feast-pulled-pork','','','2014-03-30 12:25:
 15','2014-03-30 12:25:15','',0,'http://2014.misc.wordcamp.test/tggr-flickr/post-christmas-feast-pulled-pork/',0,'tggr-flickr','',0),(102,2,'2014-03-29 13:12:03','2014-03-29 13:12:03','yum','Pulled pork, fried egg, watercress bun AUD13 - Little Tommy Tucker, Bentleigh','','publish','open','open','','pulled-pork-fried-egg-watercress-bun-aud13-little-tommy-tucker-bentleigh','','','2014-03-29 13:12:03','2014-03-29 13:12:03','',0,'http://2014.misc.wordcamp.test/tggr-flickr/pulled-pork-fried-egg-watercress-bun-aud13-little-tommy-tucker-bentleigh/',0,'tggr-flickr','',0),(103,2,'2014-03-29 13:12:05','2014-03-29 13:12:05','yum','Oozy yolk - Pulled pork, fried egg, watercress bun AUD13 - Little Tommy Tucker, Bentleigh','','publish','open','open','','oozy-yolk-pulled-pork-fried-egg-watercress-bun-aud13-little-tommy-tucker-bentleigh','','','2014-03-29 13:12:05','2014-03-29 13:12:05','',0,'http://2014.misc.wordcamp.test/tggr-flickr/oozy-yolk-pulled-pork-fried-egg-watercress-bun-aud13-little-tomm
 y-tucker-bentleigh/',0,'tggr-flickr','',0),(104,2,'2014-03-28 19:50:44','2014-03-28 19:50:44','Jason Cruz','Pulled Pork Sandwich and Burger (Side)','','publish','open','open','','pulled-pork-sandwich-and-burger-side','','','2014-03-28 19:50:44','2014-03-28 19:50:44','',0,'http://2014.misc.wordcamp.test/tggr-flickr/pulled-pork-sandwich-and-burger-side/',0,'tggr-flickr','',0),(105,2,'2014-03-28 19:50:39','2014-03-28 19:50:39','Jason Cruz','Pulled Pork and Burger','','publish','open','open','','pulled-pork-and-burger','','','2014-03-28 19:50:39','2014-03-28 19:50:39','',0,'http://2014.misc.wordcamp.test/tggr-flickr/pulled-pork-and-burger/',0,'tggr-flickr','',0),(106,2,'2014-03-28 17:29:39','2014-03-28 17:29:39','Pulled Pork, Loaded Potato Salad, Chili Beans','Big Bib - BBQ Plate','','publish','open','open','','big-bib-bbq-plate','','','2014-03-28 17:29:39','2014-03-28 17:29:39','',0,'http://2014.misc.wordcamp.test/tggr-flickr/big-bib-bbq-plate/',0,'tggr-flickr','',0),(107,2,'2014-03-25
  18:48:34','2014-03-25 18:48:34','','Eggs piglet','','publish','open','open','','eggs-piglet','','','2014-03-25 18:48:34','2014-03-25 18:48:34','',0,'http://2014.misc.wordcamp.test/tggr-flickr/eggs-piglet/',0,'tggr-flickr','',0),(108,2,'2014-03-24 18:19:28','2014-03-24 18:19:28','                    yes, an actual Bloody because I forgot to ask for gin instead of vodka. and paid $14 for freakin\' grey goose. Sad, sad.           ','Bloody Mary','','publish','open','open','','bloody-mary','','','2014-03-24 18:19:28','2014-03-24 18:19:28','',0,'http://2014.misc.wordcamp.test/tggr-flickr/bloody-mary/',0,'tggr-flickr','',0),(109,2,'2014-03-24 16:26:55','2014-03-24 16:26:55','','Ribeye/Filet mix Burger w/ Fried Shallots, Fried Pickles, Pulled Pork, and Skinny Fries','','publish','open','open','','ribeyefilet-mix-burger-w-fried-shallots-fried-pickles-pulled-pork-and-skinny-fries','','','2014-03-24 16:26:55','2014-03-24 16:26:55','',0,'http://2014.misc.wordcamp.test/tggr-flickr/ribeyefilet-
 mix-burger-w-fried-shallots-fried-pickles-pulled-pork-and-skinny-fries/',0,'tggr-flickr','',0),(110,2,'2014-03-23 17:16:28','2014-03-23 17:16:28','You place your order at a window in a little building outside Rock Wall Winery, then take a seat either in the geodesic dome or outside on the deck.  On a clear day the view across what\'s left of the runways at the old Alameda Naval Air Station to San Francisco across the Bay is spectacular.\n\nThe BBQ pulled pork sandwich (the day\'s sandwich special; there is also a burger special and maybe one or two others) was pretty tasty, although I would have liked some sauce.  Also, it was a bit small for the hefty price.  A nice homemade bun.  The handcut fries were phenomenal!  They are served with catsup and the day\'s aioli - this day it was jalapeno and lime.  Not hot at all, very good.  The slaw, on the other hand, had a bite to it but it combined well with the sweet-ish pork.','photo - Scolari\'s Pulled Pork Sandwich At Rock Wall Winery',
 '','publish','open','open','','photo-scolaris-pulled-pork-sandwich-at-rock-wall-winery','','','2014-03-23 17:16:28','2014-03-23 17:16:28','',0,'http://2014.misc.wordcamp.test/tggr-flickr/photo-scolaris-pulled-pork-sandwich-at-rock-wall-winery/',0,'tggr-flickr','',0),(111,2,'2014-03-22 12:42:08','2014-03-22 12:42:08','','Hobbs','','publish','open','open','','hobbs','','','2014-03-22 12:42:08','2014-03-22 12:42:08','',0,'http://2014.misc.wordcamp.test/tggr-flickr/hobbs/',0,'tggr-flickr','',0),(112,2,'2014-03-21 18:50:07','2014-03-21 18:50:07','I\'d rate it 3/10, and will likely never return. If this restaurant were in Canada, then sure... but this is the South. ','Buh-Ba-Q on MLK','','publish','open','open','','buh-ba-q-on-mlk','','','2014-03-21 18:50:07','2014-03-21 18:50:07','',0,'http://2014.misc.wordcamp.test/tggr-flickr/buh-ba-q-on-mlk/',0,'tggr-flickr','',0),(113,2,'2014-03-20 19:17:32','2014-03-20 19:17:32','#bbq (via Foodspotting)','Pulled Pork @ The Hog Pit New York City','',
 'publish','open','open','','pulled-pork-the-hog-pit-new-york-city','','','2014-03-20 19:17:32','2014-03-20 19:17:32','',0,'http://2014.misc.wordcamp.test/tggr-flickr/pulled-pork-the-hog-pit-new-york-city/',0,'tggr-flickr','',0),(114,2,'2014-03-10 05:41:32','2014-03-10 05:41:32','Blame it on the boogie.\n\n\n<a href=\"http://milk-and.blogspot.com.au/2014/03/slow-cooker-cola-pulled-pork-burritos.html\">milk-and.blogspot.com.au/2014/03/slow-cooker-cola-pulled-...</a>','Slow Cooker Cola Pulled Pork Burritos','','publish','open','open','','slow-cooker-cola-pulled-pork-burritos','','','2014-03-10 05:41:32','2014-03-10 05:41:32','',0,'http://2014.misc.wordcamp.test/tggr-flickr/slow-cooker-cola-pulled-pork-burritos/',0,'tggr-flickr','',0),(115,2,'2014-03-10 05:41:34','2014-03-10 05:41:34','Blame it on the boogie.\n\n\n<a href=\"http://milk-and.blogspot.com.au/2014/03/slow-cooker-cola-pulled-pork-burritos.html\">milk-and.blogspot.com.au/2014/03/slow-cook
 er-cola-pulled-...</a>','Slow Cooker Cola Pulled Pork Burritos','','publish','open','open','','slow-cooker-cola-pulled-pork-burritos-2','','','2014-03-10 05:41:34','2014-03-10 05:41:34','',0,'http://2014.misc.wordcamp.test/tggr-flickr/slow-cooker-cola-pulled-pork-burritos-2/',0,'tggr-flickr','',0),(116,2,'2014-03-10 05:41:36','2014-03-10 05:41:36','Blame it on the boogie.\n\n\n<a href=\"http://milk-and.blogspot.com.au/2014/03/slow-cooker-cola-pulled-pork-burritos.html\">milk-and.blogspot.com.au/2014/03/slow-cooker-cola-pulled-...</a>','Slow Cooker Cola Pulled Pork Burritos','','publish','open','open','','slow-cooker-cola-pulled-pork-burritos-3','','','2014-03-10 05:41:36','2014-03-10 05:41:36','',0,'http://2014.misc.wordcamp.test/tggr-flickr/slow-cooker-cola-pulled-pork-burritos-3/',0,'tggr-flickr','',0),(117,2,'2014-03-10 05:41:35','2014-03-10 05:41:35','Blame it on the boogie.\n\n\n<a href=\"http://milk-and.blogspot.com.au/2014/03/slow-cooker-co
 la-pulled-pork-burritos.html\">milk-and.blogspot.com.au/2014/03/slow-cooker-cola-pulled-...</a>','Slow Cooker Cola Pulled Pork Burritos','','publish','open','open','','slow-cooker-cola-pulled-pork-burritos-4','','','2014-03-10 05:41:35','2014-03-10 05:41:35','',0,'http://2014.misc.wordcamp.test/tggr-flickr/slow-cooker-cola-pulled-pork-burritos-4/',0,'tggr-flickr','',0),(118,2,'2014-03-10 05:41:37','2014-03-10 05:41:37','Blame it on the boogie.\n\n\n<a href=\"http://milk-and.blogspot.com.au/2014/03/slow-cooker-cola-pulled-pork-burritos.html\">milk-and.blogspot.com.au/2014/03/slow-cooker-cola-pulled-...</a>','Slow Cooker Cola Pulled Pork Burritos','','publish','open','open','','slow-cooker-cola-pulled-pork-burritos-5','','','2014-03-10 05:41:37','2014-03-10 05:41:37','',0,'http://2014.misc.wordcamp.test/tggr-flickr/slow-cooker-cola-pulled-pork-burritos-5/',0,'tggr-flickr','',0),(119,2,'2014-03-10 05:41:33','2014-03-10 05:41:33','Blame it on the boog
 ie.\n\n\n<a href=\"http://milk-and.blogspot.com.au/2014/03/slow-cooker-cola-pulled-pork-burritos.html\">milk-and.blogspot.com.au/2014/03/slow-cooker-cola-pulled-...</a>','Slow Cooker Cola Pulled Pork Burritos','','publish','open','open','','slow-cooker-cola-pulled-pork-burritos-6','','','2014-03-10 05:41:33','2014-03-10 05:41:33','',0,'http://2014.misc.wordcamp.test/tggr-flickr/slow-cooker-cola-pulled-pork-burritos-6/',0,'tggr-flickr','',0),(120,2,'2014-03-10 05:41:37','2014-03-10 05:41:37','Blame it on the boogie.\n\n\n<a href=\"http://milk-and.blogspot.com.au/2014/03/slow-cooker-cola-pulled-pork-burritos.html\">milk-and.blogspot.com.au/2014/03/slow-cooker-cola-pulled-...</a>','Slow Cooker Cola Pulled Pork Burritos','','publish','open','open','','slow-cooker-cola-pulled-pork-burritos-7','','','2014-03-10 05:41:37','2014-03-10 05:41:37','',0,'http://2014.misc.wordcamp.test/tggr-flickr/slow-cooker-cola-pulled-pork-burritos-7/',0,'tggr-flick
 r','',0),(121,2,'2014-03-10 05:41:34','2014-03-10 05:41:34','Blame it on the boogie.\n\n\n<a href=\"http://milk-and.blogspot.com.au/2014/03/slow-cooker-cola-pulled-pork-burritos.html\">milk-and.blogspot.com.au/2014/03/slow-cooker-cola-pulled-...</a>','Slow Cooker Cola Pulled Pork Burritos','','publish','open','open','','slow-cooker-cola-pulled-pork-burritos-8','','','2014-03-10 05:41:34','2014-03-10 05:41:34','',0,'http://2014.misc.wordcamp.test/tggr-flickr/slow-cooker-cola-pulled-pork-burritos-8/',0,'tggr-flickr','',0),(122,2,'2014-03-09 00:37:17','2014-03-09 00:37:17','Hawaiian Pork Sammies a la Boitano \'The Saturday Special\' from 3/8. Red Hawaiian Alaea Salt rubbed Pork Shoulder, smoked overnight, pulled, piled high on King\'s Hawaiian Sweet Rolls; dressed with Asian Slaw and a pineapple based Sweet &amp; Sour BBQ Sauce. Live Oak Barbecue East Side Austin Texas','Live Oak BBQ Pulled Pork Sandwich Hawaiian Style','','publish','open','open','','live-oak-
 bbq-pulled-pork-sandwich-hawaiian-style','','','2014-03-09 00:37:17','2014-03-09 00:37:17','',0,'http://2014.misc.wordcamp.test/tggr-flickr/live-oak-bbq-pulled-pork-sandwich-hawaiian-style/',0,'tggr-flickr','',0),(123,2,'2014-03-07 02:59:07','2014-03-07 02:59:07','','mac & cheese anyone?','','publish','open','open','','mac-cheese-anyone','','','2014-03-07 02:59:07','2014-03-07 02:59:07','',0,'http://2014.misc.wordcamp.test/tggr-flickr/mac-cheese-anyone/',0,'tggr-flickr','',0),(124,2,'2014-02-28 19:19:54','2014-02-28 19:19:54','Pulled pork for dinner today.\nCooked itself more or less. \n\nFingerlicking good. ','Pulled Pork','','publish','open','open','','pulled-pork','','','2014-02-28 19:19:54','2014-02-28 19:19:54','',0,'http://2014.misc.wordcamp.test/tggr-flickr/pulled-pork/',0,'tggr-flickr','',0),(125,2,'2014-02-28 07:38:05','2014-02-28 07:38:05','','South Carolina Pulled Pork Sandwich','','publish','open','open','','south-carolina-pulled-pork-sandwich','','','2014-02-28 07:3
 8:05','2014-02-28 07:38:05','',0,'http://2014.misc.wordcamp.test/tggr-flickr/south-carolina-pulled-pork-sandwich/',0,'tggr-flickr','',0),(126,2,'2014-02-26 22:20:27','2014-02-26 22:20:27','Eastbound billboard on the Santan Freeway Loop 202 for The Great American Barbeque &amp; Beer Festival 2014.\n\nBBQ BEER MUSIC in Downtown Chandler\nSaturday, March 22\n<a href=\"http://www.chandlerbbq.com\">www.chandlerbbq.com</a>\nLike on Facebook <a href=\"https://www.facebook.com/bbq.beer.music\">www.facebook.com/bbq.beer.music</a>\n\nPRESENTED BY:\nAk Chin Indian Community <a href=\"http://www.ak-chin.nsn.us\">www.ak-chin.nsn.us</a>\nSanTan Brewing Company <a href=\"http://www.santanbrewing.com\">www.santanbrewing.com</a>\nThe Downtown Chandler Community Partnership <a href=\"http://downtownchandler.org\">downtownchandler.org</a>\nBashas\' Grocery Stores <a href=\"http://w
 ww.bashas.com\">www.bashas.com</a>\n\nMark your calendars, the Great American Barbeque &amp; Beer Festival is BACK on Saturday, March 22, 2014.  The Great American Barbeque &amp; Beer Festival will fill the downtown Chandler air with the sweet aroma of BBQ pork, beef, chicken and ribs. \n\nENTERTAINMENT:\nBlues Traveler <a href=\"http://www.bluestraveler.com\">www.bluestraveler.com</a>\nCraig Campbell <a href=\"http://craigcampbell.tv\">craigcampbell.tv</a>\nLaura Walsh <a href=\"http://www.laurawalshmusic.com\">www.laurawalshmusic.com</a>\nGeorgia Chrome <a href=\"https://www.facebook.com/pages/Georgia-Chrome/599984606684926\">www.facebook.com/pages/Georgia-Chrome/599984606684926</a>\n\nWinner of Outstanding Event of the Year in 2012 and 2013 at the APS AzTEC Awards, the 2014 Great American Barbeque &amp; Beer Festival will be the biggest and best year yet with expanded
  event zones, more than 100 exhibitors, and over 60 Pit Masters from across the nation serving up over 20,000 lbs of mouth-watering pork ribs, pulled pork, brisket and chicken, all paired with the state’s finest craft beer. \n\nOn Saturday, March 22, doors open at noon and close at 10 p.m. In addition to BBQ and beer, event highlights include national headlining entertainment, a March Madness lounge, a Harley Davidson bike zone, an expanded kids zone, farmers market, eating competitions, and much more.\n\nGeneral admission tickets are $10 and that includes entry into the event at noon. Food and beverages are sold separately. Children 12 years of age and younger are admitted for free. Presale tickets can be purchased online at <a href=\"http://www.chandlerbbq.com\">www.chandlerbbq.com</a>. \n\nA portion of the event proceeds will benefit the Boot Campaign, a 501(c)(3) dedicated to providing assistance to wounded military and their families with job placement a
 nd securing mortgage free homes, post traumatic stress disorder counseling, adaptive clothing and much more. For more information about the Boot Campaign, visit <a href=\"http://www.bootcampaign.com\">www.bootcampaign.com</a>.\n\nThe Santan Freeway Loop 202 is in the southeast valley of Phoenix. Onsite Insite offers billboards along the Santan Freeway between I-10 and the Price Freeway Loop 101 in Chandler.','Billboard for the The Great American Barbeque & Beer Festival 2014 - Santan Freeway Loop 202, Chandler, AZ','','publish','open','open','','billboard-for-the-the-great-american-barbeque-beer-festival-2014-santan-freeway-loop-202-chandler-az','','','2014-02-26 22:20:27','2014-02-26 22:20:27','',0,'http://2014.misc.wordcamp.test/tggr-flickr/billboard-for-the-the-great-american-barbeque-beer-festival-2014-santan-freeway-loop-202-chandler-az/',0,'tggr-flickr','',0),(127,2,'2014-02-26 16:21:49','2014-02-26 16:21:49','AMAZING\n\nPortland, OR','Pulled Pork San
 dwich at Bunk','','publish','open','open','','pulled-pork-sandwich-at-bunk','','','2014-02-26 16:21:49','2014-02-26 16:21:49','',0,'http://2014.misc.wordcamp.test/tggr-flickr/pulled-pork-sandwich-at-bunk/',0,'tggr-flickr','',0),(129,2,'2014-02-24 01:53:48','2014-02-24 01:53:48','&quot;The Squealer&quot; found at The Prized Pig BBQ restaurant in Niles, MI. Pulled pork stacked with mac and cheese, coleslaw, and fried onions.','The Squealer Pulled Pork Sandwich','','publish','open','open','','the-squealer-pulled-pork-sandwich','','','2014-02-24 01:53:48','2014-02-24 01:53:48','',0,'http://2014.misc.wordcamp.test/tggr-flickr/the-squealer-pulled-pork-sandwich/',0,'tggr-flickr','',0),(130,2,'2014-02-21 19:44:21','2014-02-21 19:44:21','Pulled pork with beans and pork rinds','Pulled pork with beans and pork rinds','','publish','open','open','','pulled-pork-with-beans-and-pork-rinds','','','2014-02-21 19:44:21','2014-02-21 19:44:21','',0,'http://2014.misc.wordcamp.test/tggr-flickr/pu
 lled-pork-with-beans-and-pork-rinds/',0,'tggr-flickr','',0),(131,2,'2014-02-20 02:16:18','2014-02-20 02:16:18','                               ','Shady Lane 4-H Food Stand.','','publish','open','open','','shady-lane-4-h-food-stand','','','2014-02-20 02:16:18','2014-02-20 02:16:18','',0,'http://2014.misc.wordcamp.test/tggr-flickr/shady-lane-4-h-food-stand/',0,'tggr-flickr','',0),(132,2,'2014-02-16 02:52:55','2014-02-16 02:52:55','                               ','LT\'s Smokehouse BBQ Food Trailer.','','publish','open','open','','lts-smokehouse-bbq-food-trailer','','','2014-02-16 02:52:55','2014-02-16 02:52:55','',0,'http://2014.misc.wordcamp.test/tggr-flickr/lts-smokehouse-bbq-food-trailer/',0,'tggr-flickr','',0),(133,2,'2014-02-15 13:41:10','2014-02-15 13:41:10','Got home late - but luckily there was pulled pork in the crockpot and my husband had already put sweet potato fries in the oven. The perfect dinner to eat in front of the TV!','Dinnertime (Project 365: 43/365)','','publish'
 ,'open','open','','dinnertime-project-365-43365','','','2014-02-15 13:41:10','2014-02-15 13:41:10','',0,'http://2014.misc.wordcamp.test/tggr-flickr/dinnertime-project-365-43365/',0,'tggr-flickr','',0),(136,2,'2014-02-06 00:07:12','2014-02-06 00:07:12','My favourite poutine so far for La Poutine Week! - Mont-Royal Avenue, Le Plateau','Poutine La Cochonne - Restaurant Mange-Moi','','publish','open','open','','poutine-la-cochonne-restaurant-mange-moi','','','2014-02-06 00:07:12','2014-02-06 00:07:12','',0,'http://2014.misc.wordcamp.test/tggr-flickr/poutine-la-cochonne-restaurant-mange-moi/',0,'tggr-flickr','',0),(137,2,'2014-02-03 07:38:32','2014-02-03 07:38:32','','Pulled pork plate @ Horse Theif','','publish','open','open','','pulled-pork-plate-horse-theif','','','2014-02-03 07:38:32','2014-02-03 07:38:32','',0,'http://2014.misc.wordcamp.test/tggr-flickr/pulled-pork-plate-horse-theif/',0,'tggr-flickr','',0),(139,2,'2014-01-31 04:13:35','2014-01-31 04:13:35','','Chicken Fajitas Stand 
 And Barnyard Burgers Food Trailer.','','publish','open','open','','chicken-fajitas-stand-and-barnyard-burgers-food-trailer','','','2014-01-31 04:13:35','2014-01-31 04:13:35','',0,'http://2014.misc.wordcamp.test/tggr-flickr/chicken-fajitas-stand-and-barnyard-burgers-food-trailer/',0,'tggr-flickr','',0),(140,2,'2014-01-27 22:26:29','2014-01-27 22:26:29','','Pulled pork sandwich AUD10 - Fancy Hanks, Melbourne','','publish','open','open','','pulled-pork-sandwich-aud10-fancy-hanks-melbourne','','','2014-01-27 22:26:29','2014-01-27 22:26:29','',0,'http://2014.misc.wordcamp.test/tggr-flickr/pulled-pork-sandwich-aud10-fancy-hanks-melbourne/',0,'tggr-flickr','',0),(141,2,'2014-01-27 22:26:32','2014-01-27 22:26:32','','Pulled pork sandwich AUD10, Angus beef brisket AUD6, farro salad AUD5 - Fancy Hanks, Melbourne','','publish','open','open','','pulled-pork-sandwich-aud10-angus-beef-brisket-aud6-farro-salad-aud5-fancy-hanks-melbourne','','','2014-01-27 22:26:32','2014-01-27 22:26:32','',0,'http
 ://2014.misc.wordcamp.test/tggr-flickr/pulled-pork-sandwich-aud10-angus-beef-brisket-aud6-farro-salad-aud5-fancy-hanks-melbourne/',0,'tggr-flickr','',0),(142,2,'2014-01-25 14:44:01','2014-01-25 14:44:01','','DSC02639','','publish','open','open','','dsc02639','','','2014-01-25 14:44:01','2014-01-25 14:44:01','',0,'http://2014.misc.wordcamp.test/tggr-flickr/dsc02639/',0,'tggr-flickr','',0),(143,2,'2014-01-18 19:04:45','2014-01-18 19:04:45','','The end of an 8 hour wait - Chipotle Pulled Pork','','publish','open','open','','the-end-of-an-8-hour-wait-chipotle-pulled-pork','','','2014-01-18 19:04:45','2014-01-18 19:04:45','',0,'http://2014.misc.wordcamp.test/tggr-flickr/the-end-of-an-8-hour-wait-chipotle-pulled-pork/',0,'tggr-flickr','',0),(144,2,'2014-01-15 21:55:54','2014-01-15 21:55:54','Southern pulled pork plate.\n                               ','pulled pork','','publish','open','open','','pulled-pork-2','','','2014-01-15 21:55:54','2014-01-15 21:55:54','',0,'http://2014.misc.wordc
 amp.test/tggr-flickr/pulled-pork-2/',0,'tggr-flickr','',0),(145,2,'2014-01-15 14:49:02','2014-01-15 14:49:02','Southern smoked boston butt pulled.','pulled pork','','publish','open','open','','pulled-pork-3','','','2014-01-15 14:49:02','2014-01-15 14:49:02','',0,'http://2014.misc.wordcamp.test/tggr-flickr/pulled-pork-3/',0,'tggr-flickr','',0),(146,2,'2014-01-15 14:49:02','2014-01-15 14:49:02','Finished, before being pulled.','boston butt','','publish','open','open','','boston-butt','','','2014-01-15 14:49:02','2014-01-15 14:49:02','',0,'http://2014.misc.wordcamp.test/tggr-flickr/boston-butt/',0,'tggr-flickr','',0),(147,2,'2014-01-15 14:49:02','2014-01-15 14:49:02','Southern smoked boston butt pulled.','pulled pork','','publish','open','open','','pulled-pork-4','','','2014-01-15 14:49:02','2014-01-15 14:49:02','',0,'http://2014.misc.wordcamp.test/tggr-flickr/pulled-pork-4/',0,'tggr-flickr','',0),(148,2,'2014-01-14 21:15:18','2014-01-14 21:15:18','Only 5 hours to go! Come back and see
  finished pics!\n','boston butt','','publish','open','open','','boston-butt-2','','','2014-01-14 21:15:18','2014-01-14 21:15:18','',0,'http://2014.misc.wordcamp.test/tggr-flickr/boston-butt-2/',0,'tggr-flickr','',0),(149,2,'2014-01-14 20:08:00','2014-01-14 20:08:00','Only 8 hours to go! Come back to see finish pics!\n                               ','boston butt','','publish','open','open','','boston-butt-3','','','2014-01-14 20:08:00','2014-01-14 20:08:00','',0,'http://2014.misc.wordcamp.test/tggr-flickr/boston-butt-3/',0,'tggr-flickr','',0),(150,2,'2014-01-14 18:22:24','2014-01-14 18:22:24','Come back in about 11 hours for the finished pics.','boston butt','','publish','open','open','','boston-butt-4','','','2014-01-14 18:22:24','2014-01-14 18:22:24','',0,'http://2014.misc.wordcamp.test/tggr-flickr/boston-butt-4/',0,'tggr-flickr','',0),(151,2,'2014-01-13 21:38:23','2014-01-13 21:38:23','$4 off a pitcher on Thursdays at the <a href=\"http://anacapabrewing.com/\">Ana
 capa Brewing Co.</a>  Too bad I went there on a Friday!...;-)','Thirsty Thursdays','','publish','open','open','','thirsty-thursdays','','','2014-01-13 21:38:23','2014-01-13 21:38:23','',0,'http://2014.misc.wordcamp.test/tggr-flickr/thirsty-thursdays/',0,'tggr-flickr','',0),(152,2,'2014-01-11 20:04:40','2014-01-11 20:04:40','Pulled pork sandwich','D80_3396-2','','publish','open','open','','d80_3396-2','','','2014-01-11 20:04:40','2014-01-11 20:04:40','',0,'http://2014.misc.wordcamp.test/tggr-flickr/d80_3396-2/',0,'tggr-flickr','',0),(153,2,'2014-03-30 12:24:20','2014-03-30 12:24:20','notsolazysundays.com/mains/epic-post-xmas-lunch-feast-part-2-pulled-pork-tacos/454/','Post Christmas Feast - pickles','','publish','open','open','','post-christmas-feast-pickles','','','2014-03-30 12:24:20','2014-03-30 12:24:20','',0,'http://2014.misc.wordcamp.test/tggr-flickr/post-christmas-feast-pickles/',0,'tggr-flickr','',0),(154,2,'2014-03-28 19:50:40','2014-03-28 19:50:40','Jason Cruz','Pulle
 d Pork and Burger Aerial','','publish','open','open','','pulled-pork-and-burger-aerial','','','2014-03-28 19:50:40','2014-03-28 19:50:40','',0,'http://2014.misc.wordcamp.test/tggr-flickr/pulled-pork-and-burger-aerial/',0,'tggr-flickr','',0),(155,2,'2014-03-24 18:19:33','2014-03-24 18:19:33','                               ','burger','','publish','open','open','','burger','','','2014-03-24 18:19:33','2014-03-24 18:19:33','',0,'http://2014.misc.wordcamp.test/tggr-flickr/burger/',0,'tggr-flickr','',0),(156,2,'2014-03-24 18:19:34','2014-03-24 18:19:34','                               ','burger','','publish','open','open','','burger-2','','','2014-03-24 18:19:34','2014-03-24 18:19:34','',0,'http://2014.misc.wordcamp.test/tggr-flickr/burger-2/',0,'tggr-flickr','',0),(157,2,'2014-03-24 18:19:29','2014-03-24 18:19:29','                               ','Bloody Mary','','publish','open','open','','bloody-mary-2','','','2014-03-24 18:19:29','2014-03-24 18:19:29','',0,'http://2014.misc.wordcamp
 .test/tggr-flickr/bloody-mary-2/',0,'tggr-flickr','',0),(158,2,'2014-03-24 18:19:32','2014-03-24 18:19:32','                               ','burger','','publish','open','open','','burger-3','','','2014-03-24 18:19:32','2014-03-24 18:19:32','',0,'http://2014.misc.wordcamp.test/tggr-flickr/burger-3/',0,'tggr-flickr','',0),(159,2,'2014-03-24 18:19:30','2014-03-24 18:19:30','                               ','burger (no top bun, comes open faced)','','publish','open','open','','burger-no-top-bun-comes-open-faced','','','2014-03-24 18:19:30','2014-03-24 18:19:30','',0,'http://2014.misc.wordcamp.test/tggr-flickr/burger-no-top-bun-comes-open-faced/',0,'tggr-flickr','',0),(160,2,'2014-03-24 18:19:32','2014-03-24 18:19:32','                               ','burger','','publish','open','open','','burger-4','','','2014-03-24 18:19:32','2014-03-24 18:19:32','',0,'http://2014.misc.wordcamp.test/tggr-flickr/burger-4/',0,'tggr-flickr','',0),(161,2,'2014-03-24 18:19:31','2014-03-24 18:19:31','     
                           ','burger (no top bun, comes open faced)','','publish','open','open','','burger-no-top-bun-comes-open-faced-2','','','2014-03-24 18:19:31','2014-03-24 18:19:31','',0,'http://2014.misc.wordcamp.test/tggr-flickr/burger-no-top-bun-comes-open-faced-2/',0,'tggr-flickr','',0),(162,2,'2014-03-24 18:19:30','2014-03-24 18:19:30','                               ','pulled pork sandwich','','publish','open','open','','pulled-pork-sandwich','','','2014-03-24 18:19:30','2014-03-24 18:19:30','',0,'http://2014.misc.wordcamp.test/tggr-flickr/pulled-pork-sandwich/',0,'tggr-flickr','',0),(163,2,'2014-03-24 18:19:34','2014-03-24 18:19:34','                               ','burger','','publish','open','open','','burger-5','','','2014-03-24 18:19:34','2014-03-24 18:19:34','',0,'http://2014.misc.wordcamp.test/tggr-flickr/burger-5/',0,'tggr-flickr','',0),(164,2,'2014-03-24 18:19:28','2014-03-24 18:19:28','                               ','Bloody Mary','','publish','open','open',''
 ,'bloody-mary-3','','','2014-03-24 18:19:28','2014-03-24 18:19:28','',0,'http://2014.misc.wordcamp.test/tggr-flickr/bloody-mary-3/',0,'tggr-flickr','',0),(165,2,'2014-03-24 18:19:29','2014-03-24 18:19:29','                               ','IMG_8995','','publish','open','open','','img_8995','','','2014-03-24 18:19:29','2014-03-24 18:19:29','',0,'http://2014.misc.wordcamp.test/tggr-flickr/img_8995/',0,'tggr-flickr','',0),(166,2,'2014-03-22 20:00:22','2014-03-22 20:00:22','','Rub\'n wrap','','publish','open','open','','rubn-wrap','','','2014-03-22 20:00:22','2014-03-22 20:00:22','',0,'http://2014.misc.wordcamp.test/tggr-flickr/rubn-wrap/',0,'tggr-flickr','',0),(167,2,'2014-03-10 08:00:03','2014-03-10 08:00:03','','Texas Taco\'s','','publish','open','open','','texas-tacos','','','2014-03-10 08:00:03','2014-03-10 08:00:03','',0,'http://2014.misc.wordcamp.test/tggr-flickr/texas-tacos/',0,'tggr-flickr','',0),(168,2,'2014-03-10 00:46:08','2014-03-10 00:46:08','awful. I always thought jamie 
 oliver was about the healthy food revolution, but then he goes and puts his name on this greasy sloppy diner?? this hot dog that we got to go actually didn\'t look like this. the entire pulled pork fell into the bag and we had to reassemble it back together. it was a mess, and it was disgusting. \n\nLondon, England','Dirty Dog at Jamie Oliver Diner','','publish','open','open','','dirty-dog-at-jamie-oliver-diner','','','2014-03-10 00:46:08','2014-03-10 00:46:08','',0,'http://2014.misc.wordcamp.test/tggr-flickr/dirty-dog-at-jamie-oliver-diner/',0,'tggr-flickr','',0),(169,2,'2014-03-07 11:43:35','2014-03-07 11:43:35','','IMG_2941.jpg','','publish','open','open','','img_2941-jpg','','','2014-03-07 11:43:35','2014-03-07 11:43:35','',0,'http://2014.misc.wordcamp.test/tggr-flickr/img_2941-jpg/',0,'tggr-flickr','',0),(171,2,'2014-03-05 17:34:20','2014-03-05 17:34:20','Une autre de mes recettes personnelles.\n\n<a href=\"http://www.recettes.qc.ca/recette/porc-effiloche-barbecue\&quot
 ;>www.recettes.qc.ca/recette/porc-effiloche-barbecue</a>','Porc effiloché barbecue','','publish','open','open','','porc-effiloche-barbecue','','','2014-03-05 17:34:20','2014-03-05 17:34:20','',0,'http://2014.misc.wordcamp.test/tggr-flickr/porc-effiloche-barbecue/',0,'tggr-flickr','',0),(174,2,'2014-02-22 00:39:47','2014-02-22 00:39:47','Texas barbecue for dinner! :)\n\nPaired with coleslaw, baked beans and a roll (not pictured).\n','Day 52: Pulled Pork','','publish','open','open','','day-52-pulled-pork','','','2014-02-22 00:39:47','2014-02-22 00:39:47','',0,'http://2014.misc.wordcamp.test/tggr-flickr/day-52-pulled-pork/',0,'tggr-flickr','',0),(175,2,'2014-02-21 13:20:44','2014-02-21 13:20:44','Recipe here: thejameskitchen.wordpress.com/2014/03/03/pulled-pork/','Pulled pork','','publish','open','open','','pulled-pork-5','','','2014-02-21 13:20:44','2014-02-21 13:20:44','',0,'http://2014.misc.wordcamp.test/tggr-flickr/pulled-pork-5/',0,'tggr-flickr','',0),(176,2,'2014-02-21 
 13:20:43','2014-02-21 13:20:43','Recipe here: thejameskitchen.wordpress.com/2014/03/03/pulled-pork/','Cooking Pulled pork','','publish','open','open','','cooking-pulled-pork','','','2014-02-21 13:20:43','2014-02-21 13:20:43','',0,'http://2014.misc.wordcamp.test/tggr-flickr/cooking-pulled-pork/',0,'tggr-flickr','',0),(177,2,'2014-02-21 13:20:44','2014-02-21 13:20:44','Recipe here: thejameskitchen.wordpress.com/2014/03/03/pulled-pork/','Cooking pulled pork','','publish','open','open','','cooking-pulled-pork-2','','','2014-02-21 13:20:44','2014-02-21 13:20:44','',0,'http://2014.misc.wordcamp.test/tggr-flickr/cooking-pulled-pork-2/',0,'tggr-flickr','',0),(178,2,'2014-02-16 08:39:36','2014-02-16 08:39:36','','Pulled pork','','publish','open','open','','pulled-pork-6','','','2014-02-16 08:39:36','2014-02-16 08:39:36','',0,'http://2014.misc.wordcamp.test/tggr-flickr/pulled-pork-6/',0,'tggr-flickr','',0),(179,2,'2014-02-14 18:21:38','2014-02-14 18:21:38','delicious, hot, deep fried logs of 
 cornmeal. They set the basket down and fill it up when it’s empty—for free! Click link below to read full review…..\n<a href=\"http://placesiveeaten.blogspot.com/2014/02/food-road-trip-north-carolina-bbq.html\">placesiveeaten.blogspot.com/2014/02/food-road-trip-north-...</a>','hush puppies from Bullock\'s BBQ in Durham NC','','publish','open','open','','hush-puppies-from-bullocks-bbq-in-durham-nc','','','2014-02-14 18:21:38','2014-02-14 18:21:38','',0,'http://2014.misc.wordcamp.test/tggr-flickr/hush-puppies-from-bullocks-bbq-in-durham-nc/',0,'tggr-flickr','',0),(182,2,'2014-01-30 02:54:51','2014-01-30 02:54:51','BBQ stuffed potatoes...yum!','Day 29','','publish','open','open','','day-29','','','2014-01-30 02:54:51','2014-01-30 02:54:51','',0,'http://2014.misc.wordcamp.test/tggr-flickr/day-29/',0,'tggr-flickr','',0),(183,2,'2014-01-12 20:54:34','2014-01-12 20:54:34','Pulled pork och coleslaw i frökuse. Till det: vatten.','Lunch 11/1','','publish','open','
 open','','lunch-111','','','2014-01-12 20:54:34','2014-01-12 20:54:34','',0,'http://2014.misc.wordcamp.test/tggr-flickr/lunch-111/',0,'tggr-flickr','',0),(184,2,'2014-04-16 00:34:09','2014-04-16 00:34:09','I make some hella pulled pork sandwiches','I make some hella pulled pork sandwiches','','publish','open','open','','i-make-some-hella-pulled-pork-sandwiches','','','2014-04-16 00:34:09','2014-04-16 00:34:09','',0,'http://2014.misc.wordcamp.test/tggr-tweets/i-make-some-hella-pulled-pork-sandwiches/',0,'tggr-tweets','',0),(185,1,'2014-04-16 00:38:50','2014-04-16 00:38:50','','Live Stream','','publish','closed','closed','','live-stream','','','2014-05-15 00:54:35','2014-05-15 00:54:35','',0,'http://2014.misc.wordcamp.test/?post_type=tix_ticket&#038;p=185',0,'tix_ticket','',0),(186,1,'2014-04-16 00:38:50','2014-04-16 00:38:50','','Shirt size','','publish','open','open','','shirt-size','','','2014-05-15 00:54:36','2014-05-15 00:54:36','',0,'http://2014.misc.wordcamp.test/tix_questi
 on/shirt-size/',0,'tix_question','',0),(187,1,'2014-04-16 00:38:50','2014-04-16 00:38:50','','What do you want to get out of WordCamp?','','publish','open','open','','what-do-you-want-to-get-out-of-wordcamp','','','2014-05-15 00:54:36','2014-05-15 00:54:36','',0,'http://2014.misc.wordcamp.test/tix_question/what-do-you-want-to-get-out-of-wordcamp/',0,'tix_question','',0),(191,1,'2014-04-18 00:28:18','2014-04-18 00:28:18','','Volunteer','','publish','closed','closed','','volunteer','','','2014-04-18 00:28:18','2014-04-18 00:28:18','',0,'http://2014.misc.wordcamp.test/?post_type=tix_coupon&#038;p=191',0,'tix_coupon','',0),(195,1,'2014-04-24 09:37:50','2014-04-24 09:37:50','','&#8220;&gt;&lt;img src=&quot;x&quot;&gt;','','publish','closed','closed','','195','','','2014-04-24 10:01:22','2014-04-24 10:01:22','',0,'http://2014.misc.wordcamp.test/tix_question/195/',0,'tix_question','',0),(201,1,'2014-04-24 10:10:59','2014-04-24 10:10:59','\"&gt;<img s
 rc=\"x\">','\"&gt;','','publish','open','open','','201','','','2014-04-24 10:10:59','2014-04-24 10:10:59','',0,'http://2014.misc.wordcamp.test/?post_type=tix_email&#038;p=201',0,'tix_email','',0),(235,1,'2014-05-12 19:40:31','2014-05-12 19:40:31','','Test','','publish','closed','closed','','test','','','2014-05-12 22:40:20','2014-05-12 22:40:20','',0,'http://2014.misc.wordcamp.test/?post_type=wcss&#038;p=235',0,'wcss','',0),(237,1,'2014-05-15 00:53:57','2014-05-15 00:53:57','','url','','publish','open','open','','url','','','2014-05-15 00:54:36','2014-05-15 00:54:36','',0,'http://2014.misc.wordcamp.test/tix_question/url/',0,'tix_question','',0),(242,1,'2014-05-19 19:57:00','0000-00-00 00:00:00','','','','draft','closed','closed','','','','','2014-05-19 19:57:00','2014-05-19 19:57:00','',0,'http://2014.misc.wordcamp.test/?post_type=wcss&#038;p=242',0,'wcss','',0),(246,1,'2014-05-19 20:00:20','0000-00-00 00:00:00','','','','draft','closed','closed',''
 ,'','','','2014-05-19 20:00:20','2014-05-19 20:00:20','',0,'http://2014.misc.wordcamp.test/?post_type=wcss&#038;p=246',0,'wcss','',0),(252,1,'2014-05-19 20:05:29','0000-00-00 00:00:00','','','','draft','closed','closed','','','','','2014-05-19 20:05:29','2014-05-19 20:05:29','',0,'http://2014.misc.wordcamp.test/?post_type=wcss&#038;p=252',0,'wcss','',0),(258,2,'2014-06-21 20:59:41','2014-06-21 20:59:41','Pulled pork now at Which Wich... ','Pulled pork now at Which Wich... ','','publish','open','open','','pulled-pork-now-at-which-wich-%f0%9f%98%8d%f0%9f%98%8d%f0%9f%98','','','2014-06-21 20:59:41','2014-06-21 20:59:41','',0,'http://2014.misc.wordcamp.test/tggr-tweets/pulled-pork-now-at-which-wich-%f0%9f%98%8d%f0%9f%98%8d%f0%9f%98/',0,'tggr-tweets','',0),(259,2,'2014-06-21 20:59:23','2014-06-21 20:59:23','This pulled pork from Hillbilly Grillers is so good I almost hate to put it on bread! http://t.co/I1g9ElKVJ5','This pulled pork from Hillbilly Grillers is so goo','','publish'
 ,'open','open','','this-pulled-pork-from-hillbilly-grillers-is-so-goo','','','2014-06-21 20:59:23','2014-06-21 20:59:23','',0,'http://2014.misc.wordcamp.test/tggr-tweets/this-pulled-pork-from-hillbilly-grillers-is-so-goo/',0,'tggr-tweets','',0),(260,2,'2014-06-21 20:58:50','2014-06-21 20:58:50','Pulled pork was good going in, shitty coming out #foodpoisoning #barf','Pulled pork was good going in, shitty coming out #','','publish','open','open','','pulled-pork-was-good-going-in-shitty-coming-out','','','2014-06-21 20:58:50','2014-06-21 20:58:50','',0,'http://2014.misc.wordcamp.test/tggr-tweets/pulled-pork-was-good-going-in-shitty-coming-out/',0,'tggr-tweets','',0),(261,2,'2014-06-21 20:58:05','2014-06-21 20:58:05','Mmmm Pulled Pork for dinner on the #GreenEgg http://t.co/BXHoWImRxS','Mmmm Pulled Pork for dinner on the #GreenEgg http:','','publish','open','open','','mmmm-pulled-pork-for-dinner-on-the-greenegg-http','','','2014-06-21 20:58:05','2014-06-21 20:58:05','',0,'http://2014.mi
 sc.wordcamp.test/tggr-tweets/mmmm-pulled-pork-for-dinner-on-the-greenegg-http/',0,'tggr-tweets','',0),(262,2,'2014-06-21 20:57:34','2014-06-21 20:57:34','Das Pulled Pork schmort mittlerweile seit 7 Stunden in seiner Marinade. Den betörenden Duft in der Wohnung könnt ihr Euch ja denken.','Das Pulled Pork schmort mittlerweile seit 7 Stunde','','publish','open','open','','das-pulled-pork-schmort-mittlerweile-seit-7-stunde','','','2014-06-21 20:57:34','2014-06-21 20:57:34','',0,'http://2014.misc.wordcamp.test/tggr-tweets/das-pulled-pork-schmort-mittlerweile-seit-7-stunde/',0,'tggr-tweets','',0),(263,2,'2014-06-21 20:57:23','2014-06-21 20:57:23','I made a ton of pulled pork and now no one is coming over... Anyone want some dinner?','I made a ton of pulled pork and now no one is comi','','publish','open','open','','i-made-a-ton-of-pulled-pork-and-now-no-one-is-comi','','','2014-06-21 20:57:23','2014-06-21 20:57:23','',0,'http://2014.misc.wordcamp.test/tggr-tweets/i-made-a-ton-of-pulled-
 pork-and-now-no-one-is-comi/',0,'tggr-tweets','',0),(264,2,'2014-06-21 20:56:20','2014-06-21 20:56:20','Un pinceau pulled pork. http://t.co/aL0wSyxg9J','Un pinceau pulled pork. http://t.co/aL0wSyxg9J','','publish','open','open','','un-pinceau-pulled-pork-httpt-coal0wsyxg9j','','','2014-06-21 20:56:20','2014-06-21 20:56:20','',0,'http://2014.misc.wordcamp.test/tggr-tweets/un-pinceau-pulled-pork-httpt-coal0wsyxg9j/',0,'tggr-tweets','',0),(265,2,'2014-06-21 20:55:07','2014-06-21 20:55:07','RT @FoodNetwork: Recipe of the Day: @altonbrown\'s Perfect Pulled Pork is fall-apart tender http://t.co/4bBfClb8em. http://t.co/43pBYkeNGF','RT @FoodNetwork: Recipe of the Day: @altonbrown\'s ','','publish','open','open','','rt-foodnetwork-recipe-of-the-day-altonbrowns','','','2014-06-21 20:55:07','2014-06-21 20:55:07','',0,'http://2014.misc.wordcamp.test/tggr-tweets/rt-foodnetwork-recipe-of-the-day-altonbrowns/',0,'tggr-tweets','',0),(266,2,'2014-06-21 20:54:43','2014-06-21 20:54:43','Bacon wrapped 
 hot dog topped with pulled pork and slaw ','Bacon wrapped hot dog topped with pulled pork and ','','publish','open','open','','bacon-wrapped-hot-dog-topped-with-pulled-pork-and','','','2014-06-21 20:54:43','2014-06-21 20:54:43','',0,'http://2014.misc.wordcamp.test/tggr-tweets/bacon-wrapped-hot-dog-topped-with-pulled-pork-and/',0,'tggr-tweets','',0),(267,2,'2014-06-21 20:54:41','2014-06-21 20:54:41','Pulled pork is hands down the best part of graduation party season.','Pulled pork is hands down the best part of graduat','','publish','open','open','','pulled-pork-is-hands-down-the-best-part-of-graduat','','','2014-06-21 20:54:41','2014-06-21 20:54:41','',0,'http://2014.misc.wordcamp.test/tggr-tweets/pulled-pork-is-hands-down-the-best-part-of-graduat/',0,'tggr-tweets','',0),(268,2,'2014-06-21 20:53:50','2014-06-21 20:53:50','http://t.co/qz9yFX3z22 #torontoclubpics #toronto ranchotrucks Angela serving up a pulled pork sandwich! Come on down &amp; enjoy out many m...','http://t.co/qz
 9yFX3z22 #torontoclubpics #toronto r','','publish','open','open','','httpt-coqz9yfx3z22-torontoclubpics-toronto-r','','','2014-06-21 20:53:50','2014-06-21 20:53:50','',0,'http://2014.misc.wordcamp.test/tggr-tweets/httpt-coqz9yfx3z22-torontoclubpics-toronto-r/',0,'tggr-tweets','',0),(269,2,'2014-06-21 20:52:46','2014-06-21 20:52:46','Any recommendations for pulled pork at this year\'s Sparks Ribfest?','Any recommendations for pulled pork at this year\'s','','publish','open','open','','any-recommendations-for-pulled-pork-at-this-years','','','2014-06-21 20:52:46','2014-06-21 20:52:46','',0,'http://2014.misc.wordcamp.test/tggr-tweets/any-recommendations-for-pulled-pork-at-this-years/',0,'tggr-tweets','',0),(270,2,'2014-06-21 17:04:44','2014-06-21 17:04:44','veggies and pulled pork...  <a href=\"http://placesiveeaten.blogspot.com/2014/06/bay-area-food-news.html\">placesiveeaten.blogspot.com/2014/06/bay-area-food-news.html</a>','meat and a side from Golden Gate Meat
  Company at the Ferry Building in San Francisco','','publish','open','open','','meat-and-a-side-from-golden-gate-meat-company-at-the-ferry-building-in-san-francisco','','','2014-06-21 17:04:44','2014-06-21 17:04:44','',0,'http://2014.misc.wordcamp.test/tggr-flickr/meat-and-a-side-from-golden-gate-meat-company-at-the-ferry-building-in-san-francisco/',0,'tggr-flickr','',0),(271,2,'2014-06-21 06:52:41','2014-06-21 06:52:41','finally tried Hogtown Cure at dundas &amp; dufferin after passing by it everyday. #pulledpork#sandwich#deli#cafe#hogtowncure#toronto\n\n1 Likes on Instagram\n\n','finally tried Hogtown Cure at dundas...','','publish','open','open','','finally-tried-hogtown-cure-at-dundas','','','2014-06-21 06:52:41','2014-06-21 06:52:41','',0,'http://2014.misc.wordcamp.test/tggr-flickr/finally-tried-hogtown-cure-at-dundas/',0,'tggr-flickr','',0),(272,2,'2014-06-19 16:58:48','2014-06-19 16:58:48','','Hog Heaven Breakfast Scramble','','publish','open','open','','hog-heaven-breakf
 ast-scramble','','','2014-06-19 16:58:48','2014-06-19 16:58:48','',0,'http://2014.misc.wordcamp.test/tggr-flickr/hog-heaven-breakfast-scramble/',0,'tggr-flickr','',0),(273,2,'2014-06-17 23:25:24','2014-06-17 23:25:24','--rZx Kitchen','Pulled Pork Burrito','','publish','open','open','','pulled-pork-burrito','','','2014-06-17 23:25:24','2014-06-17 23:25:24','',0,'http://2014.misc.wordcamp.test/tggr-flickr/pulled-pork-burrito/',0,'tggr-flickr','',0),(276,2,'2014-06-17 10:37:38','2014-06-17 10:37:38','','Newman\'s Own American Rubs','','publish','open','open','','newmans-own-american-rubs','','','2014-06-17 10:37:38','2014-06-17 10:37:38','',0,'http://2014.misc.wordcamp.test/tggr-flickr/newmans-own-american-rubs/',0,'tggr-flickr','',0),(277,2,'2014-06-12 09:27:37','2014-06-12 09:27:37','','Pulled Pork at the Covent Garden','','publish','open','open','','pulled-pork-at-the-covent-garden','','','2014-06-12 09:27:37','2014-06-12 09:27:37','',0,'http://2014.misc.wordcamp.test/tggr-flickr/pu
 lled-pork-at-the-covent-garden/',0,'tggr-flickr','',0),(279,2,'2014-06-09 12:38:40','2014-06-09 12:38:40','','Pulled Pork Wrap with South Carolina Mustard sauce.','','publish','open','open','','pulled-pork-wrap-with-south-carolina-mustard-sauce','','','2014-06-09 12:38:40','2014-06-09 12:38:40','',0,'http://2014.misc.wordcamp.test/tggr-flickr/pulled-pork-wrap-with-south-carolina-mustard-sauce/',0,'tggr-flickr','',0),(280,2,'2014-06-08 20:43:22','2014-06-08 20:43:22','','Big Apple Barbecue Block Party 2014','','publish','open','open','','big-apple-barbecue-block-party-2014','','','2014-06-08 20:43:22','2014-06-08 20:43:22','',0,'http://2014.misc.wordcamp.test/tggr-flickr/big-apple-barbecue-block-party-2014/',0,'tggr-flickr','',0),(281,2,'2014-06-08 20:43:22','2014-06-08 20:43:22','','Big Apple Barbecue Block Party 2014','','publish','open','open','','big-apple-barbecue-block-party-2014-2','','','2014-06-08 20:43:22','2014-06-08 20:43:22','',0,'http://2014.misc.wordcamp.test/tggr-flic
 kr/big-apple-barbecue-block-party-2014-2/',0,'tggr-flickr','',0),(282,2,'2014-06-08 13:32:56','2014-06-08 13:32:56','','Big Apple Barbecue Block Party 2014','','publish','open','open','','big-apple-barbecue-block-party-2014-3','','','2014-06-08 13:32:56','2014-06-08 13:32:56','',0,'http://2014.misc.wordcamp.test/tggr-flickr/big-apple-barbecue-block-party-2014-3/',0,'tggr-flickr','',0),(283,2,'2014-06-08 13:32:59','2014-06-08 13:32:59','','Big Apple Barbecue Block Party 2014','','publish','open','open','','big-apple-barbecue-block-party-2014-4','','','2014-06-08 13:32:59','2014-06-08 13:32:59','',0,'http://2014.misc.wordcamp.test/tggr-flickr/big-apple-barbecue-block-party-2014-4/',0,'tggr-flickr','',0),(284,2,'2014-06-08 13:32:58','2014-06-08 13:32:58','','Big Apple Barbecue Block Party 2014','','publish','open','open','','big-apple-barbecue-block-party-2014-5','','','2014-06-08 13:32:58','2014-06-08 13:32:58','',0,'http://2014.misc.wordcamp.test/tggr-flickr/big-apple-barbecue-block-
 party-2014-5/',0,'tggr-flickr','',0),(285,2,'2014-06-08 13:32:58','2014-06-08 13:32:58','','Big Apple Barbecue Block Party 2014','','publish','open','open','','big-apple-barbecue-block-party-2014-6','','','2014-06-08 13:32:58','2014-06-08 13:32:58','',0,'http://2014.misc.wordcamp.test/tggr-flickr/big-apple-barbecue-block-party-2014-6/',0,'tggr-flickr','',0),(286,2,'2014-06-08 13:32:57','2014-06-08 13:32:57','','Big Apple Barbecue Block Party 2014','','publish','open','open','','big-apple-barbecue-block-party-2014-7','','','2014-06-08 13:32:57','2014-06-08 13:32:57','',0,'http://2014.misc.wordcamp.test/tggr-flickr/big-apple-barbecue-block-party-2014-7/',0,'tggr-flickr','',0),(287,2,'2014-06-08 07:03:35','2014-06-08 07:03:35','','Love Pig Not Pork # 2','','publish','open','open','','love-pig-not-pork-2','','','2014-06-08 07:03:35','2014-06-08 07:03:35','',0,'http://2014.misc.wordcamp.test/tggr-flickr/love-pig-not-pork-2/',0,'tggr-flickr','',0),(288,2,'2014-06-08 04:00:11','2014-06-08 
 04:00:11','Carolina BBQ - Spartanburg','carolina bbq dining room','','publish','open','open','','carolina-bbq-dining-room','','','2014-06-08 04:00:11','2014-06-08 04:00:11','',0,'http://2014.misc.wordcamp.test/tggr-flickr/carolina-bbq-dining-room/',0,'tggr-flickr','',0),(289,2,'2014-06-08 04:00:13','2014-06-08 04:00:13','Carolina BBQ - Spartanburg','carolina bbq spartanburg sc parking','','publish','open','open','','carolina-bbq-spartanburg-sc-parking','','','2014-06-08 04:00:13','2014-06-08 04:00:13','',0,'http://2014.misc.wordcamp.test/tggr-flickr/carolina-bbq-spartanburg-sc-parking/',0,'tggr-flickr','',0),(290,2,'2014-06-08 04:00:14','2014-06-08 04:00:14','Carolina BBQ - Spartanburg','chocolate hush puppies close up carolina bbq','','publish','open','open','','chocolate-hush-puppies-close-up-carolina-bbq','','','2014-06-08 04:00:14','2014-06-08 04:00:14','',0,'http://2014.misc.wordcamp.test/tggr-flickr/chocolate-hush-puppies-close-up-carolina-bbq/',0,'tggr-flickr','',0),(291,2,'2
 014-06-08 04:00:11','2014-06-08 04:00:11','Carolina BBQ - Spartanburg','brunswick stew, bbq, chocolate hush puppies spartanburg','','publish','open','open','','brunswick-stew-bbq-chocolate-hush-puppies-spartanburg','','','2014-06-08 04:00:11','2014-06-08 04:00:11','',0,'http://2014.misc.wordcamp.test/tggr-flickr/brunswick-stew-bbq-chocolate-hush-puppies-spartanburg/',0,'tggr-flickr','',0),(292,2,'2014-06-08 04:00:12','2014-06-08 04:00:12','Carolina BBQ - Spartanburg','carolina bbq southern style iced tea','','publish','open','open','','carolina-bbq-southern-style-iced-tea','','','2014-06-08 04:00:12','2014-06-08 04:00:12','',0,'http://2014.misc.wordcamp.test/tggr-flickr/carolina-bbq-southern-style-iced-tea/',0,'tggr-flickr','',0),(293,2,'2014-06-08 04:00:12','2014-06-08 04:00:12','Carolina BBQ - Spartanburg','carolina bbq pig out plate','','publish','open','open','','carolina-bbq-pig-out-plate','','','2014-06-08 04:00:12','2014-06-08 04:00:12','',0,'http://2014.misc.wordcamp.test/tg
 gr-flickr/carolina-bbq-pig-out-plate/',0,'tggr-flickr','',0),(294,2,'2014-06-08 04:00:12','2014-06-08 04:00:12','Carolina BBQ - Spartanburg','carolina bbq smoky ribs spartanburg sc','','publish','open','open','','carolina-bbq-smoky-ribs-spartanburg-sc','','','2014-06-08 04:00:12','2014-06-08 04:00:12','',0,'http://2014.misc.wordcamp.test/tggr-flickr/carolina-bbq-smoky-ribs-spartanburg-sc/',0,'tggr-flickr','',0),(295,2,'2014-06-07 17:34:37','2014-06-07 17:34:37','Georgia bbq joint. Pulled pork.\n','miller bros bbq','','publish','open','open','','miller-bros-bbq','','','2014-06-07 17:34:37','2014-06-07 17:34:37','',0,'http://2014.misc.wordcamp.test/tggr-flickr/miller-bros-bbq/',0,'tggr-flickr','',0),(296,2,'2014-06-07 17:34:36','2014-06-07 17:34:36','Georgia bbq joint. Pulled pork.','miller bros bbq','','publish','open','open','','miller-bros-bbq-2','','','2014-06-07 17:34:36','2014-06-07 17:34:36','',0,'http://2014.misc.wordcamp.test/tggr-flickr/miller-bros-bbq-2/',0,'tggr-flickr',''
 ,0),(299,2,'2014-06-05 08:39:21','2014-06-05 08:39:21','','Love Pig Not Pork','','publish','open','open','','love-pig-not-pork','','','2014-06-05 08:39:21','2014-06-05 08:39:21','',0,'http://2014.misc.wordcamp.test/tggr-flickr/love-pig-not-pork/',0,'tggr-flickr','',0),(301,2,'2014-06-03 01:57:15','2014-06-03 01:57:15','May 23rd, 2014\n\nRecently I\'ve been working on a project with Adrian Chalifour of Towers &amp; Trees for Music BC\'s Songwriter Workshop during VIC Fest this June 14th, 2014. We head out with an established musician taking part in the Songwriter\'s Workshop with another performer from VIC Fest to a food vendor from the festival for food and conversation. \n\nThe first was Peter Gardner of Hawk &amp; Steel and Aidan Knight at Pig BBQ Joint here in Victoria. ','Peter Gardner and Aidan Knight @ Pig BBQ Joint','','publish','open','open','','peter-gardner-and-aidan-knight-pig-bbq-joint','','','2014-06-03 01:57:15','2014-06-03 01:57:15','',0,'http://2014.misc.word
 camp.test/tggr-flickr/peter-gardner-and-aidan-knight-pig-bbq-joint/',0,'tggr-flickr','',0),(302,2,'2014-06-03 01:57:13','2014-06-03 01:57:13','May 23rd, 2014\n\nRecently I\'ve been working on a project with Adrian Chalifour of Towers &amp; Trees for Music BC\'s Songwriter Workshop during VIC Fest this June 14th, 2014. We head out with an established musician taking part in the Songwriter\'s Workshop with another performer from VIC Fest to a food vendor from the festival for food and conversation. \n\nThe first was Peter Gardner of Hawk &amp; Steel and Aidan Knight at Pig BBQ Joint here in Victoria. ','Peter Gardner and Aidan Knight @ Pig BBQ Joint','','publish','open','open','','peter-gardner-and-aidan-knight-pig-bbq-joint-2','','','2014-06-03 01:57:13','2014-06-03 01:57:13','',0,'http://2014.misc.wordcamp.test/tggr-flickr/peter-gardner-and-aidan-knight-pig-bbq-joint-2/',0,'tggr-flickr','',0),(303,2,'2014-06-03 01:57:14','2014-06-03 01:57:14','May 23rd, 2014\n\nRecently I\'v
 e been working on a project with Adrian Chalifour of Towers &amp; Trees for Music BC\'s Songwriter Workshop during VIC Fest this June 14th, 2014. We head out with an established musician taking part in the Songwriter\'s Workshop with another performer from VIC Fest to a food vendor from the festival for food and conversation. \n\nThe first was Peter Gardner of Hawk &amp; Steel and Aidan Knight at Pig BBQ Joint here in Victoria. ','Peter Gardner and Aidan Knight @ Pig BBQ Joint','','publish','open','open','','peter-gardner-and-aidan-knight-pig-bbq-joint-3','','','2014-06-03 01:57:14','2014-06-03 01:57:14','',0,'http://2014.misc.wordcamp.test/tggr-flickr/peter-gardner-and-aidan-knight-pig-bbq-joint-3/',0,'tggr-flickr','',0),(304,2,'2014-06-03 01:57:12','2014-06-03 01:57:12','May 23rd, 2014\n\nRecently I\'ve been working on a project with Adrian Chalifour of Towers &amp; Trees for Music BC\'s Songwriter Workshop during VIC Fest this June 14th, 2014. We head out with an esta
 blished musician taking part in the Songwriter\'s Workshop with another performer from VIC Fest to a food vendor from the festival for food and conversation. \n\nThe first was Peter Gardner of Hawk &amp; Steel and Aidan Knight at Pig BBQ Joint here in Victoria. ','Peter Gardner and Aidan Knight @ Pig BBQ Joint','','publish','open','open','','peter-gardner-and-aidan-knight-pig-bbq-joint-4','','','2014-06-03 01:57:12','2014-06-03 01:57:12','',0,'http://2014.misc.wordcamp.test/tggr-flickr/peter-gardner-and-aidan-knight-pig-bbq-joint-4/',0,'tggr-flickr','',0),(305,2,'2014-06-03 01:57:17','2014-06-03 01:57:17','May 23rd, 2014\n\nRecently I\'ve been working on a project with Adrian Chalifour of Towers &amp; Trees for Music BC\'s Songwriter Workshop during VIC Fest this June 14th, 2014. We head out with an established musician taking part in the Songwriter\'s Workshop with another performer from VIC Fest to a food vendor from the festival for food and conversation. \n\nThe first wa
 s Peter Gardner of Hawk &amp; Steel and Aidan Knight at Pig BBQ Joint here in Victoria. ','Peter Gardner and Aidan Knight @ Pig BBQ Joint','','publish','open','open','','peter-gardner-and-aidan-knight-pig-bbq-joint-5','','','2014-06-03 01:57:17','2014-06-03 01:57:17','',0,'http://2014.misc.wordcamp.test/tggr-flickr/peter-gardner-and-aidan-knight-pig-bbq-joint-5/',0,'tggr-flickr','',0),(306,2,'2014-06-03 01:57:17','2014-06-03 01:57:17','May 23rd, 2014\n\nRecently I\'ve been working on a project with Adrian Chalifour of Towers &amp; Trees for Music BC\'s Songwriter Workshop during VIC Fest this June 14th, 2014. We head out with an established musician taking part in the Songwriter\'s Workshop with another performer from VIC Fest to a food vendor from the festival for food and conversation. \n\nThe first was Peter Gardner of Hawk &amp; Steel and Aidan Knight at Pig BBQ Joint here in Victoria. ','Peter Gardner and Aidan Knight @ Pig BBQ Joint','','publish','open','open','','
 peter-gardner-and-aidan-knight-pig-bbq-joint-6','','','2014-06-03 01:57:17','2014-06-03 01:57:17','',0,'http://2014.misc.wordcamp.test/tggr-flickr/peter-gardner-and-aidan-knight-pig-bbq-joint-6/',0,'tggr-flickr','',0),(307,2,'2014-06-03 01:57:16','2014-06-03 01:57:16','May 23rd, 2014\n\nRecently I\'ve been working on a project with Adrian Chalifour of Towers &amp; Trees for Music BC\'s Songwriter Workshop during VIC Fest this June 14th, 2014. We head out with an established musician taking part in the Songwriter\'s Workshop with another performer from VIC Fest to a food vendor from the festival for food and conversation. \n\nThe first was Peter Gardner of Hawk &amp; Steel and Aidan Knight at Pig BBQ Joint here in Victoria. ','Peter Gardner and Aidan Knight @ Pig BBQ Joint','','publish','open','open','','peter-gardner-and-aidan-knight-pig-bbq-joint-7','','','2014-06-03 01:57:16','2014-06-03 01:57:16','',0,'http://2014.misc.wordcamp.test/tggr-flickr/peter-gardner-and-aidan-kni
 ght-pig-bbq-joint-7/',0,'tggr-flickr','',0),(309,2,'2014-06-03 01:57:14','2014-06-03 01:57:14','May 23rd, 2014\n\nRecently I\'ve been working on a project with Adrian Chalifour of Towers &amp; Trees for Music BC\'s Songwriter Workshop during VIC Fest this June 14th, 2014. We head out with an established musician taking part in the Songwriter\'s Workshop with another performer from VIC Fest to a food vendor from the festival for food and conversation. \n\nThe first was Peter Gardner of Hawk &amp; Steel and Aidan Knight at Pig BBQ Joint here in Victoria. ','Peter Gardner and Aidan Knight @ Pig BBQ Joint','','publish','open','open','','peter-gardner-and-aidan-knight-pig-bbq-joint-8','','','2014-06-03 01:57:14','2014-06-03 01:57:14','',0,'http://2014.misc.wordcamp.test/tggr-flickr/peter-gardner-and-aidan-knight-pig-bbq-joint-8/',0,'tggr-flickr','',0),(310,2,'2014-06-03 01:57:15','2014-06-03 01:57:15','May 23rd, 2014\n\nRecently I\'ve been working on a project with Adrian Chalifo
 ur of Towers &amp; Trees for Music BC\'s Songwriter Workshop during VIC Fest this June 14th, 2014. We head out with an established musician taking part in the Songwriter\'s Workshop with another performer from VIC Fest to a food vendor from the festival for food and conversation. \n\nThe first was Peter Gardner of Hawk &amp; Steel and Aidan Knight at Pig BBQ Joint here in Victoria. ','Peter Gardner and Aidan Knight @ Pig BBQ Joint','','publish','open','open','','peter-gardner-and-aidan-knight-pig-bbq-joint-9','','','2014-06-03 01:57:15','2014-06-03 01:57:15','',0,'http://2014.misc.wordcamp.test/tggr-flickr/peter-gardner-and-aidan-knight-pig-bbq-joint-9/',0,'tggr-flickr','',0),(311,2,'2014-06-03 01:57:20','2014-06-03 01:57:20','May 23rd, 2014\n\nRecently I\'ve been working on a project with Adrian Chalifour of Towers &amp; Trees for Music BC\'s Songwriter Workshop during VIC Fest this June 14th, 2014. We head out with an established musician taking part in the Songwriter\
 's Workshop with another performer from VIC Fest to a food vendor from the festival for food and conversation. \n\nThe first was Peter Gardner of Hawk &amp; Steel and Aidan Knight at Pig BBQ Joint here in Victoria. ','Peter Gardner and Aidan Knight @ Pig BBQ Joint','','publish','open','open','','peter-gardner-and-aidan-knight-pig-bbq-joint-10','','','2014-06-03 01:57:20','2014-06-03 01:57:20','',0,'http://2014.misc.wordcamp.test/tggr-flickr/peter-gardner-and-aidan-knight-pig-bbq-joint-10/',0,'tggr-flickr','',0),(312,2,'2014-06-03 01:57:19','2014-06-03 01:57:19','May 23rd, 2014\n\nRecently I\'ve been working on a project with Adrian Chalifour of Towers &amp; Trees for Music BC\'s Songwriter Workshop during VIC Fest this June 14th, 2014. We head out with an established musician taking part in the Songwriter\'s Workshop with another performer from VIC Fest to a food vendor from the festival for food and conversation. \n\nThe first was Peter Gardner of Hawk &amp; Steel and A
 idan Knight at Pig BBQ Joint here in Victoria. ','Peter Gardner and Aidan Knight @ Pig BBQ Joint','','publish','open','open','','peter-gardner-and-aidan-knight-pig-bbq-joint-11','','','2014-06-03 01:57:19','2014-06-03 01:57:19','',0,'http://2014.misc.wordcamp.test/tggr-flickr/peter-gardner-and-aidan-knight-pig-bbq-joint-11/',0,'tggr-flickr','',0),(313,2,'2014-06-03 01:57:18','2014-06-03 01:57:18','May 23rd, 2014\n\nRecently I\'ve been working on a project with Adrian Chalifour of Towers &amp; Trees for Music BC\'s Songwriter Workshop during VIC Fest this June 14th, 2014. We head out with an established musician taking part in the Songwriter\'s Workshop with another performer from VIC Fest to a food vendor from the festival for food and conversation. \n\nThe first was Peter Gardner of Hawk &amp; Steel and Aidan Knight at Pig BBQ Joint here in Victoria. ','Peter Gardner and Aidan Knight @ Pig BBQ Joint','','publish','open','open','','peter-gardner-and-aidan-knight-pig-bbq-join
 t-12','','','2014-06-03 01:57:18','2014-06-03 01:57:18','',0,'http://2014.misc.wordcamp.test/tggr-flickr/peter-gardner-and-aidan-knight-pig-bbq-joint-12/',0,'tggr-flickr','',0),(314,2,'2014-06-03 01:57:19','2014-06-03 01:57:19','May 23rd, 2014\n\nRecently I\'ve been working on a project with Adrian Chalifour of Towers &amp; Trees for Music BC\'s Songwriter Workshop during VIC Fest this June 14th, 2014. We head out with an established musician taking part in the Songwriter\'s Workshop with another performer from VIC Fest to a food vendor from the festival for food and conversation. \n\nThe first was Peter Gardner of Hawk &amp; Steel and Aidan Knight at Pig BBQ Joint here in Victoria. ','Peter Gardner and Aidan Knight @ Pig BBQ Joint','','publish','open','open','','peter-gardner-and-aidan-knight-pig-bbq-joint-13','','','2014-06-03 01:57:19','2014-06-03 01:57:19','',0,'http://2014.misc.wordcamp.test/tggr-flickr/peter-gardner-and-aidan-knight-pig-bbq-joint-13/',0,'tggr-flickr','
 ',0),(315,2,'2014-06-03 01:57:16','2014-06-03 01:57:16','May 23rd, 2014\n\nRecently I\'ve been working on a project with Adrian Chalifour of Towers &amp; Trees for Music BC\'s Songwriter Workshop during VIC Fest this June 14th, 2014. We head out with an established musician taking part in the Songwriter\'s Workshop with another performer from VIC Fest to a food vendor from the festival for food and conversation. \n\nThe first was Peter Gardner of Hawk &amp; Steel and Aidan Knight at Pig BBQ Joint here in Victoria. ','Peter Gardner and Aidan Knight @ Pig BBQ Joint','','publish','open','open','','peter-gardner-and-aidan-knight-pig-bbq-joint-14','','','2014-06-03 01:57:16','2014-06-03 01:57:16','',0,'http://2014.misc.wordcamp.test/tggr-flickr/peter-gardner-and-aidan-knight-pig-bbq-joint-14/',0,'tggr-flickr','',0),(317,2,'2014-06-03 01:57:12','2014-06-03 01:57:12','May 23rd, 2014\n\nRecently I\'ve been working on a project with Adrian Chalifour of Towers &amp; Trees for Musi
 c BC\'s Songwriter Workshop during VIC Fest this June 14th, 2014. We head out with an established musician taking part in the Songwriter\'s Workshop with another performer from VIC Fest to a food vendor from the festival for food and conversation. \n\nThe first was Peter Gardner of Hawk &amp; Steel and Aidan Knight at Pig BBQ Joint here in Victoria. ','Peter Gardner and Aidan Knight @ Pig BBQ Joint','','publish','open','open','','peter-gardner-and-aidan-knight-pig-bbq-joint-15','','','2014-06-03 01:57:12','2014-06-03 01:57:12','',0,'http://2014.misc.wordcamp.test/tggr-flickr/peter-gardner-and-aidan-knight-pig-bbq-joint-15/',0,'tggr-flickr','',0),(318,2,'2014-06-03 01:57:18','2014-06-03 01:57:18','May 23rd, 2014\n\nRecently I\'ve been working on a project with Adrian Chalifour of Towers &amp; Trees for Music BC\'s Songwriter Workshop during VIC Fest this June 14th, 2014. We head out with an established musician taking part in the Songwriter\'s Workshop with another performer 
 from VIC Fest to a food vendor from the festival for food and conversation. \n\nThe first was Peter Gardner of Hawk &amp; Steel and Aidan Knight at Pig BBQ Joint here in Victoria. ','Peter Gardner and Aidan Knight @ Pig BBQ Joint','','publish','open','open','','peter-gardner-and-aidan-knight-pig-bbq-joint-16','','','2014-06-03 01:57:18','2014-06-03 01:57:18','',0,'http://2014.misc.wordcamp.test/tggr-flickr/peter-gardner-and-aidan-knight-pig-bbq-joint-16/',0,'tggr-flickr','',0),(319,2,'2014-05-29 18:47:26','2014-05-29 18:47:26','Mac&amp;Cheese with cheddar, pulled pork, pickled jalepeños and red onion.','Eat street','','publish','open','open','','eat-street','','','2014-05-29 18:47:26','2014-05-29 18:47:26','',0,'http://2014.misc.wordcamp.test/tggr-flickr/eat-street/',0,'tggr-flickr','',0),(320,2,'2014-05-26 18:01:54','2014-05-26 18:01:54','','Deluxe and Fries','','publish','open','open','','deluxe-and-fries','','','2014-05-26 18:01:54','2014-05-26 18:01:54','',0,'http://201
 4.misc.wordcamp.test/tggr-flickr/deluxe-and-fries/',0,'tggr-flickr','',0),(321,2,'2014-05-24 06:05:44','2014-05-24 06:05:44','','Best brisket, ribs AND pulled pork I\'ve had in a long while. OMG so good. Smoke lovers\' feast! #bbq','','publish','open','open','','best-brisket-ribs-and-pulled-pork-ive-had-in-a-long-while-omg-so-good-smoke-lovers-feast-bbq','','','2014-05-24 06:05:44','2014-05-24 06:05:44','',0,'http://2014.misc.wordcamp.test/tggr-flickr/best-brisket-ribs-and-pulled-pork-ive-had-in-a-long-while-omg-so-good-smoke-lovers-feast-bbq/',0,'tggr-flickr','',0),(322,2,'2014-05-24 04:01:19','2014-05-24 04:01:19','Hog Shack BBQ Cook House','Ribs','','publish','open','open','','ribs','','','2014-05-24 04:01:19','2014-05-24 04:01:19','',0,'http://2014.misc.wordcamp.test/tggr-flickr/ribs/',0,'tggr-flickr','',0),(323,2,'2014-05-24 04:01:10','2014-05-24 04:01:10','Hog Shack BBQ Cook House','Brisket','','publish','open','open','','brisket','','','2014-05-24 04:01:10','2014-05-24 04:01:
 10','',0,'http://2014.misc.wordcamp.test/tggr-flickr/brisket/',0,'tggr-flickr','',0),(324,2,'2014-05-24 04:00:55','2014-05-24 04:00:55','','Hog Shack BBQ Cook House','','publish','open','open','','hog-shack-bbq-cook-house','','','2014-05-24 04:00:55','2014-05-24 04:00:55','',0,'http://2014.misc.wordcamp.test/tggr-flickr/hog-shack-bbq-cook-house/',0,'tggr-flickr','',0),(325,2,'2014-05-24 04:00:45','2014-05-24 04:00:45','','Hog Shack BBQ Cook House','','publish','open','open','','hog-shack-bbq-cook-house-2','','','2014-05-24 04:00:45','2014-05-24 04:00:45','',0,'http://2014.misc.wordcamp.test/tggr-flickr/hog-shack-bbq-cook-house-2/',0,'tggr-flickr','',0),(326,2,'2014-05-22 01:47:57','2014-05-22 01:47:57','ingredients:\n2 lb pork loin\n1/4 cup chili powder\n2 tablespoons garlic salt\n6 cups coke a cola, or enough to cover pork\n3/4 to 1 cup Sweet Baby Ray\'s Original BBQ Sauce\n8 large sweet potatoes\n\ndirections:\nSeason entire pork loin with garlic salt and chili powder. Pour a litt
 le coke in the bottom of the crock pot and add the pork butt. Add enough coke to just cover the pork loin. Cook on low for 8 hours.\n\nWhile pork is cooking, bake your sweet potatoes:\n\nPreheat oven to 400°. Scrub potatoes under water and wrap in foil. Bake in oven for about 1 hour. Sweet Potatoes are fully cooked when you can gently squeeze them and they feel soft. Remove from oven and set aside.\n\nRemove pork from crock pot and discard almost all of coke mixture...leaving just a tablespoon or two of juice behind to help moisten the pork.\n\nPlace the pork back into the crockpot and then use two large forks to shred the meat. Add BBQ sauce and combine (above it says 3/4 to 1 cup BBQ sauce, which just means add as much, or as little, as you like). Leave slow cooker on low, or warm, to keep things hot until you are ready to serve.\n\nWhen ready to serve, cut a a slit in the sweet potato, lengthwise. Grab the potato from both ends and press together to open the sweet potato up. Fil
 l each sweet potato with a generous helping of pulled pork and top with an extra drizzle of BBQ Sauce. Serve immediately!','Pulled pork stuffed sweet potato','','publish','open','open','','pulled-pork-stuffed-sweet-potato','','','2014-05-22 01:47:57','2014-05-22 01:47:57','',0,'http://2014.misc.wordcamp.test/tggr-flickr/pulled-pork-stuffed-sweet-potato/',0,'tggr-flickr','',0),(327,2,'2014-05-21 04:54:29','2014-05-21 04:54:29','','Pulled pork BBQ','','publish','open','open','','pulled-pork-bbq','','','2014-05-21 04:54:29','2014-05-21 04:54:29','',0,'http://2014.misc.wordcamp.test/tggr-flickr/pulled-pork-bbq/',0,'tggr-flickr','',0),(328,2,'2014-05-17 21:40:57','2014-05-17 21:40:57','05-17-2014\n<b>Skinned Pulled Pork</b>\n<b>21st Annual Sweet Onion &amp; BBQ Festival - 11am-4pm\n&quot;CASUAL DINING AT THE BEACH... OR ANYWHERE!!!&quot;:\nReal Pulled Pork (pork butt vs. &quot;baby&quot; pork), BBQ Sauce Tasting, and 2014 Vintage SWEET IMPERIAL ONION
 S!</b>\n\nIowa Meat Farms \n6041 Mission Gorge Rd.\nSan Diego, CA 92120\n(619) 281-5766\n<a href=\"http://www.bestmeatssandiego.com/\">www.bestmeatssandiego.com/</a>','GEDC4871','','publish','open','open','','gedc4871','','','2014-05-17 21:40:57','2014-05-17 21:40:57','',0,'http://2014.misc.wordcamp.test/tggr-flickr/gedc4871/',0,'tggr-flickr','',0),(329,2,'2014-05-17 21:40:59','2014-05-17 21:40:59','05-17-2014\n<b>Skin-On Pulled Pork</b>\n<b>21st Annual Sweet Onion &amp; BBQ Festival - 11am-4pm\n&quot;CASUAL DINING AT THE BEACH... OR ANYWHERE!!!&quot;:\nReal Pulled Pork (pork butt vs. &quot;baby&quot; pork), BBQ Sauce Tasting, and 2014 Vintage SWEET IMPERIAL ONIONS!</b>\n\nIowa Meat Farms \n6041 Mission Gorge Rd.\nSan Diego, CA 92120\n(619) 281-5766\n<a href=\"http://www.bestmeatssandiego.com/\">www.bestmeatssandiego.com/</a>','GEDC4874','','publish','open','open','','gedc4874','','','2014-
 05-17 21:40:59','2014-05-17 21:40:59','',0,'http://2014.misc.wordcamp.test/tggr-flickr/gedc4874/',0,'tggr-flickr','',0),(330,2,'2014-05-17 21:41:00','2014-05-17 21:41:00','05-17-2014\n<b>PULLED PORK \n(left to right) Skin-on, Skinned</b>\n<b>21st Annual Sweet Onion &amp; BBQ Festival - 11am-4pm\n&quot;CASUAL DINING AT THE BEACH... OR ANYWHERE!!!&quot;:\nReal Pulled Pork (pork butt vs. &quot;baby&quot; pork), BBQ Sauce Tasting, and 2014 Vintage SWEET IMPERIAL ONIONS!</b>\n\nIowa Meat Farms \n6041 Mission Gorge Rd.\nSan Diego, CA 92120\n(619) 281-5766\n<a href=\"http://www.bestmeatssandiego.com/\">www.bestmeatssandiego.com/</a>','GEDC4875','','publish','open','open','','gedc4875','','','2014-05-17 21:41:00','2014-05-17 21:41:00','',0,'http://2014.misc.wordcamp.test/tggr-flickr/gedc4875/',0,'tggr-flickr','',0),(331,2,'2014-05-17 01:14:52','2014-05-17 01:14:52','Dinosaur Bar-B-Que','Pulled Pork & Pickles Sandwich','',
 'publish','open','open','','pulled-pork-pickles-sandwich','','','2014-05-17 01:14:52','2014-05-17 01:14:52','',0,'http://2014.misc.wordcamp.test/tggr-flickr/pulled-pork-pickles-sandwich/',0,'tggr-flickr','',0),(332,2,'2014-05-14 22:51:25','2014-05-14 22:51:25','pulled pork sandwich','Dickey\'s BBQ Big BBQ Sandwich & Big Yellow Cup','','publish','open','open','','dickeys-bbq-big-bbq-sandwich-big-yellow-cup','','','2014-05-14 22:51:25','2014-05-14 22:51:25','',0,'http://2014.misc.wordcamp.test/tggr-flickr/dickeys-bbq-big-bbq-sandwich-big-yellow-cup/',0,'tggr-flickr','',0),(333,2,'2014-05-13 01:42:28','2014-05-13 01:42:28','','Quick stop by Salt Lake BBQ','','publish','open','open','','quick-stop-by-salt-lake-bbq','','','2014-05-13 01:42:28','2014-05-13 01:42:28','',0,'http://2014.misc.wordcamp.test/tggr-flickr/quick-stop-by-salt-lake-bbq/',0,'tggr-flickr','',0),(334,2,'2014-05-11 03:24:34','2014-05-11 03:24:34','Decided to try out a couple new recipes today. Homemade <a href=\&
 quot;http://www.williams-sonoma.com/recipe/pulled-pork.html\"> Pulled Pork </a>  Sandwiches with homemade <a href=\"http://www.foodnetwork.com/recipes/paula-deen/southern-baked-beans-recipe2.html\"> baked beans </a> and <a href=\"http://www.foodnetwork.com/recipes/bobby-flay/creamy-cole-slaw-recipe.html\"> cole slaw </a>! Still needs some adjustments but very delicious!','It\'\'s a southern dinner tonight!','','publish','open','open','','its-a-southern-dinner-tonight','','','2014-05-11 03:24:34','2014-05-11 03:24:34','',0,'http://2014.misc.wordcamp.test/tggr-flickr/its-a-southern-dinner-tonight/',0,'tggr-flickr','',0),(335,2,'2014-05-08 19:11:50','2014-05-08 19:11:50','Pulled pork plate.','pruett\'s bbq','','publish','open','open','','pruetts-bbq','','','2014-05-08 19:11:50','2014-05-08 19:11:50','',0,'http://2014.misc.wordcamp.test/tggr-flickr/pruetts-bbq/',0,'tggr-flickr','',0),(336,2,'2014-05-07 17:31:50','2014-05-07 17:31
 :50','Nice casual spot for tasty sandwiches in Alameda (the &quot;Island City&quot;).  The top sandwich is BBQ Pulled Pork (on toasted garlic roll - my favorite sandwich here!) and the bottom sandwich is the Italian Combo.  And every sandwich or hot dog comes with a chocolate chip cookie.  Oh, and they have beer and wine, also.','photo - Island City Cafe','','publish','open','open','','photo-island-city-cafe','','','2014-05-07 17:31:50','2014-05-07 17:31:50','',0,'http://2014.misc.wordcamp.test/tggr-flickr/photo-island-city-cafe/',0,'tggr-flickr','',0),(337,2,'2014-05-06 01:38:02','2014-05-06 01:38:02','Dry, not a lot of flavor. Jethro\'s BBQ sauce was amazing. Great portions sizes. (via Foodspotting)','Pulled Pork @ Jethros BBQ','','publish','open','open','','pulled-pork-jethros-bbq','','','2014-05-06 01:38:02','2014-05-06 01:38:02','',0,'http://2014.misc.wordcamp.test/tggr-flickr/pulled-pork-jethros-bbq/',0,'tggr-flickr','',0),(338,2,'2014-05-04 21:45:55','2014-05-04 21:45
 :55','Beef Brisket and Pulled Pork \nwith yam fries and coleslaw\n\nRichmond, BC','Combo at The Hog Shack','','publish','open','open','','combo-at-the-hog-shack','','','2014-05-04 21:45:55','2014-05-04 21:45:55','',0,'http://2014.misc.wordcamp.test/tggr-flickr/combo-at-the-hog-shack/',0,'tggr-flickr','',0),(339,2,'2014-05-02 21:29:15','2014-05-02 21:29:15','','Dinner with family','','publish','open','open','','dinner-with-family','','','2014-05-02 21:29:15','2014-05-02 21:29:15','',0,'http://2014.misc.wordcamp.test/tggr-flickr/dinner-with-family/',0,'tggr-flickr','',0),(340,2,'2014-05-01 23:50:13','2014-05-01 23:50:13','','excellent pulled pork!','','publish','open','open','','excellent-pulled-pork','','','2014-05-01 23:50:13','2014-05-01 23:50:13','',0,'http://2014.misc.wordcamp.test/tggr-flickr/excellent-pulled-pork/',0,'tggr-flickr','',0),(341,2,'2014-04-28 18:05:58','2014-04-28 18:05:58','Raleighwood sandwich with Wasabi Cole Slaw on the side and Fried Green Tomatoes playing bac
 k-up','Raleighwood at Curly\'s Carolina, TX','','publish','open','open','','raleighwood-at-curlys-carolina-tx','','','2014-04-28 18:05:58','2014-04-28 18:05:58','',0,'http://2014.misc.wordcamp.test/tggr-flickr/raleighwood-at-curlys-carolina-tx/',0,'tggr-flickr','',0),(342,2,'2014-04-28 05:35:57','2014-04-28 05:35:57','','Pulled Pork Sandwich at a Street Fair in Soho - London, UK','','publish','open','open','','pulled-pork-sandwich-at-a-street-fair-in-soho-london-uk','','','2014-04-28 05:35:57','2014-04-28 05:35:57','',0,'http://2014.misc.wordcamp.test/tggr-flickr/pulled-pork-sandwich-at-a-street-fair-in-soho-london-uk/',0,'tggr-flickr','',0),(343,2,'2014-04-28 01:13:26','2014-04-28 01:13:26','','IMG_9624','','publish','open','open','','img_9624','','','2014-04-28 01:13:26','2014-04-28 01:13:26','',0,'http://2014.misc.wordcamp.test/tggr-flickr/img_9624/',0,'tggr-flickr','',0),(344,2,'2014-04-27 20:13:37','2014-04-27 20:13:37','Ordered this at <a href=\"http://slowstogo.com/\&
 quot;>Slows To Go<a> in Detroit. It has apple wood smoked bacon, pulled pork, and ham on it slathered with a spicy North Carolina style bbq sauce. It also came on a poppy seed, kaiser roll. It was juicy and fantastic!\n</a></a>','Triple Threat Pork','','publish','open','open','','triple-threat-pork','','','2014-04-27 20:13:37','2014-04-27 20:13:37','',0,'http://2014.misc.wordcamp.test/tggr-flickr/triple-threat-pork/',0,'tggr-flickr','',0),(345,2,'2014-04-24 23:30:15','2014-04-24 23:30:15','Smoked chicken breast topped with pulled pork with sides of fried sweet potatoes and cole slaw at Smokin\' Dave\'s in Estes Park, Colorado','smoked chicken with pulled pork','','publish','open','open','','smoked-chicken-with-pulled-pork','','','2014-04-24 23:30:15','2014-04-24 23:30:15','',0,'http://2014.misc.wordcamp.test/tggr-flickr/smoked-chicken-with-pulled-pork/',0,'tggr-flickr','',0),(347,2,'2014-04-23 21:03:21','2014-04-23 21:03:21','Read more at <a href=\"http:
 //wscwong.typepad.com/dessert_by_candy/2014/04/nashville-good-eats.html\">Dessert By Candy</a>.','Edley\'s Barbecue: Pulled Pork, Frito Pie, Collard Greens, Cornbread','','publish','open','open','','edleys-barbecue-pulled-pork-frito-pie-collard-greens-cornbread','','','2014-04-23 21:03:21','2014-04-23 21:03:21','',0,'http://2014.misc.wordcamp.test/tggr-flickr/edleys-barbecue-pulled-pork-frito-pie-collard-greens-cornbread/',0,'tggr-flickr','',0),(348,2,'2014-04-23 21:03:37','2014-04-23 21:03:37','Read more at <a href=\"http://wscwong.typepad.com/dessert_by_candy/2014/04/nashville-good-eats.html\">Dessert By Candy</a>.','Edley\'s Barbecue: Pulled Pork, Frito Pie, Collard Greens, Cornbread','','publish','open','open','','edleys-barbecue-pulled-pork-frito-pie-collard-greens-cornbread-2','','','2014-04-23 21:03:37','2014-04-23 21:03:37','',0,'http://2014.misc.wordcamp.test/tggr-flickr/edleys-barbecue-pulled-pork-frito-pie-collard-greens-cornbread-2/',0
 ,'tggr-flickr','',0),(349,2,'2014-04-20 17:35:36','2014-04-20 17:35:36','','Pulled Pork at Square One','','publish','open','open','','pulled-pork-at-square-one','','','2014-04-20 17:35:36','2014-04-20 17:35:36','',0,'http://2014.misc.wordcamp.test/tggr-flickr/pulled-pork-at-square-one/',0,'tggr-flickr','',0),(350,2,'2014-04-20 17:35:37','2014-04-20 17:35:37','Some fun light/water distortion with cups and plates.','Water distortion','','publish','open','open','','water-distortion','','','2014-04-20 17:35:37','2014-04-20 17:35:37','',0,'http://2014.misc.wordcamp.test/tggr-flickr/water-distortion/',0,'tggr-flickr','',0),(352,2,'2014-04-20 17:35:36','2014-04-20 17:35:36','','Cherokee Street','','publish','open','open','','cherokee-street','','','2014-04-20 17:35:36','2014-04-20 17:35:36','',0,'http://2014.misc.wordcamp.test/tggr-flickr/cherokee-street/',0,'tggr-flickr','',0),(353,2,'2014-04-19 18:09:15','2014-04-19 18:09:15','(c) Nora Kramer Photography. 2012.','Chinsegut Manor House gr
 ounds. Brooksville, Fl','','publish','open','open','','chinsegut-manor-house-grounds-brooksville-fl','','','2014-04-19 18:09:15','2014-04-19 18:09:15','',0,'http://2014.misc.wordcamp.test/tggr-flickr/chinsegut-manor-house-grounds-brooksville-fl/',0,'tggr-flickr','',0),(354,1,'2014-06-21 21:03:22','2014-06-21 21:03:22','[tagregator hashtag=\"#wcsf\"]','Social Media Stream','','inherit','open','open','','12-revision-v1','','','2014-06-21 21:03:22','2014-06-21 21:03:22','',12,'http://2014.misc.wordcamp.test/2014/06/21/12-revision-v1/',0,'revision','',0),(356,1,'2016-06-06 18:38:18','0000-00-00 00:00:00','','Auto Draft','','auto-draft','open','open','','','','','2016-06-06 18:38:18','0000-00-00 00:00:00','',0,'http://2014.misc.wordcamp.test/?p=356',0,'post','',0);
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+INSERT INTO `wc_11_posts` VALUES (1,1,'2014-03-25 15:25:14','2014-03-25 15:25:14','<p><em>Organizers note:</em> You can enter content for this page in the Sessions menu item in the sidebar.</p> <h1>Saturday, January 1st</h1> <p>[schedule date=\"YYYY-MM-DD\" tracks=\"example-track,another-example-track,yet-another-example-track\"]</p>','Schedule','','publish','open','open','','schedule','','','2014-03-25 15:25:14','2014-03-25 15:25:14','',0,'http://2014.misc.wordcamp.test/schedule/',0,'page','',0),(2,1,'2014-03-25 15:25:14','2014-03-25 15:25:14','<p><em>Organizers note:</em> You can enter content for this page in the Speakers menu item in the sidebar.</p> <p>[speakers]</p>','Speakers','','publish','open','open','','speakers','','','2014-03-25 15:25:14','2014-03-25 15:25:14','',0,'http://
 2014.misc.wordcamp.test/speakers/',0,'page','',0),(3,1,'2014-03-25 15:25:14','2014-03-25 15:25:14','<p><em>Organizers note:</em> You can enter content for this page in the Sessions menu item in the sidebar.</p> <p>[sessions]</p>','Sessions','','publish','open','open','','sessions','','','2014-03-25 15:25:14','2014-03-25 15:25:14','',0,'http://2014.misc.wordcamp.test/sessions/',0,'page','',0),(4,1,'2014-03-25 15:25:14','2014-03-25 15:25:14','<p><em>Organizers note:</em> Multi-event sponsors have been automatically created in the Sponsors menu, but you\'ll need to remove the ones that don\'t apply to your specific event. To find out which ones apply, please visit http://central.wordcamp.org/multi-event-sponsorship-packages/. After that, you should add the sponsors that are specific to your event.</p> <h3>Our Sponsors</h3> <p>Blurb thanking sponsors</p> <p>[sponsors]</p> <h3>Interested
  in sponsoring WordCamp this year?</h3> <p>Check out our <a href=\'/call-for-sponsors\'>Call for Sponsors</a> post for details on how you can help make this year\'s WordCamp the best it can be!</p>','Sponsors','','publish','open','open','','sponsors','','','2014-03-25 15:25:14','2014-03-25 15:25:14','',0,'http://2014.misc.wordcamp.test/sponsors/',0,'page','',0),(5,1,'2014-03-25 15:25:14','2014-03-25 15:25:14','','Location','','publish','open','open','','location','','','2014-03-25 15:25:14','2014-03-25 15:25:14','',0,'http://2014.misc.wordcamp.test/location/',0,'page','',0),(6,1,'2014-03-25 15:25:14','2014-03-25 15:25:14','<p><em>Organizers note:</em> You can enter content for this page in the Organizers menu item in the sidebar.</p> <p>[organizers]</p>','Organizers','','publish','open','open','','organizers','','','2014-03-25 15:25:14','2014-03-25 15:25:14','',0,'http://2014.misc.wordcamp.test/organizers/',0,'page','
 ',0),(7,1,'2014-03-25 17:44:56','2014-03-25 17:44:56','[camptix]','Tickets','','publish','closed','closed','','tickets','','','2014-06-21 20:23:48','2014-06-21 20:23:48','',0,'http://2014.misc.wordcamp.test/?page_id=7',0,'page','',0),(8,1,'2014-03-25 15:25:14','2014-03-25 15:25:14','[camptix_attendees columns=\"3\"]','Attendees','','publish','open','open','','attendees','','','2014-04-16 00:40:59','2014-04-16 00:40:59','',0,'http://2014.misc.wordcamp.test/?page_id=8',0,'page','',0),(9,1,'2014-03-25 15:25:14','0000-00-00 00:00:00','<p><em>Organizers note:</em> After your WordCamp is over and the sessions are published to WordPress.tv, you can embed them here. Just enter the event slug into the shortcode below, and hit the <em>Publish</em> button.</p> <p>[wptv event=\"enter-event-slug-here\"]</p>','Videos','','draft','open','open','','','','','2014-03-25 15:25:14','0000-00-00 00:00:00','',0,'http://2014.misc.wordcamp.
 test/?page_id=9',0,'page','',0),(10,1,'2014-03-25 15:25:14','0000-00-00 00:00:00','<p><em>Organizers note:</em> Upload photos to this page and they\'ll automagically appear in a slideshow!</p> <p>[slideshow]</p>','Slideshow','','draft','open','open','','','','','2014-03-25 15:25:14','0000-00-00 00:00:00','',0,'http://2014.misc.wordcamp.test/?page_id=10',0,'page','',0),(11,1,'2014-03-25 15:25:14','2014-03-25 15:25:14','<p>[contact-form to=\'ian.dunn@automattic.com\' subject=\'WordCamp Contact Request\'][contact-field label=\'Name\' type=\'name\' required=\'1\'/][contact-field label=\'Email\' type=\'email\' required=\'1\'/][contact-field label=\'Message\' type=\'textarea\' required=\'1\'/][/contact-form]</p>','Contact','','publish','open','open','','contact','','','2014-03-25 15:25:14','2014-03-25 15:25:14','',0,'http://2014.misc.wordcamp.test/contact/',0,'page','',0),(12,1,'2014-03-25 15:25:14','2014-03-25 15:25:14','[tagregator hashtag
 =\"#wcsf\"]','Social Media Stream','','publish','open','open','','social-media-stream','','','2014-06-21 21:03:22','2014-06-21 21:03:22','',0,'http://2014.misc.wordcamp.test/social-media-stream/',0,'page','',0),(13,1,'2014-03-25 15:25:14','2014-03-25 15:25:14','<p><em>Organizers note:</em> Below is a boilerplate code of conduct that you can customize; another great example is the Ada Initiative <a href=\"http://geekfeminism.wikia.com/wiki/Conference_anti-harassment/Policy\">anti-harassment policy.</a></p> <p>We also recommend the organizing team read this article on <a href=\"http://geekfeminism.wikia.com/wiki/Conference_anti-harassment/Responding_to_reports\">how to take a harassment report</a>.</p> <p>Please update the portions <span style=\"color: red; text-decoration: underline;\">with red text</span>. You can use the \"Remove Formatting\" button on the
  toolbar (the eraser icon on the second line) to remove the color and underline.\n             <ol>\n                    <li>\n                            <h3>Purpose</h3>\n\n                                <p><span style=\"color: red; text-decoration: underline;\">WordCamp YourCityName</span> believes our community should be truly open for everyone. As such, we are committed to providing a friendly, safe and welcoming environment for all, regardless of gender, sexual orientation, disability, ethnicity, religion, preferred operating system, programming language, or text editor.</p>\n                               <p>This code of conduct outlines our expectations for participant behavior as well as the consequences for unacceptable behavior.</p>\n                             <p>We invite all sponsors, volunteers, speakers, attendees, and other participants to help us realize a safe and positive conference experience for everyone.</p>\n                 </li>\n\n                 <li>\n                            <h3>Open Source Citizenship</h3>\n\n                                <p>A
  supplemental goal of this code of conduct is to increase open source citizenship by encouraging participants to recognize and strengthen the relationships between what we do and the community at large.</p>\n                         <p>In service of this goal, <span style=\"color: red; text-decoration: underline;\">WordCamp YourCityName</span> organizers will be taking nominations for exemplary citizens throughout the event and will recognize select participants after the conference on the website.</p>\n                          <p>If you see someone who is making an extra effort to ensure our community is welcoming, friendly, and encourages all participants to contribute to the fullest extent, we want to know. <span style=\"color: red; text-decoration: underline;\">You can nominate someone at the Registration table or online at URL HERE.</span></p>\n                      </li>\n\n                 <li>\n                            <h3>Expected Behavior</h3>\n\n                              <ul>\n                                    &lt
 ;li>Be considerate, respectful, and collaborative.</li>\n                                     <li>Refrain from demeaning, discriminatory or harassing behavior and speech.</li>\n                                 <li>Be mindful of your surroundings and of your fellow participants. Alert conference organizers if you notice a dangerous situation or someone in distress.</li>\n                                 <li>Participate in an authentic and active way. In doing so, you help to create <span style=\"color: red; text-decoration: underline;\">WordCamp YourCityName</span> and make it your own.</li>\n                             </ul>\n                   </li>\n\n                 <li>\n                            <h3>Unacceptable Behavior</h3>\n\n                          <p>Unacceptable behaviors include: intimidating, harassing, abusive, discriminatory, derogatory or demeaning conduct by any attendees of <span style=\"color: red; text-decoration: underline;\">WordCamp YourCityName</span> and related events. All <span style=\"color: red; text-de
 coration: underline;\">WordCamp YourCityName</span> venues may be shared with members of the public; please be respectful to all patrons of these locations.</p>\n                         <p>Harassment includes: offensive verbal comments related to gender, sexual orientation, race, religion, disability; inappropriate use of nudity and/or sexual images in public spaces (including presentation slides); deliberate intimidation, stalking or following; harassing photography or recording; sustained disruption of talks or other events; inappropriate physical contact, and unwelcome sexual attention.</p>\n                    </li>\n\n                 <li>\n                            <h3>Consequences Of Unacceptable Behavior</h3>\n\n                          <p>Unacceptable behavior will not be tolerated whether by other attendees, organizers, venue staff, sponsors, or other patrons of <span style=\"color: red; text-decoration: underline;\">WordCamp YourCityName</span> venues.</p>\n                          <p>Anyon
 e asked to stop unacceptable behavior is expected to comply immediately.</p>\n                           <p>If a participant engages in unacceptable behavior, the conference organizers may take any action they deem appropriate, up to and including expulsion from the conference without warning or refund.</p>\n                       </li>\n\n                 <li>\n                            <h3>What To Do If You Witness Or Are Subject To Unacceptable Behavior</h3>\n\n                              <p>If you are subject to unacceptable behavior, notice that someone else is being subject to unacceptable behavior, or have any other concerns, please notify a conference organizer as soon as possible.</p>\n                             <p>The <span style=\"color: red; text-decoration: underline;\">WordCamp YourCityName</span> team will be available to help participants contact venue security or local law enforcement, to provide escorts, or to otherwise assist those experiencing unacceptable behavior to feel safe for the duration of the conf
 erence. <span style=\"color: red; text-decoration: underline;\">Volunteers will be wearing XXXXXXXXXXXXXXXXXXXXXXXX.</span> Any volunteer can connect you with a conference organizer. You can also come to the special registration desk in the lobby and ask for the organizers.</p>\n                   </li>\n\n                 <li>\n                            <h3>Scope</h3>\n                            <p>We expect all conference participants (sponsors, volunteers, speakers, attendees, and other guests) to abide by this code of conduct at all conference venues and conference-related social events.</p>\n                        </li>\n\n                 <li>\n                            <h3>Contact Information</h3>\n\n                            <p><span style=\"color: red; text-decoration: underline;\">Contact info here! Make sure this includes a way to access the organizers during the event.</span></p>\n                   </li>\n\n                 <li>\n                            <h3>License And Attribution</h3>\n\n                                <p>This Code of Conduct is 
 a direct swipe from the awesome work of Open Source Bridge, but with our event information substituted. The original is available at <a href=\"http://opensourcebridge.org/about/code-of-conduct/\">http://opensourcebridge.org/about/code-of-conduct/</a> and is released under a <a href=\"http://creativecommons.org/licenses/by-sa/3.0/\">Creative Commons Attribution-ShareAlike</a> license.</p>\n                     </li>\n           </ol>\n\n         ','Code of Conduct','','publish','open','open','','code-of-conduct','','','2014-03-25 15:25:14','2014-03-25 15:25:14','',0,'http://2014.misc.wordcamp.test/code-of-conduct/',0,'page','',0),(14,1,'2014-03-25 15:25:14','2014-03-25 15:25:14','<p><em>Organizers note:</em> Please update the portions <span style=\'color: red; text-decoration: underline;\'>with red text</span>.</p> <p>We\'re happy to announce that <span style=\'color: red; text-decoration: underline;\'>WordCa
 mp YourCityName</span> is officially on the calendar!</p> <p><span style=\'color: red; text-decoration: underline;\'>WordCamp YourCityName</span> will be <span style=\'color: red; text-decoration: underline;\'>DATE(S)</span> at <span style=\'color: red; text-decoration: underline;\'>LOCATION</span>.</p> <p><span style=\'color: red; text-decoration: underline;\'>Subscribe using the form in the sidebar</span> to stay up to date on the most recent news. We’ll be keeping you posted on all the details over the coming months, including speaker submissions, ticket sales and more!</p>','Welcome to Miscellaneous','','publish','open','open','','welcome-to-miscellaneous','','','2014-03-25 15:25:14','2014-03-25 15:25:14','',0,'http://2014.misc.wordcamp.test/2014/03/25/welcome-to-miscellaneous/',0,'post','',0),(15,1,'2014-03-25 15:25:14','0000-00-00 00:00:00','<p><em>Organizers note:</em> Make
  sure you update the \'to\' address and other fields before publishing this page!</p> <p>Blurb with information for potential sponsors.</p> <p>[contact-form to=\'enter-your-address-here@example.net\' subject=\'WordCamp Sponsor Request\'][contact-field label=\'Contact Name\' type=\'text\' required=\'1\'/][contact-field label=\'Company Name\' type=\'name\' required=\'1\'/][contact-field label=\'Email\' type=\'email\' required=\'1\'/][contact-field label=\'Phone Number\' type=\'text\'/][contact-field label=\'Sponsorship Level\' type=\'text\'/][contact-field label=\'Why Would you Like to Sponsor WordCamp?\' type=\'textarea\' required=\'1\'/][contact-field label=\'Questions / Comments\' type=\'textarea\'/][/contact-form] </p>','Call for Sponsors','','draft','open','open','','','','','2014-03-25 15:25:14','0000-00-00 00:00:00','',0,'http://2014.misc.wordcamp.test/?p=15',0,'post','',0),(16,1,'2014-03-25 15:25:14','0000-00-00 00:00:00','<p><em>Organ
 izers note:</em> Make sure you update the \'to\' address and other fields before publishing this page!</p> <p>Blurb with information for potential speakers.</p> <p>[contact-form to=\'enter-your-address-here@example.net\' subject=\'WordCamp Speaker Request\'][contact-field label=\'Name\' type=\'text\' required=\'1\'/][contact-field label=\'Email\' type=\'email\' required=\'1\'/][contact-field label=\'Topic(s) You%26#039;d Like to Present On\' type=\'textarea\' required=\'1\'/][contact-field label=\'Intended Audience\' type=\'text\' required=\'1\'/][contact-field label=\'Past Speaking Experience (not necessary to apply)\' type=\'textarea\'/][/contact-form]</p>','Call for Speakers','','draft','open','open','','','','','2014-03-25 15:25:14','0000-00-00 00:00:00','',0,'http://2014.misc.wordcamp.test/?p=16',0,'post','',0),(17,1,'2014-03-25 15:25:14','0000-00-00 00:00:00','<p><em>Organizers note:</em> Make sure you update the \'to\' add
 ress and other fields before publishing this page!</p> <p>Blurb with information for potential volunteers.</p> <p>[contact-form to=\'enter-your-address-here@example.net\' subject=\'WordCamp Speaker Request\'][contact-field label=\'Name\' type=\'text\' required=\'1\'/][contact-field label=\'Email\' type=\'email\' required=\'1\'/][contact-field label=\'Skills / Interests / Experience (not necessary to volunteer)\' type=\'textarea\' required=\'1\'/][contact-field label=\'Number of Hours Available\' type=\'text\' required=\'1\'/][contact-field label=\'Questions / Comments\' type=\'textarea\'/][/contact-form]</p>','Call for Volunteers','','draft','open','open','','','','','2014-03-25 15:25:14','0000-00-00 00:00:00','',0,'http://2014.misc.wordcamp.test/?p=17',0,'post','',0),(18,1,'2014-03-25 15:25:14','2014-03-25 15:25:14','<p>If you use WordPress to build things for other people, Code Poet wants to make your life easier. No matter whether you freelance
  on a solo basis, lead a small web shop, make plugins in a dark closet, or crack the whip at a large design firm, Code Poet’s aim is to become your go-to source of information and resources to help you expand your WordPress skills and know-how. To make you better at what you do. To make it easier to make your living and look great doing it.</p> <p>You’re part of a tribe of WordPress designers and developers over 10,000 strong, spanning the entire globe. <a href=\'http://codepoet.com\'>codepoet.com</a> aims to bring the working knowledge and real world strategies of those people into one place, for you to tap into.</p>','Code Poet','','publish','open','open','','code-poet','','','2014-03-25 15:25:14','2014-03-25 15:25:14','',0,'http://2014.misc.wordcamp.test/sponsor/code-poet/',0,'wcb_sponsor','',0),(20,1,'2014-03-25 15:25:14','2014-03-25 15:25:14','<p>WPML turns WordPress websites multilingual. It works with caching, SEO and E-Commerce plugins
 , and allows the building of complete multilingual sites. WPML powers simple blogs as well as corporate and enterprise sites.</p> <p>WPML allows users to translate everything in the site, including content, menus, widgets and even theme and plugin texts. WPML powers over 400,000 commercial websites from all over the world.</p> <p>More information about going multilingual can be found at <a href=\'http://wpml.org\'>WPML.org</a></p>','WPML','','publish','open','open','','wpml','','','2014-03-25 15:25:14','2014-03-25 15:25:14','',0,'http://2014.misc.wordcamp.test/sponsor/wpml/',0,'wcb_sponsor','',0),(22,1,'2014-03-25 15:25:15','2014-03-25 15:25:15','<p><a href=\'http://bluehost.com\'>Bluehost</a> has been a WordPress partner since 2005 and powers over one million WordPress sites. Their goal is to provide outstanding hosting services and customer support for the best possible price. Bluehost is also constantly innovating and up
 grading their services and infrastructure at no additional cost to their customers. Join the millions of other website owners that have already chosen Bluehost and see how they can help you with your site.</p>','Bluehost','','publish','open','open','','bluehost','','','2014-03-25 15:25:15','2014-03-25 15:25:15','',0,'http://2014.misc.wordcamp.test/sponsor/bluehost/',0,'wcb_sponsor','',0),(24,1,'2014-03-25 15:25:17','2014-03-25 15:25:17','<p>DreamHost is a global Web hosting and cloud services provider with over 350,000 customers and 1.2 million blogs, websites and apps hosted. The company offers a wide spectrum of Web hosting and cloud services including Shared Hosting, Virtual Private Servers (VPS), Dedicated Server Hosting, Domain Name Registration, the cloud storage service, DreamObjects, and the cloud computing service DreamCompute. More information can be found at <a href=\'http://dreamhost.com\'>http://dreamhost.com</a>.</p>','DreamHost','','publi
 sh','open','open','','dreamhost','','','2014-03-25 15:25:17','2014-03-25 15:25:17','',0,'http://2014.misc.wordcamp.test/sponsor/dreamhost/',0,'wcb_sponsor','',0),(26,1,'2014-03-25 15:25:17','2014-03-25 15:25:17','<p>From its inception in 1998, (mt) Media Temple has been on a mission to help people and businesses succeed online.</p> <p>Over 125,000 customers in 100 countries now rely on Media Temple’s tools for domain registration, web hosting, business applications, virtual servers, and other cloud services to power more than 1.5 million websites. With 200 dedicated, U.S.-based employees, Media Temple takes pride in our 24/7 customer support. Our customers range from everyday people to top bloggers, creative professionals, and small businesses, as well as large enterprises like Starbucks, Adidas, Samsung, and Toyota.</p> <p>More information can be found anytime on the web at <a href=\'http://mediatemple.com\'>http://mediatemple.com</a> or 
 on Twitter <a href=\'https://twitter.com/mediatemple\'>@MediaTemple</a>.</p>','Media Temple','','publish','open','open','','media-temple','','','2014-03-25 15:25:17','2014-03-25 15:25:17','',0,'http://2014.misc.wordcamp.test/sponsor/media-temple/',0,'wcb_sponsor','',0),(28,1,'2014-03-25 15:25:17','2014-03-25 15:25:17','<p><a href=\'http://34sp.com\'>34SP.com</a> is a professional website hosting and domain name registration company offering services for web developers, bloggers, designers and small businesses throughout the world. The 34SP.com team of technical experts offers support and service coupled with a money-back guarantee to ensure client satisfaction. 34SP.com has particular focus in WordPress hosting, having supported the WordPress community since WordPress was originally developed and launched in 2003. The company currently hosts thousands of WordPress websites and is headquartered in central Manchester, England.</p>','34sp.com',
 '','publish','open','open','','34sp-com','','','2014-03-25 15:25:17','2014-03-25 15:25:17','',0,'http://2014.misc.wordcamp.test/sponsor/34sp-com/',0,'wcb_sponsor','',0),(31,1,'2014-03-25 17:42:18','2014-03-25 17:42:18','','General Admission','','publish','closed','closed','','general-admission','','','2014-03-25 17:42:18','2014-03-25 17:42:18','',0,'http://2014.misc.wordcamp.test/?post_type=tix_ticket&#038;p=31',0,'tix_ticket','',0),(75,2,'2014-04-16 00:32:32','2014-04-16 00:32:32','Pulled pork. Yummm','Pulled pork. Yummm','','publish','open','open','','pulled-pork-yummm%f0%9f%91','','','2014-04-16 00:32:32','2014-04-16 00:32:32','',0,'http://2014.misc.wordcamp.test/tggr-tweets/pulled-pork-yummm%f0%9f%91/',0,'tggr-tweets','',0),(76,2,'2014-04-16 00:30:59','2014-04-16 00:30:59','So, as an Acting Jew, I forgot I\'m not supposed to eat bread and just ate a Pulled Pork Sandwich. And I went all day. #dang @filkgb  I tried','So, as an Acting Jew, I forgot I\'m not supposed to','','pub
 lish','open','open','','so-as-an-acting-jew-i-forgot-im-not-supposed-to','','','2014-04-16 00:30:59','2014-04-16 00:30:59','',0,'http://2014.misc.wordcamp.test/tggr-tweets/so-as-an-acting-jew-i-forgot-im-not-supposed-to/',0,'tggr-tweets','',0),(77,2,'2014-04-16 00:30:31','2014-04-16 00:30:31','@markfreie In Hawaii, I had like a grilled cheese/bbq pulled pork sandwhich. BEST SANDWHICH I HAVE EVER HAD.','@markfreie In Hawaii, I had like a grilled cheese/','','publish','open','open','','markfreie-in-hawaii-i-had-like-a-grilled-cheese','','','2014-04-16 00:30:31','2014-04-16 00:30:31','',0,'http://2014.misc.wordcamp.test/tggr-tweets/markfreie-in-hawaii-i-had-like-a-grilled-cheese/',0,'tggr-tweets','',0),(78,2,'2014-04-16 00:27:55','2014-04-16 00:27:55','Pulled pork tacos with grilled corn &amp; cilantro rice and a sauce to top it that made us sweat! Yummy! http://t.co/9t5NHtRi8i','Pulled pork tacos with grilled corn &amp; cilantro','','publish','open','open','','pulled-pork-taco
 s-with-grilled-corn-cilantro','','','2014-04-16 00:27:55','2014-04-16 00:27:55','',0,'http://2014.misc.wordcamp.test/tggr-tweets/pulled-pork-tacos-with-grilled-corn-cilantro/',0,'tggr-tweets','',0),(79,2,'2014-04-16 00:27:10','2014-04-16 00:27:10','ugh! I want a pulled pork sandwich and baked beans w/ steak fries.','ugh! I want a pulled pork sandwich and baked beans','','publish','open','open','','ugh-i-want-a-pulled-pork-sandwich-and-baked-beans','','','2014-04-16 00:27:10','2014-04-16 00:27:10','',0,'http://2014.misc.wordcamp.test/tggr-tweets/ugh-i-want-a-pulled-pork-sandwich-and-baked-beans/',0,'tggr-tweets','',0),(80,2,'2014-04-16 00:25:32','2014-04-16 00:25:32','I would give someone\'s left leg for a pulled pork sandwich right now','I would give someone\'s left leg for a pulled pork ','','publish','open','open','','i-would-give-someones-left-leg-for-a-pulled-pork','','','2014-04-16 00:25:32','2014-04-16 00:25:32','',0,'http://2014.misc.wordcamp.test/tggr-tweets/i-would-give-som
 eones-left-leg-for-a-pulled-pork/',0,'tggr-tweets','',0),(81,2,'2014-04-16 00:24:10','2014-04-16 00:24:10','Creamy Herb &amp; Garlic Pulled Pork Potato Skins with Ranch Dill Sauce. #MemorableMelts http://t.co/sdqZF22oTN via @WhispersInspire','Creamy Herb &amp; Garlic Pulled Pork Potato Skins ','','publish','open','open','','creamy-herb-garlic-pulled-pork-potato-skins','','','2014-04-16 00:24:10','2014-04-16 00:24:10','',0,'http://2014.misc.wordcamp.test/tggr-tweets/creamy-herb-garlic-pulled-pork-potato-skins/',0,'tggr-tweets','',0),(82,2,'2014-04-16 00:23:56','2014-04-16 00:23:56','I had this at Dickey\'s for dinner &amp; it was everything I thought it could be. Yeah there\'s pulled pork hiding in there http://t.co/EbkT8OIGFm','I had this at Dickey\'s for dinner &amp; it was eve','','publish','open','open','','i-had-this-at-dickeys-for-dinner-it-was-eve','','','2014-04-16 00:23:56','2014-04-16 00:23:56','',0,'http://2014.misc.wordcamp.test/tggr-tweets/i-had-this-at-d
 ickeys-for-dinner-it-was-eve/',0,'tggr-tweets','',0),(83,2,'2014-04-16 00:22:55','2014-04-16 00:22:55','Just had Smokin\' Bones\' pulled pork BBQ sandwich and it was absolutely the BEST bbq I\'ve everrrr had ','Just had Smokin\' Bones\' pulled pork BBQ sandwich a','','publish','open','open','','just-had-smokin-bones-pulled-pork-bbq-sandwich-a','','','2014-04-16 00:22:55','2014-04-16 00:22:55','',0,'http://2014.misc.wordcamp.test/tggr-tweets/just-had-smokin-bones-pulled-pork-bbq-sandwich-a/',0,'tggr-tweets','',0),(84,2,'2014-04-15 00:52:49','2014-04-15 00:52:49','2/16/14','Three Piggies - Kurobuta pork belly, bacon, pulled pork','','publish','open','open','','three-piggies-kurobuta-pork-belly-bacon-pulled-pork','','','2014-04-15 00:52:49','2014-04-15 00:52:49','',0,'http://2014.misc.wordcamp.test/tggr-flickr/three-piggies-kurobuta-pork-belly-bacon-pulled-pork/',0,'tggr-flickr','',0),(85,2,'2014-04-12 22:14:43','2014-04-12 22:14:43','In Downtown LA at Grand Central Market.\n\n- Bacon 
 and blue cheese potato salad\n\n- Pulled Pork\n\n- Brisket\n\n- Mac and Cheese\n\nThe funniest thing about this trip was that I apparently ordered the last amount of pulled pork. Dude at the cash register handed me a piece of chalk and told me to cross off the pulled pork from the chalkboard. Awesome!','Horse thief bbq','','publish','open','open','','horse-thief-bbq','','','2014-04-12 22:14:43','2014-04-12 22:14:43','',0,'http://2014.misc.wordcamp.test/tggr-flickr/horse-thief-bbq/',0,'tggr-flickr','',0),(86,2,'2014-04-11 22:24:13','2014-04-11 22:24:13','pulled pork, cole slaw, fried egg with a side of kale salad…click link below to read full review….  <a href=\"http://placesiveeaten.blogspot.com/2014/04/food-truck-boneyard.html\">placesiveeaten.blogspot.com/2014/04/food-truck-boneyard.html</a>','pulled pork sandwich from The Boneyard Food Truck in San Francisco','','publish','open','open','','pulled-pork-sandwich-from-the-boneyard-food-truck-in-san-francisc
 o','','','2014-04-11 22:24:13','2014-04-11 22:24:13','',0,'http://2014.misc.wordcamp.test/tggr-flickr/pulled-pork-sandwich-from-the-boneyard-food-truck-in-san-francisco/',0,'tggr-flickr','',0),(87,2,'2014-04-07 23:32:50','2014-04-07 23:32:50','A customer adds the finishing touches to his burger at Issa\'s food stall for the Boat Race outside St Mary\'s Church, Putney, London SW15.\n\niPhone 5s + Silver EfEx Pro 2.','With Relish','','publish','open','open','','with-relish','','','2014-04-07 23:32:50','2014-04-07 23:32:50','',0,'http://2014.misc.wordcamp.test/tggr-flickr/with-relish/',0,'tggr-flickr','',0),(88,2,'2014-04-07 03:24:51','2014-04-07 03:24:51','mmmmmm! teach ME how thugie!','Flarmando and Ignezbiano: \"Whaz UP, Papi?\" on VHS - (a.)','','publish','open','open','','flarmando-and-ignezbiano-whaz-up-papi-on-vhs-a','','','2014-04-07 03:24:51','2014-04-07 03:24:51','',0,'http://2014.misc.wordcamp.test/tggr-flickr/flarmando-and-ignezbiano-whaz-up-papi-on-vhs-a/',0,'tgg
 r-flickr','',0),(89,2,'2014-04-07 03:25:37','2014-04-07 03:25:37','mmmmmm! teach ME how thugie!','Flarmando and Ignezbiano: \"Whaz UP, Papi?\" on VHS - (b.)','','publish','open','open','','flarmando-and-ignezbiano-whaz-up-papi-on-vhs-b','','','2014-04-07 03:25:37','2014-04-07 03:25:37','',0,'http://2014.misc.wordcamp.test/tggr-flickr/flarmando-and-ignezbiano-whaz-up-papi-on-vhs-b/',0,'tggr-flickr','',0),(91,2,'2014-04-02 01:13:17','2014-04-02 01:13:17','<a href=\"http://angelasfoodlove.com/food-blog/2014/3/15/indian-spiced-pulled-pork-sandwiches-with-tamarind-bbq-sauce.html\">angelasfoodlove.com/food-blog/2014/3/15/indian-spiced-pul...</a>','IMG_5953-2','','publish','open','open','','img_5953-2','','','2014-04-02 01:13:17','2014-04-02 01:13:17','',0,'http://2014.misc.wordcamp.test/tggr-flickr/img_5953-2/',0,'tggr-flickr','',0),(92,2,'2014-04-02 01:12:32','2014-04-02 01:12:32','<a href=\"http://angelasfoodlove.com/food-blog/2014/3/15/indian-spi
 ced-pulled-pork-sandwiches-with-tamarind-bbq-sauce.html\">angelasfoodlove.com/food-blog/2014/3/15/indian-spiced-pul...</a>','IMG_5917-3','','publish','open','open','','img_5917-3','','','2014-04-02 01:12:32','2014-04-02 01:12:32','',0,'http://2014.misc.wordcamp.test/tggr-flickr/img_5917-3/',0,'tggr-flickr','',0),(93,2,'2014-04-02 01:13:46','2014-04-02 01:13:46','<a href=\"http://angelasfoodlove.com/food-blog/2014/3/15/indian-spiced-pulled-pork-sandwiches-with-tamarind-bbq-sauce.html\">angelasfoodlove.com/food-blog/2014/3/15/indian-spiced-pul...</a>','IMG_5925-2','','publish','open','open','','img_5925-2','','','2014-04-02 01:13:46','2014-04-02 01:13:46','',0,'http://2014.misc.wordcamp.test/tggr-flickr/img_5925-2/',0,'tggr-flickr','',0),(94,2,'2014-03-30 12:30:16','2014-03-30 12:30:16','notsolazysundays.com/mains/epic-post-xmas-lunch-feast-part-2-pulled-pork-tacos/454/','Post Christmas Feast- Finished Plate','','publish','open','open','','post-chri
 stmas-feast-finished-plate','','','2014-03-30 12:30:16','2014-03-30 12:30:16','',0,'http://2014.misc.wordcamp.test/tggr-flickr/post-christmas-feast-finished-plate/',0,'tggr-flickr','',0),(95,2,'2014-03-30 12:26:57','2014-03-30 12:26:57','with apple slaw, pickles &amp; Mustard mayo\n\nnotsolazysundays.com/mains/epic-post-xmas-lunch-feast-part-2-pulled-pork-tacos/454/','Post Christmas Feast - Pulled Pork Tacos','','publish','open','open','','post-christmas-feast-pulled-pork-tacos','','','2014-03-30 12:26:57','2014-03-30 12:26:57','',0,'http://2014.misc.wordcamp.test/tggr-flickr/post-christmas-feast-pulled-pork-tacos/',0,'tggr-flickr','',0),(96,2,'2014-03-30 12:29:27','2014-03-30 12:29:27','notsolazysundays.com/mains/epic-post-xmas-lunch-feast-part-2-pulled-pork-tacos/454/','Post Christmas Feast','','publish','open','open','','post-christmas-feast','','','2014-03-30 12:29:27','2014-03-30 12:29:27','',0,'http://2014.misc.wordcamp.test/tggr-flickr/post-christmas-feast/',0,'tggr-flick
 r','',0),(97,2,'2014-03-30 12:23:46','2014-03-30 12:23:46','notsolazysundays.com/mains/epic-post-xmas-lunch-feast-part-2-pulled-pork-tacos/454/','Post Christmas Feast - Apple Slaw','','publish','open','open','','post-christmas-feast-apple-slaw','','','2014-03-30 12:23:46','2014-03-30 12:23:46','',0,'http://2014.misc.wordcamp.test/tggr-flickr/post-christmas-feast-apple-slaw/',0,'tggr-flickr','',0),(98,2,'2014-03-30 12:26:17','2014-03-30 12:26:17','notsolazysundays.com/mains/epic-post-xmas-lunch-feast-part-2-pulled-pork-tacos/454/','Post Christmas Feast - Apple Slaw','','publish','open','open','','post-christmas-feast-apple-slaw-2','','','2014-03-30 12:26:17','2014-03-30 12:26:17','',0,'http://2014.misc.wordcamp.test/tggr-flickr/post-christmas-feast-apple-slaw-2/',0,'tggr-flickr','',0),(99,2,'2014-03-30 12:27:36','2014-03-30 12:27:36','with apple slaw, pickles &amp; Mustard mayo\n\nnotsolazysundays.com/mains/epic-post-xmas-lunch-feast-part-2-pulled-pork-tacos/454/','Post Christmas
  Feast - Pulled Pork Tacos','','publish','open','open','','post-christmas-feast-pulled-pork-tacos-2','','','2014-03-30 12:27:36','2014-03-30 12:27:36','',0,'http://2014.misc.wordcamp.test/tggr-flickr/post-christmas-feast-pulled-pork-tacos-2/',0,'tggr-flickr','',0),(100,2,'2014-03-30 12:28:20','2014-03-30 12:28:20','with apple slaw, pickles &amp; Mustard mayo\n\nnotsolazysundays.com/mains/epic-post-xmas-lunch-feast-part-2-pulled-pork-tacos/454/','Post Christmas Feast - Pulled Pork Tacos','','publish','open','open','','post-christmas-feast-pulled-pork-tacos-3','','','2014-03-30 12:28:20','2014-03-30 12:28:20','',0,'http://2014.misc.wordcamp.test/tggr-flickr/post-christmas-feast-pulled-pork-tacos-3/',0,'tggr-flickr','',0),(101,2,'2014-03-30 12:25:15','2014-03-30 12:25:15','notsolazysundays.com/mains/epic-post-xmas-lunch-feast-part-2-pulled-pork-tacos/454/','Post Christmas Feast - Pulled Pork','','publish','open','open','','post-christmas-feast-pulled-pork','','','2014-03-30 12:25:1
 5','2014-03-30 12:25:15','',0,'http://2014.misc.wordcamp.test/tggr-flickr/post-christmas-feast-pulled-pork/',0,'tggr-flickr','',0),(102,2,'2014-03-29 13:12:03','2014-03-29 13:12:03','yum','Pulled pork, fried egg, watercress bun AUD13 - Little Tommy Tucker, Bentleigh','','publish','open','open','','pulled-pork-fried-egg-watercress-bun-aud13-little-tommy-tucker-bentleigh','','','2014-03-29 13:12:03','2014-03-29 13:12:03','',0,'http://2014.misc.wordcamp.test/tggr-flickr/pulled-pork-fried-egg-watercress-bun-aud13-little-tommy-tucker-bentleigh/',0,'tggr-flickr','',0),(103,2,'2014-03-29 13:12:05','2014-03-29 13:12:05','yum','Oozy yolk - Pulled pork, fried egg, watercress bun AUD13 - Little Tommy Tucker, Bentleigh','','publish','open','open','','oozy-yolk-pulled-pork-fried-egg-watercress-bun-aud13-little-tommy-tucker-bentleigh','','','2014-03-29 13:12:05','2014-03-29 13:12:05','',0,'http://2014.misc.wordcamp.test/tggr-flickr/oozy-yolk-pulled-pork-fried-egg-watercress-bun-aud13-little-tommy
 -tucker-bentleigh/',0,'tggr-flickr','',0),(104,2,'2014-03-28 19:50:44','2014-03-28 19:50:44','Jason Cruz','Pulled Pork Sandwich and Burger (Side)','','publish','open','open','','pulled-pork-sandwich-and-burger-side','','','2014-03-28 19:50:44','2014-03-28 19:50:44','',0,'http://2014.misc.wordcamp.test/tggr-flickr/pulled-pork-sandwich-and-burger-side/',0,'tggr-flickr','',0),(105,2,'2014-03-28 19:50:39','2014-03-28 19:50:39','Jason Cruz','Pulled Pork and Burger','','publish','open','open','','pulled-pork-and-burger','','','2014-03-28 19:50:39','2014-03-28 19:50:39','',0,'http://2014.misc.wordcamp.test/tggr-flickr/pulled-pork-and-burger/',0,'tggr-flickr','',0),(106,2,'2014-03-28 17:29:39','2014-03-28 17:29:39','Pulled Pork, Loaded Potato Salad, Chili Beans','Big Bib - BBQ Plate','','publish','open','open','','big-bib-bbq-plate','','','2014-03-28 17:29:39','2014-03-28 17:29:39','',0,'http://2014.misc.wordcamp.test/tggr-flickr/big-bib-bbq-plate/',0,'tggr-flickr','',0),(107,2,'2014-03-25 
 18:48:34','2014-03-25 18:48:34','','Eggs piglet','','publish','open','open','','eggs-piglet','','','2014-03-25 18:48:34','2014-03-25 18:48:34','',0,'http://2014.misc.wordcamp.test/tggr-flickr/eggs-piglet/',0,'tggr-flickr','',0),(108,2,'2014-03-24 18:19:28','2014-03-24 18:19:28','                    yes, an actual Bloody because I forgot to ask for gin instead of vodka. and paid $14 for freakin\' grey goose. Sad, sad.           ','Bloody Mary','','publish','open','open','','bloody-mary','','','2014-03-24 18:19:28','2014-03-24 18:19:28','',0,'http://2014.misc.wordcamp.test/tggr-flickr/bloody-mary/',0,'tggr-flickr','',0),(109,2,'2014-03-24 16:26:55','2014-03-24 16:26:55','','Ribeye/Filet mix Burger w/ Fried Shallots, Fried Pickles, Pulled Pork, and Skinny Fries','','publish','open','open','','ribeyefilet-mix-burger-w-fried-shallots-fried-pickles-pulled-pork-and-skinny-fries','','','2014-03-24 16:26:55','2014-03-24 16:26:55','',0,'http://2014.misc.wordcamp.test/tggr-flickr/ribeyefilet-m
 ix-burger-w-fried-shallots-fried-pickles-pulled-pork-and-skinny-fries/',0,'tggr-flickr','',0),(110,2,'2014-03-23 17:16:28','2014-03-23 17:16:28','You place your order at a window in a little building outside Rock Wall Winery, then take a seat either in the geodesic dome or outside on the deck.  On a clear day the view across what\'s left of the runways at the old Alameda Naval Air Station to San Francisco across the Bay is spectacular.\n\nThe BBQ pulled pork sandwich (the day\'s sandwich special; there is also a burger special and maybe one or two others) was pretty tasty, although I would have liked some sauce.  Also, it was a bit small for the hefty price.  A nice homemade bun.  The handcut fries were phenomenal!  They are served with catsup and the day\'s aioli - this day it was jalapeno and lime.  Not hot at all, very good.  The slaw, on the other hand, had a bite to it but it combined well with the sweet-ish pork.','photo - Scolari\'s Pulled Pork Sandwich At Rock Wall Winery','
 ','publish','open','open','','photo-scolaris-pulled-pork-sandwich-at-rock-wall-winery','','','2014-03-23 17:16:28','2014-03-23 17:16:28','',0,'http://2014.misc.wordcamp.test/tggr-flickr/photo-scolaris-pulled-pork-sandwich-at-rock-wall-winery/',0,'tggr-flickr','',0),(111,2,'2014-03-22 12:42:08','2014-03-22 12:42:08','','Hobbs','','publish','open','open','','hobbs','','','2014-03-22 12:42:08','2014-03-22 12:42:08','',0,'http://2014.misc.wordcamp.test/tggr-flickr/hobbs/',0,'tggr-flickr','',0),(112,2,'2014-03-21 18:50:07','2014-03-21 18:50:07','I\'d rate it 3/10, and will likely never return. If this restaurant were in Canada, then sure... but this is the South. ','Buh-Ba-Q on MLK','','publish','open','open','','buh-ba-q-on-mlk','','','2014-03-21 18:50:07','2014-03-21 18:50:07','',0,'http://2014.misc.wordcamp.test/tggr-flickr/buh-ba-q-on-mlk/',0,'tggr-flickr','',0),(113,2,'2014-03-20 19:17:32','2014-03-20 19:17:32','#bbq (via Foodspotting)','Pulled Pork @ The Hog Pit New York City','','
 publish','open','open','','pulled-pork-the-hog-pit-new-york-city','','','2014-03-20 19:17:32','2014-03-20 19:17:32','',0,'http://2014.misc.wordcamp.test/tggr-flickr/pulled-pork-the-hog-pit-new-york-city/',0,'tggr-flickr','',0),(114,2,'2014-03-10 05:41:32','2014-03-10 05:41:32','Blame it on the boogie.\n\n\n<a href=\"http://milk-and.blogspot.com.au/2014/03/slow-cooker-cola-pulled-pork-burritos.html\">milk-and.blogspot.com.au/2014/03/slow-cooker-cola-pulled-...</a>','Slow Cooker Cola Pulled Pork Burritos','','publish','open','open','','slow-cooker-cola-pulled-pork-burritos','','','2014-03-10 05:41:32','2014-03-10 05:41:32','',0,'http://2014.misc.wordcamp.test/tggr-flickr/slow-cooker-cola-pulled-pork-burritos/',0,'tggr-flickr','',0),(115,2,'2014-03-10 05:41:34','2014-03-10 05:41:34','Blame it on the boogie.\n\n\n<a href=\"http://milk-and.blogspot.com.au/2014/03/slow-cooker-cola-pulled-pork-burritos.html\">milk-and.blogspot.com.au/2014/03/slow-cooke
 r-cola-pulled-...</a>','Slow Cooker Cola Pulled Pork Burritos','','publish','open','open','','slow-cooker-cola-pulled-pork-burritos-2','','','2014-03-10 05:41:34','2014-03-10 05:41:34','',0,'http://2014.misc.wordcamp.test/tggr-flickr/slow-cooker-cola-pulled-pork-burritos-2/',0,'tggr-flickr','',0),(116,2,'2014-03-10 05:41:36','2014-03-10 05:41:36','Blame it on the boogie.\n\n\n<a href=\"http://milk-and.blogspot.com.au/2014/03/slow-cooker-cola-pulled-pork-burritos.html\">milk-and.blogspot.com.au/2014/03/slow-cooker-cola-pulled-...</a>','Slow Cooker Cola Pulled Pork Burritos','','publish','open','open','','slow-cooker-cola-pulled-pork-burritos-3','','','2014-03-10 05:41:36','2014-03-10 05:41:36','',0,'http://2014.misc.wordcamp.test/tggr-flickr/slow-cooker-cola-pulled-pork-burritos-3/',0,'tggr-flickr','',0),(117,2,'2014-03-10 05:41:35','2014-03-10 05:41:35','Blame it on the boogie.\n\n\n<a href=\"http://milk-and.blogspot.com.au/2014/03/slow-cooker-col
 a-pulled-pork-burritos.html\">milk-and.blogspot.com.au/2014/03/slow-cooker-cola-pulled-...</a>','Slow Cooker Cola Pulled Pork Burritos','','publish','open','open','','slow-cooker-cola-pulled-pork-burritos-4','','','2014-03-10 05:41:35','2014-03-10 05:41:35','',0,'http://2014.misc.wordcamp.test/tggr-flickr/slow-cooker-cola-pulled-pork-burritos-4/',0,'tggr-flickr','',0),(118,2,'2014-03-10 05:41:37','2014-03-10 05:41:37','Blame it on the boogie.\n\n\n<a href=\"http://milk-and.blogspot.com.au/2014/03/slow-cooker-cola-pulled-pork-burritos.html\">milk-and.blogspot.com.au/2014/03/slow-cooker-cola-pulled-...</a>','Slow Cooker Cola Pulled Pork Burritos','','publish','open','open','','slow-cooker-cola-pulled-pork-burritos-5','','','2014-03-10 05:41:37','2014-03-10 05:41:37','',0,'http://2014.misc.wordcamp.test/tggr-flickr/slow-cooker-cola-pulled-pork-burritos-5/',0,'tggr-flickr','',0),(119,2,'2014-03-10 05:41:33','2014-03-10 05:41:33','Blame it on the boogi
 e.\n\n\n<a href=\"http://milk-and.blogspot.com.au/2014/03/slow-cooker-cola-pulled-pork-burritos.html\">milk-and.blogspot.com.au/2014/03/slow-cooker-cola-pulled-...</a>','Slow Cooker Cola Pulled Pork Burritos','','publish','open','open','','slow-cooker-cola-pulled-pork-burritos-6','','','2014-03-10 05:41:33','2014-03-10 05:41:33','',0,'http://2014.misc.wordcamp.test/tggr-flickr/slow-cooker-cola-pulled-pork-burritos-6/',0,'tggr-flickr','',0),(120,2,'2014-03-10 05:41:37','2014-03-10 05:41:37','Blame it on the boogie.\n\n\n<a href=\"http://milk-and.blogspot.com.au/2014/03/slow-cooker-cola-pulled-pork-burritos.html\">milk-and.blogspot.com.au/2014/03/slow-cooker-cola-pulled-...</a>','Slow Cooker Cola Pulled Pork Burritos','','publish','open','open','','slow-cooker-cola-pulled-pork-burritos-7','','','2014-03-10 05:41:37','2014-03-10 05:41:37','',0,'http://2014.misc.wordcamp.test/tggr-flickr/slow-cooker-cola-pulled-pork-burritos-7/',0,'tggr-flickr
 ','',0),(121,2,'2014-03-10 05:41:34','2014-03-10 05:41:34','Blame it on the boogie.\n\n\n<a href=\"http://milk-and.blogspot.com.au/2014/03/slow-cooker-cola-pulled-pork-burritos.html\">milk-and.blogspot.com.au/2014/03/slow-cooker-cola-pulled-...</a>','Slow Cooker Cola Pulled Pork Burritos','','publish','open','open','','slow-cooker-cola-pulled-pork-burritos-8','','','2014-03-10 05:41:34','2014-03-10 05:41:34','',0,'http://2014.misc.wordcamp.test/tggr-flickr/slow-cooker-cola-pulled-pork-burritos-8/',0,'tggr-flickr','',0),(122,2,'2014-03-09 00:37:17','2014-03-09 00:37:17','Hawaiian Pork Sammies a la Boitano \'The Saturday Special\' from 3/8. Red Hawaiian Alaea Salt rubbed Pork Shoulder, smoked overnight, pulled, piled high on King\'s Hawaiian Sweet Rolls; dressed with Asian Slaw and a pineapple based Sweet &amp; Sour BBQ Sauce. Live Oak Barbecue East Side Austin Texas','Live Oak BBQ Pulled Pork Sandwich Hawaiian Style','','publish','open','open','','live-oak-b
 bq-pulled-pork-sandwich-hawaiian-style','','','2014-03-09 00:37:17','2014-03-09 00:37:17','',0,'http://2014.misc.wordcamp.test/tggr-flickr/live-oak-bbq-pulled-pork-sandwich-hawaiian-style/',0,'tggr-flickr','',0),(123,2,'2014-03-07 02:59:07','2014-03-07 02:59:07','','mac & cheese anyone?','','publish','open','open','','mac-cheese-anyone','','','2014-03-07 02:59:07','2014-03-07 02:59:07','',0,'http://2014.misc.wordcamp.test/tggr-flickr/mac-cheese-anyone/',0,'tggr-flickr','',0),(124,2,'2014-02-28 19:19:54','2014-02-28 19:19:54','Pulled pork for dinner today.\nCooked itself more or less. \n\nFingerlicking good. ','Pulled Pork','','publish','open','open','','pulled-pork','','','2014-02-28 19:19:54','2014-02-28 19:19:54','',0,'http://2014.misc.wordcamp.test/tggr-flickr/pulled-pork/',0,'tggr-flickr','',0),(125,2,'2014-02-28 07:38:05','2014-02-28 07:38:05','','South Carolina Pulled Pork Sandwich','','publish','open','open','','south-carolina-pulled-pork-sandwich','','','2014-02-28 07:38
 :05','2014-02-28 07:38:05','',0,'http://2014.misc.wordcamp.test/tggr-flickr/south-carolina-pulled-pork-sandwich/',0,'tggr-flickr','',0),(126,2,'2014-02-26 22:20:27','2014-02-26 22:20:27','Eastbound billboard on the Santan Freeway Loop 202 for The Great American Barbeque &amp; Beer Festival 2014.\n\nBBQ BEER MUSIC in Downtown Chandler\nSaturday, March 22\n<a href=\"http://www.chandlerbbq.com\">www.chandlerbbq.com</a>\nLike on Facebook <a href=\"https://www.facebook.com/bbq.beer.music\">www.facebook.com/bbq.beer.music</a>\n\nPRESENTED BY:\nAk Chin Indian Community <a href=\"http://www.ak-chin.nsn.us\">www.ak-chin.nsn.us</a>\nSanTan Brewing Company <a href=\"http://www.santanbrewing.com\">www.santanbrewing.com</a>\nThe Downtown Chandler Community Partnership <a href=\"http://downtownchandler.org\">downtownchandler.org</a>\nBashas\' Grocery Stores <a href=\"http://ww
 w.bashas.com\">www.bashas.com</a>\n\nMark your calendars, the Great American Barbeque &amp; Beer Festival is BACK on Saturday, March 22, 2014.  The Great American Barbeque &amp; Beer Festival will fill the downtown Chandler air with the sweet aroma of BBQ pork, beef, chicken and ribs. \n\nENTERTAINMENT:\nBlues Traveler <a href=\"http://www.bluestraveler.com\">www.bluestraveler.com</a>\nCraig Campbell <a href=\"http://craigcampbell.tv\">craigcampbell.tv</a>\nLaura Walsh <a href=\"http://www.laurawalshmusic.com\">www.laurawalshmusic.com</a>\nGeorgia Chrome <a href=\"https://www.facebook.com/pages/Georgia-Chrome/599984606684926\">www.facebook.com/pages/Georgia-Chrome/599984606684926</a>\n\nWinner of Outstanding Event of the Year in 2012 and 2013 at the APS AzTEC Awards, the 2014 Great American Barbeque &amp; Beer Festival will be the biggest and best year yet with expanded 
 event zones, more than 100 exhibitors, and over 60 Pit Masters from across the nation serving up over 20,000 lbs of mouth-watering pork ribs, pulled pork, brisket and chicken, all paired with the state’s finest craft beer. \n\nOn Saturday, March 22, doors open at noon and close at 10 p.m. In addition to BBQ and beer, event highlights include national headlining entertainment, a March Madness lounge, a Harley Davidson bike zone, an expanded kids zone, farmers market, eating competitions, and much more.\n\nGeneral admission tickets are $10 and that includes entry into the event at noon. Food and beverages are sold separately. Children 12 years of age and younger are admitted for free. Presale tickets can be purchased online at <a href=\"http://www.chandlerbbq.com\">www.chandlerbbq.com</a>. \n\nA portion of the event proceeds will benefit the Boot Campaign, a 501(c)(3) dedicated to providing assistance to wounded military and their families with job placement an
 d securing mortgage free homes, post traumatic stress disorder counseling, adaptive clothing and much more. For more information about the Boot Campaign, visit <a href=\"http://www.bootcampaign.com\">www.bootcampaign.com</a>.\n\nThe Santan Freeway Loop 202 is in the southeast valley of Phoenix. Onsite Insite offers billboards along the Santan Freeway between I-10 and the Price Freeway Loop 101 in Chandler.','Billboard for the The Great American Barbeque & Beer Festival 2014 - Santan Freeway Loop 202, Chandler, AZ','','publish','open','open','','billboard-for-the-the-great-american-barbeque-beer-festival-2014-santan-freeway-loop-202-chandler-az','','','2014-02-26 22:20:27','2014-02-26 22:20:27','',0,'http://2014.misc.wordcamp.test/tggr-flickr/billboard-for-the-the-great-american-barbeque-beer-festival-2014-santan-freeway-loop-202-chandler-az/',0,'tggr-flickr','',0),(127,2,'2014-02-26 16:21:49','2014-02-26 16:21:49','AMAZING\n\nPortland, OR','Pulled Pork Sand
 wich at Bunk','','publish','open','open','','pulled-pork-sandwich-at-bunk','','','2014-02-26 16:21:49','2014-02-26 16:21:49','',0,'http://2014.misc.wordcamp.test/tggr-flickr/pulled-pork-sandwich-at-bunk/',0,'tggr-flickr','',0),(129,2,'2014-02-24 01:53:48','2014-02-24 01:53:48','&quot;The Squealer&quot; found at The Prized Pig BBQ restaurant in Niles, MI. Pulled pork stacked with mac and cheese, coleslaw, and fried onions.','The Squealer Pulled Pork Sandwich','','publish','open','open','','the-squealer-pulled-pork-sandwich','','','2014-02-24 01:53:48','2014-02-24 01:53:48','',0,'http://2014.misc.wordcamp.test/tggr-flickr/the-squealer-pulled-pork-sandwich/',0,'tggr-flickr','',0),(130,2,'2014-02-21 19:44:21','2014-02-21 19:44:21','Pulled pork with beans and pork rinds','Pulled pork with beans and pork rinds','','publish','open','open','','pulled-pork-with-beans-and-pork-rinds','','','2014-02-21 19:44:21','2014-02-21 19:44:21','',0,'http://2014.misc.wordcamp.test/tggr-flickr/pul
 led-pork-with-beans-and-pork-rinds/',0,'tggr-flickr','',0),(131,2,'2014-02-20 02:16:18','2014-02-20 02:16:18','                               ','Shady Lane 4-H Food Stand.','','publish','open','open','','shady-lane-4-h-food-stand','','','2014-02-20 02:16:18','2014-02-20 02:16:18','',0,'http://2014.misc.wordcamp.test/tggr-flickr/shady-lane-4-h-food-stand/',0,'tggr-flickr','',0),(132,2,'2014-02-16 02:52:55','2014-02-16 02:52:55','                               ','LT\'s Smokehouse BBQ Food Trailer.','','publish','open','open','','lts-smokehouse-bbq-food-trailer','','','2014-02-16 02:52:55','2014-02-16 02:52:55','',0,'http://2014.misc.wordcamp.test/tggr-flickr/lts-smokehouse-bbq-food-trailer/',0,'tggr-flickr','',0),(133,2,'2014-02-15 13:41:10','2014-02-15 13:41:10','Got home late - but luckily there was pulled pork in the crockpot and my husband had already put sweet potato fries in the oven. The perfect dinner to eat in front of the TV!','Dinnertime (Project 365: 43/365)','','publish',
 'open','open','','dinnertime-project-365-43365','','','2014-02-15 13:41:10','2014-02-15 13:41:10','',0,'http://2014.misc.wordcamp.test/tggr-flickr/dinnertime-project-365-43365/',0,'tggr-flickr','',0),(136,2,'2014-02-06 00:07:12','2014-02-06 00:07:12','My favourite poutine so far for La Poutine Week! - Mont-Royal Avenue, Le Plateau','Poutine La Cochonne - Restaurant Mange-Moi','','publish','open','open','','poutine-la-cochonne-restaurant-mange-moi','','','2014-02-06 00:07:12','2014-02-06 00:07:12','',0,'http://2014.misc.wordcamp.test/tggr-flickr/poutine-la-cochonne-restaurant-mange-moi/',0,'tggr-flickr','',0),(137,2,'2014-02-03 07:38:32','2014-02-03 07:38:32','','Pulled pork plate @ Horse Theif','','publish','open','open','','pulled-pork-plate-horse-theif','','','2014-02-03 07:38:32','2014-02-03 07:38:32','',0,'http://2014.misc.wordcamp.test/tggr-flickr/pulled-pork-plate-horse-theif/',0,'tggr-flickr','',0),(139,2,'2014-01-31 04:13:35','2014-01-31 04:13:35','','Chicken Fajitas Stand A
 nd Barnyard Burgers Food Trailer.','','publish','open','open','','chicken-fajitas-stand-and-barnyard-burgers-food-trailer','','','2014-01-31 04:13:35','2014-01-31 04:13:35','',0,'http://2014.misc.wordcamp.test/tggr-flickr/chicken-fajitas-stand-and-barnyard-burgers-food-trailer/',0,'tggr-flickr','',0),(140,2,'2014-01-27 22:26:29','2014-01-27 22:26:29','','Pulled pork sandwich AUD10 - Fancy Hanks, Melbourne','','publish','open','open','','pulled-pork-sandwich-aud10-fancy-hanks-melbourne','','','2014-01-27 22:26:29','2014-01-27 22:26:29','',0,'http://2014.misc.wordcamp.test/tggr-flickr/pulled-pork-sandwich-aud10-fancy-hanks-melbourne/',0,'tggr-flickr','',0),(141,2,'2014-01-27 22:26:32','2014-01-27 22:26:32','','Pulled pork sandwich AUD10, Angus beef brisket AUD6, farro salad AUD5 - Fancy Hanks, Melbourne','','publish','open','open','','pulled-pork-sandwich-aud10-angus-beef-brisket-aud6-farro-salad-aud5-fancy-hanks-melbourne','','','2014-01-27 22:26:32','2014-01-27 22:26:32','',0,'http:
 //2014.misc.wordcamp.test/tggr-flickr/pulled-pork-sandwich-aud10-angus-beef-brisket-aud6-farro-salad-aud5-fancy-hanks-melbourne/',0,'tggr-flickr','',0),(142,2,'2014-01-25 14:44:01','2014-01-25 14:44:01','','DSC02639','','publish','open','open','','dsc02639','','','2014-01-25 14:44:01','2014-01-25 14:44:01','',0,'http://2014.misc.wordcamp.test/tggr-flickr/dsc02639/',0,'tggr-flickr','',0),(143,2,'2014-01-18 19:04:45','2014-01-18 19:04:45','','The end of an 8 hour wait - Chipotle Pulled Pork','','publish','open','open','','the-end-of-an-8-hour-wait-chipotle-pulled-pork','','','2014-01-18 19:04:45','2014-01-18 19:04:45','',0,'http://2014.misc.wordcamp.test/tggr-flickr/the-end-of-an-8-hour-wait-chipotle-pulled-pork/',0,'tggr-flickr','',0),(144,2,'2014-01-15 21:55:54','2014-01-15 21:55:54','Southern pulled pork plate.\n                               ','pulled pork','','publish','open','open','','pulled-pork-2','','','2014-01-15 21:55:54','2014-01-15 21:55:54','',0,'http://2014.misc.wordca
 mp.test/tggr-flickr/pulled-pork-2/',0,'tggr-flickr','',0),(145,2,'2014-01-15 14:49:02','2014-01-15 14:49:02','Southern smoked boston butt pulled.','pulled pork','','publish','open','open','','pulled-pork-3','','','2014-01-15 14:49:02','2014-01-15 14:49:02','',0,'http://2014.misc.wordcamp.test/tggr-flickr/pulled-pork-3/',0,'tggr-flickr','',0),(146,2,'2014-01-15 14:49:02','2014-01-15 14:49:02','Finished, before being pulled.','boston butt','','publish','open','open','','boston-butt','','','2014-01-15 14:49:02','2014-01-15 14:49:02','',0,'http://2014.misc.wordcamp.test/tggr-flickr/boston-butt/',0,'tggr-flickr','',0),(147,2,'2014-01-15 14:49:02','2014-01-15 14:49:02','Southern smoked boston butt pulled.','pulled pork','','publish','open','open','','pulled-pork-4','','','2014-01-15 14:49:02','2014-01-15 14:49:02','',0,'http://2014.misc.wordcamp.test/tggr-flickr/pulled-pork-4/',0,'tggr-flickr','',0),(148,2,'2014-01-14 21:15:18','2014-01-14 21:15:18','Only 5 hours to go! Come back and see 
 finished pics!\n','boston butt','','publish','open','open','','boston-butt-2','','','2014-01-14 21:15:18','2014-01-14 21:15:18','',0,'http://2014.misc.wordcamp.test/tggr-flickr/boston-butt-2/',0,'tggr-flickr','',0),(149,2,'2014-01-14 20:08:00','2014-01-14 20:08:00','Only 8 hours to go! Come back to see finish pics!\n                               ','boston butt','','publish','open','open','','boston-butt-3','','','2014-01-14 20:08:00','2014-01-14 20:08:00','',0,'http://2014.misc.wordcamp.test/tggr-flickr/boston-butt-3/',0,'tggr-flickr','',0),(150,2,'2014-01-14 18:22:24','2014-01-14 18:22:24','Come back in about 11 hours for the finished pics.','boston butt','','publish','open','open','','boston-butt-4','','','2014-01-14 18:22:24','2014-01-14 18:22:24','',0,'http://2014.misc.wordcamp.test/tggr-flickr/boston-butt-4/',0,'tggr-flickr','',0),(151,2,'2014-01-13 21:38:23','2014-01-13 21:38:23','$4 off a pitcher on Thursdays at the <a href=\"http://anacapabrewing.com/\">Anac
 apa Brewing Co.</a>  Too bad I went there on a Friday!...;-)','Thirsty Thursdays','','publish','open','open','','thirsty-thursdays','','','2014-01-13 21:38:23','2014-01-13 21:38:23','',0,'http://2014.misc.wordcamp.test/tggr-flickr/thirsty-thursdays/',0,'tggr-flickr','',0),(152,2,'2014-01-11 20:04:40','2014-01-11 20:04:40','Pulled pork sandwich','D80_3396-2','','publish','open','open','','d80_3396-2','','','2014-01-11 20:04:40','2014-01-11 20:04:40','',0,'http://2014.misc.wordcamp.test/tggr-flickr/d80_3396-2/',0,'tggr-flickr','',0),(153,2,'2014-03-30 12:24:20','2014-03-30 12:24:20','notsolazysundays.com/mains/epic-post-xmas-lunch-feast-part-2-pulled-pork-tacos/454/','Post Christmas Feast - pickles','','publish','open','open','','post-christmas-feast-pickles','','','2014-03-30 12:24:20','2014-03-30 12:24:20','',0,'http://2014.misc.wordcamp.test/tggr-flickr/post-christmas-feast-pickles/',0,'tggr-flickr','',0),(154,2,'2014-03-28 19:50:40','2014-03-28 19:50:40','Jason Cruz','Pulled
  Pork and Burger Aerial','','publish','open','open','','pulled-pork-and-burger-aerial','','','2014-03-28 19:50:40','2014-03-28 19:50:40','',0,'http://2014.misc.wordcamp.test/tggr-flickr/pulled-pork-and-burger-aerial/',0,'tggr-flickr','',0),(155,2,'2014-03-24 18:19:33','2014-03-24 18:19:33','                               ','burger','','publish','open','open','','burger','','','2014-03-24 18:19:33','2014-03-24 18:19:33','',0,'http://2014.misc.wordcamp.test/tggr-flickr/burger/',0,'tggr-flickr','',0),(156,2,'2014-03-24 18:19:34','2014-03-24 18:19:34','                               ','burger','','publish','open','open','','burger-2','','','2014-03-24 18:19:34','2014-03-24 18:19:34','',0,'http://2014.misc.wordcamp.test/tggr-flickr/burger-2/',0,'tggr-flickr','',0),(157,2,'2014-03-24 18:19:29','2014-03-24 18:19:29','                               ','Bloody Mary','','publish','open','open','','bloody-mary-2','','','2014-03-24 18:19:29','2014-03-24 18:19:29','',0,'http://2014.misc.wordcamp.
 test/tggr-flickr/bloody-mary-2/',0,'tggr-flickr','',0),(158,2,'2014-03-24 18:19:32','2014-03-24 18:19:32','                               ','burger','','publish','open','open','','burger-3','','','2014-03-24 18:19:32','2014-03-24 18:19:32','',0,'http://2014.misc.wordcamp.test/tggr-flickr/burger-3/',0,'tggr-flickr','',0),(159,2,'2014-03-24 18:19:30','2014-03-24 18:19:30','                               ','burger (no top bun, comes open faced)','','publish','open','open','','burger-no-top-bun-comes-open-faced','','','2014-03-24 18:19:30','2014-03-24 18:19:30','',0,'http://2014.misc.wordcamp.test/tggr-flickr/burger-no-top-bun-comes-open-faced/',0,'tggr-flickr','',0),(160,2,'2014-03-24 18:19:32','2014-03-24 18:19:32','                               ','burger','','publish','open','open','','burger-4','','','2014-03-24 18:19:32','2014-03-24 18:19:32','',0,'http://2014.misc.wordcamp.test/tggr-flickr/burger-4/',0,'tggr-flickr','',0),(161,2,'2014-03-24 18:19:31','2014-03-24 18:19:31','      
                          ','burger (no top bun, comes open faced)','','publish','open','open','','burger-no-top-bun-comes-open-faced-2','','','2014-03-24 18:19:31','2014-03-24 18:19:31','',0,'http://2014.misc.wordcamp.test/tggr-flickr/burger-no-top-bun-comes-open-faced-2/',0,'tggr-flickr','',0),(162,2,'2014-03-24 18:19:30','2014-03-24 18:19:30','                               ','pulled pork sandwich','','publish','open','open','','pulled-pork-sandwich','','','2014-03-24 18:19:30','2014-03-24 18:19:30','',0,'http://2014.misc.wordcamp.test/tggr-flickr/pulled-pork-sandwich/',0,'tggr-flickr','',0),(163,2,'2014-03-24 18:19:34','2014-03-24 18:19:34','                               ','burger','','publish','open','open','','burger-5','','','2014-03-24 18:19:34','2014-03-24 18:19:34','',0,'http://2014.misc.wordcamp.test/tggr-flickr/burger-5/',0,'tggr-flickr','',0),(164,2,'2014-03-24 18:19:28','2014-03-24 18:19:28','                               ','Bloody Mary','','publish','open','open','',
 'bloody-mary-3','','','2014-03-24 18:19:28','2014-03-24 18:19:28','',0,'http://2014.misc.wordcamp.test/tggr-flickr/bloody-mary-3/',0,'tggr-flickr','',0),(165,2,'2014-03-24 18:19:29','2014-03-24 18:19:29','                               ','IMG_8995','','publish','open','open','','img_8995','','','2014-03-24 18:19:29','2014-03-24 18:19:29','',0,'http://2014.misc.wordcamp.test/tggr-flickr/img_8995/',0,'tggr-flickr','',0),(166,2,'2014-03-22 20:00:22','2014-03-22 20:00:22','','Rub\'n wrap','','publish','open','open','','rubn-wrap','','','2014-03-22 20:00:22','2014-03-22 20:00:22','',0,'http://2014.misc.wordcamp.test/tggr-flickr/rubn-wrap/',0,'tggr-flickr','',0),(167,2,'2014-03-10 08:00:03','2014-03-10 08:00:03','','Texas Taco\'s','','publish','open','open','','texas-tacos','','','2014-03-10 08:00:03','2014-03-10 08:00:03','',0,'http://2014.misc.wordcamp.test/tggr-flickr/texas-tacos/',0,'tggr-flickr','',0),(168,2,'2014-03-10 00:46:08','2014-03-10 00:46:08','awful. I always thought jamie o
 liver was about the healthy food revolution, but then he goes and puts his name on this greasy sloppy diner?? this hot dog that we got to go actually didn\'t look like this. the entire pulled pork fell into the bag and we had to reassemble it back together. it was a mess, and it was disgusting. \n\nLondon, England','Dirty Dog at Jamie Oliver Diner','','publish','open','open','','dirty-dog-at-jamie-oliver-diner','','','2014-03-10 00:46:08','2014-03-10 00:46:08','',0,'http://2014.misc.wordcamp.test/tggr-flickr/dirty-dog-at-jamie-oliver-diner/',0,'tggr-flickr','',0),(169,2,'2014-03-07 11:43:35','2014-03-07 11:43:35','','IMG_2941.jpg','','publish','open','open','','img_2941-jpg','','','2014-03-07 11:43:35','2014-03-07 11:43:35','',0,'http://2014.misc.wordcamp.test/tggr-flickr/img_2941-jpg/',0,'tggr-flickr','',0),(171,2,'2014-03-05 17:34:20','2014-03-05 17:34:20','Une autre de mes recettes personnelles.\n\n<a href=\"http://www.recettes.qc.ca/recette/porc-effiloche-barbecue\"
 >www.recettes.qc.ca/recette/porc-effiloche-barbecue</a>','Porc effiloché barbecue','','publish','open','open','','porc-effiloche-barbecue','','','2014-03-05 17:34:20','2014-03-05 17:34:20','',0,'http://2014.misc.wordcamp.test/tggr-flickr/porc-effiloche-barbecue/',0,'tggr-flickr','',0),(174,2,'2014-02-22 00:39:47','2014-02-22 00:39:47','Texas barbecue for dinner! :)\n\nPaired with coleslaw, baked beans and a roll (not pictured).\n','Day 52: Pulled Pork','','publish','open','open','','day-52-pulled-pork','','','2014-02-22 00:39:47','2014-02-22 00:39:47','',0,'http://2014.misc.wordcamp.test/tggr-flickr/day-52-pulled-pork/',0,'tggr-flickr','',0),(175,2,'2014-02-21 13:20:44','2014-02-21 13:20:44','Recipe here: thejameskitchen.wordpress.com/2014/03/03/pulled-pork/','Pulled pork','','publish','open','open','','pulled-pork-5','','','2014-02-21 13:20:44','2014-02-21 13:20:44','',0,'http://2014.misc.wordcamp.test/tggr-flickr/pulled-pork-5/',0,'tggr-flickr','',0),(176,2,'2014-02-21 1
 3:20:43','2014-02-21 13:20:43','Recipe here: thejameskitchen.wordpress.com/2014/03/03/pulled-pork/','Cooking Pulled pork','','publish','open','open','','cooking-pulled-pork','','','2014-02-21 13:20:43','2014-02-21 13:20:43','',0,'http://2014.misc.wordcamp.test/tggr-flickr/cooking-pulled-pork/',0,'tggr-flickr','',0),(177,2,'2014-02-21 13:20:44','2014-02-21 13:20:44','Recipe here: thejameskitchen.wordpress.com/2014/03/03/pulled-pork/','Cooking pulled pork','','publish','open','open','','cooking-pulled-pork-2','','','2014-02-21 13:20:44','2014-02-21 13:20:44','',0,'http://2014.misc.wordcamp.test/tggr-flickr/cooking-pulled-pork-2/',0,'tggr-flickr','',0),(178,2,'2014-02-16 08:39:36','2014-02-16 08:39:36','','Pulled pork','','publish','open','open','','pulled-pork-6','','','2014-02-16 08:39:36','2014-02-16 08:39:36','',0,'http://2014.misc.wordcamp.test/tggr-flickr/pulled-pork-6/',0,'tggr-flickr','',0),(179,2,'2014-02-14 18:21:38','2014-02-14 18:21:38','delicious, hot, deep fried logs of c
 ornmeal. They set the basket down and fill it up when it’s empty—for free! Click link below to read full review…..\n<a href=\"http://placesiveeaten.blogspot.com/2014/02/food-road-trip-north-carolina-bbq.html\">placesiveeaten.blogspot.com/2014/02/food-road-trip-north-...</a>','hush puppies from Bullock\'s BBQ in Durham NC','','publish','open','open','','hush-puppies-from-bullocks-bbq-in-durham-nc','','','2014-02-14 18:21:38','2014-02-14 18:21:38','',0,'http://2014.misc.wordcamp.test/tggr-flickr/hush-puppies-from-bullocks-bbq-in-durham-nc/',0,'tggr-flickr','',0),(182,2,'2014-01-30 02:54:51','2014-01-30 02:54:51','BBQ stuffed potatoes...yum!','Day 29','','publish','open','open','','day-29','','','2014-01-30 02:54:51','2014-01-30 02:54:51','',0,'http://2014.misc.wordcamp.test/tggr-flickr/day-29/',0,'tggr-flickr','',0),(183,2,'2014-01-12 20:54:34','2014-01-12 20:54:34','Pulled pork och coleslaw i frökuse. Till det: vatten.','Lunch 11/1','','publish','open','o
 pen','','lunch-111','','','2014-01-12 20:54:34','2014-01-12 20:54:34','',0,'http://2014.misc.wordcamp.test/tggr-flickr/lunch-111/',0,'tggr-flickr','',0),(184,2,'2014-04-16 00:34:09','2014-04-16 00:34:09','I make some hella pulled pork sandwiches','I make some hella pulled pork sandwiches','','publish','open','open','','i-make-some-hella-pulled-pork-sandwiches','','','2014-04-16 00:34:09','2014-04-16 00:34:09','',0,'http://2014.misc.wordcamp.test/tggr-tweets/i-make-some-hella-pulled-pork-sandwiches/',0,'tggr-tweets','',0),(185,1,'2014-04-16 00:38:50','2014-04-16 00:38:50','','Live Stream','','publish','closed','closed','','live-stream','','','2014-05-15 00:54:35','2014-05-15 00:54:35','',0,'http://2014.misc.wordcamp.test/?post_type=tix_ticket&#038;p=185',0,'tix_ticket','',0),(186,1,'2014-04-16 00:38:50','2014-04-16 00:38:50','','Shirt size','','publish','open','open','','shirt-size','','','2014-05-15 00:54:36','2014-05-15 00:54:36','',0,'http://2014.misc.wordcamp.test/tix_questio
 n/shirt-size/',0,'tix_question','',0),(187,1,'2014-04-16 00:38:50','2014-04-16 00:38:50','','What do you want to get out of WordCamp?','','publish','open','open','','what-do-you-want-to-get-out-of-wordcamp','','','2014-05-15 00:54:36','2014-05-15 00:54:36','',0,'http://2014.misc.wordcamp.test/tix_question/what-do-you-want-to-get-out-of-wordcamp/',0,'tix_question','',0),(191,1,'2014-04-18 00:28:18','2014-04-18 00:28:18','','Volunteer','','publish','closed','closed','','volunteer','','','2014-04-18 00:28:18','2014-04-18 00:28:18','',0,'http://2014.misc.wordcamp.test/?post_type=tix_coupon&#038;p=191',0,'tix_coupon','',0),(195,1,'2014-04-24 09:37:50','2014-04-24 09:37:50','','&#8220;&gt;&lt;img src=&quot;x&quot;&gt;','','publish','closed','closed','','195','','','2014-04-24 10:01:22','2014-04-24 10:01:22','',0,'http://2014.misc.wordcamp.test/tix_question/195/',0,'tix_question','',0),(201,1,'2014-04-24 10:10:59','2014-04-24 10:10:59','\"&gt;<img sr
 c=\"x\">','\"&gt;','','publish','open','open','','201','','','2014-04-24 10:10:59','2014-04-24 10:10:59','',0,'http://2014.misc.wordcamp.test/?post_type=tix_email&#038;p=201',0,'tix_email','',0),(235,1,'2014-05-12 19:40:31','2014-05-12 19:40:31','','Test','','publish','closed','closed','','test','','','2014-05-12 22:40:20','2014-05-12 22:40:20','',0,'http://2014.misc.wordcamp.test/?post_type=wcss&#038;p=235',0,'wcss','',0),(237,1,'2014-05-15 00:53:57','2014-05-15 00:53:57','','url','','publish','open','open','','url','','','2014-05-15 00:54:36','2014-05-15 00:54:36','',0,'http://2014.misc.wordcamp.test/tix_question/url/',0,'tix_question','',0),(242,1,'2014-05-19 19:57:00','0000-00-00 00:00:00','','','','draft','closed','closed','','','','','2014-05-19 19:57:00','2014-05-19 19:57:00','',0,'http://2014.misc.wordcamp.test/?post_type=wcss&#038;p=242',0,'wcss','',0),(246,1,'2014-05-19 20:00:20','0000-00-00 00:00:00','','','','draft','closed','closed','',
 '','','','2014-05-19 20:00:20','2014-05-19 20:00:20','',0,'http://2014.misc.wordcamp.test/?post_type=wcss&#038;p=246',0,'wcss','',0),(252,1,'2014-05-19 20:05:29','0000-00-00 00:00:00','','','','draft','closed','closed','','','','','2014-05-19 20:05:29','2014-05-19 20:05:29','',0,'http://2014.misc.wordcamp.test/?post_type=wcss&#038;p=252',0,'wcss','',0),(258,2,'2014-06-21 20:59:41','2014-06-21 20:59:41','Pulled pork now at Which Wich... ','Pulled pork now at Which Wich... ','','publish','open','open','','pulled-pork-now-at-which-wich-%f0%9f%98%8d%f0%9f%98%8d%f0%9f%98','','','2014-06-21 20:59:41','2014-06-21 20:59:41','',0,'http://2014.misc.wordcamp.test/tggr-tweets/pulled-pork-now-at-which-wich-%f0%9f%98%8d%f0%9f%98%8d%f0%9f%98/',0,'tggr-tweets','',0),(259,2,'2014-06-21 20:59:23','2014-06-21 20:59:23','This pulled pork from Hillbilly Grillers is so good I almost hate to put it on bread! http://t.co/I1g9ElKVJ5','This pulled pork from Hillbilly Grillers is so goo','','publish',
 'open','open','','this-pulled-pork-from-hillbilly-grillers-is-so-goo','','','2014-06-21 20:59:23','2014-06-21 20:59:23','',0,'http://2014.misc.wordcamp.test/tggr-tweets/this-pulled-pork-from-hillbilly-grillers-is-so-goo/',0,'tggr-tweets','',0),(260,2,'2014-06-21 20:58:50','2014-06-21 20:58:50','Pulled pork was good going in, shitty coming out #foodpoisoning #barf','Pulled pork was good going in, shitty coming out #','','publish','open','open','','pulled-pork-was-good-going-in-shitty-coming-out','','','2014-06-21 20:58:50','2014-06-21 20:58:50','',0,'http://2014.misc.wordcamp.test/tggr-tweets/pulled-pork-was-good-going-in-shitty-coming-out/',0,'tggr-tweets','',0),(261,2,'2014-06-21 20:58:05','2014-06-21 20:58:05','Mmmm Pulled Pork for dinner on the #GreenEgg http://t.co/BXHoWImRxS','Mmmm Pulled Pork for dinner on the #GreenEgg http:','','publish','open','open','','mmmm-pulled-pork-for-dinner-on-the-greenegg-http','','','2014-06-21 20:58:05','2014-06-21 20:58:05','',0,'http://2014.mis
 c.wordcamp.test/tggr-tweets/mmmm-pulled-pork-for-dinner-on-the-greenegg-http/',0,'tggr-tweets','',0),(262,2,'2014-06-21 20:57:34','2014-06-21 20:57:34','Das Pulled Pork schmort mittlerweile seit 7 Stunden in seiner Marinade. Den betörenden Duft in der Wohnung könnt ihr Euch ja denken.','Das Pulled Pork schmort mittlerweile seit 7 Stunde','','publish','open','open','','das-pulled-pork-schmort-mittlerweile-seit-7-stunde','','','2014-06-21 20:57:34','2014-06-21 20:57:34','',0,'http://2014.misc.wordcamp.test/tggr-tweets/das-pulled-pork-schmort-mittlerweile-seit-7-stunde/',0,'tggr-tweets','',0),(263,2,'2014-06-21 20:57:23','2014-06-21 20:57:23','I made a ton of pulled pork and now no one is coming over... Anyone want some dinner?','I made a ton of pulled pork and now no one is comi','','publish','open','open','','i-made-a-ton-of-pulled-pork-and-now-no-one-is-comi','','','2014-06-21 20:57:23','2014-06-21 20:57:23','',0,'http://2014.misc.wordcamp.test/tggr-tweets/i-made-a-ton-of-pulled-p
 ork-and-now-no-one-is-comi/',0,'tggr-tweets','',0),(264,2,'2014-06-21 20:56:20','2014-06-21 20:56:20','Un pinceau pulled pork. http://t.co/aL0wSyxg9J','Un pinceau pulled pork. http://t.co/aL0wSyxg9J','','publish','open','open','','un-pinceau-pulled-pork-httpt-coal0wsyxg9j','','','2014-06-21 20:56:20','2014-06-21 20:56:20','',0,'http://2014.misc.wordcamp.test/tggr-tweets/un-pinceau-pulled-pork-httpt-coal0wsyxg9j/',0,'tggr-tweets','',0),(265,2,'2014-06-21 20:55:07','2014-06-21 20:55:07','RT @FoodNetwork: Recipe of the Day: @altonbrown\'s Perfect Pulled Pork is fall-apart tender http://t.co/4bBfClb8em. http://t.co/43pBYkeNGF','RT @FoodNetwork: Recipe of the Day: @altonbrown\'s ','','publish','open','open','','rt-foodnetwork-recipe-of-the-day-altonbrowns','','','2014-06-21 20:55:07','2014-06-21 20:55:07','',0,'http://2014.misc.wordcamp.test/tggr-tweets/rt-foodnetwork-recipe-of-the-day-altonbrowns/',0,'tggr-tweets','',0),(266,2,'2014-06-21 20:54:43','2014-06-21 20:54:43','Bacon wrapped h
 ot dog topped with pulled pork and slaw ','Bacon wrapped hot dog topped with pulled pork and ','','publish','open','open','','bacon-wrapped-hot-dog-topped-with-pulled-pork-and','','','2014-06-21 20:54:43','2014-06-21 20:54:43','',0,'http://2014.misc.wordcamp.test/tggr-tweets/bacon-wrapped-hot-dog-topped-with-pulled-pork-and/',0,'tggr-tweets','',0),(267,2,'2014-06-21 20:54:41','2014-06-21 20:54:41','Pulled pork is hands down the best part of graduation party season.','Pulled pork is hands down the best part of graduat','','publish','open','open','','pulled-pork-is-hands-down-the-best-part-of-graduat','','','2014-06-21 20:54:41','2014-06-21 20:54:41','',0,'http://2014.misc.wordcamp.test/tggr-tweets/pulled-pork-is-hands-down-the-best-part-of-graduat/',0,'tggr-tweets','',0),(268,2,'2014-06-21 20:53:50','2014-06-21 20:53:50','http://t.co/qz9yFX3z22 #torontoclubpics #toronto ranchotrucks Angela serving up a pulled pork sandwich! Come on down &amp; enjoy out many m...','http://t.co/qz9
 yFX3z22 #torontoclubpics #toronto r','','publish','open','open','','httpt-coqz9yfx3z22-torontoclubpics-toronto-r','','','2014-06-21 20:53:50','2014-06-21 20:53:50','',0,'http://2014.misc.wordcamp.test/tggr-tweets/httpt-coqz9yfx3z22-torontoclubpics-toronto-r/',0,'tggr-tweets','',0),(269,2,'2014-06-21 20:52:46','2014-06-21 20:52:46','Any recommendations for pulled pork at this year\'s Sparks Ribfest?','Any recommendations for pulled pork at this year\'s','','publish','open','open','','any-recommendations-for-pulled-pork-at-this-years','','','2014-06-21 20:52:46','2014-06-21 20:52:46','',0,'http://2014.misc.wordcamp.test/tggr-tweets/any-recommendations-for-pulled-pork-at-this-years/',0,'tggr-tweets','',0),(270,2,'2014-06-21 17:04:44','2014-06-21 17:04:44','veggies and pulled pork...  <a href=\"http://placesiveeaten.blogspot.com/2014/06/bay-area-food-news.html\">placesiveeaten.blogspot.com/2014/06/bay-area-food-news.html</a>','meat and a side from Golden Gate Meat 
 Company at the Ferry Building in San Francisco','','publish','open','open','','meat-and-a-side-from-golden-gate-meat-company-at-the-ferry-building-in-san-francisco','','','2014-06-21 17:04:44','2014-06-21 17:04:44','',0,'http://2014.misc.wordcamp.test/tggr-flickr/meat-and-a-side-from-golden-gate-meat-company-at-the-ferry-building-in-san-francisco/',0,'tggr-flickr','',0),(271,2,'2014-06-21 06:52:41','2014-06-21 06:52:41','finally tried Hogtown Cure at dundas &amp; dufferin after passing by it everyday. #pulledpork#sandwich#deli#cafe#hogtowncure#toronto\n\n1 Likes on Instagram\n\n','finally tried Hogtown Cure at dundas...','','publish','open','open','','finally-tried-hogtown-cure-at-dundas','','','2014-06-21 06:52:41','2014-06-21 06:52:41','',0,'http://2014.misc.wordcamp.test/tggr-flickr/finally-tried-hogtown-cure-at-dundas/',0,'tggr-flickr','',0),(272,2,'2014-06-19 16:58:48','2014-06-19 16:58:48','','Hog Heaven Breakfast Scramble','','publish','open','open','','hog-heaven-breakfa
 st-scramble','','','2014-06-19 16:58:48','2014-06-19 16:58:48','',0,'http://2014.misc.wordcamp.test/tggr-flickr/hog-heaven-breakfast-scramble/',0,'tggr-flickr','',0),(273,2,'2014-06-17 23:25:24','2014-06-17 23:25:24','--rZx Kitchen','Pulled Pork Burrito','','publish','open','open','','pulled-pork-burrito','','','2014-06-17 23:25:24','2014-06-17 23:25:24','',0,'http://2014.misc.wordcamp.test/tggr-flickr/pulled-pork-burrito/',0,'tggr-flickr','',0),(276,2,'2014-06-17 10:37:38','2014-06-17 10:37:38','','Newman\'s Own American Rubs','','publish','open','open','','newmans-own-american-rubs','','','2014-06-17 10:37:38','2014-06-17 10:37:38','',0,'http://2014.misc.wordcamp.test/tggr-flickr/newmans-own-american-rubs/',0,'tggr-flickr','',0),(277,2,'2014-06-12 09:27:37','2014-06-12 09:27:37','','Pulled Pork at the Covent Garden','','publish','open','open','','pulled-pork-at-the-covent-garden','','','2014-06-12 09:27:37','2014-06-12 09:27:37','',0,'http://2014.misc.wordcamp.test/tggr-flickr/pul
 led-pork-at-the-covent-garden/',0,'tggr-flickr','',0),(279,2,'2014-06-09 12:38:40','2014-06-09 12:38:40','','Pulled Pork Wrap with South Carolina Mustard sauce.','','publish','open','open','','pulled-pork-wrap-with-south-carolina-mustard-sauce','','','2014-06-09 12:38:40','2014-06-09 12:38:40','',0,'http://2014.misc.wordcamp.test/tggr-flickr/pulled-pork-wrap-with-south-carolina-mustard-sauce/',0,'tggr-flickr','',0),(280,2,'2014-06-08 20:43:22','2014-06-08 20:43:22','','Big Apple Barbecue Block Party 2014','','publish','open','open','','big-apple-barbecue-block-party-2014','','','2014-06-08 20:43:22','2014-06-08 20:43:22','',0,'http://2014.misc.wordcamp.test/tggr-flickr/big-apple-barbecue-block-party-2014/',0,'tggr-flickr','',0),(281,2,'2014-06-08 20:43:22','2014-06-08 20:43:22','','Big Apple Barbecue Block Party 2014','','publish','open','open','','big-apple-barbecue-block-party-2014-2','','','2014-06-08 20:43:22','2014-06-08 20:43:22','',0,'http://2014.misc.wordcamp.test/tggr-flick
 r/big-apple-barbecue-block-party-2014-2/',0,'tggr-flickr','',0),(282,2,'2014-06-08 13:32:56','2014-06-08 13:32:56','','Big Apple Barbecue Block Party 2014','','publish','open','open','','big-apple-barbecue-block-party-2014-3','','','2014-06-08 13:32:56','2014-06-08 13:32:56','',0,'http://2014.misc.wordcamp.test/tggr-flickr/big-apple-barbecue-block-party-2014-3/',0,'tggr-flickr','',0),(283,2,'2014-06-08 13:32:59','2014-06-08 13:32:59','','Big Apple Barbecue Block Party 2014','','publish','open','open','','big-apple-barbecue-block-party-2014-4','','','2014-06-08 13:32:59','2014-06-08 13:32:59','',0,'http://2014.misc.wordcamp.test/tggr-flickr/big-apple-barbecue-block-party-2014-4/',0,'tggr-flickr','',0),(284,2,'2014-06-08 13:32:58','2014-06-08 13:32:58','','Big Apple Barbecue Block Party 2014','','publish','open','open','','big-apple-barbecue-block-party-2014-5','','','2014-06-08 13:32:58','2014-06-08 13:32:58','',0,'http://2014.misc.wordcamp.test/tggr-flickr/big-apple-barbecue-block-p
 arty-2014-5/',0,'tggr-flickr','',0),(285,2,'2014-06-08 13:32:58','2014-06-08 13:32:58','','Big Apple Barbecue Block Party 2014','','publish','open','open','','big-apple-barbecue-block-party-2014-6','','','2014-06-08 13:32:58','2014-06-08 13:32:58','',0,'http://2014.misc.wordcamp.test/tggr-flickr/big-apple-barbecue-block-party-2014-6/',0,'tggr-flickr','',0),(286,2,'2014-06-08 13:32:57','2014-06-08 13:32:57','','Big Apple Barbecue Block Party 2014','','publish','open','open','','big-apple-barbecue-block-party-2014-7','','','2014-06-08 13:32:57','2014-06-08 13:32:57','',0,'http://2014.misc.wordcamp.test/tggr-flickr/big-apple-barbecue-block-party-2014-7/',0,'tggr-flickr','',0),(287,2,'2014-06-08 07:03:35','2014-06-08 07:03:35','','Love Pig Not Pork # 2','','publish','open','open','','love-pig-not-pork-2','','','2014-06-08 07:03:35','2014-06-08 07:03:35','',0,'http://2014.misc.wordcamp.test/tggr-flickr/love-pig-not-pork-2/',0,'tggr-flickr','',0),(288,2,'2014-06-08 04:00:11','2014-06-08 0
 4:00:11','Carolina BBQ - Spartanburg','carolina bbq dining room','','publish','open','open','','carolina-bbq-dining-room','','','2014-06-08 04:00:11','2014-06-08 04:00:11','',0,'http://2014.misc.wordcamp.test/tggr-flickr/carolina-bbq-dining-room/',0,'tggr-flickr','',0),(289,2,'2014-06-08 04:00:13','2014-06-08 04:00:13','Carolina BBQ - Spartanburg','carolina bbq spartanburg sc parking','','publish','open','open','','carolina-bbq-spartanburg-sc-parking','','','2014-06-08 04:00:13','2014-06-08 04:00:13','',0,'http://2014.misc.wordcamp.test/tggr-flickr/carolina-bbq-spartanburg-sc-parking/',0,'tggr-flickr','',0),(290,2,'2014-06-08 04:00:14','2014-06-08 04:00:14','Carolina BBQ - Spartanburg','chocolate hush puppies close up carolina bbq','','publish','open','open','','chocolate-hush-puppies-close-up-carolina-bbq','','','2014-06-08 04:00:14','2014-06-08 04:00:14','',0,'http://2014.misc.wordcamp.test/tggr-flickr/chocolate-hush-puppies-close-up-carolina-bbq/',0,'tggr-flickr','',0),(291,2,'20
 14-06-08 04:00:11','2014-06-08 04:00:11','Carolina BBQ - Spartanburg','brunswick stew, bbq, chocolate hush puppies spartanburg','','publish','open','open','','brunswick-stew-bbq-chocolate-hush-puppies-spartanburg','','','2014-06-08 04:00:11','2014-06-08 04:00:11','',0,'http://2014.misc.wordcamp.test/tggr-flickr/brunswick-stew-bbq-chocolate-hush-puppies-spartanburg/',0,'tggr-flickr','',0),(292,2,'2014-06-08 04:00:12','2014-06-08 04:00:12','Carolina BBQ - Spartanburg','carolina bbq southern style iced tea','','publish','open','open','','carolina-bbq-southern-style-iced-tea','','','2014-06-08 04:00:12','2014-06-08 04:00:12','',0,'http://2014.misc.wordcamp.test/tggr-flickr/carolina-bbq-southern-style-iced-tea/',0,'tggr-flickr','',0),(293,2,'2014-06-08 04:00:12','2014-06-08 04:00:12','Carolina BBQ - Spartanburg','carolina bbq pig out plate','','publish','open','open','','carolina-bbq-pig-out-plate','','','2014-06-08 04:00:12','2014-06-08 04:00:12','',0,'http://2014.misc.wordcamp.test/tgg
 r-flickr/carolina-bbq-pig-out-plate/',0,'tggr-flickr','',0),(294,2,'2014-06-08 04:00:12','2014-06-08 04:00:12','Carolina BBQ - Spartanburg','carolina bbq smoky ribs spartanburg sc','','publish','open','open','','carolina-bbq-smoky-ribs-spartanburg-sc','','','2014-06-08 04:00:12','2014-06-08 04:00:12','',0,'http://2014.misc.wordcamp.test/tggr-flickr/carolina-bbq-smoky-ribs-spartanburg-sc/',0,'tggr-flickr','',0),(295,2,'2014-06-07 17:34:37','2014-06-07 17:34:37','Georgia bbq joint. Pulled pork.\n','miller bros bbq','','publish','open','open','','miller-bros-bbq','','','2014-06-07 17:34:37','2014-06-07 17:34:37','',0,'http://2014.misc.wordcamp.test/tggr-flickr/miller-bros-bbq/',0,'tggr-flickr','',0),(296,2,'2014-06-07 17:34:36','2014-06-07 17:34:36','Georgia bbq joint. Pulled pork.','miller bros bbq','','publish','open','open','','miller-bros-bbq-2','','','2014-06-07 17:34:36','2014-06-07 17:34:36','',0,'http://2014.misc.wordcamp.test/tggr-flickr/miller-bros-bbq-2/',0,'tggr-flickr','',
 0),(299,2,'2014-06-05 08:39:21','2014-06-05 08:39:21','','Love Pig Not Pork','','publish','open','open','','love-pig-not-pork','','','2014-06-05 08:39:21','2014-06-05 08:39:21','',0,'http://2014.misc.wordcamp.test/tggr-flickr/love-pig-not-pork/',0,'tggr-flickr','',0),(301,2,'2014-06-03 01:57:15','2014-06-03 01:57:15','May 23rd, 2014\n\nRecently I\'ve been working on a project with Adrian Chalifour of Towers &amp; Trees for Music BC\'s Songwriter Workshop during VIC Fest this June 14th, 2014. We head out with an established musician taking part in the Songwriter\'s Workshop with another performer from VIC Fest to a food vendor from the festival for food and conversation. \n\nThe first was Peter Gardner of Hawk &amp; Steel and Aidan Knight at Pig BBQ Joint here in Victoria. ','Peter Gardner and Aidan Knight @ Pig BBQ Joint','','publish','open','open','','peter-gardner-and-aidan-knight-pig-bbq-joint','','','2014-06-03 01:57:15','2014-06-03 01:57:15','',0,'http://2014.misc.wordc
 amp.test/tggr-flickr/peter-gardner-and-aidan-knight-pig-bbq-joint/',0,'tggr-flickr','',0),(302,2,'2014-06-03 01:57:13','2014-06-03 01:57:13','May 23rd, 2014\n\nRecently I\'ve been working on a project with Adrian Chalifour of Towers &amp; Trees for Music BC\'s Songwriter Workshop during VIC Fest this June 14th, 2014. We head out with an established musician taking part in the Songwriter\'s Workshop with another performer from VIC Fest to a food vendor from the festival for food and conversation. \n\nThe first was Peter Gardner of Hawk &amp; Steel and Aidan Knight at Pig BBQ Joint here in Victoria. ','Peter Gardner and Aidan Knight @ Pig BBQ Joint','','publish','open','open','','peter-gardner-and-aidan-knight-pig-bbq-joint-2','','','2014-06-03 01:57:13','2014-06-03 01:57:13','',0,'http://2014.misc.wordcamp.test/tggr-flickr/peter-gardner-and-aidan-knight-pig-bbq-joint-2/',0,'tggr-flickr','',0),(303,2,'2014-06-03 01:57:14','2014-06-03 01:57:14','May 23rd, 2014\n\nRecently I\'ve
  been working on a project with Adrian Chalifour of Towers &amp; Trees for Music BC\'s Songwriter Workshop during VIC Fest this June 14th, 2014. We head out with an established musician taking part in the Songwriter\'s Workshop with another performer from VIC Fest to a food vendor from the festival for food and conversation. \n\nThe first was Peter Gardner of Hawk &amp; Steel and Aidan Knight at Pig BBQ Joint here in Victoria. ','Peter Gardner and Aidan Knight @ Pig BBQ Joint','','publish','open','open','','peter-gardner-and-aidan-knight-pig-bbq-joint-3','','','2014-06-03 01:57:14','2014-06-03 01:57:14','',0,'http://2014.misc.wordcamp.test/tggr-flickr/peter-gardner-and-aidan-knight-pig-bbq-joint-3/',0,'tggr-flickr','',0),(304,2,'2014-06-03 01:57:12','2014-06-03 01:57:12','May 23rd, 2014\n\nRecently I\'ve been working on a project with Adrian Chalifour of Towers &amp; Trees for Music BC\'s Songwriter Workshop during VIC Fest this June 14th, 2014. We head out with an estab
 lished musician taking part in the Songwriter\'s Workshop with another performer from VIC Fest to a food vendor from the festival for food and conversation. \n\nThe first was Peter Gardner of Hawk &amp; Steel and Aidan Knight at Pig BBQ Joint here in Victoria. ','Peter Gardner and Aidan Knight @ Pig BBQ Joint','','publish','open','open','','peter-gardner-and-aidan-knight-pig-bbq-joint-4','','','2014-06-03 01:57:12','2014-06-03 01:57:12','',0,'http://2014.misc.wordcamp.test/tggr-flickr/peter-gardner-and-aidan-knight-pig-bbq-joint-4/',0,'tggr-flickr','',0),(305,2,'2014-06-03 01:57:17','2014-06-03 01:57:17','May 23rd, 2014\n\nRecently I\'ve been working on a project with Adrian Chalifour of Towers &amp; Trees for Music BC\'s Songwriter Workshop during VIC Fest this June 14th, 2014. We head out with an established musician taking part in the Songwriter\'s Workshop with another performer from VIC Fest to a food vendor from the festival for food and conversation. \n\nThe first was
  Peter Gardner of Hawk &amp; Steel and Aidan Knight at Pig BBQ Joint here in Victoria. ','Peter Gardner and Aidan Knight @ Pig BBQ Joint','','publish','open','open','','peter-gardner-and-aidan-knight-pig-bbq-joint-5','','','2014-06-03 01:57:17','2014-06-03 01:57:17','',0,'http://2014.misc.wordcamp.test/tggr-flickr/peter-gardner-and-aidan-knight-pig-bbq-joint-5/',0,'tggr-flickr','',0),(306,2,'2014-06-03 01:57:17','2014-06-03 01:57:17','May 23rd, 2014\n\nRecently I\'ve been working on a project with Adrian Chalifour of Towers &amp; Trees for Music BC\'s Songwriter Workshop during VIC Fest this June 14th, 2014. We head out with an established musician taking part in the Songwriter\'s Workshop with another performer from VIC Fest to a food vendor from the festival for food and conversation. \n\nThe first was Peter Gardner of Hawk &amp; Steel and Aidan Knight at Pig BBQ Joint here in Victoria. ','Peter Gardner and Aidan Knight @ Pig BBQ Joint','','publish','open','open','','p
 eter-gardner-and-aidan-knight-pig-bbq-joint-6','','','2014-06-03 01:57:17','2014-06-03 01:57:17','',0,'http://2014.misc.wordcamp.test/tggr-flickr/peter-gardner-and-aidan-knight-pig-bbq-joint-6/',0,'tggr-flickr','',0),(307,2,'2014-06-03 01:57:16','2014-06-03 01:57:16','May 23rd, 2014\n\nRecently I\'ve been working on a project with Adrian Chalifour of Towers &amp; Trees for Music BC\'s Songwriter Workshop during VIC Fest this June 14th, 2014. We head out with an established musician taking part in the Songwriter\'s Workshop with another performer from VIC Fest to a food vendor from the festival for food and conversation. \n\nThe first was Peter Gardner of Hawk &amp; Steel and Aidan Knight at Pig BBQ Joint here in Victoria. ','Peter Gardner and Aidan Knight @ Pig BBQ Joint','','publish','open','open','','peter-gardner-and-aidan-knight-pig-bbq-joint-7','','','2014-06-03 01:57:16','2014-06-03 01:57:16','',0,'http://2014.misc.wordcamp.test/tggr-flickr/peter-gardner-and-aidan-knig
 ht-pig-bbq-joint-7/',0,'tggr-flickr','',0),(309,2,'2014-06-03 01:57:14','2014-06-03 01:57:14','May 23rd, 2014\n\nRecently I\'ve been working on a project with Adrian Chalifour of Towers &amp; Trees for Music BC\'s Songwriter Workshop during VIC Fest this June 14th, 2014. We head out with an established musician taking part in the Songwriter\'s Workshop with another performer from VIC Fest to a food vendor from the festival for food and conversation. \n\nThe first was Peter Gardner of Hawk &amp; Steel and Aidan Knight at Pig BBQ Joint here in Victoria. ','Peter Gardner and Aidan Knight @ Pig BBQ Joint','','publish','open','open','','peter-gardner-and-aidan-knight-pig-bbq-joint-8','','','2014-06-03 01:57:14','2014-06-03 01:57:14','',0,'http://2014.misc.wordcamp.test/tggr-flickr/peter-gardner-and-aidan-knight-pig-bbq-joint-8/',0,'tggr-flickr','',0),(310,2,'2014-06-03 01:57:15','2014-06-03 01:57:15','May 23rd, 2014\n\nRecently I\'ve been working on a project with Adrian Chalifou
 r of Towers &amp; Trees for Music BC\'s Songwriter Workshop during VIC Fest this June 14th, 2014. We head out with an established musician taking part in the Songwriter\'s Workshop with another performer from VIC Fest to a food vendor from the festival for food and conversation. \n\nThe first was Peter Gardner of Hawk &amp; Steel and Aidan Knight at Pig BBQ Joint here in Victoria. ','Peter Gardner and Aidan Knight @ Pig BBQ Joint','','publish','open','open','','peter-gardner-and-aidan-knight-pig-bbq-joint-9','','','2014-06-03 01:57:15','2014-06-03 01:57:15','',0,'http://2014.misc.wordcamp.test/tggr-flickr/peter-gardner-and-aidan-knight-pig-bbq-joint-9/',0,'tggr-flickr','',0),(311,2,'2014-06-03 01:57:20','2014-06-03 01:57:20','May 23rd, 2014\n\nRecently I\'ve been working on a project with Adrian Chalifour of Towers &amp; Trees for Music BC\'s Songwriter Workshop during VIC Fest this June 14th, 2014. We head out with an established musician taking part in the Songwriter\'
 s Workshop with another performer from VIC Fest to a food vendor from the festival for food and conversation. \n\nThe first was Peter Gardner of Hawk &amp; Steel and Aidan Knight at Pig BBQ Joint here in Victoria. ','Peter Gardner and Aidan Knight @ Pig BBQ Joint','','publish','open','open','','peter-gardner-and-aidan-knight-pig-bbq-joint-10','','','2014-06-03 01:57:20','2014-06-03 01:57:20','',0,'http://2014.misc.wordcamp.test/tggr-flickr/peter-gardner-and-aidan-knight-pig-bbq-joint-10/',0,'tggr-flickr','',0),(312,2,'2014-06-03 01:57:19','2014-06-03 01:57:19','May 23rd, 2014\n\nRecently I\'ve been working on a project with Adrian Chalifour of Towers &amp; Trees for Music BC\'s Songwriter Workshop during VIC Fest this June 14th, 2014. We head out with an established musician taking part in the Songwriter\'s Workshop with another performer from VIC Fest to a food vendor from the festival for food and conversation. \n\nThe first was Peter Gardner of Hawk &amp; Steel and Ai
 dan Knight at Pig BBQ Joint here in Victoria. ','Peter Gardner and Aidan Knight @ Pig BBQ Joint','','publish','open','open','','peter-gardner-and-aidan-knight-pig-bbq-joint-11','','','2014-06-03 01:57:19','2014-06-03 01:57:19','',0,'http://2014.misc.wordcamp.test/tggr-flickr/peter-gardner-and-aidan-knight-pig-bbq-joint-11/',0,'tggr-flickr','',0),(313,2,'2014-06-03 01:57:18','2014-06-03 01:57:18','May 23rd, 2014\n\nRecently I\'ve been working on a project with Adrian Chalifour of Towers &amp; Trees for Music BC\'s Songwriter Workshop during VIC Fest this June 14th, 2014. We head out with an established musician taking part in the Songwriter\'s Workshop with another performer from VIC Fest to a food vendor from the festival for food and conversation. \n\nThe first was Peter Gardner of Hawk &amp; Steel and Aidan Knight at Pig BBQ Joint here in Victoria. ','Peter Gardner and Aidan Knight @ Pig BBQ Joint','','publish','open','open','','peter-gardner-and-aidan-knight-pig-bbq-joint
 -12','','','2014-06-03 01:57:18','2014-06-03 01:57:18','',0,'http://2014.misc.wordcamp.test/tggr-flickr/peter-gardner-and-aidan-knight-pig-bbq-joint-12/',0,'tggr-flickr','',0),(314,2,'2014-06-03 01:57:19','2014-06-03 01:57:19','May 23rd, 2014\n\nRecently I\'ve been working on a project with Adrian Chalifour of Towers &amp; Trees for Music BC\'s Songwriter Workshop during VIC Fest this June 14th, 2014. We head out with an established musician taking part in the Songwriter\'s Workshop with another performer from VIC Fest to a food vendor from the festival for food and conversation. \n\nThe first was Peter Gardner of Hawk &amp; Steel and Aidan Knight at Pig BBQ Joint here in Victoria. ','Peter Gardner and Aidan Knight @ Pig BBQ Joint','','publish','open','open','','peter-gardner-and-aidan-knight-pig-bbq-joint-13','','','2014-06-03 01:57:19','2014-06-03 01:57:19','',0,'http://2014.misc.wordcamp.test/tggr-flickr/peter-gardner-and-aidan-knight-pig-bbq-joint-13/',0,'tggr-flickr',''
 ,0),(315,2,'2014-06-03 01:57:16','2014-06-03 01:57:16','May 23rd, 2014\n\nRecently I\'ve been working on a project with Adrian Chalifour of Towers &amp; Trees for Music BC\'s Songwriter Workshop during VIC Fest this June 14th, 2014. We head out with an established musician taking part in the Songwriter\'s Workshop with another performer from VIC Fest to a food vendor from the festival for food and conversation. \n\nThe first was Peter Gardner of Hawk &amp; Steel and Aidan Knight at Pig BBQ Joint here in Victoria. ','Peter Gardner and Aidan Knight @ Pig BBQ Joint','','publish','open','open','','peter-gardner-and-aidan-knight-pig-bbq-joint-14','','','2014-06-03 01:57:16','2014-06-03 01:57:16','',0,'http://2014.misc.wordcamp.test/tggr-flickr/peter-gardner-and-aidan-knight-pig-bbq-joint-14/',0,'tggr-flickr','',0),(317,2,'2014-06-03 01:57:12','2014-06-03 01:57:12','May 23rd, 2014\n\nRecently I\'ve been working on a project with Adrian Chalifour of Towers &amp; Trees for Music
  BC\'s Songwriter Workshop during VIC Fest this June 14th, 2014. We head out with an established musician taking part in the Songwriter\'s Workshop with another performer from VIC Fest to a food vendor from the festival for food and conversation. \n\nThe first was Peter Gardner of Hawk &amp; Steel and Aidan Knight at Pig BBQ Joint here in Victoria. ','Peter Gardner and Aidan Knight @ Pig BBQ Joint','','publish','open','open','','peter-gardner-and-aidan-knight-pig-bbq-joint-15','','','2014-06-03 01:57:12','2014-06-03 01:57:12','',0,'http://2014.misc.wordcamp.test/tggr-flickr/peter-gardner-and-aidan-knight-pig-bbq-joint-15/',0,'tggr-flickr','',0),(318,2,'2014-06-03 01:57:18','2014-06-03 01:57:18','May 23rd, 2014\n\nRecently I\'ve been working on a project with Adrian Chalifour of Towers &amp; Trees for Music BC\'s Songwriter Workshop during VIC Fest this June 14th, 2014. We head out with an established musician taking part in the Songwriter\'s Workshop with another performer f
 rom VIC Fest to a food vendor from the festival for food and conversation. \n\nThe first was Peter Gardner of Hawk &amp; Steel and Aidan Knight at Pig BBQ Joint here in Victoria. ','Peter Gardner and Aidan Knight @ Pig BBQ Joint','','publish','open','open','','peter-gardner-and-aidan-knight-pig-bbq-joint-16','','','2014-06-03 01:57:18','2014-06-03 01:57:18','',0,'http://2014.misc.wordcamp.test/tggr-flickr/peter-gardner-and-aidan-knight-pig-bbq-joint-16/',0,'tggr-flickr','',0),(319,2,'2014-05-29 18:47:26','2014-05-29 18:47:26','Mac&amp;Cheese with cheddar, pulled pork, pickled jalepeños and red onion.','Eat street','','publish','open','open','','eat-street','','','2014-05-29 18:47:26','2014-05-29 18:47:26','',0,'http://2014.misc.wordcamp.test/tggr-flickr/eat-street/',0,'tggr-flickr','',0),(320,2,'2014-05-26 18:01:54','2014-05-26 18:01:54','','Deluxe and Fries','','publish','open','open','','deluxe-and-fries','','','2014-05-26 18:01:54','2014-05-26 18:01:54','',0,'http://2014
 .misc.wordcamp.test/tggr-flickr/deluxe-and-fries/',0,'tggr-flickr','',0),(321,2,'2014-05-24 06:05:44','2014-05-24 06:05:44','','Best brisket, ribs AND pulled pork I\'ve had in a long while. OMG so good. Smoke lovers\' feast! #bbq','','publish','open','open','','best-brisket-ribs-and-pulled-pork-ive-had-in-a-long-while-omg-so-good-smoke-lovers-feast-bbq','','','2014-05-24 06:05:44','2014-05-24 06:05:44','',0,'http://2014.misc.wordcamp.test/tggr-flickr/best-brisket-ribs-and-pulled-pork-ive-had-in-a-long-while-omg-so-good-smoke-lovers-feast-bbq/',0,'tggr-flickr','',0),(322,2,'2014-05-24 04:01:19','2014-05-24 04:01:19','Hog Shack BBQ Cook House','Ribs','','publish','open','open','','ribs','','','2014-05-24 04:01:19','2014-05-24 04:01:19','',0,'http://2014.misc.wordcamp.test/tggr-flickr/ribs/',0,'tggr-flickr','',0),(323,2,'2014-05-24 04:01:10','2014-05-24 04:01:10','Hog Shack BBQ Cook House','Brisket','','publish','open','open','','brisket','','','2014-05-24 04:01:10','2014-05-24 04:01:1
 0','',0,'http://2014.misc.wordcamp.test/tggr-flickr/brisket/',0,'tggr-flickr','',0),(324,2,'2014-05-24 04:00:55','2014-05-24 04:00:55','','Hog Shack BBQ Cook House','','publish','open','open','','hog-shack-bbq-cook-house','','','2014-05-24 04:00:55','2014-05-24 04:00:55','',0,'http://2014.misc.wordcamp.test/tggr-flickr/hog-shack-bbq-cook-house/',0,'tggr-flickr','',0),(325,2,'2014-05-24 04:00:45','2014-05-24 04:00:45','','Hog Shack BBQ Cook House','','publish','open','open','','hog-shack-bbq-cook-house-2','','','2014-05-24 04:00:45','2014-05-24 04:00:45','',0,'http://2014.misc.wordcamp.test/tggr-flickr/hog-shack-bbq-cook-house-2/',0,'tggr-flickr','',0),(326,2,'2014-05-22 01:47:57','2014-05-22 01:47:57','ingredients:\n2 lb pork loin\n1/4 cup chili powder\n2 tablespoons garlic salt\n6 cups coke a cola, or enough to cover pork\n3/4 to 1 cup Sweet Baby Ray\'s Original BBQ Sauce\n8 large sweet potatoes\n\ndirections:\nSeason entire pork loin with garlic salt and chili powder. Pour a littl
 e coke in the bottom of the crock pot and add the pork butt. Add enough coke to just cover the pork loin. Cook on low for 8 hours.\n\nWhile pork is cooking, bake your sweet potatoes:\n\nPreheat oven to 400°. Scrub potatoes under water and wrap in foil. Bake in oven for about 1 hour. Sweet Potatoes are fully cooked when you can gently squeeze them and they feel soft. Remove from oven and set aside.\n\nRemove pork from crock pot and discard almost all of coke mixture...leaving just a tablespoon or two of juice behind to help moisten the pork.\n\nPlace the pork back into the crockpot and then use two large forks to shred the meat. Add BBQ sauce and combine (above it says 3/4 to 1 cup BBQ sauce, which just means add as much, or as little, as you like). Leave slow cooker on low, or warm, to keep things hot until you are ready to serve.\n\nWhen ready to serve, cut a a slit in the sweet potato, lengthwise. Grab the potato from both ends and press together to open the sweet potato up. Fill
  each sweet potato with a generous helping of pulled pork and top with an extra drizzle of BBQ Sauce. Serve immediately!','Pulled pork stuffed sweet potato','','publish','open','open','','pulled-pork-stuffed-sweet-potato','','','2014-05-22 01:47:57','2014-05-22 01:47:57','',0,'http://2014.misc.wordcamp.test/tggr-flickr/pulled-pork-stuffed-sweet-potato/',0,'tggr-flickr','',0),(327,2,'2014-05-21 04:54:29','2014-05-21 04:54:29','','Pulled pork BBQ','','publish','open','open','','pulled-pork-bbq','','','2014-05-21 04:54:29','2014-05-21 04:54:29','',0,'http://2014.misc.wordcamp.test/tggr-flickr/pulled-pork-bbq/',0,'tggr-flickr','',0),(328,2,'2014-05-17 21:40:57','2014-05-17 21:40:57','05-17-2014\n<b>Skinned Pulled Pork</b>\n<b>21st Annual Sweet Onion &amp; BBQ Festival - 11am-4pm\n&quot;CASUAL DINING AT THE BEACH... OR ANYWHERE!!!&quot;:\nReal Pulled Pork (pork butt vs. &quot;baby&quot; pork), BBQ Sauce Tasting, and 2014 Vintage SWEET IMPERIAL ONIONS
 !</b>\n\nIowa Meat Farms \n6041 Mission Gorge Rd.\nSan Diego, CA 92120\n(619) 281-5766\n<a href=\"http://www.bestmeatssandiego.com/\">www.bestmeatssandiego.com/</a>','GEDC4871','','publish','open','open','','gedc4871','','','2014-05-17 21:40:57','2014-05-17 21:40:57','',0,'http://2014.misc.wordcamp.test/tggr-flickr/gedc4871/',0,'tggr-flickr','',0),(329,2,'2014-05-17 21:40:59','2014-05-17 21:40:59','05-17-2014\n<b>Skin-On Pulled Pork</b>\n<b>21st Annual Sweet Onion &amp; BBQ Festival - 11am-4pm\n&quot;CASUAL DINING AT THE BEACH... OR ANYWHERE!!!&quot;:\nReal Pulled Pork (pork butt vs. &quot;baby&quot; pork), BBQ Sauce Tasting, and 2014 Vintage SWEET IMPERIAL ONIONS!</b>\n\nIowa Meat Farms \n6041 Mission Gorge Rd.\nSan Diego, CA 92120\n(619) 281-5766\n<a href=\"http://www.bestmeatssandiego.com/\">www.bestmeatssandiego.com/</a>','GEDC4874','','publish','open','open','','gedc4874','','','2014-0
 5-17 21:40:59','2014-05-17 21:40:59','',0,'http://2014.misc.wordcamp.test/tggr-flickr/gedc4874/',0,'tggr-flickr','',0),(330,2,'2014-05-17 21:41:00','2014-05-17 21:41:00','05-17-2014\n<b>PULLED PORK \n(left to right) Skin-on, Skinned</b>\n<b>21st Annual Sweet Onion &amp; BBQ Festival - 11am-4pm\n&quot;CASUAL DINING AT THE BEACH... OR ANYWHERE!!!&quot;:\nReal Pulled Pork (pork butt vs. &quot;baby&quot; pork), BBQ Sauce Tasting, and 2014 Vintage SWEET IMPERIAL ONIONS!</b>\n\nIowa Meat Farms \n6041 Mission Gorge Rd.\nSan Diego, CA 92120\n(619) 281-5766\n<a href=\"http://www.bestmeatssandiego.com/\">www.bestmeatssandiego.com/</a>','GEDC4875','','publish','open','open','','gedc4875','','','2014-05-17 21:41:00','2014-05-17 21:41:00','',0,'http://2014.misc.wordcamp.test/tggr-flickr/gedc4875/',0,'tggr-flickr','',0),(331,2,'2014-05-17 01:14:52','2014-05-17 01:14:52','Dinosaur Bar-B-Que','Pulled Pork & Pickles Sandwich','','
 publish','open','open','','pulled-pork-pickles-sandwich','','','2014-05-17 01:14:52','2014-05-17 01:14:52','',0,'http://2014.misc.wordcamp.test/tggr-flickr/pulled-pork-pickles-sandwich/',0,'tggr-flickr','',0),(332,2,'2014-05-14 22:51:25','2014-05-14 22:51:25','pulled pork sandwich','Dickey\'s BBQ Big BBQ Sandwich & Big Yellow Cup','','publish','open','open','','dickeys-bbq-big-bbq-sandwich-big-yellow-cup','','','2014-05-14 22:51:25','2014-05-14 22:51:25','',0,'http://2014.misc.wordcamp.test/tggr-flickr/dickeys-bbq-big-bbq-sandwich-big-yellow-cup/',0,'tggr-flickr','',0),(333,2,'2014-05-13 01:42:28','2014-05-13 01:42:28','','Quick stop by Salt Lake BBQ','','publish','open','open','','quick-stop-by-salt-lake-bbq','','','2014-05-13 01:42:28','2014-05-13 01:42:28','',0,'http://2014.misc.wordcamp.test/tggr-flickr/quick-stop-by-salt-lake-bbq/',0,'tggr-flickr','',0),(334,2,'2014-05-11 03:24:34','2014-05-11 03:24:34','Decided to try out a couple new recipes today. Homemade <a href=\&q
 uot;http://www.williams-sonoma.com/recipe/pulled-pork.html\"> Pulled Pork </a>  Sandwiches with homemade <a href=\"http://www.foodnetwork.com/recipes/paula-deen/southern-baked-beans-recipe2.html\"> baked beans </a> and <a href=\"http://www.foodnetwork.com/recipes/bobby-flay/creamy-cole-slaw-recipe.html\"> cole slaw </a>! Still needs some adjustments but very delicious!','It\'\'s a southern dinner tonight!','','publish','open','open','','its-a-southern-dinner-tonight','','','2014-05-11 03:24:34','2014-05-11 03:24:34','',0,'http://2014.misc.wordcamp.test/tggr-flickr/its-a-southern-dinner-tonight/',0,'tggr-flickr','',0),(335,2,'2014-05-08 19:11:50','2014-05-08 19:11:50','Pulled pork plate.','pruett\'s bbq','','publish','open','open','','pruetts-bbq','','','2014-05-08 19:11:50','2014-05-08 19:11:50','',0,'http://2014.misc.wordcamp.test/tggr-flickr/pruetts-bbq/',0,'tggr-flickr','',0),(336,2,'2014-05-07 17:31:50','2014-05-07 17:31:
 50','Nice casual spot for tasty sandwiches in Alameda (the &quot;Island City&quot;).  The top sandwich is BBQ Pulled Pork (on toasted garlic roll - my favorite sandwich here!) and the bottom sandwich is the Italian Combo.  And every sandwich or hot dog comes with a chocolate chip cookie.  Oh, and they have beer and wine, also.','photo - Island City Cafe','','publish','open','open','','photo-island-city-cafe','','','2014-05-07 17:31:50','2014-05-07 17:31:50','',0,'http://2014.misc.wordcamp.test/tggr-flickr/photo-island-city-cafe/',0,'tggr-flickr','',0),(337,2,'2014-05-06 01:38:02','2014-05-06 01:38:02','Dry, not a lot of flavor. Jethro\'s BBQ sauce was amazing. Great portions sizes. (via Foodspotting)','Pulled Pork @ Jethros BBQ','','publish','open','open','','pulled-pork-jethros-bbq','','','2014-05-06 01:38:02','2014-05-06 01:38:02','',0,'http://2014.misc.wordcamp.test/tggr-flickr/pulled-pork-jethros-bbq/',0,'tggr-flickr','',0),(338,2,'2014-05-04 21:45:55','2014-05-04 21:45:
 55','Beef Brisket and Pulled Pork \nwith yam fries and coleslaw\n\nRichmond, BC','Combo at The Hog Shack','','publish','open','open','','combo-at-the-hog-shack','','','2014-05-04 21:45:55','2014-05-04 21:45:55','',0,'http://2014.misc.wordcamp.test/tggr-flickr/combo-at-the-hog-shack/',0,'tggr-flickr','',0),(339,2,'2014-05-02 21:29:15','2014-05-02 21:29:15','','Dinner with family','','publish','open','open','','dinner-with-family','','','2014-05-02 21:29:15','2014-05-02 21:29:15','',0,'http://2014.misc.wordcamp.test/tggr-flickr/dinner-with-family/',0,'tggr-flickr','',0),(340,2,'2014-05-01 23:50:13','2014-05-01 23:50:13','','excellent pulled pork!','','publish','open','open','','excellent-pulled-pork','','','2014-05-01 23:50:13','2014-05-01 23:50:13','',0,'http://2014.misc.wordcamp.test/tggr-flickr/excellent-pulled-pork/',0,'tggr-flickr','',0),(341,2,'2014-04-28 18:05:58','2014-04-28 18:05:58','Raleighwood sandwich with Wasabi Cole Slaw on the side and Fried Green Tomatoes playing back
 -up','Raleighwood at Curly\'s Carolina, TX','','publish','open','open','','raleighwood-at-curlys-carolina-tx','','','2014-04-28 18:05:58','2014-04-28 18:05:58','',0,'http://2014.misc.wordcamp.test/tggr-flickr/raleighwood-at-curlys-carolina-tx/',0,'tggr-flickr','',0),(342,2,'2014-04-28 05:35:57','2014-04-28 05:35:57','','Pulled Pork Sandwich at a Street Fair in Soho - London, UK','','publish','open','open','','pulled-pork-sandwich-at-a-street-fair-in-soho-london-uk','','','2014-04-28 05:35:57','2014-04-28 05:35:57','',0,'http://2014.misc.wordcamp.test/tggr-flickr/pulled-pork-sandwich-at-a-street-fair-in-soho-london-uk/',0,'tggr-flickr','',0),(343,2,'2014-04-28 01:13:26','2014-04-28 01:13:26','','IMG_9624','','publish','open','open','','img_9624','','','2014-04-28 01:13:26','2014-04-28 01:13:26','',0,'http://2014.misc.wordcamp.test/tggr-flickr/img_9624/',0,'tggr-flickr','',0),(344,2,'2014-04-27 20:13:37','2014-04-27 20:13:37','Ordered this at <a href=\"http://slowstogo.com/\&q
 uot;>Slows To Go<a> in Detroit. It has apple wood smoked bacon, pulled pork, and ham on it slathered with a spicy North Carolina style bbq sauce. It also came on a poppy seed, kaiser roll. It was juicy and fantastic!\n</a></a>','Triple Threat Pork','','publish','open','open','','triple-threat-pork','','','2014-04-27 20:13:37','2014-04-27 20:13:37','',0,'http://2014.misc.wordcamp.test/tggr-flickr/triple-threat-pork/',0,'tggr-flickr','',0),(345,2,'2014-04-24 23:30:15','2014-04-24 23:30:15','Smoked chicken breast topped with pulled pork with sides of fried sweet potatoes and cole slaw at Smokin\' Dave\'s in Estes Park, Colorado','smoked chicken with pulled pork','','publish','open','open','','smoked-chicken-with-pulled-pork','','','2014-04-24 23:30:15','2014-04-24 23:30:15','',0,'http://2014.misc.wordcamp.test/tggr-flickr/smoked-chicken-with-pulled-pork/',0,'tggr-flickr','',0),(347,2,'2014-04-23 21:03:21','2014-04-23 21:03:21','Read more at <a href=\"http:/
 /wscwong.typepad.com/dessert_by_candy/2014/04/nashville-good-eats.html\">Dessert By Candy</a>.','Edley\'s Barbecue: Pulled Pork, Frito Pie, Collard Greens, Cornbread','','publish','open','open','','edleys-barbecue-pulled-pork-frito-pie-collard-greens-cornbread','','','2014-04-23 21:03:21','2014-04-23 21:03:21','',0,'http://2014.misc.wordcamp.test/tggr-flickr/edleys-barbecue-pulled-pork-frito-pie-collard-greens-cornbread/',0,'tggr-flickr','',0),(348,2,'2014-04-23 21:03:37','2014-04-23 21:03:37','Read more at <a href=\"http://wscwong.typepad.com/dessert_by_candy/2014/04/nashville-good-eats.html\">Dessert By Candy</a>.','Edley\'s Barbecue: Pulled Pork, Frito Pie, Collard Greens, Cornbread','','publish','open','open','','edleys-barbecue-pulled-pork-frito-pie-collard-greens-cornbread-2','','','2014-04-23 21:03:37','2014-04-23 21:03:37','',0,'http://2014.misc.wordcamp.test/tggr-flickr/edleys-barbecue-pulled-pork-frito-pie-collard-greens-cornbread-2/',0,
 'tggr-flickr','',0),(349,2,'2014-04-20 17:35:36','2014-04-20 17:35:36','','Pulled Pork at Square One','','publish','open','open','','pulled-pork-at-square-one','','','2014-04-20 17:35:36','2014-04-20 17:35:36','',0,'http://2014.misc.wordcamp.test/tggr-flickr/pulled-pork-at-square-one/',0,'tggr-flickr','',0),(350,2,'2014-04-20 17:35:37','2014-04-20 17:35:37','Some fun light/water distortion with cups and plates.','Water distortion','','publish','open','open','','water-distortion','','','2014-04-20 17:35:37','2014-04-20 17:35:37','',0,'http://2014.misc.wordcamp.test/tggr-flickr/water-distortion/',0,'tggr-flickr','',0),(352,2,'2014-04-20 17:35:36','2014-04-20 17:35:36','','Cherokee Street','','publish','open','open','','cherokee-street','','','2014-04-20 17:35:36','2014-04-20 17:35:36','',0,'http://2014.misc.wordcamp.test/tggr-flickr/cherokee-street/',0,'tggr-flickr','',0),(353,2,'2014-04-19 18:09:15','2014-04-19 18:09:15','(c) Nora Kramer Photography. 2012.','Chinsegut Manor House gro
 unds. Brooksville, Fl','','publish','open','open','','chinsegut-manor-house-grounds-brooksville-fl','','','2014-04-19 18:09:15','2014-04-19 18:09:15','',0,'http://2014.misc.wordcamp.test/tggr-flickr/chinsegut-manor-house-grounds-brooksville-fl/',0,'tggr-flickr','',0),(354,1,'2014-06-21 21:03:22','2014-06-21 21:03:22','[tagregator hashtag=\"#wcsf\"]','Social Media Stream','','inherit','open','open','','12-revision-v1','','','2014-06-21 21:03:22','2014-06-21 21:03:22','',12,'http://2014.misc.wordcamp.test/2014/06/21/12-revision-v1/',0,'revision','',0);
</ins><span class="cx" style="display: block; padding: 0 10px"> /*!40000 ALTER TABLE `wc_11_posts` ENABLE KEYS */;
</span><span class="cx" style="display: block; padding: 0 10px"> UNLOCK TABLES;
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -454,7 +451,7 @@
</span><span class="cx" style="display: block; padding: 0 10px">   `autoload` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'yes',
</span><span class="cx" style="display: block; padding: 0 10px">   PRIMARY KEY (`option_id`),
</span><span class="cx" style="display: block; padding: 0 10px">   UNIQUE KEY `option_name` (`option_name`)
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-) ENGINE=InnoDB AUTO_INCREMENT=15458 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+) ENGINE=InnoDB AUTO_INCREMENT=15500 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
</ins><span class="cx" style="display: block; padding: 0 10px"> /*!40101 SET character_set_client = @saved_cs_client */;
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><span class="cx" style="display: block; padding: 0 10px"> --
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -463,7 +460,7 @@
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><span class="cx" style="display: block; padding: 0 10px"> LOCK TABLES `wc_2_options` WRITE;
</span><span class="cx" style="display: block; padding: 0 10px"> /*!40000 ALTER TABLE `wc_2_options` DISABLE KEYS */;
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-INSERT INTO `wc_2_options` VALUES (1,'siteurl','http://central.wordcamp.test','yes'),(2,'blogname','WordCamp Central','yes'),(3,'blogdescription','Just another WordCamp.dev site','yes'),(4,'users_can_register','0','yes'),(5,'admin_email','ian.dunn@automattic.com','yes'),(6,'start_of_week','1','yes'),(7,'use_balanceTags','0','yes'),(8,'use_smilies','1','yes'),(9,'require_name_email','1','yes'),(10,'comments_notify','1','yes'),(11,'posts_per_rss','10','yes'),(12,'rss_use_excerpt','0','yes'),(13,'mailserver_url','mail.example.com','yes'),(14,'mailserver_login','login@example.com','yes'),(15,'mailserver_pass','password','yes'),(16,'mailserver_port','110','yes'),(17,'default_category','1','yes'),(18,'default_comment_status','open','yes'),(19,'default_ping_status','open','yes'),(20,'default_pingback_flag','1','yes'),(21,'posts_per_page','10','yes'),(22,'date_format','F j, Y','yes'),(23,'time_f
 ormat','g:i a','yes'),(24,'links_updated_date_format','F j, Y g:i a','yes'),(28,'comment_moderation','0','yes'),(29,'moderation_notify','1','yes'),(30,'permalink_structure','/news/%year%/%monthnum%/%day%/%postname%/','yes'),(32,'hack_file','0','yes'),(33,'blog_charset','UTF-8','yes'),(34,'moderation_keys','','no'),(35,'active_plugins','a:6:{i:0;s:34:\"multi-event-sponsors/bootstrap.php\";i:1;s:20:\"wcpt/wcpt-loader.php\";i:2;s:26:\"wordcamp-api/bootstrap.php\";i:3;s:31:\"wordcamp-docs/wordcamp-docs.php\";i:4;s:42:\"wordcamp-organizer-reminders/bootstrap.php\";i:5;s:29:\"wordcamp-qbo/wordcamp-qbo.php\";}','yes'),(36,'home','http://central.wordcamp.test','yes'),(37,'category_base','','yes'),(38,'ping_sites','http://rpc.pingomatic.com/','yes'),(40,'comment_max_links','2','yes'),(41,'gmt_offset','0','yes'),(42,'default_email_category','1','yes'),(43,'recently_edited','','no'),(44,'template','twentyten','yes'),(45,'stylesheet','
 wordcamp-central-2012','yes'),(46,'comment_whitelist','1','yes'),(47,'blacklist_keys','','no'),(48,'comment_registration','0','yes'),(49,'html_type','text/html','yes'),(50,'use_trackback','0','yes'),(51,'default_role','subscriber','yes'),(52,'db_version','36686','yes'),(53,'uploads_use_yearmonth_folders','1','yes'),(54,'upload_path','','yes'),(55,'blog_public','1','yes'),(56,'default_link_category','2','yes'),(57,'show_on_front','page','yes'),(58,'tag_base','','yes'),(59,'show_avatars','1','yes'),(60,'avatar_rating','G','yes'),(61,'upload_url_path','','yes'),(62,'thumbnail_size_w','150','yes'),(63,'thumbnail_size_h','150','yes'),(64,'thumbnail_crop','1','yes'),(65,'medium_size_w','300','yes'),(66,'medium_size_h','300','yes'),(67,'avatar_default','mystery','yes'),(68,'large_size_w','1024','yes'),(69,'large_size_h','1024','yes'),(70,'image_default_link_type','file','yes'),(71,'image_default_size','','yes'),(72,'image_default_align','','yes'),(73,'close_comments_for_old_posts','0','yes
 '),(74,'close_comments_days_old','14','yes'),(75,'thread_comments','1','yes'),(76,'thread_comments_depth','5','yes'),(77,'page_comments','0','yes'),(78,'comments_per_page','50','yes'),(79,'default_comments_page','newest','yes'),(80,'comment_order','asc','yes'),(81,'sticky_posts','a:0:{}','yes'),(82,'widget_categories','a:2:{i:3;a:4:{s:5:\"title\";s:10:\"Categories\";s:5:\"count\";i:0;s:12:\"hierarchical\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}','yes'),(83,'widget_text','a:0:{}','yes'),(84,'widget_rss','a:0:{}','yes'),(85,'uninstall_plugins','a:0:{}','no'),(86,'timezone_string','','yes'),(87,'page_for_posts','3791','yes'),(88,'page_on_front','3798','yes'),(89,'default_post_format','0','yes'),(90,'link_manager_enabled','0','yes'),(91,'wc_2_user_roles','a:10:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:61:{s:13:\"switch_them
 es\";b:1;s:11:\"edit_themes\";b:1;s:16:\"activate_plugins\";b:1;s:12:\"edit_plugins\";b:1;s:10:\"edit_users\";b:1;s:10:\"edit_files\";b:1;s:14:\"manage_options\";b:1;s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:6:\"import\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:8:\"level_10\";b:1;s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";
 b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:12:\"delete_users\";b:1;s:12:\"create_users\";b:1;s:17:\"unfiltered_upload\";b:1;s:14:\"edit_dashboard\";b:1;s:14:\"update_plugins\";b:1;s:14:\"delete_plugins\";b:1;s:15:\"install_plugins\";b:1;s:13:\"update_themes\";b:1;s:14:\"install_themes\";b:1;s:11:\"update_core\
 ";b:1;s:10:\"list_users\";b:1;s:12:\"remove_users\";b:1;s:13:\"promote_users\";b:1;s:18:\"edit_theme_options\";b:1;s:13:\"delete_themes\";b:1;s:6:\"export\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:34:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:1
 7:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:10:{s:12:\"upload_files\";b:1;s:10:\"edit_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level
 _0\";b:1;s:12:\"delete_posts\";b:1;s:22:\"delete_published_posts\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:5:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}s:13:\"bbp_keymaster\";a:2:{s:4:\"name\";s:9:\"Keymaster\";s:12:\"capabilities\";a:0:{}}s:13:\"bbp_spectator\";a:2:{s:4:\"name\";s:9:\"Spectator\";s:12:\"capabilities\";a:0:{}}s:11:\"bbp_blocked\";a:2:{s:4:\"name\";s:7:\"Blocked\";s:12:\"capabilities\";a:0:{}}s:13:\"bbp_moderator\";a:2:{s:4:\"
 name\";s:9:\"Moderator\";s:12:\"capabilities\";a:0:{}}s:15:\"bbp_participant\";a:2:{s:4:\"name\";s:11:\"Participant\";s:12:\"capabilities\";a:0:{}}}','yes'),(92,'widget_search','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(93,'widget_recent-posts','a:3:{i:3;a:3:{s:5:\"title\";s:12:\"Recent Posts\";s:6:\"number\";i:5;s:9:\"show_date\";b:0;}i:4;a:3:{s:5:\"title\";s:12:\"Recent Posts\";s:6:\"number\";i:5;s:9:\"show_date\";b:0;}s:12:\"_multiwidget\";i:1;}','yes'),(94,'widget_recent-comments','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(95,'widget_archives','a:2:{i:3;a:3:{s:5:\"title\";s:8:\"Archives\";s:5:\"count\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}','yes'),(96,'widget_meta','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(97,'sidebars_widgets','a:
 8:{s:19:\"wp_inactive_widgets\";a:0:{}s:19:\"primary-widget-area\";a:1:{i:0;s:14:\"recent-posts-3\";}s:24:\"first-footer-widget-area\";a:0:{}s:25:\"second-footer-widget-area\";a:0:{}s:24:\"third-footer-widget-area\";a:0:{}s:17:\"pages-widget-area\";a:1:{i:0;s:10:\"nav_menu-2\";}s:16:\"blog-widget-area\";a:3:{i:0;s:14:\"recent-posts-4\";i:1;s:12:\"categories-3\";i:2;s:10:\"archives-3\";}s:13:\"array_version\";i:3;}','yes'),(99,'WPLANG','','yes'),(100,'cron','a:19:{i:1465239131;a:1:{s:14:\"lsf_10_seconds\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"10-seconds\";s:4:\"args\";a:0:{}s:8:\"interval\";i:10;}}}i:1465239132;a:1:{s:23:\"wordcamp_dev_10_seconds\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"10
 -seconds\";s:4:\"args\";a:0:{}s:8:\"interval\";i:10;}}}i:1465239141;a:2:{s:14:\"lsf_30_seconds\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"30-seconds\";s:4:\"args\";a:0:{}s:8:\"interval\";i:30;}}s:14:\"lsf_60_seconds\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"60-seconds\";s:4:\"args\";a:0:{}s:8:\"interval\";i:60;}}}i:1465239142;a:2:{s:23:\"wordcamp_dev_30_seconds\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"30-seconds\";s:4:\"args\";a:0:{}s:8:\"interval\";i:30;}}s:23:\"wordcamp_dev_45_seconds\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"45-seconds\";s:4:\"args\";a:0:{}s:8:\"interval\";i:45;
 }}}i:1465239156;a:1:{s:14:\"lsf_45_seconds\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"45-seconds\";s:4:\"args\";a:0:{}s:8:\"interval\";i:45;}}}i:1465239172;a:1:{s:23:\"wordcamp_dev_60_seconds\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"60-seconds\";s:4:\"args\";a:0:{}s:8:\"interval\";i:60;}}}i:1465239648;a:1:{s:31:\"tix_scheduled_every_ten_minutes\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:7:\"10-mins\";s:4:\"args\";a:0:{}s:8:\"interval\";i:600;}}}i:1465240424;a:1:{s:24:\"grunion_scheduled_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1465241478;a:1:{s:32:\
 "wcpt_close_wordcamps_after_event\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1465241702;a:1:{s:20:\"jetpack_clean_nonces\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1465242100;a:1:{s:30:\"tix_dashboard_scheduled_hourly\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1465242364;a:1:{s:23:\"wccentral_cache_busters\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1465242597;a:1:{s:27:\"wordcamp_payme
 nts_aggregate\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1465242960;a:1:{s:20:\"wp_maybe_auto_update\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1465255486;a:5:{s:16:\"wp_version_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:17:\"wp_update_plugins\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:16:\"wp_update_themes\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\&quot
 ;;a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:21:\"update_network_counts\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:19:\"wp_scheduled_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1465257097;a:1:{s:22:\"wcor_send_timed_emails\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1465257174;a:1:{s:30:\"wp_scheduled_auto_draft_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s
 :4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1465278648;a:1:{s:19:\"tix_scheduled_daily\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}s:7:\"version\";i:2;}','yes'),(113,'jetpack_options','a:4:{s:7:\"version\";s:16:\"2.9.3:1397848105\";s:11:\"old_version\";s:16:\"2.9.1:1395445300\";s:28:\"fallback_no_verify_ssl_certs\";i:0;s:9:\"time_diff\";i:0;}','yes'),(114,'tggr_settings','a:4:{s:10:\"db_version\";s:3:\"0.4\";s:17:\"TGGRSourceTwitter\";a:4:{s:12:\"consumer_key\";s:0:\"\";s:15:\"consumer_secret\";s:0:\"\";s:13:\"_bearer_token\";s:0:\"\";s:16:\"_newest_tweet_id\";i:0;}s:19:\"TGGRSourceInstagram\";a:2:{s:9:\"client_id\";s:0:\"
 \";s:16:\"_newest_media_id\";i:0;}s:16:\"TGGRSourceFlickr\";a:2:{s:7:\"api_key\";s:0:\"\";s:18:\"_newest_media_date\";i:0;}}','yes'),(115,'jetpack_activated','4','yes'),(121,'allowedthemes','a:2:{s:20:\"wordcamp-central-dev\";b:1;s:21:\"wordcamp-central-2012\";b:1;}','yes'),(123,'current_theme','WordCamp Central October 2012','yes'),(124,'theme_mods_wordcamp-central-2012','a:2:{i:0;b:0;s:18:\"nav_menu_locations\";a:1:{s:7:\"primary\";i:8;}}','yes'),(125,'theme_switched','','yes'),(128,'recently_activated','a:0:{}','yes'),(131,'_bbp_private_forums','a:0:{}','yes'),(132,'_bbp_hidden_forums','a:0:{}','yes'),(133,'_bbp_db_version','250','yes'),(163,'wcorg_wordcamps_ical','a:2:{s:8:\"contents\";s:219:\"BEGIN:VCALENDAR\r\nVERSION:2.0\r\nPRODID:-//hacksw/handcal//NONSGML v1.0//EN\r\nBEGIN:VEVENT\r\nUID:6\r\nDTSTAMP:20141205T000000Z\r\nDTSTART;VALUE=DATE:20141205\r\nDTEND;VALUE=DATE
 :20141207\r\nSUMMARY:Content\r\nEND:VEVENT\r\nEND:VCALENDAR\";s:9:\"timestamp\";i:1396027094;}','no'),(175,'db_upgraded','','yes'),(176,'camptix_dashboard_timestamp','1403227230','yes'),(177,'wccentral_photos','a:20:{i:0;a:25:{s:5:\"title\";s:8:\"DSC_0429\";s:3:\"url\";s:65:\"http://www.flickr.com/photos/sf09_puderbach_handball/21127287044/\";s:11:\"description\";s:341:\"                   <p><a href=\"http://www.flickr.com/people/sf09_puderbach_handball/\">sf09puderbachhandball</a> posted a photo:</p>\n  \n<p><a href=\"http://www.flickr.com/photos/sf09_puderbach_handball/21127287044/\" title=\"DSC_0429\"><img src=\"http://farm6.staticflickr.com/5749/21127287044_96f3ef9567_m.jpg\" width=\"240\" height=\"159\" alt=\"DSC_0429\" /></a></p>\n\n\";s:15:\"description_raw\";s:0:\"\";s:5:\&qu
 ot;m_url\";s:63:\"http://farm6.staticflickr.com/5749/21127287044_96f3ef9567_m.jpg\";s:5:\"t_url\";s:63:\"http://farm6.staticflickr.com/5749/21127287044_96f3ef9567_s.jpg\";s:5:\"l_url\";s:61:\"http://farm6.staticflickr.com/5749/21127287044_96f3ef9567.jpg\";s:9:\"photo_xml\";s:0:\"\";s:4:\"date\";s:10:\"1443342289\";s:10:\"date_taken\";s:25:\"2015-09-26T15:19:37-08:00\";s:15:\"date_taken_nice\";s:20:\"September 26th, 2015\";s:4:\"guid\";s:18:\"/photo/21127287044\";s:11:\"author_name\";s:21:\"sf09puderbachhandball\";s:10:\"author_url\";s:53:\"http://www.flickr.com/people/sf09_puderbach_handball/\";s:11:\"author_nsid\";s:13:\"127877235@N04\";s:11:\"author_icon\";s:88:\"http://farm3.staticflickr.com/2941/buddyicons/127877235@N04.jpg?1411207685#127877235@N04\&quo
 t;;s:9:\"photo_url\";s:63:\"http://farm6.staticflickr.com/5749/21127287044_96f3ef9567_b.jpg\";s:9:\"thumb_url\";s:63:\"http://farm6.staticflickr.com/5749/21127287044_96f3ef9567_s.jpg\";s:6:\"height\";s:3:\"678\";s:5:\"width\";s:4:\"1024\";s:7:\"l_width\";s:3:\"500\";s:4:\"tags\";s:13:\"neustadt wcsf\";s:5:\"tagsa\";a:2:{i:0;s:8:\"neustadt\";i:1;s:4:\"wcsf\";}s:10:\"photo_mime\";s:10:\"image/jpeg\";s:9:\"tags_list\";a:2:{i:0;s:8:\"neustadt\";i:1;s:4:\"wcsf\";}}i:1;a:25:{s:5:\"title\";s:8:\"DSC_0495\";s:3:\"url\";s:65:\"http://www.flickr.com/photos/sf09_puderbach_handball/21749032635/\";s:11:\"description\";s:341:\"                   <p><a href=\"http://www.flickr.com/people/sf09_puderbach_handball/\">sf09puderbachhandball</a
 > posted a photo:</p>\n       \n<p><a href=\"http://www.flickr.com/photos/sf09_puderbach_handball/21749032635/\" title=\"DSC_0495\"><img src=\"http://farm6.staticflickr.com/5795/21749032635_d740a8bcde_m.jpg\" width=\"240\" height=\"159\" alt=\"DSC_0495\" /></a></p>\n\n\";s:15:\"description_raw\";s:0:\"\";s:5:\"m_url\";s:63:\"http://farm6.staticflickr.com/5795/21749032635_d740a8bcde_m.jpg\";s:5:\"t_url\";s:63:\"http://farm6.staticflickr.com/5795/21749032635_d740a8bcde_s.jpg\";s:5:\"l_url\";s:61:\"http://farm6.staticflickr.com/5795/21749032635_d740a8bcde.jpg\";s:9:\"photo_xml\";s:0:\"\";s:4:\"date\";s:10:\"1443342313\";s:10:\"date_taken\";s:25:\"2015-09-26T16:05:43-08:00\";s:15:\"date_taken_nice\";s:20:\"September 26th, 2015\";s:4:
 \"guid\";s:18:\"/photo/21749032635\";s:11:\"author_name\";s:21:\"sf09puderbachhandball\";s:10:\"author_url\";s:53:\"http://www.flickr.com/people/sf09_puderbach_handball/\";s:11:\"author_nsid\";s:13:\"127877235@N04\";s:11:\"author_icon\";s:88:\"http://farm3.staticflickr.com/2941/buddyicons/127877235@N04.jpg?1411207685#127877235@N04\";s:9:\"photo_url\";s:63:\"http://farm6.staticflickr.com/5795/21749032635_d740a8bcde_b.jpg\";s:9:\"thumb_url\";s:63:\"http://farm6.staticflickr.com/5795/21749032635_d740a8bcde_s.jpg\";s:6:\"height\";s:3:\"678\";s:5:\"width\";s:4:\"1024\";s:7:\"l_width\";s:3:\"500\";s:4:\"tags\";s:13:\"neustadt wcsf\";s:5:\"tagsa\";a:2:{i:0;s:8:\"neustadt\";i:1;s:4:\"wcsf\";}s:10:\"photo_mime\";s:10:\"image/jpeg\&
 quot;;s:9:\"tags_list\";a:2:{i:0;s:8:\"neustadt\";i:1;s:4:\"wcsf\";}}i:2;a:25:{s:5:\"title\";s:8:\"DSC_0482\";s:3:\"url\";s:65:\"http://www.flickr.com/photos/sf09_puderbach_handball/21737578032/\";s:11:\"description\";s:341:\"                        <p><a href=\"http://www.flickr.com/people/sf09_puderbach_handball/\">sf09puderbachhandball</a> posted a photo:</p>\n  \n<p><a href=\"http://www.flickr.com/photos/sf09_puderbach_handball/21737578032/\" title=\"DSC_0482\"><img src=\"http://farm6.staticflickr.com/5701/21737578032_8797b31832_m.jpg\" width=\"240\" height=\"159\" alt=\"DSC_0482\" /></a></p>\n\n\";s:15:\"description_raw\";s:0:\"\";s:5:\"m_url\";s:63:\"http://farm6.staticflickr.com/5701/21737578032_8797b31832_m.jpg\";s:5:\"t_url\";s:63:\&quo
 t;http://farm6.staticflickr.com/5701/21737578032_8797b31832_s.jpg\";s:5:\"l_url\";s:61:\"http://farm6.staticflickr.com/5701/21737578032_8797b31832.jpg\";s:9:\"photo_xml\";s:0:\"\";s:4:\"date\";s:10:\"1443342309\";s:10:\"date_taken\";s:25:\"2015-09-26T15:59:22-08:00\";s:15:\"date_taken_nice\";s:20:\"September 26th, 2015\";s:4:\"guid\";s:18:\"/photo/21737578032\";s:11:\"author_name\";s:21:\"sf09puderbachhandball\";s:10:\"author_url\";s:53:\"http://www.flickr.com/people/sf09_puderbach_handball/\";s:11:\"author_nsid\";s:13:\"127877235@N04\";s:11:\"author_icon\";s:88:\"http://farm3.staticflickr.com/2941/buddyicons/127877235@N04.jpg?1411207685#127877235@N04\";s:9:\"photo_url\";s:63:\"http://farm6.staticflickr.com/5701/21737578032_8797b31832_b.jpg\";s:9:\"thumb_ur
 l\";s:63:\"http://farm6.staticflickr.com/5701/21737578032_8797b31832_s.jpg\";s:6:\"height\";s:3:\"678\";s:5:\"width\";s:4:\"1024\";s:7:\"l_width\";s:3:\"500\";s:4:\"tags\";s:13:\"neustadt wcsf\";s:5:\"tagsa\";a:2:{i:0;s:8:\"neustadt\";i:1;s:4:\"wcsf\";}s:10:\"photo_mime\";s:10:\"image/jpeg\";s:9:\"tags_list\";a:2:{i:0;s:8:\"neustadt\";i:1;s:4:\"wcsf\";}}i:3;a:25:{s:5:\"title\";s:8:\"DSC_0481\";s:3:\"url\";s:65:\"http://www.flickr.com/photos/sf09_puderbach_handball/21562353199/\";s:11:\"description\";s:340:\"                        <p><a href=\"http://www.flickr.com/people/sf09_puderbach_handball/\">sf09puderbachhandball</a> posted a photo:</p>\n  \n<p><a href=\"http://www.flickr.com/photos/sf09_puderbach_handball/21562353199/\&quot
 ; title=\"DSC_0481\"><img src=\"http://farm1.staticflickr.com/652/21562353199_4a79178de8_m.jpg\" width=\"240\" height=\"159\" alt=\"DSC_0481\" /></a></p>\n\n\";s:15:\"description_raw\";s:0:\"\";s:5:\"m_url\";s:62:\"http://farm1.staticflickr.com/652/21562353199_4a79178de8_m.jpg\";s:5:\"t_url\";s:62:\"http://farm1.staticflickr.com/652/21562353199_4a79178de8_s.jpg\";s:5:\"l_url\";s:60:\"http://farm1.staticflickr.com/652/21562353199_4a79178de8.jpg\";s:9:\"photo_xml\";s:0:\"\";s:4:\"date\";s:10:\"1443342309\";s:10:\"date_taken\";s:25:\"2015-09-26T15:59:21-08:00\";s:15:\"date_taken_nice\";s:20:\"September 26th, 2015\";s:4:\"guid\";s:18:\"/photo/21562353199\";s:11:\"author_name\";s:21:\"sf09puderbachhandball\";s:10:\&q
 uot;author_url\";s:53:\"http://www.flickr.com/people/sf09_puderbach_handball/\";s:11:\"author_nsid\";s:13:\"127877235@N04\";s:11:\"author_icon\";s:88:\"http://farm3.staticflickr.com/2941/buddyicons/127877235@N04.jpg?1411207685#127877235@N04\";s:9:\"photo_url\";s:62:\"http://farm1.staticflickr.com/652/21562353199_4a79178de8_b.jpg\";s:9:\"thumb_url\";s:62:\"http://farm1.staticflickr.com/652/21562353199_4a79178de8_s.jpg\";s:6:\"height\";s:3:\"678\";s:5:\"width\";s:4:\"1024\";s:7:\"l_width\";s:3:\"500\";s:4:\"tags\";s:13:\"neustadt wcsf\";s:5:\"tagsa\";a:2:{i:0;s:8:\"neustadt\";i:1;s:4:\"wcsf\";}s:10:\"photo_mime\";s:10:\"image/jpeg\";s:9:\"tags_list\";a:2:{i:0;s:8:\"neustadt\";i:1;s:4:\"wcsf\";}}i:4;a:25:{s:5:\"title\";s:8:\&
 quot;DSC_0411\";s:3:\"url\";s:65:\"http://www.flickr.com/photos/sf09_puderbach_handball/21759569031/\";s:11:\"description\";s:340:\"                   <p><a href=\"http://www.flickr.com/people/sf09_puderbach_handball/\">sf09puderbachhandball</a> posted a photo:</p>\n  \n<p><a href=\"http://www.flickr.com/photos/sf09_puderbach_handball/21759569031/\" title=\"DSC_0411\"><img src=\"http://farm1.staticflickr.com/677/21759569031_9f734e9ea0_m.jpg\" width=\"240\" height=\"159\" alt=\"DSC_0411\" /></a></p>\n\n\";s:15:\"description_raw\";s:0:\"\";s:5:\"m_url\";s:62:\"http://farm1.staticflickr.com/677/21759569031_9f734e9ea0_m.jpg\";s:5:\"t_url\";s:62:\"http://farm1.staticflickr.com/677/21759569031_9f734e9ea0_s.jpg\";s:5:\"l_url\";s:60:\"http://farm1.staticflickr.com/677
 /21759569031_9f734e9ea0.jpg\";s:9:\"photo_xml\";s:0:\"\";s:4:\"date\";s:10:\"1443342284\";s:10:\"date_taken\";s:25:\"2015-09-26T15:11:13-08:00\";s:15:\"date_taken_nice\";s:20:\"September 26th, 2015\";s:4:\"guid\";s:18:\"/photo/21759569031\";s:11:\"author_name\";s:21:\"sf09puderbachhandball\";s:10:\"author_url\";s:53:\"http://www.flickr.com/people/sf09_puderbach_handball/\";s:11:\"author_nsid\";s:13:\"127877235@N04\";s:11:\"author_icon\";s:88:\"http://farm3.staticflickr.com/2941/buddyicons/127877235@N04.jpg?1411207685#127877235@N04\";s:9:\"photo_url\";s:62:\"http://farm1.staticflickr.com/677/21759569031_9f734e9ea0_b.jpg\";s:9:\"thumb_url\";s:62:\"http://farm1.staticflickr.com/677/21759569031_9f734e9ea0_s.jpg\";s:6:\"height\";s:3:\"678\";s:5:\&
 quot;width\";s:4:\"1024\";s:7:\"l_width\";s:3:\"500\";s:4:\"tags\";s:13:\"neustadt wcsf\";s:5:\"tagsa\";a:2:{i:0;s:8:\"neustadt\";i:1;s:4:\"wcsf\";}s:10:\"photo_mime\";s:10:\"image/jpeg\";s:9:\"tags_list\";a:2:{i:0;s:8:\"neustadt\";i:1;s:4:\"wcsf\";}}i:5;a:25:{s:5:\"title\";s:8:\"DSC_0494\";s:3:\"url\";s:65:\"http://www.flickr.com/photos/sf09_puderbach_handball/21562194799/\";s:11:\"description\";s:340:\"                 <p><a href=\"http://www.flickr.com/people/sf09_puderbach_handball/\">sf09puderbachhandball</a> posted a photo:</p>\n  \n<p><a href=\"http://www.flickr.com/photos/sf09_puderbach_handball/21562194799/\" title=\"DSC_0494\"><img src=\"http://farm1.staticflickr.com/727/21562194799_04a51b717d_m.jpg\" width=\"240\&quot
 ; height=\"159\" alt=\"DSC_0494\" /></a></p>\n\n\";s:15:\"description_raw\";s:0:\"\";s:5:\"m_url\";s:62:\"http://farm1.staticflickr.com/727/21562194799_04a51b717d_m.jpg\";s:5:\"t_url\";s:62:\"http://farm1.staticflickr.com/727/21562194799_04a51b717d_s.jpg\";s:5:\"l_url\";s:60:\"http://farm1.staticflickr.com/727/21562194799_04a51b717d.jpg\";s:9:\"photo_xml\";s:0:\"\";s:4:\"date\";s:10:\"1443342313\";s:10:\"date_taken\";s:25:\"2015-09-26T16:05:42-08:00\";s:15:\"date_taken_nice\";s:20:\"September 26th, 2015\";s:4:\"guid\";s:18:\"/photo/21562194799\";s:11:\"author_name\";s:21:\"sf09puderbachhandball\";s:10:\"author_url\";s:53:\"http://www.flickr.com/people/sf09_puderbach_handball/\";s:11:\"author_nsid\";s:13:\"1278772
 35@N04\";s:11:\"author_icon\";s:88:\"http://farm3.staticflickr.com/2941/buddyicons/127877235@N04.jpg?1411207685#127877235@N04\";s:9:\"photo_url\";s:62:\"http://farm1.staticflickr.com/727/21562194799_04a51b717d_b.jpg\";s:9:\"thumb_url\";s:62:\"http://farm1.staticflickr.com/727/21562194799_04a51b717d_s.jpg\";s:6:\"height\";s:3:\"678\";s:5:\"width\";s:4:\"1024\";s:7:\"l_width\";s:3:\"500\";s:4:\"tags\";s:13:\"neustadt wcsf\";s:5:\"tagsa\";a:2:{i:0;s:8:\"neustadt\";i:1;s:4:\"wcsf\";}s:10:\"photo_mime\";s:10:\"image/jpeg\";s:9:\"tags_list\";a:2:{i:0;s:8:\"neustadt\";i:1;s:4:\"wcsf\";}}i:6;a:25:{s:5:\"title\";s:8:\"DSC_0437\";s:3:\"url\";s:65:\"http://www.flickr.com/photos/sf09_puderbach_handball/21563025369/\";s:11:\"descr
 iption\";s:340:\"                    <p><a href=\"http://www.flickr.com/people/sf09_puderbach_handball/\">sf09puderbachhandball</a> posted a photo:</p>\n  \n<p><a href=\"http://www.flickr.com/photos/sf09_puderbach_handball/21563025369/\" title=\"DSC_0437\"><img src=\"http://farm1.staticflickr.com/746/21563025369_836eb15b75_m.jpg\" width=\"240\" height=\"159\" alt=\"DSC_0437\" /></a></p>\n\n\";s:15:\"description_raw\";s:0:\"\";s:5:\"m_url\";s:62:\"http://farm1.staticflickr.com/746/21563025369_836eb15b75_m.jpg\";s:5:\"t_url\";s:62:\"http://farm1.staticflickr.com/746/21563025369_836eb15b75_s.jpg\";s:5:\"l_url\";s:60:\"http://farm1.staticflickr.com/746/21563025369_836eb15b75.jpg\";s:9:\"photo_xml\";s:0:\"\";s:4:\"date\";s:10:\"1443342291\";s:10:\&quo
 t;date_taken\";s:25:\"2015-09-26T15:22:38-08:00\";s:15:\"date_taken_nice\";s:20:\"September 26th, 2015\";s:4:\"guid\";s:18:\"/photo/21563025369\";s:11:\"author_name\";s:21:\"sf09puderbachhandball\";s:10:\"author_url\";s:53:\"http://www.flickr.com/people/sf09_puderbach_handball/\";s:11:\"author_nsid\";s:13:\"127877235@N04\";s:11:\"author_icon\";s:88:\"http://farm3.staticflickr.com/2941/buddyicons/127877235@N04.jpg?1411207685#127877235@N04\";s:9:\"photo_url\";s:62:\"http://farm1.staticflickr.com/746/21563025369_836eb15b75_b.jpg\";s:9:\"thumb_url\";s:62:\"http://farm1.staticflickr.com/746/21563025369_836eb15b75_s.jpg\";s:6:\"height\";s:3:\"678\";s:5:\"width\";s:4:\"1024\";s:7:\"l_width\";s:3:\"500\";s:4:\"tags\";s:13:\"neustadt wcsf\";
 s:5:\"tagsa\";a:2:{i:0;s:8:\"neustadt\";i:1;s:4:\"wcsf\";}s:10:\"photo_mime\";s:10:\"image/jpeg\";s:9:\"tags_list\";a:2:{i:0;s:8:\"neustadt\";i:1;s:4:\"wcsf\";}}i:7;a:25:{s:5:\"title\";s:8:\"DSC_0431\";s:3:\"url\";s:65:\"http://www.flickr.com/photos/sf09_puderbach_handball/21563120939/\";s:11:\"description\";s:341:\"                  <p><a href=\"http://www.flickr.com/people/sf09_puderbach_handball/\">sf09puderbachhandball</a> posted a photo:</p>\n  \n<p><a href=\"http://www.flickr.com/photos/sf09_puderbach_handball/21563120939/\" title=\"DSC_0431\"><img src=\"http://farm6.staticflickr.com/5785/21563120939_0c6dae84b8_m.jpg\" width=\"240\" height=\"159\" alt=\"DSC_0431\" /></a></p>\n\n\";s:15:\"description_raw\";s:0:\"\"
 ;s:5:\"m_url\";s:63:\"http://farm6.staticflickr.com/5785/21563120939_0c6dae84b8_m.jpg\";s:5:\"t_url\";s:63:\"http://farm6.staticflickr.com/5785/21563120939_0c6dae84b8_s.jpg\";s:5:\"l_url\";s:61:\"http://farm6.staticflickr.com/5785/21563120939_0c6dae84b8.jpg\";s:9:\"photo_xml\";s:0:\"\";s:4:\"date\";s:10:\"1443342289\";s:10:\"date_taken\";s:25:\"2015-09-26T15:19:37-08:00\";s:15:\"date_taken_nice\";s:20:\"September 26th, 2015\";s:4:\"guid\";s:18:\"/photo/21563120939\";s:11:\"author_name\";s:21:\"sf09puderbachhandball\";s:10:\"author_url\";s:53:\"http://www.flickr.com/people/sf09_puderbach_handball/\";s:11:\"author_nsid\";s:13:\"127877235@N04\";s:11:\"author_icon\";s:88:\"http://farm3.staticflickr.com/2941/buddyicons/127877235@N04.jpg?1411207685#127877235
 @N04\";s:9:\"photo_url\";s:63:\"http://farm6.staticflickr.com/5785/21563120939_0c6dae84b8_b.jpg\";s:9:\"thumb_url\";s:63:\"http://farm6.staticflickr.com/5785/21563120939_0c6dae84b8_s.jpg\";s:6:\"height\";s:3:\"678\";s:5:\"width\";s:4:\"1024\";s:7:\"l_width\";s:3:\"500\";s:4:\"tags\";s:13:\"neustadt wcsf\";s:5:\"tagsa\";a:2:{i:0;s:8:\"neustadt\";i:1;s:4:\"wcsf\";}s:10:\"photo_mime\";s:10:\"image/jpeg\";s:9:\"tags_list\";a:2:{i:0;s:8:\"neustadt\";i:1;s:4:\"wcsf\";}}i:8;a:25:{s:5:\"title\";s:8:\"DSC_0413\";s:3:\"url\";s:65:\"http://www.flickr.com/photos/sf09_puderbach_handball/21563303549/\";s:11:\"description\";s:340:\"                  <p><a href=\"http://www.flickr.com/people/sf09_puderbach_handball/\">sf09puderbachhandb
 all</a> posted a photo:</p>\n      \n<p><a href=\"http://www.flickr.com/photos/sf09_puderbach_handball/21563303549/\" title=\"DSC_0413\"><img src=\"http://farm1.staticflickr.com/568/21563303549_38ae4ecd64_m.jpg\" width=\"240\" height=\"159\" alt=\"DSC_0413\" /></a></p>\n\n\";s:15:\"description_raw\";s:0:\"\";s:5:\"m_url\";s:62:\"http://farm1.staticflickr.com/568/21563303549_38ae4ecd64_m.jpg\";s:5:\"t_url\";s:62:\"http://farm1.staticflickr.com/568/21563303549_38ae4ecd64_s.jpg\";s:5:\"l_url\";s:60:\"http://farm1.staticflickr.com/568/21563303549_38ae4ecd64.jpg\";s:9:\"photo_xml\";s:0:\"\";s:4:\"date\";s:10:\"1443342285\";s:10:\"date_taken\";s:25:\"2015-09-26T15:11:42-08:00\";s:15:\"date_taken_nice\";s:20:\"September 26th, 2015\"
 ;s:4:\"guid\";s:18:\"/photo/21563303549\";s:11:\"author_name\";s:21:\"sf09puderbachhandball\";s:10:\"author_url\";s:53:\"http://www.flickr.com/people/sf09_puderbach_handball/\";s:11:\"author_nsid\";s:13:\"127877235@N04\";s:11:\"author_icon\";s:88:\"http://farm3.staticflickr.com/2941/buddyicons/127877235@N04.jpg?1411207685#127877235@N04\";s:9:\"photo_url\";s:62:\"http://farm1.staticflickr.com/568/21563303549_38ae4ecd64_b.jpg\";s:9:\"thumb_url\";s:62:\"http://farm1.staticflickr.com/568/21563303549_38ae4ecd64_s.jpg\";s:6:\"height\";s:3:\"678\";s:5:\"width\";s:4:\"1024\";s:7:\"l_width\";s:3:\"500\";s:4:\"tags\";s:13:\"neustadt wcsf\";s:5:\"tagsa\";a:2:{i:0;s:8:\"neustadt\";i:1;s:4:\"wcsf\";}s:10:\"photo_mime\";s:10:\"image/jpe
 g\";s:9:\"tags_list\";a:2:{i:0;s:8:\"neustadt\";i:1;s:4:\"wcsf\";}}i:9;a:25:{s:5:\"title\";s:8:\"DSC_0439\";s:3:\"url\";s:65:\"http://www.flickr.com/photos/sf09_puderbach_handball/21723753656/\";s:11:\"description\";s:341:\"                     <p><a href=\"http://www.flickr.com/people/sf09_puderbach_handball/\">sf09puderbachhandball</a> posted a photo:</p>\n  \n<p><a href=\"http://www.flickr.com/photos/sf09_puderbach_handball/21723753656/\" title=\"DSC_0439\"><img src=\"http://farm6.staticflickr.com/5725/21723753656_1c071ea45d_m.jpg\" width=\"240\" height=\"159\" alt=\"DSC_0439\" /></a></p>\n\n\";s:15:\"description_raw\";s:0:\"\";s:5:\"m_url\";s:63:\"http://farm6.staticflickr.com/5725/21723753656_1c071ea45d_m.jpg\";s:5:\"t_url\";s:63:\&
 quot;http://farm6.staticflickr.com/5725/21723753656_1c071ea45d_s.jpg\";s:5:\"l_url\";s:61:\"http://farm6.staticflickr.com/5725/21723753656_1c071ea45d.jpg\";s:9:\"photo_xml\";s:0:\"\";s:4:\"date\";s:10:\"1443342292\";s:10:\"date_taken\";s:25:\"2015-09-26T15:22:39-08:00\";s:15:\"date_taken_nice\";s:20:\"September 26th, 2015\";s:4:\"guid\";s:18:\"/photo/21723753656\";s:11:\"author_name\";s:21:\"sf09puderbachhandball\";s:10:\"author_url\";s:53:\"http://www.flickr.com/people/sf09_puderbach_handball/\";s:11:\"author_nsid\";s:13:\"127877235@N04\";s:11:\"author_icon\";s:88:\"http://farm3.staticflickr.com/2941/buddyicons/127877235@N04.jpg?1411207685#127877235@N04\";s:9:\"photo_url\";s:63:\"http://farm6.staticflickr.com/5725/21723753656_1c071ea45d_b.jpg\";s:9:\"thumb
 _url\";s:63:\"http://farm6.staticflickr.com/5725/21723753656_1c071ea45d_s.jpg\";s:6:\"height\";s:3:\"678\";s:5:\"width\";s:4:\"1024\";s:7:\"l_width\";s:3:\"500\";s:4:\"tags\";s:13:\"neustadt wcsf\";s:5:\"tagsa\";a:2:{i:0;s:8:\"neustadt\";i:1;s:4:\"wcsf\";}s:10:\"photo_mime\";s:10:\"image/jpeg\";s:9:\"tags_list\";a:2:{i:0;s:8:\"neustadt\";i:1;s:4:\"wcsf\";}}i:10;a:25:{s:5:\"title\";s:8:\"DSC_0447\";s:3:\"url\";s:65:\"http://www.flickr.com/photos/sf09_puderbach_handball/21128713533/\";s:11:\"description\";s:340:\"                    <p><a href=\"http://www.flickr.com/people/sf09_puderbach_handball/\">sf09puderbachhandball</a> posted a photo:</p>\n  \n<p><a href=\"http://www.flickr.com/photos/sf09_puderbach_handball/21128713533/\&
 quot; title=\"DSC_0447\"><img src=\"http://farm1.staticflickr.com/707/21128713533_b6398fbc77_m.jpg\" width=\"240\" height=\"159\" alt=\"DSC_0447\" /></a></p>\n\n\";s:15:\"description_raw\";s:0:\"\";s:5:\"m_url\";s:62:\"http://farm1.staticflickr.com/707/21128713533_b6398fbc77_m.jpg\";s:5:\"t_url\";s:62:\"http://farm1.staticflickr.com/707/21128713533_b6398fbc77_s.jpg\";s:5:\"l_url\";s:60:\"http://farm1.staticflickr.com/707/21128713533_b6398fbc77.jpg\";s:9:\"photo_xml\";s:0:\"\";s:4:\"date\";s:10:\"1443342295\";s:10:\"date_taken\";s:25:\"2015-09-26T15:24:35-08:00\";s:15:\"date_taken_nice\";s:20:\"September 26th, 2015\";s:4:\"guid\";s:18:\"/photo/21128713533\";s:11:\"author_name\";s:21:\"sf09puderbachhandball\";s:10
 :\"author_url\";s:53:\"http://www.flickr.com/people/sf09_puderbach_handball/\";s:11:\"author_nsid\";s:13:\"127877235@N04\";s:11:\"author_icon\";s:88:\"http://farm3.staticflickr.com/2941/buddyicons/127877235@N04.jpg?1411207685#127877235@N04\";s:9:\"photo_url\";s:62:\"http://farm1.staticflickr.com/707/21128713533_b6398fbc77_b.jpg\";s:9:\"thumb_url\";s:62:\"http://farm1.staticflickr.com/707/21128713533_b6398fbc77_s.jpg\";s:6:\"height\";s:3:\"678\";s:5:\"width\";s:4:\"1024\";s:7:\"l_width\";s:3:\"500\";s:4:\"tags\";s:13:\"neustadt wcsf\";s:5:\"tagsa\";a:2:{i:0;s:8:\"neustadt\";i:1;s:4:\"wcsf\";}s:10:\"photo_mime\";s:10:\"image/jpeg\";s:9:\"tags_list\";a:2:{i:0;s:8:\"neustadt\";i:1;s:4:\"wcsf\";}}i:11;a:25:{s:5:\"title\";s
 :8:\"DSC_0436\";s:3:\"url\";s:65:\"http://www.flickr.com/photos/sf09_puderbach_handball/21561916160/\";s:11:\"description\";s:340:\"                      <p><a href=\"http://www.flickr.com/people/sf09_puderbach_handball/\">sf09puderbachhandball</a> posted a photo:</p>\n  \n<p><a href=\"http://www.flickr.com/photos/sf09_puderbach_handball/21561916160/\" title=\"DSC_0436\"><img src=\"http://farm1.staticflickr.com/768/21561916160_536b2c5301_m.jpg\" width=\"240\" height=\"159\" alt=\"DSC_0436\" /></a></p>\n\n\";s:15:\"description_raw\";s:0:\"\";s:5:\"m_url\";s:62:\"http://farm1.staticflickr.com/768/21561916160_536b2c5301_m.jpg\";s:5:\"t_url\";s:62:\"http://farm1.staticflickr.com/768/21561916160_536b2c5301_s.jpg\";s:5:\"l_url\";s:60:\"http://farm1.staticflickr.co
 m/768/21561916160_536b2c5301.jpg\";s:9:\"photo_xml\";s:0:\"\";s:4:\"date\";s:10:\"1443342291\";s:10:\"date_taken\";s:25:\"2015-09-26T15:22:20-08:00\";s:15:\"date_taken_nice\";s:20:\"September 26th, 2015\";s:4:\"guid\";s:18:\"/photo/21561916160\";s:11:\"author_name\";s:21:\"sf09puderbachhandball\";s:10:\"author_url\";s:53:\"http://www.flickr.com/people/sf09_puderbach_handball/\";s:11:\"author_nsid\";s:13:\"127877235@N04\";s:11:\"author_icon\";s:88:\"http://farm3.staticflickr.com/2941/buddyicons/127877235@N04.jpg?1411207685#127877235@N04\";s:9:\"photo_url\";s:62:\"http://farm1.staticflickr.com/768/21561916160_536b2c5301_b.jpg\";s:9:\"thumb_url\";s:62:\"http://farm1.staticflickr.com/768/21561916160_536b2c5301_s.jpg\";s:6:\"height\";s:3:\"678\";s
 :5:\"width\";s:4:\"1024\";s:7:\"l_width\";s:3:\"500\";s:4:\"tags\";s:13:\"neustadt wcsf\";s:5:\"tagsa\";a:2:{i:0;s:8:\"neustadt\";i:1;s:4:\"wcsf\";}s:10:\"photo_mime\";s:10:\"image/jpeg\";s:9:\"tags_list\";a:2:{i:0;s:8:\"neustadt\";i:1;s:4:\"wcsf\";}}i:12;a:25:{s:5:\"title\";s:8:\"DSC_0442\";s:3:\"url\";s:65:\"http://www.flickr.com/photos/sf09_puderbach_handball/21738208352/\";s:11:\"description\";s:341:\"                   <p><a href=\"http://www.flickr.com/people/sf09_puderbach_handball/\">sf09puderbachhandball</a> posted a photo:</p>\n  \n<p><a href=\"http://www.flickr.com/photos/sf09_puderbach_handball/21738208352/\" title=\"DSC_0442\"><img src=\"http://farm6.staticflickr.com/5742/21738208352_ecc71a3d3b_m.jpg\" width=\"24
 0\" height=\"159\" alt=\"DSC_0442\" /></a></p>\n\n\";s:15:\"description_raw\";s:0:\"\";s:5:\"m_url\";s:63:\"http://farm6.staticflickr.com/5742/21738208352_ecc71a3d3b_m.jpg\";s:5:\"t_url\";s:63:\"http://farm6.staticflickr.com/5742/21738208352_ecc71a3d3b_s.jpg\";s:5:\"l_url\";s:61:\"http://farm6.staticflickr.com/5742/21738208352_ecc71a3d3b.jpg\";s:9:\"photo_xml\";s:0:\"\";s:4:\"date\";s:10:\"1443342292\";s:10:\"date_taken\";s:25:\"2015-09-26T15:22:40-08:00\";s:15:\"date_taken_nice\";s:20:\"September 26th, 2015\";s:4:\"guid\";s:18:\"/photo/21738208352\";s:11:\"author_name\";s:21:\"sf09puderbachhandball\";s:10:\"author_url\";s:53:\"http://www.flickr.com/people/sf09_puderbach_handball/\";s:11:\"author_nsid\";s:13:\&qu
 ot;127877235@N04\";s:11:\"author_icon\";s:88:\"http://farm3.staticflickr.com/2941/buddyicons/127877235@N04.jpg?1411207685#127877235@N04\";s:9:\"photo_url\";s:63:\"http://farm6.staticflickr.com/5742/21738208352_ecc71a3d3b_b.jpg\";s:9:\"thumb_url\";s:63:\"http://farm6.staticflickr.com/5742/21738208352_ecc71a3d3b_s.jpg\";s:6:\"height\";s:3:\"678\";s:5:\"width\";s:4:\"1024\";s:7:\"l_width\";s:3:\"500\";s:4:\"tags\";s:13:\"neustadt wcsf\";s:5:\"tagsa\";a:2:{i:0;s:8:\"neustadt\";i:1;s:4:\"wcsf\";}s:10:\"photo_mime\";s:10:\"image/jpeg\";s:9:\"tags_list\";a:2:{i:0;s:8:\"neustadt\";i:1;s:4:\"wcsf\";}}i:13;a:25:{s:5:\"title\";s:8:\"DSC_0427\";s:3:\"url\";s:65:\"http://www.flickr.com/photos/sf09_puderbach_handball/21562186988/\";s:11
 :\"description\";s:340:\"                       <p><a href=\"http://www.flickr.com/people/sf09_puderbach_handball/\">sf09puderbachhandball</a> posted a photo:</p>\n  \n<p><a href=\"http://www.flickr.com/photos/sf09_puderbach_handball/21562186988/\" title=\"DSC_0427\"><img src=\"http://farm1.staticflickr.com/734/21562186988_9616dd25ac_m.jpg\" width=\"240\" height=\"159\" alt=\"DSC_0427\" /></a></p>\n\n\";s:15:\"description_raw\";s:0:\"\";s:5:\"m_url\";s:62:\"http://farm1.staticflickr.com/734/21562186988_9616dd25ac_m.jpg\";s:5:\"t_url\";s:62:\"http://farm1.staticflickr.com/734/21562186988_9616dd25ac_s.jpg\";s:5:\"l_url\";s:60:\"http://farm1.staticflickr.com/734/21562186988_9616dd25ac.jpg\";s:9:\"photo_xml\";s:0:\"\";s:4:\"date\";s:10:\"1443342288\&quo
 t;;s:10:\"date_taken\";s:25:\"2015-09-26T15:19:36-08:00\";s:15:\"date_taken_nice\";s:20:\"September 26th, 2015\";s:4:\"guid\";s:18:\"/photo/21562186988\";s:11:\"author_name\";s:21:\"sf09puderbachhandball\";s:10:\"author_url\";s:53:\"http://www.flickr.com/people/sf09_puderbach_handball/\";s:11:\"author_nsid\";s:13:\"127877235@N04\";s:11:\"author_icon\";s:88:\"http://farm3.staticflickr.com/2941/buddyicons/127877235@N04.jpg?1411207685#127877235@N04\";s:9:\"photo_url\";s:62:\"http://farm1.staticflickr.com/734/21562186988_9616dd25ac_b.jpg\";s:9:\"thumb_url\";s:62:\"http://farm1.staticflickr.com/734/21562186988_9616dd25ac_s.jpg\";s:6:\"height\";s:3:\"678\";s:5:\"width\";s:4:\"1024\";s:7:\"l_width\";s:3:\"500\";s:4:\"tags\";s:13:\"neustadt
  wcsf\";s:5:\"tagsa\";a:2:{i:0;s:8:\"neustadt\";i:1;s:4:\"wcsf\";}s:10:\"photo_mime\";s:10:\"image/jpeg\";s:9:\"tags_list\";a:2:{i:0;s:8:\"neustadt\";i:1;s:4:\"wcsf\";}}i:14;a:25:{s:5:\"title\";s:8:\"DSC_0496\";s:3:\"url\";s:65:\"http://www.flickr.com/photos/sf09_puderbach_handball/21562156429/\";s:11:\"description\";s:340:\"                    <p><a href=\"http://www.flickr.com/people/sf09_puderbach_handball/\">sf09puderbachhandball</a> posted a photo:</p>\n  \n<p><a href=\"http://www.flickr.com/photos/sf09_puderbach_handball/21562156429/\" title=\"DSC_0496\"><img src=\"http://farm1.staticflickr.com/591/21562156429_e330497bdd_m.jpg\" width=\"240\" height=\"159\" alt=\"DSC_0496\" /></a></p>\n\n\";s:15:\"description_raw\";s:0:\
 "\";s:5:\"m_url\";s:62:\"http://farm1.staticflickr.com/591/21562156429_e330497bdd_m.jpg\";s:5:\"t_url\";s:62:\"http://farm1.staticflickr.com/591/21562156429_e330497bdd_s.jpg\";s:5:\"l_url\";s:60:\"http://farm1.staticflickr.com/591/21562156429_e330497bdd.jpg\";s:9:\"photo_xml\";s:0:\"\";s:4:\"date\";s:10:\"1443342314\";s:10:\"date_taken\";s:25:\"2015-09-26T16:05:44-08:00\";s:15:\"date_taken_nice\";s:20:\"September 26th, 2015\";s:4:\"guid\";s:18:\"/photo/21562156429\";s:11:\"author_name\";s:21:\"sf09puderbachhandball\";s:10:\"author_url\";s:53:\"http://www.flickr.com/people/sf09_puderbach_handball/\";s:11:\"author_nsid\";s:13:\"127877235@N04\";s:11:\"author_icon\";s:88:\"http://farm3.staticflickr.com/2941/buddyicons/127877235@N04.jpg?1411207685
 #127877235@N04\";s:9:\"photo_url\";s:62:\"http://farm1.staticflickr.com/591/21562156429_e330497bdd_b.jpg\";s:9:\"thumb_url\";s:62:\"http://farm1.staticflickr.com/591/21562156429_e330497bdd_s.jpg\";s:6:\"height\";s:3:\"678\";s:5:\"width\";s:4:\"1024\";s:7:\"l_width\";s:3:\"500\";s:4:\"tags\";s:13:\"neustadt wcsf\";s:5:\"tagsa\";a:2:{i:0;s:8:\"neustadt\";i:1;s:4:\"wcsf\";}s:10:\"photo_mime\";s:10:\"image/jpeg\";s:9:\"tags_list\";a:2:{i:0;s:8:\"neustadt\";i:1;s:4:\"wcsf\";}}i:15;a:25:{s:5:\"title\";s:8:\"DSC_0454\";s:3:\"url\";s:65:\"http://www.flickr.com/photos/sf09_puderbach_handball/21723516796/\";s:11:\"description\";s:340:\"                 <p><a href=\"http://www.flickr.com/people/sf09_puderbach_handball/\">sf09puder
 bachhandball</a> posted a photo:</p>\n     \n<p><a href=\"http://www.flickr.com/photos/sf09_puderbach_handball/21723516796/\" title=\"DSC_0454\"><img src=\"http://farm1.staticflickr.com/745/21723516796_bef649979b_m.jpg\" width=\"240\" height=\"159\" alt=\"DSC_0454\" /></a></p>\n\n\";s:15:\"description_raw\";s:0:\"\";s:5:\"m_url\";s:62:\"http://farm1.staticflickr.com/745/21723516796_bef649979b_m.jpg\";s:5:\"t_url\";s:62:\"http://farm1.staticflickr.com/745/21723516796_bef649979b_s.jpg\";s:5:\"l_url\";s:60:\"http://farm1.staticflickr.com/745/21723516796_bef649979b.jpg\";s:9:\"photo_xml\";s:0:\"\";s:4:\"date\";s:10:\"1443342298\";s:10:\"date_taken\";s:25:\"2015-09-26T15:25:34-08:00\";s:15:\"date_taken_nice\";s:20:\"September 26th, 20
 15\";s:4:\"guid\";s:18:\"/photo/21723516796\";s:11:\"author_name\";s:21:\"sf09puderbachhandball\";s:10:\"author_url\";s:53:\"http://www.flickr.com/people/sf09_puderbach_handball/\";s:11:\"author_nsid\";s:13:\"127877235@N04\";s:11:\"author_icon\";s:88:\"http://farm3.staticflickr.com/2941/buddyicons/127877235@N04.jpg?1411207685#127877235@N04\";s:9:\"photo_url\";s:62:\"http://farm1.staticflickr.com/745/21723516796_bef649979b_b.jpg\";s:9:\"thumb_url\";s:62:\"http://farm1.staticflickr.com/745/21723516796_bef649979b_s.jpg\";s:6:\"height\";s:3:\"678\";s:5:\"width\";s:4:\"1024\";s:7:\"l_width\";s:3:\"500\";s:4:\"tags\";s:13:\"neustadt wcsf\";s:5:\"tagsa\";a:2:{i:0;s:8:\"neustadt\";i:1;s:4:\"wcsf\";}s:10:\"photo_mime\";s:10:\"
 image/jpeg\";s:9:\"tags_list\";a:2:{i:0;s:8:\"neustadt\";i:1;s:4:\"wcsf\";}}i:16;a:25:{s:5:\"title\";s:8:\"DSC_0464\";s:3:\"url\";s:65:\"http://www.flickr.com/photos/sf09_puderbach_handball/21562561849/\";s:11:\"description\";s:340:\"                   <p><a href=\"http://www.flickr.com/people/sf09_puderbach_handball/\">sf09puderbachhandball</a> posted a photo:</p>\n  \n<p><a href=\"http://www.flickr.com/photos/sf09_puderbach_handball/21562561849/\" title=\"DSC_0464\"><img src=\"http://farm1.staticflickr.com/594/21562561849_45cfe2c0e7_m.jpg\" width=\"240\" height=\"159\" alt=\"DSC_0464\" /></a></p>\n\n\";s:15:\"description_raw\";s:0:\"\";s:5:\"m_url\";s:62:\"http://farm1.staticflickr.com/594/21562561849_45cfe2c0e7_m.jpg\";s:5:\"t_url\"
 ;s:62:\"http://farm1.staticflickr.com/594/21562561849_45cfe2c0e7_s.jpg\";s:5:\"l_url\";s:60:\"http://farm1.staticflickr.com/594/21562561849_45cfe2c0e7.jpg\";s:9:\"photo_xml\";s:0:\"\";s:4:\"date\";s:10:\"1443342303\";s:10:\"date_taken\";s:25:\"2015-09-26T15:47:41-08:00\";s:15:\"date_taken_nice\";s:20:\"September 26th, 2015\";s:4:\"guid\";s:18:\"/photo/21562561849\";s:11:\"author_name\";s:21:\"sf09puderbachhandball\";s:10:\"author_url\";s:53:\"http://www.flickr.com/people/sf09_puderbach_handball/\";s:11:\"author_nsid\";s:13:\"127877235@N04\";s:11:\"author_icon\";s:88:\"http://farm3.staticflickr.com/2941/buddyicons/127877235@N04.jpg?1411207685#127877235@N04\";s:9:\"photo_url\";s:62:\"http://farm1.staticflickr.com/594/21562561849_45cfe2c0e7_b.jpg\";s:9:\"
 thumb_url\";s:62:\"http://farm1.staticflickr.com/594/21562561849_45cfe2c0e7_s.jpg\";s:6:\"height\";s:3:\"678\";s:5:\"width\";s:4:\"1024\";s:7:\"l_width\";s:3:\"500\";s:4:\"tags\";s:13:\"neustadt wcsf\";s:5:\"tagsa\";a:2:{i:0;s:8:\"neustadt\";i:1;s:4:\"wcsf\";}s:10:\"photo_mime\";s:10:\"image/jpeg\";s:9:\"tags_list\";a:2:{i:0;s:8:\"neustadt\";i:1;s:4:\"wcsf\";}}i:17;a:25:{s:5:\"title\";s:8:\"DSC_0438\";s:3:\"url\";s:65:\"http://www.flickr.com/photos/sf09_puderbach_handball/21127146504/\";s:11:\"description\";s:341:\"                        <p><a href=\"http://www.flickr.com/people/sf09_puderbach_handball/\">sf09puderbachhandball</a> posted a photo:</p>\n  \n<p><a href=\"http://www.flickr.com/photos/sf09_puderbach_handball/2112714650
 4/\" title=\"DSC_0438\"><img src=\"http://farm6.staticflickr.com/5765/21127146504_c0be972635_m.jpg\" width=\"240\" height=\"159\" alt=\"DSC_0438\" /></a></p>\n\n\";s:15:\"description_raw\";s:0:\"\";s:5:\"m_url\";s:63:\"http://farm6.staticflickr.com/5765/21127146504_c0be972635_m.jpg\";s:5:\"t_url\";s:63:\"http://farm6.staticflickr.com/5765/21127146504_c0be972635_s.jpg\";s:5:\"l_url\";s:61:\"http://farm6.staticflickr.com/5765/21127146504_c0be972635.jpg\";s:9:\"photo_xml\";s:0:\"\";s:4:\"date\";s:10:\"1443342292\";s:10:\"date_taken\";s:25:\"2015-09-26T15:22:39-08:00\";s:15:\"date_taken_nice\";s:20:\"September 26th, 2015\";s:4:\"guid\";s:18:\"/photo/21127146504\";s:11:\"author_name\";s:21:\"sf09puderbachhandball\&qu
 ot;;s:10:\"author_url\";s:53:\"http://www.flickr.com/people/sf09_puderbach_handball/\";s:11:\"author_nsid\";s:13:\"127877235@N04\";s:11:\"author_icon\";s:88:\"http://farm3.staticflickr.com/2941/buddyicons/127877235@N04.jpg?1411207685#127877235@N04\";s:9:\"photo_url\";s:63:\"http://farm6.staticflickr.com/5765/21127146504_c0be972635_b.jpg\";s:9:\"thumb_url\";s:63:\"http://farm6.staticflickr.com/5765/21127146504_c0be972635_s.jpg\";s:6:\"height\";s:3:\"678\";s:5:\"width\";s:4:\"1024\";s:7:\"l_width\";s:3:\"500\";s:4:\"tags\";s:13:\"neustadt wcsf\";s:5:\"tagsa\";a:2:{i:0;s:8:\"neustadt\";i:1;s:4:\"wcsf\";}s:10:\"photo_mime\";s:10:\"image/jpeg\";s:9:\"tags_list\";a:2:{i:0;s:8:\"neustadt\";i:1;s:4:\"wcsf\";}}i:18;a:25:{s:5:\"titl
 e\";s:8:\"DSC_0474\";s:3:\"url\";s:65:\"http://www.flickr.com/photos/sf09_puderbach_handball/21126575194/\";s:11:\"description\";s:341:\"                    <p><a href=\"http://www.flickr.com/people/sf09_puderbach_handball/\">sf09puderbachhandball</a> posted a photo:</p>\n  \n<p><a href=\"http://www.flickr.com/photos/sf09_puderbach_handball/21126575194/\" title=\"DSC_0474\"><img src=\"http://farm6.staticflickr.com/5721/21126575194_a3aa5530da_m.jpg\" width=\"240\" height=\"159\" alt=\"DSC_0474\" /></a></p>\n\n\";s:15:\"description_raw\";s:0:\"\";s:5:\"m_url\";s:63:\"http://farm6.staticflickr.com/5721/21126575194_a3aa5530da_m.jpg\";s:5:\"t_url\";s:63:\"http://farm6.staticflickr.com/5721/21126575194_a3aa5530da_s.jpg\";s:5:\"l_url\";s:61:\"http://farm6.st
 aticflickr.com/5721/21126575194_a3aa5530da.jpg\";s:9:\"photo_xml\";s:0:\"\";s:4:\"date\";s:10:\"1443342307\";s:10:\"date_taken\";s:25:\"2015-09-26T15:55:59-08:00\";s:15:\"date_taken_nice\";s:20:\"September 26th, 2015\";s:4:\"guid\";s:18:\"/photo/21126575194\";s:11:\"author_name\";s:21:\"sf09puderbachhandball\";s:10:\"author_url\";s:53:\"http://www.flickr.com/people/sf09_puderbach_handball/\";s:11:\"author_nsid\";s:13:\"127877235@N04\";s:11:\"author_icon\";s:88:\"http://farm3.staticflickr.com/2941/buddyicons/127877235@N04.jpg?1411207685#127877235@N04\";s:9:\"photo_url\";s:63:\"http://farm6.staticflickr.com/5721/21126575194_a3aa5530da_b.jpg\";s:9:\"thumb_url\";s:63:\"http://farm6.staticflickr.com/5721/21126575194_a3aa5530da_s.jpg\";s:6:\"height\";s:3:\&q
 uot;678\";s:5:\"width\";s:4:\"1024\";s:7:\"l_width\";s:3:\"500\";s:4:\"tags\";s:13:\"neustadt wcsf\";s:5:\"tagsa\";a:2:{i:0;s:8:\"neustadt\";i:1;s:4:\"wcsf\";}s:10:\"photo_mime\";s:10:\"image/jpeg\";s:9:\"tags_list\";a:2:{i:0;s:8:\"neustadt\";i:1;s:4:\"wcsf\";}}i:19;a:25:{s:5:\"title\";s:8:\"DSC_0381\";s:3:\"url\";s:65:\"http://www.flickr.com/photos/sf09_puderbach_handball/21127975273/\";s:11:\"description\";s:340:\"                   <p><a href=\"http://www.flickr.com/people/sf09_puderbach_handball/\">sf09puderbachhandball</a> posted a photo:</p>\n  \n<p><a href=\"http://www.flickr.com/photos/sf09_puderbach_handball/21127975273/\" title=\"DSC_0381\"><img src=\"http://farm1.staticflickr.com/682/21127975273_2d0cce04e1_m.jpg\" 
 width=\"240\" height=\"159\" alt=\"DSC_0381\" /></a></p>\n\n\";s:15:\"description_raw\";s:0:\"\";s:5:\"m_url\";s:62:\"http://farm1.staticflickr.com/682/21127975273_2d0cce04e1_m.jpg\";s:5:\"t_url\";s:62:\"http://farm1.staticflickr.com/682/21127975273_2d0cce04e1_s.jpg\";s:5:\"l_url\";s:60:\"http://farm1.staticflickr.com/682/21127975273_2d0cce04e1.jpg\";s:9:\"photo_xml\";s:0:\"\";s:4:\"date\";s:10:\"1443342315\";s:10:\"date_taken\";s:25:\"2015-09-26T14:33:52-08:00\";s:15:\"date_taken_nice\";s:20:\"September 26th, 2015\";s:4:\"guid\";s:18:\"/photo/21127975273\";s:11:\"author_name\";s:21:\"sf09puderbachhandball\";s:10:\"author_url\";s:53:\"http://www.flickr.com/people/sf09_puderbach_handball/\";s:11:\"author_nsid\&quo
 t;;s:13:\"127877235@N04\";s:11:\"author_icon\";s:88:\"http://farm3.staticflickr.com/2941/buddyicons/127877235@N04.jpg?1411207685#127877235@N04\";s:9:\"photo_url\";s:62:\"http://farm1.staticflickr.com/682/21127975273_2d0cce04e1_b.jpg\";s:9:\"thumb_url\";s:62:\"http://farm1.staticflickr.com/682/21127975273_2d0cce04e1_s.jpg\";s:6:\"height\";s:3:\"678\";s:5:\"width\";s:4:\"1024\";s:7:\"l_width\";s:3:\"500\";s:4:\"tags\";s:13:\"neustadt wcsf\";s:5:\"tagsa\";a:2:{i:0;s:8:\"neustadt\";i:1;s:4:\"wcsf\";}s:10:\"photo_mime\";s:10:\"image/jpeg\";s:9:\"tags_list\";a:2:{i:0;s:8:\"neustadt\";i:1;s:4:\"wcsf\";}}}','yes'),(182,'wccentral_videos','a:10:{i:0;a:3:{s:9:\"thumbnail\";s:92:\"http://videos.videopress.com/bn4jOuhW/damian-boni-angular-word-wp-angular
 js_std.original.jpg\";s:5:\"title\";s:53:\"Damian Boni: Angular Word – WordPress and AngularJS\";s:9:\"permalink\";s:69:\"http://wordpress.tv/2016/06/05/damian-boni-angular-word-wp-angularjs/\";}i:1;a:3:{s:9:\"thumbnail\";s:109:\"http://videos.videopress.com/dlIgQeAM/elliot-taylor-dave-green-philip-john-lightning-session_std.original.jpg\";s:5:\"title\";s:57:\"Elliot Taylor, Dave Green, Philip John: Lightning Session\";s:9:\"permalink\";s:86:\"http://wordpress.tv/2016/06/05/elliot-taylor-dave-green-philip-john-lightning-session/\";}i:2;a:3:{s:9:\"thumbnail\";s:110:\"http://videos.videopress.com/rimvI4ys/ben-furfie-what-id-do-differently-if-i-freelanced-again_std.original.jpg\";s:5:\"title\";s:59:\"Ben Furfie: What I’d Do Differently If I Freelanced Again\";s:9:\"permalink\";s:87:\"http://wordpress.tv/2016/06/05/ben-furfie
 -what-id-do-differently-if-i-freelanced-again/\";}i:3;a:3:{s:9:\"thumbnail\";s:77:\"http://videos.videopress.com/sJvuBHYa/video-de29acd3bd_scruberthumbnail_0.jpg\";s:5:\"title\";s:51:\"Petya Raykovska: We Need To Talk About The REST API\";s:9:\"permalink\";s:82:\"http://wordpress.tv/2016/06/03/petya-raykovska-we-need-to-talk-about-the-rest-api/\";}i:4;a:3:{s:9:\"thumbnail\";s:77:\"http://videos.videopress.com/EqtV0qig/video-1fee10c777_scruberthumbnail_0.jpg\";s:5:\"title\";s:73:\"John Blackbourn, Rachel McCollin and Taco Verdonschot: Lightning Sessions\";s:9:\"permalink\";s:103:\"http://wordpress.tv/2016/05/31/john-blackbourn-rachel-mccollin-and-taco-verdonschot-lightning-sessions/\";}i:5;a:3:{s:9:\"thumbnail\";s:77:\"http://videos.videopress.com/4Cf7M4Eu/video-90553dccf2_scruberthumbnail_0.jpg\";s:5:\"title\";s:69:\"Rhys Wyn
 ne: Top Tools for WordPress SEO to Use as Well as Yoast Stuff\";s:9:\"permalink\";s:100:\"http://wordpress.tv/2016/05/31/rhys-wynne-top-tools-for-wordpress-seo-to-use-as-well-as-yoast-stuff/\";}i:6;a:3:{s:9:\"thumbnail\";s:71:\"http://videos.videopress.com/nxMZOpXo/video-a87ed810e0_std.original.jpg\";s:5:\"title\";s:51:\"Chris Andersen: WordPress – Structure and Content\";s:9:\"permalink\";s:78:\"http://wordpress.tv/2016/05/31/chris-andersen-wordpress-structure-and-content/\";}i:7;a:3:{s:9:\"thumbnail\";s:97:\"http://videos.videopress.com/uoF7SqLT/alex-denning-art-writing-great-wp-tutorial_std.original.jpg\";s:5:\"title\";s:59:\"Alex Denning: The Art of Writing a Great WordPress Tutorial\";s:9:\"permalink\";s:74:\"http://wordpress.tv/2016/05/30/alex-denning-art-writing-great-wp-tutorial/\";}i:8;a:3:{s:9:\"thumbnail\";s:97:\&quot
 ;http://videos.videopress.com/Bey7mxrD/francesca-marano-rebirth-italian-community_std.original.jpg\";s:5:\"title\";s:54:\"Francesca Marano: The Rebirth of the Italian Community\";s:9:\"permalink\";s:74:\"http://wordpress.tv/2016/05/30/francesca-marano-rebirth-italian-community/\";}i:9;a:3:{s:9:\"thumbnail\";s:110:\"http://videos.videopress.com/DGfeDrRg/tom-greenwood-how-to-attract-big-name-clients-with-love_std.original.jpg\";s:5:\"title\";s:56:\"Tom Greenwood: How to attract big name clients with LOVE\";s:9:\"permalink\";s:87:\"http://wordpress.tv/2016/05/30/tom-greenwood-how-to-attract-big-name-clients-with-love/\";}}','yes'),(472,'jetpack_active_modules','a:5:{i:0;s:10:\"vaultpress\";i:1;s:12:\"contact-form\";i:3;s:10:\"shortcodes\";i:5;s:10:\"custom-css\";i:7;s:13:\"subscriptions\";}','yes'),(1845,'mes-regions_children','a:0:{
 }','yes'),(2353,'post_count','1','yes'),(7125,'json_api_plugin_version','1.2.5','yes'),(15160,'camptix_options','a:15:{s:8:\"currency\";s:3:\"USD\";s:10:\"event_name\";s:16:\"WordCamp Central\";s:7:\"version\";i:20140325;s:20:\"reservations_enabled\";b:0;s:15:\"refunds_enabled\";b:0;s:18:\"refund_all_enabled\";b:0;s:8:\"archived\";b:0;s:15:\"payment_methods\";a:0:{}s:30:\"email_template_single_purchase\";s:233:\"Hi there!\n\nYou have purchased the following ticket:\n\n[receipt]\n\nYou can edit the information for the purchased ticket at any time before the event, by visiting the following link:\n\n[ticket_url]\n\nLet us know if you have any questions!\";s:32:\"email_template_multiple_purchase\";s:237:\"Hi there!\n\nThank you so much for purchasing a ticket and hope to see you soon at our event. You can edit your information at any time before the eve
 nt, by visiting the following link:\n\n[ticket_url]\n\nLet us know if you have any questions!\";s:40:\"email_template_multiple_purchase_receipt\";s:239:\"Hi there!\n\nYou have purchased the following tickets:\n\n[receipt]\n\nYou can edit the information for all the purchased tickets at any time before the event, by visiting the following link:\n\n[ticket_url]\n\nLet us know if you have any questions!\";s:32:\"email_template_pending_succeeded\";s:237:\"Hey there!\n\nYour payment for [event_name] has been completed, looking forward to seeing you at the event! You can access and change your tickets information by visiting the following link:\n\n[ticket_url]\n\nLet us know if you need any help!\";s:29:\"email_template_pending_failed\";s:293:\"Hey there!\n\nWe\'re so sorry, but it looks like your payment for [event_name] has failed! Please check your payment transactions for more details. If you still wish to attend the event, f
 eel free to purchase a new ticket using the following link:\n\n[ticket_url]\n\nLet us know if you need any help!\";s:28:\"email_template_single_refund\";s:230:\"Hey there!\n\nYour refund for [event_name] has been completed. If you change your mind and still wish to attend the event, feel free to purchase a new ticket using the following link:\n\n[ticket_url]\n\nLet us know if you need any help!\";s:30:\"email_template_multiple_refund\";s:229:\"Hey there!\n\nYour ticket for [event_name] has been refunded. If you change your mind and still wish to attend the event, feel free to purchase a new ticket using the following link:\n\n[ticket_url]\n\nLet us know if you need any help!\";}','yes'),(15169,'template_root','/srv/www/wordpress-meta-environment/wordcamp.test/public_html/wordpress/wp-content/themes','yes'),(15170,'stylesheet_root','/themes','yes'),(15171,'safecss_rev','7','yes'),(15174,'theme_mods_twentytwelve','a:2:{i:0;b:0;s:16:\"s
 idebars_widgets\";a:2:{s:4:\"time\";i:1419018026;s:4:\"data\";a:4:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}s:9:\"sidebar-2\";a:0:{}s:9:\"sidebar-3\";a:0:{}}}}','yes'),(15177,'theme_mods_wordcamp-base','a:2:{i:0;b:0;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1403339818;s:4:\"data\";a:7:{s:19:\"wp_inactive_widgets\";a:0:{}s:14:\"after-header-1\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}s:13:\"content-row-1\";a:0:{}s:15:\"before-footer-1\";a:0:{}s:15:\&quo
 t;before-footer-2\";N;s:15:\"before-footer-3\";N;s:15:\"before-footer-4\";N;}}}','yes'),(15245,'jetpack_file_data','a:1:{s:5:\"4.0.3\";a:49:{s:32:\"31e5b9ae08b62c2b0cd8a7792242298b\";a:14:{s:4:\"name\";s:20:\"Spelling and Grammar\";s:11:\"description\";s:89:\"Check your spelling, style, and grammar with the After the Deadline proofreading service.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1:\"6\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:7:\"Writing\";s:7:\"feature\";s:0:\"\"
 ;s:25:\"additional_search_queries\";s:115:\"after the deadline, afterthedeadline, spell, spellchecker, spelling, grammar, proofreading, style, language, cliche\";}s:32:\"3f41b2d629265b5de8108b463abbe8e2\";a:14:{s:4:\"name\";s:8:\"Carousel\";s:11:\"description\";s:63:\"Transform standard image galleries into full-screen slideshows.\";s:14:\"jumpstart_desc\";s:79:\"Brings your photos and images to life as full-size, easily navigable galleries.\";s:4:\"sort\";s:2:\"22\";s:20:\"recommendation_order\";s:2:\"12\";s:10:\"introduced\";s:3:\"1.5\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:17:\"Photos an
 d Videos\";s:7:\"feature\";s:9:\"Jumpstart\";s:25:\"additional_search_queries\";s:80:\"gallery, carousel, diaporama, slideshow, images, lightbox, exif, metadata, image\";}s:32:\"c6ebb418dde302de09600a6025370583\";a:14:{s:4:\"name\";s:8:\"Comments\";s:11:\"description\";s:79:\"Let readers comment with WordPress.com, Twitter, Facebook, or Google+ accounts.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"20\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.4\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:6:\"Social\";s:7:\"feature\";s:
 0:\"\";s:25:\"additional_search_queries\";s:53:\"comments, comment, facebook, twitter, google+, social\";}s:32:\"836f9485669e1bbb02920cb474730df0\";a:14:{s:4:\"name\";s:12:\"Contact Form\";s:11:\"description\";s:44:\"Insert a contact form anywhere on your site.\";s:14:\"jumpstart_desc\";s:111:\"Adds a button to your post and page editors, allowing you to build simple forms to help visitors stay in touch.\";s:4:\"sort\";s:2:\"15\";s:20:\"recommendation_order\";s:2:\"14\";s:10:\"introduced\";s:3:\"1.3\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:5:\"Other\";s:7:\"feature\&quot
 ;;s:9:\"Jumpstart\";s:25:\"additional_search_queries\";s:44:\"contact, form, grunion, feedback, submission\";}s:32:\"ea3970eebf8aac55fc3eca5dca0e0157\";a:14:{s:4:\"name\";s:20:\"Custom Content Types\";s:11:\"description\";s:92:\"Organize and display different types of content on your site, separate from posts and pages.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"34\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"3.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:7:\"Writing\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_qu
 eries\";s:72:\"cpt, custom post types, portfolio, portfolios, testimonial, testimonials\";}s:32:\"d2bb05ccad3d8789df40ca3abb97336c\";a:14:{s:4:\"name\";s:10:\"Custom CSS\";s:11:\"description\";s:57:\"Customize your site’s CSS without modifying your theme.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1:\"2\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.7\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:10:\"Appearance\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:108:\"css, customize, custom, style, editor, less, sass,
  preprocessor, font, mobile, appearance, theme, stylesheet\";}s:32:\"a2064eec5b9c7e0d816af71dee7a715f\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";}s:32:\"53a4ec755022ef3953699734c343da02\";a:14:{s:4:\"name\";s:21:\"Enhanced Distribution\";s:11:\"description\";s:27:\"Increa
 se reach and traffic.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1:\"5\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.2\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:6:\"Public\";s:11:\"module_tags\";s:7:\"Writing\";s:7:\"feature\";s:7:\"Traffic\";s:25:\"additional_search_queries\";s:54:\"google, seo, firehose, search, broadcast, broadcasting\";}s:32:\"72fecb67ee6704ba0a33e0225316ad06\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order
 \";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";}s:32:\"d56e2886185a9eace719cc57d46770df\";a:14:{s:4:\"name\";s:19:\"Gravatar Hovercards\";s:11:\"description\";s:58:\"Enable pop-up business cards over commenters’ Gravatars.\";s:14:\"jumpstart_desc\";s:131:\"Let commenters link their profiles to their Gravatar accounts, making it easy for your visitors to learn more about your community.\";s:4:\"sort\";s:2:\"11\";s:20:\"recommendation_order\";s:2:\"13\&q
 uot;;s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:18:\"Social, Appearance\";s:7:\"feature\";s:9:\"Jumpstart\";s:25:\"additional_search_queries\";s:20:\"gravatar, hovercards\";}s:32:\"e391e760617bd0e0736550e34a73d7fe\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:8:\"2.0.3 ??\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:
 0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";}s:32:\"2e345370766346c616b3c5046e817720\";a:14:{s:4:\"name\";s:15:\"Infinite Scroll\";s:11:\"description\";s:46:\"Add support for infinite scroll to your theme.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"26\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:1
 0:\"Appearance\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:33:\"scroll, infinite, infinite scroll\";}s:32:\"bd69edbf134de5fae8fdcf2e70a45b56\";a:14:{s:4:\"name\";s:8:\"JSON API\";s:11:\"description\";s:69:\"Allow applications to securely access your content through the cloud.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"19\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.9\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:6:\"Public\";s:11:\"module_tags\";s:19:\"Writing, Developers\";s:7:\"feature\";s:0:\"\";s:25:\"addition
 al_search_queries\";s:50:\"api, rest, develop, developers, json, klout, oauth\";}s:32:\"8110b7a4423aaa619dfa46b8843e10d1\";a:14:{s:4:\"name\";s:14:\"Beautiful Math\";s:11:\"description\";s:85:\"Use LaTeX markup language in posts and pages for complex equations and other geekery.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"12\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:7:\"Writing\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:47:\"latex, math, equation, equations
 , formula, code\";}s:32:\"fd7e85d3b4887fa6b6f997d6592c1f33\";a:14:{s:4:\"name\";s:5:\"Likes\";s:11:\"description\";s:70:\"Give visitors an easy way to show their appreciation for your content.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"23\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.2\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:6:\"Social\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:26:\"like, likes, wordpress.com\";}s:32:\"c5dfef41fad5bcdcaae8e315e5cfc420\";a:14:{s:4:\"name\";s:6:\"Man
 age\";s:11:\"description\";s:76:\"Manage all your sites from a centralized place, https://wordpress.com/sites.\";s:14:\"jumpstart_desc\";s:151:\"Helps you remotely manage plugins, turn on automated updates, and more from <a href=\"https://wordpress.com/plugins/\" target=\"_blank\">wordpress.com</a>.\";s:4:\"sort\";s:1:\"1\";s:20:\"recommendation_order\";s:1:\"3\";s:10:\"introduced\";s:3:\"3.4\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:35:\"Centralized Management, Recommended\";s:7:\"feature\";s:22:\"Recommended, Jumpstart\";s:25:\"additional_search_queries\";s:26:\"
 manage, management, remote\";}s:32:\"fd6dc399b92bce76013427e3107c314f\";a:14:{s:4:\"name\";s:8:\"Markdown\";s:11:\"description\";s:51:\"Write posts or pages in plain-text Markdown syntax.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"31\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.8\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:7:\"Writing\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:12:\"md, markdown\";}s:32:\"c49a35b6482b0426cb07ad28ecf5d7df\";a:14:{s:4:\"name\";s:12:\"Mobile Theme\";s
 :11:\"description\";s:64:\"Optimize your site with a mobile-friendly theme for smartphones.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"21\";s:20:\"recommendation_order\";s:2:\"11\";s:10:\"introduced\";s:3:\"1.8\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:31:\"Appearance, Mobile, Recommended\";s:7:\"feature\";s:11:\"Recommended\";s:25:\"additional_search_queries\";s:24:\"mobile, theme, minileven\";}s:32:\"b42e38f6fafd2e4104ebe5bf39b4be47\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\&quot
 ;\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";}s:32:\"771cfeeba0d3d23ec344d5e781fb0ae2\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:
 \"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";}s:32:\"54f0661d27c814fc8bde39580181d939\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\&q
 uot;;s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";}s:32:\"46c4c413b5c72bbd3c3dbd14ff8f8adc\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";}s:32:\"9ea52fa25783e5ceeb6bfaed3268e64e\";a:14:{s:4:\"name\";s:7:\"Monitor\";s:11:\"description\";s:25:\&quot
 ;Reports on site downtime.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"28\";s:20:\"recommendation_order\";s:2:\"10\";s:10:\"introduced\";s:3:\"2.6\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:11:\"Recommended\";s:7:\"feature\";s:33:\"Recommended, Performance-Security\";s:25:\"additional_search_queries\";s:37:\"monitor, uptime, downtime, monitoring\";}s:32:\"cfcaafd0fcad087899d715e0b877474d\";a:14:{s:4:\"name\";s:13:\"Notifications\";s:11:\"description\";s:84:\"Receive notification of site activity via the admin toolbar and your Mobile devices.\";s:14:\&qu
 ot;jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"13\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.9\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:5:\"Other\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:62:\"notification, notifications, toolbar, adminbar, push, comments\";}s:32:\"0d18bfa69bec61550c1d813ce64149b0\";a:14:{s:4:\"name\";s:10:\"Omnisearch\";s:11:\"description\";s:66:\"Search your entire database from a single field in your Dashboard.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"16\
 ";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.3\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:10:\"Developers\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:6:\"search\";}s:32:\"3f0a11e23118f0788d424b646a6d465f\";a:14:{s:4:\"name\";s:6:\"Photon\";s:11:\"description\";s:27:\"Speed up images and photos.\";s:14:\"jumpstart_desc\";s:141:\"Mirrors and serves your images from our free and fast image CDN, improving your site’s performance with no additional load on your servers.\";s:4:\"sort\";s:2:\"25\";s:20:\"recommendation_
 order\";s:1:\"1\";s:10:\"introduced\";s:3:\"2.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:42:\"Photos and Videos, Appearance, Recommended\";s:7:\"feature\";s:44:\"Recommended, Jumpstart, Performance-Security\";s:25:\"additional_search_queries\";s:38:\"photon, image, cdn, performance, speed\";}s:32:\"e37cfbcb72323fb1fe8255a2edb4d738\";a:14:{s:4:\"name\";s:13:\"Post by Email\";s:11:\"description\";s:58:\"Publish posts by email, using any device and email client.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"14\";s:20:\"recommendation_order\";s:0:\"\&q
 uot;;s:10:\"introduced\";s:3:\"2.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:7:\"Writing\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:20:\"post by email, email\";}s:32:\"728290d131a480bfe7b9e405d7cd925f\";a:14:{s:4:\"name\";s:7:\"Protect\";s:11:\"description\";s:28:\"Prevent brute force attacks.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1:\"1\";s:20:\"recommendation_order\";s:1:\"4\";s:10:\"introduced\";s:3:\"3.4\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"f
 ree\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:11:\"Recommended\";s:7:\"feature\";s:33:\"Recommended, Performance-Security\";s:25:\"additional_search_queries\";s:65:\"security, secure, protection, botnet, brute force, protect, login\";}s:32:\"f9ce784babbbf4dcca99b8cd2ceb420c\";a:14:{s:4:\"name\";s:9:\"Publicize\";s:11:\"description\";s:30:\"Automatically promote content.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"10\";s:20:\"recommendation_order\";s:1:\"7\";s:10:\"introduced\";s:3:\"2.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\
 "Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:19:\"Social, Recommended\";s:7:\"feature\";s:20:\"Recommended, Traffic\";s:25:\"additional_search_queries\";s:107:\"facebook, twitter, google+, googleplus, google, path, tumblr, linkedin, social, tweet, connections, sharing\";}s:32:\"052c03877dd3d296a71531cb07ad939a\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"modu
 le_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";}s:32:\"52edecb2a75222e75b2dce4356a4efce\";a:14:{s:4:\"name\";s:13:\"Related Posts\";s:11:\"description\";s:24:\"Display similar content.\";s:14:\"jumpstart_desc\";s:113:\"Keep visitors engaged on your blog by highlighting relevant and new content at the bottom of each published post.\";s:4:\"sort\";s:2:\"29\";s:20:\"recommendation_order\";s:1:\"9\";s:10:\"introduced\";s:3:\"2.9\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:11:\"Recommended\";s:7:\"feature\";s
 :31:\"Recommended, Jumpstart, Traffic\";s:25:\"additional_search_queries\";s:22:\"related, related posts\";}s:32:\"8b059cb50a66b717f1ec842e736b858c\";a:14:{s:4:\"name\";s:7:\"Sharing\";s:11:\"description\";s:32:\"Visitors can share your content.\";s:14:\"jumpstart_desc\";s:116:\"Twitter, Facebook and Google+ buttons at the bottom of each post, making it easy for visitors to share your content.\";s:4:\"sort\";s:1:\"7\";s:20:\"recommendation_order\";s:1:\"6\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:3:\"1.2\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:19:\"Social, Recommended\";s:7:\"feature\
 ";s:31:\"Recommended, Jumpstart, Traffic\";s:25:\"additional_search_queries\";s:141:\"share, sharing, sharedaddy, buttons, icons, email, facebook, twitter, google+, linkedin, pinterest, pocket, press this, print, reddit, tumblr\";}s:32:\"a6d2394329871857401255533a9873f7\";a:14:{s:4:\"name\";s:16:\"Shortcode Embeds\";s:11:\"description\";s:77:\"Embed content from YouTube, Vimeo, SlideShare, and more, no coding necessary.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1:\"3\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:3:\"1.2\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\&
 quot;;s:46:\"Photos and Videos, Social, Writing, Appearance\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:251:\"shortcodes, shortcode, embeds, media, bandcamp, blip.tv, dailymotion, digg, facebook, flickr, google calendars, google maps, google+, polldaddy, recipe, recipes, scribd, slideshare, slideshow, slideshows, soundcloud, ted, twitter, vimeo, vine, youtube\";}s:32:\"21496e2897ea5f81605e2f2ac3beb921\";a:14:{s:4:\"name\";s:16:\"WP.me Shortlinks\";s:11:\"description\";s:56:\"Enable WP.me-powered shortlinks for all posts and pages.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1:\"8\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\&q
 uot;;s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:6:\"Social\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:17:\"shortlinks, wp.me\";}s:32:\"e2a54a5d7879a4162709e6ffb540dd08\";a:14:{s:4:\"name\";s:9:\"Site Icon\";s:11:\"description\";s:29:\"Add a site icon to your site.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"22\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"3.2\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:5:\"Oth
 er\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:24:\"favicon, icon, site icon\";}s:32:\"f5c537bc304f55b29c1a87e30be0cd24\";a:14:{s:4:\"name\";s:8:\"Sitemaps\";s:11:\"description\";s:75:\"Creates sitemaps to allow your site to be easily indexed by search engines.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"13\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"3.9\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:6:\"Public\";s:11:\"module_tags\";s:20:\"Recommended, Traffic\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\&q
 uot;;s:39:\"sitemap, traffic, search, site map, seo\";}s:32:\"59a23643437358a9b557f1d1e20ab040\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";}s:32:\"6a90f97c3194cfca5671728eaaeaf15e\";a:14:{s:4:\"name\";s:14:\"Single Sign On\";s:11:\"description\";s:27:\"Secure user aut
 hentication.\";s:14:\"jumpstart_desc\";s:98:\"Lets you log in to all your Jetpack-enabled sites with one click using your WordPress.com account.\";s:4:\"sort\";s:2:\"30\";s:20:\"recommendation_order\";s:1:\"5\";s:10:\"introduced\";s:3:\"2.6\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:10:\"Developers\";s:7:\"feature\";s:31:\"Jumpstart, Performance-Security\";s:25:\"additional_search_queries\";s:34:\"sso, single sign on, login, log in\";}s:32:\"b65604e920392e2f7134b646760b75e8\";a:14:{s:4:\"name\";s:10:\"Site Stats\";s:11:\"description\";s:35:\"Collect traffic stats and 
 insights.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1:\"1\";s:20:\"recommendation_order\";s:1:\"2\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:23:\"Site Stats, Recommended\";s:7:\"feature\";s:20:\"Recommended, Traffic\";s:25:\"additional_search_queries\";s:54:\"statistics, tracking, analytics, views, traffic, stats\";}s:32:\"23a586dd7ead00e69ec53eb32ef740e4\";a:14:{s:4:\"name\";s:13:\"Subscriptions\";s:11:\"description\";s:88:\"Allow users to subscribe to your posts and comments and receive notifications via email.\";s:14:\&
 quot;jumpstart_desc\";s:126:\"Give visitors two easy subscription options — while commenting, or via a separate email subscription widget you can display.\";s:4:\"sort\";s:1:\"9\";s:20:\"recommendation_order\";s:1:\"8\";s:10:\"introduced\";s:3:\"1.2\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:6:\"Social\";s:7:\"feature\";s:9:\"Jumpstart\";s:25:\"additional_search_queries\";s:74:\"subscriptions, subscription, email, follow, followers, subscribers, signup\";}s:32:\"1d978b8d84d2f378fe1a702a67633b6d\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jump
 start_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";}s:32:\"b3b983461d7f3d27322a3551ed8a9405\";a:14:{s:4:\"name\";s:15:\"Tiled Galleries\";s:11:\"description\";s:73:\"Display your image galleries in a variety of sleek, graphic arrangements.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"24\";s:20:\"recommendation_order\";s:0:\"\";s:10:\&q
 uot;introduced\";s:3:\"2.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:17:\"Photos and Videos\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:43:\"gallery, tiles, tiled, grid, mosaic, images\";}s:32:\"d924e5b05722b0e104448543598f54c0\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"
 \";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";}s:32:\"36741583b10c521997e563ad8e1e8b77\";a:14:{s:4:\"name\";s:12:\"Data Backups\";s:11:\"description\";s:27:\"Daily or real-time backups.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"32\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:5:\"0:1.2\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:5:\"false\";s:4:\"free\";s:5:\"false\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:0:\"\";s:7:\&
 quot;feature\";s:20:\"Performance-Security\";s:25:\"additional_search_queries\";s:28:\"vaultpress, backup, security\";}s:32:\"2b9b44f09b5459617d68dd82ee17002a\";a:14:{s:4:\"name\";s:17:\"Site Verification\";s:11:\"description\";s:77:\"Verify your site or domain with Google Search Console, Pinterest, and others.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"33\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"3.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\&quot
 ;;s:56:\"webmaster, seo, google, bing, pinterest, search, console\";}s:32:\"5ab4c0db7c42e10e646342da0274c491\";a:14:{s:4:\"name\";s:10:\"VideoPress\";s:11:\"description\";s:68:\"Upload and embed videos right on your site. (Subscription required.)\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"27\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.5\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:5:\"false\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:17:\"Photos and Videos\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:25:\"video, videos, videopress\";}s:32:\"60a1d3aa38
 bc0fe1039e59dd60888543\";a:14:{s:4:\"name\";s:17:\"Widget Visibility\";s:11:\"description\";s:57:\"Specify which widgets appear on which pages of your site.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"17\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.4\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:10:\"Appearance\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:54:\"widget visibility, logic, conditional, widgets, widget\";}s:32:\"174ed3416476c2cb9ff5b0f671280b15\";a:14:{s:4:\"name\";s:21:\"Extra Sidebar W
 idgets\";s:11:\"description\";s:79:\"Add images, Twitter streams, your site’s RSS links, and more to your sidebar.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1:\"4\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.2\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:18:\"Social, Appearance\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:65:\"widget, widgets, facebook, gallery, twitter, gravatar, image, rss\";}s:32:\"28b931a1db19bd24869bd54b14e733d5\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";
 s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";}}}','yes'),(15246,'jetpack_available_modules','a:1:{s:5:\"4.0.3\";a:37:{s:18:\"after-the-deadline\";s:3:\"1.1\";s:8:\"carousel\";s:3:\"1.5\";s:8:\"comments\";s:3:\"1.4\";s:12:\"contact-form\";s:3:\"1.3\";s:20:\"custom-content-types\";s:3:\"3.1\";s:10:\"custom-css\";s:
 3:\"1.7\";s:21:\"enhanced-distribution\";s:3:\"1.2\";s:19:\"gravatar-hovercards\";s:3:\"1.1\";s:15:\"infinite-scroll\";s:3:\"2.0\";s:8:\"json-api\";s:3:\"1.9\";s:5:\"latex\";s:3:\"1.1\";s:5:\"likes\";s:3:\"2.2\";s:6:\"manage\";s:3:\"3.4\";s:8:\"markdown\";s:3:\"2.8\";s:9:\"minileven\";s:3:\"1.8\";s:7:\"monitor\";s:3:\"2.6\";s:5:\"notes\";s:3:\"1.9\";s:10:\"omnisearch\";s:3:\"2.3\";s:6:\"photon\";s:3:\"2.0\";s:13:\"post-by-email\";s:3:\"2.0\";s:7:\"protect\";s:3:\"3.4\";s:9:\"publicize\";s:3:\"2.0\";s:13:\"related-posts\";s:3:\"2.9\";s:10:\"sharedaddy\";s:3:\"1.1\";s:10:\"shortcodes\";s:3:\"1.1\";s:10
 :\"shortlinks\";s:3:\"1.1\";s:9:\"site-icon\";s:3:\"3.2\";s:8:\"sitemaps\";s:3:\"3.9\";s:3:\"sso\";s:3:\"2.6\";s:5:\"stats\";s:3:\"1.1\";s:13:\"subscriptions\";s:3:\"1.2\";s:13:\"tiled-gallery\";s:3:\"2.1\";s:10:\"vaultpress\";s:5:\"0:1.2\";s:18:\"verification-tools\";s:3:\"3.0\";s:10:\"videopress\";s:3:\"2.5\";s:17:\"widget-visibility\";s:3:\"2.4\";s:7:\"widgets\";s:3:\"1.2\";}}','yes'),(15269,'theme_mods_twentyfourteen','a:1:{s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1417901065;s:4:\"data\";a:4:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\&quot
 ;;i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}s:9:\"sidebar-2\";a:0:{}s:9:\"sidebar-3\";a:0:{}}}}','yes'),(15274,'_transient_random_seed','213d8e362920cafc0af17d073c5ba455','yes'),(15313,'widget_nav_menu','a:2:{i:2;a:2:{s:5:\"title\";s:9:\"Resources\";s:8:\"nav_menu\";i:6;}s:12:\"_multiwidget\";i:1;}','yes'),(15330,'nav_menu_options','a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}','yes'),(15412,'rewrite_rules','a:398:{s:11:\"^wp-json/?$\";s:22:\"index.php?json_route=/\";s:14:\"^wp-json/(.*)?\";s:33:\"index.php?json_route=/$matches[1]\";s:15:\"^calendar\\.ics$\";s:32:\"index.php?wcorg_wordcamps_ical=1\";s:27:\"news/wcb_sponsor_invoice/?$\";s:39:\"index.php?post_type=wcb_sponsor_invoice\";s:57:\"news/wcb_sponsor_invoice/feed/(feed|rdf|rss|rss2|atom)/?$\";s:56:\"index.php?post_type=wcb_sponsor_invoice&feed
 =$matches[1]\";s:52:\"news/wcb_sponsor_invoice/(feed|rdf|rss|rss2|atom)/?$\";s:56:\"index.php?post_type=wcb_sponsor_invoice&feed=$matches[1]\";s:44:\"news/wcb_sponsor_invoice/page/([0-9]{1,})/?$\";s:57:\"index.php?post_type=wcb_sponsor_invoice&paged=$matches[1]\";s:25:\"news/wcb_reimbursement/?$\";s:37:\"index.php?post_type=wcb_reimbursement\";s:55:\"news/wcb_reimbursement/feed/(feed|rdf|rss|rss2|atom)/?$\";s:54:\"index.php?post_type=wcb_reimbursement&feed=$matches[1]\";s:50:\"news/wcb_reimbursement/(feed|rdf|rss|rss2|atom)/?$\";s:54:\"index.php?post_type=wcb_reimbursement&feed=$matches[1]\";s:42:\"news/wcb_reimbursement/page/([0-9]{1,})/?$\";s:55:\"index.php?post_type=wcb_reimbursement&paged=$matches[1]\";s:27:\"news/wcp_payment_request/?$\";s:39:\"index.php?post_type=wcp_payment_request\";s:57:\"news/wcp_payment_r
 equest/feed/(feed|rdf|rss|rss2|atom)/?$\";s:56:\"index.php?post_type=wcp_payment_request&feed=$matches[1]\";s:52:\"news/wcp_payment_request/(feed|rdf|rss|rss2|atom)/?$\";s:56:\"index.php?post_type=wcp_payment_request&feed=$matches[1]\";s:44:\"news/wcp_payment_request/page/([0-9]{1,})/?$\";s:57:\"index.php?post_type=wcp_payment_request&paged=$matches[1]\";s:22:\"multi-event-sponsor/?$\";s:23:\"index.php?post_type=mes\";s:52:\"multi-event-sponsor/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?post_type=mes&feed=$matches[1]\";s:47:\"multi-event-sponsor/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?post_type=mes&feed=$matches[1]\";s:39:\"multi-event-sponsor/page/([0-9]{1,})/?$\";s:41:\"index.php?post_type=mes&paged=$matches[1]\";s:20:\"sponsorship-level/?$\";s:37:\"index.php?post_type=mes-sponsor-level\";
 s:50:\"sponsorship-level/feed/(feed|rdf|rss|rss2|atom)/?$\";s:54:\"index.php?post_type=mes-sponsor-level&feed=$matches[1]\";s:45:\"sponsorship-level/(feed|rdf|rss|rss2|atom)/?$\";s:54:\"index.php?post_type=mes-sponsor-level&feed=$matches[1]\";s:37:\"sponsorship-level/page/([0-9]{1,})/?$\";s:55:\"index.php?post_type=mes-sponsor-level&paged=$matches[1]\";s:12:\"wordcamps/?$\";s:28:\"index.php?post_type=wordcamp\";s:42:\"wordcamps/feed/(feed|rdf|rss|rss2|atom)/?$\";s:45:\"index.php?post_type=wordcamp&feed=$matches[1]\";s:37:\"wordcamps/(feed|rdf|rss|rss2|atom)/?$\";s:45:\"index.php?post_type=wordcamp&feed=$matches[1]\";s:29:\"wordcamps/page/([0-9]{1,})/?$\";s:46:\"index.php?post_type=wordcamp&paged=$matches[1]\";s:52:\"news/category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$match
 es[1]&feed=$matches[2]\";s:47:\"news/category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:28:\"news/category/(.+?)/embed/?$\";s:46:\"index.php?category_name=$matches[1]&embed=true\";s:40:\"news/category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:22:\"news/category/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:49:\"news/tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:44:\"news/tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:25:\"news/tag/([^/]+)/embed/?$\";s:36:\"index.php?tag=$matches[1]&embed=true\";s:37:\"news/tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&amp
 ;paged=$matches[2]\";s:19:\"news/tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:50:\"news/type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:45:\"news/type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:26:\"news/type/([^/]+)/embed/?$\";s:44:\"index.php?post_format=$matches[1]&embed=true\";s:38:\"news/type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?post_format=$matches[1]&paged=$matches[2]\";s:20:\"news/type/([^/]+)/?$\";s:33:\"index.php?post_format=$matches[1]\";s:43:\"news/tix_ticket/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:53:\"news/tix_ticket/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:73:\"new
 s/tix_ticket/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:68:\"news/tix_ticket/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:68:\"news/tix_ticket/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:49:\"news/tix_ticket/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:32:\"news/tix_ticket/([^/]+)/embed/?$\";s:58:\"index.php?post_type=tix_ticket&name=$matches[1]&embed=true\";s:36:\"news/tix_ticket/([^/]+)/trackback/?$\";s:52:\"index.php?post_type=tix_ticket&name=$matches[1]&tb=1\";s:44:\"news/tix_ticket/([^/]+)/page/?([0-9]{1,})/?$\";s:65:\"index.php?post_type=tix_ticket&na
 me=$matches[1]&paged=$matches[2]\";s:51:\"news/tix_ticket/([^/]+)/comment-page-([0-9]{1,})/?$\";s:65:\"index.php?post_type=tix_ticket&name=$matches[1]&cpage=$matches[2]\";s:40:\"news/tix_ticket/([^/]+)(?:/([0-9]+))?/?$\";s:64:\"index.php?post_type=tix_ticket&name=$matches[1]&page=$matches[2]\";s:32:\"news/tix_ticket/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:42:\"news/tix_ticket/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:62:\"news/tix_ticket/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:57:\"news/tix_ticket/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:57:\"news/tix_ticket/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attach
 ment=$matches[1]&cpage=$matches[2]\";s:38:\"news/tix_ticket/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:45:\"news/tix_question/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:55:\"news/tix_question/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:75:\"news/tix_question/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:70:\"news/tix_question/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:70:\"news/tix_question/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:51:\"news/tix_question/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\&
 quot;index.php?attachment=$matches[1]&embed=true\";s:34:\"news/tix_question/([^/]+)/embed/?$\";s:60:\"index.php?post_type=tix_question&name=$matches[1]&embed=true\";s:38:\"news/tix_question/([^/]+)/trackback/?$\";s:54:\"index.php?post_type=tix_question&name=$matches[1]&tb=1\";s:46:\"news/tix_question/([^/]+)/page/?([0-9]{1,})/?$\";s:67:\"index.php?post_type=tix_question&name=$matches[1]&paged=$matches[2]\";s:53:\"news/tix_question/([^/]+)/comment-page-([0-9]{1,})/?$\";s:67:\"index.php?post_type=tix_question&name=$matches[1]&cpage=$matches[2]\";s:42:\"news/tix_question/([^/]+)(?:/([0-9]+))?/?$\";s:66:\"index.php?post_type=tix_question&name=$matches[1]&page=$matches[2]\";s:34:\"news/tix_question/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:44:\"news/tix_question/[^/]+/([^/]+)/trackback/?$\";
 s:37:\"index.php?attachment=$matches[1]&tb=1\";s:64:\"news/tix_question/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:59:\"news/tix_question/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:59:\"news/tix_question/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:40:\"news/tix_question/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:45:\"news/tix_attendee/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:55:\"news/tix_attendee/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:75:\"news/tix_attendee/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\"
 ;s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:70:\"news/tix_attendee/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:70:\"news/tix_attendee/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:51:\"news/tix_attendee/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:34:\"news/tix_attendee/([^/]+)/embed/?$\";s:60:\"index.php?post_type=tix_attendee&name=$matches[1]&embed=true\";s:38:\"news/tix_attendee/([^/]+)/trackback/?$\";s:54:\"index.php?post_type=tix_attendee&name=$matches[1]&tb=1\";s:46:\"news/tix_attendee/([^/]+)/page/?([0-9]{1,})/?$\";s:67:\"index.php?post_type=tix_attendee&name=$matches[1]&paged=$matches[2]\";s:53:\"new
 s/tix_attendee/([^/]+)/comment-page-([0-9]{1,})/?$\";s:67:\"index.php?post_type=tix_attendee&name=$matches[1]&cpage=$matches[2]\";s:42:\"news/tix_attendee/([^/]+)(?:/([0-9]+))?/?$\";s:66:\"index.php?post_type=tix_attendee&name=$matches[1]&page=$matches[2]\";s:34:\"news/tix_attendee/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:44:\"news/tix_attendee/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:64:\"news/tix_attendee/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:59:\"news/tix_attendee/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:59:\"news/tix_attendee/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\&q
 uot;;s:40:\"news/tix_attendee/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:43:\"news/tix_coupon/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:53:\"news/tix_coupon/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:73:\"news/tix_coupon/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:68:\"news/tix_coupon/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:68:\"news/tix_coupon/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:49:\"news/tix_coupon/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=tru
 e\";s:32:\"news/tix_coupon/([^/]+)/embed/?$\";s:58:\"index.php?post_type=tix_coupon&name=$matches[1]&embed=true\";s:36:\"news/tix_coupon/([^/]+)/trackback/?$\";s:52:\"index.php?post_type=tix_coupon&name=$matches[1]&tb=1\";s:44:\"news/tix_coupon/([^/]+)/page/?([0-9]{1,})/?$\";s:65:\"index.php?post_type=tix_coupon&name=$matches[1]&paged=$matches[2]\";s:51:\"news/tix_coupon/([^/]+)/comment-page-([0-9]{1,})/?$\";s:65:\"index.php?post_type=tix_coupon&name=$matches[1]&cpage=$matches[2]\";s:40:\"news/tix_coupon/([^/]+)(?:/([0-9]+))?/?$\";s:64:\"index.php?post_type=tix_coupon&name=$matches[1]&page=$matches[2]\";s:32:\"news/tix_coupon/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:42:\"news/tix_coupon/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:62:\"ne
 ws/tix_coupon/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:57:\"news/tix_coupon/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:57:\"news/tix_coupon/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:38:\"news/tix_coupon/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:42:\"news/tix_email/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:52:\"news/tix_email/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:72:\"news/tix_email/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:67:\"news/t
 ix_email/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:67:\"news/tix_email/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:48:\"news/tix_email/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:31:\"news/tix_email/([^/]+)/embed/?$\";s:57:\"index.php?post_type=tix_email&name=$matches[1]&embed=true\";s:35:\"news/tix_email/([^/]+)/trackback/?$\";s:51:\"index.php?post_type=tix_email&name=$matches[1]&tb=1\";s:43:\"news/tix_email/([^/]+)/page/?([0-9]{1,})/?$\";s:64:\"index.php?post_type=tix_email&name=$matches[1]&paged=$matches[2]\";s:50:\"news/tix_email/([^/]+)/comment-page-([0-9]{1,})/?$\";s:64:\"index.php?post_type=tix_email&name=$matches[1]&a
 mp;cpage=$matches[2]\";s:39:\"news/tix_email/([^/]+)(?:/([0-9]+))?/?$\";s:63:\"index.php?post_type=tix_email&name=$matches[1]&page=$matches[2]\";s:31:\"news/tix_email/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:41:\"news/tix_email/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:61:\"news/tix_email/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\"news/tix_email/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\"news/tix_email/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:37:\"news/tix_email/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:40:\"news/
 speaker/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:50:\"news/speaker/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:70:\"news/speaker/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"news/speaker/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"news/speaker/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:46:\"news/speaker/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:29:\"news/speaker/([^/]+)/embed/?$\";s:44:\"index.php?wcb_speaker=$matches[1]&embed=true\";s:33:\"news/speaker/([^/]+)/trackbac
 k/?$\";s:38:\"index.php?wcb_speaker=$matches[1]&tb=1\";s:41:\"news/speaker/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?wcb_speaker=$matches[1]&paged=$matches[2]\";s:48:\"news/speaker/([^/]+)/comment-page-([0-9]{1,})/?$\";s:51:\"index.php?wcb_speaker=$matches[1]&cpage=$matches[2]\";s:37:\"news/speaker/([^/]+)(?:/([0-9]+))?/?$\";s:50:\"index.php?wcb_speaker=$matches[1]&page=$matches[2]\";s:29:\"news/speaker/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:39:\"news/speaker/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:59:\"news/speaker/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"news/speaker/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\
 ";s:54:\"news/speaker/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:35:\"news/speaker/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:35:\"session/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:45:\"session/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:65:\"session/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"session/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"session/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:41:\"session/[^
 /]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:24:\"session/([^/]+)/embed/?$\";s:44:\"index.php?wcb_session=$matches[1]&embed=true\";s:28:\"session/([^/]+)/trackback/?$\";s:38:\"index.php?wcb_session=$matches[1]&tb=1\";s:36:\"session/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?wcb_session=$matches[1]&paged=$matches[2]\";s:43:\"session/([^/]+)/comment-page-([0-9]{1,})/?$\";s:51:\"index.php?wcb_session=$matches[1]&cpage=$matches[2]\";s:32:\"session/([^/]+)(?:/([0-9]+))?/?$\";s:50:\"index.php?wcb_session=$matches[1]&page=$matches[2]\";s:24:\"session/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:34:\"session/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:54:\"session/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)
 /?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"session/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"session/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:30:\"session/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:35:\"sponsor/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:45:\"sponsor/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:65:\"sponsor/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"sponsor/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matche
 s[1]&feed=$matches[2]\";s:60:\"sponsor/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:41:\"sponsor/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:24:\"sponsor/([^/]+)/embed/?$\";s:44:\"index.php?wcb_sponsor=$matches[1]&embed=true\";s:28:\"sponsor/([^/]+)/trackback/?$\";s:38:\"index.php?wcb_sponsor=$matches[1]&tb=1\";s:36:\"sponsor/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?wcb_sponsor=$matches[1]&paged=$matches[2]\";s:43:\"sponsor/([^/]+)/comment-page-([0-9]{1,})/?$\";s:51:\"index.php?wcb_sponsor=$matches[1]&cpage=$matches[2]\";s:32:\"sponsor/([^/]+)(?:/([0-9]+))?/?$\";s:50:\"index.php?wcb_sponsor=$matches[1]&page=$matches[2]\";s:24:\"sponsor/[^/]+/([^/]+)/?$\";s:32:\"index.php
 ?attachment=$matches[1]\";s:34:\"sponsor/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:54:\"sponsor/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"sponsor/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"sponsor/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:30:\"sponsor/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:37:\"organizer/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:47:\"organizer/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:67:\"organizer/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss
 |rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"organizer/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"organizer/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:43:\"organizer/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:26:\"organizer/([^/]+)/embed/?$\";s:46:\"index.php?wcb_organizer=$matches[1]&embed=true\";s:30:\"organizer/([^/]+)/trackback/?$\";s:40:\"index.php?wcb_organizer=$matches[1]&tb=1\";s:38:\"organizer/([^/]+)/page/?([0-9]{1,})/?$\";s:53:\"index.php?wcb_organizer=$matches[1]&paged=$matches[2]\";s:45:\"organizer/([^/]+)/comment-page-([0-9]{1,})/?$\";s:53:\"index.php?wcb_organ
 izer=$matches[1]&cpage=$matches[2]\";s:34:\"organizer/([^/]+)(?:/([0-9]+))?/?$\";s:52:\"index.php?wcb_organizer=$matches[1]&page=$matches[2]\";s:26:\"organizer/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:36:\"organizer/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:56:\"organizer/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:51:\"organizer/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:51:\"organizer/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:32:\"organizer/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:51:\"news/track/([^/]+)/feed/(feed|rdf|rss
 |rss2|atom)/?$\";s:44:\"index.php?track=$matches[1]&feed=$matches[2]\";s:46:\"news/track/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:44:\"index.php?track=$matches[1]&feed=$matches[2]\";s:27:\"news/track/([^/]+)/embed/?$\";s:38:\"index.php?track=$matches[1]&embed=true\";s:39:\"news/track/([^/]+)/page/?([0-9]{1,})/?$\";s:45:\"index.php?track=$matches[1]&paged=$matches[2]\";s:21:\"news/track/([^/]+)/?$\";s:27:\"index.php?track=$matches[1]\";s:59:\"news/sponsor_level/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?sponsor_level=$matches[1]&feed=$matches[2]\";s:54:\"news/sponsor_level/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?sponsor_level=$matches[1]&feed=$matches[2]\";s:35:\"news/sponsor_level/([^/]+)/embed/?$\";s:46:\"index.php?sponsor_level=$matches[1]&embed=true\";s:47:\"news/s
 ponsor_level/([^/]+)/page/?([0-9]{1,})/?$\";s:53:\"index.php?sponsor_level=$matches[1]&paged=$matches[2]\";s:29:\"news/sponsor_level/([^/]+)/?$\";s:35:\"index.php?sponsor_level=$matches[1]\";s:52:\"news/wcb_sponsor_invoice/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:62:\"news/wcb_sponsor_invoice/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:82:\"news/wcb_sponsor_invoice/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:77:\"news/wcb_sponsor_invoice/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:77:\"news/wcb_sponsor_invoice/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$ma
 tches[2]\";s:58:\"news/wcb_sponsor_invoice/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:41:\"news/wcb_sponsor_invoice/([^/]+)/embed/?$\";s:52:\"index.php?wcb_sponsor_invoice=$matches[1]&embed=true\";s:45:\"news/wcb_sponsor_invoice/([^/]+)/trackback/?$\";s:46:\"index.php?wcb_sponsor_invoice=$matches[1]&tb=1\";s:65:\"news/wcb_sponsor_invoice/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:58:\"index.php?wcb_sponsor_invoice=$matches[1]&feed=$matches[2]\";s:60:\"news/wcb_sponsor_invoice/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:58:\"index.php?wcb_sponsor_invoice=$matches[1]&feed=$matches[2]\";s:53:\"news/wcb_sponsor_invoice/([^/]+)/page/?([0-9]{1,})/?$\";s:59:\"index.php?wcb_sponsor_invoice=$matches[1]&paged=$matches[2]\";s:60:\"news/wcb_sponsor_invoice/([^/]+)/comment-page-([0-9]{1,})/?$\"
 ;s:59:\"index.php?wcb_sponsor_invoice=$matches[1]&cpage=$matches[2]\";s:49:\"news/wcb_sponsor_invoice/([^/]+)(?:/([0-9]+))?/?$\";s:58:\"index.php?wcb_sponsor_invoice=$matches[1]&page=$matches[2]\";s:41:\"news/wcb_sponsor_invoice/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:51:\"news/wcb_sponsor_invoice/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:71:\"news/wcb_sponsor_invoice/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:66:\"news/wcb_sponsor_invoice/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:66:\"news/wcb_sponsor_invoice/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:47:\"news/wcb_sponsor_invoi
 ce/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:50:\"news/wcb_reimbursement/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:60:\"news/wcb_reimbursement/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:80:\"news/wcb_reimbursement/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:75:\"news/wcb_reimbursement/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:75:\"news/wcb_reimbursement/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:56:\"news/wcb_reimbursement/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&amp
 ;embed=true\";s:39:\"news/wcb_reimbursement/([^/]+)/embed/?$\";s:50:\"index.php?wcb_reimbursement=$matches[1]&embed=true\";s:43:\"news/wcb_reimbursement/([^/]+)/trackback/?$\";s:44:\"index.php?wcb_reimbursement=$matches[1]&tb=1\";s:63:\"news/wcb_reimbursement/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:56:\"index.php?wcb_reimbursement=$matches[1]&feed=$matches[2]\";s:58:\"news/wcb_reimbursement/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:56:\"index.php?wcb_reimbursement=$matches[1]&feed=$matches[2]\";s:51:\"news/wcb_reimbursement/([^/]+)/page/?([0-9]{1,})/?$\";s:57:\"index.php?wcb_reimbursement=$matches[1]&paged=$matches[2]\";s:58:\"news/wcb_reimbursement/([^/]+)/comment-page-([0-9]{1,})/?$\";s:57:\"index.php?wcb_reimbursement=$matches[1]&cpage=$matches[2]\";s:47:\"news/wcb_reimbursement/([^/]+)(?:/([0-9]+))?/?$\";s:56:\"ind
 ex.php?wcb_reimbursement=$matches[1]&page=$matches[2]\";s:39:\"news/wcb_reimbursement/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:49:\"news/wcb_reimbursement/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:69:\"news/wcb_reimbursement/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:64:\"news/wcb_reimbursement/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:64:\"news/wcb_reimbursement/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:45:\"news/wcb_reimbursement/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:52:\"news/wcp_payment_request/[^/]+/attachment/([^/]+)/?$\";s:32:\&quo
 t;index.php?attachment=$matches[1]\";s:62:\"news/wcp_payment_request/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:82:\"news/wcp_payment_request/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:77:\"news/wcp_payment_request/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:77:\"news/wcp_payment_request/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:58:\"news/wcp_payment_request/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:41:\"news/wcp_payment_request/([^/]+)/embed/?$\";s:52:\"index.php?wcp_payment_request=$matches[1]&embed=true\";s:45:\"ne
 ws/wcp_payment_request/([^/]+)/trackback/?$\";s:46:\"index.php?wcp_payment_request=$matches[1]&tb=1\";s:65:\"news/wcp_payment_request/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:58:\"index.php?wcp_payment_request=$matches[1]&feed=$matches[2]\";s:60:\"news/wcp_payment_request/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:58:\"index.php?wcp_payment_request=$matches[1]&feed=$matches[2]\";s:53:\"news/wcp_payment_request/([^/]+)/page/?([0-9]{1,})/?$\";s:59:\"index.php?wcp_payment_request=$matches[1]&paged=$matches[2]\";s:60:\"news/wcp_payment_request/([^/]+)/comment-page-([0-9]{1,})/?$\";s:59:\"index.php?wcp_payment_request=$matches[1]&cpage=$matches[2]\";s:49:\"news/wcp_payment_request/([^/]+)(?:/([0-9]+))?/?$\";s:58:\"index.php?wcp_payment_request=$matches[1]&page=$matches[2]\";s:41:\"news/wcp_payment_request/[^/]+/([^/]+)/?$\";s:32:\"inde
 x.php?attachment=$matches[1]\";s:51:\"news/wcp_payment_request/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:71:\"news/wcp_payment_request/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:66:\"news/wcp_payment_request/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:66:\"news/wcp_payment_request/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:47:\"news/wcp_payment_request/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:57:\"news/mes-regions/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?mes-regions=$matches[1]&feed=$matches[2]\";s:52:\"news/mes-regions/([^/]+)/(feed|rdf|rss|rss2|atom)
 /?$\";s:50:\"index.php?mes-regions=$matches[1]&feed=$matches[2]\";s:33:\"news/mes-regions/([^/]+)/embed/?$\";s:44:\"index.php?mes-regions=$matches[1]&embed=true\";s:45:\"news/mes-regions/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?mes-regions=$matches[1]&paged=$matches[2]\";s:27:\"news/mes-regions/([^/]+)/?$\";s:33:\"index.php?mes-regions=$matches[1]\";s:47:\"multi-event-sponsor/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:57:\"multi-event-sponsor/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:77:\"multi-event-sponsor/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"multi-event-sponsor/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment
 =$matches[1]&feed=$matches[2]\";s:72:\"multi-event-sponsor/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:53:\"multi-event-sponsor/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:36:\"multi-event-sponsor/([^/]+)/embed/?$\";s:36:\"index.php?mes=$matches[1]&embed=true\";s:40:\"multi-event-sponsor/([^/]+)/trackback/?$\";s:30:\"index.php?mes=$matches[1]&tb=1\";s:60:\"multi-event-sponsor/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?mes=$matches[1]&feed=$matches[2]\";s:55:\"multi-event-sponsor/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?mes=$matches[1]&feed=$matches[2]\";s:48:\"multi-event-sponsor/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?mes=$matches[1]&paged=$matches[2]\&quot
 ;;s:55:\"multi-event-sponsor/([^/]+)/comment-page-([0-9]{1,})/?$\";s:43:\"index.php?mes=$matches[1]&cpage=$matches[2]\";s:44:\"multi-event-sponsor/([^/]+)(?:/([0-9]+))?/?$\";s:42:\"index.php?mes=$matches[1]&page=$matches[2]\";s:36:\"multi-event-sponsor/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:46:\"multi-event-sponsor/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:66:\"multi-event-sponsor/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:61:\"multi-event-sponsor/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:61:\"multi-event-sponsor/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:42:\"multi-ev
 ent-sponsor/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:45:\"sponsorship-level/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:55:\"sponsorship-level/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:75:\"sponsorship-level/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:70:\"sponsorship-level/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:70:\"sponsorship-level/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:51:\"sponsorship-level/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:
 34:\"sponsorship-level/([^/]+)/embed/?$\";s:50:\"index.php?mes-sponsor-level=$matches[1]&embed=true\";s:38:\"sponsorship-level/([^/]+)/trackback/?$\";s:44:\"index.php?mes-sponsor-level=$matches[1]&tb=1\";s:58:\"sponsorship-level/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:56:\"index.php?mes-sponsor-level=$matches[1]&feed=$matches[2]\";s:53:\"sponsorship-level/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:56:\"index.php?mes-sponsor-level=$matches[1]&feed=$matches[2]\";s:46:\"sponsorship-level/([^/]+)/page/?([0-9]{1,})/?$\";s:57:\"index.php?mes-sponsor-level=$matches[1]&paged=$matches[2]\";s:53:\"sponsorship-level/([^/]+)/comment-page-([0-9]{1,})/?$\";s:57:\"index.php?mes-sponsor-level=$matches[1]&cpage=$matches[2]\";s:42:\"sponsorship-level/([^/]+)(?:/([0-9]+))?/?$\";s:56:\"index.php?mes-sponsor-level=$matches[1]&page=$matches[2
 ]\";s:34:\"sponsorship-level/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:44:\"sponsorship-level/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:64:\"sponsorship-level/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:59:\"sponsorship-level/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:59:\"sponsorship-level/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:40:\"sponsorship-level/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:37:\"wordcamps/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:47:\"wordcamps/[^/]+/attachment/([^/]+)/trackback/?$
 \";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:67:\"wordcamps/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"wordcamps/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"wordcamps/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:43:\"wordcamps/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:26:\"wordcamps/([^/]+)/embed/?$\";s:41:\"index.php?wordcamp=$matches[1]&embed=true\";s:30:\"wordcamps/([^/]+)/trackback/?$\";s:35:\"index.php?wordcamp=$matches[1]&tb=1\";s:50:\"wordcamps/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?wordcamp=$match
 es[1]&feed=$matches[2]\";s:45:\"wordcamps/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?wordcamp=$matches[1]&feed=$matches[2]\";s:38:\"wordcamps/([^/]+)/page/?([0-9]{1,})/?$\";s:48:\"index.php?wordcamp=$matches[1]&paged=$matches[2]\";s:45:\"wordcamps/([^/]+)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?wordcamp=$matches[1]&cpage=$matches[2]\";s:34:\"wordcamps/([^/]+)(?:/([0-9]+))?/?$\";s:47:\"index.php?wordcamp=$matches[1]&page=$matches[2]\";s:26:\"wordcamps/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:36:\"wordcamps/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:56:\"wordcamps/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:51:\"wordcamps/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";
 s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:51:\"wordcamps/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:32:\"wordcamps/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:12:\"robots\\.txt$\";s:18:\"index.php?robots=1\";s:48:\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$\";s:18:\"index.php?feed=old\";s:20:\".*wp-app\\.php(/.*)?$\";s:19:\"index.php?error=403\";s:16:\".*wp-signup.php$\";s:21:\"index.php?signup=true\";s:18:\".*wp-activate.php$\";s:23:\"index.php?activate=true\";s:18:\".*wp-register.php$\";s:23:\"index.php?register=true\";s:32:\"feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:27:\"(feed|rdf|rss|rss2|atom)/?$\";s:27:\"i
 ndex.php?&feed=$matches[1]\";s:8:\"embed/?$\";s:21:\"index.php?&embed=true\";s:20:\"page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:27:\"comment-page-([0-9]{1,})/?$\";s:41:\"index.php?&page_id=3798&cpage=$matches[1]\";s:41:\"comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:36:\"comments/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:17:\"comments/embed/?$\";s:21:\"index.php?&embed=true\";s:44:\"search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:39:\"search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:20:\"search/(.+)/embed/?$\";s:34:\"index.php?s=$matches[1]&embed=tru
 e\";s:32:\"search/(.+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?s=$matches[1]&paged=$matches[2]\";s:14:\"search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:52:\"news/author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:47:\"news/author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:28:\"news/author/([^/]+)/embed/?$\";s:44:\"index.php?author_name=$matches[1]&embed=true\";s:40:\"news/author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:22:\"news/author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:74:\"news/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&amp
 ;day=$matches[3]&feed=$matches[4]\";s:69:\"news/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:50:\"news/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/embed/?$\";s:74:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&embed=true\";s:62:\"news/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]\";s:44:\"news/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$\";s:63:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]\";s:61:\"news/([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:56:\"news/([0-9]{4})/([0-9]{1,2})/(feed|rdf|r
 ss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:37:\"news/([0-9]{4})/([0-9]{1,2})/embed/?$\";s:58:\"index.php?year=$matches[1]&monthnum=$matches[2]&embed=true\";s:49:\"news/([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]\";s:31:\"news/([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:48:\"news/([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:43:\"news/([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:24:\"news/([0-9]{4})/embed/?$\";s:37:\"index.php?year=$matches[1]&embed=true\";s:36:\"news/([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$
 matches[1]&paged=$matches[2]\";s:18:\"news/([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:63:\"news/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:73:\"news/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:93:\"news/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:88:\"news/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:88:\"news/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:69:\"news/[0-9]{4}/[0-9]{1,2
 }/[0-9]{1,2}/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:58:\"news/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/embed/?$\";s:91:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&embed=true\";s:62:\"news/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/trackback/?$\";s:85:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&tb=1\";s:82:\"news/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:77:\"news/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:7
 0:\"news/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/page/?([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&paged=$matches[5]\";s:77:\"news/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/comment-page-([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&cpage=$matches[5]\";s:66:\"news/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)(?:/([0-9]+))?/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&page=$matches[5]\";s:52:\"news/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:62:\"news/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:82:\"news/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]
 +)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:77:\"news/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:77:\"news/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:58:\"news/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:69:\"news/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&cpage=$matches[4]\";s:56:\"news/([0-9]{4})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&cpage=$matches[3]\";s:43:\"news/([0-9]{
 4})/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&cpage=$matches[2]\";s:27:\".?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\".?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\".?.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"(.?.+?)/embed/?$\";s:41:\"index.php?pagename=$matches[1]&embed=true\";s:20:\&quot
 ;(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:40:\"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:35:\"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:28:\"(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:35:\"(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:24:\"(.?.+?)(?:/([0-9]+))?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";}','yes'),(15413,'finished_splitting_shared_terms','1','yes'),(15419,'widget_pages','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(15420,'widget_calendar','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(15421,'widget_tag_cloud','a:1:{s:12:\"_multiwidget\";i:1;}','yes')
 ,(15422,'widget_akismet_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(15423,'widget_epcsp_subscribe','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(15424,'widget_wcb_sponsors','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(15425,'widget_wcpt_speakers','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(15426,'widget_wcpt_sessions','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(15427,'widget_wcpt_organizers','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(15429,'site_icon','0','yes'),(15430,'medium_large_size_w','768','yes'),(15431,'medium_large_size_h','0','yes'),(15432,'_transient_timeout_feed_ea3db789640d034994489b5e47dc50ea','1465281081','no'),(15433,'_transient_feed_ea3db789640d034994489b5e47dc50ea','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\"
 ;}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:175:\"\n    \n      \n      \n      \n      \n      \n      \n      \n      \n\n\n  \n      \n      \n              \n              \n              \n              \n              \n              \n              \n              \n              \n              \n              \n              \n              \n              \n              \n              \n              \n              \n              \n              \n              \n              \n              \n              \n              \n              \n              \n              \n              \n              \n              \n              \n              \n              \n              \n              \n              \n              \n              \n              \n              \n              \n              \n              \n              \n              \n              \n              \n              \n      \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:9:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"WordCampTV – WordPress.tv\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\&
 quot;;}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:19:\"http://wordpress.tv\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"Engage Yourself with WordPress.tv\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:13:\"lastBuildDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 06 Jun 2016 18:31:19 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"en\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0
 :\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"generator\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"http://wordpress.com/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"cloud\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:5:{s:6:\"domain\";s:12:\"wordpress.tv\";s:4:\"port\";s:2:\"80\";s:4:\"path\";s:17:\"/?rsscloud=notify\";s:17:\"registerProcedure\";s:0:\"\";s:8:\"protocol\";s:9:\"http-post\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"image\";a:1:{i:0;a:6:{s:4:\"data\";s:11:\"\n
                \n              \n              \n      \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:3:{s:3:\"url\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"http://s2.wp.com/i/buttonw-com.png\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"WordCampTV – WordPress.tv\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:19:\"http://wordpress.tv\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_expli
 cit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}s:4:\"item\";a:50:{i:0;a:6:{s:4:\"data\";s:66:\"\n         \n              \n              \n              \n              \n                              \n              \n              \n              \n              \n              \n\n            \n              \n                              \n                      \n              \n      \n\n            \n\n            \n      \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:6:{s:0:\"\";a:8:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"Damian Boni: Angular Word – WordPress and AngularJS\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"http://wordpress.tv/2016/06/05/damian-boni-angular-word-wp-angularjs/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xm
 l_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:77:\"http://wordpress.tv/2016/06/05/damian-boni-angular-word-wp-angularjs/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 06 Jun 2016 06:43:52 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:6:{i:0;a:5:{s:4:\"data\";s:4:\"2016\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:6:\"London\";s:7
 :\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:10:\"WordCampTV\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:9:\"AngularJS\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:10:\"JavaScript\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:5;a:5:{s:4:\"data\";s:8:\"REST API\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml
 _base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wordpress.tv/?p=58990\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:775:\"Damian will be talking about the way WordPress is shaping towards stronger/more frequent use as a fully fledged CMS platform with a strong focus on frontend content delivery using JavaScript technologies.\r\n\r\nSome of the key areas they’d like to highlight during their talk are the RESTful API integrations with WordPress, whenever it’s exposing WordPress functionality through use of WordPress REST API 2.0 Plugin, or integration with external services and how this can be done w
 ith technologies such as AngularJS.<p><a href=\"http://damianboni.com/wordcamp2016/#/title\">Presentation Slides &#187;</a></p><img alt=\"\" border=\"0\" src=\"http://pixel.wp.com/b.gif?host=wordpress.tv&#038;blog=5089392&#038;post=58990&#038;subd=wptv&#038;ref=&#038;feed=1\" width=\"1\" height=\"1\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"enclosure\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:82:\"http://videos.videopress.com/bn4jOuhW/damian-boni-angular-word-wp-angularjs_hd.mp4\";s:6:\"length\";s:9:\"945269760\";s:4:\"type\";s:9:\"video/mp4\";}}s:8:\"xml_base\";s:0:\&qu
 ot;\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"WordPress.tv\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:1115:\"<div id=\"v-bn4jOuhW-1\" class=\"video-player\" style=\"width:400px;height:224px\">\n<embed id=\"v-bn4jOuhW-1-video\" src=\"http://s0.videopress.com/player.swf?v=1.04&amp;guid=bn4jOuhW&amp;isDynamicSeeking=true&amp;hd=true\" type=\"application/x-shockwave-flash\" width=\"400\" height=\"224\" title=\"Damian Boni: Angular Word 
  WordPress and AngularJS\" wmode=\"direct\" seamlesstabbing=\"true\" allowfullscreen=\"true\" allowscriptaccess=\"always\" overstretch=\"true\"></embed></div><br />  <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/58990/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/58990/\" /></a> <img alt=\"\" border=\"0\" src=\"http://pixel.wp.com/b.gif?host=wordpress.tv&#038;blog=5089392&#038;post=58990&#038;subd=wptv&#038;ref=&#038;feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2016/06/05/damian-boni-angular-word-wp-angularjs/\"><img alt=\"Damian Boni: Angular Word – WordPress and AngularJS\" src=\"http://videos.videopress.co
 m/bn4jOuhW/damian-boni-angular-word-wp-angularjs_std.original.jpg\" width=\"160\" height=\"120\" /></a></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"http://wordpress.tv/2016/06/05/damian-boni-angular-word-wp-angularjs/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_l
 ang\";s:0:\"\";}}}s:29:\"http://search.yahoo.com/mrss/\";a:2:{s:7:\"content\";a:1:{i:0;a:6:{s:4:\"data\";s:7:\"\n                    \n              \";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:3:\"url\";s:153:\"http://1.gravatar.com/avatar/ad35284a9f9471314e3eef5f97dac331?s=96&d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&r=G\";s:6:\"medium\";s:5:\"image\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:29:\"http://search.yahoo.com/mrss/\";a:1:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"anonvideoupload\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"html\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\&q
 uot;xml_lang\";s:0:\"\";}}}}}}s:5:\"group\";a:1:{i:0;a:6:{s:4:\"data\";s:39:\"\n                       \n\n                    \n\n                    \n\n                    \n\n                    \n                      \n                      \n                      \n              \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:29:\"http://search.yahoo.com/mrss/\";a:5:{s:7:\"content\";a:4:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:9:{s:3:\"url\";s:82:\"http://videos.videopress.com/bn4jOuhW/damian-boni-angular-word-wp-angularjs_hd.mp4\";s:8:\"fileSize\";s:9:\"945269760\";s:4:\"type\";s:9:\"video/mp4\";s:6:\"medium\";s:5:\"video\";s:7:\"bitrate\";s:4:\"3160\";s:9:\"isDefault\";s:4:\"true\";s:8:\"duration\";s:4:\"2337\";s:5:\
 "width\";s:4:\"1280\";s:6:\"height\";s:3:\"720\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:9:{s:3:\"url\";s:83:\"http://videos.videopress.com/bn4jOuhW/damian-boni-angular-word-wp-angularjs_dvd.mp4\";s:8:\"fileSize\";s:9:\"457079808\";s:4:\"type\";s:9:\"video/mp4\";s:6:\"medium\";s:5:\"video\";s:7:\"bitrate\";s:4:\"1528\";s:9:\"isDefault\";s:5:\"false\";s:8:\"duration\";s:4:\"2337\";s:5:\"width\";s:3:\"640\";s:6:\"height\";s:3:\"360\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:
 5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:9:{s:3:\"url\";s:83:\"http://videos.videopress.com/bn4jOuhW/damian-boni-angular-word-wp-angularjs_std.mp4\";s:8:\"fileSize\";s:9:\"238112256\";s:4:\"type\";s:9:\"video/mp4\";s:6:\"medium\";s:5:\"video\";s:7:\"bitrate\";s:3:\"796\";s:9:\"isDefault\";s:5:\"false\";s:8:\"duration\";s:4:\"2337\";s:5:\"width\";s:3:\"400\";s:6:\"height\";s:3:\"224\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:9:{s:3:\"url\";s:84:\"http://videos.videopress.com/bn4jOuhW/damian-boni-angular-word-wp-angularjs_fmt1.ogv\";s:8:\&
 quot;fileSize\";s:9:\"238112256\";s:4:\"type\";s:9:\"video/ogg\";s:6:\"medium\";s:5:\"video\";s:7:\"bitrate\";s:3:\"796\";s:9:\"isDefault\";s:5:\"false\";s:8:\"duration\";s:4:\"2337\";s:5:\"width\";s:3:\"400\";s:6:\"height\";s:3:\"224\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:6:\"rating\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"g\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:6:\"scheme\";s:8:\"urn:mpaa\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"Damian Boni: Angular Word – WordPress and AngularJS\";s:7:\&qu
 ot;attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:5:\"plain\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"thumbnail\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:92:\"http://videos.videopress.com/bn4jOuhW/damian-boni-angular-word-wp-angularjs_std.original.jpg\";s:5:\"width\";s:3:\"256\";s:6:\"height\";s:3:\"144\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:6:\"player\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:78:\"http://s0.videopress.com/player.swf?v=1.04&guid=bn4jOuhW&isDynamicSeeking=true\"
 ;s:5:\"width\";s:3:\"400\";s:6:\"height\";s:3:\"225\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}i:1;a:6:{s:4:\"data\";s:69:\"\n           \n              \n              \n              \n              \n                              \n              \n              \n              \n              \n              \n              \n\n            \n              \n                              \n                      \n              \n      \n\n            \n\n            \n      \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:6:{s:0:\"\";a:8:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"Elliot Taylor, Dave Green, Philip John: Lightning Session\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:86:\"http://wordpress.tv
 /2016/06/05/elliot-taylor-dave-green-philip-john-lightning-session/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:94:\"http://wordpress.tv/2016/06/05/elliot-taylor-dave-green-philip-john-lightning-session/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 06 Jun 2016 06:43:27 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:7:{i:0;a:5:{s:4:\"data\";s:4:\"2016\";s:7:\"attribs\";a:0:{}s:8:\&quot
 ;xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:6:\"London\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:10:\"WordCampTV\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:16:\"coding standards\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:9:\"Developer\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\&quo
 t;xml_lang\";s:0:\"\";}i:5;a:5:{s:4:\"data\";s:14:\"Lightning Talk\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:6;a:5:{s:4:\"data\";s:4:\"SaaS\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wordpress.tv/?p=58994\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1550:\"Why switching to WordPress Coding Standards will make you a better d
 eveloper by Dave Green\r\n\r\nWordPress Coding Standards have been around for a while, yet many developers don’t write code with them, let alone know they exist. This was the case with me until September 2015 when I made the switch, and now I wish I’d dived in earlier! In this talk I’ll explain what they are, how they will help you write better, cleaner and more secure PHP code and why you should be using them for all WordPress projects.\r\n\r\nSee the slides for Dave Green’s Talk Why Switching WordPress Coding Standards will make you a better Developer\r\n\r\nBe a better developer with code review by Philip John\r\n\r\nCode review may sound boring – as developers we want to *write* code, not read someone else’s. But if there’s one thing we must do as developers it’s continually learn, and code review is one of the best ways to do that. This talk will help you improve as a developer by talking about code review, what it is, and how it can improve the security, scalab
 ility and readability of your code.\r\n\r\nBuilding a SaaS product in WordPress by Elliot Taylor\r\n\r\nLast year Elliot put his focus from his agency business onto developing his product business YoGrow. The talk will discuss some of the benefits of moving to a product business and how YoGrow uses WordPress and WooCommerce as a foundation.<img alt=\"\" border=\"0\" src=\"http://pixel.wp.com/b.gif?host=wordpress.tv&#038;blog=5089392&#038;post=58994&#038;subd=wptv&#038;ref=&#038;feed=1\" width=\"1\" height=\"1\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"enclosure\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:99:\"http://videos.videopress.com/dlIgQeAM/elliot-taylor-da
 ve-green-philip-john-lightning-session_hd.mp4\";s:6:\"length\";s:9:\"933539840\";s:4:\"type\";s:9:\"video/mp4\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"WordPress.tv\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:1157:\"<div id=\"v-dlIgQeAM-1\" class=\"video-player\" style=\"width:400px;height:224px\">\n<embed id=\"v-dlIgQeAM-1-video\" src=\"http://s0.videopress.com/player.swf?v=1.04&amp;guid=dlIgQe
 AM&amp;isDynamicSeeking=true&amp;hd=true\" type=\"application/x-shockwave-flash\" width=\"400\" height=\"224\" title=\"Elliot Taylor, Dave Green, Philip John: Lightning Session\" wmode=\"direct\" seamlesstabbing=\"true\" allowfullscreen=\"true\" allowscriptaccess=\"always\" overstretch=\"true\"></embed></div><br />  <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/58994/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/58994/\" /></a> <img alt=\"\" border=\"0\" src=\"http://pixel.wp.com/b.gif?host=wordpress.tv&#038;blog=5089392&#038;post=58994&#038;subd=wptv&#038;ref=&#038;feed=1\" width=\"1\" height=\"1\" /><div><a href=\"
 http://wordpress.tv/2016/06/05/elliot-taylor-dave-green-philip-john-lightning-session/\"><img alt=\"Elliot Taylor, Dave Green, Philip John: Lightning Session\" src=\"http://videos.videopress.com/dlIgQeAM/elliot-taylor-dave-green-philip-john-lightning-session_std.original.jpg\" width=\"160\" height=\"120\" /></a></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:91:\"http://wordpress.tv/2016/06/05/elliot-taylor-dave-green-philip-john-lightning-session/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/r
 ss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:29:\"http://search.yahoo.com/mrss/\";a:2:{s:7:\"content\";a:1:{i:0;a:6:{s:4:\"data\";s:7:\"\n                       \n              \";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:3:\"url\";s:153:\"http://1.gravatar.com/avatar/ad35284a9f9471314e3eef5f97dac331?s=96&d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&r=G\";s:6:\"medium\";s:5:\"image\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:29:\"http://search.yahoo.com/mrss/\";a:1:{s:5:\"title\";a:1:{i:0;a:5:{s:
 4:\"data\";s:15:\"anonvideoupload\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"html\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}s:5:\"group\";a:1:{i:0;a:6:{s:4:\"data\";s:39:\"\n                  \n\n                    \n\n                    \n\n                    \n\n                    \n                      \n                      \n                      \n              \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:29:\"http://search.yahoo.com/mrss/\";a:5:{s:7:\"content\";a:4:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:9:{s:3:\"url\";s:99:\"http://videos.videopress.com/dlIgQeAM/elliot-taylor-dave-green-philip-john-lightning-session_hd.mp4\";s:8:\"fileSize\";s:9:\"93
 3539840\";s:4:\"type\";s:9:\"video/mp4\";s:6:\"medium\";s:5:\"video\";s:7:\"bitrate\";s:4:\"3160\";s:9:\"isDefault\";s:4:\"true\";s:8:\"duration\";s:4:\"2308\";s:5:\"width\";s:4:\"1280\";s:6:\"height\";s:3:\"720\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:9:{s:3:\"url\";s:100:\"http://videos.videopress.com/dlIgQeAM/elliot-taylor-dave-green-philip-john-lightning-session_dvd.mp4\";s:8:\"fileSize\";s:9:\"451407872\";s:4:\"type\";s:9:\"video/mp4\";s:6:\"medium\";s:5:\"video\";s:7:\"bitrate\";s:4:\"1528\";s:9:\"isDefault\";s:5:\"false\&quo
 t;;s:8:\"duration\";s:4:\"2308\";s:5:\"width\";s:3:\"640\";s:6:\"height\";s:3:\"360\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:9:{s:3:\"url\";s:100:\"http://videos.videopress.com/dlIgQeAM/elliot-taylor-dave-green-philip-john-lightning-session_std.mp4\";s:8:\"fileSize\";s:9:\"235157504\";s:4:\"type\";s:9:\"video/mp4\";s:6:\"medium\";s:5:\"video\";s:7:\"bitrate\";s:3:\"796\";s:9:\"isDefault\";s:5:\"false\";s:8:\"duration\";s:4:\"2308\";s:5:\"width\";s:3:\"400\";s:6:\"height\";s:3:\"224\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base
 _explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:9:{s:3:\"url\";s:101:\"http://videos.videopress.com/dlIgQeAM/elliot-taylor-dave-green-philip-john-lightning-session_fmt1.ogv\";s:8:\"fileSize\";s:9:\"235157504\";s:4:\"type\";s:9:\"video/ogg\";s:6:\"medium\";s:5:\"video\";s:7:\"bitrate\";s:3:\"796\";s:9:\"isDefault\";s:5:\"false\";s:8:\"duration\";s:4:\"2308\";s:5:\"width\";s:3:\"400\";s:6:\"height\";s:3:\"224\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:6:\"rating\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"g\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:6:\&q
 uot;scheme\";s:8:\"urn:mpaa\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"Elliot Taylor, Dave Green, Philip John: Lightning Session\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:5:\"plain\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"thumbnail\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:109:\"http://videos.videopress.com/dlIgQeAM/elliot-taylor-dave-green-philip-john-lightning-session_std.original.jpg\";s:5:\"width\";s:3:\"256\";s:6:\"height\";s:3:\"144\";}}s:8:\"xml_base\";s:0:\"\";s:17:\
 "xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:6:\"player\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:78:\"http://s0.videopress.com/player.swf?v=1.04&guid=dlIgQeAM&isDynamicSeeking=true\";s:5:\"width\";s:3:\"400\";s:6:\"height\";s:3:\"225\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}i:2;a:6:{s:4:\"data\";s:63:\"\n         \n              \n              \n              \n              \n                              \n              \n              \n              \n              \n\n            \n              \n                              \n                      \n              \n      \n\n            \n\n            \n      \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:6:{s:0:\"\";a:8:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\&quo
 t;;s:59:\"Ben Furfie: What I’d Do Differently If I Freelanced Again\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:87:\"http://wordpress.tv/2016/06/05/ben-furfie-what-id-do-differently-if-i-freelanced-again/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:95:\"http://wordpress.tv/2016/06/05/ben-furfie-what-id-do-differently-if-i-freelanced-again/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:
 \"Mon, 06 Jun 2016 06:42:54 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:5:{i:0;a:5:{s:4:\"data\";s:4:\"2016\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:6:\"London\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:10:\"WordCampTV\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:9:\"Freelance\";s:7:\"attribs\&
 quot;;a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:11:\"Freelancing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wordpress.tv/?p=58996\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:794:\"Last year, I accepted an offer to work for an agency as a senior front end developer. I won’t lie. I was relieved. Over the moon. 2014-15 was a tough year and a half. I had a couple o
 f tough projects, nightmare clients and bad debts. In this talk, I will look at where it all went wrong, the things I would do differently and what I’ve learnt working for a large agency. It would be broken down into four or five points, which I’d spend some time looking at. This will be a brutally honest talk; one that hopefully will brush away from of the shame freelancers feel when they feel like they’re the only ones struggling.<img alt=\"\" border=\"0\" src=\"http://pixel.wp.com/b.gif?host=wordpress.tv&#038;blog=5089392&#038;post=58996&#038;subd=wptv&#038;ref=&#038;feed=1\" width=\"1\" height=\"1\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"enclosure\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\
 ";a:3:{s:3:\"url\";s:100:\"http://videos.videopress.com/rimvI4ys/ben-furfie-what-id-do-differently-if-i-freelanced-again_hd.mp4\";s:6:\"length\";s:10:\"1147105280\";s:4:\"type\";s:9:\"video/mp4\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"WordPress.tv\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:1163:\"<div id=\"v-rimvI4ys-1\" class=\"video-player\" style=\"width:400px;height:224px\">\n<embed id=\&
 quot;v-rimvI4ys-1-video\" src=\"http://s0.videopress.com/player.swf?v=1.04&amp;guid=rimvI4ys&amp;isDynamicSeeking=true&amp;hd=true\" type=\"application/x-shockwave-flash\" width=\"400\" height=\"224\" title=\"Ben Furfie: What I’d Do Differently If I Freelanced Again\" wmode=\"direct\" seamlesstabbing=\"true\" allowfullscreen=\"true\" allowscriptaccess=\"always\" overstretch=\"true\"></embed></div><br />  <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/58996/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/58996/\" /></a> <img alt=\"\" border=\"0\" src=\"http://pixel.wp.com/b.gif?host=wordpress.tv&#038;blog=5089392&#038;post=58996&#038;subd=wptv&#038;r
 ef=&#038;feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2016/06/05/ben-furfie-what-id-do-differently-if-i-freelanced-again/\"><img alt=\"Ben Furfie: What I’d Do Differently If I Freelanced Again\" src=\"http://videos.videopress.com/rimvI4ys/ben-furfie-what-id-do-differently-if-i-freelanced-again_std.original.jpg\" width=\"160\" height=\"120\" /></a></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:92:\"http://wordpress.tv/2016/06/05/ben-furfie-what-id-do-differently-if-i-freelanced-again/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\&q
 uot;xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:29:\"http://search.yahoo.com/mrss/\";a:2:{s:7:\"content\";a:1:{i:0;a:6:{s:4:\"data\";s:7:\"\n                        \n              \";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:3:\"url\";s:153:\"http://1.gravatar.com/avatar/ad35284a9f9471314e3eef5f97dac331?s=96&d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&r=G\";s:6:\"medium\";s:5:\"image\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"c
 hild\";a:1:{s:29:\"http://search.yahoo.com/mrss/\";a:1:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"anonvideoupload\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"html\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}s:5:\"group\";a:1:{i:0;a:6:{s:4:\"data\";s:39:\"\n                   \n\n                    \n\n                    \n\n                    \n\n                    \n                      \n                      \n                      \n              \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:29:\"http://search.yahoo.com/mrss/\";a:5:{s:7:\"content\";a:4:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:9:{s:3:\"url\";s:100:\"http://videos.videopress.com/rimvI4
 ys/ben-furfie-what-id-do-differently-if-i-freelanced-again_hd.mp4\";s:8:\"fileSize\";s:10:\"1147105280\";s:4:\"type\";s:9:\"video/mp4\";s:6:\"medium\";s:5:\"video\";s:7:\"bitrate\";s:4:\"3160\";s:9:\"isDefault\";s:4:\"true\";s:8:\"duration\";s:4:\"2836\";s:5:\"width\";s:4:\"1280\";s:6:\"height\";s:3:\"720\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:9:{s:3:\"url\";s:101:\"http://videos.videopress.com/rimvI4ys/ben-furfie-what-id-do-differently-if-i-freelanced-again_dvd.mp4\";s:8:\"fileSize\";s:9:\"554676224\";s:4:\"type\";s:9:\"video/mp4\";s:6:\"medium\";s:5:\&
 quot;video\";s:7:\"bitrate\";s:4:\"1528\";s:9:\"isDefault\";s:5:\"false\";s:8:\"duration\";s:4:\"2836\";s:5:\"width\";s:3:\"640\";s:6:\"height\";s:3:\"360\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:9:{s:3:\"url\";s:101:\"http://videos.videopress.com/rimvI4ys/ben-furfie-what-id-do-differently-if-i-freelanced-again_std.mp4\";s:8:\"fileSize\";s:9:\"288954368\";s:4:\"type\";s:9:\"video/mp4\";s:6:\"medium\";s:5:\"video\";s:7:\"bitrate\";s:3:\"796\";s:9:\"isDefault\";s:5:\"false\";s:8:\"duration\";s:4:\"2836\";s:5:\"width\";s:3:\"400\&quot
 ;;s:6:\"height\";s:3:\"224\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:9:{s:3:\"url\";s:102:\"http://videos.videopress.com/rimvI4ys/ben-furfie-what-id-do-differently-if-i-freelanced-again_fmt1.ogv\";s:8:\"fileSize\";s:9:\"288954368\";s:4:\"type\";s:9:\"video/ogg\";s:6:\"medium\";s:5:\"video\";s:7:\"bitrate\";s:3:\"796\";s:9:\"isDefault\";s:5:\"false\";s:8:\"duration\";s:4:\"2836\";s:5:\"width\";s:3:\"400\";s:6:\"height\";s:3:\"224\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:6:\"rating\";a
 :1:{i:0;a:5:{s:4:\"data\";s:1:\"g\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:6:\"scheme\";s:8:\"urn:mpaa\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"Ben Furfie: What I’d Do Differently If I Freelanced Again\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:5:\"plain\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"thumbnail\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:110:\"http://videos.videopress.com/rimvI4ys/ben-furfie-what-id-do-differently-if-i-freelanced-again_std.original.jpg\";s:5:\"width\";s:
 3:\"256\";s:6:\"height\";s:3:\"144\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:6:\"player\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:78:\"http://s0.videopress.com/player.swf?v=1.04&guid=rimvI4ys&isDynamicSeeking=true\";s:5:\"width\";s:3:\"400\";s:6:\"height\";s:3:\"225\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}i:3;a:6:{s:4:\"data\";s:60:\"\n                \n              \n              \n              \n              \n                              \n              \n              \n              \n\n            \n              \n                              \n                      \n              \n      \n\n            \n\n            \n      \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\&
 quot;;s:5:\"child\";a:6:{s:0:\"\";a:8:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"Petya Raykovska: We Need To Talk About The REST API\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:82:\"http://wordpress.tv/2016/06/03/petya-raykovska-we-need-to-talk-about-the-rest-api/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:90:\"http://wordpress.tv/2016/06/03/petya-raykovska-we-need-to-talk-about-the-rest-api/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_la
 ng\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 03 Jun 2016 14:25:01 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:4:{i:0;a:5:{s:4:\"data\";s:4:\"2016\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:6:\"London\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:10:\"WordCampTV\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s
 :0:\"\";}i:3;a:5:{s:4:\"data\";s:8:\"REST API\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"http://wordpress.tv?p=58983&preview_id=58983\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:991:\"There is a hype surrounding the WordPress REST API these days. People focus on how it will change the future of WordPress, allow developers to expand the range of projects they can build, make WordPress popular outside its own bubble. What we rarely talk about are the challenges presented by the
  REST API. This talk focuses on the challenges. It’s a short guide to the WordPress REST API from a non-developer perspective – what is it, how it will change WordPress development, combined with some thoughts on the impact it will have on projects created with WordPress and the people creating them.\r\n \r\nWe Need to Talk about the REST API: the non-developer guide to the future of WordPress by Petya Raykovska.<p><a href=\"https://speakerdeck.com/petya/we-need-to-talk-about-the-rest-api\">Presentation Slides &#187;</a></p><img alt=\"\" border=\"0\" src=\"http://pixel.wp.com/b.gif?host=wordpress.tv&#038;blog=5089392&#038;post=58983&#038;subd=wptv&#038;ref=&#038;feed=1\" width=\"1\" height=\"1\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\"
 ;}}s:9:\"enclosure\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:61:\"http://videos.videopress.com/sJvuBHYa/video-de29acd3bd_hd.mp4\";s:6:\"length\";s:9:\"997852160\";s:4:\"type\";s:9:\"video/mp4\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"WordPress.tv\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:1109:\"<div id=\"v-sJvuBHYa-1\" class=\&qu
 ot;video-player\" style=\"width:400px;height:224px\">\n<embed id=\"v-sJvuBHYa-1-video\" src=\"http://s0.videopress.com/player.swf?v=1.04&amp;guid=sJvuBHYa&amp;isDynamicSeeking=true&amp;hd=true\" type=\"application/x-shockwave-flash\" width=\"400\" height=\"224\" title=\"Petya Raykovska: We Need To Talk About The REST API\" wmode=\"direct\" seamlesstabbing=\"true\" allowfullscreen=\"true\" allowscriptaccess=\"always\" overstretch=\"true\"></embed></div><br />  <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/58983/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/58983/\" /></a> <img alt=\"\" border=\"0\" src=\"http://pixel.wp.com/b.gif?host=word
 press.tv&#038;blog=5089392&#038;post=58983&#038;subd=wptv&#038;ref=&#038;feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2016/06/03/petya-raykovska-we-need-to-talk-about-the-rest-api/\"><img alt=\"Petya Raykovska: We Need To Talk About The REST API\" src=\"http://videos.videopress.com/sJvuBHYa/video-de29acd3bd_scruberthumbnail_0.jpg\" width=\"160\" height=\"120\" /></a></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:87:\"http://wordpress.tv/2016/06/03/petya-raykovska-we-need-to-talk-about-the-rest-api/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\&quot
 ;;s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:29:\"http://search.yahoo.com/mrss/\";a:2:{s:7:\"content\";a:1:{i:0;a:6:{s:4:\"data\";s:7:\"\n                   \n              \";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:3:\"url\";s:153:\"http://1.gravatar.com/avatar/ad35284a9f9471314e3eef5f97dac331?s=96&d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&r=G\";s:6:\"medium\";s:5:\"image\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:
 0:\"\";s:5:\"child\";a:1:{s:29:\"http://search.yahoo.com/mrss/\";a:1:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"anonvideoupload\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"html\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}s:5:\"group\";a:1:{i:0;a:6:{s:4:\"data\";s:39:\"\n                      \n\n                    \n\n                    \n\n                    \n\n                    \n                      \n                      \n                      \n              \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:29:\"http://search.yahoo.com/mrss/\";a:5:{s:7:\"content\";a:4:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:9:{s:3:\"url\";s:61:\"http://
 videos.videopress.com/sJvuBHYa/video-de29acd3bd_hd.mp4\";s:8:\"fileSize\";s:9:\"997852160\";s:4:\"type\";s:9:\"video/mp4\";s:6:\"medium\";s:5:\"video\";s:7:\"bitrate\";s:4:\"3160\";s:9:\"isDefault\";s:4:\"true\";s:8:\"duration\";s:4:\"2467\";s:5:\"width\";s:4:\"1280\";s:6:\"height\";s:3:\"720\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:9:{s:3:\"url\";s:62:\"http://videos.videopress.com/sJvuBHYa/video-de29acd3bd_dvd.mp4\";s:8:\"fileSize\";s:9:\"482505728\";s:4:\"type\";s:9:\"video/mp4\";s:6:\"medium\";s:5:\"video\";s:7:\"bitrate\";s:4:\&quo
 t;1528\";s:9:\"isDefault\";s:5:\"false\";s:8:\"duration\";s:4:\"2467\";s:5:\"width\";s:3:\"640\";s:6:\"height\";s:3:\"360\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:9:{s:3:\"url\";s:62:\"http://videos.videopress.com/sJvuBHYa/video-de29acd3bd_std.mp4\";s:8:\"fileSize\";s:9:\"251357696\";s:4:\"type\";s:9:\"video/mp4\";s:6:\"medium\";s:5:\"video\";s:7:\"bitrate\";s:3:\"796\";s:9:\"isDefault\";s:5:\"false\";s:8:\"duration\";s:4:\"2467\";s:5:\"width\";s:3:\"400\";s:6:\"height\";s:3:\"224\";}}s:8:\"xml_base\";s:0:\"\&qu
 ot;;s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:9:{s:3:\"url\";s:63:\"http://videos.videopress.com/sJvuBHYa/video-de29acd3bd_fmt1.ogv\";s:8:\"fileSize\";s:9:\"251357696\";s:4:\"type\";s:9:\"video/ogg\";s:6:\"medium\";s:5:\"video\";s:7:\"bitrate\";s:3:\"796\";s:9:\"isDefault\";s:5:\"false\";s:8:\"duration\";s:4:\"2467\";s:5:\"width\";s:3:\"400\";s:6:\"height\";s:3:\"224\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:6:\"rating\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"g\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:6:\"scheme\&quo
 t;;s:8:\"urn:mpaa\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"Petya Raykovska: We Need To Talk About The REST API\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:5:\"plain\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"thumbnail\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:77:\"http://videos.videopress.com/sJvuBHYa/video-de29acd3bd_scruberthumbnail_0.jpg\";s:5:\"width\";s:3:\"256\";s:6:\"height\";s:3:\"144\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang
 \";s:0:\"\";}}s:6:\"player\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:78:\"http://s0.videopress.com/player.swf?v=1.04&guid=sJvuBHYa&isDynamicSeeking=true\";s:5:\"width\";s:3:\"400\";s:6:\"height\";s:3:\"225\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}i:4;a:6:{s:4:\"data\";s:60:\"\n               \n              \n              \n              \n              \n                              \n              \n              \n              \n\n            \n              \n                              \n                      \n              \n      \n\n            \n\n            \n      \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:6:{s:0:\"\";a:8:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"John Blackbourn, Rachel McCollin and Taco V
 erdonschot: Lightning Sessions\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:103:\"http://wordpress.tv/2016/05/31/john-blackbourn-rachel-mccollin-and-taco-verdonschot-lightning-sessions/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:111:\"http://wordpress.tv/2016/05/31/john-blackbourn-rachel-mccollin-and-taco-verdonschot-lightning-sessions/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue
 , 31 May 2016 15:49:32 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:4:{i:0;a:5:{s:4:\"data\";s:4:\"2016\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:6:\"London\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:10:\"WordCampTV\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:11:\"Open source\";s:7:\"attribs\";a
 :0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"http://wordpress.tv?p=58792&preview_id=58792\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1330:\"Open source outside the realm of software\r\n\r\nJohn Blackbourn\r\n\r\nI’ll talk about how the philosophies behind open source software apply to many other areas of life too, particularly sports, health, and other areas of technology, and I’ll give some examples of it in action.\r\n\r\nYour local meet up is only a few steps away\r\n\r\nTaco Verdonschot\r\n\r\nIf you’ve been in the WordPress
  community for a while, you’ve probably heard someone say that you should really organise your own local meetup, if there isn’t one yet. Right. That’s easier said than done, isn’t it? Where to start? What do you need for a local meetup? Are people going to show up? We’ll cover the basics for getting started with your own local meetup!\r\n\r\nTeaching WordPress to Kids: What it taught me\r\n\r\nRachel McCollin\r\n\r\nI run a Code Club for 10 – 11 year olds at my son’s school and as well as teaching them Scratch, HTML and other technologies, I’ve been using WordPress to teach them how to create their own websites. In this talk I’ll share my experiences and look at what it taught me about learning WordPress and how easy (or not) it is to learn site admin with WordPress.<img alt=\"\" border=\"0\" src=\"http://pixel.wp.com/b.gif?host=wordpress.tv&#038;blog=5089392&#038;post=58792&#038;subd=wptv&#038;ref=&#038;feed=1\"
  width=\"1\" height=\"1\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"enclosure\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:61:\"http://videos.videopress.com/EqtV0qig/video-1fee10c777_hd.mp4\";s:6:\"length\";s:9:\"834442240\";s:4:\"type\";s:9:\"video/mp4\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"WordPress.tv\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_l
 ang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:1174:\"<div id=\"v-EqtV0qig-1\" class=\"video-player\" style=\"width:400px;height:224px\">\n<embed id=\"v-EqtV0qig-1-video\" src=\"http://s0.videopress.com/player.swf?v=1.04&amp;guid=EqtV0qig&amp;isDynamicSeeking=true&amp;hd=true\" type=\"application/x-shockwave-flash\" width=\"400\" height=\"224\" title=\"John Blackbourn, Rachel McCollin and Taco Verdonschot: Lightning Sessions\" wmode=\"direct\" seamlesstabbing=\"true\" allowfullscreen=\"true\" allowscriptaccess=\"always\" overstretch=\"true\"></embed></div><br />  <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/58792/\">&
 lt;img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/58792/\" /></a> <img alt=\"\" border=\"0\" src=\"http://pixel.wp.com/b.gif?host=wordpress.tv&#038;blog=5089392&#038;post=58792&#038;subd=wptv&#038;ref=&#038;feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2016/05/31/john-blackbourn-rachel-mccollin-and-taco-verdonschot-lightning-sessions/\"><img alt=\"John Blackbourn, Rachel McCollin and Taco Verdonschot: Lightning Sessions\" src=\"http://videos.videopress.com/EqtV0qig/video-1fee10c777_scruberthumbnail_0.jpg\" width=\"160\" height=\"120\" /></a></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36
 :\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:108:\"http://wordpress.tv/2016/05/31/john-blackbourn-rachel-mccollin-and-taco-verdonschot-lightning-sessions/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:29:\"http://search.yahoo.com/mrss/\";a:2:{s:7:\"content\";a:1:{i:0;a:6:{s:4:\"data\";s:7:\"\n                     \n              \";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:3:\"url\";s:153:\"http://1.gravatar.com/avat
 ar/ad35284a9f9471314e3eef5f97dac331?s=96&d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&r=G\";s:6:\"medium\";s:5:\"image\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:29:\"http://search.yahoo.com/mrss/\";a:1:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"anonvideoupload\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"html\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}s:5:\"group\";a:1:{i:0;a:6:{s:4:\"data\";s:39:\"\n                        \n\n                    \n\n                    \n\n                    \n\n                    \n                      \n                      \n                      \n              \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b
 :0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:29:\"http://search.yahoo.com/mrss/\";a:5:{s:7:\"content\";a:4:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:9:{s:3:\"url\";s:61:\"http://videos.videopress.com/EqtV0qig/video-1fee10c777_hd.mp4\";s:8:\"fileSize\";s:9:\"834442240\";s:4:\"type\";s:9:\"video/mp4\";s:6:\"medium\";s:5:\"video\";s:7:\"bitrate\";s:4:\"3160\";s:9:\"isDefault\";s:4:\"true\";s:8:\"duration\";s:4:\"2063\";s:5:\"width\";s:4:\"1280\";s:6:\"height\";s:3:\"720\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\&qu
 ot;\";a:9:{s:3:\"url\";s:62:\"http://videos.videopress.com/EqtV0qig/video-1fee10c777_dvd.mp4\";s:8:\"fileSize\";s:9:\"403489792\";s:4:\"type\";s:9:\"video/mp4\";s:6:\"medium\";s:5:\"video\";s:7:\"bitrate\";s:4:\"1528\";s:9:\"isDefault\";s:5:\"false\";s:8:\"duration\";s:4:\"2063\";s:5:\"width\";s:3:\"640\";s:6:\"height\";s:3:\"360\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:9:{s:3:\"url\";s:62:\"http://videos.videopress.com/EqtV0qig/video-1fee10c777_std.mp4\";s:8:\"fileSize\";s:9:\"210194944\";s:4:\"type\";s:9:\"video/mp4\";s:6:\"medium\";s
 :5:\"video\";s:7:\"bitrate\";s:3:\"796\";s:9:\"isDefault\";s:5:\"false\";s:8:\"duration\";s:4:\"2063\";s:5:\"width\";s:3:\"400\";s:6:\"height\";s:3:\"224\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:9:{s:3:\"url\";s:63:\"http://videos.videopress.com/EqtV0qig/video-1fee10c777_fmt1.ogv\";s:8:\"fileSize\";s:9:\"210194944\";s:4:\"type\";s:9:\"video/ogg\";s:6:\"medium\";s:5:\"video\";s:7:\"bitrate\";s:3:\"796\";s:9:\"isDefault\";s:5:\"false\";s:8:\"duration\";s:4:\"2063\";s:5:\"width\";s:3:\"400\";s:6:\"height\";s:3:\&qu
 ot;224\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:6:\"rating\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"g\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:6:\"scheme\";s:8:\"urn:mpaa\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"John Blackbourn, Rachel McCollin and Taco Verdonschot: Lightning Sessions\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:5:\"plain\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"thumbnail\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\
 ";a:3:{s:3:\"url\";s:77:\"http://videos.videopress.com/EqtV0qig/video-1fee10c777_scruberthumbnail_0.jpg\";s:5:\"width\";s:3:\"256\";s:6:\"height\";s:3:\"144\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:6:\"player\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:78:\"http://s0.videopress.com/player.swf?v=1.04&guid=EqtV0qig&isDynamicSeeking=true\";s:5:\"width\";s:3:\"400\";s:6:\"height\";s:3:\"225\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}i:5;a:6:{s:4:\"data\";s:63:\"\n           \n              \n              \n              \n              \n                              \n              \n              \n              \n              \n\n            \n              \n                              \n                      \n              \n      \n\n            \n\n            \n      \&quot
 ;;s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:6:{s:0:\"\";a:8:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"Rhys Wynne: Top Tools for WordPress SEO to Use as Well as Yoast Stuff\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:100:\"http://wordpress.tv/2016/05/31/rhys-wynne-top-tools-for-wordpress-seo-to-use-as-well-as-yoast-stuff/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:108:\"http://wordpress.tv/2016/05/31/rhys
 -wynne-top-tools-for-wordpress-seo-to-use-as-well-as-yoast-stuff/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 31 May 2016 15:45:53 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:5:{i:0;a:5:{s:4:\"data\";s:4:\"2016\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:6:\"London\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\
 ";}i:2;a:5:{s:4:\"data\";s:10:\"WordCampTV\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:3:\"SEO\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:9:\"Yoast SEO\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"http://wordpress.tv?p=58933&preview_id=58933\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explici
 t\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:729:\"WordPress SEO by Yoast is – quite rightly – the best plugin to use for managing your site on site optimisation. However there are plenty of other SEO plugins and tools out there that manage different aspects of your site, from fixing dead links to finding out where people link to you. This talk – updated for 2016 – looks at some new plugins and some interesting developments in the world of SEO<p><a href=\"http://www.slideshare.net/rhyswynne/wordcamp-london-top-tools-for-wordpress-seo-to-use-as-well-as-yoasts-stuff\">Presentation Slides &#187;</a></p><img alt=\"\" border=\"0\" src=\"http://pixel.wp.com/b.gif?host=wordpress.tv&#038;blog=5089392&#038;post=58933&#038;subd=wptv&#038;ref=&#038;feed=1\" width=\"1\" height=\"1\" />
 \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"enclosure\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:61:\"http://videos.videopress.com/4Cf7M4Eu/video-90553dccf2_hd.mp4\";s:6:\"length\";s:9:\"880957440\";s:4:\"type\";s:9:\"video/mp4\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"WordPress.tv\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http:/
 /purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:1163:\"<div id=\"v-4Cf7M4Eu-1\" class=\"video-player\" style=\"width:400px;height:224px\">\n<embed id=\"v-4Cf7M4Eu-1-video\" src=\"http://s0.videopress.com/player.swf?v=1.04&amp;guid=4Cf7M4Eu&amp;isDynamicSeeking=true&amp;hd=true\" type=\"application/x-shockwave-flash\" width=\"400\" height=\"224\" title=\"Rhys Wynne: Top Tools for WordPress SEO to Use as Well as Yoast Stuff\" wmode=\"direct\" seamlesstabbing=\"true\" allowfullscreen=\"true\" allowscriptaccess=\"always\" overstretch=\"true\"></embed></div><br />  <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/58933/\"><img alt=\"\" border=\"0\" src=\&
 quot;http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/58933/\" /></a> <img alt=\"\" border=\"0\" src=\"http://pixel.wp.com/b.gif?host=wordpress.tv&#038;blog=5089392&#038;post=58933&#038;subd=wptv&#038;ref=&#038;feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2016/05/31/rhys-wynne-top-tools-for-wordpress-seo-to-use-as-well-as-yoast-stuff/\"><img alt=\"Rhys Wynne: Top Tools for WordPress SEO to Use as Well as Yoast Stuff\" src=\"http://videos.videopress.com/4Cf7M4Eu/video-90553dccf2_scruberthumbnail_0.jpg\" width=\"160\" height=\"120\" /></a></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:
 \"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:105:\"http://wordpress.tv/2016/05/31/rhys-wynne-top-tools-for-wordpress-seo-to-use-as-well-as-yoast-stuff/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:29:\"http://search.yahoo.com/mrss/\";a:2:{s:7:\"content\";a:1:{i:0;a:6:{s:4:\"data\";s:7:\"\n                      \n              \";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:3:\"url\";s:153:\"http://1.gravatar.com/avatar/ad35284a9f9471314e3eef5f97dac331?s=96&d=http%3A%2F%2F1.gra
 vatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&r=G\";s:6:\"medium\";s:5:\"image\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:29:\"http://search.yahoo.com/mrss/\";a:1:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"anonvideoupload\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"html\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}s:5:\"group\";a:1:{i:0;a:6:{s:4:\"data\";s:39:\"\n                 \n\n                    \n\n                    \n\n                    \n\n                    \n                      \n                      \n                      \n              \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child
 \";a:1:{s:29:\"http://search.yahoo.com/mrss/\";a:5:{s:7:\"content\";a:4:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:9:{s:3:\"url\";s:61:\"http://videos.videopress.com/4Cf7M4Eu/video-90553dccf2_hd.mp4\";s:8:\"fileSize\";s:9:\"880957440\";s:4:\"type\";s:9:\"video/mp4\";s:6:\"medium\";s:5:\"video\";s:7:\"bitrate\";s:4:\"3160\";s:9:\"isDefault\";s:4:\"true\";s:8:\"duration\";s:4:\"2178\";s:5:\"width\";s:4:\"1280\";s:6:\"height\";s:3:\"720\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:9:{s:3:\"url\";s:62:\"http://videos.v
 ideopress.com/4Cf7M4Eu/video-90553dccf2_dvd.mp4\";s:8:\"fileSize\";s:9:\"425981952\";s:4:\"type\";s:9:\"video/mp4\";s:6:\"medium\";s:5:\"video\";s:7:\"bitrate\";s:4:\"1528\";s:9:\"isDefault\";s:5:\"false\";s:8:\"duration\";s:4:\"2178\";s:5:\"width\";s:3:\"640\";s:6:\"height\";s:3:\"360\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:9:{s:3:\"url\";s:62:\"http://videos.videopress.com/4Cf7M4Eu/video-90553dccf2_std.mp4\";s:8:\"fileSize\";s:9:\"221912064\";s:4:\"type\";s:9:\"video/mp4\";s:6:\"medium\";s:5:\"video\";s:7:\"bitrate\";s:3:\"796\&
 quot;;s:9:\"isDefault\";s:5:\"false\";s:8:\"duration\";s:4:\"2178\";s:5:\"width\";s:3:\"400\";s:6:\"height\";s:3:\"224\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:9:{s:3:\"url\";s:63:\"http://videos.videopress.com/4Cf7M4Eu/video-90553dccf2_fmt1.ogv\";s:8:\"fileSize\";s:9:\"221912064\";s:4:\"type\";s:9:\"video/ogg\";s:6:\"medium\";s:5:\"video\";s:7:\"bitrate\";s:3:\"796\";s:9:\"isDefault\";s:5:\"false\";s:8:\"duration\";s:4:\"2178\";s:5:\"width\";s:3:\"400\";s:6:\"height\";s:3:\"224\";}}s:8:\"xml_base\";s:0:\"\";s:1
 7:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:6:\"rating\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"g\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:6:\"scheme\";s:8:\"urn:mpaa\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"Rhys Wynne: Top Tools for WordPress SEO to Use as Well as Yoast Stuff\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:5:\"plain\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"thumbnail\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:77:\"http://videos.videopres
 s.com/4Cf7M4Eu/video-90553dccf2_scruberthumbnail_0.jpg\";s:5:\"width\";s:3:\"256\";s:6:\"height\";s:3:\"144\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:6:\"player\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:78:\"http://s0.videopress.com/player.swf?v=1.04&guid=4Cf7M4Eu&isDynamicSeeking=true\";s:5:\"width\";s:3:\"400\";s:6:\"height\";s:3:\"225\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}i:6;a:6:{s:4:\"data\";s:69:\"\n                \n              \n              \n              \n              \n                              \n              \n              \n              \n              \n              \n              \n\n            \n              \n                              \n                      \n              \n      \n\n            \n\n            \n      \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";
 s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:6:{s:0:\"\";a:8:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"Chris Andersen: WordPress – Structure and Content\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:78:\"http://wordpress.tv/2016/05/31/chris-andersen-wordpress-structure-and-content/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:86:\"http://wordpress.tv/2016/05/31/chris-andersen-wordpress-structure-and-content/#respond\";s:7:\"attribs\";a:0:{}s:8:\"x
 ml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 31 May 2016 14:43:03 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:7:{i:0;a:5:{s:4:\"data\";s:4:\"2016\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:7:\"Denmark\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:10:\"WordCampTV\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\&q
 uot;;s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:7:\"Adwords\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:7:\"content\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:5;a:5:{s:4:\"data\";s:3:\"SEO\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:6;a:5:{s:4:\"data\";s:9:\"structure\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"
 \";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"http://wordpress.tv?p=58927&preview_id=58927\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:325:\"How to correlate WordPress structure, content, SEO, and Adwords.<p><a href=\"http://slides.com/chrisandersen/wordcamp2016#/\">Presentation Slides &#187;</a></p><img alt=\"\" border=\"0\" src=\"http://pixel.wp.com/b.gif?host=wordpress.tv&#038;blog=5089392&#038;post=58927&#038;subd=wptv&#038;ref=&#038;feed=1\" width=\"1\" height=\"1\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\&
 quot;;s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"enclosure\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:61:\"http://videos.videopress.com/nxMZOpXo/video-a87ed810e0_hd.mp4\";s:6:\"length\";s:9:\"419041280\";s:4:\"type\";s:9:\"video/mp4\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"WordPress.tv\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:
 0;a:5:{s:4:\"data\";s:1107:\"<div id=\"v-nxMZOpXo-1\" class=\"video-player\" style=\"width:400px;height:224px\">\n<embed id=\"v-nxMZOpXo-1-video\" src=\"http://s0.videopress.com/player.swf?v=1.04&amp;guid=nxMZOpXo&amp;isDynamicSeeking=true&amp;hd=true\" type=\"application/x-shockwave-flash\" width=\"400\" height=\"224\" title=\"Chris Andersen: WordPress &#8211; Structure and Content\" wmode=\"direct\" seamlesstabbing=\"true\" allowfullscreen=\"true\" allowscriptaccess=\"always\" overstretch=\"true\"></embed></div><br />  <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/58927/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/58927/\" /></a&
 gt; <img alt=\"\" border=\"0\" src=\"http://pixel.wp.com/b.gif?host=wordpress.tv&#038;blog=5089392&#038;post=58927&#038;subd=wptv&#038;ref=&#038;feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2016/05/31/chris-andersen-wordpress-structure-and-content/\"><img alt=\"Chris Andersen: WordPress &#8211; Structure and Content\" src=\"http://videos.videopress.com/nxMZOpXo/video-a87ed810e0_std.original.jpg\" width=\"160\" height=\"120\" /></a></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:83:\"http://wordpress.tv/2016/05/31/chris-andersen-wordpres
 s-structure-and-content/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:29:\"http://search.yahoo.com/mrss/\";a:2:{s:7:\"content\";a:1:{i:0;a:6:{s:4:\"data\";s:7:\"\n                     \n              \";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:3:\"url\";s:153:\"http://1.gravatar.com/avatar/ad35284a9f9471314e3eef5f97dac331?s=96&d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&r=G\";s:6:\"medium\";s:5:\"image\";}}s:8:\"xml_base\&q
 uot;;s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:29:\"http://search.yahoo.com/mrss/\";a:1:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"anonvideoupload\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"html\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}s:5:\"group\";a:1:{i:0;a:6:{s:4:\"data\";s:39:\"\n                        \n\n                    \n\n                    \n\n                    \n\n                    \n                      \n                      \n                      \n              \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:29:\"http://search.yahoo.com/mrss/\";a:5:{s:7:\"content\";a:4:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:
 7:\"attribs\";a:1:{s:0:\"\";a:9:{s:3:\"url\";s:61:\"http://videos.videopress.com/nxMZOpXo/video-a87ed810e0_hd.mp4\";s:8:\"fileSize\";s:9:\"419041280\";s:4:\"type\";s:9:\"video/mp4\";s:6:\"medium\";s:5:\"video\";s:7:\"bitrate\";s:4:\"3160\";s:9:\"isDefault\";s:4:\"true\";s:8:\"duration\";s:4:\"1036\";s:5:\"width\";s:4:\"1280\";s:6:\"height\";s:3:\"720\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:9:{s:3:\"url\";s:62:\"http://videos.videopress.com/nxMZOpXo/video-a87ed810e0_dvd.mp4\";s:8:\"fileSize\";s:9:\"202625024\";s:4:\"type\";s:9:\"video/m
 p4\";s:6:\"medium\";s:5:\"video\";s:7:\"bitrate\";s:4:\"1528\";s:9:\"isDefault\";s:5:\"false\";s:8:\"duration\";s:4:\"1036\";s:5:\"width\";s:3:\"640\";s:6:\"height\";s:3:\"360\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:9:{s:3:\"url\";s:62:\"http://videos.videopress.com/nxMZOpXo/video-a87ed810e0_std.mp4\";s:8:\"fileSize\";s:9:\"105555968\";s:4:\"type\";s:9:\"video/mp4\";s:6:\"medium\";s:5:\"video\";s:7:\"bitrate\";s:3:\"796\";s:9:\"isDefault\";s:5:\"false\";s:8:\"duration\";s:4:\"1036\";s:5:\"width\";s:3:\"400\&quo
 t;;s:6:\"height\";s:3:\"224\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:9:{s:3:\"url\";s:63:\"http://videos.videopress.com/nxMZOpXo/video-a87ed810e0_fmt1.ogv\";s:8:\"fileSize\";s:9:\"105555968\";s:4:\"type\";s:9:\"video/ogg\";s:6:\"medium\";s:5:\"video\";s:7:\"bitrate\";s:3:\"796\";s:9:\"isDefault\";s:5:\"false\";s:8:\"duration\";s:4:\"1036\";s:5:\"width\";s:3:\"400\";s:6:\"height\";s:3:\"224\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:6:\"rating\";a:1:{i:0;a:5:{s:4:\"data\";s:1
 :\"g\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:6:\"scheme\";s:8:\"urn:mpaa\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"Chris Andersen: WordPress – Structure and Content\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:5:\"plain\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"thumbnail\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:71:\"http://videos.videopress.com/nxMZOpXo/video-a87ed810e0_std.original.jpg\";s:5:\"width\";s:3:\"256\";s:6:\"height\";s:3:\"144\";}}s:8:\"xml_bas
 e\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:6:\"player\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:78:\"http://s0.videopress.com/player.swf?v=1.04&guid=nxMZOpXo&isDynamicSeeking=true\";s:5:\"width\";s:3:\"400\";s:6:\"height\";s:3:\"225\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}i:7;a:6:{s:4:\"data\";s:69:\"\n               \n              \n              \n              \n              \n                              \n              \n              \n              \n              \n              \n              \n\n            \n              \n                              \n                      \n              \n      \n\n            \n\n            \n      \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:6:{s:0:\"\";a:8:{s:5:\"title
 \";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"Alex Denning: The Art of Writing a Great WordPress Tutorial\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"http://wordpress.tv/2016/05/30/alex-denning-art-writing-great-wp-tutorial/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:82:\"http://wordpress.tv/2016/05/30/alex-denning-art-writing-great-wp-tutorial/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"d
 ata\";s:31:\"Mon, 30 May 2016 11:46:35 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:7:{i:0;a:5:{s:4:\"data\";s:4:\"2016\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:6:\"London\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:10:\"WordCampTV\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:9:\"education\";s:7:
 \"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:8:\"learning\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:5;a:5:{s:4:\"data\";s:8:\"tutorial\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:6;a:5:{s:4:\"data\";s:7:\"Writing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wordpress.tv/?p=58795\";s:7:\"attribs\";a:1:{s:0:\"\";a:
 1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:856:\"How do you write a really good WordPress tutorial? A high-accessible breakdown of how to write about WordPress in a way that is engaging and can be understood clearly. A look through how to: successfully identify people’s problems, establish trust and create an engaging narrative, format code examples, understand how to maximise accessibility, weave in calls-to-action and share your work! The aim is to ensure everybody can come away from the talk much better understanding how to write the awesome WordPress tutorials that can spread knowledge far and wide.<p><a href=\"http://alexdenning.com/wp-content/uploads/2016/04/Art-of-Writing-WordPress.pdf\">Presentation Slides &#187;</a>&l
 t;/p><img alt=\"\" border=\"0\" src=\"http://pixel.wp.com/b.gif?host=wordpress.tv&#038;blog=5089392&#038;post=58795&#038;subd=wptv&#038;ref=&#038;feed=1\" width=\"1\" height=\"1\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"enclosure\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:87:\"http://videos.videopress.com/uoF7SqLT/alex-denning-art-writing-great-wp-tutorial_hd.mp4\";s:6:\"length\";s:9:\"997447680\";s:4:\"type\";s:9:\"video/mp4\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\"
 ;a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"WordPress.tv\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:1137:\"<div id=\"v-uoF7SqLT-1\" class=\"video-player\" style=\"width:400px;height:224px\">\n<embed id=\"v-uoF7SqLT-1-video\" src=\"http://s0.videopress.com/player.swf?v=1.04&amp;guid=uoF7SqLT&amp;isDynamicSeeking=true&amp;hd=true\" type=\"application/x-shockwave-flash\" width=\"400\" height=\"224\" title=\"Alex Denning: The Art of Writing a Great WordPress Tutorial\" wmode=\"direct\" seamlesstabbing=\"true\" allowfullscreen=\"true\" allowscriptacce
 ss=\"always\" overstretch=\"true\"></embed></div><br />  <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/58795/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/58795/\" /></a> <img alt=\"\" border=\"0\" src=\"http://pixel.wp.com/b.gif?host=wordpress.tv&#038;blog=5089392&#038;post=58795&#038;subd=wptv&#038;ref=&#038;feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2016/05/30/alex-denning-art-writing-great-wp-tutorial/\"><img alt=\"Alex Denning: The Art of Writing a Great WordPress Tutorial\" src=\"http://videos.videopress.com/uoF7SqLT/alex-denning-art-writing-great-wp-tutorial_std.original.jpg\" width=\"160\" height=\"120\" />&lt
 ;/a></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:79:\"http://wordpress.tv/2016/05/30/alex-denning-art-writing-great-wp-tutorial/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:29:\"http://search.yahoo.com/mrss/\";a:2:{s:7:\"content\";a:1:{i:0;a:6
 :{s:4:\"data\";s:7:\"\n                 \n              \";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:3:\"url\";s:153:\"http://1.gravatar.com/avatar/ad35284a9f9471314e3eef5f97dac331?s=96&d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&r=G\";s:6:\"medium\";s:5:\"image\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:29:\"http://search.yahoo.com/mrss/\";a:1:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"anonvideoupload\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"html\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}s:5:\"group\";a:1:{i:0;a:6:{s:4:\"data\";s:39:\"\n                     \n
 \n                     \n\n                    \n\n                    \n\n                    \n                      \n                      \n                      \n              \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:29:\"http://search.yahoo.com/mrss/\";a:5:{s:7:\"content\";a:4:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:9:{s:3:\"url\";s:87:\"http://videos.videopress.com/uoF7SqLT/alex-denning-art-writing-great-wp-tutorial_hd.mp4\";s:8:\"fileSize\";s:9:\"997447680\";s:4:\"type\";s:9:\"video/mp4\";s:6:\"medium\";s:5:\"video\";s:7:\"bitrate\";s:4:\"3160\";s:9:\"isDefault\";s:4:\"true\";s:8:\"duration\";s:4:\"2466\";s:5:\"width\";s:4:\"1280\";s:6:\"height\";s:3:\"720\";}}s:8:\"xml_base\";s:
 0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:9:{s:3:\"url\";s:88:\"http://videos.videopress.com/uoF7SqLT/alex-denning-art-writing-great-wp-tutorial_dvd.mp4\";s:8:\"fileSize\";s:9:\"482310144\";s:4:\"type\";s:9:\"video/mp4\";s:6:\"medium\";s:5:\"video\";s:7:\"bitrate\";s:4:\"1528\";s:9:\"isDefault\";s:5:\"false\";s:8:\"duration\";s:4:\"2466\";s:5:\"width\";s:3:\"640\";s:6:\"height\";s:3:\"360\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:9:{s:3:\"url\
 ";s:88:\"http://videos.videopress.com/uoF7SqLT/alex-denning-art-writing-great-wp-tutorial_std.mp4\";s:8:\"fileSize\";s:9:\"251255808\";s:4:\"type\";s:9:\"video/mp4\";s:6:\"medium\";s:5:\"video\";s:7:\"bitrate\";s:3:\"796\";s:9:\"isDefault\";s:5:\"false\";s:8:\"duration\";s:4:\"2466\";s:5:\"width\";s:3:\"400\";s:6:\"height\";s:3:\"224\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:9:{s:3:\"url\";s:89:\"http://videos.videopress.com/uoF7SqLT/alex-denning-art-writing-great-wp-tutorial_fmt1.ogv\";s:8:\"fileSize\";s:9:\"251255808\";s:4:\"type\";s:9:\"video/ogg\";s:6:\
 "medium\";s:5:\"video\";s:7:\"bitrate\";s:3:\"796\";s:9:\"isDefault\";s:5:\"false\";s:8:\"duration\";s:4:\"2466\";s:5:\"width\";s:3:\"400\";s:6:\"height\";s:3:\"224\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:6:\"rating\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"g\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:6:\"scheme\";s:8:\"urn:mpaa\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"Alex Denning: The Art of Writing a Great WordPress Tutorial\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:5:\"plain\";}}s:8
 :\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"thumbnail\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:97:\"http://videos.videopress.com/uoF7SqLT/alex-denning-art-writing-great-wp-tutorial_std.original.jpg\";s:5:\"width\";s:3:\"256\";s:6:\"height\";s:3:\"144\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:6:\"player\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:78:\"http://s0.videopress.com/player.swf?v=1.04&guid=uoF7SqLT&isDynamicSeeking=true\";s:5:\"width\";s:3:\"400\";s:6:\"height\";s:3:\"225\";
 }}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}i:8;a:6:{s:4:\"data\";s:63:\"\n         \n              \n              \n              \n              \n                              \n              \n              \n              \n              \n\n            \n              \n                              \n                      \n              \n      \n\n            \n\n            \n      \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:6:{s:0:\"\";a:8:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"Francesca Marano: The Rebirth of the Italian Community\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"http://wordpress.tv/2016/05/30/francesca-marano-rebirth-italian-community/\";s:7:\"attribs\";a:0:{}s:8:\&quot
 ;xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:83:\"http://wordpress.tv/2016/05/30/francesca-marano-rebirth-italian-community/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 30 May 2016 10:52:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:5:{i:0;a:5:{s:4:\"data\";s:4:\"2016\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;
 a:5:{s:4:\"data\";s:6:\"London\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:10:\"WordCampTV\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:18:\"building community\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:9:\"Community\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wordpres
 s.tv/?p=58801\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:653:\"In May 2015 a chain of encounters led a small group of strangers to meet, on and offline, and revive the WordPress Italian Community. After endless hours of chats on Slack, we have regular monthly meetups in half a dozen cities, contributor meetings and at least 3 WordCamps planned for 2016. This is our story and we hope it can be your community’s story too.<p><a href=\"http://www.slideshare.net/meetthecohens/the-rebirth-of-the-italian-community\">Presentation Slides &#187;</a></p><img alt=\"\" border=\"0\" src=\"http://pixel.wp.com/b.gif?host=wordpress.tv&#038;blog=508
 9392&#038;post=58801&#038;subd=wptv&#038;ref=&#038;feed=1\" width=\"1\" height=\"1\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"enclosure\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:87:\"http://videos.videopress.com/Bey7mxrD/francesca-marano-rebirth-italian-community_hd.mp4\";s:6:\"length\";s:9:\"798039040\";s:4:\"type\";s:9:\"video/mp4\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"WordPress.tv\";s:7:\"attribs\";a:0
 :{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:1127:\"<div id=\"v-Bey7mxrD-1\" class=\"video-player\" style=\"width:400px;height:224px\">\n<embed id=\"v-Bey7mxrD-1-video\" src=\"http://s0.videopress.com/player.swf?v=1.04&amp;guid=Bey7mxrD&amp;isDynamicSeeking=true&amp;hd=true\" type=\"application/x-shockwave-flash\" width=\"400\" height=\"224\" title=\"Francesca Marano: The Rebirth of the Italian Community\" wmode=\"direct\" seamlesstabbing=\"true\" allowfullscreen=\"true\" allowscriptaccess=\"always\" overstretch=\"true\"></embed></div><br />  <a rel=\"nofollow\" href
 =\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/58801/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/58801/\" /></a> <img alt=\"\" border=\"0\" src=\"http://pixel.wp.com/b.gif?host=wordpress.tv&#038;blog=5089392&#038;post=58801&#038;subd=wptv&#038;ref=&#038;feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2016/05/30/francesca-marano-rebirth-italian-community/\"><img alt=\"Francesca Marano: The Rebirth of the Italian Community\" src=\"http://videos.videopress.com/Bey7mxrD/francesca-marano-rebirth-italian-community_std.original.jpg\" width=\"160\" height=\"120\" /></a></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\&quot
 ;;b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:79:\"http://wordpress.tv/2016/05/30/francesca-marano-rebirth-italian-community/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:29:\"http://search.yahoo.com/mrss/\";a:2:{s:7:\"content\";a:1:{i:0;a:6:{s:4:\"data\";s:7:\"\n                        \n              \";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:3:\"url\";s:153:\&qu
 ot;http://1.gravatar.com/avatar/ad35284a9f9471314e3eef5f97dac331?s=96&d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&r=G\";s:6:\"medium\";s:5:\"image\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:29:\"http://search.yahoo.com/mrss/\";a:1:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"anonvideoupload\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"html\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}s:5:\"group\";a:1:{i:0;a:6:{s:4:\"data\";s:39:\"\n                   \n\n                    \n\n                    \n\n                    \n\n                    \n                      \n                      \n                      \n              \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\&qu
 ot;xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:29:\"http://search.yahoo.com/mrss/\";a:5:{s:7:\"content\";a:4:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:9:{s:3:\"url\";s:87:\"http://videos.videopress.com/Bey7mxrD/francesca-marano-rebirth-italian-community_hd.mp4\";s:8:\"fileSize\";s:9:\"798039040\";s:4:\"type\";s:9:\"video/mp4\";s:6:\"medium\";s:5:\"video\";s:7:\"bitrate\";s:4:\"3160\";s:9:\"isDefault\";s:4:\"true\";s:8:\"duration\";s:4:\"1973\";s:5:\"width\";s:4:\"1280\";s:6:\"height\";s:3:\"720\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:0
 :\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:9:{s:3:\"url\";s:88:\"http://videos.videopress.com/Bey7mxrD/francesca-marano-rebirth-italian-community_dvd.mp4\";s:8:\"fileSize\";s:9:\"385887232\";s:4:\"type\";s:9:\"video/mp4\";s:6:\"medium\";s:5:\"video\";s:7:\"bitrate\";s:4:\"1528\";s:9:\"isDefault\";s:5:\"false\";s:8:\"duration\";s:4:\"1973\";s:5:\"width\";s:3:\"640\";s:6:\"height\";s:3:\"360\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:9:{s:3:\"url\";s:88:\"http://videos.videopress.com/Bey7mxrD/francesca-marano-rebirth-italian-community_std.mp4\";s:8:\"fileSize\&quot
 ;;s:9:\"201025024\";s:4:\"type\";s:9:\"video/mp4\";s:6:\"medium\";s:5:\"video\";s:7:\"bitrate\";s:3:\"796\";s:9:\"isDefault\";s:5:\"false\";s:8:\"duration\";s:4:\"1973\";s:5:\"width\";s:3:\"400\";s:6:\"height\";s:3:\"224\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:9:{s:3:\"url\";s:89:\"http://videos.videopress.com/Bey7mxrD/francesca-marano-rebirth-italian-community_fmt1.ogv\";s:8:\"fileSize\";s:9:\"201025024\";s:4:\"type\";s:9:\"video/ogg\";s:6:\"medium\";s:5:\"video\";s:7:\"bitrate\";s:3:\"796\";s:9:\"isDefault\";s:5:\"false\&qu
 ot;;s:8:\"duration\";s:4:\"1973\";s:5:\"width\";s:3:\"400\";s:6:\"height\";s:3:\"224\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:6:\"rating\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"g\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:6:\"scheme\";s:8:\"urn:mpaa\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"Francesca Marano: The Rebirth of the Italian Community\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:5:\"plain\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"th
 umbnail\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:97:\"http://videos.videopress.com/Bey7mxrD/francesca-marano-rebirth-italian-community_std.original.jpg\";s:5:\"width\";s:3:\"256\";s:6:\"height\";s:3:\"144\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:6:\"player\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:78:\"http://s0.videopress.com/player.swf?v=1.04&guid=Bey7mxrD&isDynamicSeeking=true\";s:5:\"width\";s:3:\"400\";s:6:\"height\";s:3:\"225\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}i
 :9;a:6:{s:4:\"data\";s:63:\"\n          \n              \n              \n              \n              \n                              \n              \n              \n              \n              \n\n            \n              \n                              \n                      \n              \n      \n\n            \n\n            \n      \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:6:{s:0:\"\";a:8:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"Tom Greenwood: How to attract big name clients with LOVE\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:87:\"http://wordpress.tv/2016/05/30/tom-greenwood-how-to-attract-big-name-clients-with-love/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\
 "comments\";a:1:{i:0;a:5:{s:4:\"data\";s:95:\"http://wordpress.tv/2016/05/30/tom-greenwood-how-to-attract-big-name-clients-with-love/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 30 May 2016 10:51:30 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:5:{i:0;a:5:{s:4:\"data\";s:4:\"2016\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:6:\"London\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\&
 quot;\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:10:\"WordCampTV\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:6:\"Client\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:14:\"Large Projects\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wordpress.tv/?p=58797\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\&
 quot;;}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:924:\"Tom and Vineeta Greenwood founded Wholegrain Digital in 2007 and developed it into one of Europe’s top specialist WordPress agencies, with clients such as M&#38;S, Rightmove, Lenovo, UNICEF and Ecover. The question that we are most commonly asked by other agency owners and freelancers is “How do you get those big name clients?” In this presentation, I will reveal the key secrets, tips and techniques that Wholegrain Digital have used to attract big name clients over the years, often defying conventional business wisdom and sales practices and instead following a process centred on love.<p><a href=\"http://www.wholegraindigital.com/wp-content/uploads/2016/04/WGDWordCampLDN2016_WinClientWithLove.compressed.pdf\">Presentation Slides &a
 mp;#187;</a></p><img alt=\"\" border=\"0\" src=\"http://pixel.wp.com/b.gif?host=wordpress.tv&#038;blog=5089392&#038;post=58797&#038;subd=wptv&#038;ref=&#038;feed=1\" width=\"1\" height=\"1\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"enclosure\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:100:\"http://videos.videopress.com/DGfeDrRg/tom-greenwood-how-to-attract-big-name-clients-with-love_hd.mp4\";s:6:\"length\";s:9:\"853048320\";s:4:\"type\";s:9:\"video/mp4\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http:
 //purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"WordPress.tv\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:1157:\"<div id=\"v-DGfeDrRg-1\" class=\"video-player\" style=\"width:400px;height:224px\">\n<embed id=\"v-DGfeDrRg-1-video\" src=\"http://s0.videopress.com/player.swf?v=1.04&amp;guid=DGfeDrRg&amp;isDynamicSeeking=true&amp;hd=true\" type=\"application/x-shockwave-flash\" width=\"400\" height=\"224\" title=\"Tom Greenwood: How to attract big name clients with LOVE\" wmode=\"direct\" seamlesstabbing=\"true\" allowfullscreen=\&q
 uot;true\" allowscriptaccess=\"always\" overstretch=\"true\"></embed></div><br />  <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/58797/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/58797/\" /></a> <img alt=\"\" border=\"0\" src=\"http://pixel.wp.com/b.gif?host=wordpress.tv&#038;blog=5089392&#038;post=58797&#038;subd=wptv&#038;ref=&#038;feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2016/05/30/tom-greenwood-how-to-attract-big-name-clients-with-love/\"><img alt=\"Tom Greenwood: How to attract big name clients with LOVE\" src=\"http://videos.videopress.com/DGfeDrRg/tom-greenwood-how-to-attract-big-name-clients-with-love_std.original.jpg\" wid
 th=\"160\" height=\"120\" /></a></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:92:\"http://wordpress.tv/2016/05/30/tom-greenwood-how-to-attract-big-name-clients-with-love/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:29:\"http://search
 .yahoo.com/mrss/\";a:2:{s:7:\"content\";a:1:{i:0;a:6:{s:4:\"data\";s:7:\"\n                      \n              \";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:3:\"url\";s:153:\"http://1.gravatar.com/avatar/ad35284a9f9471314e3eef5f97dac331?s=96&d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&r=G\";s:6:\"medium\";s:5:\"image\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:29:\"http://search.yahoo.com/mrss/\";a:1:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"anonvideoupload\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"html\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}s:5:\"gr
 oup\";a:1:{i:0;a:6:{s:4:\"data\";s:39:\"\n                 \n\n                    \n\n                    \n\n                    \n\n                    \n                      \n                      \n                      \n              \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:29:\"http://search.yahoo.com/mrss/\";a:5:{s:7:\"content\";a:4:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:9:{s:3:\"url\";s:100:\"http://videos.videopress.com/DGfeDrRg/tom-greenwood-how-to-attract-big-name-clients-with-love_hd.mp4\";s:8:\"fileSize\";s:9:\"853048320\";s:4:\"type\";s:9:\"video/mp4\";s:6:\"medium\";s:5:\"video\";s:7:\"bitrate\";s:4:\"3160\";s:9:\"isDefault\";s:4:\"true\";s:8:\"duration\";s:4:\"2109\";s:5:\"width\";s:4:\"1280\&quo
 t;;s:6:\"height\";s:3:\"720\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:9:{s:3:\"url\";s:101:\"http://videos.videopress.com/DGfeDrRg/tom-greenwood-how-to-attract-big-name-clients-with-love_dvd.mp4\";s:8:\"fileSize\";s:9:\"412486656\";s:4:\"type\";s:9:\"video/mp4\";s:6:\"medium\";s:5:\"video\";s:7:\"bitrate\";s:4:\"1528\";s:9:\"isDefault\";s:5:\"false\";s:8:\"duration\";s:4:\"2109\";s:5:\"width\";s:3:\"640\";s:6:\"height\";s:3:\"360\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\&
 quot;;s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:9:{s:3:\"url\";s:101:\"http://videos.videopress.com/DGfeDrRg/tom-greenwood-how-to-attract-big-name-clients-with-love_std.mp4\";s:8:\"fileSize\";s:9:\"214881792\";s:4:\"type\";s:9:\"video/mp4\";s:6:\"medium\";s:5:\"video\";s:7:\"bitrate\";s:3:\"796\";s:9:\"isDefault\";s:5:\"false\";s:8:\"duration\";s:4:\"2109\";s:5:\"width\";s:3:\"400\";s:6:\"height\";s:3:\"224\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:9:{s:3:\"url\";s:102:\"http://videos.videopress.com/DGfeDrRg/tom-greenwood-how-to-attract-big-name-clients-with-love_fmt1
 .ogv\";s:8:\"fileSize\";s:9:\"214881792\";s:4:\"type\";s:9:\"video/ogg\";s:6:\"medium\";s:5:\"video\";s:7:\"bitrate\";s:3:\"796\";s:9:\"isDefault\";s:5:\"false\";s:8:\"duration\";s:4:\"2109\";s:5:\"width\";s:3:\"400\";s:6:\"height\";s:3:\"224\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:6:\"rating\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"g\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:6:\"scheme\";s:8:\"urn:mpaa\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"Tom Greenwood: How to attract big name clients with
  LOVE\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:5:\"plain\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"thumbnail\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:110:\"http://videos.videopress.com/DGfeDrRg/tom-greenwood-how-to-attract-big-name-clients-with-love_std.original.jpg\";s:5:\"width\";s:3:\"256\";s:6:\"height\";s:3:\"144\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:6:\"player\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:78:\"http://s0.videopress.com/player.swf?v=1.04&guid=D
 GfeDrRg&isDynamicSeeking=true\";s:5:\"width\";s:3:\"400\";s:6:\"height\";s:3:\"225\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}i:10;a:6:{s:4:\"data\";s:66:\"\n          \n              \n              \n              \n              \n                              \n              \n              \n              \n              \n              \n\n            \n              \n                              \n                      \n              \n      \n\n            \n\n            \n      \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:6:{s:0:\"\";a:8:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"Maciej Pilarski: How to Make your WordPress Website Multilingual\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\&quot
 ;data\";s:97:\"http://wordpress.tv/2016/05/30/maciej-pilarski-how-to-make-your-wordpress-website-multilingual-2/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:105:\"http://wordpress.tv/2016/05/30/maciej-pilarski-how-to-make-your-wordpress-website-multilingual-2/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 30 May 2016 08:07:22 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:6:{i:0;a:5:{s:4:\"data\&quot
 ;;s:4:\"2016\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:6:\"London\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:10:\"WordCampTV\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:9:\"eCommerce\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:12:\"Going Global\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\&
 quot;\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:5;a:5:{s:4:\"data\";s:12:\"multilingual\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"http://wordpress.tv?p=58789&preview_id=58789\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:654:\"In my presentation, I will share tips on how to easily and quickly create a traditional multilingual website or eCommerce store. I will compare the most popular multilingual plugins and also show how this can 
 be done without using any plugins. Part of the talk will include the benefits to your business of going global and how this can be done in minutes.<p><a href=\"http://matiweb.com/maciej-pilarski-how-to-make-your-wordpress-website-multilingual/\">Presentation Slides &#187;</a></p><img alt=\"\" border=\"0\" src=\"http://pixel.wp.com/b.gif?host=wordpress.tv&#038;blog=5089392&#038;post=58789&#038;subd=wptv&#038;ref=&#038;feed=1\" width=\"1\" height=\"1\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"enclosure\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:61:\"http://videos.videopress.com/K21BXW6Y/video-c5c8665f72_hd.mp4\";s:6:\&quo
 t;length\";s:9:\"757995520\";s:4:\"type\";s:9:\"video/mp4\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"WordPress.tv\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:1150:\"<div id=\"v-K21BXW6Y-1\" class=\"video-player\" style=\"width:400px;height:224px\">\n<embed id=\"v-K21BXW6Y-1-video\" src=\"http://s0.videopress.com/player.swf?v=1.04&amp;guid=K21BXW6Y&amp;isDynamicSeeking=true&amp;hd=true\" type=\
 "application/x-shockwave-flash\" width=\"400\" height=\"224\" title=\"Maciej Pilarski: How to Make your WordPress Website Multilingual\" wmode=\"direct\" seamlesstabbing=\"true\" allowfullscreen=\"true\" allowscriptaccess=\"always\" overstretch=\"true\"></embed></div><br />  <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/58789/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/58789/\" /></a> <img alt=\"\" border=\"0\" src=\"http://pixel.wp.com/b.gif?host=wordpress.tv&#038;blog=5089392&#038;post=58789&#038;subd=wptv&#038;ref=&#038;feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2016/05/30/maciej-pilarski-how-to-m
 ake-your-wordpress-website-multilingual-2/\"><img alt=\"Maciej Pilarski: How to Make your WordPress Website Multilingual\" src=\"http://videos.videopress.com/K21BXW6Y/video-c5c8665f72_scruberthumbnail_0.jpg\" width=\"160\" height=\"120\" /></a></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:102:\"http://wordpress.tv/2016/05/30/maciej-pilarski-how-to-make-your-wordpress-website-multilingual-2/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\&qu
 ot;;a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:29:\"http://search.yahoo.com/mrss/\";a:2:{s:7:\"content\";a:1:{i:0;a:6:{s:4:\"data\";s:7:\"\n                        \n              \";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:3:\"url\";s:153:\"http://1.gravatar.com/avatar/ad35284a9f9471314e3eef5f97dac331?s=96&d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&r=G\";s:6:\"medium\";s:5:\"image\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:29:\"http://search.yahoo.com/mrss/\";a:1:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"anonvideoupload\";s
 :7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"html\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}s:5:\"group\";a:1:{i:0;a:6:{s:4:\"data\";s:39:\"\n                   \n\n                    \n\n                    \n\n                    \n\n                    \n                      \n                      \n                      \n              \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:29:\"http://search.yahoo.com/mrss/\";a:5:{s:7:\"content\";a:4:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:9:{s:3:\"url\";s:61:\"http://videos.videopress.com/K21BXW6Y/video-c5c8665f72_hd.mp4\";s:8:\"fileSize\";s:9:\"757995520\";s:4:\"type\";s:9:\"video/mp4\";s:6:\"medium\";s:5:
 \"video\";s:7:\"bitrate\";s:4:\"3160\";s:9:\"isDefault\";s:4:\"true\";s:8:\"duration\";s:4:\"1874\";s:5:\"width\";s:4:\"1280\";s:6:\"height\";s:3:\"720\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:9:{s:3:\"url\";s:62:\"http://videos.videopress.com/K21BXW6Y/video-c5c8665f72_dvd.mp4\";s:8:\"fileSize\";s:9:\"366524416\";s:4:\"type\";s:9:\"video/mp4\";s:6:\"medium\";s:5:\"video\";s:7:\"bitrate\";s:4:\"1528\";s:9:\"isDefault\";s:5:\"false\";s:8:\"duration\";s:4:\"1874\";s:5:\"width\";s:3:\"640\";s:6:\"height\";s:3:\&quot
 ;360\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:9:{s:3:\"url\";s:62:\"http://videos.videopress.com/K21BXW6Y/video-c5c8665f72_std.mp4\";s:8:\"fileSize\";s:9:\"190938112\";s:4:\"type\";s:9:\"video/mp4\";s:6:\"medium\";s:5:\"video\";s:7:\"bitrate\";s:3:\"796\";s:9:\"isDefault\";s:5:\"false\";s:8:\"duration\";s:4:\"1874\";s:5:\"width\";s:3:\"400\";s:6:\"height\";s:3:\"224\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:9:
 {s:3:\"url\";s:63:\"http://videos.videopress.com/K21BXW6Y/video-c5c8665f72_fmt1.ogv\";s:8:\"fileSize\";s:9:\"190938112\";s:4:\"type\";s:9:\"video/ogg\";s:6:\"medium\";s:5:\"video\";s:7:\"bitrate\";s:3:\"796\";s:9:\"isDefault\";s:5:\"false\";s:8:\"duration\";s:4:\"1874\";s:5:\"width\";s:3:\"400\";s:6:\"height\";s:3:\"224\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:6:\"rating\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"g\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:6:\"scheme\";s:8:\"urn:mpaa\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"title\";a:1:{i
 :0;a:5:{s:4:\"data\";s:64:\"Maciej Pilarski: How to Make your WordPress Website Multilingual\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:5:\"plain\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"thumbnail\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:77:\"http://videos.videopress.com/K21BXW6Y/video-c5c8665f72_scruberthumbnail_0.jpg\";s:5:\"width\";s:3:\"256\";s:6:\"height\";s:3:\"144\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:6:\"player\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\&quo
 t;;s:78:\"http://s0.videopress.com/player.swf?v=1.04&guid=K21BXW6Y&isDynamicSeeking=true\";s:5:\"width\";s:3:\"400\";s:6:\"height\";s:3:\"225\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}i:11;a:6:{s:4:\"data\";s:66:\"\n              \n              \n              \n              \n              \n                              \n              \n              \n              \n              \n              \n\n            \n              \n                              \n                      \n              \n      \n\n            \n\n            \n      \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:6:{s:0:\"\";a:8:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"Emanuel Blagonic: How WordPress Changed the Face of Croatian Politics\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\&q
 uot;;s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:102:\"http://wordpress.tv/2016/05/30/emanuel-blagonic-how-wordpress-changed-the-face-of-croatian-politics-2/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:110:\"http://wordpress.tv/2016/05/30/emanuel-blagonic-how-wordpress-changed-the-face-of-croatian-politics-2/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 30 May 2016 07:57:14 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\"
 ;s:0:\"\";}}s:8:\"category\";a:6:{i:0;a:5:{s:4:\"data\";s:4:\"2016\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:6:\"London\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:10:\"WordCampTV\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:11:\"Open source\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:8:\&quot
 ;politics\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:5;a:5:{s:4:\"data\";s:12:\"sharing data\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"http://wordpress.tv?p=58786&preview_id=58786\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1384:\"The basic idea of WordPress was to redefine online publishing by allowing anyone to easily publish their articles. More than 1
 0 years later, we used WordPress as an open source publishing platform to build a website for one of the largest cities in Croatia. I’ll tell you a story of how the city of Rijeka decided to go with open source software and how the people reacted to everything being open sourced as well. One of the first large-scale “design in the open” projects in Croatia is defining standards for future web development. We’re discussing the web design process, sharing knowledge with the public and asking citizens to be a part of the redesign effort. By delivering designs, HTML and CSS, WordPress theme and documents like Content Strategy and Accessibility Guidelines – we’re redefining what the public website should look like. And with the help of WordPress we’re promoting the power of publishing and transparency. Last but not least – I’ll tell you how the city of Rijeka helped us organise our first WordCamp Croatia in 2015, by believing in the power of WordPress.<p><a hre
 f=\"https://speakerdeck.com/player/43131eba0ee34a04b80400b63f1c704c#\">Presentation Slides &#187;</a></p><img alt=\"\" border=\"0\" src=\"http://pixel.wp.com/b.gif?host=wordpress.tv&#038;blog=5089392&#038;post=58786&#038;subd=wptv&#038;ref=&#038;feed=1\" width=\"1\" height=\"1\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"enclosure\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:61:\"http://videos.videopress.com/ir17IrNZ/video-0d63a03ebc_hd.mp4\";s:6:\"length\";s:10:\"1005537280\";s:4:\"type\";s:9:\"video/mp4\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:
 0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"WordPress.tv\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:1165:\"<div id=\"v-ir17IrNZ-1\" class=\"video-player\" style=\"width:400px;height:224px\">\n<embed id=\"v-ir17IrNZ-1-video\" src=\"http://s0.videopress.com/player.swf?v=1.04&amp;guid=ir17IrNZ&amp;isDynamicSeeking=true&amp;hd=true\" type=\"application/x-shockwave-flash\" width=\"400\" height=\"224\" title=\"Emanuel Blagonic: How WordPress Changed the Face of Croatian Politics\" 
 wmode=\"direct\" seamlesstabbing=\"true\" allowfullscreen=\"true\" allowscriptaccess=\"always\" overstretch=\"true\"></embed></div><br />  <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/58786/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/58786/\" /></a> <img alt=\"\" border=\"0\" src=\"http://pixel.wp.com/b.gif?host=wordpress.tv&#038;blog=5089392&#038;post=58786&#038;subd=wptv&#038;ref=&#038;feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2016/05/30/emanuel-blagonic-how-wordpress-changed-the-face-of-croatian-politics-2/\"><img alt=\"Emanuel Blagonic: How WordPress Changed the Face of Croatian Politics\" src=\"http://video
 s.videopress.com/ir17IrNZ/video-0d63a03ebc_scruberthumbnail_0.jpg\" width=\"160\" height=\"120\" /></a></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:107:\"http://wordpress.tv/2016/05/30/emanuel-blagonic-how-wordpress-changed-the-face-of-croatian-politics-2/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_ex
 plicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:29:\"http://search.yahoo.com/mrss/\";a:2:{s:7:\"content\";a:1:{i:0;a:6:{s:4:\"data\";s:7:\"\n                  \n              \";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:3:\"url\";s:153:\"http://1.gravatar.com/avatar/ad35284a9f9471314e3eef5f97dac331?s=96&d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&r=G\";s:6:\"medium\";s:5:\"image\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:29:\"http://search.yahoo.com/mrss/\";a:1:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"anonvideoupload\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"html\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xm
 l_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}s:5:\"group\";a:1:{i:0;a:6:{s:4:\"data\";s:39:\"\n                     \n\n                    \n\n                    \n\n                    \n\n                    \n                      \n                      \n                      \n              \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:29:\"http://search.yahoo.com/mrss/\";a:5:{s:7:\"content\";a:4:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:9:{s:3:\"url\";s:61:\"http://videos.videopress.com/ir17IrNZ/video-0d63a03ebc_hd.mp4\";s:8:\"fileSize\";s:10:\"1005537280\";s:4:\"type\";s:9:\"video/mp4\";s:6:\"medium\";s:5:\"video\";s:7:\"bitrate\";s:4:\"3160\";s:9:\"isDefault\";s:4:\"true\";s:8:\"duration\";s:4:\"24
 86\";s:5:\"width\";s:4:\"1280\";s:6:\"height\";s:3:\"720\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:9:{s:3:\"url\";s:62:\"http://videos.videopress.com/ir17IrNZ/video-0d63a03ebc_dvd.mp4\";s:8:\"fileSize\";s:9:\"486221824\";s:4:\"type\";s:9:\"video/mp4\";s:6:\"medium\";s:5:\"video\";s:7:\"bitrate\";s:4:\"1528\";s:9:\"isDefault\";s:5:\"false\";s:8:\"duration\";s:4:\"2486\";s:5:\"width\";s:3:\"640\";s:6:\"height\";s:3:\"360\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4
 :\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:9:{s:3:\"url\";s:62:\"http://videos.videopress.com/ir17IrNZ/video-0d63a03ebc_std.mp4\";s:8:\"fileSize\";s:9:\"253293568\";s:4:\"type\";s:9:\"video/mp4\";s:6:\"medium\";s:5:\"video\";s:7:\"bitrate\";s:3:\"796\";s:9:\"isDefault\";s:5:\"false\";s:8:\"duration\";s:4:\"2486\";s:5:\"width\";s:3:\"400\";s:6:\"height\";s:3:\"224\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:9:{s:3:\"url\";s:63:\"http://videos.videopress.com/ir17IrNZ/video-0d63a03ebc_fmt1.ogv\";s:8:\"fileSize\";s:9:\"253293568\"
 ;s:4:\"type\";s:9:\"video/ogg\";s:6:\"medium\";s:5:\"video\";s:7:\"bitrate\";s:3:\"796\";s:9:\"isDefault\";s:5:\"false\";s:8:\"duration\";s:4:\"2486\";s:5:\"width\";s:3:\"400\";s:6:\"height\";s:3:\"224\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:6:\"rating\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"g\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:6:\"scheme\";s:8:\"urn:mpaa\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"Emanuel Blagonic: How WordPress Changed the Face of Croatian Politics\";s:7:\"attribs\";a:1:{s:0:\&quo
 t;\";a:1:{s:4:\"type\";s:5:\"plain\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"thumbnail\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:77:\"http://videos.videopress.com/ir17IrNZ/video-0d63a03ebc_scruberthumbnail_0.jpg\";s:5:\"width\";s:3:\"256\";s:6:\"height\";s:3:\"144\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:6:\"player\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:78:\"http://s0.videopress.com/player.swf?v=1.04&guid=ir17IrNZ&isDynamicSeeking=true\";s:5:\"width\";s:3:\"400\";
 s:6:\"height\";s:3:\"225\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}i:12;a:6:{s:4:\"data\";s:66:\"\n         \n              \n              \n              \n              \n                              \n              \n              \n              \n              \n              \n\n            \n              \n                              \n                      \n              \n      \n\n            \n\n            \n      \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:6:{s:0:\"\";a:8:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:61:\"Claire Brotherton: The How and Why of Small Business Blogging\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:92:\"http://wordpress.tv/2016/05/30/claire-brotherton-the-how-and-why-
 of-small-business-blogging/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:100:\"http://wordpress.tv/2016/05/30/claire-brotherton-the-how-and-why-of-small-business-blogging/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 30 May 2016 07:51:58 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:6:{i:0;a:5:{s:4:\"data\";s:4:\"2016\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\&quo
 t;;s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:6:\"London\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:10:\"WordCampTV\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:4:\"blog\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:8:\"Business\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:5;a:5:{
 s:4:\"data\";s:8:\"schedule\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"http://wordpress.tv?p=58783&preview_id=58783\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:449:\"My session would be on the why and how of blogging and how it can be used to develop your business. What are the advantages, how can you develop a regular blogging habit and what plugins you can use to make life easier. Also how I kick-started my blogging with a blogging challenge.<img alt=\"\" border=\"0
 \" src=\"http://pixel.wp.com/b.gif?host=wordpress.tv&#038;blog=5089392&#038;post=58783&#038;subd=wptv&#038;ref=&#038;feed=1\" width=\"1\" height=\"1\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"enclosure\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:61:\"http://videos.videopress.com/Qyooe8Hd/video-e7a3fbe3e3_hd.mp4\";s:6:\"length\";s:9:\"945674240\";s:4:\"type\";s:9:\"video/mp4\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\&
 quot;WordPress.tv\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:1139:\"<div id=\"v-Qyooe8Hd-1\" class=\"video-player\" style=\"width:400px;height:224px\">\n<embed id=\"v-Qyooe8Hd-1-video\" src=\"http://s0.videopress.com/player.swf?v=1.04&amp;guid=Qyooe8Hd&amp;isDynamicSeeking=true&amp;hd=true\" type=\"application/x-shockwave-flash\" width=\"400\" height=\"224\" title=\"Claire Brotherton: The How and Why of Small Business Blogging\" wmode=\"direct\" seamlesstabbing=\"true\" allowfullscreen=\"true\" allowscriptaccess=\"always\" overstretch=\"true\"></embed>&l
 t;/div><br />  <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/58783/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/58783/\" /></a> <img alt=\"\" border=\"0\" src=\"http://pixel.wp.com/b.gif?host=wordpress.tv&#038;blog=5089392&#038;post=58783&#038;subd=wptv&#038;ref=&#038;feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2016/05/30/claire-brotherton-the-how-and-why-of-small-business-blogging/\"><img alt=\"Claire Brotherton: The How and Why of Small Business Blogging\" src=\"http://videos.videopress.com/Qyooe8Hd/video-e7a3fbe3e3_scruberthumbnail_0.jpg\" width=\"160\" height=\"120\" /></a></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_
 base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:97:\"http://wordpress.tv/2016/05/30/claire-brotherton-the-how-and-why-of-small-business-blogging/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:29:\"http://search.yahoo.com/mrss/\";a:2:{s:7:\"content\";a:1:{i:0;a:6:{s:4:\"data\";s:7:\"\n                    \n              \";s:7
 :\"attribs\";a:1:{s:0:\"\";a:2:{s:3:\"url\";s:153:\"http://1.gravatar.com/avatar/ad35284a9f9471314e3eef5f97dac331?s=96&d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&r=G\";s:6:\"medium\";s:5:\"image\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:29:\"http://search.yahoo.com/mrss/\";a:1:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"anonvideoupload\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"html\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}s:5:\"group\";a:1:{i:0;a:6:{s:4:\"data\";s:39:\"\n                       \n\n                    \n\n                    \n\n                    \n\n                    \n                      \n                      \n                      \n              \";s:7
 :\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:29:\"http://search.yahoo.com/mrss/\";a:5:{s:7:\"content\";a:4:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:9:{s:3:\"url\";s:61:\"http://videos.videopress.com/Qyooe8Hd/video-e7a3fbe3e3_hd.mp4\";s:8:\"fileSize\";s:9:\"945674240\";s:4:\"type\";s:9:\"video/mp4\";s:6:\"medium\";s:5:\"video\";s:7:\"bitrate\";s:4:\"3160\";s:9:\"isDefault\";s:4:\"true\";s:8:\"duration\";s:4:\"2338\";s:5:\"width\";s:4:\"1280\";s:6:\"height\";s:3:\"720\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\&quo
 t;;s:0:\"\";}i:1;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:9:{s:3:\"url\";s:62:\"http://videos.videopress.com/Qyooe8Hd/video-e7a3fbe3e3_dvd.mp4\";s:8:\"fileSize\";s:9:\"457275392\";s:4:\"type\";s:9:\"video/mp4\";s:6:\"medium\";s:5:\"video\";s:7:\"bitrate\";s:4:\"1528\";s:9:\"isDefault\";s:5:\"false\";s:8:\"duration\";s:4:\"2338\";s:5:\"width\";s:3:\"640\";s:6:\"height\";s:3:\"360\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:9:{s:3:\"url\";s:62:\"http://videos.videopress.com/Qyooe8Hd/video-e7a3fbe3e3_std.mp4\";s:8:\"fileSize
 \";s:9:\"238214144\";s:4:\"type\";s:9:\"video/mp4\";s:6:\"medium\";s:5:\"video\";s:7:\"bitrate\";s:3:\"796\";s:9:\"isDefault\";s:5:\"false\";s:8:\"duration\";s:4:\"2338\";s:5:\"width\";s:3:\"400\";s:6:\"height\";s:3:\"224\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:9:{s:3:\"url\";s:63:\"http://videos.videopress.com/Qyooe8Hd/video-e7a3fbe3e3_fmt1.ogv\";s:8:\"fileSize\";s:9:\"238214144\";s:4:\"type\";s:9:\"video/ogg\";s:6:\"medium\";s:5:\"video\";s:7:\"bitrate\";s:3:\"796\";s:9:\"isDefault\";s:5:\"false\";s:8:\"durat
 ion\";s:4:\"2338\";s:5:\"width\";s:3:\"400\";s:6:\"height\";s:3:\"224\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:6:\"rating\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"g\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:6:\"scheme\";s:8:\"urn:mpaa\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:61:\"Claire Brotherton: The How and Why of Small Business Blogging\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:5:\"plain\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"thumbnail\&quot
 ;;a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:77:\"http://videos.videopress.com/Qyooe8Hd/video-e7a3fbe3e3_scruberthumbnail_0.jpg\";s:5:\"width\";s:3:\"256\";s:6:\"height\";s:3:\"144\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:6:\"player\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:78:\"http://s0.videopress.com/player.swf?v=1.04&guid=Qyooe8Hd&isDynamicSeeking=true\";s:5:\"width\";s:3:\"400\";s:6:\"height\";s:3:\"225\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}i:13;a:6:{s:4:\"data\";s
 :69:\"\n          \n              \n              \n              \n              \n                              \n              \n              \n              \n              \n              \n              \n\n            \n              \n                              \n                      \n              \n      \n\n            \n\n            \n      \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:6:{s:0:\"\";a:8:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"Graham Armfield: Accessible Accordions for Your WordPress Theme\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:78:\"http://wordpress.tv/2016/05/29/graham-armfield-accessible-accordions-wp-theme/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:
 {i:0;a:5:{s:4:\"data\";s:86:\"http://wordpress.tv/2016/05/29/graham-armfield-accessible-accordions-wp-theme/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 29 May 2016 15:59:50 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:7:{i:0;a:5:{s:4:\"data\";s:4:\"2016\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:13:\"Accessibility\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xm
 l_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:6:\"London\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:10:\"WordCampTV\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:13:\"accessibility\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:5;a:5:{s:4:\"data\";s:4:\"ARIA\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:6;a:5:{s:4:\"
 data\";s:6:\"Themes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wordpress.tv/?p=58772\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:820:\"ARIA attributes are important in web accessibility to provide support for making interactive widgets like accordions and tab panels accessible to everyone.\r\n\r\nThis presentation will form an introduction to ARIA by showing you how to create accessible accordions for your WordPress themes. I’ll demonstrate using a screen reader and voice recognition s
 oftware how the techniques can allow everyone to interact with the elements without compromising the functionality.\r\n\r\nIf javascript is the future, you need to understand ARIA too.<p><a href=\"http://www.slideshare.net/coolfields/accessible-accordions-for-wordpress\">Presentation Slides &#187;</a></p><img alt=\"\" border=\"0\" src=\"http://pixel.wp.com/b.gif?host=wordpress.tv&#038;blog=5089392&#038;post=58772&#038;subd=wptv&#038;ref=&#038;feed=1\" width=\"1\" height=\"1\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"enclosure\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:91:\"http://videos.videopress.com/DarYybUm/graham-armfiel
 d-accessible-accordions-wp-theme_hd.mp4\";s:6:\"length\";s:9:\"989762560\";s:4:\"type\";s:9:\"video/mp4\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"WordPress.tv\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:1159:\"<div id=\"v-DarYybUm-1\" class=\"video-player\" style=\"width:400px;height:224px\">\n<embed id=\"v-DarYybUm-1-video\" src=\"http://s0.videopress.com/player.swf?v=1.04&amp;guid=DarYybUm&amp
 ;amp;isDynamicSeeking=true&amp;hd=true\" type=\"application/x-shockwave-flash\" width=\"400\" height=\"224\" title=\"Graham Armfield: Accessible Accordions for Your WordPress Theme\" wmode=\"direct\" seamlesstabbing=\"true\" allowfullscreen=\"true\" allowscriptaccess=\"always\" overstretch=\"true\"></embed></div><br />  <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/58772/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/58772/\" /></a> <img alt=\"\" border=\"0\" src=\"http://pixel.wp.com/b.gif?host=wordpress.tv&#038;blog=5089392&#038;post=58772&#038;subd=wptv&#038;ref=&#038;feed=1\" width=\"1\" height=\"1\" /><div><a href=\"
 http://wordpress.tv/2016/05/29/graham-armfield-accessible-accordions-wp-theme/\"><img alt=\"Graham Armfield: Accessible Accordions for Your WordPress Theme\" src=\"http://videos.videopress.com/DarYybUm/graham-armfield-accessible-accordions-wp-theme_scruberthumbnail_0.jpg\" width=\"160\" height=\"120\" /></a></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:83:\"http://wordpress.tv/2016/05/29/graham-armfield-accessible-accordions-wp-theme/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modul
 es/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:29:\"http://search.yahoo.com/mrss/\";a:2:{s:7:\"content\";a:1:{i:0;a:6:{s:4:\"data\";s:7:\"\n                   \n              \";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:3:\"url\";s:153:\"http://1.gravatar.com/avatar/ad35284a9f9471314e3eef5f97dac331?s=96&d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&r=G\";s:6:\"medium\";s:5:\"image\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:29:\"http://search.yahoo.com/mrss/\";a:1:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"dat
 a\";s:15:\"anonvideoupload\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"html\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}s:5:\"group\";a:1:{i:0;a:6:{s:4:\"data\";s:39:\"\n                      \n\n                    \n\n                    \n\n                    \n\n                    \n                      \n                      \n                      \n              \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:29:\"http://search.yahoo.com/mrss/\";a:5:{s:7:\"content\";a:4:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:9:{s:3:\"url\";s:91:\"http://videos.videopress.com/DarYybUm/graham-armfield-accessible-accordions-wp-theme_hd.mp4\";s:8:\"fileSize\";s:9:\"989762560\";s:4:\
 "type\";s:9:\"video/mp4\";s:6:\"medium\";s:5:\"video\";s:7:\"bitrate\";s:4:\"3160\";s:9:\"isDefault\";s:4:\"true\";s:8:\"duration\";s:4:\"2447\";s:5:\"width\";s:4:\"1280\";s:6:\"height\";s:3:\"720\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:9:{s:3:\"url\";s:92:\"http://videos.videopress.com/DarYybUm/graham-armfield-accessible-accordions-wp-theme_dvd.mp4\";s:8:\"fileSize\";s:9:\"478594048\";s:4:\"type\";s:9:\"video/mp4\";s:6:\"medium\";s:5:\"video\";s:7:\"bitrate\";s:4:\"1528\";s:9:\"isDefault\";s:5:\"false\";s:8:\"duration\"
 ;s:4:\"2447\";s:5:\"width\";s:3:\"640\";s:6:\"height\";s:3:\"360\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:9:{s:3:\"url\";s:92:\"http://videos.videopress.com/DarYybUm/graham-armfield-accessible-accordions-wp-theme_std.mp4\";s:8:\"fileSize\";s:9:\"249319936\";s:4:\"type\";s:9:\"video/mp4\";s:6:\"medium\";s:5:\"video\";s:7:\"bitrate\";s:3:\"796\";s:9:\"isDefault\";s:5:\"false\";s:8:\"duration\";s:4:\"2447\";s:5:\"width\";s:3:\"400\";s:6:\"height\";s:3:\"224\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_la
 ng\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:9:{s:3:\"url\";s:93:\"http://videos.videopress.com/DarYybUm/graham-armfield-accessible-accordions-wp-theme_fmt1.ogv\";s:8:\"fileSize\";s:9:\"249319936\";s:4:\"type\";s:9:\"video/ogg\";s:6:\"medium\";s:5:\"video\";s:7:\"bitrate\";s:3:\"796\";s:9:\"isDefault\";s:5:\"false\";s:8:\"duration\";s:4:\"2447\";s:5:\"width\";s:3:\"400\";s:6:\"height\";s:3:\"224\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:6:\"rating\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"g\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:6:\"scheme\";s:8:\"urn:mpaa\";}}
 s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"Graham Armfield: Accessible Accordions for Your WordPress Theme\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:5:\"plain\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"thumbnail\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:107:\"http://videos.videopress.com/DarYybUm/graham-armfield-accessible-accordions-wp-theme_scruberthumbnail_0.jpg\";s:5:\"width\";s:3:\"256\";s:6:\"height\";s:3:\"144\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\&qu
 ot;xml_lang\";s:0:\"\";}}s:6:\"player\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:78:\"http://s0.videopress.com/player.swf?v=1.04&guid=DarYybUm&isDynamicSeeking=true\";s:5:\"width\";s:3:\"400\";s:6:\"height\";s:3:\"225\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}i:14;a:6:{s:4:\"data\";s:66:\"\n           \n              \n              \n              \n              \n                              \n              \n              \n              \n              \n              \n\n            \n              \n                              \n                      \n              \n      \n\n            \n\n            \n      \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:6:{s:0:\"\";a:8:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"Dmitry Mayorov: 7 Tips 
 On Getting Your Theme Approved The First Time\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:99:\"http://wordpress.tv/2016/05/29/dmitry-mayorov-7-tips-on-getting-your-theme-approved-the-first-time/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:107:\"http://wordpress.tv/2016/05/29/dmitry-mayorov-7-tips-on-getting-your-theme-approved-the-first-time/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\&qu
 ot;Sun, 29 May 2016 15:26:03 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:6:{i:0;a:5:{s:4:\"data\";s:4:\"2016\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:6:\"London\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:10:\"WordCampTV\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:8:\"approval\";s:7:\"attribs\"
 ;a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:6:\"review\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:5;a:5:{s:4:\"data\";s:6:\"Themes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"http://wordpress.tv?p=58762&preview_id=58762\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1
 :{i:0;a:5:{s:4:\"data\";s:709:\"Dmitry understands that sometimes it is hard to follow the requirements. Many themes submitted to the WordPress.org repository every day, and many of the themes run into similar mistakes.\r\n\r\nIn this talk, Dmitry will be looking at some of the common mistakes and aims to help people get their theme into the repository. The talk will cover what that reviewers look for in the newly submitted themes.<p><a href=\"http://www.slideshare.net/iamdmitrymayorov/7-tips-on-getting-your-theme-approved-the-first-time\">Presentation Slides &#187;</a></p><img alt=\"\" border=\"0\" src=\"http://pixel.wp.com/b.gif?host=wordpress.tv&#038;blog=5089392&#038;post=58762&#038;subd=wptv&#038;ref=&#038;feed=1\" width=\"1\" height=\"1\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_expl
 icit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"enclosure\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:61:\"http://videos.videopress.com/NdHQBvUQ/video-6c902e234a_hd.mp4\";s:6:\"length\";s:9:\"887833600\";s:4:\"type\";s:9:\"video/mp4\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"WordPress.tv\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s
 :1160:\"<div id=\"v-NdHQBvUQ-1\" class=\"video-player\" style=\"width:400px;height:224px\">\n<embed id=\"v-NdHQBvUQ-1-video\" src=\"http://s0.videopress.com/player.swf?v=1.04&amp;guid=NdHQBvUQ&amp;isDynamicSeeking=true&amp;hd=true\" type=\"application/x-shockwave-flash\" width=\"400\" height=\"224\" title=\"Dmitry Mayorov: 7 Tips On Getting Your Theme Approved The First Time\" wmode=\"direct\" seamlesstabbing=\"true\" allowfullscreen=\"true\" allowscriptaccess=\"always\" overstretch=\"true\"></embed></div><br />  <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/58762/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/58762/\" /></a> <img alt=\&quot
 ;\" border=\"0\" src=\"http://pixel.wp.com/b.gif?host=wordpress.tv&#038;blog=5089392&#038;post=58762&#038;subd=wptv&#038;ref=&#038;feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2016/05/29/dmitry-mayorov-7-tips-on-getting-your-theme-approved-the-first-time/\"><img alt=\"Dmitry Mayorov: 7 Tips On Getting Your Theme Approved The First Time\" src=\"http://videos.videopress.com/NdHQBvUQ/video-6c902e234a_scruberthumbnail_0.jpg\" width=\"160\" height=\"120\" /></a></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:104:\"http://wordpress.tv/2016/05/29/dmitry-m
 ayorov-7-tips-on-getting-your-theme-approved-the-first-time/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:29:\"http://search.yahoo.com/mrss/\";a:2:{s:7:\"content\";a:1:{i:0;a:6:{s:4:\"data\";s:7:\"\n                 \n              \";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:3:\"url\";s:153:\"http://1.gravatar.com/avatar/ad35284a9f9471314e3eef5f97dac331?s=96&d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&r=G\";s:6:\"medium\";s:5:\"i
 mage\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:29:\"http://search.yahoo.com/mrss/\";a:1:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"anonvideoupload\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"html\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}s:5:\"group\";a:1:{i:0;a:6:{s:4:\"data\";s:39:\"\n                    \n\n                    \n\n                    \n\n                    \n\n                    \n                      \n                      \n                      \n              \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:29:\"http://search.yahoo.com/mrss/\";a:5:{s:7:\"content\";a:4:{i:0;a:5:{s:4:\&qu
 ot;data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:9:{s:3:\"url\";s:61:\"http://videos.videopress.com/NdHQBvUQ/video-6c902e234a_hd.mp4\";s:8:\"fileSize\";s:9:\"887833600\";s:4:\"type\";s:9:\"video/mp4\";s:6:\"medium\";s:5:\"video\";s:7:\"bitrate\";s:4:\"3160\";s:9:\"isDefault\";s:4:\"true\";s:8:\"duration\";s:4:\"2195\";s:5:\"width\";s:4:\"1280\";s:6:\"height\";s:3:\"720\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:9:{s:3:\"url\";s:62:\"http://videos.videopress.com/NdHQBvUQ/video-6c902e234a_dvd.mp4\";s:8:\"fileSize\";s:9:\"429306880\";s:4:\
 "type\";s:9:\"video/mp4\";s:6:\"medium\";s:5:\"video\";s:7:\"bitrate\";s:4:\"1528\";s:9:\"isDefault\";s:5:\"false\";s:8:\"duration\";s:4:\"2195\";s:5:\"width\";s:3:\"640\";s:6:\"height\";s:3:\"360\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:9:{s:3:\"url\";s:62:\"http://videos.videopress.com/NdHQBvUQ/video-6c902e234a_std.mp4\";s:8:\"fileSize\";s:9:\"223644160\";s:4:\"type\";s:9:\"video/mp4\";s:6:\"medium\";s:5:\"video\";s:7:\"bitrate\";s:3:\"796\";s:9:\"isDefault\";s:5:\"false\";s:8:\"duration\";s:4:\"2195\";s:5:\&q
 uot;width\";s:3:\"400\";s:6:\"height\";s:3:\"224\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:9:{s:3:\"url\";s:63:\"http://videos.videopress.com/NdHQBvUQ/video-6c902e234a_fmt1.ogv\";s:8:\"fileSize\";s:9:\"223644160\";s:4:\"type\";s:9:\"video/ogg\";s:6:\"medium\";s:5:\"video\";s:7:\"bitrate\";s:3:\"796\";s:9:\"isDefault\";s:5:\"false\";s:8:\"duration\";s:4:\"2195\";s:5:\"width\";s:3:\"400\";s:6:\"height\";s:3:\"224\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:6:\"rating\";a:1:
 {i:0;a:5:{s:4:\"data\";s:1:\"g\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:6:\"scheme\";s:8:\"urn:mpaa\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"Dmitry Mayorov: 7 Tips On Getting Your Theme Approved The First Time\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:5:\"plain\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"thumbnail\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:77:\"http://videos.videopress.com/NdHQBvUQ/video-6c902e234a_scruberthumbnail_0.jpg\";s:5:\"width\";s:3:\"256\";s:6:\&qu
 ot;height\";s:3:\"144\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:6:\"player\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:78:\"http://s0.videopress.com/player.swf?v=1.04&guid=NdHQBvUQ&isDynamicSeeking=true\";s:5:\"width\";s:3:\"400\";s:6:\"height\";s:3:\"225\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}i:15;a:6:{s:4:\"data\";s:60:\"\n           \n              \n              \n              \n              \n                              \n              \n              \n              \n\n            \n              \n                              \n                      \n              \n      \n\n            \n\n            \n      \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\&quo
 t;;a:6:{s:0:\"\";a:8:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:103:\"Adrian Restantia and Ilona Filipi: Building An Innovative WordPress Agency – Mooves’ 5 Year Journey\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:123:\"http://wordpress.tv/2016/05/29/adrian-restantia-ilona-filipi-building-an-innovative-wordpress-agency-mooves-5-year-journey/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:131:\"http://wordpress.tv/2016/05/29/adrian-restantia-ilona-filipi-building-an-innovative-wordpress-agency-mooves-5-year-journey/#respond\";s:7:\"attribs\";
 a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 29 May 2016 15:22:42 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:4:{i:0;a:5:{s:4:\"data\";s:4:\"2016\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:6:\"London\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:10:\"WordCampTV\";s:7:\"attribs\";a:0:{}s:8:\
 "xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:20:\"business development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"http://wordpress.tv?p=58765&preview_id=58765\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:610:\"In 2015, Moove Agency turned five years old. Our journey has taken us from humble beginnings of two freelancers with an idea, to something much bigger: 12 full-time team mem
 bers across 3 hubs, in 3 countries. In this presentation, founders Adrian and Ilona will walk you through their journey and share with you the key lessons they’ve learnt from founding to building and sustaining an agency that specialises in bespoke WordPress websites.<img alt=\"\" border=\"0\" src=\"http://pixel.wp.com/b.gif?host=wordpress.tv&#038;blog=5089392&#038;post=58765&#038;subd=wptv&#038;ref=&#038;feed=1\" width=\"1\" height=\"1\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"enclosure\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:61:\"http://videos.videopress.com/MhvLjLFl/video-b86db3229e_hd.mp4\";s:6:\"length\";s:9:\"901181440\";s:4:
 \"type\";s:9:\"video/mp4\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"WordPress.tv\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:1262:\"<div id=\"v-MhvLjLFl-1\" class=\"video-player\" style=\"width:400px;height:224px\">\n<embed id=\"v-MhvLjLFl-1-video\" src=\"http://s0.videopress.com/player.swf?v=1.04&amp;guid=MhvLjLFl&amp;isDynamicSeeking=true&amp;hd=true\" type=\"application/x-shockwave-flash\" width
 =\"400\" height=\"224\" title=\"Adrian Restantia and Ilona Filipi: Building An Innovative WordPress Agency &#8211; Mooves’ 5 Year Journey\" wmode=\"direct\" seamlesstabbing=\"true\" allowfullscreen=\"true\" allowscriptaccess=\"always\" overstretch=\"true\"></embed></div><br />  <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/58765/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/58765/\" /></a> <img alt=\"\" border=\"0\" src=\"http://pixel.wp.com/b.gif?host=wordpress.tv&#038;blog=5089392&#038;post=58765&#038;subd=wptv&#038;ref=&#038;feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2016/05/29/adrian-restantia-ilona-fi
 lipi-building-an-innovative-wordpress-agency-mooves-5-year-journey/\"><img alt=\"Adrian Restantia and Ilona Filipi: Building An Innovative WordPress Agency &#8211; Mooves’ 5 Year Journey\" src=\"http://videos.videopress.com/MhvLjLFl/video-b86db3229e_scruberthumbnail_0.jpg\" width=\"160\" height=\"120\" /></a></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:128:\"http://wordpress.tv/2016/05/29/adrian-restantia-ilona-filipi-building-an-innovative-wordpress-agency-mooves-5-year-journey/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\&quot
 ;\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:29:\"http://search.yahoo.com/mrss/\";a:2:{s:7:\"content\";a:1:{i:0;a:6:{s:4:\"data\";s:7:\"\n                      \n              \";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:3:\"url\";s:153:\"http://1.gravatar.com/avatar/ad35284a9f9471314e3eef5f97dac331?s=96&d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&r=G\";s:6:\"medium\";s:5:\"image\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:29:\"http://search.yahoo.com/mrss/\";a:1:
 {s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"anonvideoupload\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"html\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}s:5:\"group\";a:1:{i:0;a:6:{s:4:\"data\";s:39:\"\n                 \n\n                    \n\n                    \n\n                    \n\n                    \n                      \n                      \n                      \n              \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:29:\"http://search.yahoo.com/mrss/\";a:5:{s:7:\"content\";a:4:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:9:{s:3:\"url\";s:61:\"http://videos.videopress.com/MhvLjLFl/video-b86db3229e_hd.mp4\";s:8:\"fileSize\";s:9:\&quot
 ;901181440\";s:4:\"type\";s:9:\"video/mp4\";s:6:\"medium\";s:5:\"video\";s:7:\"bitrate\";s:4:\"3160\";s:9:\"isDefault\";s:4:\"true\";s:8:\"duration\";s:4:\"2228\";s:5:\"width\";s:4:\"1280\";s:6:\"height\";s:3:\"720\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:9:{s:3:\"url\";s:62:\"http://videos.videopress.com/MhvLjLFl/video-b86db3229e_dvd.mp4\";s:8:\"fileSize\";s:9:\"435761152\";s:4:\"type\";s:9:\"video/mp4\";s:6:\"medium\";s:5:\"video\";s:7:\"bitrate\";s:4:\"1528\";s:9:\"isDefault\";s:5:\"false\";s:8:\"duration\";s:4:\&
 quot;2228\";s:5:\"width\";s:3:\"640\";s:6:\"height\";s:3:\"360\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:9:{s:3:\"url\";s:62:\"http://videos.videopress.com/MhvLjLFl/video-b86db3229e_std.mp4\";s:8:\"fileSize\";s:9:\"227006464\";s:4:\"type\";s:9:\"video/mp4\";s:6:\"medium\";s:5:\"video\";s:7:\"bitrate\";s:3:\"796\";s:9:\"isDefault\";s:5:\"false\";s:8:\"duration\";s:4:\"2228\";s:5:\"width\";s:3:\"400\";s:6:\"height\";s:3:\"224\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5
 :{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:9:{s:3:\"url\";s:63:\"http://videos.videopress.com/MhvLjLFl/video-b86db3229e_fmt1.ogv\";s:8:\"fileSize\";s:9:\"227006464\";s:4:\"type\";s:9:\"video/ogg\";s:6:\"medium\";s:5:\"video\";s:7:\"bitrate\";s:3:\"796\";s:9:\"isDefault\";s:5:\"false\";s:8:\"duration\";s:4:\"2228\";s:5:\"width\";s:3:\"400\";s:6:\"height\";s:3:\"224\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:6:\"rating\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"g\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:6:\"scheme\";s:8:\"urn:mpaa\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_
 explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:103:\"Adrian Restantia and Ilona Filipi: Building An Innovative WordPress Agency – Mooves’ 5 Year Journey\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:5:\"plain\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"thumbnail\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:77:\"http://videos.videopress.com/MhvLjLFl/video-b86db3229e_scruberthumbnail_0.jpg\";s:5:\"width\";s:3:\"256\";s:6:\"height\";s:3:\"144\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:6:\"player
 \";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:78:\"http://s0.videopress.com/player.swf?v=1.04&guid=MhvLjLFl&isDynamicSeeking=true\";s:5:\"width\";s:3:\"400\";s:6:\"height\";s:3:\"225\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}i:16;a:6:{s:4:\"data\";s:75:\"\n            \n              \n              \n              \n              \n                              \n              \n              \n              \n              \n              \n              \n              \n              \n\n            \n              \n                              \n                      \n              \n      \n\n            \n\n            \n      \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:6:{s:0:\"\";a:8:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"James Roberts, Keith Devon, Kristof Van Tomme: Lightning Session\&qu
 ot;;s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:93:\"http://wordpress.tv/2016/05/29/james-roberts-keith-devon-kristof-van-tomme-lightning-session/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:101:\"http://wordpress.tv/2016/05/29/james-roberts-keith-devon-kristof-van-tomme-lightning-session/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 29 May 2016 13:30:07 +0000\";s:7:\"attribs\
 ";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:9:{i:0;a:5:{s:4:\"data\";s:10:\"WordCampTV\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:6:\"London\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:4:\"2016\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:14:\"automatization\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s
 :17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:8:\"Business\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:5;a:5:{s:4:\"data\";s:6:\"Drupal\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:6;a:5:{s:4:\"data\";s:6:\"images\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:7;a:5:{s:4:\"data\";s:17:\"optimizing images\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:8;
 a:5:{s:4:\"data\";s:11:\"Performance\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wordpress.tv/?p=58744\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1481:\"How to automate your business by James Roberts\r\n\r\nHave you ever timed how long it takes you to do those mundane, administrative tasks that comes with running any business? This time soon adds up, and if you convert this time into an actual monetary value based on how much money you make per hour on average, it is also quite cost
 ly. This talk is designed to show you how you can automate various parts of your business in a non-technical way, in order to reduce the amount of time you spend on admin.\r\n\r\nHigh performance images in WordPress by Keith Devon\r\n\r\nResponsive images landed in WP 4.4. Keith Devon will show us what this means for theme developers. He’ll also take a look at how to further optimise the images on your WordPress website.\r\n\r\nDrupal vs WordPress, the battle for the clickers by Kristof Van Tomme\r\n\r\nWhen I tell people what I do for a living, most people don’t know what Drupal is. So I tell them it is a lot like WordPress. Invariantly the next question is what the difference is between Drupal and WordPress… In this talk I want to do a comparison between WordPress and Drupal, and give you my take on what makes both of them popular in their respective markets.<p><a href=\"http://www.slideshare.net/keithdevon/high-performance-images-in-wordpress\">Present
 ation Slides &#187;</a></p><img alt=\"\" border=\"0\" src=\"http://pixel.wp.com/b.gif?host=wordpress.tv&#038;blog=5089392&#038;post=58744&#038;subd=wptv&#038;ref=&#038;feed=1\" width=\"1\" height=\"1\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"enclosure\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:106:\"http://videos.videopress.com/oqJCUJtE/james-roberts-keith-devon-kristof-van-tomme-lightning-session_hd.mp4\";s:6:\"length\";s:9:\"947696640\";s:4:\"type\";s:9:\"video/mp4\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\"
 ;}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"WordPress.tv\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:1185:\"<div id=\"v-oqJCUJtE-1\" class=\"video-player\" style=\"width:400px;height:224px\">\n<embed id=\"v-oqJCUJtE-1-video\" src=\"http://s0.videopress.com/player.swf?v=1.04&amp;guid=oqJCUJtE&amp;isDynamicSeeking=true&amp;hd=true\" type=\"application/x-shockwave-flash\" width=\"400\" height=\"224\" title=\"James Roberts, Keith Devon, Kristof Van Tomme: Lightning Session\" wmode=\"direct\" seamlesstabbing=\"tr
 ue\" allowfullscreen=\"true\" allowscriptaccess=\"always\" overstretch=\"true\"></embed></div><br />  <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/58744/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/58744/\" /></a> <img alt=\"\" border=\"0\" src=\"http://pixel.wp.com/b.gif?host=wordpress.tv&#038;blog=5089392&#038;post=58744&#038;subd=wptv&#038;ref=&#038;feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2016/05/29/james-roberts-keith-devon-kristof-van-tomme-lightning-session/\"><img alt=\"James Roberts, Keith Devon, Kristof Van Tomme: Lightning Session\" src=\"http://videos.videopress.com/oqJCUJtE/james-roberts-keith-devon-kristof-van-to
 mme-lightning-session_std.original.jpg\" width=\"160\" height=\"120\" /></a></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:98:\"http://wordpress.tv/2016/05/29/james-roberts-keith-devon-kristof-van-tomme-lightning-session/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang
 \";s:0:\"\";}}}s:29:\"http://search.yahoo.com/mrss/\";a:2:{s:7:\"content\";a:1:{i:0;a:6:{s:4:\"data\";s:7:\"\n                       \n              \";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:3:\"url\";s:153:\"http://1.gravatar.com/avatar/ad35284a9f9471314e3eef5f97dac331?s=96&d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&r=G\";s:6:\"medium\";s:5:\"image\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:29:\"http://search.yahoo.com/mrss/\";a:1:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"anonvideoupload\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"html\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\&quot
 ;xml_lang\";s:0:\"\";}}}}}}s:5:\"group\";a:1:{i:0;a:6:{s:4:\"data\";s:39:\"\n                  \n\n                    \n\n                    \n\n                    \n\n                    \n                      \n                      \n                      \n              \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:29:\"http://search.yahoo.com/mrss/\";a:5:{s:7:\"content\";a:4:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:9:{s:3:\"url\";s:106:\"http://videos.videopress.com/oqJCUJtE/james-roberts-keith-devon-kristof-van-tomme-lightning-session_hd.mp4\";s:8:\"fileSize\";s:9:\"947696640\";s:4:\"type\";s:9:\"video/mp4\";s:6:\"medium\";s:5:\"video\";s:7:\"bitrate\";s:4:\"3160\";s:9:\"isDefault\";s:4:\"true\";s:8:\"duration\";s:4:\&
 quot;2343\";s:5:\"width\";s:4:\"1280\";s:6:\"height\";s:3:\"720\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:9:{s:3:\"url\";s:107:\"http://videos.videopress.com/oqJCUJtE/james-roberts-keith-devon-kristof-van-tomme-lightning-session_dvd.mp4\";s:8:\"fileSize\";s:9:\"458253312\";s:4:\"type\";s:9:\"video/mp4\";s:6:\"medium\";s:5:\"video\";s:7:\"bitrate\";s:4:\"1528\";s:9:\"isDefault\";s:5:\"false\";s:8:\"duration\";s:4:\"2343\";s:5:\"width\";s:3:\"640\";s:6:\"height\";s:3:\"360\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\&
 quot;xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:9:{s:3:\"url\";s:107:\"http://videos.videopress.com/oqJCUJtE/james-roberts-keith-devon-kristof-van-tomme-lightning-session_std.mp4\";s:8:\"fileSize\";s:9:\"238723584\";s:4:\"type\";s:9:\"video/mp4\";s:6:\"medium\";s:5:\"video\";s:7:\"bitrate\";s:3:\"796\";s:9:\"isDefault\";s:5:\"false\";s:8:\"duration\";s:4:\"2343\";s:5:\"width\";s:3:\"400\";s:6:\"height\";s:3:\"224\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:9:{s:3:\"url\";s:108:\"http://videos.videopress.
 com/oqJCUJtE/james-roberts-keith-devon-kristof-van-tomme-lightning-session_fmt1.ogv\";s:8:\"fileSize\";s:9:\"238723584\";s:4:\"type\";s:9:\"video/ogg\";s:6:\"medium\";s:5:\"video\";s:7:\"bitrate\";s:3:\"796\";s:9:\"isDefault\";s:5:\"false\";s:8:\"duration\";s:4:\"2343\";s:5:\"width\";s:3:\"400\";s:6:\"height\";s:3:\"224\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:6:\"rating\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"g\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:6:\"scheme\";s:8:\"urn:mpaa\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"title\";a:1:{i:0;a:5:{s:4:\&q
 uot;data\";s:64:\"James Roberts, Keith Devon, Kristof Van Tomme: Lightning Session\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:5:\"plain\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"thumbnail\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:116:\"http://videos.videopress.com/oqJCUJtE/james-roberts-keith-devon-kristof-van-tomme-lightning-session_std.original.jpg\";s:5:\"width\";s:3:\"256\";s:6:\"height\";s:3:\"144\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:6:\"player\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\"
 ;a:3:{s:3:\"url\";s:78:\"http://s0.videopress.com/player.swf?v=1.04&guid=oqJCUJtE&isDynamicSeeking=true\";s:5:\"width\";s:3:\"400\";s:6:\"height\";s:3:\"225\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}i:17;a:6:{s:4:\"data\";s:60:\"\n             \n              \n              \n              \n              \n                              \n              \n              \n              \n\n            \n              \n                              \n                      \n              \n      \n\n            \n\n            \n      \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:6:{s:0:\"\";a:8:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"Panel Discussion: Core QandA\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";
 }}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"http://wordpress.tv/2016/05/29/panel-discussion-core-qanda/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"http://wordpress.tv/2016/05/29/panel-discussion-core-qanda/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 29 May 2016 13:06:38 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:4:{i:0;a:5:{s:4:\"data\";s:4:\"2016\";s:7
 :\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:6:\"London\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:10:\"WordCampTV\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:4:\"Core\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"http://wordpress.tv?p=58759&preview_id=58759\";s:7:\"attribs\";a:1:{s:
 0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:267:\"Chair: Mike Little\r\nPanelists:\r\nJohn Blackbourn\r\nPascal Birchler\r\nKonstantin Obenland\r\nTammie Lister<img alt=\"\" border=\"0\" src=\"http://pixel.wp.com/b.gif?host=wordpress.tv&#038;blog=5089392&#038;post=58759&#038;subd=wptv&#038;ref=&#038;feed=1\" width=\"1\" height=\"1\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"enclosure\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:6
 1:\"http://videos.videopress.com/km42zTyV/video-91da5f5d9a_hd.mp4\";s:6:\"length\";s:9:\"872463360\";s:4:\"type\";s:9:\"video/mp4\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"WordPress.tv\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:1034:\"<div id=\"v-km42zTyV-1\" class=\"video-player\" style=\"width:400px;height:224px\">\n<embed id=\"v-km42zTyV-1-video\" src=\"http://s0.videopress.com/player.swf?v
 =1.04&amp;guid=km42zTyV&amp;isDynamicSeeking=true&amp;hd=true\" type=\"application/x-shockwave-flash\" width=\"400\" height=\"224\" title=\"Panel Discussion: Core QandA\" wmode=\"direct\" seamlesstabbing=\"true\" allowfullscreen=\"true\" allowscriptaccess=\"always\" overstretch=\"true\"></embed></div><br />  <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/58759/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/58759/\" /></a> <img alt=\"\" border=\"0\" src=\"http://pixel.wp.com/b.gif?host=wordpress.tv&#038;blog=5089392&#038;post=58759&#038;subd=wptv&#038;ref=&#038;feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http
 ://wordpress.tv/2016/05/29/panel-discussion-core-qanda/\"><img alt=\"Panel Discussion: Core QandA\" src=\"http://videos.videopress.com/km42zTyV/video-91da5f5d9a_std.original.jpg\" width=\"160\" height=\"120\" /></a></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"http://wordpress.tv/2016/05/29/panel-discussion-core-qanda/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\&q
 uot;attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:29:\"http://search.yahoo.com/mrss/\";a:2:{s:7:\"content\";a:1:{i:0;a:6:{s:4:\"data\";s:7:\"\n                    \n              \";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:3:\"url\";s:153:\"http://1.gravatar.com/avatar/ad35284a9f9471314e3eef5f97dac331?s=96&d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&r=G\";s:6:\"medium\";s:5:\"image\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:29:\"http://search.yahoo.com/mrss/\";a:1:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"anonvideoupload\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"typ
 e\";s:4:\"html\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}s:5:\"group\";a:1:{i:0;a:6:{s:4:\"data\";s:39:\"\n                       \n\n                    \n\n                    \n\n                    \n\n                    \n                      \n                      \n                      \n              \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:29:\"http://search.yahoo.com/mrss/\";a:5:{s:7:\"content\";a:4:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:9:{s:3:\"url\";s:61:\"http://videos.videopress.com/km42zTyV/video-91da5f5d9a_hd.mp4\";s:8:\"fileSize\";s:9:\"872463360\";s:4:\"type\";s:9:\"video/mp4\";s:6:\"medium\";s:5:\"video\";s:7:\"bitrate\";s:4:\"3160\"
 ;s:9:\"isDefault\";s:4:\"true\";s:8:\"duration\";s:4:\"2157\";s:5:\"width\";s:4:\"1280\";s:6:\"height\";s:3:\"720\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:9:{s:3:\"url\";s:62:\"http://videos.videopress.com/km42zTyV/video-91da5f5d9a_dvd.mp4\";s:8:\"fileSize\";s:9:\"421874688\";s:4:\"type\";s:9:\"video/mp4\";s:6:\"medium\";s:5:\"video\";s:7:\"bitrate\";s:4:\"1528\";s:9:\"isDefault\";s:5:\"false\";s:8:\"duration\";s:4:\"2157\";s:5:\"width\";s:3:\"640\";s:6:\"height\";s:3:\"360\";}}s:8:\"xml_base\";s:0:\"\";s:17:\&q
 uot;xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:9:{s:3:\"url\";s:62:\"http://videos.videopress.com/km42zTyV/video-91da5f5d9a_std.mp4\";s:8:\"fileSize\";s:9:\"219772416\";s:4:\"type\";s:9:\"video/mp4\";s:6:\"medium\";s:5:\"video\";s:7:\"bitrate\";s:3:\"796\";s:9:\"isDefault\";s:5:\"false\";s:8:\"duration\";s:4:\"2157\";s:5:\"width\";s:3:\"400\";s:6:\"height\";s:3:\"224\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:9:{s:3:\"url\";s:63:\"http://videos.videopress.com/km42
 zTyV/video-91da5f5d9a_fmt1.ogv\";s:8:\"fileSize\";s:9:\"219772416\";s:4:\"type\";s:9:\"video/ogg\";s:6:\"medium\";s:5:\"video\";s:7:\"bitrate\";s:3:\"796\";s:9:\"isDefault\";s:5:\"false\";s:8:\"duration\";s:4:\"2157\";s:5:\"width\";s:3:\"400\";s:6:\"height\";s:3:\"224\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:6:\"rating\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"g\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:6:\"scheme\";s:8:\"urn:mpaa\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"Panel Discussion: Core Qa
 ndA\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:5:\"plain\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"thumbnail\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:71:\"http://videos.videopress.com/km42zTyV/video-91da5f5d9a_std.original.jpg\";s:5:\"width\";s:3:\"256\";s:6:\"height\";s:3:\"144\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:6:\"player\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:78:\"http://s0.videopress.com/player.swf?v=1.04&guid=km42zTyV&isDynamicSeeking=true\";s
 :5:\"width\";s:3:\"400\";s:6:\"height\";s:3:\"225\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}i:18;a:6:{s:4:\"data\";s:60:\"\n            \n              \n              \n              \n              \n                              \n              \n              \n              \n\n            \n              \n                              \n                      \n              \n      \n\n            \n\n            \n      \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:6:{s:0:\"\";a:8:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"Tammie Lister: Design Patterns\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:61:\"http://wordpress.tv/2016/05/29/tammie-lister-design-pattern
 s/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"http://wordpress.tv/2016/05/29/tammie-lister-design-patterns/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 29 May 2016 13:01:17 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:4:{i:0;a:5:{s:4:\"data\";s:4:\"2016\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xm
 l_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:6:\"London\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:10:\"WordCampTV\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:6:\"design\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"http://wordpress.tv?p=58756&preview_id=58756\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:
 17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:712:\"Everything we make has a design pattern underneath. It can be broken down, distilled to patterns. When you think in patterns the design process starts to make sense. From pattern libraries to components and atomic design – I’ll show you in this talk, that whatever you label it, the concept is powerful. A fragmented approach to design goes perfectly with new development potential and gives you a robust workflow for the future.<p><a href=\"https://speakerdeck.com/player/76260d1a15cb4fe5af2cc102987a1d8f#\">Presentation Slides &#187;</a></p><img alt=\"\" border=\"0\" src=\"http://pixel.wp.com/b.gif?host=wordpress.tv&#038;blog=5089392&#038;post=58756&#038;subd=wptv&#038;ref=&#038;feed=1\" width=\"1\" height=\"1\&qu
 ot; />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"enclosure\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:61:\"http://videos.videopress.com/C6rt0W3Q/video-7973747f19_hd.mp4\";s:6:\"length\";s:9:\"938798080\";s:4:\"type\";s:9:\"video/mp4\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"WordPress.tv\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\&qu
 ot;http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:1046:\"<div id=\"v-C6rt0W3Q-1\" class=\"video-player\" style=\"width:400px;height:224px\">\n<embed id=\"v-C6rt0W3Q-1-video\" src=\"http://s0.videopress.com/player.swf?v=1.04&amp;guid=C6rt0W3Q&amp;isDynamicSeeking=true&amp;hd=true\" type=\"application/x-shockwave-flash\" width=\"400\" height=\"224\" title=\"Tammie Lister: Design Patterns\" wmode=\"direct\" seamlesstabbing=\"true\" allowfullscreen=\"true\" allowscriptaccess=\"always\" overstretch=\"true\"></embed></div><br />  <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/58756/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.co
 m/1.0/comments/wptv.wordpress.com/58756/\" /></a> <img alt=\"\" border=\"0\" src=\"http://pixel.wp.com/b.gif?host=wordpress.tv&#038;blog=5089392&#038;post=58756&#038;subd=wptv&#038;ref=&#038;feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2016/05/29/tammie-lister-design-patterns/\"><img alt=\"Tammie Lister: Design Patterns\" src=\"http://videos.videopress.com/C6rt0W3Q/video-7973747f19_scruberthumbnail_1.jpg\" width=\"160\" height=\"120\" /></a></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"http://wordpress.tv/2016/05/29/tam
 mie-lister-design-patterns/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:29:\"http://search.yahoo.com/mrss/\";a:2:{s:7:\"content\";a:1:{i:0;a:6:{s:4:\"data\";s:7:\"\n                  \n              \";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:3:\"url\";s:153:\"http://1.gravatar.com/avatar/ad35284a9f9471314e3eef5f97dac331?s=96&d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&r=G\";s:6:\"medium\";s:5:\"image\";}}s:8:\"xml_base
 \";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:29:\"http://search.yahoo.com/mrss/\";a:1:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"anonvideoupload\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"html\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}s:5:\"group\";a:1:{i:0;a:6:{s:4:\"data\";s:39:\"\n                     \n\n                    \n\n                    \n\n                    \n\n                    \n                      \n                      \n                      \n              \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:29:\"http://search.yahoo.com/mrss/\";a:5:{s:7:\"content\";a:4:{i:0;a:5:{s:4:\"data\";s:0:\"\"
 ;s:7:\"attribs\";a:1:{s:0:\"\";a:9:{s:3:\"url\";s:61:\"http://videos.videopress.com/C6rt0W3Q/video-7973747f19_hd.mp4\";s:8:\"fileSize\";s:9:\"938798080\";s:4:\"type\";s:9:\"video/mp4\";s:6:\"medium\";s:5:\"video\";s:7:\"bitrate\";s:4:\"3160\";s:9:\"isDefault\";s:4:\"true\";s:8:\"duration\";s:4:\"2321\";s:5:\"width\";s:4:\"1280\";s:6:\"height\";s:3:\"720\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:9:{s:3:\"url\";s:62:\"http://videos.videopress.com/C6rt0W3Q/video-7973747f19_dvd.mp4\";s:8:\"fileSize\";s:9:\"453950464\";s:4:\"type\";s:9:\"vide
 o/mp4\";s:6:\"medium\";s:5:\"video\";s:7:\"bitrate\";s:4:\"1528\";s:9:\"isDefault\";s:5:\"false\";s:8:\"duration\";s:4:\"2321\";s:5:\"width\";s:3:\"640\";s:6:\"height\";s:3:\"360\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:9:{s:3:\"url\";s:62:\"http://videos.videopress.com/C6rt0W3Q/video-7973747f19_std.mp4\";s:8:\"fileSize\";s:9:\"236482048\";s:4:\"type\";s:9:\"video/mp4\";s:6:\"medium\";s:5:\"video\";s:7:\"bitrate\";s:3:\"796\";s:9:\"isDefault\";s:5:\"false\";s:8:\"duration\";s:4:\"2321\";s:5:\"width\";s:3:\"400\&
 quot;;s:6:\"height\";s:3:\"224\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:9:{s:3:\"url\";s:63:\"http://videos.videopress.com/C6rt0W3Q/video-7973747f19_fmt1.ogv\";s:8:\"fileSize\";s:9:\"236482048\";s:4:\"type\";s:9:\"video/ogg\";s:6:\"medium\";s:5:\"video\";s:7:\"bitrate\";s:3:\"796\";s:9:\"isDefault\";s:5:\"false\";s:8:\"duration\";s:4:\"2321\";s:5:\"width\";s:3:\"400\";s:6:\"height\";s:3:\"224\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:6:\"rating\";a:1:{i:0;a:5:{s:4:\"data\";
 s:1:\"g\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:6:\"scheme\";s:8:\"urn:mpaa\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"Tammie Lister: Design Patterns\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:5:\"plain\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"thumbnail\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:77:\"http://videos.videopress.com/C6rt0W3Q/video-7973747f19_scruberthumbnail_1.jpg\";s:5:\"width\";s:3:\"256\";s:6:\"height\";s:3:\"144\";}}s:8:\"xml_base\";s:0
 :\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:6:\"player\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:78:\"http://s0.videopress.com/player.swf?v=1.04&guid=C6rt0W3Q&isDynamicSeeking=true\";s:5:\"width\";s:3:\"400\";s:6:\"height\";s:3:\"225\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}i:19;a:6:{s:4:\"data\";s:72:\"\n          \n              \n              \n              \n              \n                              \n              \n              \n              \n              \n              \n              \n              \n\n            \n              \n                              \n                      \n              \n      \n\n            \n\n            \n      \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:6:{s:0:\"\";a:8:{s:5:\"title\"
 ;a:1:{i:0;a:5:{s:4:\"data\";s:53:\"Katie Fenn: Debugging your code with Chrome Dev tools\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"http://wordpress.tv/2016/05/28/katie-fenn-debugging-code-chrome-dev-tools/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:82:\"http://wordpress.tv/2016/05/28/katie-fenn-debugging-code-chrome-dev-tools/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:
 31:\"Sat, 28 May 2016 13:20:22 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:8:{i:0;a:5:{s:4:\"data\";s:4:\"2016\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:6:\"London\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:10:\"WordCampTV\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:6:\"Chrome\";s:7:\"attribs\&
 quot;;a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:16:\"Chrome Dev tools\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:5;a:5:{s:4:\"data\";s:4:\"code\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:6;a:5:{s:4:\"data\";s:9:\"debugging\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:7;a:5:{s:4:\"data\";s:9:\"dev tools\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\&q
 uot;;b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wordpress.tv/?p=58740\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:841:\"Chrome DevTools: a suite of tools to debug and profile the performance of your site. They’re bundled with every copy of Chrome, and you have every reason to learn what they’re capable of. Starting with the basics of inspecting HTML and CSS, we will then tour debugging scripts line-by-line and profiling performance. We’ll also find out the features that help you automate work and save time. If you’ve always wanted to know how to debug CSS and Javascript, this talk will help you demystify your
  code and not make things worse by guessin’.<p><a href=\"https://slidr.io/katiefenn/chrome-devtools-inside-out-wordcamp-london-2016#1\">Presentation Slides &#187;</a></p><img alt=\"\" border=\"0\" src=\"http://pixel.wp.com/b.gif?host=wordpress.tv&#038;blog=5089392&#038;post=58740&#038;subd=wptv&#038;ref=&#038;feed=1\" width=\"1\" height=\"1\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"enclosure\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:87:\"http://videos.videopress.com/hRBhfZqX/katie-fenn-debugging-code-chrome-dev-tools_hd.mp4\";s:6:\"length\";s:9:\"797230080\";s:4:\"type\";s:9:\"vide
 o/mp4\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"WordPress.tv\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:1125:\"<div id=\"v-hRBhfZqX-1\" class=\"video-player\" style=\"width:400px;height:224px\">\n<embed id=\"v-hRBhfZqX-1-video\" src=\"http://s0.videopress.com/player.swf?v=1.04&amp;guid=hRBhfZqX&amp;isDynamicSeeking=true&amp;hd=true\" type=\"application/x-shockwave-flash\" width=\"400\" height=\"2
 24\" title=\"Katie Fenn: Debugging your code with Chrome Dev tools\" wmode=\"direct\" seamlesstabbing=\"true\" allowfullscreen=\"true\" allowscriptaccess=\"always\" overstretch=\"true\"></embed></div><br />  <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/58740/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/58740/\" /></a> <img alt=\"\" border=\"0\" src=\"http://pixel.wp.com/b.gif?host=wordpress.tv&#038;blog=5089392&#038;post=58740&#038;subd=wptv&#038;ref=&#038;feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2016/05/28/katie-fenn-debugging-code-chrome-dev-tools/\"><img alt=\"Katie Fenn: Debugging your code with Chrome 
 Dev tools\" src=\"http://videos.videopress.com/hRBhfZqX/katie-fenn-debugging-code-chrome-dev-tools_std.original.jpg\" width=\"160\" height=\"120\" /></a></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:79:\"http://wordpress.tv/2016/05/28/katie-fenn-debugging-code-chrome-dev-tools/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"
 \";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:29:\"http://search.yahoo.com/mrss/\";a:2:{s:7:\"content\";a:1:{i:0;a:6:{s:4:\"data\";s:7:\"\n                   \n              \";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:3:\"url\";s:153:\"http://1.gravatar.com/avatar/ad35284a9f9471314e3eef5f97dac331?s=96&d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&r=G\";s:6:\"medium\";s:5:\"image\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:29:\"http://search.yahoo.com/mrss/\";a:1:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"anonvideoupload\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"html\";}}s:8:\"xml_base\";s:
 0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}s:5:\"group\";a:1:{i:0;a:6:{s:4:\"data\";s:39:\"\n                      \n\n                    \n\n                    \n\n                    \n\n                    \n                      \n                      \n                      \n              \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:29:\"http://search.yahoo.com/mrss/\";a:5:{s:7:\"content\";a:4:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:9:{s:3:\"url\";s:87:\"http://videos.videopress.com/hRBhfZqX/katie-fenn-debugging-code-chrome-dev-tools_hd.mp4\";s:8:\"fileSize\";s:9:\"797230080\";s:4:\"type\";s:9:\"video/mp4\";s:6:\"medium\";s:5:\"video\";s:7:\"bitrate\";s:4:\"3160\";s:9:\"isDefault\";s:4:\&qu
 ot;true\";s:8:\"duration\";s:4:\"1971\";s:5:\"width\";s:4:\"1280\";s:6:\"height\";s:3:\"720\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:9:{s:3:\"url\";s:88:\"http://videos.videopress.com/hRBhfZqX/katie-fenn-debugging-code-chrome-dev-tools_dvd.mp4\";s:8:\"fileSize\";s:9:\"385496064\";s:4:\"type\";s:9:\"video/mp4\";s:6:\"medium\";s:5:\"video\";s:7:\"bitrate\";s:4:\"1528\";s:9:\"isDefault\";s:5:\"false\";s:8:\"duration\";s:4:\"1971\";s:5:\"width\";s:3:\"640\";s:6:\"height\";s:3:\"360\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_bas
 e_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:9:{s:3:\"url\";s:88:\"http://videos.videopress.com/hRBhfZqX/katie-fenn-debugging-code-chrome-dev-tools_std.mp4\";s:8:\"fileSize\";s:9:\"200821248\";s:4:\"type\";s:9:\"video/mp4\";s:6:\"medium\";s:5:\"video\";s:7:\"bitrate\";s:3:\"796\";s:9:\"isDefault\";s:5:\"false\";s:8:\"duration\";s:4:\"1971\";s:5:\"width\";s:3:\"400\";s:6:\"height\";s:3:\"224\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:9:{s:3:\"url\";s:89:\"http://videos.vide
 opress.com/hRBhfZqX/katie-fenn-debugging-code-chrome-dev-tools_fmt1.ogv\";s:8:\"fileSize\";s:9:\"200821248\";s:4:\"type\";s:9:\"video/ogg\";s:6:\"medium\";s:5:\"video\";s:7:\"bitrate\";s:3:\"796\";s:9:\"isDefault\";s:5:\"false\";s:8:\"duration\";s:4:\"1971\";s:5:\"width\";s:3:\"400\";s:6:\"height\";s:3:\"224\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:6:\"rating\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"g\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:6:\"scheme\";s:8:\"urn:mpaa\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\&qu
 ot;;s:53:\"Katie Fenn: Debugging your code with Chrome Dev tools\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:5:\"plain\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"thumbnail\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:97:\"http://videos.videopress.com/hRBhfZqX/katie-fenn-debugging-code-chrome-dev-tools_std.original.jpg\";s:5:\"width\";s:3:\"256\";s:6:\"height\";s:3:\"144\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:6:\"player\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:78:\"htt
 p://s0.videopress.com/player.swf?v=1.04&guid=hRBhfZqX&isDynamicSeeking=true\";s:5:\"width\";s:3:\"400\";s:6:\"height\";s:3:\"225\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}i:20;a:6:{s:4:\"data\";s:66:\"\n                \n              \n              \n              \n              \n                              \n              \n              \n              \n              \n              \n\n            \n              \n                              \n                      \n              \n      \n\n            \n\n            \n      \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:6:{s:0:\"\";a:8:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"Sarah Semark: How I Learnt to Stop Using Icon Fonts and Love SVG\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\"
 ;}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"http://wordpress.tv/2016/05/28/sarah-semark-stop-using-icon-fonts-love-svg/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:83:\"http://wordpress.tv/2016/05/28/sarah-semark-stop-using-icon-fonts-love-svg/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 28 May 2016 13:19:50 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:6:{i:0;a:5:{s:4:\"data\
 ";s:4:\"2016\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:6:\"London\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:10:\"WordCampTV\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:9:\"icon font\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:5:\"icons\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\&quo
 t;\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:5;a:5:{s:4:\"data\";s:3:\"SVG\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wordpress.tv/?p=58742\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1173:\"Once upon a time, icon fonts were the exciting new tools we used to build better websites. That time has passed, yet most of us are still relying on a tool that’s no longer relevant in the landscape of the modern web. In this talk, I’ll 
 discuss the various merits of making the switch to SVG and some neat things you can do with SVG. We’ll touch on various use cases, and present some ideas for determining the workflow that’s best suited to your individual needs. We’ll provide some practical tips and tools for using SVG sprites more easily and efficiently in your work. We’ll also discuss ideas for implementing SVG within WordPress themes and plugins in a simple, consistent manner. Along the way, we’ll discuss various challenges you may encounter, and how to approach them. By the time we’re done, you’ll be fully armed to start using SVG today!<p><a href=\"http://www.slideshare.net/sarahsemark/how-i-learned-to-stop-using-icon-fonts-and-love-svg\">Presentation Slides &#187;</a></p><img alt=\"\" border=\"0\" src=\"http://pixel.wp.com/b.gif?host=wordpress.tv&#038;blog=5089392&#038;post=58742&#038;subd=wptv&#038;ref=&#038;fee
 d=1\" width=\"1\" height=\"1\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"enclosure\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:88:\"http://videos.videopress.com/PW803dPr/sarah-semark-stop-using-icon-fonts-love-svg_hd.mp4\";s:6:\"length\";s:9:\"978032640\";s:4:\"type\";s:9:\"video/mp4\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"WordPress.tv\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base
 _explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:1149:\"<div id=\"v-PW803dPr-1\" class=\"video-player\" style=\"width:400px;height:224px\">\n<embed id=\"v-PW803dPr-1-video\" src=\"http://s0.videopress.com/player.swf?v=1.04&amp;guid=PW803dPr&amp;isDynamicSeeking=true&amp;hd=true\" type=\"application/x-shockwave-flash\" width=\"400\" height=\"224\" title=\"Sarah Semark: How I Learnt to Stop Using Icon Fonts and Love SVG\" wmode=\"direct\" seamlesstabbing=\"true\" allowfullscreen=\"true\" allowscriptaccess=\"always\" overstretch=\"true\"></embed></div><br />  <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.word
 press.com/58742/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/58742/\" /></a> <img alt=\"\" border=\"0\" src=\"http://pixel.wp.com/b.gif?host=wordpress.tv&#038;blog=5089392&#038;post=58742&#038;subd=wptv&#038;ref=&#038;feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2016/05/28/sarah-semark-stop-using-icon-fonts-love-svg/\"><img alt=\"Sarah Semark: How I Learnt to Stop Using Icon Fonts and Love SVG\" src=\"http://videos.videopress.com/PW803dPr/sarah-semark-stop-using-icon-fonts-love-svg_std.original.jpg\" width=\"160\" height=\"120\" /></a></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\&q
 uot;;}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:80:\"http://wordpress.tv/2016/05/28/sarah-semark-stop-using-icon-fonts-love-svg/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:29:\"http://search.yahoo.com/mrss/\";a:2:{s:7:\"content\";a:1:{i:0;a:6:{s:4:\"data\";s:7:\"\n                      \n              \";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:3:\"url\";s:153:\"http://1.gravatar.com/avatar/ad35284a9f9471
 314e3eef5f97dac331?s=96&d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&r=G\";s:6:\"medium\";s:5:\"image\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:29:\"http://search.yahoo.com/mrss/\";a:1:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"anonvideoupload\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"html\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}s:5:\"group\";a:1:{i:0;a:6:{s:4:\"data\";s:39:\"\n                 \n\n                    \n\n                    \n\n                    \n\n                    \n                      \n                      \n                      \n              \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml
 _lang\";s:0:\"\";s:5:\"child\";a:1:{s:29:\"http://search.yahoo.com/mrss/\";a:5:{s:7:\"content\";a:4:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:9:{s:3:\"url\";s:88:\"http://videos.videopress.com/PW803dPr/sarah-semark-stop-using-icon-fonts-love-svg_hd.mp4\";s:8:\"fileSize\";s:9:\"978032640\";s:4:\"type\";s:9:\"video/mp4\";s:6:\"medium\";s:5:\"video\";s:7:\"bitrate\";s:4:\"3160\";s:9:\"isDefault\";s:4:\"true\";s:8:\"duration\";s:4:\"2418\";s:5:\"width\";s:4:\"1280\";s:6:\"height\";s:3:\"720\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1
 :{s:0:\"\";a:9:{s:3:\"url\";s:89:\"http://videos.videopress.com/PW803dPr/sarah-semark-stop-using-icon-fonts-love-svg_dvd.mp4\";s:8:\"fileSize\";s:9:\"472922112\";s:4:\"type\";s:9:\"video/mp4\";s:6:\"medium\";s:5:\"video\";s:7:\"bitrate\";s:4:\"1528\";s:9:\"isDefault\";s:5:\"false\";s:8:\"duration\";s:4:\"2418\";s:5:\"width\";s:3:\"640\";s:6:\"height\";s:3:\"360\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:9:{s:3:\"url\";s:89:\"http://videos.videopress.com/PW803dPr/sarah-semark-stop-using-icon-fonts-love-svg_std.mp4\";s:8:\"fileSize\";s:9:\"246365184\";s:4:\"ty
 pe\";s:9:\"video/mp4\";s:6:\"medium\";s:5:\"video\";s:7:\"bitrate\";s:3:\"796\";s:9:\"isDefault\";s:5:\"false\";s:8:\"duration\";s:4:\"2418\";s:5:\"width\";s:3:\"400\";s:6:\"height\";s:3:\"224\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:9:{s:3:\"url\";s:90:\"http://videos.videopress.com/PW803dPr/sarah-semark-stop-using-icon-fonts-love-svg_fmt1.ogv\";s:8:\"fileSize\";s:9:\"246365184\";s:4:\"type\";s:9:\"video/ogg\";s:6:\"medium\";s:5:\"video\";s:7:\"bitrate\";s:3:\"796\";s:9:\"isDefault\";s:5:\"false\";s:8:\"duration\";s:4:\"
 2418\";s:5:\"width\";s:3:\"400\";s:6:\"height\";s:3:\"224\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:6:\"rating\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"g\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:6:\"scheme\";s:8:\"urn:mpaa\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"Sarah Semark: How I Learnt to Stop Using Icon Fonts and Love SVG\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:5:\"plain\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"thumbnail\";a:1:{i:0;a:5:{s:4
 :\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:98:\"http://videos.videopress.com/PW803dPr/sarah-semark-stop-using-icon-fonts-love-svg_std.original.jpg\";s:5:\"width\";s:3:\"256\";s:6:\"height\";s:3:\"144\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:6:\"player\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:78:\"http://s0.videopress.com/player.swf?v=1.04&guid=PW803dPr&isDynamicSeeking=true\";s:5:\"width\";s:3:\"400\";s:6:\"height\";s:3:\"225\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}i:21;a:6:{s:4:\"data\"
 ;s:66:\"\n                \n              \n              \n              \n              \n                              \n              \n              \n              \n              \n              \n\n            \n              \n                              \n                      \n              \n      \n\n            \n\n            \n      \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:6:{s:0:\"\";a:8:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"Belén Albeza: You might not need a CSS Framework\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:77:\"http://wordpress.tv/2016/05/28/belen-albeza-you-might-not-need-css-framework/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\&q
 uot;data\";s:85:\"http://wordpress.tv/2016/05/28/belen-albeza-you-might-not-need-css-framework/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 28 May 2016 08:11:51 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:6:{i:0;a:5:{s:4:\"data\";s:4:\"2016\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:6:\"London\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0
 ;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:10:\"WordCampTV\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:3:\"CSS\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:10:\"Frameworks\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:5;a:5:{s:4:\"data\";s:2:\"UI\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\
 ";s:28:\"http://wordpress.tv/?p=58724\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:714:\"Nowadays it is very common to find CSS frameworks like Bootstrap used everywhere. But they come at a cost, paid in big CSS files, styles that don’t get used, and a hard to maintain code base. In this talk we will talk about why using a third-party framework might not be the right choice for your project, be it a theme or a custom website. We will also see techniques to craft a blog theme without frameworks, from layout to individual UI components.<p><a href=\"http://belen-albeza.github.io/talk-frameworks/\">Presentation Slides &#187;</a></p><img alt=\"\" 
 border=\"0\" src=\"http://pixel.wp.com/b.gif?host=wordpress.tv&#038;blog=5089392&#038;post=58724&#038;subd=wptv&#038;ref=&#038;feed=1\" width=\"1\" height=\"1\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"enclosure\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:90:\"http://videos.videopress.com/zc0Z51EL/belen-albeza-you-might-not-need-css-framework_hd.mp4\";s:6:\"length\";s:9:\"930304000\";s:4:\"type\";s:9:\"video/mp4\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";
 a:1:{i:0;a:5:{s:4:\"data\";s:12:\"WordPress.tv\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:1129:\"<div id=\"v-zc0Z51EL-1\" class=\"video-player\" style=\"width:400px;height:224px\">\n<embed id=\"v-zc0Z51EL-1-video\" src=\"http://s0.videopress.com/player.swf?v=1.04&amp;guid=zc0Z51EL&amp;isDynamicSeeking=true&amp;hd=true\" type=\"application/x-shockwave-flash\" width=\"400\" height=\"224\" title=\"Belén Albeza: You might not need a CSS Framework\" wmode=\"direct\" seamlesstabbing=\"true\" allowfullscreen=\"true\" allowscriptaccess=\"always\" overstretch=\&quot
 ;true\"></embed></div><br />  <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/58724/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/58724/\" /></a> <img alt=\"\" border=\"0\" src=\"http://pixel.wp.com/b.gif?host=wordpress.tv&#038;blog=5089392&#038;post=58724&#038;subd=wptv&#038;ref=&#038;feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2016/05/28/belen-albeza-you-might-not-need-css-framework/\"><img alt=\"Belén Albeza: You might not need a CSS Framework\" src=\"http://videos.videopress.com/zc0Z51EL/belen-albeza-you-might-not-need-css-framework_scruberthumbnail_0.jpg\" width=\"160\" height=\"120\" /></a></div>\";s:7:\"at
 tribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:82:\"http://wordpress.tv/2016/05/28/belen-albeza-you-might-not-need-css-framework/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:29:\"http://search.yahoo.com/mrss/\";a:2:{s:7:\"content\";a:1:{i:0;a:6:{s:4:\"data\";s:7:\"\
 n                      \n              \";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:3:\"url\";s:153:\"http://1.gravatar.com/avatar/ad35284a9f9471314e3eef5f97dac331?s=96&d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&r=G\";s:6:\"medium\";s:5:\"image\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:29:\"http://search.yahoo.com/mrss/\";a:1:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"anonvideoupload\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"html\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}s:5:\"group\";a:1:{i:0;a:6:{s:4:\"data\";s:39:\"\n                     \n\n                    \n\n                    \n\n                    \n\n                    \n                      \n                      \
 n                      \n              \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:29:\"http://search.yahoo.com/mrss/\";a:5:{s:7:\"content\";a:4:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:9:{s:3:\"url\";s:90:\"http://videos.videopress.com/zc0Z51EL/belen-albeza-you-might-not-need-css-framework_hd.mp4\";s:8:\"fileSize\";s:9:\"930304000\";s:4:\"type\";s:9:\"video/mp4\";s:6:\"medium\";s:5:\"video\";s:7:\"bitrate\";s:4:\"3160\";s:9:\"isDefault\";s:4:\"true\";s:8:\"duration\";s:4:\"2300\";s:5:\"width\";s:4:\"1280\";s:6:\"height\";s:3:\"720\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_b
 ase_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:9:{s:3:\"url\";s:91:\"http://videos.videopress.com/zc0Z51EL/belen-albeza-you-might-not-need-css-framework_dvd.mp4\";s:8:\"fileSize\";s:9:\"449843200\";s:4:\"type\";s:9:\"video/mp4\";s:6:\"medium\";s:5:\"video\";s:7:\"bitrate\";s:4:\"1528\";s:9:\"isDefault\";s:5:\"false\";s:8:\"duration\";s:4:\"2300\";s:5:\"width\";s:3:\"640\";s:6:\"height\";s:3:\"360\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:9:{s:3:\"url\";s:91:\"http://video
 s.videopress.com/zc0Z51EL/belen-albeza-you-might-not-need-css-framework_std.mp4\";s:8:\"fileSize\";s:9:\"234342400\";s:4:\"type\";s:9:\"video/mp4\";s:6:\"medium\";s:5:\"video\";s:7:\"bitrate\";s:3:\"796\";s:9:\"isDefault\";s:5:\"false\";s:8:\"duration\";s:4:\"2300\";s:5:\"width\";s:3:\"400\";s:6:\"height\";s:3:\"224\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:9:{s:3:\"url\";s:92:\"http://videos.videopress.com/zc0Z51EL/belen-albeza-you-might-not-need-css-framework_fmt1.ogv\";s:8:\"fileSize\";s:9:\"234342400\";s:4:\"type\";s:9:\"video/ogg\";s:6:\"medium\";s:5:\
 "video\";s:7:\"bitrate\";s:3:\"796\";s:9:\"isDefault\";s:5:\"false\";s:8:\"duration\";s:4:\"2300\";s:5:\"width\";s:3:\"400\";s:6:\"height\";s:3:\"224\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:6:\"rating\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"g\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:6:\"scheme\";s:8:\"urn:mpaa\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"Belén Albeza: You might not need a CSS Framework\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:5:\"plain\";}}s:8:\"xml_base\";s:0:\"
 \";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"thumbnail\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:106:\"http://videos.videopress.com/zc0Z51EL/belen-albeza-you-might-not-need-css-framework_scruberthumbnail_0.jpg\";s:5:\"width\";s:3:\"256\";s:6:\"height\";s:3:\"144\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:6:\"player\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:78:\"http://s0.videopress.com/player.swf?v=1.04&guid=zc0Z51EL&isDynamicSeeking=true\";s:5:\"width\";s:3:\"400\";s:6:\"height\";s:3:\"225\";}}s:8:\"xml_base\&qu
 ot;;s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}i:22;a:6:{s:4:\"data\";s:63:\"\n         \n              \n              \n              \n              \n                              \n              \n              \n              \n              \n\n            \n              \n                              \n                      \n              \n      \n\n            \n\n            \n      \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:6:{s:0:\"\";a:8:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:99:\"Mik Scarlet, Richard Senior, Gary Jones, Angie Vale, Rian Rietveld: Panel – Accessibility Q&amp;A\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:117:\"http://wordpress.tv/2016/05/28/mik-scarlet-richard-senior-gary-jones-angie-vale-rian-rietveld-pane
 l-accessibility-qa/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:126:\"http://wordpress.tv/2016/05/28/mik-scarlet-richard-senior-gary-jones-angie-vale-rian-rietveld-panel-accessibility-qa/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 28 May 2016 08:07:54 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:5:{i:0;a:5:{s:4:\"data\";s:4:\"2016\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\&quot
 ;;s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:13:\"Accessibility\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:6:\"London\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:10:\"WordCampTV\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:13:\"accessibility\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\&q
 uot;;s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wordpress.tv/?p=58726\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:577:\"Angie Vale, Gary Jones, Rian Rietveld and Richard Senior are WordPress developers with a passion for web accessibility. They design, code, provide training and publish with accessibility in mind. They all own their own businesses and know how hard it is to include accessibility in their work.\r\n\r\nThe panel will answer some common questions regarding web accessibility, followed by questions from the audience.<img alt=\"\" border=\"0\" src=\"http://pixel.wp.com/b.gif?host=wordpress.tv&#038;blog=50
 89392&#038;post=58726&#038;subd=wptv&#038;ref=&#038;feed=1\" width=\"1\" height=\"1\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"enclosure\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:130:\"http://videos.videopress.com/gxpyi7uG/mik-scarlet-richard-senior-gary-jones-angie-vale-rian-rietveld-panel-accessibility-qa_hd.mp4\";s:6:\"length\";s:10:\"1059333120\";s:4:\"type\";s:9:\"video/mp4\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Wo
 rdPress.tv\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:1303:\"<div id=\"v-gxpyi7uG-1\" class=\"video-player\" style=\"width:400px;height:224px\">\n<embed id=\"v-gxpyi7uG-1-video\" src=\"http://s0.videopress.com/player.swf?v=1.04&amp;guid=gxpyi7uG&amp;isDynamicSeeking=true&amp;hd=true\" type=\"application/x-shockwave-flash\" width=\"400\" height=\"224\" title=\"Mik Scarlet, Richard Senior, Gary Jones, Angie Vale, Rian Rietveld: Panel – Accessibility Q&amp;A\" wmode=\"direct\" seamlesstabbing=\"true\" allowfullscreen=\"true\" allowscriptaccess=\"always\" overstretch=\&q
 uot;true\"></embed></div><br />  <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/58726/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/58726/\" /></a> <img alt=\"\" border=\"0\" src=\"http://pixel.wp.com/b.gif?host=wordpress.tv&#038;blog=5089392&#038;post=58726&#038;subd=wptv&#038;ref=&#038;feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2016/05/28/mik-scarlet-richard-senior-gary-jones-angie-vale-rian-rietveld-panel-accessibility-qa/\"><img alt=\"Mik Scarlet, Richard Senior, Gary Jones, Angie Vale, Rian Rietveld: Panel – Accessibility Q&amp;A\" src=\"http://videos.videopress.com/gxpyi7uG/mik-scarlet-richard-senior-gary-jones-angie-vale-rian-rietveld-panel-accessi
 bility-qa_std.original.jpg\" width=\"160\" height=\"120\" /></a></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:122:\"http://wordpress.tv/2016/05/28/mik-scarlet-richard-senior-gary-jones-angie-vale-rian-rietveld-panel-accessibility-qa/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\&
 quot;xml_lang\";s:0:\"\";}}}s:29:\"http://search.yahoo.com/mrss/\";a:2:{s:7:\"content\";a:1:{i:0;a:6:{s:4:\"data\";s:7:\"\n                  \n              \";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:3:\"url\";s:153:\"http://1.gravatar.com/avatar/ad35284a9f9471314e3eef5f97dac331?s=96&d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&r=G\";s:6:\"medium\";s:5:\"image\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:29:\"http://search.yahoo.com/mrss/\";a:1:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"anonvideoupload\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"html\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b
 :0;s:8:\"xml_lang\";s:0:\"\";}}}}}}s:5:\"group\";a:1:{i:0;a:6:{s:4:\"data\";s:39:\"\n                     \n\n                    \n\n                    \n\n                    \n\n                    \n                      \n                      \n                      \n              \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:29:\"http://search.yahoo.com/mrss/\";a:5:{s:7:\"content\";a:4:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:9:{s:3:\"url\";s:130:\"http://videos.videopress.com/gxpyi7uG/mik-scarlet-richard-senior-gary-jones-angie-vale-rian-rietveld-panel-accessibility-qa_hd.mp4\";s:8:\"fileSize\";s:10:\"1059333120\";s:4:\"type\";s:9:\"video/mp4\";s:6:\"medium\";s:5:\"video\";s:7:\"bitrate\";s:4:\"3160\";s:9:\"isDefault\";s:4:\"true\&
 quot;;s:8:\"duration\";s:4:\"2619\";s:5:\"width\";s:4:\"1280\";s:6:\"height\";s:3:\"720\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:9:{s:3:\"url\";s:131:\"http://videos.videopress.com/gxpyi7uG/mik-scarlet-richard-senior-gary-jones-angie-vale-rian-rietveld-panel-accessibility-qa_dvd.mp4\";s:8:\"fileSize\";s:9:\"512234496\";s:4:\"type\";s:9:\"video/mp4\";s:6:\"medium\";s:5:\"video\";s:7:\"bitrate\";s:4:\"1528\";s:9:\"isDefault\";s:5:\"false\";s:8:\"duration\";s:4:\"2619\";s:5:\"width\";s:3:\"640\";s:6:\"height\";s:3:\"360\";}}s:8:\"xml_base\";s:0
 :\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:9:{s:3:\"url\";s:131:\"http://videos.videopress.com/gxpyi7uG/mik-scarlet-richard-senior-gary-jones-angie-vale-rian-rietveld-panel-accessibility-qa_std.mp4\";s:8:\"fileSize\";s:9:\"266844672\";s:4:\"type\";s:9:\"video/mp4\";s:6:\"medium\";s:5:\"video\";s:7:\"bitrate\";s:3:\"796\";s:9:\"isDefault\";s:5:\"false\";s:8:\"duration\";s:4:\"2619\";s:5:\"width\";s:3:\"400\";s:6:\"height\";s:3:\"224\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:
 1:{s:0:\"\";a:9:{s:3:\"url\";s:132:\"http://videos.videopress.com/gxpyi7uG/mik-scarlet-richard-senior-gary-jones-angie-vale-rian-rietveld-panel-accessibility-qa_fmt1.ogv\";s:8:\"fileSize\";s:9:\"266844672\";s:4:\"type\";s:9:\"video/ogg\";s:6:\"medium\";s:5:\"video\";s:7:\"bitrate\";s:3:\"796\";s:9:\"isDefault\";s:5:\"false\";s:8:\"duration\";s:4:\"2619\";s:5:\"width\";s:3:\"400\";s:6:\"height\";s:3:\"224\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:6:\"rating\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"g\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:6:\"scheme\";s:8:\"urn:mpaa\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_ex
 plicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:95:\"Mik Scarlet, Richard Senior, Gary Jones, Angie Vale, Rian Rietveld: Panel – Accessibility Q&A\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:5:\"plain\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"thumbnail\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:140:\"http://videos.videopress.com/gxpyi7uG/mik-scarlet-richard-senior-gary-jones-angie-vale-rian-rietveld-panel-accessibility-qa_std.original.jpg\";s:5:\"width\";s:3:\"256\";s:6:\"height\";s:3:\"144\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\&qu
 ot;xml_lang\";s:0:\"\";}}s:6:\"player\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:78:\"http://s0.videopress.com/player.swf?v=1.04&guid=gxpyi7uG&isDynamicSeeking=true\";s:5:\"width\";s:3:\"400\";s:6:\"height\";s:3:\"225\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}i:23;a:6:{s:4:\"data\";s:63:\"\n           \n              \n              \n              \n              \n                              \n              \n              \n              \n              \n\n            \n              \n                              \n                      \n              \n      \n\n            \n\n            \n      \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:6:{s:0:\"\";a:8:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"Ross Wintle: User Experienc
 e – it’s for everyone\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"http://wordpress.tv/2016/05/28/ross-wintle-user-experience-its-for-everyone/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:84:\"http://wordpress.tv/2016/05/28/ross-wintle-user-experience-its-for-everyone/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 28 May 2016 08:05:35 +0000\";s:7:\"attribs\"
 ;a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:5:{i:0;a:5:{s:4:\"data\";s:4:\"2016\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:6:\"London\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:10:\"WordCampTV\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:15:\"User Experience\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\
 "xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:2:\"UX\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wordpress.tv/?p=58728\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:817:\"Not sure what user experience (UX) is? (Neither am I). Or whether it matters to you? (It TOTALLY does!) Or why it’s important? (Let’s find out!). I’m not a UX expert, but I don’t think you have to be: we should all be thinking about how people interac
 t with the things that we make. Let’s take a really (really!) simple web app, tear it apart, and realise that UX is hard, very important, and definitely worth thinking about. Expect tips, links, resources, door handles, cars, small children, and possibly a little WordPress.<p><a href=\"https://speakerdeck.com/rosswintle/user-experience-its-for-everyone\">Presentation Slides &#187;</a></p><img alt=\"\" border=\"0\" src=\"http://pixel.wp.com/b.gif?host=wordpress.tv&#038;blog=5089392&#038;post=58728&#038;subd=wptv&#038;ref=&#038;feed=1\" width=\"1\" height=\"1\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"enclosure\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:
 {s:3:\"url\";s:89:\"http://videos.videopress.com/1exvM738/ross-wintle-user-experience-its-for-everyone_hd.mp4\";s:6:\"length\";s:10:\"1020907520\";s:4:\"type\";s:9:\"video/mp4\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"WordPress.tv\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:1127:\"<div id=\"v-1exvM738-1\" class=\"video-player\" style=\"width:400px;height:224px\">\n<embed id=\"v-1exvM738-1-video
 \" src=\"http://s0.videopress.com/player.swf?v=1.04&amp;guid=1exvM738&amp;isDynamicSeeking=true&amp;hd=true\" type=\"application/x-shockwave-flash\" width=\"400\" height=\"224\" title=\"Ross Wintle: User Experience – it’s for everyone\" wmode=\"direct\" seamlesstabbing=\"true\" allowfullscreen=\"true\" allowscriptaccess=\"always\" overstretch=\"true\"></embed></div><br />  <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/58728/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/58728/\" /></a> <img alt=\"\" border=\"0\" src=\"http://pixel.wp.com/b.gif?host=wordpress.tv&#038;blog=5089392&#038;post=58728&#038;subd=wptv&#038;ref=&#038;feed=1\" wid
 th=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2016/05/28/ross-wintle-user-experience-its-for-everyone/\"><img alt=\"Ross Wintle: User Experience – it’s for everyone\" src=\"http://videos.videopress.com/1exvM738/ross-wintle-user-experience-its-for-everyone_std.original.jpg\" width=\"160\" height=\"120\" /></a></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:81:\"http://wordpress.tv/2016/05/28/ross-wintle-user-experience-its-for-everyone/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\&quot
 ;\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:29:\"http://search.yahoo.com/mrss/\";a:2:{s:7:\"content\";a:1:{i:0;a:6:{s:4:\"data\";s:7:\"\n                      \n              \";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:3:\"url\";s:153:\"http://1.gravatar.com/avatar/ad35284a9f9471314e3eef5f97dac331?s=96&d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&r=G\";s:6:\"medium\";s:5:\"image\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:29:\"http://search.yahoo.com/mrss/\";a:1:
 {s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"anonvideoupload\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"html\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}s:5:\"group\";a:1:{i:0;a:6:{s:4:\"data\";s:39:\"\n                 \n\n                    \n\n                    \n\n                    \n\n                    \n                      \n                      \n                      \n              \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:29:\"http://search.yahoo.com/mrss/\";a:5:{s:7:\"content\";a:4:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:9:{s:3:\"url\";s:89:\"http://videos.videopress.com/1exvM738/ross-wintle-user-experience-its-for-everyone_hd.mp4\";s:8:\&quo
 t;fileSize\";s:10:\"1020907520\";s:4:\"type\";s:9:\"video/mp4\";s:6:\"medium\";s:5:\"video\";s:7:\"bitrate\";s:4:\"3160\";s:9:\"isDefault\";s:4:\"true\";s:8:\"duration\";s:4:\"2524\";s:5:\"width\";s:4:\"1280\";s:6:\"height\";s:3:\"720\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:9:{s:3:\"url\";s:90:\"http://videos.videopress.com/1exvM738/ross-wintle-user-experience-its-for-everyone_dvd.mp4\";s:8:\"fileSize\";s:9:\"493654016\";s:4:\"type\";s:9:\"video/mp4\";s:6:\"medium\";s:5:\"video\";s:7:\"bitrate\";s:4:\"1528\";s:9:\"isDefault\"
 ;s:5:\"false\";s:8:\"duration\";s:4:\"2524\";s:5:\"width\";s:3:\"640\";s:6:\"height\";s:3:\"360\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:9:{s:3:\"url\";s:90:\"http://videos.videopress.com/1exvM738/ross-wintle-user-experience-its-for-everyone_std.mp4\";s:8:\"fileSize\";s:9:\"257165312\";s:4:\"type\";s:9:\"video/mp4\";s:6:\"medium\";s:5:\"video\";s:7:\"bitrate\";s:3:\"796\";s:9:\"isDefault\";s:5:\"false\";s:8:\"duration\";s:4:\"2524\";s:5:\"width\";s:3:\"400\";s:6:\"height\";s:3:\"224\";}}s:8:\"xml_base\";s:0:\"\";s:17:\&qu
 ot;xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:9:{s:3:\"url\";s:91:\"http://videos.videopress.com/1exvM738/ross-wintle-user-experience-its-for-everyone_fmt1.ogv\";s:8:\"fileSize\";s:9:\"257165312\";s:4:\"type\";s:9:\"video/ogg\";s:6:\"medium\";s:5:\"video\";s:7:\"bitrate\";s:3:\"796\";s:9:\"isDefault\";s:5:\"false\";s:8:\"duration\";s:4:\"2524\";s:5:\"width\";s:3:\"400\";s:6:\"height\";s:3:\"224\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:6:\"rating\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"g\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:6:\&q
 uot;scheme\";s:8:\"urn:mpaa\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"Ross Wintle: User Experience – it’s for everyone\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:5:\"plain\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"thumbnail\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:99:\"http://videos.videopress.com/1exvM738/ross-wintle-user-experience-its-for-everyone_std.original.jpg\";s:5:\"width\";s:3:\"256\";s:6:\"height\";s:3:\"144\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_e
 xplicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:6:\"player\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:78:\"http://s0.videopress.com/player.swf?v=1.04&guid=1exvM738&isDynamicSeeking=true\";s:5:\"width\";s:3:\"400\";s:6:\"height\";s:3:\"225\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}i:24;a:6:{s:4:\"data\";s:60:\"\n                \n              \n              \n              \n              \n                              \n              \n              \n              \n\n            \n              \n                              \n                      \n              \n      \n\n            \n\n            \n      \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:6:{s:0:\"\";a:8:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"Cori
 nne Welsh: My First Child Theme\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"http://wordpress.tv/2016/05/27/corinne-welsh-my-first-child-theme/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"http://wordpress.tv/2016/05/27/corinne-welsh-my-first-child-theme/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 27 May 2016 14:03:59 +0000\";s:7:\"attribs\";a:0:{}s:8:\&q
 uot;xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:4:{i:0;a:5:{s:4:\"data\";s:4:\"2016\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:6:\"London\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:10:\"WordCampTV\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:11:\"child theme\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_exp
 licit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"http://wordpress.tv?p=58719&preview_id=58719\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:706:\"How do you get started with themes in WordPress? Do you need to know a whole load of (read “any”) php? It can be kind of intimidating and scary. Last year, I built my first child theme in WordPress. I survived and the website is still standing. You can do it too. Come and hear how. The talk will start with a case study: why, why then, and why not sooner. We will look at the structure of a theme and walk through the steps of building a child theme. You may leave inspir
 ed to roll up your sleeves and get your hands dirty in theming.<img alt=\"\" border=\"0\" src=\"http://pixel.wp.com/b.gif?host=wordpress.tv&#038;blog=5089392&#038;post=58719&#038;subd=wptv&#038;ref=&#038;feed=1\" width=\"1\" height=\"1\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"enclosure\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:61:\"http://videos.videopress.com/6oXMxwGi/video-b0595a6e44_hd.mp4\";s:6:\"length\";s:9:\"768916480\";s:4:\"type\";s:9:\"video/mp4\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://pur
 l.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"WordPress.tv\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:1055:\"<div id=\"v-6oXMxwGi-1\" class=\"video-player\" style=\"width:400px;height:224px\">\n<embed id=\"v-6oXMxwGi-1-video\" src=\"http://s0.videopress.com/player.swf?v=1.04&amp;guid=6oXMxwGi&amp;isDynamicSeeking=true&amp;hd=true\" type=\"application/x-shockwave-flash\" width=\"400\" height=\"224\" title=\"Corinne Welsh: My First Child Theme\" wmode=\"direct\" seamlesstabbing=\"true\" allowfullscreen=\"true\" allowscrip
 taccess=\"always\" overstretch=\"true\"></embed></div><br />  <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/58719/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/58719/\" /></a> <img alt=\"\" border=\"0\" src=\"http://pixel.wp.com/b.gif?host=wordpress.tv&#038;blog=5089392&#038;post=58719&#038;subd=wptv&#038;ref=&#038;feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2016/05/27/corinne-welsh-my-first-child-theme/\"><img alt=\"Corinne Welsh: My First Child Theme\" src=\"http://videos.videopress.com/6oXMxwGi/video-b0595a6e44_std.original.jpg\" width=\"160\" height=\"120\" /></a></div>\";s:7:\"attribs\";
 a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"http://wordpress.tv/2016/05/27/corinne-welsh-my-first-child-theme/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:29:\"http://search.yahoo.com/mrss/\";a:2:{s:7:\"content\";a:1:{i:0;a:6:{s:4:\"data\";s:7:\"\n                 \n              \";s:7:\&qu
 ot;attribs\";a:1:{s:0:\"\";a:2:{s:3:\"url\";s:153:\"http://1.gravatar.com/avatar/ad35284a9f9471314e3eef5f97dac331?s=96&d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&r=G\";s:6:\"medium\";s:5:\"image\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:29:\"http://search.yahoo.com/mrss/\";a:1:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"anonvideoupload\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"html\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}s:5:\"group\";a:1:{i:0;a:6:{s:4:\"data\";s:39:\"\n                    \n\n                    \n\n                    \n\n                    \n\n                    \n                      \n                      \n                      \n              \";s:7:\&qu
 ot;attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:29:\"http://search.yahoo.com/mrss/\";a:5:{s:7:\"content\";a:4:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:9:{s:3:\"url\";s:61:\"http://videos.videopress.com/6oXMxwGi/video-b0595a6e44_hd.mp4\";s:8:\"fileSize\";s:9:\"768916480\";s:4:\"type\";s:9:\"video/mp4\";s:6:\"medium\";s:5:\"video\";s:7:\"bitrate\";s:4:\"3160\";s:9:\"isDefault\";s:4:\"true\";s:8:\"duration\";s:4:\"1901\";s:5:\"width\";s:4:\"1280\";s:6:\"height\";s:3:\"720\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:
 0:\"\";}i:1;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:9:{s:3:\"url\";s:62:\"http://videos.videopress.com/6oXMxwGi/video-b0595a6e44_dvd.mp4\";s:8:\"fileSize\";s:9:\"371805184\";s:4:\"type\";s:9:\"video/mp4\";s:6:\"medium\";s:5:\"video\";s:7:\"bitrate\";s:4:\"1528\";s:9:\"isDefault\";s:5:\"false\";s:8:\"duration\";s:4:\"1901\";s:5:\"width\";s:3:\"640\";s:6:\"height\";s:3:\"360\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:9:{s:3:\"url\";s:62:\"http://videos.videopress.com/6oXMxwGi/video-b0595a6e44_std.mp4\";s:8:\"fileSize\&quo
 t;;s:9:\"193689088\";s:4:\"type\";s:9:\"video/mp4\";s:6:\"medium\";s:5:\"video\";s:7:\"bitrate\";s:3:\"796\";s:9:\"isDefault\";s:5:\"false\";s:8:\"duration\";s:4:\"1901\";s:5:\"width\";s:3:\"400\";s:6:\"height\";s:3:\"224\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:9:{s:3:\"url\";s:63:\"http://videos.videopress.com/6oXMxwGi/video-b0595a6e44_fmt1.ogv\";s:8:\"fileSize\";s:9:\"193689088\";s:4:\"type\";s:9:\"video/ogg\";s:6:\"medium\";s:5:\"video\";s:7:\"bitrate\";s:3:\"796\";s:9:\"isDefault\";s:5:\"false\";s:8:\"duration\&
 quot;;s:4:\"1901\";s:5:\"width\";s:3:\"400\";s:6:\"height\";s:3:\"224\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:6:\"rating\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"g\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:6:\"scheme\";s:8:\"urn:mpaa\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"Corinne Welsh: My First Child Theme\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:5:\"plain\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"thumbnail\";a:1:{i:0;a:5:{s:4:\"data
 \";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:71:\"http://videos.videopress.com/6oXMxwGi/video-b0595a6e44_std.original.jpg\";s:5:\"width\";s:3:\"256\";s:6:\"height\";s:3:\"144\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:6:\"player\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:78:\"http://s0.videopress.com/player.swf?v=1.04&guid=6oXMxwGi&isDynamicSeeking=true\";s:5:\"width\";s:3:\"400\";s:6:\"height\";s:3:\"225\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}i:25;a:6:{s:4:\"data\";s:63:\"\n          \n              \n              \n              \n              \n                              
 \n             \n              \n              \n              \n\n            \n              \n                              \n                      \n              \n      \n\n            \n\n            \n      \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:6:{s:0:\"\";a:8:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"Pascal Birchler: From Blogger to WordPress Core Committer\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:88:\"http://wordpress.tv/2016/05/26/pascal-birchler-from-blogger-to-wordpress-core-committer/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:96:\&q
 uot;http://wordpress.tv/2016/05/26/pascal-birchler-from-blogger-to-wordpress-core-committer/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 26 May 2016 16:22:34 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:5:{i:0;a:5:{s:4:\"data\";s:4:\"2016\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:6:\"London\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"x
 ml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:10:\"WordCampTV\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:8:\"blogging\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:14:\"core committer\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wordpress.tv/?p=58715\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\&quo
 t;xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1546:\"I’ll talk about my humble beginnings as a WordPress user and how I eventually got commit access to WordPress core. By telling my unique story I want to show how rewarding contributing to an open-source community can be and inspire people to do the same. I’ve been using WordPress since 2006, but only in the last three years I’ve been contributing heavily to the open-source project. I began attending the local meetup and the very first WordCamp in Switzerland. I attended WordCamp Europe 2013, where I submitted my first patch to WordPress core. Fast-forward to 2015, when I decided to develop a feature for embedding WordPress posts on other websites that made it into WordPress 4.4. How do these embeds work and what is it like to lead such a project? What does breaking the web by introducing bugs feel like? At the end of 20
 15, I attended WordCamp US where I was announced as one of seven new guest committers to the WordPress project. It wasn’t always an easy journey, but it has always been rewarding and I could always count on the helpful people around me. I will talk about the various ways people can contribute to WordPress and what it takes to be a core committer. Also, I will reveal what Swiss chocolate has to do with the latter…<p><a href=\"https://speakerdeck.com/swissspidy/from-blogger-to-wordpress-core-committer\">Presentation Slides &#187;</a></p><img alt=\"\" border=\"0\" src=\"http://pixel.wp.com/b.gif?host=wordpress.tv&#038;blog=5089392&#038;post=58715&#038;subd=wptv&#038;ref=&#038;feed=1\" width=\"1\" height=\"1\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\&q
 uot;\";}}s:9:\"enclosure\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:105:\"http://videos.videopress.com/lAMQIx2U/1pascalbirchler-frombloggertowordpresscorecommiter-wordpress_hd.mp4\";s:6:\"length\";s:9:\"685998080\";s:4:\"type\";s:9:\"video/mp4\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"WordPress.tv\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:1165
 :\"<div id=\"v-lAMQIx2U-1\" class=\"video-player\" style=\"width:400px;height:224px\">\n<embed id=\"v-lAMQIx2U-1-video\" src=\"http://s0.videopress.com/player.swf?v=1.04&amp;guid=lAMQIx2U&amp;isDynamicSeeking=true&amp;hd=true\" type=\"application/x-shockwave-flash\" width=\"400\" height=\"224\" title=\"Pascal Birchler: From Blogger to WordPress Core Committer\" wmode=\"direct\" seamlesstabbing=\"true\" allowfullscreen=\"true\" allowscriptaccess=\"always\" overstretch=\"true\"></embed></div><br />  <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/58715/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/58715/\" /></a> <img alt=\"\" border=
 \"0\" src=\"http://pixel.wp.com/b.gif?host=wordpress.tv&#038;blog=5089392&#038;post=58715&#038;subd=wptv&#038;ref=&#038;feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2016/05/26/pascal-birchler-from-blogger-to-wordpress-core-committer/\"><img alt=\"Pascal Birchler: From Blogger to WordPress Core Committer\" src=\"http://videos.videopress.com/lAMQIx2U/1pascalbirchler-frombloggertowordpresscorecommiter-wordpress_std.original.jpg\" width=\"160\" height=\"120\" /></a></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:93:\"http://wordpress.tv/2016/05/26/pascal-bi
 rchler-from-blogger-to-wordpress-core-committer/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:29:\"http://search.yahoo.com/mrss/\";a:2:{s:7:\"content\";a:1:{i:0;a:6:{s:4:\"data\";s:7:\"\n                     \n              \";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:3:\"url\";s:153:\"http://1.gravatar.com/avatar/ad35284a9f9471314e3eef5f97dac331?s=96&d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&r=G\";s:6:\"medium\";s:5:\"image\";
 }}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:29:\"http://search.yahoo.com/mrss/\";a:1:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"anonvideoupload\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"html\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}s:5:\"group\";a:1:{i:0;a:6:{s:4:\"data\";s:39:\"\n                        \n\n                    \n\n                    \n\n                    \n\n                    \n                      \n                      \n                      \n              \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:29:\"http://search.yahoo.com/mrss/\";a:5:{s:7:\"content\";a:4:{i:0;a:5:{s:4:\"data\&quo
 t;;s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:9:{s:3:\"url\";s:105:\"http://videos.videopress.com/lAMQIx2U/1pascalbirchler-frombloggertowordpresscorecommiter-wordpress_hd.mp4\";s:8:\"fileSize\";s:9:\"685998080\";s:4:\"type\";s:9:\"video/mp4\";s:6:\"medium\";s:5:\"video\";s:7:\"bitrate\";s:4:\"3160\";s:9:\"isDefault\";s:4:\"true\";s:8:\"duration\";s:4:\"1696\";s:5:\"width\";s:4:\"1280\";s:6:\"height\";s:3:\"720\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:9:{s:3:\"url\";s:106:\"http://videos.videopress.com/lAMQIx2U/1pascalbirchler-frombloggertowordpresscorecommiter-wordpre
 ss_dvd.mp4\";s:8:\"fileSize\";s:9:\"331710464\";s:4:\"type\";s:9:\"video/mp4\";s:6:\"medium\";s:5:\"video\";s:7:\"bitrate\";s:4:\"1528\";s:9:\"isDefault\";s:5:\"false\";s:8:\"duration\";s:4:\"1696\";s:5:\"width\";s:3:\"640\";s:6:\"height\";s:3:\"360\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:9:{s:3:\"url\";s:106:\"http://videos.videopress.com/lAMQIx2U/1pascalbirchler-frombloggertowordpresscorecommiter-wordpress_std.mp4\";s:8:\"fileSize\";s:9:\"172802048\";s:4:\"type\";s:9:\"video/mp4\";s:6:\"medium\";s:5:\"video\";s:7:\"bitrate\";s:3:\&qu
 ot;796\";s:9:\"isDefault\";s:5:\"false\";s:8:\"duration\";s:4:\"1696\";s:5:\"width\";s:3:\"400\";s:6:\"height\";s:3:\"224\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:9:{s:3:\"url\";s:107:\"http://videos.videopress.com/lAMQIx2U/1pascalbirchler-frombloggertowordpresscorecommiter-wordpress_fmt1.ogv\";s:8:\"fileSize\";s:9:\"172802048\";s:4:\"type\";s:9:\"video/ogg\";s:6:\"medium\";s:5:\"video\";s:7:\"bitrate\";s:3:\"796\";s:9:\"isDefault\";s:5:\"false\";s:8:\"duration\";s:4:\"1696\";s:5:\"width\";s:3:\"400\";s:6:\"height\";s:3:\"224\&quot
 ;;}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:6:\"rating\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"g\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:6:\"scheme\";s:8:\"urn:mpaa\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"Pascal Birchler: From Blogger to WordPress Core Committer\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:5:\"plain\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"thumbnail\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\&
 quot;;s:115:\"http://videos.videopress.com/lAMQIx2U/1pascalbirchler-frombloggertowordpresscorecommiter-wordpress_std.original.jpg\";s:5:\"width\";s:3:\"256\";s:6:\"height\";s:3:\"144\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:6:\"player\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:78:\"http://s0.videopress.com/player.swf?v=1.04&guid=lAMQIx2U&isDynamicSeeking=true\";s:5:\"width\";s:3:\"400\";s:6:\"height\";s:3:\"225\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}i:26;a:6:{s:4:\"data\";s:60:\"\n               \n              \n              \n              \n              \n                              \n              \n              \n              \n\n            \n              \n                              \n                      \n              \n      \n\n            \n\n            \
 n      \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:6:{s:0:\"\";a:8:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"Maciej Pilarski: How To Make Your WordPress Website Multilingual\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:95:\"http://wordpress.tv/2016/05/20/maciej-pilarski-how-to-make-your-wordpress-website-multilingual/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:103:\"http://wordpress.tv/2016/05/20/maciej-
 pilarski-how-to-make-your-wordpress-website-multilingual/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 20 May 2016 18:12:48 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:4:{i:0;a:5:{s:4:\"data\";s:4:\"2016\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:5:\"Paris\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i
 :2;a:5:{s:4:\"data\";s:10:\"WordCampTV\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:12:\"multilingual\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"http://wordpress.tv?p=58687&preview_id=58687\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:593:\"In my presentation, I will share tips on how to easily and quickly create a traditi
 onal multilingual website or eCommerce store.\r\n\r\nI will compare most popular multilingual plugins and also show how this can be done without using any plugins.\r\n\r\nPart of the talk will include the benefits to your business of going global and how this can be done in minutes.<p><a href=\"http://goo.gl/7PA93e\">Presentation Slides &#187;</a></p><img alt=\"\" border=\"0\" src=\"http://pixel.wp.com/b.gif?host=wordpress.tv&#038;blog=5089392&#038;post=58687&#038;subd=wptv&#038;ref=&#038;feed=1\" width=\"1\" height=\"1\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"enclosure\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:61:\"http:
 //videos.videopress.com/ZRD6ka70/video-4ada23b4b9_hd.mp4\";s:6:\"length\";s:9:\"648381440\";s:4:\"type\";s:9:\"video/mp4\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"WordPress.tv\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:1148:\"<div id=\"v-ZRD6ka70-1\" class=\"video-player\" style=\"width:400px;height:224px\">\n<embed id=\"v-ZRD6ka70-1-video\" src=\"http://s0.videopress.com/player.swf?v=1.04&amp;
 guid=ZRD6ka70&amp;isDynamicSeeking=true&amp;hd=true\" type=\"application/x-shockwave-flash\" width=\"400\" height=\"224\" title=\"Maciej Pilarski: How To Make Your WordPress Website Multilingual\" wmode=\"direct\" seamlesstabbing=\"true\" allowfullscreen=\"true\" allowscriptaccess=\"always\" overstretch=\"true\"></embed></div><br />  <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/58687/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/58687/\" /></a> <img alt=\"\" border=\"0\" src=\"http://pixel.wp.com/b.gif?host=wordpress.tv&#038;blog=5089392&#038;post=58687&#038;subd=wptv&#038;ref=&#038;feed=1\" width=\"1\" height=\"1\" /><div>
 <a href=\"http://wordpress.tv/2016/05/20/maciej-pilarski-how-to-make-your-wordpress-website-multilingual/\"><img alt=\"Maciej Pilarski: How To Make Your WordPress Website Multilingual\" src=\"http://videos.videopress.com/ZRD6ka70/video-4ada23b4b9_scruberthumbnail_1.jpg\" width=\"160\" height=\"120\" /></a></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:100:\"http://wordpress.tv/2016/05/20/maciej-pilarski-how-to-make-your-wordpress-website-multilingual/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http:
 //purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:29:\"http://search.yahoo.com/mrss/\";a:2:{s:7:\"content\";a:1:{i:0;a:6:{s:4:\"data\";s:7:\"\n                   \n              \";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:3:\"url\";s:153:\"http://1.gravatar.com/avatar/ad35284a9f9471314e3eef5f97dac331?s=96&d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&r=G\";s:6:\"medium\";s:5:\"image\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:29:\"http://search.yahoo.com/mrss/\";a:1:{s:5:\"title\";a:1:
 {i:0;a:5:{s:4:\"data\";s:15:\"anonvideoupload\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"html\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}s:5:\"group\";a:1:{i:0;a:6:{s:4:\"data\";s:39:\"\n                      \n\n                    \n\n                    \n\n                    \n\n                    \n                      \n                      \n                      \n              \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:29:\"http://search.yahoo.com/mrss/\";a:5:{s:7:\"content\";a:4:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:9:{s:3:\"url\";s:61:\"http://videos.videopress.com/ZRD6ka70/video-4ada23b4b9_hd.mp4\";s:8:\"fileSize\";s:9:\"648381440\";s:4:\"
 type\";s:9:\"video/mp4\";s:6:\"medium\";s:5:\"video\";s:7:\"bitrate\";s:4:\"3160\";s:9:\"isDefault\";s:4:\"true\";s:8:\"duration\";s:4:\"1603\";s:5:\"width\";s:4:\"1280\";s:6:\"height\";s:3:\"720\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:9:{s:3:\"url\";s:62:\"http://videos.videopress.com/ZRD6ka70/video-4ada23b4b9_dvd.mp4\";s:8:\"fileSize\";s:9:\"313521152\";s:4:\"type\";s:9:\"video/mp4\";s:6:\"medium\";s:5:\"video\";s:7:\"bitrate\";s:4:\"1528\";s:9:\"isDefault\";s:5:\"false\";s:8:\"duration\";s:4:\"1603\";s:5:\"w
 idth\";s:3:\"640\";s:6:\"height\";s:3:\"360\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:9:{s:3:\"url\";s:62:\"http://videos.videopress.com/ZRD6ka70/video-4ada23b4b9_std.mp4\";s:8:\"fileSize\";s:9:\"163326464\";s:4:\"type\";s:9:\"video/mp4\";s:6:\"medium\";s:5:\"video\";s:7:\"bitrate\";s:3:\"796\";s:9:\"isDefault\";s:5:\"false\";s:8:\"duration\";s:4:\"1603\";s:5:\"width\";s:3:\"400\";s:6:\"height\";s:3:\"224\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:0:
 \"\";s:7:\"attribs\";a:1:{s:0:\"\";a:9:{s:3:\"url\";s:63:\"http://videos.videopress.com/ZRD6ka70/video-4ada23b4b9_fmt1.ogv\";s:8:\"fileSize\";s:9:\"163326464\";s:4:\"type\";s:9:\"video/ogg\";s:6:\"medium\";s:5:\"video\";s:7:\"bitrate\";s:3:\"796\";s:9:\"isDefault\";s:5:\"false\";s:8:\"duration\";s:4:\"1603\";s:5:\"width\";s:3:\"400\";s:6:\"height\";s:3:\"224\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:6:\"rating\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"g\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:6:\"scheme\";s:8:\"urn:mpaa\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\&quo
 t;xml_lang\";s:0:\"\";}}s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"Maciej Pilarski: How To Make Your WordPress Website Multilingual\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:5:\"plain\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"thumbnail\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:77:\"http://videos.videopress.com/ZRD6ka70/video-4ada23b4b9_scruberthumbnail_1.jpg\";s:5:\"width\";s:3:\"256\";s:6:\"height\";s:3:\"144\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:6:\"player\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\
 "attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:78:\"http://s0.videopress.com/player.swf?v=1.04&guid=ZRD6ka70&isDynamicSeeking=true\";s:5:\"width\";s:3:\"400\";s:6:\"height\";s:3:\"225\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}i:27;a:6:{s:4:\"data\";s:60:\"\n         \n              \n              \n              \n              \n                              \n              \n              \n              \n\n            \n              \n                              \n                      \n              \n      \n\n            \n\n            \n      \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:6:{s:0:\"\";a:8:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"Kirsten Cassidy: À la commande de WP-CLI\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\
 ";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"http://wordpress.tv/2016/05/20/kirsten-cassidy-a-la-commande-de-wp-cli/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:79:\"http://wordpress.tv/2016/05/20/kirsten-cassidy-a-la-commande-de-wp-cli/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 20 May 2016 15:56:05 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\&quo
 t;category\";a:4:{i:0;a:5:{s:4:\"data\";s:4:\"2016\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:5:\"Paris\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:10:\"WordCampTV\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:6:\"WP-CLI\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"http://
 wordpress.tv?p=58682&preview_id=58682\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:564:\"Présentation sur WP-CLI et comment s’en servir pour certaines taches comme la mise en place d’un nouveau site, le « search and replace » dans la base des données, et les mises à jour des extensions et de thèmes. Éventuellement, « Community Commands » pour les extensions et shell scripting.<p><a href=\"http://wp-cli-slides.kirstencassidy.com/#Cover\">Presentation Slides &#187;</a></p><img alt=\"\" border=\"0\" src=\"http://pixel.wp.com/b.gif?host=wordpress.tv&#038;blog=5089392&#038;post=58682&#038;subd=wptv&#038;ref=&amp
 ;#038;feed=1\" width=\"1\" height=\"1\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"enclosure\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:61:\"http://videos.videopress.com/DJwtIuxT/video-3990705ad3_hd.mp4\";s:6:\"length\";s:9:\"565463040\";s:4:\"type\";s:9:\"video/mp4\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"WordPress.tv\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b
 :0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:1078:\"<div id=\"v-DJwtIuxT-1\" class=\"video-player\" style=\"width:400px;height:224px\">\n<embed id=\"v-DJwtIuxT-1-video\" src=\"http://s0.videopress.com/player.swf?v=1.04&amp;guid=DJwtIuxT&amp;isDynamicSeeking=true&amp;hd=true\" type=\"application/x-shockwave-flash\" width=\"400\" height=\"224\" title=\"Kirsten Cassidy: À la commande de WP-CLI\" wmode=\"direct\" seamlesstabbing=\"true\" allowfullscreen=\"true\" allowscriptaccess=\"always\" overstretch=\"true\"></embed></div><br />  <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/58682/\"><img alt=\&
 quot;\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/58682/\" /></a> <img alt=\"\" border=\"0\" src=\"http://pixel.wp.com/b.gif?host=wordpress.tv&#038;blog=5089392&#038;post=58682&#038;subd=wptv&#038;ref=&#038;feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2016/05/20/kirsten-cassidy-a-la-commande-de-wp-cli/\"><img alt=\"Kirsten Cassidy: À la commande de WP-CLI\" src=\"http://videos.videopress.com/DJwtIuxT/video-3990705ad3_scruberthumbnail_1.jpg\" width=\"160\" height=\"120\" /></a></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentR
 ss\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"http://wordpress.tv/2016/05/20/kirsten-cassidy-a-la-commande-de-wp-cli/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:29:\"http://search.yahoo.com/mrss/\";a:2:{s:7:\"content\";a:1:{i:0;a:6:{s:4:\"data\";s:7:\"\n                   \n              \";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:3:\"url\";s:153:\"http://1.gravatar.com/avatar/ad35284a9f9471314e3eef5f97dac331?s=96&d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9b
 b6523536%3Fs%3D96&r=G\";s:6:\"medium\";s:5:\"image\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:29:\"http://search.yahoo.com/mrss/\";a:1:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"anonvideoupload\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"html\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}s:5:\"group\";a:1:{i:0;a:6:{s:4:\"data\";s:39:\"\n                      \n\n                    \n\n                    \n\n                    \n\n                    \n                      \n                      \n                      \n              \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:29:\"http://search.yahoo.
 com/mrss/\";a:5:{s:7:\"content\";a:4:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:9:{s:3:\"url\";s:61:\"http://videos.videopress.com/DJwtIuxT/video-3990705ad3_hd.mp4\";s:8:\"fileSize\";s:9:\"565463040\";s:4:\"type\";s:9:\"video/mp4\";s:6:\"medium\";s:5:\"video\";s:7:\"bitrate\";s:4:\"3160\";s:9:\"isDefault\";s:4:\"true\";s:8:\"duration\";s:4:\"1398\";s:5:\"width\";s:4:\"1280\";s:6:\"height\";s:3:\"720\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:9:{s:3:\"url\";s:62:\"http://videos.videopress.com/DJwtIuxT/video-3990705ad3_dvd.m
 p4\";s:8:\"fileSize\";s:9:\"273426432\";s:4:\"type\";s:9:\"video/mp4\";s:6:\"medium\";s:5:\"video\";s:7:\"bitrate\";s:4:\"1528\";s:9:\"isDefault\";s:5:\"false\";s:8:\"duration\";s:4:\"1398\";s:5:\"width\";s:3:\"640\";s:6:\"height\";s:3:\"360\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:9:{s:3:\"url\";s:62:\"http://videos.videopress.com/DJwtIuxT/video-3990705ad3_std.mp4\";s:8:\"fileSize\";s:9:\"142439424\";s:4:\"type\";s:9:\"video/mp4\";s:6:\"medium\";s:5:\"video\";s:7:\"bitrate\";s:3:\"796\";s:9:\"isDefault\";s:5:\"
 false\";s:8:\"duration\";s:4:\"1398\";s:5:\"width\";s:3:\"400\";s:6:\"height\";s:3:\"224\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:9:{s:3:\"url\";s:63:\"http://videos.videopress.com/DJwtIuxT/video-3990705ad3_fmt1.ogv\";s:8:\"fileSize\";s:9:\"142439424\";s:4:\"type\";s:9:\"video/ogg\";s:6:\"medium\";s:5:\"video\";s:7:\"bitrate\";s:3:\"796\";s:9:\"isDefault\";s:5:\"false\";s:8:\"duration\";s:4:\"1398\";s:5:\"width\";s:3:\"400\";s:6:\"height\";s:3:\"224\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\&q
 uot;xml_lang\";s:0:\"\";}}s:6:\"rating\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"g\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:6:\"scheme\";s:8:\"urn:mpaa\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"Kirsten Cassidy: À la commande de WP-CLI\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:5:\"plain\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"thumbnail\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:77:\"http://videos.videopress.com/DJwtIuxT/video-3990705ad3_scruberthumbnail_1.jpg\";s:5:\"
 width\";s:3:\"256\";s:6:\"height\";s:3:\"144\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:6:\"player\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:78:\"http://s0.videopress.com/player.swf?v=1.04&guid=DJwtIuxT&isDynamicSeeking=true\";s:5:\"width\";s:3:\"400\";s:6:\"height\";s:3:\"225\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}i:28;a:6:{s:4:\"data\";s:60:\"\n                \n              \n              \n              \n              \n                              \n              \n              \n              \n\n            \n              \n                              \n                      \n              \n      \n\n            \n\n            \n      \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\&quo
 t;;s:0:\"\";s:5:\"child\";a:6:{s:0:\"\";a:8:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:45:\"Nicolas Juen: La WP API : la review technique\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"http://wordpress.tv/2016/05/19/nicolas-juen-la-wp-api-la-review-technique/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:82:\"http://wordpress.tv/2016/05/19/nicolas-juen-la-wp-api-la-review-technique/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\&qu
 ot;;s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 20 May 2016 03:06:20 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:4:{i:0;a:5:{s:4:\"data\";s:4:\"2016\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:5:\"Paris\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:10:\"WordCampTV\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\&qu
 ot;\";}i:3;a:5:{s:4:\"data\";s:13:\"WordPress API\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"http://wordpress.tv?p=58677&preview_id=58677\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:627:\"La WP REST API est là ! Mais quelles sont les implications techniques ?\r\nNous allons faire le tour de la partie technique qui se cache derrière /wp-json/ mais aussi les possibilités en Javascript pour rendre son site plus dynamique et rapide !\r\nDécouvrons ensemble les mutiples facettes et
  possibilités de la WP API qui attend le/la dev en ambuscade.<p><a href=\"http://fr.slideshare.net/nicolasjuen/word-camp-paris-2016\">Presentation Slides &#187;</a></p><img alt=\"\" border=\"0\" src=\"http://pixel.wp.com/b.gif?host=wordpress.tv&#038;blog=5089392&#038;post=58677&#038;subd=wptv&#038;ref=&#038;feed=1\" width=\"1\" height=\"1\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"enclosure\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:61:\"http://videos.videopress.com/EmG1j3dJ/video-5de27b3c6b_hd.mp4\";s:6:\"length\";s:10:\"1197665280\";s:4:\"type\";s:9:\"video/mp4\";}}s:8:\"x
 ml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"WordPress.tv\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:1089:\"<div id=\"v-EmG1j3dJ-1\" class=\"video-player\" style=\"width:400px;height:224px\">\n<embed id=\"v-EmG1j3dJ-1-video\" src=\"http://s0.videopress.com/player.swf?v=1.04&amp;guid=EmG1j3dJ&amp;isDynamicSeeking=true&amp;hd=true\" type=\"application/x-shockwave-flash\" width=\"400\" height=\"224\" title=\"Nico
 las Juen: La WP API : la review technique\" wmode=\"direct\" seamlesstabbing=\"true\" allowfullscreen=\"true\" allowscriptaccess=\"always\" overstretch=\"true\"></embed></div><br />  <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/58677/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/58677/\" /></a> <img alt=\"\" border=\"0\" src=\"http://pixel.wp.com/b.gif?host=wordpress.tv&#038;blog=5089392&#038;post=58677&#038;subd=wptv&#038;ref=&#038;feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2016/05/19/nicolas-juen-la-wp-api-la-review-technique/\"><img alt=\"Nicolas Juen: La WP API : la review technique\" src=\"http://videos.v
 ideopress.com/EmG1j3dJ/video-5de27b3c6b_scruberthumbnail_0.jpg\" width=\"160\" height=\"120\" /></a></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:79:\"http://wordpress.tv/2016/05/19/nicolas-juen-la-wp-api-la-review-technique/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml
 _lang\";s:0:\"\";}}}s:29:\"http://search.yahoo.com/mrss/\";a:2:{s:7:\"content\";a:1:{i:0;a:6:{s:4:\"data\";s:7:\"\n                  \n              \";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:3:\"url\";s:153:\"http://1.gravatar.com/avatar/ad35284a9f9471314e3eef5f97dac331?s=96&d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&r=G\";s:6:\"medium\";s:5:\"image\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:29:\"http://search.yahoo.com/mrss/\";a:1:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"anonvideoupload\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"html\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\
 "xml_lang\";s:0:\"\";}}}}}}s:5:\"group\";a:1:{i:0;a:6:{s:4:\"data\";s:39:\"\n                     \n\n                    \n\n                    \n\n                    \n\n                    \n                      \n                      \n                      \n              \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:29:\"http://search.yahoo.com/mrss/\";a:5:{s:7:\"content\";a:4:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:9:{s:3:\"url\";s:61:\"http://videos.videopress.com/EmG1j3dJ/video-5de27b3c6b_hd.mp4\";s:8:\"fileSize\";s:10:\"1197665280\";s:4:\"type\";s:9:\"video/mp4\";s:6:\"medium\";s:5:\"video\";s:7:\"bitrate\";s:4:\"3160\";s:9:\"isDefault\";s:4:\"true\";s:8:\"duration\";s:4:\"2961\";s:5:\"width\&quot
 ;;s:4:\"1280\";s:6:\"height\";s:3:\"720\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:9:{s:3:\"url\";s:62:\"http://videos.videopress.com/EmG1j3dJ/video-5de27b3c6b_dvd.mp4\";s:8:\"fileSize\";s:9:\"579124224\";s:4:\"type\";s:9:\"video/mp4\";s:6:\"medium\";s:5:\"video\";s:7:\"bitrate\";s:4:\"1528\";s:9:\"isDefault\";s:5:\"false\";s:8:\"duration\";s:4:\"2961\";s:5:\"width\";s:3:\"640\";s:6:\"height\";s:3:\"360\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:0:\"\
 ";s:7:\"attribs\";a:1:{s:0:\"\";a:9:{s:3:\"url\";s:62:\"http://videos.videopress.com/EmG1j3dJ/video-5de27b3c6b_std.mp4\";s:8:\"fileSize\";s:9:\"301690368\";s:4:\"type\";s:9:\"video/mp4\";s:6:\"medium\";s:5:\"video\";s:7:\"bitrate\";s:3:\"796\";s:9:\"isDefault\";s:5:\"false\";s:8:\"duration\";s:4:\"2961\";s:5:\"width\";s:3:\"400\";s:6:\"height\";s:3:\"224\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:9:{s:3:\"url\";s:63:\"http://videos.videopress.com/EmG1j3dJ/video-5de27b3c6b_fmt1.ogv\";s:8:\"fileSize\";s:9:\"301690368\";s:4:\"type\";s:9:\&qu
 ot;video/ogg\";s:6:\"medium\";s:5:\"video\";s:7:\"bitrate\";s:3:\"796\";s:9:\"isDefault\";s:5:\"false\";s:8:\"duration\";s:4:\"2961\";s:5:\"width\";s:3:\"400\";s:6:\"height\";s:3:\"224\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:6:\"rating\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"g\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:6:\"scheme\";s:8:\"urn:mpaa\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:45:\"Nicolas Juen: La WP API : la review technique\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:5:\"plain\&
 quot;;}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"thumbnail\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:77:\"http://videos.videopress.com/EmG1j3dJ/video-5de27b3c6b_scruberthumbnail_0.jpg\";s:5:\"width\";s:3:\"256\";s:6:\"height\";s:3:\"144\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:6:\"player\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:78:\"http://s0.videopress.com/player.swf?v=1.04&guid=EmG1j3dJ&isDynamicSeeking=true\";s:5:\"width\";s:3:\"400\";s:6:\"height\";s:3:\"225\";}}s:8:\&q
 uot;xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}i:29;a:6:{s:4:\"data\";s:60:\"\n         \n              \n              \n              \n              \n                              \n              \n              \n              \n\n            \n              \n                              \n                      \n              \n      \n\n            \n\n            \n      \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:6:{s:0:\"\";a:8:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"Luca Sartoni: Growth Methodologies In a Distributed Environment\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:94:\"http://wordpress.tv/2016/05/19/luca-sartoni-growth-methodologies-in-a-distributed-environment/\";s:7:\"attribs\"
 ;a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:102:\"http://wordpress.tv/2016/05/19/luca-sartoni-growth-methodologies-in-a-distributed-environment/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 19 May 2016 14:02:15 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:4:{i:0;a:5:{s:4:\"data\";s:4:\"2016\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml
 _lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:10:\"Bratislava\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:10:\"WordCampTV\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:23:\"Distributed Environment\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"http://wordpress.tv?p=58665&preview_id=58665\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\"
 ;s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:584:\"Testing activities are effective only under strict circumstances. When I started my adventure at Automattic, the welcome message was: “Welcome to the chaos”. This presentation narrates the journey we had to conduct to implement strict growth methodologies in a distributed environment.<p><a href=\"https://2016.bratislava.wordcamp.org/files/2016/05/02-06-Luca-Sartoni-Growth.pdf\">Presentation Slides &#187;</a></p><img alt=\"\" border=\"0\" src=\"http://pixel.wp.com/b.gif?host=wordpress.tv&#038;blog=5089392&#038;post=58665&#038;subd=wptv&#038;ref=&#038;feed=1\" width=\"1\" height=\"1\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\&quot
 ;xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"enclosure\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:61:\"http://videos.videopress.com/ZUOwC2FW/video-31acd78618_hd.mp4\";s:6:\"length\";s:10:\"1156812800\";s:4:\"type\";s:9:\"video/mp4\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"WordPress.tv\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\&qu
 ot;data\";s:1145:\"<div id=\"v-ZUOwC2FW-1\" class=\"video-player\" style=\"width:400px;height:224px\">\n<embed id=\"v-ZUOwC2FW-1-video\" src=\"http://s0.videopress.com/player.swf?v=1.04&amp;guid=ZUOwC2FW&amp;isDynamicSeeking=true&amp;hd=true\" type=\"application/x-shockwave-flash\" width=\"400\" height=\"224\" title=\"Luca Sartoni: Growth Methodologies In a Distributed Environment\" wmode=\"direct\" seamlesstabbing=\"true\" allowfullscreen=\"true\" allowscriptaccess=\"always\" overstretch=\"true\"></embed></div><br />  <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/58665/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/58665/\" /></a> <img
  alt=\"\" border=\"0\" src=\"http://pixel.wp.com/b.gif?host=wordpress.tv&#038;blog=5089392&#038;post=58665&#038;subd=wptv&#038;ref=&#038;feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2016/05/19/luca-sartoni-growth-methodologies-in-a-distributed-environment/\"><img alt=\"Luca Sartoni: Growth Methodologies In a Distributed Environment\" src=\"http://videos.videopress.com/ZUOwC2FW/video-31acd78618_scruberthumbnail_1.jpg\" width=\"160\" height=\"120\" /></a></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:99:\"http://wordpress.tv/2016/05/19/luca-sar
 toni-growth-methodologies-in-a-distributed-environment/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:29:\"http://search.yahoo.com/mrss/\";a:2:{s:7:\"content\";a:1:{i:0;a:6:{s:4:\"data\";s:7:\"\n                      \n              \";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:3:\"url\";s:153:\"http://1.gravatar.com/avatar/ad35284a9f9471314e3eef5f97dac331?s=96&d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&r=G\";s:6:\"medium\";s:5:\"image\
 ";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:29:\"http://search.yahoo.com/mrss/\";a:1:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"anonvideoupload\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"html\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}s:5:\"group\";a:1:{i:0;a:6:{s:4:\"data\";s:39:\"\n                 \n\n                    \n\n                    \n\n                    \n\n                    \n                      \n                      \n                      \n              \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:29:\"http://search.yahoo.com/mrss/\";a:5:{s:7:\"content\";a:4:{i:0;a:5:{s:4:\"da
 ta\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:9:{s:3:\"url\";s:61:\"http://videos.videopress.com/ZUOwC2FW/video-31acd78618_hd.mp4\";s:8:\"fileSize\";s:10:\"1156812800\";s:4:\"type\";s:9:\"video/mp4\";s:6:\"medium\";s:5:\"video\";s:7:\"bitrate\";s:4:\"3160\";s:9:\"isDefault\";s:4:\"true\";s:8:\"duration\";s:4:\"2860\";s:5:\"width\";s:4:\"1280\";s:6:\"height\";s:3:\"720\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:9:{s:3:\"url\";s:62:\"http://videos.videopress.com/ZUOwC2FW/video-31acd78618_dvd.mp4\";s:8:\"fileSize\";s:9:\"559370240\";s:4:\&qu
 ot;type\";s:9:\"video/mp4\";s:6:\"medium\";s:5:\"video\";s:7:\"bitrate\";s:4:\"1528\";s:9:\"isDefault\";s:5:\"false\";s:8:\"duration\";s:4:\"2860\";s:5:\"width\";s:3:\"640\";s:6:\"height\";s:3:\"360\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:9:{s:3:\"url\";s:62:\"http://videos.videopress.com/ZUOwC2FW/video-31acd78618_std.mp4\";s:8:\"fileSize\";s:9:\"291399680\";s:4:\"type\";s:9:\"video/mp4\";s:6:\"medium\";s:5:\"video\";s:7:\"bitrate\";s:3:\"796\";s:9:\"isDefault\";s:5:\"false\";s:8:\"duration\";s:4:\"2860\";s:5:\&quot
 ;width\";s:3:\"400\";s:6:\"height\";s:3:\"224\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:9:{s:3:\"url\";s:63:\"http://videos.videopress.com/ZUOwC2FW/video-31acd78618_fmt1.ogv\";s:8:\"fileSize\";s:9:\"291399680\";s:4:\"type\";s:9:\"video/ogg\";s:6:\"medium\";s:5:\"video\";s:7:\"bitrate\";s:3:\"796\";s:9:\"isDefault\";s:5:\"false\";s:8:\"duration\";s:4:\"2860\";s:5:\"width\";s:3:\"400\";s:6:\"height\";s:3:\"224\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:6:\"rating\";a:1:{i:
 0;a:5:{s:4:\"data\";s:1:\"g\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:6:\"scheme\";s:8:\"urn:mpaa\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"Luca Sartoni: Growth Methodologies In a Distributed Environment\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:5:\"plain\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"thumbnail\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:77:\"http://videos.videopress.com/ZUOwC2FW/video-31acd78618_scruberthumbnail_1.jpg\";s:5:\"width\";s:3:\"256\";s:6:\"heigh
 t\";s:3:\"144\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:6:\"player\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:78:\"http://s0.videopress.com/player.swf?v=1.04&guid=ZUOwC2FW&isDynamicSeeking=true\";s:5:\"width\";s:3:\"400\";s:6:\"height\";s:3:\"225\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}i:30;a:6:{s:4:\"data\";s:60:\"\n           \n              \n              \n              \n              \n                              \n              \n              \n              \n\n            \n              \n                              \n                      \n              \n      \n\n            \n\n            \n      \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:6:{
 s:0:\"\";a:8:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"Maxime Bernard-Jacquet: Comment l’API Rest WP va changer notre avenir\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:99:\"http://wordpress.tv/2016/05/16/maxime-bernard-jacquet-comment-lapi-rest-wp-va-changer-notre-avenir/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:107:\"http://wordpress.tv/2016/05/16/maxime-bernard-jacquet-comment-lapi-rest-wp-va-changer-notre-avenir/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b
 :0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 17 May 2016 00:22:26 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:4:{i:0;a:5:{s:4:\"data\";s:4:\"2016\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:5:\"Paris\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:10:\"WordCampTV\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\&quo
 t;xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:11:\"WP REST API\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"http://wordpress.tv?p=58639&preview_id=58639\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:965:\"L’API Rest arrive dans le core WordPress et va nous ouvrir les portes de nouveaux usages, qui vont très surement révolutionner notre utilisation de WordPress à terme. Qu’est-ce qu’une API avant tout ? Quel est le principe de fonctionnement de base de l’API Rest 
 de WordPress ? Quels usages vont apparaitre avec elle ? Des thèmes plus dynamiques, des nouvelles interfaces backend (en faisant la correspondance à ce que Calypso a déjà accompli), l’interconnexion avec d’autres systèmes (par exemple les apps mobiles natives), et les possibles produits qui vont en découler (par exemple WP en tant que backend CMS pour l’édition de contenus d’apps mobile…)<p><a href=\"http://slides.com/maximebj/comment-api-rest-va-changer-notre-avenir#/\">Presentation Slides &#187;</a></p><img alt=\"\" border=\"0\" src=\"http://pixel.wp.com/b.gif?host=wordpress.tv&#038;blog=5089392&#038;post=58639&#038;subd=wptv&#038;ref=&#038;feed=1\" width=\"1\" height=\"1\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:
 \"enclosure\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:61:\"http://videos.videopress.com/RgBRRFn0/video-5a94cca1fd_hd.mp4\";s:6:\"length\";s:10:\"1296358400\";s:4:\"type\";s:9:\"video/mp4\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"WordPress.tv\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:1166:\"<div id=\"v-RgBRRFn0-1\" class=\"vi
 deo-player\" style=\"width:400px;height:224px\">\n<embed id=\"v-RgBRRFn0-1-video\" src=\"http://s0.videopress.com/player.swf?v=1.04&amp;guid=RgBRRFn0&amp;isDynamicSeeking=true&amp;hd=true\" type=\"application/x-shockwave-flash\" width=\"400\" height=\"224\" title=\"Maxime Bernard-Jacquet: Comment l’API Rest WP va changer notre avenir\" wmode=\"direct\" seamlesstabbing=\"true\" allowfullscreen=\"true\" allowscriptaccess=\"always\" overstretch=\"true\"></embed></div><br />  <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/58639/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/58639/\" /></a> <img alt=\"\" border=\"0\" src=\"http://pixel.wp.com/
 b.gif?host=wordpress.tv&#038;blog=5089392&#038;post=58639&#038;subd=wptv&#038;ref=&#038;feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2016/05/16/maxime-bernard-jacquet-comment-lapi-rest-wp-va-changer-notre-avenir/\"><img alt=\"Maxime Bernard-Jacquet: Comment l’API Rest WP va changer notre avenir\" src=\"http://videos.videopress.com/RgBRRFn0/video-5a94cca1fd_scruberthumbnail_0.jpg\" width=\"160\" height=\"120\" /></a></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:104:\"http://wordpress.tv/2016/05/16/maxime-bernard-jacquet-comment-lapi-rest-wp-va-changer-notre-avenir/
 feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:29:\"http://search.yahoo.com/mrss/\";a:2:{s:7:\"content\";a:1:{i:0;a:6:{s:4:\"data\";s:7:\"\n                     \n              \";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:3:\"url\";s:153:\"http://1.gravatar.com/avatar/ad35284a9f9471314e3eef5f97dac331?s=96&d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&r=G\";s:6:\"medium\";s:5:\"image\";}}s:8:\"xml_base\";s:0:\"\";
 s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:29:\"http://search.yahoo.com/mrss/\";a:1:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"anonvideoupload\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"html\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}s:5:\"group\";a:1:{i:0;a:6:{s:4:\"data\";s:39:\"\n                        \n\n                    \n\n                    \n\n                    \n\n                    \n                      \n                      \n                      \n              \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:29:\"http://search.yahoo.com/mrss/\";a:5:{s:7:\"content\";a:4:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";
 a:1:{s:0:\"\";a:9:{s:3:\"url\";s:61:\"http://videos.videopress.com/RgBRRFn0/video-5a94cca1fd_hd.mp4\";s:8:\"fileSize\";s:10:\"1296358400\";s:4:\"type\";s:9:\"video/mp4\";s:6:\"medium\";s:5:\"video\";s:7:\"bitrate\";s:4:\"3160\";s:9:\"isDefault\";s:4:\"true\";s:8:\"duration\";s:4:\"3205\";s:5:\"width\";s:4:\"1280\";s:6:\"height\";s:3:\"720\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:9:{s:3:\"url\";s:62:\"http://videos.videopress.com/RgBRRFn0/video-5a94cca1fd_dvd.mp4\";s:8:\"fileSize\";s:9:\"626846720\";s:4:\"type\";s:9:\"video/mp4\";s:6:\"m
 edium\";s:5:\"video\";s:7:\"bitrate\";s:4:\"1528\";s:9:\"isDefault\";s:5:\"false\";s:8:\"duration\";s:4:\"3205\";s:5:\"width\";s:3:\"640\";s:6:\"height\";s:3:\"360\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:9:{s:3:\"url\";s:62:\"http://videos.videopress.com/RgBRRFn0/video-5a94cca1fd_std.mp4\";s:8:\"fileSize\";s:9:\"326551040\";s:4:\"type\";s:9:\"video/mp4\";s:6:\"medium\";s:5:\"video\";s:7:\"bitrate\";s:3:\"796\";s:9:\"isDefault\";s:5:\"false\";s:8:\"duration\";s:4:\"3205\";s:5:\"width\";s:3:\"400\";s:6:\"height\&
 quot;;s:3:\"224\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:9:{s:3:\"url\";s:63:\"http://videos.videopress.com/RgBRRFn0/video-5a94cca1fd_fmt1.ogv\";s:8:\"fileSize\";s:9:\"326551040\";s:4:\"type\";s:9:\"video/ogg\";s:6:\"medium\";s:5:\"video\";s:7:\"bitrate\";s:3:\"796\";s:9:\"isDefault\";s:5:\"false\";s:8:\"duration\";s:4:\"3205\";s:5:\"width\";s:3:\"400\";s:6:\"height\";s:3:\"224\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:6:\"rating\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"g\";s:7:\
 "attribs\";a:1:{s:0:\"\";a:1:{s:6:\"scheme\";s:8:\"urn:mpaa\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"Maxime Bernard-Jacquet: Comment l’API Rest WP va changer notre avenir\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:5:\"plain\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"thumbnail\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:77:\"http://videos.videopress.com/RgBRRFn0/video-5a94cca1fd_scruberthumbnail_0.jpg\";s:5:\"width\";s:3:\"256\";s:6:\"height\";s:3:\"144\";}}s:8:\"xml
 _base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:6:\"player\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:78:\"http://s0.videopress.com/player.swf?v=1.04&guid=RgBRRFn0&isDynamicSeeking=true\";s:5:\"width\";s:3:\"400\";s:6:\"height\";s:3:\"225\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}i:31;a:6:{s:4:\"data\";s:60:\"\n          \n              \n              \n              \n              \n                              \n              \n              \n              \n\n            \n              \n                              \n                      \n              \n      \n\n            \n\n            \n      \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:6:{s:0:\"\";a:8:{s:5:\"title\"
 ;a:1:{i:0;a:5:{s:4:\"data\";s:72:\"Laurent Vergnaud: HTTP/2, quelles implications pour mon site WordPress ?\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:99:\"http://wordpress.tv/2016/05/16/laurent-vergnaud-http2-quelles-implications-pour-mon-site-wordpress/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:107:\"http://wordpress.tv/2016/05/16/laurent-vergnaud-http2-quelles-implications-pour-mon-site-wordpress/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\&quo
 t;;}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 16 May 2016 23:18:06 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:4:{i:0;a:5:{s:4:\"data\";s:4:\"2016\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:5:\"Paris\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:10:\"WordCampTV\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:
 {s:4:\"data\";s:6:\"HTTP/2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"http://wordpress.tv?p=58634&preview_id=58634\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:871:\"HTTP/2 est le nouveau protocole réseau du web.  Si tous les navigateurs modernes sont déjà compatibles, il est pourtant encore peu répandu et peu connu bien que ses impacts soient énormes.\r\n\r\nQu’est-ce exactement que HTTP/2 ?\r\nRetour sur l’histoire du protocole HTTP, les origines de HTTP/2 avec Google SPDY et
  explication des évolutions HTTP/2.\r\n\r\nEst-ce vraiment performant ?\r\nBenchmarks de différents configurations de sites, avec et sans HTTP/2\r\n\r\nQuelles conséquences sur mon mode de fonctionnement actuel ?\r\nComment  : hébergeur, CDN, extensions de cache, etc.<p><a href=\"http://fr.slideshare.net/loportun/http2-quels-impacts-pour-mon-site-wordpress\">Presentation Slides &#187;</a></p><img alt=\"\" border=\"0\" src=\"http://pixel.wp.com/b.gif?host=wordpress.tv&#038;blog=5089392&#038;post=58634&#038;subd=wptv&#038;ref=&#038;feed=1\" width=\"1\" height=\"1\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"enclosure\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\&quot
 ;;a:3:{s:3:\"url\";s:61:\"http://videos.videopress.com/lHQ15k9F/video-d124cf5bd8_hd.mp4\";s:6:\"length\";s:9:\"598630400\";s:4:\"type\";s:9:\"video/mp4\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"WordPress.tv\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:1168:\"<div id=\"v-lHQ15k9F-1\" class=\"video-player\" style=\"width:400px;height:224px\">\n<embed id=\"v-lHQ15k9F-1-video\" src=\"http:
 //s0.videopress.com/player.swf?v=1.04&amp;guid=lHQ15k9F&amp;isDynamicSeeking=true&amp;hd=true\" type=\"application/x-shockwave-flash\" width=\"400\" height=\"224\" title=\"Laurent Vergnaud: HTTP/2, quelles implications pour mon site WordPress ?\" wmode=\"direct\" seamlesstabbing=\"true\" allowfullscreen=\"true\" allowscriptaccess=\"always\" overstretch=\"true\"></embed></div><br />  <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/58634/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/58634/\" /></a> <img alt=\"\" border=\"0\" src=\"http://pixel.wp.com/b.gif?host=wordpress.tv&#038;blog=5089392&#038;post=58634&#038;subd=wptv&#038;ref=&#038;feed=1\" width=\
 "1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2016/05/16/laurent-vergnaud-http2-quelles-implications-pour-mon-site-wordpress/\"><img alt=\"Laurent Vergnaud: HTTP/2, quelles implications pour mon site WordPress ?\" src=\"http://videos.videopress.com/lHQ15k9F/video-d124cf5bd8_scruberthumbnail_0.jpg\" width=\"160\" height=\"120\" /></a></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:104:\"http://wordpress.tv/2016/05/16/laurent-vergnaud-http2-quelles-implications-pour-mon-site-wordpress/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";
 b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:29:\"http://search.yahoo.com/mrss/\";a:2:{s:7:\"content\";a:1:{i:0;a:6:{s:4:\"data\";s:7:\"\n                     \n              \";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:3:\"url\";s:153:\"http://1.gravatar.com/avatar/ad35284a9f9471314e3eef5f97dac331?s=96&d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&r=G\";s:6:\"medium\";s:5:\"image\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:29:\"
 http://search.yahoo.com/mrss/\";a:1:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"anonvideoupload\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"html\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}s:5:\"group\";a:1:{i:0;a:6:{s:4:\"data\";s:39:\"\n                        \n\n                    \n\n                    \n\n                    \n\n                    \n                      \n                      \n                      \n              \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:29:\"http://search.yahoo.com/mrss/\";a:5:{s:7:\"content\";a:4:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:9:{s:3:\"url\";s:61:\"http://videos.videopress.com/lHQ15k9F/video-d124cf5bd8_hd.mp4\&qu
 ot;;s:8:\"fileSize\";s:9:\"598630400\";s:4:\"type\";s:9:\"video/mp4\";s:6:\"medium\";s:5:\"video\";s:7:\"bitrate\";s:4:\"3160\";s:9:\"isDefault\";s:4:\"true\";s:8:\"duration\";s:4:\"1480\";s:5:\"width\";s:4:\"1280\";s:6:\"height\";s:3:\"720\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:9:{s:3:\"url\";s:62:\"http://videos.videopress.com/lHQ15k9F/video-d124cf5bd8_dvd.mp4\";s:8:\"fileSize\";s:9:\"289464320\";s:4:\"type\";s:9:\"video/mp4\";s:6:\"medium\";s:5:\"video\";s:7:\"bitrate\";s:4:\"1528\";s:9:\"isDefault\";s:5:\"false
 \";s:8:\"duration\";s:4:\"1480\";s:5:\"width\";s:3:\"640\";s:6:\"height\";s:3:\"360\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:9:{s:3:\"url\";s:62:\"http://videos.videopress.com/lHQ15k9F/video-d124cf5bd8_std.mp4\";s:8:\"fileSize\";s:9:\"150794240\";s:4:\"type\";s:9:\"video/mp4\";s:6:\"medium\";s:5:\"video\";s:7:\"bitrate\";s:3:\"796\";s:9:\"isDefault\";s:5:\"false\";s:8:\"duration\";s:4:\"1480\";s:5:\"width\";s:3:\"400\";s:6:\"height\";s:3:\"224\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xm
 l_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:9:{s:3:\"url\";s:63:\"http://videos.videopress.com/lHQ15k9F/video-d124cf5bd8_fmt1.ogv\";s:8:\"fileSize\";s:9:\"150794240\";s:4:\"type\";s:9:\"video/ogg\";s:6:\"medium\";s:5:\"video\";s:7:\"bitrate\";s:3:\"796\";s:9:\"isDefault\";s:5:\"false\";s:8:\"duration\";s:4:\"1480\";s:5:\"width\";s:3:\"400\";s:6:\"height\";s:3:\"224\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:6:\"rating\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"g\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:6:\"scheme\";s:8:\"urn:mpaa\";}}s:8:\"xml_base\"
 ;s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"Laurent Vergnaud: HTTP/2, quelles implications pour mon site WordPress ?\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:5:\"plain\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"thumbnail\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:77:\"http://videos.videopress.com/lHQ15k9F/video-d124cf5bd8_scruberthumbnail_0.jpg\";s:5:\"width\";s:3:\"256\";s:6:\"height\";s:3:\"144\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:6:\&qu
 ot;player\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:78:\"http://s0.videopress.com/player.swf?v=1.04&guid=lHQ15k9F&isDynamicSeeking=true\";s:5:\"width\";s:3:\"400\";s:6:\"height\";s:3:\"225\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}i:32;a:6:{s:4:\"data\";s:63:\"\n           \n              \n              \n              \n              \n                              \n              \n              \n              \n              \n\n            \n              \n                              \n                      \n              \n      \n\n            \n\n            \n      \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:6:{s:0:\"\";a:8:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"Willy Bahuaud: Pourquoi et comment lire le code de WordPress ?\";s:7:\
 "attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:91:\"http://wordpress.tv/2016/05/16/willy-bahuaud-pourquoi-et-comment-lire-le-code-de-wordpress/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:99:\"http://wordpress.tv/2016/05/16/willy-bahuaud-pourquoi-et-comment-lire-le-code-de-wordpress/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 16 May 2016 21:12:18 +0000\";s:7:\"attribs\";a:0:{}s
 :8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:5:{i:0;a:5:{s:4:\"data\";s:4:\"2016\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:5:\"Paris\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:10:\"WordCampTV\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:9:\"Developer\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_e
 xplicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:11:\"source code\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"http://wordpress.tv?p=58626&preview_id=58626\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1173:\"J’ai vraiment eu le sentiment de progresser dans ma pratique dès le moment où je me suis mis à lire le code source de WordPress.\r\nAvant, je me référais uniquement au codex – et autres sites tels wpseek – pour comprendre des fonctio
 ns ou des filtres, mais ces ressources sont loin d’être complètes… pire : elles ne permettent de trouver des informations que sur ce que l’on cherche.\r\n\r\nAucun risque donc de découvrir des fonctions/hooks au hasard… alors que ceux-ci pourraient nous être très utiles dans nos développements.\r\n\r\nQue l’on soit développeur ou pas, la lecture du code source de WP ou de ses plugins permet d’évoluer dans notre compréhension du CMS.\r\n\r\nBien sûr nous n’allons pas tout lire, mais je vous expliquerai comment trouver les fichiers qui vous intéressent, et je vous suggérerai quelques fichiers qui sont de bonnes entrées en matière…<p><a href=\"https://speakerdeck.com/willybahuaud/lire-le-code-de-wordpress\">Presentation Slides &#187;</a></p><img alt=\"\" border=\"0\" src=\"http://pixel.wp.com/b.gif?host=wordpress.tv&#038;blog=5089392&#038;post=58626&#038;subd=wptv&#038;ref=&a
 mp;#038;feed=1\" width=\"1\" height=\"1\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"enclosure\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:61:\"http://videos.videopress.com/f85PGlFi/video-d9f2918004_hd.mp4\";s:6:\"length\";s:9:\"686807040\";s:4:\"type\";s:9:\"video/mp4\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"WordPress.tv\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\"
 ;b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:1140:\"<div id=\"v-f85PGlFi-1\" class=\"video-player\" style=\"width:400px;height:224px\">\n<embed id=\"v-f85PGlFi-1-video\" src=\"http://s0.videopress.com/player.swf?v=1.04&amp;guid=f85PGlFi&amp;isDynamicSeeking=true&amp;hd=true\" type=\"application/x-shockwave-flash\" width=\"400\" height=\"224\" title=\"Willy Bahuaud: Pourquoi et comment lire le code de WordPress ?\" wmode=\"direct\" seamlesstabbing=\"true\" allowfullscreen=\"true\" allowscriptaccess=\"always\" overstretch=\"true\"></embed></div><br />  <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/58626/\&
 quot;><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/58626/\" /></a> <img alt=\"\" border=\"0\" src=\"http://pixel.wp.com/b.gif?host=wordpress.tv&#038;blog=5089392&#038;post=58626&#038;subd=wptv&#038;ref=&#038;feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2016/05/16/willy-bahuaud-pourquoi-et-comment-lire-le-code-de-wordpress/\"><img alt=\"Willy Bahuaud: Pourquoi et comment lire le code de WordPress ?\" src=\"http://videos.videopress.com/f85PGlFi/video-d9f2918004_scruberthumbnail_0.jpg\" width=\"160\" height=\"120\" /></a></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http:
 //wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:96:\"http://wordpress.tv/2016/05/16/willy-bahuaud-pourquoi-et-comment-lire-le-code-de-wordpress/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:29:\"http://search.yahoo.com/mrss/\";a:2:{s:7:\"content\";a:1:{i:0;a:6:{s:4:\"data\";s:7:\"\n                       \n              \";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:3:\"url\";s:153:\"http://1.gravatar.com/avatar/ad35284a9f9471314e3eef5
 f97dac331?s=96&d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&r=G\";s:6:\"medium\";s:5:\"image\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:29:\"http://search.yahoo.com/mrss/\";a:1:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"anonvideoupload\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"html\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}s:5:\"group\";a:1:{i:0;a:6:{s:4:\"data\";s:39:\"\n                  \n\n                    \n\n                    \n\n                    \n\n                    \n                      \n                      \n                      \n              \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\&qu
 ot;;s:0:\"\";s:5:\"child\";a:1:{s:29:\"http://search.yahoo.com/mrss/\";a:5:{s:7:\"content\";a:4:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:9:{s:3:\"url\";s:61:\"http://videos.videopress.com/f85PGlFi/video-d9f2918004_hd.mp4\";s:8:\"fileSize\";s:9:\"686807040\";s:4:\"type\";s:9:\"video/mp4\";s:6:\"medium\";s:5:\"video\";s:7:\"bitrate\";s:4:\"3160\";s:9:\"isDefault\";s:4:\"true\";s:8:\"duration\";s:4:\"1698\";s:5:\"width\";s:4:\"1280\";s:6:\"height\";s:3:\"720\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:9:{s:3:\&quot
 ;url\";s:62:\"http://videos.videopress.com/f85PGlFi/video-d9f2918004_dvd.mp4\";s:8:\"fileSize\";s:9:\"332101632\";s:4:\"type\";s:9:\"video/mp4\";s:6:\"medium\";s:5:\"video\";s:7:\"bitrate\";s:4:\"1528\";s:9:\"isDefault\";s:5:\"false\";s:8:\"duration\";s:4:\"1698\";s:5:\"width\";s:3:\"640\";s:6:\"height\";s:3:\"360\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:9:{s:3:\"url\";s:62:\"http://videos.videopress.com/f85PGlFi/video-d9f2918004_std.mp4\";s:8:\"fileSize\";s:9:\"173005824\";s:4:\"type\";s:9:\"video/mp4\";s:6:\"medium\";s:5:\"video\";s:7
 :\"bitrate\";s:3:\"796\";s:9:\"isDefault\";s:5:\"false\";s:8:\"duration\";s:4:\"1698\";s:5:\"width\";s:3:\"400\";s:6:\"height\";s:3:\"224\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:9:{s:3:\"url\";s:63:\"http://videos.videopress.com/f85PGlFi/video-d9f2918004_fmt1.ogv\";s:8:\"fileSize\";s:9:\"173005824\";s:4:\"type\";s:9:\"video/ogg\";s:6:\"medium\";s:5:\"video\";s:7:\"bitrate\";s:3:\"796\";s:9:\"isDefault\";s:5:\"false\";s:8:\"duration\";s:4:\"1698\";s:5:\"width\";s:3:\"400\";s:6:\"height\";s:3:\"224\";}}s:8:\&quot
 ;xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:6:\"rating\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"g\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:6:\"scheme\";s:8:\"urn:mpaa\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"Willy Bahuaud: Pourquoi et comment lire le code de WordPress ?\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:5:\"plain\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"thumbnail\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:7
 7:\"http://videos.videopress.com/f85PGlFi/video-d9f2918004_scruberthumbnail_0.jpg\";s:5:\"width\";s:3:\"256\";s:6:\"height\";s:3:\"144\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:6:\"player\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:78:\"http://s0.videopress.com/player.swf?v=1.04&guid=f85PGlFi&isDynamicSeeking=true\";s:5:\"width\";s:3:\"400\";s:6:\"height\";s:3:\"225\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}i:33;a:6:{s:4:\"data\";s:63:\"\n               \n              \n              \n              \n              \n                              \n              \n              \n              \n              \n\n            \n              \n                              \n                      \n              \n      \n\n            \n\n            \n      \";s:7:\"attribs\";a:0:{}s:
 8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:6:{s:0:\"\";a:8:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"Sonja Leix: Working Remotely as a WordPress Freelancer\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:85:\"http://wordpress.tv/2016/05/16/sonja-leix-working-remotely-as-a-wordpress-freelancer/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:93:\"http://wordpress.tv/2016/05/16/sonja-leix-working-remotely-as-a-wordpress-freelancer/#respond\";s:
 7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 16 May 2016 20:30:01 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:5:{i:0;a:5:{s:4:\"data\";s:4:\"2015\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:11:\"Switzerland\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:10:\"WordCampTV\";s:7:\&q
 uot;attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:10:\"Freelancer\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:16:\"working remotely\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"http://wordpress.tv?p=58623&preview_id=58623\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}
 s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:581:\"A location independent life has combined my passion for travel and inspired my work. I’d like to share my lessons learned as a Digital Nomad, working remotely as a freelancer for clients. How I stay motivated, find community, and how you can live a location-independent lifestyle as well.<p><a href=\"https://speakerdeck.com/sonjaleix/working-remotely-as-a-wordpress-freelancer\">Presentation Slides &#187;</a></p><img alt=\"\" border=\"0\" src=\"http://pixel.wp.com/b.gif?host=wordpress.tv&#038;blog=5089392&#038;post=58623&#038;subd=wptv&#038;ref=&#038;feed=1\" width=\"1\" height=\"1\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"enclosure\";a:1:{i
 :0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:61:\"http://videos.videopress.com/iv3KTJyA/video-ee2ae1f4e2_hd.mp4\";s:6:\"length\";s:9:\"235811840\";s:4:\"type\";s:9:\"video/mp4\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"WordPress.tv\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:1118:\"<div id=\"v-iv3KTJyA-1\" class=\"video-player\" style=\"w
 idth:400px;height:224px\">\n<embed id=\"v-iv3KTJyA-1-video\" src=\"http://s0.videopress.com/player.swf?v=1.04&amp;guid=iv3KTJyA&amp;isDynamicSeeking=true&amp;hd=true\" type=\"application/x-shockwave-flash\" width=\"400\" height=\"224\" title=\"Sonja Leix: Working Remotely as a WordPress Freelancer\" wmode=\"direct\" seamlesstabbing=\"true\" allowfullscreen=\"true\" allowscriptaccess=\"always\" overstretch=\"true\"></embed></div><br />  <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/58623/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/58623/\" /></a> <img alt=\"\" border=\"0\" src=\"http://pixel.wp.com/b.gif?host=wordpress.tv&#038;blog=5089392&amp
 ;#038;post=58623&#038;subd=wptv&#038;ref=&#038;feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2016/05/16/sonja-leix-working-remotely-as-a-wordpress-freelancer/\"><img alt=\"Sonja Leix: Working Remotely as a WordPress Freelancer\" src=\"http://videos.videopress.com/iv3KTJyA/video-ee2ae1f4e2_scruberthumbnail_0.jpg\" width=\"160\" height=\"120\" /></a></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:90:\"http://wordpress.tv/2016/05/16/sonja-leix-working-remotely-as-a-wordpress-freelancer/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17
 :\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:29:\"http://search.yahoo.com/mrss/\";a:2:{s:7:\"content\";a:1:{i:0;a:6:{s:4:\"data\";s:7:\"\n                    \n              \";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:3:\"url\";s:153:\"http://1.gravatar.com/avatar/ad35284a9f9471314e3eef5f97dac331?s=96&d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&r=G\";s:6:\"medium\";s:5:\"image\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\&qu
 ot;child\";a:1:{s:29:\"http://search.yahoo.com/mrss/\";a:1:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"anonvideoupload\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"html\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}s:5:\"group\";a:1:{i:0;a:6:{s:4:\"data\";s:39:\"\n                       \n\n                    \n\n                    \n\n                    \n\n                    \n                      \n                      \n                      \n              \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:29:\"http://search.yahoo.com/mrss/\";a:5:{s:7:\"content\";a:4:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:9:{s:3:\"url\";s:61:\"http://videos.videopress.com/iv3
 KTJyA/video-ee2ae1f4e2_hd.mp4\";s:8:\"fileSize\";s:9:\"235811840\";s:4:\"type\";s:9:\"video/mp4\";s:6:\"medium\";s:5:\"video\";s:7:\"bitrate\";s:4:\"3160\";s:9:\"isDefault\";s:4:\"true\";s:8:\"duration\";s:3:\"583\";s:5:\"width\";s:4:\"1280\";s:6:\"height\";s:3:\"720\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:9:{s:3:\"url\";s:62:\"http://videos.videopress.com/iv3KTJyA/video-ee2ae1f4e2_dvd.mp4\";s:8:\"fileSize\";s:9:\"114025472\";s:4:\"type\";s:9:\"video/mp4\";s:6:\"medium\";s:5:\"video\";s:7:\"bitrate\";s:4:\"1528\";s:9:\"i
 sDefault\";s:5:\"false\";s:8:\"duration\";s:3:\"583\";s:5:\"width\";s:3:\"640\";s:6:\"height\";s:3:\"360\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:9:{s:3:\"url\";s:62:\"http://videos.videopress.com/iv3KTJyA/video-ee2ae1f4e2_std.mp4\";s:8:\"fileSize\";s:8:\"59400704\";s:4:\"type\";s:9:\"video/mp4\";s:6:\"medium\";s:5:\"video\";s:7:\"bitrate\";s:3:\"796\";s:9:\"isDefault\";s:5:\"false\";s:8:\"duration\";s:3:\"583\";s:5:\"width\";s:3:\"400\";s:6:\"height\";s:3:\"224\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_expl
 icit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:9:{s:3:\"url\";s:63:\"http://videos.videopress.com/iv3KTJyA/video-ee2ae1f4e2_fmt1.ogv\";s:8:\"fileSize\";s:8:\"59400704\";s:4:\"type\";s:9:\"video/ogg\";s:6:\"medium\";s:5:\"video\";s:7:\"bitrate\";s:3:\"796\";s:9:\"isDefault\";s:5:\"false\";s:8:\"duration\";s:3:\"583\";s:5:\"width\";s:3:\"400\";s:6:\"height\";s:3:\"224\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:6:\"rating\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"g\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:6:\"scheme\";s:8:\"urn:mpaa\";}
 }s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"Sonja Leix: Working Remotely as a WordPress Freelancer\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:5:\"plain\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"thumbnail\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:77:\"http://videos.videopress.com/iv3KTJyA/video-ee2ae1f4e2_scruberthumbnail_0.jpg\";s:5:\"width\";s:3:\"256\";s:6:\"height\";s:3:\"144\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}
 }s:6:\"player\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:78:\"http://s0.videopress.com/player.swf?v=1.04&guid=iv3KTJyA&isDynamicSeeking=true\";s:5:\"width\";s:3:\"400\";s:6:\"height\";s:3:\"225\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}i:34;a:6:{s:4:\"data\";s:60:\"\n          \n              \n              \n              \n              \n                              \n              \n              \n              \n\n            \n              \n                              \n                      \n              \n      \n\n            \n\n            \n      \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:6:{s:0:\"\";a:8:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"Petya Raykovska: Does WordPress Speak Your Language?\";s:7:\&quot
 ;attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:84:\"http://wordpress.tv/2016/05/14/petya-raykovska-does-wordpress-speak-your-language-2/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:92:\"http://wordpress.tv/2016/05/14/petya-raykovska-does-wordpress-speak-your-language-2/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 14 May 2016 20:19:59 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\
 ";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:4:{i:0;a:5:{s:4:\"data\";s:4:\"2015\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:11:\"Switzerland\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:10:\"WordCampTV\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:9:\"Polyglots\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\&quo
 t;;b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"http://wordpress.tv?p=58595&preview_id=58595\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:807:\"WordPress speaks more than 100 languages. Many people don’t realise that that’s one of the main reasons of the software growing globally to power more than 24% of the web. This talk will shed a bit of light on who translates WordPress and how you, as a plugin or theme author, can grow your products following the example of the core software. You get to meet the largest WordPress contributor team – the Polyglots – 4000+ people who donate their time and effort to get WordPres
 s to as many people and place as possible.<p><a href=\"https://speakerdeck.com/petya/does-wordpress-speak-your-language\">Presentation Slides &#187;</a></p><img alt=\"\" border=\"0\" src=\"http://pixel.wp.com/b.gif?host=wordpress.tv&#038;blog=5089392&#038;post=58595&#038;subd=wptv&#038;ref=&#038;feed=1\" width=\"1\" height=\"1\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"enclosure\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:61:\"http://videos.videopress.com/hKIa9xHE/video-8521b7c454_hd.mp4\";s:6:\"length\";s:9:\"671436800\";s:4:\"type\";s:9:\"video/mp4\";}}s:8:\"xml_base\";
 s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"WordPress.tv\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:1107:\"<div id=\"v-hKIa9xHE-1\" class=\"video-player\" style=\"width:400px;height:224px\">\n<embed id=\"v-hKIa9xHE-1-video\" src=\"http://s0.videopress.com/player.swf?v=1.04&amp;guid=hKIa9xHE&amp;isDynamicSeeking=true&amp;hd=true\" type=\"application/x-shockwave-flash\" width=\"400\" height=\"224\" title=\"Petya Raykovska: Do
 es WordPress Speak Your Language?\" wmode=\"direct\" seamlesstabbing=\"true\" allowfullscreen=\"true\" allowscriptaccess=\"always\" overstretch=\"true\"></embed></div><br />  <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/58595/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/58595/\" /></a> <img alt=\"\" border=\"0\" src=\"http://pixel.wp.com/b.gif?host=wordpress.tv&#038;blog=5089392&#038;post=58595&#038;subd=wptv&#038;ref=&#038;feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2016/05/14/petya-raykovska-does-wordpress-speak-your-language-2/\"><img alt=\"Petya Raykovska: Does WordPress Speak Your Language?\" src=\"http:/
 /videos.videopress.com/hKIa9xHE/video-8521b7c454_std.original.jpg\" width=\"160\" height=\"120\" /></a></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:89:\"http://wordpress.tv/2016/05/14/petya-raykovska-does-wordpress-speak-your-language-2/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s
 :8:\"xml_lang\";s:0:\"\";}}}s:29:\"http://search.yahoo.com/mrss/\";a:2:{s:7:\"content\";a:1:{i:0;a:6:{s:4:\"data\";s:7:\"\n                     \n              \";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:3:\"url\";s:153:\"http://1.gravatar.com/avatar/ad35284a9f9471314e3eef5f97dac331?s=96&d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&r=G\";s:6:\"medium\";s:5:\"image\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:29:\"http://search.yahoo.com/mrss/\";a:1:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"anonvideoupload\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"html\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\&qu
 ot;;b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}s:5:\"group\";a:1:{i:0;a:6:{s:4:\"data\";s:39:\"\n                        \n\n                    \n\n                    \n\n                    \n\n                    \n                      \n                      \n                      \n              \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:29:\"http://search.yahoo.com/mrss/\";a:5:{s:7:\"content\";a:4:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:9:{s:3:\"url\";s:61:\"http://videos.videopress.com/hKIa9xHE/video-8521b7c454_hd.mp4\";s:8:\"fileSize\";s:9:\"671436800\";s:4:\"type\";s:9:\"video/mp4\";s:6:\"medium\";s:5:\"video\";s:7:\"bitrate\";s:4:\"3160\";s:9:\"isDefault\";s:4:\"true\";s:8:\"duration\";s:4:\"1660\";s:5:\"
 width\";s:4:\"1280\";s:6:\"height\";s:3:\"720\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:9:{s:3:\"url\";s:62:\"http://videos.videopress.com/hKIa9xHE/video-8521b7c454_dvd.mp4\";s:8:\"fileSize\";s:9:\"324669440\";s:4:\"type\";s:9:\"video/mp4\";s:6:\"medium\";s:5:\"video\";s:7:\"bitrate\";s:4:\"1528\";s:9:\"isDefault\";s:5:\"false\";s:8:\"duration\";s:4:\"1660\";s:5:\"width\";s:3:\"640\";s:6:\"height\";s:3:\"360\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s
 :0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:9:{s:3:\"url\";s:62:\"http://videos.videopress.com/hKIa9xHE/video-8521b7c454_std.mp4\";s:8:\"fileSize\";s:9:\"169134080\";s:4:\"type\";s:9:\"video/mp4\";s:6:\"medium\";s:5:\"video\";s:7:\"bitrate\";s:3:\"796\";s:9:\"isDefault\";s:5:\"false\";s:8:\"duration\";s:4:\"1660\";s:5:\"width\";s:3:\"400\";s:6:\"height\";s:3:\"224\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:9:{s:3:\"url\";s:63:\"http://videos.videopress.com/hKIa9xHE/video-8521b7c454_fmt1.ogv\";s:8:\"fileSize\";s:9:\"169134080\";s:4:\"type\&quo
 t;;s:9:\"video/ogg\";s:6:\"medium\";s:5:\"video\";s:7:\"bitrate\";s:3:\"796\";s:9:\"isDefault\";s:5:\"false\";s:8:\"duration\";s:4:\"1660\";s:5:\"width\";s:3:\"400\";s:6:\"height\";s:3:\"224\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:6:\"rating\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"g\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:6:\"scheme\";s:8:\"urn:mpaa\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"Petya Raykovska: Does WordPress Speak Your Language?\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";
 s:5:\"plain\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"thumbnail\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:71:\"http://videos.videopress.com/hKIa9xHE/video-8521b7c454_std.original.jpg\";s:5:\"width\";s:3:\"256\";s:6:\"height\";s:3:\"144\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:6:\"player\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:78:\"http://s0.videopress.com/player.swf?v=1.04&guid=hKIa9xHE&isDynamicSeeking=true\";s:5:\"width\";s:3:\"400\";s:6:\"height\";s:3:\"225\&quo
 t;;}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}i:35;a:6:{s:4:\"data\";s:60:\"\n             \n              \n              \n              \n              \n                              \n              \n              \n              \n\n            \n              \n                              \n                      \n              \n      \n\n            \n\n            \n      \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:6:{s:0:\"\";a:8:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"Jan Thiel: The Missing Link – Empowering WordPress with HTTPS\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:92:\"http://wordpress.tv/2016/05/14/jan-thiel-the-missing-link-empowering-wordpress-with-https-2/\";s:7:\"attr
 ibs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:100:\"http://wordpress.tv/2016/05/14/jan-thiel-the-missing-link-empowering-wordpress-with-https-2/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 14 May 2016 20:16:27 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:4:{i:0;a:5:{s:4:\"data\";s:4:\"2015\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\&
 quot;xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:11:\"Switzerland\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:10:\"WordCampTV\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:5:\"HTTPS\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"http://wordpress.tv?p=58592&preview_id=58592\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\&quo
 t;\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:669:\"Offering HTTPS is beneficial for site owners and visitors alike. Whether you need to protect your admin credentials, or just to raise the search engine ranking of your site. You can do both with HTTPS! I will show the pitfals and how to make your site HTTPS compatible while giving developers some hints on the most common mistake when creating themes or plugins that prevent HTTPS.<p><a href=\"https://speakerdeck.com/janthiel/why-and-how-to-use-wordpress-with-https\">Presentation Slides &#187;</a></p><img alt=\"\" border=\"0\" src=\"http://pixel.wp.com/b.gif?host=wordpress.tv&#038;blog=5089392&#038;post=58592&#038;subd=wptv&#038;ref=&#038;feed=1\" width=\"1\" height=\"1\" />\";s:7:\"att
 ribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"enclosure\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:61:\"http://videos.videopress.com/GMKc09eH/video-899a475d9c_hd.mp4\";s:6:\"length\";s:9:\"702986240\";s:4:\"type\";s:9:\"video/mp4\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"WordPress.tv\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modu
 les/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:1143:\"<div id=\"v-GMKc09eH-1\" class=\"video-player\" style=\"width:400px;height:224px\">\n<embed id=\"v-GMKc09eH-1-video\" src=\"http://s0.videopress.com/player.swf?v=1.04&amp;guid=GMKc09eH&amp;isDynamicSeeking=true&amp;hd=true\" type=\"application/x-shockwave-flash\" width=\"400\" height=\"224\" title=\"Jan Thiel: The Missing Link – Empowering WordPress with HTTPS\" wmode=\"direct\" seamlesstabbing=\"true\" allowfullscreen=\"true\" allowscriptaccess=\"always\" overstretch=\"true\"></embed></div><br />  <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/58592/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.
 com/1.0/comments/wptv.wordpress.com/58592/\" /></a> <img alt=\"\" border=\"0\" src=\"http://pixel.wp.com/b.gif?host=wordpress.tv&#038;blog=5089392&#038;post=58592&#038;subd=wptv&#038;ref=&#038;feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2016/05/14/jan-thiel-the-missing-link-empowering-wordpress-with-https-2/\"><img alt=\"Jan Thiel: The Missing Link – Empowering WordPress with HTTPS\" src=\"http://videos.videopress.com/GMKc09eH/video-899a475d9c_scruberthumbnail_0.jpg\" width=\"160\" height=\"120\" /></a></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4
 :\"data\";s:97:\"http://wordpress.tv/2016/05/14/jan-thiel-the-missing-link-empowering-wordpress-with-https-2/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:29:\"http://search.yahoo.com/mrss/\";a:2:{s:7:\"content\";a:1:{i:0;a:6:{s:4:\"data\";s:7:\"\n                 \n              \";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:3:\"url\";s:153:\"http://1.gravatar.com/avatar/ad35284a9f9471314e3eef5f97dac331?s=96&d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb65235
 36%3Fs%3D96&r=G\";s:6:\"medium\";s:5:\"image\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:29:\"http://search.yahoo.com/mrss/\";a:1:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"anonvideoupload\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"html\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}s:5:\"group\";a:1:{i:0;a:6:{s:4:\"data\";s:39:\"\n                    \n\n                    \n\n                    \n\n                    \n\n                    \n                      \n                      \n                      \n              \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:29:\"http://search.yahoo.com/mr
 ss/\";a:5:{s:7:\"content\";a:4:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:9:{s:3:\"url\";s:61:\"http://videos.videopress.com/GMKc09eH/video-899a475d9c_hd.mp4\";s:8:\"fileSize\";s:9:\"702986240\";s:4:\"type\";s:9:\"video/mp4\";s:6:\"medium\";s:5:\"video\";s:7:\"bitrate\";s:4:\"3160\";s:9:\"isDefault\";s:4:\"true\";s:8:\"duration\";s:4:\"1738\";s:5:\"width\";s:4:\"1280\";s:6:\"height\";s:3:\"720\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:9:{s:3:\"url\";s:62:\"http://videos.videopress.com/GMKc09eH/video-899a475d9c_dvd.mp4\&qu
 ot;;s:8:\"fileSize\";s:9:\"339924992\";s:4:\"type\";s:9:\"video/mp4\";s:6:\"medium\";s:5:\"video\";s:7:\"bitrate\";s:4:\"1528\";s:9:\"isDefault\";s:5:\"false\";s:8:\"duration\";s:4:\"1738\";s:5:\"width\";s:3:\"640\";s:6:\"height\";s:3:\"360\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:9:{s:3:\"url\";s:62:\"http://videos.videopress.com/GMKc09eH/video-899a475d9c_std.mp4\";s:8:\"fileSize\";s:9:\"177081344\";s:4:\"type\";s:9:\"video/mp4\";s:6:\"medium\";s:5:\"video\";s:7:\"bitrate\";s:3:\"796\";s:9:\"isDefault\";s:5:\"false\
 ";s:8:\"duration\";s:4:\"1738\";s:5:\"width\";s:3:\"400\";s:6:\"height\";s:3:\"224\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:9:{s:3:\"url\";s:63:\"http://videos.videopress.com/GMKc09eH/video-899a475d9c_fmt1.ogv\";s:8:\"fileSize\";s:9:\"177081344\";s:4:\"type\";s:9:\"video/ogg\";s:6:\"medium\";s:5:\"video\";s:7:\"bitrate\";s:3:\"796\";s:9:\"isDefault\";s:5:\"false\";s:8:\"duration\";s:4:\"1738\";s:5:\"width\";s:3:\"400\";s:6:\"height\";s:3:\"224\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xm
 l_lang\";s:0:\"\";}}s:6:\"rating\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"g\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:6:\"scheme\";s:8:\"urn:mpaa\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"Jan Thiel: The Missing Link – Empowering WordPress with HTTPS\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:5:\"plain\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"thumbnail\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:77:\"http://videos.videopress.com/GMKc09eH/video-899a475d9c_scruberthumbnail_0.jpg\&q
 uot;;s:5:\"width\";s:3:\"256\";s:6:\"height\";s:3:\"144\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:6:\"player\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:78:\"http://s0.videopress.com/player.swf?v=1.04&guid=GMKc09eH&isDynamicSeeking=true\";s:5:\"width\";s:3:\"400\";s:6:\"height\";s:3:\"225\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}i:36;a:6:{s:4:\"data\";s:60:\"\n                \n              \n              \n              \n              \n                              \n              \n              \n              \n\n            \n              \n                              \n                      \n              \n      \n\n            \n\n            \n      \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\&qu
 ot;xml_lang\";s:0:\"\";s:5:\"child\";a:6:{s:0:\"\";a:8:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"Jaana Björklund: Nurturing a Cross-Disciplinary Professional Culture\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:99:\"http://wordpress.tv/2016/05/14/jaana-bjorklund-nurturing-a-cross-disciplinary-professional-culture/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:107:\"http://wordpress.tv/2016/05/14/jaana-bjorklund-nurturing-a-cross-disciplinary-professional-culture/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base
 \";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 14 May 2016 20:10:54 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:4:{i:0;a:5:{s:4:\"data\";s:4:\"2015\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:11:\"Switzerland\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:10:\"WordCampTV\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\&quo
 t;;s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:23:\"open-source development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"http://wordpress.tv?p=58589&preview_id=58589\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:667:\"WordPress community – open-source development, ongoing discussion, meetings online and IRL make us perhaps the most cross-disciplined professionals in the field of web development. This t
 alk is a look into cross-disciplinary habits and possibilities, it gives ideas how to better utilise them in business and personal professional development. This is definitely one of the huge advantages of WordPress community – discussion and conscious development of this trait is one of our success factors.<img alt=\"\" border=\"0\" src=\"http://pixel.wp.com/b.gif?host=wordpress.tv&#038;blog=5089392&#038;post=58589&#038;subd=wptv&#038;ref=&#038;feed=1\" width=\"1\" height=\"1\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"enclosure\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:61:\"http://videos.videopress.com/X3Dvu1wb/video-1e9a3e6be3_hd.mp4\";s:6:\"lengt
 h\";s:9:\"256844800\";s:4:\"type\";s:9:\"video/mp4\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"WordPress.tv\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:1162:\"<div id=\"v-X3Dvu1wb-1\" class=\"video-player\" style=\"width:400px;height:224px\">\n<embed id=\"v-X3Dvu1wb-1-video\" src=\"http://s0.videopress.com/player.swf?v=1.04&amp;guid=X3Dvu1wb&amp;isDynamicSeeking=true&amp;hd=true\" type=\"a
 pplication/x-shockwave-flash\" width=\"400\" height=\"224\" title=\"Jaana Björklund: Nurturing a Cross-Disciplinary Professional Culture\" wmode=\"direct\" seamlesstabbing=\"true\" allowfullscreen=\"true\" allowscriptaccess=\"always\" overstretch=\"true\"></embed></div><br />  <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/58589/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/58589/\" /></a> <img alt=\"\" border=\"0\" src=\"http://pixel.wp.com/b.gif?host=wordpress.tv&#038;blog=5089392&#038;post=58589&#038;subd=wptv&#038;ref=&#038;feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2016/05/14/jaana-bjorklund-nurturing-
 a-cross-disciplinary-professional-culture/\"><img alt=\"Jaana Björklund: Nurturing a Cross-Disciplinary Professional Culture\" src=\"http://videos.videopress.com/X3Dvu1wb/video-1e9a3e6be3_scruberthumbnail_0.jpg\" width=\"160\" height=\"120\" /></a></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:104:\"http://wordpress.tv/2016/05/14/jaana-bjorklund-nurturing-a-cross-disciplinary-professional-culture/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comme
 nts\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:29:\"http://search.yahoo.com/mrss/\";a:2:{s:7:\"content\";a:1:{i:0;a:6:{s:4:\"data\";s:7:\"\n                 \n              \";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:3:\"url\";s:153:\"http://1.gravatar.com/avatar/ad35284a9f9471314e3eef5f97dac331?s=96&d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&r=G\";s:6:\"medium\";s:5:\"image\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:29:\"http://search.yahoo.com/mrss/\";a:1:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"anonvideoupload\&
 quot;;s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"html\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}s:5:\"group\";a:1:{i:0;a:6:{s:4:\"data\";s:39:\"\n                    \n\n                    \n\n                    \n\n                    \n\n                    \n                      \n                      \n                      \n              \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:29:\"http://search.yahoo.com/mrss/\";a:5:{s:7:\"content\";a:4:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:9:{s:3:\"url\";s:61:\"http://videos.videopress.com/X3Dvu1wb/video-1e9a3e6be3_hd.mp4\";s:8:\"fileSize\";s:9:\"256844800\";s:4:\"type\";s:9:\"video/mp4\";s:6:\"medium\&quo
 t;;s:5:\"video\";s:7:\"bitrate\";s:4:\"3160\";s:9:\"isDefault\";s:4:\"true\";s:8:\"duration\";s:3:\"635\";s:5:\"width\";s:4:\"1280\";s:6:\"height\";s:3:\"720\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:9:{s:3:\"url\";s:62:\"http://videos.videopress.com/X3Dvu1wb/video-1e9a3e6be3_dvd.mp4\";s:8:\"fileSize\";s:9:\"124195840\";s:4:\"type\";s:9:\"video/mp4\";s:6:\"medium\";s:5:\"video\";s:7:\"bitrate\";s:4:\"1528\";s:9:\"isDefault\";s:5:\"false\";s:8:\"duration\";s:3:\"635\";s:5:\"width\";s:3:\"640\";s:6:\"height\";s:3:\
 "360\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:9:{s:3:\"url\";s:62:\"http://videos.videopress.com/X3Dvu1wb/video-1e9a3e6be3_std.mp4\";s:8:\"fileSize\";s:8:\"64698880\";s:4:\"type\";s:9:\"video/mp4\";s:6:\"medium\";s:5:\"video\";s:7:\"bitrate\";s:3:\"796\";s:9:\"isDefault\";s:5:\"false\";s:8:\"duration\";s:3:\"635\";s:5:\"width\";s:3:\"400\";s:6:\"height\";s:3:\"224\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a
 :9:{s:3:\"url\";s:63:\"http://videos.videopress.com/X3Dvu1wb/video-1e9a3e6be3_fmt1.ogv\";s:8:\"fileSize\";s:8:\"64698880\";s:4:\"type\";s:9:\"video/ogg\";s:6:\"medium\";s:5:\"video\";s:7:\"bitrate\";s:3:\"796\";s:9:\"isDefault\";s:5:\"false\";s:8:\"duration\";s:3:\"635\";s:5:\"width\";s:3:\"400\";s:6:\"height\";s:3:\"224\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:6:\"rating\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"g\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:6:\"scheme\";s:8:\"urn:mpaa\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"title\";a:1:{
 i:0;a:5:{s:4:\"data\";s:69:\"Jaana Björklund: Nurturing a Cross-Disciplinary Professional Culture\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:5:\"plain\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"thumbnail\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:77:\"http://videos.videopress.com/X3Dvu1wb/video-1e9a3e6be3_scruberthumbnail_0.jpg\";s:5:\"width\";s:3:\"256\";s:6:\"height\";s:3:\"144\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:6:\"player\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"ur
 l\";s:78:\"http://s0.videopress.com/player.swf?v=1.04&guid=X3Dvu1wb&isDynamicSeeking=true\";s:5:\"width\";s:3:\"400\";s:6:\"height\";s:3:\"225\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}i:37;a:6:{s:4:\"data\";s:63:\"\n                \n              \n              \n              \n              \n                              \n              \n              \n              \n              \n\n            \n              \n                              \n                      \n              \n      \n\n            \n\n            \n      \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:6:{s:0:\"\";a:8:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"Michael Sebel: The “Adopt a WordPress Made By Someone Else” Checklist\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_l
 ang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:98:\"http://wordpress.tv/2016/05/14/michael-sebel-the-adopt-a-wordpress-made-by-someone-else-checklist/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:106:\"http://wordpress.tv/2016/05/14/michael-sebel-the-adopt-a-wordpress-made-by-someone-else-checklist/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 14 May 2016 18:01:47 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:
 0:\"\";}}s:8:\"category\";a:5:{i:0;a:5:{s:4:\"data\";s:4:\"2015\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:11:\"Switzerland\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:10:\"WordCampTV\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:4:\"code\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:7:\"Supp
 ort\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"http://wordpress.tv?p=58586&preview_id=58586\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:848:\"In our first year at comotive we’ve had a few experiences, where a company asked us to support and further develop their WordPress sites. But those weren’t small pages, but rather old and extensive sites and in one case (What I’ll talk about the most), a page of the swiss government, which was a very severe case. I’ve already learned a lot at blogwerk i
 n the last four years and will talk about the caveats when you take over support for code that you didn’t write yourself. A soap opera in four acts: Slowness. Bugs. Support. Security.<p><a href=\"http://de.slideshare.net/msebel/the-adopt-a-word-press-made-by-someone-else-checklist\">Presentation Slides &#187;</a></p><img alt=\"\" border=\"0\" src=\"http://pixel.wp.com/b.gif?host=wordpress.tv&#038;blog=5089392&#038;post=58586&#038;subd=wptv&#038;ref=&#038;feed=1\" width=\"1\" height=\"1\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"enclosure\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:61:\"http://videos.videopress.com/kEDiCVY6/
 video-964a4405c4_hd.mp4\";s:6:\"length\";s:9:\"213969920\";s:4:\"type\";s:9:\"video/mp4\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"WordPress.tv\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:1169:\"<div id=\"v-kEDiCVY6-1\" class=\"video-player\" style=\"width:400px;height:224px\">\n<embed id=\"v-kEDiCVY6-1-video\" src=\"http://s0.videopress.com/player.swf?v=1.04&amp;guid=kEDiCVY6&amp;isDynamicSe
 eking=true&amp;hd=true\" type=\"application/x-shockwave-flash\" width=\"400\" height=\"224\" title=\"Michael Sebel: The “Adopt a WordPress Made By Someone Else” Checklist\" wmode=\"direct\" seamlesstabbing=\"true\" allowfullscreen=\"true\" allowscriptaccess=\"always\" overstretch=\"true\"></embed></div><br />  <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/58586/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/58586/\" /></a> <img alt=\"\" border=\"0\" src=\"http://pixel.wp.com/b.gif?host=wordpress.tv&#038;blog=5089392&#038;post=58586&#038;subd=wptv&#038;ref=&#038;feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http:/
 /wordpress.tv/2016/05/14/michael-sebel-the-adopt-a-wordpress-made-by-someone-else-checklist/\"><img alt=\"Michael Sebel: The “Adopt a WordPress Made By Someone Else” Checklist\" src=\"http://videos.videopress.com/kEDiCVY6/video-964a4405c4_scruberthumbnail_0.jpg\" width=\"160\" height=\"120\" /></a></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:103:\"http://wordpress.tv/2016/05/14/michael-sebel-the-adopt-a-wordpress-made-by-someone-else-checklist/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.or
 g/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:29:\"http://search.yahoo.com/mrss/\";a:2:{s:7:\"content\";a:1:{i:0;a:6:{s:4:\"data\";s:7:\"\n                    \n              \";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:3:\"url\";s:153:\"http://1.gravatar.com/avatar/ad35284a9f9471314e3eef5f97dac331?s=96&d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&r=G\";s:6:\"medium\";s:5:\"image\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:29:\"http://search.yahoo.com/mrss/\";a:1:{s:5:\"title\";a:1:{i:0;a:5:
 {s:4:\"data\";s:15:\"anonvideoupload\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"html\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}s:5:\"group\";a:1:{i:0;a:6:{s:4:\"data\";s:39:\"\n                       \n\n                    \n\n                    \n\n                    \n\n                    \n                      \n                      \n                      \n              \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:29:\"http://search.yahoo.com/mrss/\";a:5:{s:7:\"content\";a:4:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:9:{s:3:\"url\";s:61:\"http://videos.videopress.com/kEDiCVY6/video-964a4405c4_hd.mp4\";s:8:\"fileSize\";s:9:\"213969920\";s:4:\"type\&quo
 t;;s:9:\"video/mp4\";s:6:\"medium\";s:5:\"video\";s:7:\"bitrate\";s:4:\"3160\";s:9:\"isDefault\";s:4:\"true\";s:8:\"duration\";s:3:\"529\";s:5:\"width\";s:4:\"1280\";s:6:\"height\";s:3:\"720\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:9:{s:3:\"url\";s:62:\"http://videos.videopress.com/kEDiCVY6/video-964a4405c4_dvd.mp4\";s:8:\"fileSize\";s:9:\"103463936\";s:4:\"type\";s:9:\"video/mp4\";s:6:\"medium\";s:5:\"video\";s:7:\"bitrate\";s:4:\"1528\";s:9:\"isDefault\";s:5:\"false\";s:8:\"duration\";s:3:\"529\";s:5:\"width\"
 ;s:3:\"640\";s:6:\"height\";s:3:\"360\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:9:{s:3:\"url\";s:62:\"http://videos.videopress.com/kEDiCVY6/video-964a4405c4_std.mp4\";s:8:\"fileSize\";s:8:\"53898752\";s:4:\"type\";s:9:\"video/mp4\";s:6:\"medium\";s:5:\"video\";s:7:\"bitrate\";s:3:\"796\";s:9:\"isDefault\";s:5:\"false\";s:8:\"duration\";s:3:\"529\";s:5:\"width\";s:3:\"400\";s:6:\"height\";s:3:\"224\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:0:\"\&quot
 ;;s:7:\"attribs\";a:1:{s:0:\"\";a:9:{s:3:\"url\";s:63:\"http://videos.videopress.com/kEDiCVY6/video-964a4405c4_fmt1.ogv\";s:8:\"fileSize\";s:8:\"53898752\";s:4:\"type\";s:9:\"video/ogg\";s:6:\"medium\";s:5:\"video\";s:7:\"bitrate\";s:3:\"796\";s:9:\"isDefault\";s:5:\"false\";s:8:\"duration\";s:3:\"529\";s:5:\"width\";s:3:\"400\";s:6:\"height\";s:3:\"224\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:6:\"rating\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"g\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:6:\"scheme\";s:8:\"urn:mpaa\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\&quo
 t;;s:0:\"\";}}s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"Michael Sebel: The “Adopt a WordPress Made By Someone Else” Checklist\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:5:\"plain\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"thumbnail\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:77:\"http://videos.videopress.com/kEDiCVY6/video-964a4405c4_scruberthumbnail_0.jpg\";s:5:\"width\";s:3:\"256\";s:6:\"height\";s:3:\"144\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:6:\"player\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"
 attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:78:\"http://s0.videopress.com/player.swf?v=1.04&guid=kEDiCVY6&isDynamicSeeking=true\";s:5:\"width\";s:3:\"400\";s:6:\"height\";s:3:\"225\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}i:38;a:6:{s:4:\"data\";s:63:\"\n               \n              \n              \n              \n              \n                              \n              \n              \n              \n              \n\n            \n              \n                              \n                      \n              \n      \n\n            \n\n            \n      \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:6:{s:0:\"\";a:8:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"Andrew Liyanage: From Banking to WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\&
 quot;;b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"http://wordpress.tv/2016/05/14/andrew-liyanage-from-banking-to-wordpress/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:81:\"http://wordpress.tv/2016/05/14/andrew-liyanage-from-banking-to-wordpress/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 14 May 2016 17:56:35 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\&
 quot;category\";a:5:{i:0;a:5:{s:4:\"data\";s:4:\"2015\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:11:\"Switzerland\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:10:\"WordCampTV\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:18:\"career development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:15:\"web developme
 nt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"http://wordpress.tv?p=58583&preview_id=58583\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:354:\"Quitting banking to pursue web development and how WordPress has empowered that.<p><a href=\"https://speakerdeck.com/aliyanage/from-banking-to-wordpress\">Presentation Slides &#187;</a></p><img alt=\"\" border=\"0\" src=\"http://pixel.wp.com/b.gif?host=wordpress.tv&#038;blog=5089392&#038;p
 ost=58583&#038;subd=wptv&#038;ref=&#038;feed=1\" width=\"1\" height=\"1\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"enclosure\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:61:\"http://videos.videopress.com/ABwUTq8e/video-758cdc4b2c_hd.mp4\";s:6:\"length\";s:9:\"192532480\";s:4:\"type\";s:9:\"video/mp4\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"WordPress.tv\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"
 \";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:1082:\"<div id=\"v-ABwUTq8e-1\" class=\"video-player\" style=\"width:400px;height:224px\">\n<embed id=\"v-ABwUTq8e-1-video\" src=\"http://s0.videopress.com/player.swf?v=1.04&amp;guid=ABwUTq8e&amp;isDynamicSeeking=true&amp;hd=true\" type=\"application/x-shockwave-flash\" width=\"400\" height=\"224\" title=\"Andrew Liyanage: From Banking to WordPress\" wmode=\"direct\" seamlesstabbing=\"true\" allowfullscreen=\"true\" allowscriptaccess=\"always\" overstretch=\"true\"></embed></div><br />  <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wpt
 v.wordpress.com/58583/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/58583/\" /></a> <img alt=\"\" border=\"0\" src=\"http://pixel.wp.com/b.gif?host=wordpress.tv&#038;blog=5089392&#038;post=58583&#038;subd=wptv&#038;ref=&#038;feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2016/05/14/andrew-liyanage-from-banking-to-wordpress/\"><img alt=\"Andrew Liyanage: From Banking to WordPress\" src=\"http://videos.videopress.com/ABwUTq8e/video-758cdc4b2c_scruberthumbnail_0.jpg\" width=\"160\" height=\"120\" /></a></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedwe
 b.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:78:\"http://wordpress.tv/2016/05/14/andrew-liyanage-from-banking-to-wordpress/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:29:\"http://search.yahoo.com/mrss/\";a:2:{s:7:\"content\";a:1:{i:0;a:6:{s:4:\"data\";s:7:\"\n                       \n              \";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:3:\"url\";s:153:\"http://1.gravatar.com/avatar/ad35284a9f9471314e3eef5f97dac331?s=96&d=http%3A%2F%
 2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&r=G\";s:6:\"medium\";s:5:\"image\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:29:\"http://search.yahoo.com/mrss/\";a:1:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"anonvideoupload\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"html\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}s:5:\"group\";a:1:{i:0;a:6:{s:4:\"data\";s:39:\"\n                  \n\n                    \n\n                    \n\n                    \n\n                    \n                      \n                      \n                      \n              \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\&quo
 t;child\";a:1:{s:29:\"http://search.yahoo.com/mrss/\";a:5:{s:7:\"content\";a:4:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:9:{s:3:\"url\";s:61:\"http://videos.videopress.com/ABwUTq8e/video-758cdc4b2c_hd.mp4\";s:8:\"fileSize\";s:9:\"192532480\";s:4:\"type\";s:9:\"video/mp4\";s:6:\"medium\";s:5:\"video\";s:7:\"bitrate\";s:4:\"3160\";s:9:\"isDefault\";s:4:\"true\";s:8:\"duration\";s:3:\"476\";s:5:\"width\";s:4:\"1280\";s:6:\"height\";s:3:\"720\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:9:{s:3:\"url\";s:62:\"http://vi
 deos.videopress.com/ABwUTq8e/video-758cdc4b2c_dvd.mp4\";s:8:\"fileSize\";s:8:\"93097984\";s:4:\"type\";s:9:\"video/mp4\";s:6:\"medium\";s:5:\"video\";s:7:\"bitrate\";s:4:\"1528\";s:9:\"isDefault\";s:5:\"false\";s:8:\"duration\";s:3:\"476\";s:5:\"width\";s:3:\"640\";s:6:\"height\";s:3:\"360\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:9:{s:3:\"url\";s:62:\"http://videos.videopress.com/ABwUTq8e/video-758cdc4b2c_std.mp4\";s:8:\"fileSize\";s:8:\"48498688\";s:4:\"type\";s:9:\"video/mp4\";s:6:\"medium\";s:5:\"video\";s:7:\"bitrate\";s:3:\"79
 6\";s:9:\"isDefault\";s:5:\"false\";s:8:\"duration\";s:3:\"476\";s:5:\"width\";s:3:\"400\";s:6:\"height\";s:3:\"224\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:9:{s:3:\"url\";s:63:\"http://videos.videopress.com/ABwUTq8e/video-758cdc4b2c_fmt1.ogv\";s:8:\"fileSize\";s:8:\"48498688\";s:4:\"type\";s:9:\"video/ogg\";s:6:\"medium\";s:5:\"video\";s:7:\"bitrate\";s:3:\"796\";s:9:\"isDefault\";s:5:\"false\";s:8:\"duration\";s:3:\"476\";s:5:\"width\";s:3:\"400\";s:6:\"height\";s:3:\"224\";}}s:8:\"xml_base\";s:0:\"\";s:1
 7:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:6:\"rating\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"g\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:6:\"scheme\";s:8:\"urn:mpaa\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"Andrew Liyanage: From Banking to WordPress\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:5:\"plain\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"thumbnail\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:77:\"http://videos.videopress.com/ABwUTq8e/video-758cdc
 4b2c_scruberthumbnail_0.jpg\";s:5:\"width\";s:3:\"256\";s:6:\"height\";s:3:\"144\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:6:\"player\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:78:\"http://s0.videopress.com/player.swf?v=1.04&guid=ABwUTq8e&isDynamicSeeking=true\";s:5:\"width\";s:3:\"400\";s:6:\"height\";s:3:\"225\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}i:39;a:6:{s:4:\"data\";s:63:\"\n          \n              \n              \n              \n              \n                              \n              \n              \n              \n              \n\n            \n              \n                              \n                      \n              \n      \n\n            \n\n            \n      \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml
 _base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:6:{s:0:\"\";a:8:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"Tomaz Zaman: Your website is not your business card.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:82:\"http://wordpress.tv/2016/05/14/tomaz-zaman-your-website-in-not-your-business-card/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:90:\"http://wordpress.tv/2016/05/14/tomaz-zaman-your-website-in-not-your-business-card/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\&quot
 ;\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 14 May 2016 15:04:32 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:5:{i:0;a:5:{s:4:\"data\";s:4:\"2015\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:11:\"Switzerland\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:10:\"WordCampTV\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\&qu
 ot;;s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:16:\"Google Analytics\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:7:\"website\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"http://wordpress.tv?p=58580&preview_id=58580\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6
 86:\"In this talk, I’ll present what the only purpose of pretty much *every* website is: conversion. It’s not about what the owner thinks and want and it’s not done when it’s built. I’ll present many steps that a site owner can (has to?) take in order to maximise their website’s performance (in terms conversion). While this topic may seem like a useless one, I’ve discovered a suprising amount of webmasters that don’t even have basic Google Analytics installed, let alone any conversion tracking software.<img alt=\"\" border=\"0\" src=\"http://pixel.wp.com/b.gif?host=wordpress.tv&#038;blog=5089392&#038;post=58580&#038;subd=wptv&#038;ref=&#038;feed=1\" width=\"1\" height=\"1\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"enclosure\";a:1:{i:0;a:5
 :{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:61:\"http://videos.videopress.com/Wnr4woEy/video-6925d4d43b_hd.mp4\";s:6:\"length\";s:9:\"521779200\";s:4:\"type\";s:9:\"video/mp4\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"WordPress.tv\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:1109:\"<div id=\"v-Wnr4woEy-1\" class=\"video-player\" style=\"width:4
 00px;height:224px\">\n<embed id=\"v-Wnr4woEy-1-video\" src=\"http://s0.videopress.com/player.swf?v=1.04&amp;guid=Wnr4woEy&amp;isDynamicSeeking=true&amp;hd=true\" type=\"application/x-shockwave-flash\" width=\"400\" height=\"224\" title=\"Tomaz Zaman: Your Website In Not Your Business Card\" wmode=\"direct\" seamlesstabbing=\"true\" allowfullscreen=\"true\" allowscriptaccess=\"always\" overstretch=\"true\"></embed></div><br />  <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/58580/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/58580/\" /></a> <img alt=\"\" border=\"0\" src=\"http://pixel.wp.com/b.gif?host=wordpress.tv&#038;blog=5089392&#038;pos
 t=58580&#038;subd=wptv&#038;ref=&#038;feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2016/05/14/tomaz-zaman-your-website-in-not-your-business-card/\"><img alt=\"Tomaz Zaman: Your Website In Not Your Business Card\" src=\"http://videos.videopress.com/Wnr4woEy/video-6925d4d43b_scruberthumbnail_0.jpg\" width=\"160\" height=\"120\" /></a></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:87:\"http://wordpress.tv/2016/05/14/tomaz-zaman-your-website-in-not-your-business-card/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_e
 xplicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:29:\"http://search.yahoo.com/mrss/\";a:2:{s:7:\"content\";a:1:{i:0;a:6:{s:4:\"data\";s:7:\"\n                      \n              \";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:3:\"url\";s:153:\"http://1.gravatar.com/avatar/ad35284a9f9471314e3eef5f97dac331?s=96&d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&r=G\";s:6:\"medium\";s:5:\"image\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:
 1:{s:29:\"http://search.yahoo.com/mrss/\";a:1:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"anonvideoupload\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"html\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}s:5:\"group\";a:1:{i:0;a:6:{s:4:\"data\";s:39:\"\n                 \n\n                    \n\n                    \n\n                    \n\n                    \n                      \n                      \n                      \n              \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:29:\"http://search.yahoo.com/mrss/\";a:5:{s:7:\"content\";a:4:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:9:{s:3:\"url\";s:61:\"http://videos.videopress.com/Wnr4woEy/video-6925d4
 d43b_hd.mp4\";s:8:\"fileSize\";s:9:\"521779200\";s:4:\"type\";s:9:\"video/mp4\";s:6:\"medium\";s:5:\"video\";s:7:\"bitrate\";s:4:\"3160\";s:9:\"isDefault\";s:4:\"true\";s:8:\"duration\";s:4:\"1290\";s:5:\"width\";s:4:\"1280\";s:6:\"height\";s:3:\"720\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:9:{s:3:\"url\";s:62:\"http://videos.videopress.com/Wnr4woEy/video-6925d4d43b_dvd.mp4\";s:8:\"fileSize\";s:9:\"252303360\";s:4:\"type\";s:9:\"video/mp4\";s:6:\"medium\";s:5:\"video\";s:7:\"bitrate\";s:4:\"1528\";s:9:\"isDefault\";s
 :5:\"false\";s:8:\"duration\";s:4:\"1290\";s:5:\"width\";s:3:\"640\";s:6:\"height\";s:3:\"360\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:9:{s:3:\"url\";s:62:\"http://videos.videopress.com/Wnr4woEy/video-6925d4d43b_std.mp4\";s:8:\"fileSize\";s:9:\"131435520\";s:4:\"type\";s:9:\"video/mp4\";s:6:\"medium\";s:5:\"video\";s:7:\"bitrate\";s:3:\"796\";s:9:\"isDefault\";s:5:\"false\";s:8:\"duration\";s:4:\"1290\";s:5:\"width\";s:3:\"400\";s:6:\"height\";s:3:\"224\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:
 0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:9:{s:3:\"url\";s:63:\"http://videos.videopress.com/Wnr4woEy/video-6925d4d43b_fmt1.ogv\";s:8:\"fileSize\";s:9:\"131435520\";s:4:\"type\";s:9:\"video/ogg\";s:6:\"medium\";s:5:\"video\";s:7:\"bitrate\";s:3:\"796\";s:9:\"isDefault\";s:5:\"false\";s:8:\"duration\";s:4:\"1290\";s:5:\"width\";s:3:\"400\";s:6:\"height\";s:3:\"224\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:6:\"rating\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"g\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:6:\"scheme\";s:8:\"urn:mpaa\";}}s:8:\"
 xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"Tomaz Zaman: Your Website In Not Your Business Card\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:5:\"plain\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"thumbnail\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:77:\"http://videos.videopress.com/Wnr4woEy/video-6925d4d43b_scruberthumbnail_0.jpg\";s:5:\"width\";s:3:\"256\";s:6:\"height\";s:3:\"144\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:6:\"pla
 yer\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:78:\"http://s0.videopress.com/player.swf?v=1.04&guid=Wnr4woEy&isDynamicSeeking=true\";s:5:\"width\";s:3:\"400\";s:6:\"height\";s:3:\"225\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}i:40;a:6:{s:4:\"data\";s:60:\"\n         \n              \n              \n              \n              \n                              \n              \n              \n              \n\n            \n              \n                              \n                      \n              \n      \n\n            \n\n            \n      \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:6:{s:0:\"\";a:8:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:88:\"Mendel Kurland: Getting Clear On The Purpose Of Your Content (And How I Missed The Ma
 rk)\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:117:\"http://wordpress.tv/2016/05/14/mendel-kurland-getting-clear-on-the-purpose-of-your-content-and-how-i-missed-the-mark/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:125:\"http://wordpress.tv/2016/05/14/mendel-kurland-getting-clear-on-the-purpose-of-your-content-and-how-i-missed-the-mark/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sa
 t, 14 May 2016 14:59:23 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:4:{i:0;a:5:{s:4:\"data\";s:4:\"2015\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:11:\"Switzerland\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:10:\"WordCampTV\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:7:\"content\";s:7:\"attribs\"
 ;a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"http://wordpress.tv?p=58577&preview_id=58577\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1014:\"Everything you publish–articles, media, Aunt Martha’s enchilada recipe–needs a purpose. Otherwise, you run the risk of creating content that falls flat and potentially gut-punches your site goals. During this session, we’ll go through my past mistakes a content creator, and how simple but powerful changes have helped to increase traffic, add loyal followers, and make reaching website obj
 ectives a whole lot easier. We’ll talk about the importance of getting clear on the purpose of your content. Concerned your content development strategy isn’t driving forward your SEO and social media efforts? Learn how to create content that gets results and packs a powerful thumbs-up.<p><a href=\"http://www.slideshare.net/MendelKurland/getting-clear-on-the-purpose-of-your-content-and-how-i-missed-the-mark\">Presentation Slides &#187;</a></p><img alt=\"\" border=\"0\" src=\"http://pixel.wp.com/b.gif?host=wordpress.tv&#038;blog=5089392&#038;post=58577&#038;subd=wptv&#038;ref=&#038;feed=1\" width=\"1\" height=\"1\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"enclosure\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\&qu
 ot;;s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:61:\"http://videos.videopress.com/FndOPoPG/video-4ea369a1b6_hd.mp4\";s:6:\"length\";s:9:\"709053440\";s:4:\"type\";s:9:\"video/mp4\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"WordPress.tv\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:1218:\"<div id=\"v-FndOPoPG-1\" class=\"video-player\" style=\"width:400px;height:224px\">\n<embed 
 id=\"v-FndOPoPG-1-video\" src=\"http://s0.videopress.com/player.swf?v=1.04&amp;guid=FndOPoPG&amp;isDynamicSeeking=true&amp;hd=true\" type=\"application/x-shockwave-flash\" width=\"400\" height=\"224\" title=\"Mendel Kurland: Getting Clear On The Purpose Of Your Content (And How I Missed The Mark)\" wmode=\"direct\" seamlesstabbing=\"true\" allowfullscreen=\"true\" allowscriptaccess=\"always\" overstretch=\"true\"></embed></div><br />  <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/58577/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/58577/\" /></a> <img alt=\"\" border=\"0\" src=\"http://pixel.wp.com/b.gif?host=wordpress.tv&#038;blog=5089392&#038;post=5
 8577&#038;subd=wptv&#038;ref=&#038;feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2016/05/14/mendel-kurland-getting-clear-on-the-purpose-of-your-content-and-how-i-missed-the-mark/\"><img alt=\"Mendel Kurland: Getting Clear On The Purpose Of Your Content (And How I Missed The Mark)\" src=\"http://videos.videopress.com/FndOPoPG/video-4ea369a1b6_scruberthumbnail_0.jpg\" width=\"160\" height=\"120\" /></a></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:122:\"http://wordpress.tv/2016/05/14/mendel-kurland-getting-clear-on-the-purpose-of-your-content-and-how-i-missed-the-mark/feed/\&q
 uot;;s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:29:\"http://search.yahoo.com/mrss/\";a:2:{s:7:\"content\";a:1:{i:0;a:6:{s:4:\"data\";s:7:\"\n                     \n              \";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:3:\"url\";s:153:\"http://1.gravatar.com/avatar/ad35284a9f9471314e3eef5f97dac331?s=96&d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&r=G\";s:6:\"medium\";s:5:\"image\";}}s:8:\"xml_base\";s:0:\"\";s:17:\&q
 uot;xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:29:\"http://search.yahoo.com/mrss/\";a:1:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"anonvideoupload\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"html\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}s:5:\"group\";a:1:{i:0;a:6:{s:4:\"data\";s:39:\"\n                        \n\n                    \n\n                    \n\n                    \n\n                    \n                      \n                      \n                      \n              \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:29:\"http://search.yahoo.com/mrss/\";a:5:{s:7:\"content\";a:4:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0
 :\"\";a:9:{s:3:\"url\";s:61:\"http://videos.videopress.com/FndOPoPG/video-4ea369a1b6_hd.mp4\";s:8:\"fileSize\";s:9:\"709053440\";s:4:\"type\";s:9:\"video/mp4\";s:6:\"medium\";s:5:\"video\";s:7:\"bitrate\";s:4:\"3160\";s:9:\"isDefault\";s:4:\"true\";s:8:\"duration\";s:4:\"1753\";s:5:\"width\";s:4:\"1280\";s:6:\"height\";s:3:\"720\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:9:{s:3:\"url\";s:62:\"http://videos.videopress.com/FndOPoPG/video-4ea369a1b6_dvd.mp4\";s:8:\"fileSize\";s:9:\"342858752\";s:4:\"type\";s:9:\"video/mp4\";s:6:\"medium\&quo
 t;;s:5:\"video\";s:7:\"bitrate\";s:4:\"1528\";s:9:\"isDefault\";s:5:\"false\";s:8:\"duration\";s:4:\"1753\";s:5:\"width\";s:3:\"640\";s:6:\"height\";s:3:\"360\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:9:{s:3:\"url\";s:62:\"http://videos.videopress.com/FndOPoPG/video-4ea369a1b6_std.mp4\";s:8:\"fileSize\";s:9:\"178609664\";s:4:\"type\";s:9:\"video/mp4\";s:6:\"medium\";s:5:\"video\";s:7:\"bitrate\";s:3:\"796\";s:9:\"isDefault\";s:5:\"false\";s:8:\"duration\";s:4:\"1753\";s:5:\"width\";s:3:\"400\";s:6:\"height\";s:3:
 \"224\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:9:{s:3:\"url\";s:63:\"http://videos.videopress.com/FndOPoPG/video-4ea369a1b6_fmt1.ogv\";s:8:\"fileSize\";s:9:\"178609664\";s:4:\"type\";s:9:\"video/ogg\";s:6:\"medium\";s:5:\"video\";s:7:\"bitrate\";s:3:\"796\";s:9:\"isDefault\";s:5:\"false\";s:8:\"duration\";s:4:\"1753\";s:5:\"width\";s:3:\"400\";s:6:\"height\";s:3:\"224\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:6:\"rating\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"g\";s:7:\"attr
 ibs\";a:1:{s:0:\"\";a:1:{s:6:\"scheme\";s:8:\"urn:mpaa\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:88:\"Mendel Kurland: Getting Clear On The Purpose Of Your Content (And How I Missed The Mark)\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:5:\"plain\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"thumbnail\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:77:\"http://videos.videopress.com/FndOPoPG/video-4ea369a1b6_scruberthumbnail_0.jpg\";s:5:\"width\";s:3:\"256\";s:6:\"height\";s:3:\"144\";}}s:8:\&q
 uot;xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:6:\"player\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:78:\"http://s0.videopress.com/player.swf?v=1.04&guid=FndOPoPG&isDynamicSeeking=true\";s:5:\"width\";s:3:\"400\";s:6:\"height\";s:3:\"225\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}i:41;a:6:{s:4:\"data\";s:60:\"\n           \n              \n              \n              \n              \n                              \n              \n              \n              \n\n            \n              \n                              \n                      \n              \n      \n\n            \n\n            \n      \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:6:{s:0:\"\";a:8:{s:5:\"title
 \";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"Julio Potier: Pourquoi et comment contribuer au projet WordPress ?\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:95:\"http://wordpress.tv/2016/05/14/julio-potier-pourquoi-et-comment-contribuer-au-projet-wordpress/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:103:\"http://wordpress.tv/2016/05/14/julio-potier-pourquoi-et-comment-contribuer-au-projet-wordpress/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:
 7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 14 May 2016 14:53:32 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:4:{i:0;a:5:{s:4:\"data\";s:4:\"2016\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:5:\"Paris\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:10:\"WordCampTV\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\&
 quot;data\";s:12:\"Contributing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"http://wordpress.tv?p=58569&preview_id=58569\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1296:\"« Contribuez à WordPress ! » Quand je dis ça, souvent on me réponds « mais je ne suis pas développeur » ou « oui mais quoi faire et où ? »\r\nDepuis l’an dernier, 2014, je trouve que le projet WordPress en France a pris beaucoup d’ampleur, et ceci grâce à toutes les nouvelles contributions justement, aimer
 iez-vous, vous aussi vous impliquer dans ce projet ?\r\nIl ne faut pas forcément être un développeur pour contribuer à l’amélioration de votre CMS favori, il existe énormément de moyens de contribution et je suis certain que vous pourriez trouver le vôtre.\r\nJe vous donne toutes les solutions pour pouvoir devenir, vous aussi, contributeur WordPress, que vous soyez un blogueur, un développeur, un designer, un traducteur, un particulier, un freelance, une entreprise de n’importe quelle taille, il existe pour chacun, quelque soit votre niveau, statut, un moyen de contribuer.\r\nVenez m’écouter sur scène le 05 février à Paris, je vous livre tous ces secrets.<p><a href=\"http://www.slideshare.net/Boiteaweb/wordpress-les-contributions-wordcamp-paris-2016\">Presentation Slides &#187;</a></p><img alt=\"\" border=\"0\" src=\"http://pixel.wp.com/b.gif?host=wordpress.tv&#038;blog=5089392&#038;post=585
 69&#038;subd=wptv&#038;ref=&#038;feed=1\" width=\"1\" height=\"1\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"enclosure\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:61:\"http://videos.videopress.com/lkMrqjwq/video-181f33c496_hd.mp4\";s:6:\"length\";s:9:\"954977280\";s:4:\"type\";s:9:\"video/mp4\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"WordPress.tv\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\"
 ;s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:1152:\"<div id=\"v-lkMrqjwq-1\" class=\"video-player\" style=\"width:400px;height:224px\">\n<embed id=\"v-lkMrqjwq-1-video\" src=\"http://s0.videopress.com/player.swf?v=1.04&amp;guid=lkMrqjwq&amp;isDynamicSeeking=true&amp;hd=true\" type=\"application/x-shockwave-flash\" width=\"400\" height=\"224\" title=\"Julio Potier: Pourquoi et comment contribuer au projet WordPress ?\" wmode=\"direct\" seamlesstabbing=\"true\" allowfullscreen=\"true\" allowscriptaccess=\"always\" overstretch=\"true\"></embed></div><br />  <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1
 .0/gocomments/wptv.wordpress.com/58569/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/58569/\" /></a> <img alt=\"\" border=\"0\" src=\"http://pixel.wp.com/b.gif?host=wordpress.tv&#038;blog=5089392&#038;post=58569&#038;subd=wptv&#038;ref=&#038;feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2016/05/14/julio-potier-pourquoi-et-comment-contribuer-au-projet-wordpress/\"><img alt=\"Julio Potier: Pourquoi et comment contribuer au projet WordPress ?\" src=\"http://videos.videopress.com/lkMrqjwq/video-181f33c496_scruberthumbnail_0.jpg\" width=\"160\" height=\"120\" /></a></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_la
 ng\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:100:\"http://wordpress.tv/2016/05/14/julio-potier-pourquoi-et-comment-contribuer-au-projet-wordpress/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:29:\"http://search.yahoo.com/mrss/\";a:2:{s:7:\"content\";a:1:{i:0;a:6:{s:4:\"data\";s:7:\"\n                 \n              \";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:3:\"url\";s:153:\&quo
 t;http://1.gravatar.com/avatar/ad35284a9f9471314e3eef5f97dac331?s=96&d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&r=G\";s:6:\"medium\";s:5:\"image\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:29:\"http://search.yahoo.com/mrss/\";a:1:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"anonvideoupload\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"html\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}s:5:\"group\";a:1:{i:0;a:6:{s:4:\"data\";s:39:\"\n                    \n\n                    \n\n                    \n\n                    \n\n                    \n                      \n                      \n                      \n              \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\&quo
 t;xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:29:\"http://search.yahoo.com/mrss/\";a:5:{s:7:\"content\";a:4:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:9:{s:3:\"url\";s:61:\"http://videos.videopress.com/lkMrqjwq/video-181f33c496_hd.mp4\";s:8:\"fileSize\";s:9:\"954977280\";s:4:\"type\";s:9:\"video/mp4\";s:6:\"medium\";s:5:\"video\";s:7:\"bitrate\";s:4:\"3160\";s:9:\"isDefault\";s:4:\"true\";s:8:\"duration\";s:4:\"2361\";s:5:\"width\";s:4:\"1280\";s:6:\"height\";s:3:\"720\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:0:\"\";s:7:\"
 attribs\";a:1:{s:0:\"\";a:9:{s:3:\"url\";s:62:\"http://videos.videopress.com/lkMrqjwq/video-181f33c496_dvd.mp4\";s:8:\"fileSize\";s:9:\"461773824\";s:4:\"type\";s:9:\"video/mp4\";s:6:\"medium\";s:5:\"video\";s:7:\"bitrate\";s:4:\"1528\";s:9:\"isDefault\";s:5:\"false\";s:8:\"duration\";s:4:\"2361\";s:5:\"width\";s:3:\"640\";s:6:\"height\";s:3:\"360\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:9:{s:3:\"url\";s:62:\"http://videos.videopress.com/lkMrqjwq/video-181f33c496_std.mp4\";s:8:\"fileSize\";s:9:\"240557568\";s:4:\"type\";s:9:\"video/mp4\&quot
 ;;s:6:\"medium\";s:5:\"video\";s:7:\"bitrate\";s:3:\"796\";s:9:\"isDefault\";s:5:\"false\";s:8:\"duration\";s:4:\"2361\";s:5:\"width\";s:3:\"400\";s:6:\"height\";s:3:\"224\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:9:{s:3:\"url\";s:63:\"http://videos.videopress.com/lkMrqjwq/video-181f33c496_fmt1.ogv\";s:8:\"fileSize\";s:9:\"240557568\";s:4:\"type\";s:9:\"video/ogg\";s:6:\"medium\";s:5:\"video\";s:7:\"bitrate\";s:3:\"796\";s:9:\"isDefault\";s:5:\"false\";s:8:\"duration\";s:4:\"2361\";s:5:\"width\";s:3:\"400\";s:6:\
 "height\";s:3:\"224\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:6:\"rating\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"g\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:6:\"scheme\";s:8:\"urn:mpaa\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"Julio Potier: Pourquoi et comment contribuer au projet WordPress ?\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:5:\"plain\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"thumbnail\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\&qu
 ot;;a:1:{s:0:\"\";a:3:{s:3:\"url\";s:77:\"http://videos.videopress.com/lkMrqjwq/video-181f33c496_scruberthumbnail_0.jpg\";s:5:\"width\";s:3:\"256\";s:6:\"height\";s:3:\"144\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:6:\"player\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:78:\"http://s0.videopress.com/player.swf?v=1.04&guid=lkMrqjwq&isDynamicSeeking=true\";s:5:\"width\";s:3:\"400\";s:6:\"height\";s:3:\"225\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}i:42;a:6:{s:4:\"data\";s:63:\"\n             \n              \n              \n              \n              \n                              \n              \n              \n              \n              \n\n            \n              \n                              \n                      \n              \n
        \n\n            \n\n            \n      \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:6:{s:0:\"\";a:8:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:96:\"Jeremy Herve: Développeurs – la face cachée de Jetpack pour gagnez du temps dans vos projets\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:121:\"http://wordpress.tv/2016/05/14/jeremy-herve-developpeurs-la-face-cachee-de-jetpack-pour-gagnez-du-temps-dans-vos-projets/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s
 :4:\"data\";s:129:\"http://wordpress.tv/2016/05/14/jeremy-herve-developpeurs-la-face-cachee-de-jetpack-pour-gagnez-du-temps-dans-vos-projets/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 14 May 2016 14:47:58 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:5:{i:0;a:5:{s:4:\"data\";s:4:\"2016\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:5:\"Paris\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\&quo
 t;\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:10:\"WordCampTV\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:10:\"Developers\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:7:\"Jetpack\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"http://wordpress.tv?p=58566&preview_id=58566\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:
 \"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:898:\"Jetpack est une extension utilisée sur un très grand nombre de sites\r\nWordPress, mais saviez-vous que Jetpack peut aussi rendre votre vie de\r\ndéveloppeur un peu plus simple lors de la réalisation de projets ?\r\n\r\nJe vous ferai découvrir quelques fonctionnalités cachées de Jetpack,\r\net vous expliquerai comment les utiliser dans votre code pour gagner\r\ndu temps lors de la création d’un nouveau site.\r\n\r\nJe serai aussi ravi de répondre à vos questions sur Jetpack.\r\n\r\nPrérequis : cette session vous sera utile si vous connaissez déjà\r\nJetpack, et si vous avez déjà créé des extensions et / ou thèmes.<p><a href=\"https://speakerdeck.com/jeherve/decouvrez-les-secrets-de-jetpack\">Presentation Sli
 des &#187;</a></p><img alt=\"\" border=\"0\" src=\"http://pixel.wp.com/b.gif?host=wordpress.tv&#038;blog=5089392&#038;post=58566&#038;subd=wptv&#038;ref=&#038;feed=1\" width=\"1\" height=\"1\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"enclosure\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:61:\"http://videos.videopress.com/OKUK31DW/video-fa610f933c_hd.mp4\";s:6:\"length\";s:9:\"635842560\";s:4:\"type\";s:9:\"video/mp4\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\"
 ;a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"WordPress.tv\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:1258:\"<p>paris<div id=\"v-OKUK31DW-1\" class=\"video-player\" style=\"width:400px;height:224px\">\n<embed id=\"v-OKUK31DW-1-video\" src=\"http://s0.videopress.com/player.swf?v=1.04&amp;guid=OKUK31DW&amp;isDynamicSeeking=true&amp;hd=true\" type=\"application/x-shockwave-flash\" width=\"400\" height=\"224\" title=\"Jeremy Herve: Développeurs &#8211; la face cachée de Jetpack pour gagnez du temps dans vos projets\" wmode=\"direct\" seamlesstabbing=\"tru
 e\" allowfullscreen=\"true\" allowscriptaccess=\"always\" overstretch=\"true\"></embed></div></p><br />  <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/58566/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/58566/\" /></a> <img alt=\"\" border=\"0\" src=\"http://pixel.wp.com/b.gif?host=wordpress.tv&#038;blog=5089392&#038;post=58566&#038;subd=wptv&#038;ref=&#038;feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2016/05/14/jeremy-herve-developpeurs-la-face-cachee-de-jetpack-pour-gagnez-du-temps-dans-vos-projets/\"><img alt=\"Jeremy Herve: Développeurs &#8211; la face cachée de Jetpack pour gagnez du temps dans vos projets\" src=\"h
 ttp://videos.videopress.com/OKUK31DW/video-fa610f933c_scruberthumbnail_0.jpg\" width=\"160\" height=\"120\" /></a></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:126:\"http://wordpress.tv/2016/05/14/jeremy-herve-developpeurs-la-face-cachee-de-jetpack-pour-gagnez-du-temps-dans-vos-projets/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\
 ";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:29:\"http://search.yahoo.com/mrss/\";a:2:{s:7:\"content\";a:1:{i:0;a:6:{s:4:\"data\";s:7:\"\n                    \n              \";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:3:\"url\";s:153:\"http://1.gravatar.com/avatar/ad35284a9f9471314e3eef5f97dac331?s=96&d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&r=G\";s:6:\"medium\";s:5:\"image\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:29:\"http://search.yahoo.com/mrss/\";a:1:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"anonvideoupload\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"html\";}}s:8:\"xml_base\";s:0
 :\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}s:5:\"group\";a:1:{i:0;a:6:{s:4:\"data\";s:39:\"\n                       \n\n                    \n\n                    \n\n                    \n\n                    \n                      \n                      \n                      \n              \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:29:\"http://search.yahoo.com/mrss/\";a:5:{s:7:\"content\";a:4:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:9:{s:3:\"url\";s:61:\"http://videos.videopress.com/OKUK31DW/video-fa610f933c_hd.mp4\";s:8:\"fileSize\";s:9:\"635842560\";s:4:\"type\";s:9:\"video/mp4\";s:6:\"medium\";s:5:\"video\";s:7:\"bitrate\";s:4:\"3160\";s:9:\"isDefault\";s:4:\"true\";s:8:\"d
 uration\";s:4:\"1572\";s:5:\"width\";s:4:\"1280\";s:6:\"height\";s:3:\"720\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:9:{s:3:\"url\";s:62:\"http://videos.videopress.com/OKUK31DW/video-fa610f933c_dvd.mp4\";s:8:\"fileSize\";s:9:\"307458048\";s:4:\"type\";s:9:\"video/mp4\";s:6:\"medium\";s:5:\"video\";s:7:\"bitrate\";s:4:\"1528\";s:9:\"isDefault\";s:5:\"false\";s:8:\"duration\";s:4:\"1572\";s:5:\"width\";s:3:\"640\";s:6:\"height\";s:3:\"360\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:
 \"\";}i:2;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:9:{s:3:\"url\";s:62:\"http://videos.videopress.com/OKUK31DW/video-fa610f933c_std.mp4\";s:8:\"fileSize\";s:9:\"160167936\";s:4:\"type\";s:9:\"video/mp4\";s:6:\"medium\";s:5:\"video\";s:7:\"bitrate\";s:3:\"796\";s:9:\"isDefault\";s:5:\"false\";s:8:\"duration\";s:4:\"1572\";s:5:\"width\";s:3:\"400\";s:6:\"height\";s:3:\"224\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:9:{s:3:\"url\";s:63:\"http://videos.videopress.com/OKUK31DW/video-fa610f933c_fmt1.ogv\";s:8:\"fileSize\"
 ;s:9:\"160167936\";s:4:\"type\";s:9:\"video/ogg\";s:6:\"medium\";s:5:\"video\";s:7:\"bitrate\";s:3:\"796\";s:9:\"isDefault\";s:5:\"false\";s:8:\"duration\";s:4:\"1572\";s:5:\"width\";s:3:\"400\";s:6:\"height\";s:3:\"224\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:6:\"rating\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"g\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:6:\"scheme\";s:8:\"urn:mpaa\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:96:\"Jeremy Herve: Développeurs – la face cachée de Jetpack pour gagnez du temps dans vos 
 projets\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:5:\"plain\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"thumbnail\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:77:\"http://videos.videopress.com/OKUK31DW/video-fa610f933c_scruberthumbnail_0.jpg\";s:5:\"width\";s:3:\"256\";s:6:\"height\";s:3:\"144\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:6:\"player\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:78:\"http://s0.videopress.com/player.swf?v=1.04&guid=OKUK31DW&isDynamicSeeking=tru
 e\";s:5:\"width\";s:3:\"400\";s:6:\"height\";s:3:\"225\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}i:43;a:6:{s:4:\"data\";s:63:\"\n          \n              \n              \n              \n              \n                              \n              \n              \n              \n              \n\n            \n              \n                              \n                      \n              \n      \n\n            \n\n            \n      \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:6:{s:0:\"\";a:8:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"Marko Heijnen: The Moment My Site Was Hacked\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"http://wordpress.tv/2016/05/13/
 marko-heijnen-the-moment-my-site-was-hacked/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:83:\"http://wordpress.tv/2016/05/13/marko-heijnen-the-moment-my-site-was-hacked/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 13 May 2016 23:48:41 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:5:{i:0;a:5:{s:4:\"data\";s:4:\"2015\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\&quot
 ;;s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:11:\"Switzerland\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:10:\"WordCampTV\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:11:\"hacked site\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:8:\"security\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\&quo
 t;;}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"http://wordpress.tv?p=58543&preview_id=58543\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:654:\"You always think it will never happen to you but when it does, it’s all hands on deck. My personal site was almost hacked and since then I actively looked at what I could improve. During this talk I will talk what I had before and show all the improvements I made since then. It will be a mixed of using using the existing tools and my own creation in managing my sites.<p><a href=\"http://de.slideshare.net/markoheijnen/the-moment-my-site-got-hacked\">Presentation Slides &#187;</a></p><img a
 lt=\"\" border=\"0\" src=\"http://pixel.wp.com/b.gif?host=wordpress.tv&#038;blog=5089392&#038;post=58543&#038;subd=wptv&#038;ref=&#038;feed=1\" width=\"1\" height=\"1\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"enclosure\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:61:\"http://videos.videopress.com/yVkh0ToO/video-09c0346540_hd.mp4\";s:6:\"length\";s:9:\"645550080\";s:4:\"type\";s:9:\"video/mp4\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:
 5:{s:4:\"data\";s:12:\"WordPress.tv\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:1088:\"<div id=\"v-yVkh0ToO-1\" class=\"video-player\" style=\"width:400px;height:224px\">\n<embed id=\"v-yVkh0ToO-1-video\" src=\"http://s0.videopress.com/player.swf?v=1.04&amp;guid=yVkh0ToO&amp;isDynamicSeeking=true&amp;hd=true\" type=\"application/x-shockwave-flash\" width=\"400\" height=\"224\" title=\"Marko Heijnen: The Moment My Site Was Hacked\" wmode=\"direct\" seamlesstabbing=\"true\" allowfullscreen=\"true\" allowscriptaccess=\"always\" overstretch=\"true\">
 </embed></div><br />  <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/58543/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/58543/\" /></a> <img alt=\"\" border=\"0\" src=\"http://pixel.wp.com/b.gif?host=wordpress.tv&#038;blog=5089392&#038;post=58543&#038;subd=wptv&#038;ref=&#038;feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2016/05/13/marko-heijnen-the-moment-my-site-was-hacked/\"><img alt=\"Marko Heijnen: The Moment My Site Was Hacked\" src=\"http://videos.videopress.com/yVkh0ToO/video-09c0346540_scruberthumbnail_0.jpg\" width=\"160\" height=\"120\" /></a></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\&
 quot;\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:80:\"http://wordpress.tv/2016/05/13/marko-heijnen-the-moment-my-site-was-hacked/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:29:\"http://search.yahoo.com/mrss/\";a:2:{s:7:\"content\";a:1:{i:0;a:6:{s:4:\"data\";s:7:\"\n                       \n              \";s:7:\"attribs\";a:1:{s:0:\&q
 uot;\";a:2:{s:3:\"url\";s:153:\"http://1.gravatar.com/avatar/ad35284a9f9471314e3eef5f97dac331?s=96&d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&r=G\";s:6:\"medium\";s:5:\"image\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:29:\"http://search.yahoo.com/mrss/\";a:1:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"anonvideoupload\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"html\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}s:5:\"group\";a:1:{i:0;a:6:{s:4:\"data\";s:39:\"\n                  \n\n                    \n\n                    \n\n                    \n\n                    \n                      \n                      \n                      \n              \";s:7:\"attribs\";a:0:{}s:8:\&
 quot;xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:29:\"http://search.yahoo.com/mrss/\";a:5:{s:7:\"content\";a:4:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:9:{s:3:\"url\";s:61:\"http://videos.videopress.com/yVkh0ToO/video-09c0346540_hd.mp4\";s:8:\"fileSize\";s:9:\"645550080\";s:4:\"type\";s:9:\"video/mp4\";s:6:\"medium\";s:5:\"video\";s:7:\"bitrate\";s:4:\"3160\";s:9:\"isDefault\";s:4:\"true\";s:8:\"duration\";s:4:\"1596\";s:5:\"width\";s:4:\"1280\";s:6:\"height\";s:3:\"720\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4
 :\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:9:{s:3:\"url\";s:62:\"http://videos.videopress.com/yVkh0ToO/video-09c0346540_dvd.mp4\";s:8:\"fileSize\";s:9:\"312152064\";s:4:\"type\";s:9:\"video/mp4\";s:6:\"medium\";s:5:\"video\";s:7:\"bitrate\";s:4:\"1528\";s:9:\"isDefault\";s:5:\"false\";s:8:\"duration\";s:4:\"1596\";s:5:\"width\";s:3:\"640\";s:6:\"height\";s:3:\"360\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:9:{s:3:\"url\";s:62:\"http://videos.videopress.com/yVkh0ToO/video-09c0346540_std.mp4\";s:8:\"fileSize\";s:9:\"162613248\"
 ;s:4:\"type\";s:9:\"video/mp4\";s:6:\"medium\";s:5:\"video\";s:7:\"bitrate\";s:3:\"796\";s:9:\"isDefault\";s:5:\"false\";s:8:\"duration\";s:4:\"1596\";s:5:\"width\";s:3:\"400\";s:6:\"height\";s:3:\"224\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:9:{s:3:\"url\";s:63:\"http://videos.videopress.com/yVkh0ToO/video-09c0346540_fmt1.ogv\";s:8:\"fileSize\";s:9:\"162613248\";s:4:\"type\";s:9:\"video/ogg\";s:6:\"medium\";s:5:\"video\";s:7:\"bitrate\";s:3:\"796\";s:9:\"isDefault\";s:5:\"false\";s:8:\"duration\";s:4:\"1596\";s
 :5:\"width\";s:3:\"400\";s:6:\"height\";s:3:\"224\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:6:\"rating\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"g\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:6:\"scheme\";s:8:\"urn:mpaa\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"Marko Heijnen: The Moment My Site Was Hacked\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:5:\"plain\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"thumbnail\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\&
 quot;;s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:77:\"http://videos.videopress.com/yVkh0ToO/video-09c0346540_scruberthumbnail_0.jpg\";s:5:\"width\";s:3:\"256\";s:6:\"height\";s:3:\"144\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:6:\"player\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:78:\"http://s0.videopress.com/player.swf?v=1.04&guid=yVkh0ToO&isDynamicSeeking=true\";s:5:\"width\";s:3:\"400\";s:6:\"height\";s:3:\"225\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}i:44;a:6:{s:4:\"data\";s:60:\"\n         \n              \n              \n              \n              \n                              \n              \n              \n              \n\
 n              \n              \n                              \n                      \n              \n      \n\n            \n\n            \n      \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:6:{s:0:\"\";a:8:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"Konstantin Obenland: Lessons Learned from Leading a WordPress Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:100:\"http://wordpress.tv/2016/05/13/konstantin-obenland-lessons-learned-from-leading-a-wordpress-release/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:
 108:\"http://wordpress.tv/2016/05/13/konstantin-obenland-lessons-learned-from-leading-a-wordpress-release/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 13 May 2016 23:43:44 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:4:{i:0;a:5:{s:4:\"data\";s:4:\"2015\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:11:\"Switzerland\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explici
 t\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:10:\"WordCampTV\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:17:\"WordPress Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"http://wordpress.tv?p=58540&preview_id=58540\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:638:\"WordPress 4.3 was
  the first time i led a WordPress release. I’ll go over the things that went well, the things that didn’t go well, and what I’d do differently next time around. From selecting features, to the controversy Menus in the Customizer caused, to working on the release video. Join me for a behind the scenes look into creating a WordPress release.<p><a href=\"http://de.slideshare.net/obenland/lessons-from-wordpress-43\">Presentation Slides &#187;</a></p><img alt=\"\" border=\"0\" src=\"http://pixel.wp.com/b.gif?host=wordpress.tv&#038;blog=5089392&#038;post=58540&#038;subd=wptv&#038;ref=&#038;feed=1\" width=\"1\" height=\"1\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"enclosure\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\&quot
 ;\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:61:\"http://videos.videopress.com/aGvpZSjJ/video-6d8774a885_hd.mp4\";s:6:\"length\";s:9:\"768512000\";s:4:\"type\";s:9:\"video/mp4\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"WordPress.tv\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:1163:\"<div id=\"v-aGvpZSjJ-1\" class=\"video-player\" style=\"width:400px;height:224px\">\n<e
 mbed id=\"v-aGvpZSjJ-1-video\" src=\"http://s0.videopress.com/player.swf?v=1.04&amp;guid=aGvpZSjJ&amp;isDynamicSeeking=true&amp;hd=true\" type=\"application/x-shockwave-flash\" width=\"400\" height=\"224\" title=\"Konstantin Obenland: Lessons Learned from Leading a WordPress Release\" wmode=\"direct\" seamlesstabbing=\"true\" allowfullscreen=\"true\" allowscriptaccess=\"always\" overstretch=\"true\"></embed></div><br />  <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/58540/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/58540/\" /></a> <img alt=\"\" border=\"0\" src=\"http://pixel.wp.com/b.gif?host=wordpress.tv&#038;blog=5089392&#038;post=58540&#038;
 subd=wptv&#038;ref=&#038;feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2016/05/13/konstantin-obenland-lessons-learned-from-leading-a-wordpress-release/\"><img alt=\"Konstantin Obenland: Lessons Learned from Leading a WordPress Release\" src=\"http://videos.videopress.com/aGvpZSjJ/video-6d8774a885_scruberthumbnail_0.jpg\" width=\"160\" height=\"120\" /></a></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:105:\"http://wordpress.tv/2016/05/13/konstantin-obenland-lessons-learned-from-leading-a-wordpress-release/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0
 :\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:29:\"http://search.yahoo.com/mrss/\";a:2:{s:7:\"content\";a:1:{i:0;a:6:{s:4:\"data\";s:7:\"\n                        \n              \";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:3:\"url\";s:153:\"http://1.gravatar.com/avatar/ad35284a9f9471314e3eef5f97dac331?s=96&d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&r=G\";s:6:\"medium\";s:5:\"image\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\&q
 uot;\";s:5:\"child\";a:1:{s:29:\"http://search.yahoo.com/mrss/\";a:1:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"anonvideoupload\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"html\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}s:5:\"group\";a:1:{i:0;a:6:{s:4:\"data\";s:39:\"\n                   \n\n                    \n\n                    \n\n                    \n\n                    \n                      \n                      \n                      \n              \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:29:\"http://search.yahoo.com/mrss/\";a:5:{s:7:\"content\";a:4:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:9:{s:3:\"url\";s:61:\"http://video
 s.videopress.com/aGvpZSjJ/video-6d8774a885_hd.mp4\";s:8:\"fileSize\";s:9:\"768512000\";s:4:\"type\";s:9:\"video/mp4\";s:6:\"medium\";s:5:\"video\";s:7:\"bitrate\";s:4:\"3160\";s:9:\"isDefault\";s:4:\"true\";s:8:\"duration\";s:4:\"1900\";s:5:\"width\";s:4:\"1280\";s:6:\"height\";s:3:\"720\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:9:{s:3:\"url\";s:62:\"http://videos.videopress.com/aGvpZSjJ/video-6d8774a885_dvd.mp4\";s:8:\"fileSize\";s:9:\"371609600\";s:4:\"type\";s:9:\"video/mp4\";s:6:\"medium\";s:5:\"video\";s:7:\"bitrate\";s:4:\"152
 8\";s:9:\"isDefault\";s:5:\"false\";s:8:\"duration\";s:4:\"1900\";s:5:\"width\";s:3:\"640\";s:6:\"height\";s:3:\"360\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:9:{s:3:\"url\";s:62:\"http://videos.videopress.com/aGvpZSjJ/video-6d8774a885_std.mp4\";s:8:\"fileSize\";s:9:\"193587200\";s:4:\"type\";s:9:\"video/mp4\";s:6:\"medium\";s:5:\"video\";s:7:\"bitrate\";s:3:\"796\";s:9:\"isDefault\";s:5:\"false\";s:8:\"duration\";s:4:\"1900\";s:5:\"width\";s:3:\"400\";s:6:\"height\";s:3:\"224\";}}s:8:\"xml_base\";s:0:\"\";s
 :17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:9:{s:3:\"url\";s:63:\"http://videos.videopress.com/aGvpZSjJ/video-6d8774a885_fmt1.ogv\";s:8:\"fileSize\";s:9:\"193587200\";s:4:\"type\";s:9:\"video/ogg\";s:6:\"medium\";s:5:\"video\";s:7:\"bitrate\";s:3:\"796\";s:9:\"isDefault\";s:5:\"false\";s:8:\"duration\";s:4:\"1900\";s:5:\"width\";s:3:\"400\";s:6:\"height\";s:3:\"224\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:6:\"rating\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"g\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:6:\"scheme\";s:
 8:\"urn:mpaa\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"Konstantin Obenland: Lessons Learned from Leading a WordPress Release\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:5:\"plain\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"thumbnail\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:77:\"http://videos.videopress.com/aGvpZSjJ/video-6d8774a885_scruberthumbnail_0.jpg\";s:5:\"width\";s:3:\"256\";s:6:\"height\";s:3:\"144\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\&
 quot;xml_lang\";s:0:\"\";}}s:6:\"player\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:78:\"http://s0.videopress.com/player.swf?v=1.04&guid=aGvpZSjJ&isDynamicSeeking=true\";s:5:\"width\";s:3:\"400\";s:6:\"height\";s:3:\"225\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}i:45;a:6:{s:4:\"data\";s:63:\"\n         \n              \n              \n              \n              \n                              \n              \n              \n              \n              \n\n            \n              \n                              \n                      \n              \n      \n\n            \n\n            \n      \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:6:{s:0:\"\";a:8:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"Jenn Schlick: Low-Carbon 
 Web Design\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"http://wordpress.tv/2016/05/12/jenn-schlick-low-carbon-web-design/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"http://wordpress.tv/2016/05/12/jenn-schlick-low-carbon-web-design/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 13 May 2016 00:15:30 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s
 :0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:5:{i:0;a:5:{s:4:\"data\";s:4:\"2016\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:7:\"Finland\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:10:\"WordCampTV\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:11:\"Performance\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8
 :\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:10:\"web design\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"http://wordpress.tv?p=58437&preview_id=58437\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:560:\"Performance is an important consideration for any web project. We talk about the impact of performance on user experience — but what about the impact on carbon emissions?\r\n\r\nLearn about the carbon impact of the internet and how to design, build, and host low-car
 bon websites using WordPress.<p><a href=\"http://mitei.mit.edu/system/files/Low-Carbon-Web.pdf\">Presentation Slides &#187;</a></p><img alt=\"\" border=\"0\" src=\"http://pixel.wp.com/b.gif?host=wordpress.tv&#038;blog=5089392&#038;post=58437&#038;subd=wptv&#038;ref=&#038;feed=1\" width=\"1\" height=\"1\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"enclosure\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:61:\"http://videos.videopress.com/GwmsjRBM/video-93c7cc1298_hd.mp4\";s:6:\"length\";s:9:\"926663680\";s:4:\"type\";s:9:\"video/mp4\";}}s:8:\"xml_base\";s:0:\"\";s:17:\
 "xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"WordPress.tv\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:1055:\"<div id=\"v-GwmsjRBM-1\" class=\"video-player\" style=\"width:400px;height:220px\">\n<embed id=\"v-GwmsjRBM-1-video\" src=\"http://s0.videopress.com/player.swf?v=1.04&amp;guid=GwmsjRBM&amp;isDynamicSeeking=true&amp;hd=true\" type=\"application/x-shockwave-flash\" width=\"400\" height=\"220\" title=\"Jenn Schlick: Low-Carbon Web Design\" w
 mode=\"direct\" seamlesstabbing=\"true\" allowfullscreen=\"true\" allowscriptaccess=\"always\" overstretch=\"true\"></embed></div><br />  <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/58437/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/58437/\" /></a> <img alt=\"\" border=\"0\" src=\"http://pixel.wp.com/b.gif?host=wordpress.tv&#038;blog=5089392&#038;post=58437&#038;subd=wptv&#038;ref=&#038;feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2016/05/12/jenn-schlick-low-carbon-web-design/\"><img alt=\"Jenn Schlick: Low-Carbon Web Design\" src=\"http://videos.videopress.com/GwmsjRBM/video-93c7cc1298_std.original.jpg\" widt
 h=\"160\" height=\"120\" /></a></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"http://wordpress.tv/2016/05/12/jenn-schlick-low-carbon-web-design/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:29:\"http://search.yahoo.com/mrss/\&quot
 ;;a:2:{s:7:\"content\";a:1:{i:0;a:6:{s:4:\"data\";s:7:\"\n                    \n              \";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:3:\"url\";s:153:\"http://1.gravatar.com/avatar/ad35284a9f9471314e3eef5f97dac331?s=96&d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&r=G\";s:6:\"medium\";s:5:\"image\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:29:\"http://search.yahoo.com/mrss/\";a:1:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"anonvideoupload\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"html\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}s:5:\"group\";a:1:{i:0;a:
 6:{s:4:\"data\";s:39:\"\n                       \n\n                    \n\n                    \n\n                    \n\n                    \n                      \n                      \n                      \n              \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:29:\"http://search.yahoo.com/mrss/\";a:5:{s:7:\"content\";a:4:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:9:{s:3:\"url\";s:61:\"http://videos.videopress.com/GwmsjRBM/video-93c7cc1298_hd.mp4\";s:8:\"fileSize\";s:9:\"926663680\";s:4:\"type\";s:9:\"video/mp4\";s:6:\"medium\";s:5:\"video\";s:7:\"bitrate\";s:4:\"3160\";s:9:\"isDefault\";s:4:\"true\";s:8:\"duration\";s:4:\"2291\";s:5:\"width\";s:4:\"1280\";s:6:\"height\";s:3:\"708\";}}s:8:\&quot
 ;xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:9:{s:3:\"url\";s:62:\"http://videos.videopress.com/GwmsjRBM/video-93c7cc1298_dvd.mp4\";s:8:\"fileSize\";s:9:\"448082944\";s:4:\"type\";s:9:\"video/mp4\";s:6:\"medium\";s:5:\"video\";s:7:\"bitrate\";s:4:\"1528\";s:9:\"isDefault\";s:5:\"false\";s:8:\"duration\";s:4:\"2291\";s:5:\"width\";s:3:\"640\";s:6:\"height\";s:3:\"354\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:9:{s:3:\"url\";
 s:62:\"http://videos.videopress.com/GwmsjRBM/video-93c7cc1298_std.mp4\";s:8:\"fileSize\";s:9:\"233425408\";s:4:\"type\";s:9:\"video/mp4\";s:6:\"medium\";s:5:\"video\";s:7:\"bitrate\";s:3:\"796\";s:9:\"isDefault\";s:5:\"false\";s:8:\"duration\";s:4:\"2291\";s:5:\"width\";s:3:\"400\";s:6:\"height\";s:3:\"220\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:9:{s:3:\"url\";s:63:\"http://videos.videopress.com/GwmsjRBM/video-93c7cc1298_fmt1.ogv\";s:8:\"fileSize\";s:9:\"233425408\";s:4:\"type\";s:9:\"video/ogg\";s:6:\"medium\";s:5:\"video\";s:7:\"bitr
 ate\";s:3:\"796\";s:9:\"isDefault\";s:5:\"false\";s:8:\"duration\";s:4:\"2291\";s:5:\"width\";s:3:\"400\";s:6:\"height\";s:3:\"220\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:6:\"rating\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"g\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:6:\"scheme\";s:8:\"urn:mpaa\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"Jenn Schlick: Low-Carbon Web Design\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:5:\"plain\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0
 ;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"thumbnail\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:71:\"http://videos.videopress.com/GwmsjRBM/video-93c7cc1298_std.original.jpg\";s:5:\"width\";s:3:\"256\";s:6:\"height\";s:3:\"141\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:6:\"player\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:78:\"http://s0.videopress.com/player.swf?v=1.04&guid=GwmsjRBM&isDynamicSeeking=true\";s:5:\"width\";s:3:\"400\";s:6:\"height\";s:3:\"221\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\
 ";s:0:\"\";}}}}}}}}}i:46;a:6:{s:4:\"data\";s:60:\"\n             \n              \n              \n              \n              \n                              \n              \n              \n              \n\n            \n              \n                              \n                      \n              \n      \n\n            \n\n            \n      \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:6:{s:0:\"\";a:8:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"Mikko Saari: From Free to Premium – How To Sell a Plugin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:85:\"http://wordpress.tv/2016/05/12/mikko-saari-from-free-to-premium-how-to-sell-a-plugin/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\
 ";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:93:\"http://wordpress.tv/2016/05/12/mikko-saari-from-free-to-premium-how-to-sell-a-plugin/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 12 May 2016 23:56:23 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:4:{i:0;a:5:{s:4:\"data\";s:4:\"2016\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:7:\"Finland\";s:7:\"attribs\";a:0:{}s
 :8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:10:\"WordCampTV\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:7:\"Plugins\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"http://wordpress.tv?p=58454&preview_id=58454\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{
 i:0;a:5:{s:4:\"data\";s:519:\"How to create a business from selling a plugin. A case study of how the free Relevanssi plugin became Relevanssi Premium and solid source of income. A look into the pitfalls and possibilities of premium plugin marketing.<p><a href=\"http://www.painavasana.fi/wp-content/uploads/2016/04/wordcamp-finland-mikkosaari.pdf\">Presentation Slides &#187;</a></p><img alt=\"\" border=\"0\" src=\"http://pixel.wp.com/b.gif?host=wordpress.tv&#038;blog=5089392&#038;post=58454&#038;subd=wptv&#038;ref=&#038;feed=1\" width=\"1\" height=\"1\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"enclosure\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\&quot
 ;;a:3:{s:3:\"url\";s:61:\"http://videos.videopress.com/NwVsEqdo/video-9557b3442c_hd.mp4\";s:6:\"length\";s:9:\"275450880\";s:4:\"type\";s:9:\"video/mp4\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"WordPress.tv\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:1134:\"<div id=\"v-NwVsEqdo-1\" class=\"video-player\" style=\"width:400px;height:214px\">\n<embed id=\"v-NwVsEqdo-1-video\" src=\"http:
 //s0.videopress.com/player.swf?v=1.04&amp;guid=NwVsEqdo&amp;isDynamicSeeking=true&amp;hd=true\" type=\"application/x-shockwave-flash\" width=\"400\" height=\"214\" title=\"Mikko Saari: From Free to Premium &#8211; How To Sell a Plugin\" wmode=\"direct\" seamlesstabbing=\"true\" allowfullscreen=\"true\" allowscriptaccess=\"always\" overstretch=\"true\"></embed></div><br />  <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/58454/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/58454/\" /></a> <img alt=\"\" border=\"0\" src=\"http://pixel.wp.com/b.gif?host=wordpress.tv&#038;blog=5089392&#038;post=58454&#038;subd=wptv&#038;ref=&#038;feed=1\" width=\"
 1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2016/05/12/mikko-saari-from-free-to-premium-how-to-sell-a-plugin/\"><img alt=\"Mikko Saari: From Free to Premium &#8211; How To Sell a Plugin\" src=\"http://videos.videopress.com/NwVsEqdo/video-9557b3442c_scruberthumbnail_0.jpg\" width=\"160\" height=\"120\" /></a></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:90:\"http://wordpress.tv/2016/05/12/mikko-saari-from-free-to-premium-how-to-sell-a-plugin/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\&quot
 ;\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:29:\"http://search.yahoo.com/mrss/\";a:2:{s:7:\"content\";a:1:{i:0;a:6:{s:4:\"data\";s:7:\"\n                      \n              \";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:3:\"url\";s:153:\"http://1.gravatar.com/avatar/ad35284a9f9471314e3eef5f97dac331?s=96&d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&r=G\";s:6:\"medium\";s:5:\"image\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:29:\"http://search.yahoo.com/mrss/\";a:1:
 {s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"anonvideoupload\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"html\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}s:5:\"group\";a:1:{i:0;a:6:{s:4:\"data\";s:39:\"\n                 \n\n                    \n\n                    \n\n                    \n\n                    \n                      \n                      \n                      \n              \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:29:\"http://search.yahoo.com/mrss/\";a:5:{s:7:\"content\";a:4:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:9:{s:3:\"url\";s:61:\"http://videos.videopress.com/NwVsEqdo/video-9557b3442c_hd.mp4\";s:8:\"fileSize\";s:9:\&quot
 ;275450880\";s:4:\"type\";s:9:\"video/mp4\";s:6:\"medium\";s:5:\"video\";s:7:\"bitrate\";s:4:\"3160\";s:9:\"isDefault\";s:4:\"true\";s:8:\"duration\";s:3:\"681\";s:5:\"width\";s:4:\"1280\";s:6:\"height\";s:3:\"690\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:9:{s:3:\"url\";s:62:\"http://videos.videopress.com/NwVsEqdo/video-9557b3442c_dvd.mp4\";s:8:\"fileSize\";s:9:\"133192704\";s:4:\"type\";s:9:\"video/mp4\";s:6:\"medium\";s:5:\"video\";s:7:\"bitrate\";s:4:\"1528\";s:9:\"isDefault\";s:5:\"false\";s:8:\"duration\";s:3:\&q
 uot;681\";s:5:\"width\";s:3:\"640\";s:6:\"height\";s:3:\"344\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:9:{s:3:\"url\";s:62:\"http://videos.videopress.com/NwVsEqdo/video-9557b3442c_std.mp4\";s:8:\"fileSize\";s:8:\"69385728\";s:4:\"type\";s:9:\"video/mp4\";s:6:\"medium\";s:5:\"video\";s:7:\"bitrate\";s:3:\"796\";s:9:\"isDefault\";s:5:\"false\";s:8:\"duration\";s:3:\"681\";s:5:\"width\";s:3:\"400\";s:6:\"height\";s:3:\"214\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:
 4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:9:{s:3:\"url\";s:63:\"http://videos.videopress.com/NwVsEqdo/video-9557b3442c_fmt1.ogv\";s:8:\"fileSize\";s:8:\"69385728\";s:4:\"type\";s:9:\"video/ogg\";s:6:\"medium\";s:5:\"video\";s:7:\"bitrate\";s:3:\"796\";s:9:\"isDefault\";s:5:\"false\";s:8:\"duration\";s:3:\"681\";s:5:\"width\";s:3:\"400\";s:6:\"height\";s:3:\"214\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:6:\"rating\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"g\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:6:\"scheme\";s:8:\"urn:mpaa\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explic
 it\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"Mikko Saari: From Free to Premium – How To Sell a Plugin\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:5:\"plain\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"thumbnail\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:77:\"http://videos.videopress.com/NwVsEqdo/video-9557b3442c_scruberthumbnail_0.jpg\";s:5:\"width\";s:3:\"256\";s:6:\"height\";s:3:\"138\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:6:\"player\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\&q
 uot;\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:78:\"http://s0.videopress.com/player.swf?v=1.04&guid=NwVsEqdo&isDynamicSeeking=true\";s:5:\"width\";s:3:\"400\";s:6:\"height\";s:3:\"215\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}i:47;a:6:{s:4:\"data\";s:60:\"\n                \n              \n              \n              \n              \n                              \n              \n              \n              \n\n            \n              \n                              \n                      \n              \n      \n\n            \n\n            \n      \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:6:{s:0:\"\";a:8:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"Mari Orpana: WordPress markkinoinnin mahdollistajana\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:
 17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:83:\"http://wordpress.tv/2016/05/12/mari-orpana-wordpress-markkinoinnin-mahdollistajana/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:91:\"http://wordpress.tv/2016/05/12/mari-orpana-wordpress-markkinoinnin-mahdollistajana/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 12 May 2016 23:52:14 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\
 "xml_lang\";s:0:\"\";}}s:8:\"category\";a:4:{i:0;a:5:{s:4:\"data\";s:4:\"2016\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:7:\"Finland\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:10:\"WordCampTV\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:9:\"marketing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\"
 ;a:1:{i:0;a:5:{s:4:\"data\";s:44:\"http://wordpress.tv?p=58447&preview_id=58447\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:454:\"Kuinka voimme hyödyntää WordPressiä asiakkaan markkinoinnin ratkaisuissa mahdollisimman monipuolisesti sekä kuinka WordPress auttaa ja helpottaa markkinoinnin tekemistä.<p><a href=\"http://www.slideshare.net/ContrastDigital/wordcamp-2016-helsinki\">Presentation Slides &#187;</a></p><img alt=\"\" border=\"0\" src=\"http://pixel.wp.com/b.gif?host=wordpress.tv&#038;blog=5089392&#038;post=58447&#038;subd=wptv&#038;ref=&#038;feed=1\" width=\"1\" height=\&qu
 ot;1\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"enclosure\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:61:\"http://videos.videopress.com/aBGIq3pP/video-848b4c98fa_hd.mp4\";s:6:\"length\";s:9:\"259271680\";s:4:\"type\";s:9:\"video/mp4\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"WordPress.tv\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s
 :40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:1106:\"<div id=\"v-aBGIq3pP-1\" class=\"video-player\" style=\"width:400px;height:230px\">\n<embed id=\"v-aBGIq3pP-1-video\" src=\"http://s0.videopress.com/player.swf?v=1.04&amp;guid=aBGIq3pP&amp;isDynamicSeeking=true&amp;hd=true\" type=\"application/x-shockwave-flash\" width=\"400\" height=\"230\" title=\"Mari Orpana: WordPress markkinoinnin mahdollistajana\" wmode=\"direct\" seamlesstabbing=\"true\" allowfullscreen=\"true\" allowscriptaccess=\"always\" overstretch=\"true\"></embed></div><br />  <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/58447/\"><img alt=\"\" border=\"0\" src=\&
 quot;http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/58447/\" /></a> <img alt=\"\" border=\"0\" src=\"http://pixel.wp.com/b.gif?host=wordpress.tv&#038;blog=5089392&#038;post=58447&#038;subd=wptv&#038;ref=&#038;feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2016/05/12/mari-orpana-wordpress-markkinoinnin-mahdollistajana/\"><img alt=\"Mari Orpana: WordPress markkinoinnin mahdollistajana\" src=\"http://videos.videopress.com/aBGIq3pP/video-848b4c98fa_std.original.jpg\" width=\"160\" height=\"120\" /></a></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s
 :4:\"data\";s:88:\"http://wordpress.tv/2016/05/12/mari-orpana-wordpress-markkinoinnin-mahdollistajana/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:29:\"http://search.yahoo.com/mrss/\";a:2:{s:7:\"content\";a:1:{i:0;a:6:{s:4:\"data\";s:7:\"\n                        \n              \";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:3:\"url\";s:153:\"http://1.gravatar.com/avatar/ad35284a9f9471314e3eef5f97dac331?s=96&d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%
 3D96&r=G\";s:6:\"medium\";s:5:\"image\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:29:\"http://search.yahoo.com/mrss/\";a:1:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"anonvideoupload\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"html\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}s:5:\"group\";a:1:{i:0;a:6:{s:4:\"data\";s:39:\"\n                   \n\n                    \n\n                    \n\n                    \n\n                    \n                      \n                      \n                      \n              \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:29:\"http://search.yahoo.com/mrss/\&qu
 ot;;a:5:{s:7:\"content\";a:4:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:9:{s:3:\"url\";s:61:\"http://videos.videopress.com/aBGIq3pP/video-848b4c98fa_hd.mp4\";s:8:\"fileSize\";s:9:\"259271680\";s:4:\"type\";s:9:\"video/mp4\";s:6:\"medium\";s:5:\"video\";s:7:\"bitrate\";s:4:\"3160\";s:9:\"isDefault\";s:4:\"true\";s:8:\"duration\";s:3:\"641\";s:5:\"width\";s:4:\"1280\";s:6:\"height\";s:3:\"740\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:9:{s:3:\"url\";s:62:\"http://videos.videopress.com/aBGIq3pP/video-848b4c98fa_dvd.mp4\";s:8:
 \"fileSize\";s:9:\"125369344\";s:4:\"type\";s:9:\"video/mp4\";s:6:\"medium\";s:5:\"video\";s:7:\"bitrate\";s:4:\"1528\";s:9:\"isDefault\";s:5:\"false\";s:8:\"duration\";s:3:\"641\";s:5:\"width\";s:3:\"640\";s:6:\"height\";s:3:\"370\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:9:{s:3:\"url\";s:62:\"http://videos.videopress.com/aBGIq3pP/video-848b4c98fa_std.mp4\";s:8:\"fileSize\";s:8:\"65310208\";s:4:\"type\";s:9:\"video/mp4\";s:6:\"medium\";s:5:\"video\";s:7:\"bitrate\";s:3:\"796\";s:9:\"isDefault\";s:5:\"false\";s:8
 :\"duration\";s:3:\"641\";s:5:\"width\";s:3:\"400\";s:6:\"height\";s:3:\"230\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:9:{s:3:\"url\";s:63:\"http://videos.videopress.com/aBGIq3pP/video-848b4c98fa_fmt1.ogv\";s:8:\"fileSize\";s:8:\"65310208\";s:4:\"type\";s:9:\"video/ogg\";s:6:\"medium\";s:5:\"video\";s:7:\"bitrate\";s:3:\"796\";s:9:\"isDefault\";s:5:\"false\";s:8:\"duration\";s:3:\"641\";s:5:\"width\";s:3:\"400\";s:6:\"height\";s:3:\"230\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\"
 ;s:0:\"\";}}s:6:\"rating\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"g\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:6:\"scheme\";s:8:\"urn:mpaa\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"Mari Orpana: WordPress markkinoinnin mahdollistajana\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:5:\"plain\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"thumbnail\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:71:\"http://videos.videopress.com/aBGIq3pP/video-848b4c98fa_std.original.jpg\";s:5:\"width\";s
 :3:\"256\";s:6:\"height\";s:3:\"148\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:6:\"player\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:78:\"http://s0.videopress.com/player.swf?v=1.04&guid=aBGIq3pP&isDynamicSeeking=true\";s:5:\"width\";s:3:\"400\";s:6:\"height\";s:3:\"231\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}i:48;a:6:{s:4:\"data\";s:60:\"\n              \n              \n              \n              \n              \n                              \n              \n              \n              \n\n            \n              \n                              \n                      \n              \n      \n\n            \n\n            \n      \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"
 \";s:5:\"child\";a:6:{s:0:\"\";a:8:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"Liisa Benmergui: Embracing The Boundaries of Templates\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:85:\"http://wordpress.tv/2016/05/12/liisa-benmergui-embracing-the-boundaries-of-templates/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:93:\"http://wordpress.tv/2016/05/12/liisa-benmergui-embracing-the-boundaries-of-templates/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\&
 quot;xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 12 May 2016 23:48:04 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:4:{i:0;a:5:{s:4:\"data\";s:4:\"2016\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:7:\"Finland\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:10:\"WordCampTV\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_l
 ang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:9:\"templates\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"http://wordpress.tv?p=58444&preview_id=58444\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:536:\"Liisa’s talk explores the idea of modularity of templates and functionality, and the challenges she has faced from a designer’s perspective when translating an idea into reality, using concrete case examples to illustrate her points.<p><a href=\"http://www.slidesha
 re.net/liisab/wordcamp-2016-embracing-the-boundaries-of-templates\">Presentation Slides &#187;</a></p><img alt=\"\" border=\"0\" src=\"http://pixel.wp.com/b.gif?host=wordpress.tv&#038;blog=5089392&#038;post=58444&#038;subd=wptv&#038;ref=&#038;feed=1\" width=\"1\" height=\"1\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"enclosure\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:61:\"http://videos.videopress.com/4st7qnhH/video-e27ed31d34_hd.mp4\";s:6:\"length\";s:9:\"350684160\";s:4:\"type\";s:9:\"video/mp4\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\&qu
 ot;xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"WordPress.tv\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:1112:\"<div id=\"v-4st7qnhH-1\" class=\"video-player\" style=\"width:400px;height:218px\">\n<embed id=\"v-4st7qnhH-1-video\" src=\"http://s0.videopress.com/player.swf?v=1.04&amp;guid=4st7qnhH&amp;isDynamicSeeking=true&amp;hd=true\" type=\"application/x-shockwave-flash\" width=\"400\" height=\"218\" title=\"Liisa Benmergui: Embracing The Boundaries of Templates\" wmode=\"direct\&quot
 ; seamlesstabbing=\"true\" allowfullscreen=\"true\" allowscriptaccess=\"always\" overstretch=\"true\"></embed></div><br />  <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/58444/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/58444/\" /></a> <img alt=\"\" border=\"0\" src=\"http://pixel.wp.com/b.gif?host=wordpress.tv&#038;blog=5089392&#038;post=58444&#038;subd=wptv&#038;ref=&#038;feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2016/05/12/liisa-benmergui-embracing-the-boundaries-of-templates/\"><img alt=\"Liisa Benmergui: Embracing The Boundaries of Templates\" src=\"http://videos.videopress.com/4st7qnhH/video-e27ed31d34_std.original.j
 pg\" width=\"160\" height=\"120\" /></a></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:90:\"http://wordpress.tv/2016/05/12/liisa-benmergui-embracing-the-boundaries-of-templates/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:29:\"ht
 tp://search.yahoo.com/mrss/\";a:2:{s:7:\"content\";a:1:{i:0;a:6:{s:4:\"data\";s:7:\"\n                   \n              \";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:3:\"url\";s:153:\"http://1.gravatar.com/avatar/ad35284a9f9471314e3eef5f97dac331?s=96&d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&r=G\";s:6:\"medium\";s:5:\"image\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:29:\"http://search.yahoo.com/mrss/\";a:1:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"anonvideoupload\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"html\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}s:
 5:\"group\";a:1:{i:0;a:6:{s:4:\"data\";s:39:\"\n                      \n\n                    \n\n                    \n\n                    \n\n                    \n                      \n                      \n                      \n              \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:29:\"http://search.yahoo.com/mrss/\";a:5:{s:7:\"content\";a:4:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:9:{s:3:\"url\";s:61:\"http://videos.videopress.com/4st7qnhH/video-e27ed31d34_hd.mp4\";s:8:\"fileSize\";s:9:\"350684160\";s:4:\"type\";s:9:\"video/mp4\";s:6:\"medium\";s:5:\"video\";s:7:\"bitrate\";s:4:\"3160\";s:9:\"isDefault\";s:4:\"true\";s:8:\"duration\";s:3:\"867\";s:5:\"width\";s:4:\"1280\";s:6:\"height\";s:
 3:\"700\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:9:{s:3:\"url\";s:62:\"http://videos.videopress.com/4st7qnhH/video-e27ed31d34_dvd.mp4\";s:8:\"fileSize\";s:9:\"169571328\";s:4:\"type\";s:9:\"video/mp4\";s:6:\"medium\";s:5:\"video\";s:7:\"bitrate\";s:4:\"1528\";s:9:\"isDefault\";s:5:\"false\";s:8:\"duration\";s:3:\"867\";s:5:\"width\";s:3:\"640\";s:6:\"height\";s:3:\"350\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\&qu
 ot;;a:9:{s:3:\"url\";s:62:\"http://videos.videopress.com/4st7qnhH/video-e27ed31d34_std.mp4\";s:8:\"fileSize\";s:8:\"88336896\";s:4:\"type\";s:9:\"video/mp4\";s:6:\"medium\";s:5:\"video\";s:7:\"bitrate\";s:3:\"796\";s:9:\"isDefault\";s:5:\"false\";s:8:\"duration\";s:3:\"867\";s:5:\"width\";s:3:\"400\";s:6:\"height\";s:3:\"218\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:9:{s:3:\"url\";s:63:\"http://videos.videopress.com/4st7qnhH/video-e27ed31d34_fmt1.ogv\";s:8:\"fileSize\";s:8:\"88336896\";s:4:\"type\";s:9:\"video/ogg\";s:6:\"medium\";s:5:\"
 video\";s:7:\"bitrate\";s:3:\"796\";s:9:\"isDefault\";s:5:\"false\";s:8:\"duration\";s:3:\"867\";s:5:\"width\";s:3:\"400\";s:6:\"height\";s:3:\"218\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:6:\"rating\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"g\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:6:\"scheme\";s:8:\"urn:mpaa\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"Liisa Benmergui: Embracing The Boundaries of Templates\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:5:\"plain\";}}s:8:\"xml_base\";s:0:\"\&
 quot;;s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"thumbnail\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:71:\"http://videos.videopress.com/4st7qnhH/video-e27ed31d34_std.original.jpg\";s:5:\"width\";s:3:\"256\";s:6:\"height\";s:3:\"140\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:6:\"player\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:78:\"http://s0.videopress.com/player.swf?v=1.04&guid=4st7qnhH&isDynamicSeeking=true\";s:5:\"width\";s:3:\"400\";s:6:\"height\";s:3:\"219\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml
 _base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}i:49;a:6:{s:4:\"data\";s:63:\"\n               \n              \n              \n              \n              \n                              \n              \n              \n              \n              \n\n            \n              \n                              \n                      \n              \n      \n\n            \n\n            \n      \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:6:{s:0:\"\";a:8:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"Jussi Kinnula: Deploying WP Multisite to Heroku\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:78:\"http://wordpress.tv/2016/05/12/jussi-kinnula-deploying-wp-multisite-to-heroku/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit
 \";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:86:\"http://wordpress.tv/2016/05/12/jussi-kinnula-deploying-wp-multisite-to-heroku/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 12 May 2016 22:55:54 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:5:{i:0;a:5:{s:4:\"data\";s:4:\"2016\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:7:\"Finland\";s:7:\&qu
 ot;attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:10:\"WordCampTV\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:6:\"Heroku\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:9:\"multisite\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"http://wordpress.tv?p=58441&preview_id=58441\";s:7:\"attribs\";a:1:{s:
 0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:645:\"This is a crash course how to develop WP multisite locally using Bedrock, and how to deploy it in Heroku. The configuration uses some custom configuration to original Bedrock, and WordPress MU Domains Mapping plug-in + WP Offload S3.\r\n\r\nThe talk will also explain the pros and cons of cloud deployment in general, plus common pitfalls on running WP on Heroku.<p><a href=\"http://www.slideshare.net/JussiKinnula/deploying-wp-multisite-to-heroku\">Presentation Slides &#187;</a></p><img alt=\"\" border=\"0\" src=\"http://pixel.wp.com/b.gif?host=wordpress.tv&#038;blog=5089392&#038;post=58441&#038;subd=wptv&#038;ref=&
 amp;#038;feed=1\" width=\"1\" height=\"1\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"enclosure\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:61:\"http://videos.videopress.com/wZDv0ZCa/video-cc4866c8fe_hd.mp4\";s:6:\"length\";s:10:\"1036277760\";s:4:\"type\";s:9:\"video/mp4\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"WordPress.tv\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\&qu
 ot;;b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:1097:\"<div id=\"v-wZDv0ZCa-1\" class=\"video-player\" style=\"width:400px;height:218px\">\n<embed id=\"v-wZDv0ZCa-1-video\" src=\"http://s0.videopress.com/player.swf?v=1.04&amp;guid=wZDv0ZCa&amp;isDynamicSeeking=true&amp;hd=true\" type=\"application/x-shockwave-flash\" width=\"400\" height=\"218\" title=\"Jussi Kinnula: Deploying WP Multisite to Heroku\" wmode=\"direct\" seamlesstabbing=\"true\" allowfullscreen=\"true\" allowscriptaccess=\"always\" overstretch=\"true\"></embed></div><br />  <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/58441/\">&lt
 ;img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/58441/\" /></a> <img alt=\"\" border=\"0\" src=\"http://pixel.wp.com/b.gif?host=wordpress.tv&#038;blog=5089392&#038;post=58441&#038;subd=wptv&#038;ref=&#038;feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2016/05/12/jussi-kinnula-deploying-wp-multisite-to-heroku/\"><img alt=\"Jussi Kinnula: Deploying WP Multisite to Heroku\" src=\"http://videos.videopress.com/wZDv0ZCa/video-cc4866c8fe_scruberthumbnail_0.jpg\" width=\"160\" height=\"120\" /></a></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a
 :1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:83:\"http://wordpress.tv/2016/05/12/jussi-kinnula-deploying-wp-multisite-to-heroku/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:29:\"http://search.yahoo.com/mrss/\";a:2:{s:7:\"content\";a:1:{i:0;a:6:{s:4:\"data\";s:7:\"\n                    \n              \";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:3:\"url\";s:153:\"http://1.gravatar.com/avatar/ad35284a9f9471314e3eef5f97dac331?s=96&d=http%3A%2F%2F1.gravatar.com%2Fav
 atar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&r=G\";s:6:\"medium\";s:5:\"image\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:29:\"http://search.yahoo.com/mrss/\";a:1:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"anonvideoupload\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"html\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}s:5:\"group\";a:1:{i:0;a:6:{s:4:\"data\";s:39:\"\n                       \n\n                    \n\n                    \n\n                    \n\n                    \n                      \n                      \n                      \n              \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s
 :29:\"http://search.yahoo.com/mrss/\";a:5:{s:7:\"content\";a:4:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:9:{s:3:\"url\";s:61:\"http://videos.videopress.com/wZDv0ZCa/video-cc4866c8fe_hd.mp4\";s:8:\"fileSize\";s:10:\"1036277760\";s:4:\"type\";s:9:\"video/mp4\";s:6:\"medium\";s:5:\"video\";s:7:\"bitrate\";s:4:\"3160\";s:9:\"isDefault\";s:4:\"true\";s:8:\"duration\";s:4:\"2562\";s:5:\"width\";s:4:\"1280\";s:6:\"height\";s:3:\"700\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:9:{s:3:\"url\";s:62:\"http://videos.videopress.co
 m/wZDv0ZCa/video-cc4866c8fe_dvd.mp4\";s:8:\"fileSize\";s:9:\"501086208\";s:4:\"type\";s:9:\"video/mp4\";s:6:\"medium\";s:5:\"video\";s:7:\"bitrate\";s:4:\"1528\";s:9:\"isDefault\";s:5:\"false\";s:8:\"duration\";s:4:\"2562\";s:5:\"width\";s:3:\"640\";s:6:\"height\";s:3:\"350\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:9:{s:3:\"url\";s:62:\"http://videos.videopress.com/wZDv0ZCa/video-cc4866c8fe_std.mp4\";s:8:\"fileSize\";s:9:\"261037056\";s:4:\"type\";s:9:\"video/mp4\";s:6:\"medium\";s:5:\"video\";s:7:\"bitrate\";s:3:\"796\";s:9:\&
 quot;isDefault\";s:5:\"false\";s:8:\"duration\";s:4:\"2562\";s:5:\"width\";s:3:\"400\";s:6:\"height\";s:3:\"218\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:9:{s:3:\"url\";s:63:\"http://videos.videopress.com/wZDv0ZCa/video-cc4866c8fe_fmt1.ogv\";s:8:\"fileSize\";s:9:\"261037056\";s:4:\"type\";s:9:\"video/ogg\";s:6:\"medium\";s:5:\"video\";s:7:\"bitrate\";s:3:\"796\";s:9:\"isDefault\";s:5:\"false\";s:8:\"duration\";s:4:\"2562\";s:5:\"width\";s:3:\"400\";s:6:\"height\";s:3:\"218\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml
 _base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:6:\"rating\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"g\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:6:\"scheme\";s:8:\"urn:mpaa\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"Jussi Kinnula: Deploying WP Multisite to Heroku\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:5:\"plain\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"thumbnail\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:77:\"http://videos.videopress.com/wZDv0ZCa/video-cc4866c8fe_sc
 ruberthumbnail_0.jpg\";s:5:\"width\";s:3:\"256\";s:6:\"height\";s:3:\"140\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:6:\"player\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:78:\"http://s0.videopress.com/player.swf?v=1.04&guid=wZDv0ZCa&isDynamicSeeking=true\";s:5:\"width\";s:3:\"400\";s:6:\"height\";s:3:\"218\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}s:27:\"http://www.w3.org/2005/Atom\";a:1:{s:4:\"link\";a:3:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:4:\"href\";s:49:\"http://wordpres
 s.tv/category/wordcamptv/feed/?x=2\";s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:19:\"application/rss+xml\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:4:{s:3:\"rel\";s:6:\"search\";s:4:\"type\";s:37:\"application/opensearchdescription+xml\";s:4:\"href\";s:27:\"http://wordpress.tv/osd.xml\";s:5:\"title\";s:12:\"WordPress.tv\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:3:\"rel\";s:3:\"hub\";s:4:\"href\";s:34:\"http://wordpress.tv/?pushpress=h
 ub\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:44:\"http://purl.org/rss/1.0/modules/syndication/\";a:2:{s:12:\"updatePeriod\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"hourly\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:15:\"updateFrequency\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";a:11:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Mon, 06 Jun 2016 18:31:20 GMT\";s:12:\"content-type\";s:34:\"application/rss+xml; cha
 rset=UTF-8\";s:10:\"connection\";s:5:\"close\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:8:\"x-hacker\";s:108:\"If you\'re reading this, you should visit automattic.com/jobs and apply to join the fun, mention this header.\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:13:\"last-modified\";s:29:\"Mon, 06 Jun 2016 18:31:19 GMT\";s:4:\"etag\";s:36:\"W/\"ee2ac41c5e857d3fdbafbec857526735\"\";s:16:\"content-encoding\";s:4:\"gzip\";s:4:\"x-ac\";s:10:\"3.sjc _bur\";}s:5:\"build\";s:14:\"20160606161022\";}','no'),(15434,'_transient_timeout_feed_mod_ea3db789640d034994489b5e47dc50ea','1465281081','no'),(15435,'_transient_feed_mod_ea3db789640d034994489b5e47dc50ea','1465237881','no'),(15440,'_transient_timeout_feed_ac0b00fe65abe10e0c5b588f3ed8c7ca','1465282200','no'),(15441,'_transient_feed_ac0b00fe65abe
 10e0c5b588f3ed8c7ca','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:49:\"\n   \n      \n      \n      \n      \n      \n      \n      \n      \n      \n              \n              \n              \n              \n              \n              \n              \n              \n              \n      \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"WordPress News\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\"
 ;s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"https://wordpress.org/news\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"WordPress News\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:13:\"lastBuildDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 06 May 2016 19:22:48 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"en
 -US\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"generator\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"https://wordpress.org/?v=4.6-alpha-37635\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:10:{i:0;a:6:{s:4:\"data\";s:36:\"\n              \n              \n              \n              \n                              \n              \n\n            \n              \n                              \n                      \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"WordPress 4.5.2 Security Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\&quo
 t;\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"https://wordpress.org/news/2016/05/wordpress-4-5-2/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 06 May 2016 19:17:08 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Security\";s:7
 :\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=4290\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:381:\"WordPress 4.5.2 is now available. This is a security release for all previous versions and we strongly encourage you to update your sites immediately. WordPress versions 4.5.1 and earlier are affected by a SOME vulnerability through Plupload, the third-party library WordPress uses for uploading files. WordPress versions 4.2 through 4.5.1 are vulnerable to reflected XSS [&#8230;]\&quot
 ;;s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Helen Hou-Sandi\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:1669:\"<p>WordPress 4.5.2 is now available. This is a <strong>security release</strong> for all previous versions and we strongly encourage you to update your sites immediately.</p>\n<p>WordPress versions 4.5.1 and earlier are affected by a <abbr title=\"Same-Origin Method Execution\">SOME</abbr> vulnerability throu
 gh Plupload, the third-party library WordPress uses for uploading files. WordPress versions 4.2 through 4.5.1 are vulnerable to reflected XSS using specially crafted URIs through MediaElement.js, the third-party library used for media players. MediaElement.js and Plupload have also released updates fixing these issues.</p>\n<p>Both issues were analyzed and reported by Mario Heiderich, Masato Kinugawa, and Filedescriptor from <a href=\"https://cure53.de/\">Cure53</a>. Thanks to the team for practicing <a href=\"https://make.wordpress.org/core/handbook/testing/reporting-security-vulnerabilities/\">responsible disclosure</a>, and to the Plupload and MediaElement.js teams for working closely with us to coördinate and fix these issues.</p>\n<p><a href=\"https://wordpress.org/download/\">Download WordPress 4.5.2</a> or venture over to Dashboard → Updates and simply click “Update Now.” Sites th
 at support automatic background updates are already beginning to update to WordPress 4.5.2.</p>\n<p>Additionally, there are multiple widely publicized vulnerabilities in the ImageMagick image processing library, which is used by a number of hosts and is supported in WordPress. For our current response to these issues, see <a href=\"https://make.wordpress.org/core/2016/05/06/imagemagick-vulnerability-information/\">this post on the core development blog</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:36:\"\n            \n              \n              \n              \n                              \n              \n\n            \n              \n                              \n                      \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";
 a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"WordPress 4.5.1 Maintenance Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"https://wordpress.org/news/2016/04/wordpress-4-5-1-maintenance-release/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 26 Apr 2016 18:58:18 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\
 ";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:3:\"4.5\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=4269\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:358:\"After about six million downloads of WordPress 4.5, we are pleased to announce the immediate availability of WordPress 4.5.1, a maintenance release. This release fixes 12 bugs, chief amon
 g them a singular class issue that broke sites based on the Twenty Eleven theme, an incompatibility between certain Chrome versions and the visual editor, and an [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Adam Silverstein\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:2134:\"<p>After about six million downloads of WordPress 4.5, we are pleased to announce the immediate availability of WordPress 4.5.1, a maintenance release.</p>\n<p>Th
 is release fixes 12 bugs, chief among them a singular class issue that broke sites based on the Twenty Eleven theme, an incompatibility between certain Chrome versions and the visual editor, and an Imagick bug that could break media uploads. This maintenance release fixes a total of 12 bugs in Version 4.5. <span style=\"line-height: 1.5\">For more information, see the </span><a style=\"line-height: 1.5\" href=\"https://codex.wordpress.org/Version_4.5.1\">release notes</a><span style=\"line-height: 1.5\"> or consult the </span><a style=\"line-height: 1.5\" href=\"https://core.trac.wordpress.org/log/branches/4.5?rev=37295&amp;stop_rev=37182\">list of changes</a><span style=\"line-height: 1.5\">.</span></p>\n<p><a href=\"https://wordpress.org/download/\">Download WordPress 4.5.1</a> or venture over to Dashboard → Updat
 es and simply click “Update Now.” Sites that support automatic background updates are already beginning to update to WordPress 4.5.1.</p>\n<p>Thanks to everyone who contributed to 4.5.1:</p>\n<p><a href=\"https://profiles.wordpress.org/jorbin\">Aaron Jorbin</a>, <a href=\"https://profiles.wordpress.org/afercia\">Andrea Fercia</a>, <a href=\"https://profiles.wordpress.org/azaozz\">Andrew Ozz</a>, <a href=\"https://profiles.wordpress.org/boonebgorges\">Boone Gorges</a>, <a href=\"https://profiles.wordpress.org/ocean90\">Dominik Schilling</a>, <a href=\"https://profiles.wordpress.org/flixos90\">Felix Arntz</a>, <a href=\"https://profiles.wordpress.org/pento\">Gary Pendergast</a>, <a href=\"https://profiles.wordpress.org/gblsm\">gblsm</a>, <a href=\"https://profiles.wordpress.or
 g/helen\">Helen Hou-Sandi</a>, <a href=\"https://profiles.wordpress.org/joemcgill\">Joe McGill</a>, <a href=\"https://profiles.wordpress.org/johnbillion\">John Blackbourn</a>, <a href=\"https://profiles.wordpress.org/celloexpressions\">Nick Halsey</a>, <a href=\"https://profiles.wordpress.org/swissspidy\">Pascal Birchler</a>, and <a href=\"https://profiles.wordpress.org/WiZZarD_\">Pieter</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:36:\"\n          \n              \n              \n              \n                              \n              \n\n            \n              \n                              \n                      \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\&quot
 ;;a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"WordPress 4.5 “Coleman”\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"https://wordpress.org/news/2016/04/coleman/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 12 Apr 2016 19:15:32 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0
 :{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:3:\"4.5\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=4203\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:383:\"Version 4.5 of WordPress, named “Coleman” in honor of jazz saxophonist Coleman Hawkins, is available for download or update in your WordPress dashboard. New features in 4.5 help streamline you
 r workflow, whether you’re writing or building your site. Editing Improvements Inline Linking Stay focused on your writing with a less distracting interface that keeps you in [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Mike Schroder\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:26690:\"<p>Version 4.5 of WordPress, named “Coleman” in honor of jazz saxophonist Coleman Hawkins, is available for download or update in your WordPress dashboard. 
 New features in 4.5 help streamline your workflow, whether you’re writing or building your site.</p>\n<p><iframe width=\'692\' height=\'388\' src=\'https://videopress.com/embed/scFdjVo6?hd=0\' frameborder=\'0\' allowfullscreen></iframe><script src=\'https://v0.wordpress.com/js/next/videopress-iframe.js?m=1435166243\'></script></p>\n<hr />\n<h2 style=\"text-align: center\">Editing Improvements</h2>\n<p><img class=\"aligncenter size-full wp-image-4220\" src=\"https://wordpress.org/news/files/2016/04/illustration-short-inlinelinks.png\" alt=\"illustration-short-inlinelinks\" width=\"1000\" height=\"400\" srcset=\"https://wordpress.org/news/files/2016/04/illustration-short-inlinelinks.png 1000w, https://wordpress.org/news/files/2016/04/illustration-short-inlinelinks-300x120.png 300w, https://wordpress.org/news/files/2016/04/illustration-short-inlinelink
 s-768x307.png 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" /></p>\n<h3>Inline Linking</h3>\n<p>Stay focused on your writing with a less distracting interface that keeps you in place and allows you to easily link to your content.</p>\n<p><img class=\"aligncenter size-full wp-image-4265\" src=\"https://wordpress.org/news/files/2016/04/editing-shortcuts-big.gif\" alt=\"editing-shortcuts-big\" width=\"960\" height=\"576\" /></p>\n<h3>Formatting Shortcuts</h3>\n<p>Do you enjoy using formatting shortcuts for lists and headings? Now they’re even more useful, with horizontal lines and <code>&lt;code&gt;</code>.</p>\n<hr />\n<h2 style=\"text-align: center\">Customization Improvements</h2>\n<p><img class=\"aligncenter size-full wp-image-4221\" src=\"https://wordpress.org/news/
 files/2016/04/illustration-short-responsive-preview.png\" alt=\"illustration-short-responsive-preview\" width=\"1000\" height=\"400\" srcset=\"https://wordpress.org/news/files/2016/04/illustration-short-responsive-preview.png 1000w, https://wordpress.org/news/files/2016/04/illustration-short-responsive-preview-300x120.png 300w, https://wordpress.org/news/files/2016/04/illustration-short-responsive-preview-768x307.png 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" /></p>\n<h3>Live Responsive Previews</h3>\n<p>Make sure your site looks great on all screens! Preview mobile, tablet, and desktop views directly in the customizer.</p>\n<p><img class=\"aligncenter wp-image-4239 size-full\" src=\"https://wordpress.org/news/files/2016/04/illustration-short-customlogo-whitespace.png\" width=\"1000\" height=\"440\" srcset=\"https://wordpress.org/news/
 files/2016/04/illustration-short-customlogo-whitespace.png 1000w, https://wordpress.org/news/files/2016/04/illustration-short-customlogo-whitespace-300x132.png 300w, https://wordpress.org/news/files/2016/04/illustration-short-customlogo-whitespace-768x338.png 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" /></p>\n<h3>Custom Logos</h3>\n<p>Themes can now support logos for your business or brand. Try it out with Twenty Sixteen and Twenty Fifteen in the Site Identity section of the customizer.</p>\n<hr />\n<h2 style=\"text-align: center\">Under the Hood</h2>\n<div class=\"under-the-hood three-col\">\n<div class=\"col\">\n<h3>Smart Image Resizing</h3>\n<p>Generated images now load up to 50% faster with no noticeable quality loss. <a href=\"https://make.wordpress.org/core/2016/03/12/performance-improvements-for-images-in-wordpress-4-5/\">It’s
  really cool</a>.</p>\n</div>\n<div class=\"col\">\n<h3>Selective Refresh</h3>\n<p>The customizer now supports a <a href=\"https://make.wordpress.org/core/2016/02/16/selective-refresh-in-the-customizer/\">comprehensive framework</a> for rendering parts of the preview without rewriting your PHP code in JavaScript.</p>\n</div>\n<div class=\"col\">\n<h3>Script Loader Improvements</h3>\n<p>Better support has been added for script header/footer dependencies. New <code><a href=\"https://make.wordpress.org/core/2016/03/08/enhanced-script-loader-in-wordpress-4-5/\">wp_add_inline_script()</a></code> enables adding extra code to registered scripts.</p>\n<h3>Better Embed Templates</h3>\n<p>Embed templates have been split into parts and can be <a href=\"https://make.wordpress.org/core/2016/03/11/embeds-changes-
 in-wordpress-4-5/\">directly overridden by themes</a> via the template hierarchy.</p>\n<h3>JavaScript Library Updates</h3>\n<p>jQuery 1.12.3, jQuery Migrate 1.4.0, Backbone 1.2.3, and Underscore 1.8.3 are bundled.</p>\n</div>\n</div>\n<div class=\"under-the-hood two-col\"></div>\n<hr />\n<h2 style=\"text-align: center\">The Crew</h2>\n<p><a class=\"alignleft\" href=\"https://profiles.wordpress.org/mikeschroder\"><img src=\"https://www.gravatar.com/avatar/76424a001dc6b3ebb4faca0c567800c4?d=mm&amp;s=180&amp;r=G\" alt=\"Mike Schroder\" width=\"80\" height=\"80\" /></a>This release was led by <a href=\"https://getsource.net\">Mike Schroder</a>, backed up by <a href=\"https://profiles.wordpress.org/adamsilverstein\">Adam Silverstein</a> as Release De
 puty, <a href=\"https://choycedesign.com/\">Mel Choyce</a> as Release Design Lead, and the help of these fine individuals. There are <span style=\"font-weight: 400\">298</span> contributors with props in this release. Pull up some Coleman Hawkins on your music service of choice, and check out some of their profiles:</p>\n<a href=\"https://profiles.wordpress.org/mercime\">@mercime</a>, <a href=\"https://profiles.wordpress.org/aaroncampbell\">Aaron D. Campbell</a>, <a href=\"https://profiles.wordpress.org/uglyrobot\">Aaron Edwards</a>, <a href=\"https://profiles.wordpress.org/ahockley\">Aaron Hockley</a>, <a href=\"https://profiles.wordpress.org/jorbin\">Aaron Jorbin</a>, <a href=\"https://profiles.wordpress.org/abiralneupane\">Abiral Neupane</a>, <a href=\"https://profiles.wordpress.org/mrahmada
 wais\">Ahmad Awais</a>, <a href=\"https://profiles.wordpress.org/aidanlane\">aidanlane</a>, <a href=\"https://profiles.wordpress.org/ambrosey\">Alice Brosey</a>, <a href=\"https://profiles.wordpress.org/arush\">Amanda Rush</a>, <a href=\"https://profiles.wordpress.org/afercia\">Andrea Fercia</a>, <a href=\"https://profiles.wordpress.org/andg\">Andrea Gandino</a>, <a href=\"https://profiles.wordpress.org/nacin\">Andrew Nacin</a>, <a href=\"https://profiles.wordpress.org/azaozz\">Andrew Ozz</a>, <a href=\"https://profiles.wordpress.org/rockwell15\">Andrew Rockwell</a>, <a href=\"https://profiles.wordpress.org/andizer\">Andy</a>, <a href=\"https://profiles.wordpress.org/ankit-k-gupta\">Ankit K Gupta</a>, <a href=\"https://profiles.wordpress.org/ati
 mmer\">Anton Timmermans</a>, <a href=\"https://profiles.wordpress.org/apaliku\">apaliku</a>, <a href=\"https://profiles.wordpress.org/aramzs\">Aram Zucker-Scharff</a>, <a href=\"https://profiles.wordpress.org/ashmatadeen\">ash.matadeen</a>, <a href=\"https://profiles.wordpress.org/bappidgreat\">Ashok Kumar Nath</a>, <a href=\"https://profiles.wordpress.org/bandonrandon\">BandonRandon</a>, <a href=\"https://profiles.wordpress.org/barryceelen\">Barry Ceelen</a>, <a href=\"https://profiles.wordpress.org/empireoflight\">Ben Dunkle</a>, <a href=\"https://profiles.wordpress.org/berengerzyla\">berengerzyla</a>, <a href=\"https://profiles.wordpress.org/neoxx\">Bernhard Riedl</a>, <a href=\"https://profiles.wordpress.org/thisisit\">Bhushan S. Jawle</a>, <a hr
 ef=\"https://profiles.wordpress.org/birgire\">Birgir Erlendsson (birgire)</a>, <a href=\"https://profiles.wordpress.org/boonebgorges\">Boone B. Gorges</a>, <a href=\"https://profiles.wordpress.org/williamsba1\">Brad Williams</a>, <a href=\"https://profiles.wordpress.org/bradyvercher\">Brady Vercher</a>, <a href=\"https://profiles.wordpress.org/thebrandonallen\">Brandon Allen</a>, <a href=\"https://profiles.wordpress.org/bhubbard\">Brandon Hubbard</a>, <a href=\"https://profiles.wordpress.org/kraftbj\">Brandon Kraft</a>, <a href=\"https://profiles.wordpress.org/krogsgard\">Brian Krogsgard</a>, <a href=\"https://profiles.wordpress.org/borgesbruno\">Bruno Borges</a>, <a href=\"https://profiles.wordpress.org/chmac\">Callum Macdonald</a>, <a href=\"https://profiles.w
 ordpress.org/camikaos\">Cami Kaos</a>, <a href=\"https://profiles.wordpress.org/chandrapatel\">Chandra Patel</a>, <a href=\"https://profiles.wordpress.org/mackensen\">Charles Fulton</a>, <a href=\"https://profiles.wordpress.org/chetanchauhan\">Chetan Chauhan</a>, <a href=\"https://profiles.wordpress.org/chouby\">Chouby</a>, <a href=\"https://profiles.wordpress.org/chrico\">ChriCo</a>, <a href=\"https://profiles.wordpress.org/chriscct7\">Chris Christoff</a>, <a href=\"https://profiles.wordpress.org/chris_dev\">Chris Mok</a>, <a href=\"https://profiles.wordpress.org/christophherr\">christophherr</a>, <a href=\"https://profiles.wordpress.org/ckoerner\">ckoerner</a>, <a href=\"https://profiles.wordpress.org/claudiosanches\">Claudio Sanches</a>, <a href=\
 "https://profiles.wordpress.org/compute\">Compute</a>, <a href=\"https://profiles.wordpress.org/coreymcollins\">coreymcollins</a>, <a href=\"https://profiles.wordpress.org/d4z_c0nf\">d4z_c0nf</a>, <a href=\"https://profiles.wordpress.org/extendwings\">Daisuke Takahashi</a>, <a href=\"https://profiles.wordpress.org/danhgilmore\">danhgilmore</a>, <a href=\"https://profiles.wordpress.org/danielbachhuber\">Daniel Bachhuber</a>, <a href=\"https://profiles.wordpress.org/scarinessreported\">Daniel Bailey</a>, <a href=\"https://profiles.wordpress.org/redsweater\">Daniel Jalkut (Red Sweater)</a>, <a href=\"https://profiles.wordpress.org/diddledan\">Daniel Llewellyn</a>, <a href=\"https://profiles.wordpress.org/mte90\">Daniele Scasciafratte</a>, <a href=\"https://profiles
 .wordpress.org/danielpataki\">danielpataki</a>, <a href=\"https://profiles.wordpress.org/dvankooten\">Danny van Kooten</a>, <a href=\"https://profiles.wordpress.org/thewanderingbrit\">Dave Clements</a>, <a href=\"https://profiles.wordpress.org/davidakennedy\">David A. Kennedy</a>, <a href=\"https://profiles.wordpress.org/dbrumbaugh10up\">David Brumbaugh</a>, <a href=\"https://profiles.wordpress.org/dlh\">David Herrera</a>, <a href=\"https://profiles.wordpress.org/dnewton\">David Newton</a>, <a href=\"https://profiles.wordpress.org/dshanske\">David Shanske</a>, <a href=\"https://profiles.wordpress.org/folletto\">Davide \'Folletto\' Casali</a>, <a href=\"https://profiles.wordpress.org/denis-de-bernardy\">Denis de Bernardy</a>, <a href=\"https://profiles.wordpress.org/r
 ealloc\">Dennis Ploetner</a>, <a href=\"https://profiles.wordpress.org/valendesigns\">Derek Herman</a>, <a href=\"https://profiles.wordpress.org/dd32\">Dion Hulse</a>, <a href=\"https://profiles.wordpress.org/dmsnell\">dmsnell</a>, <a href=\"https://profiles.wordpress.org/ocean90\">Dominik Schilling</a>, <a href=\"https://profiles.wordpress.org/dossy\">Dossy Shiobara</a>, <a href=\"https://profiles.wordpress.org/dotancohen\">Dotan Cohen</a>, <a href=\"https://profiles.wordpress.org/drebbitsweb\">Dreb Bits</a>, <a href=\"https://profiles.wordpress.org/drewapicture\">Drew Jaynes</a>, <a href=\"https://profiles.wordpress.org/duaneblake\">duaneblake</a>, <a href=\"https://profiles.wordpress.org/kucrut\">Dzikri Aziz</a>, <a href=\"https://profiles.wo
 rdpress.org/eliorivero\">Elio Rivero</a>, <a href=\"https://profiles.wordpress.org/iseulde\">Ella Iseulde Van Dorpe</a>, <a href=\"https://profiles.wordpress.org/codex-m\">Emerson Maningo</a>, <a href=\"https://profiles.wordpress.org/enej\">enej</a>, <a href=\"https://profiles.wordpress.org/ericlewis\">Eric Andrew Lewis</a>, <a href=\"https://profiles.wordpress.org/ebinnion\">Eric Binnion</a>, <a href=\"https://profiles.wordpress.org/ericdaams\">Eric Daams</a>, <a href=\"https://profiles.wordpress.org/ethitter\">Erick Hitter</a>, <a href=\"https://profiles.wordpress.org/eherman24\">Evan Herman</a>, <a href=\"https://profiles.wordpress.org/fab1en\">Fabien Quatravaux</a>, <a href=\"https://profiles.wordpress.org/faishal\">faishal</a>, <a href=\"ht
 tps://profiles.wordpress.org/fantasyworld\">fantasyworld</a>, <a href=\"https://profiles.wordpress.org/flixos90\">Felix Arntz</a>, <a href=\"https://profiles.wordpress.org/finnj\">finnj</a>, <a href=\"https://profiles.wordpress.org/firebird75\">firebird75</a>, <a href=\"https://profiles.wordpress.org/frozzare\">Fredrik Forsmo</a>, <a href=\"https://profiles.wordpress.org/fusillicode\">fusillicode</a>, <a href=\"https://profiles.wordpress.org/garyj\">Gary Jones</a>, <a href=\"https://profiles.wordpress.org/pento\">Gary Pendergast</a>, <a href=\"https://profiles.wordpress.org/gblsm\">gblsm</a>, <a href=\"https://profiles.wordpress.org/georgestephanis\">George Stephanis</a>, <a href=\"https://profiles.wordpress.org/garusky\">Giuseppe Mamone</a>, <a href
 =\"https://profiles.wordpress.org/jubstuff\">Giustino Borzacchiello</a>, <a href=\"https://profiles.wordpress.org/grantpalin\">Grant Palin</a>, <a href=\"https://profiles.wordpress.org/groovecoder\">groovecoder</a>, <a href=\"https://profiles.wordpress.org/wido\">Guido Scialfa</a>, <a href=\"https://profiles.wordpress.org/bordoni\">Gustavo Bordoni</a>, <a href=\"https://profiles.wordpress.org/hakre\">hakre</a>, <a href=\"https://profiles.wordpress.org/helen\">Helen Hou-Sandí</a>, <a href=\"https://profiles.wordpress.org/henrywright\">Henry Wright</a>, <a href=\"https://profiles.wordpress.org/hnle\">Hinaloe</a>, <a href=\"https://profiles.wordpress.org/hlashbrooke\">Hugh Lashbrooke</a>, <a href=\"https://profiles.wordpress.org/hugobaeta\">Hugo Baeta</
 a>, <a href=\"https://profiles.wordpress.org/polevaultweb\">Iain Poulson</a>, <a href=\"https://profiles.wordpress.org/igmoweb\">Ignacio Cruz Moreno</a>, <a href=\"https://profiles.wordpress.org/imath\">imath</a>, <a href=\"https://profiles.wordpress.org/iamntz\">Ionut Staicu</a>, <a href=\"https://profiles.wordpress.org/ivankristianto\">Ivan Kristianto</a>, <a href=\"https://profiles.wordpress.org/jdgrimes\">J.D. Grimes</a>, <a href=\"https://profiles.wordpress.org/jadpm\">jadpm</a>, <a href=\"https://profiles.wordpress.org/jamesdigioia\">James DiGioia</a>, <a href=\"https://profiles.wordpress.org/jason_the_adams\">Jason</a>, <a href=\"https://profiles.wordpress.org/jaspermdegroot\">Jasper de Groot</a>, <a href=\"https://profiles.wordpress.org/cheffheid\&
 quot;>Jeffrey de Wit</a>, <a href=\"https://profiles.wordpress.org/jeffpyebrookcom\">Jeffrey Schutzman</a>, <a href=\"https://profiles.wordpress.org/jmdodd\">Jennifer M. Dodd</a>, <a href=\"https://profiles.wordpress.org/jeremyfelt\">Jeremy Felt</a>, <a href=\"https://profiles.wordpress.org/jeherve\">Jeremy Herve</a>, <a href=\"https://profiles.wordpress.org/jpry\">Jeremy Pry</a>, <a href=\"https://profiles.wordpress.org/jesin\">Jesin A</a>, <a href=\"https://profiles.wordpress.org/ardathksheyna\">Jess G.</a>, <a href=\"https://profiles.wordpress.org/boluda\">Joan Boluda</a>, <a href=\"https://profiles.wordpress.org/joehoyle\">Joe Hoyle</a>, <a href=\"https://profiles.wordpress.org/joemcgill\">Joe McGill</a>, <a href=\"https://profiles.wordpress.org/
 joelerr\">joelerr</a>, <a href=\"https://profiles.wordpress.org/johnbillion\">John Blackbourn</a>, <a href=\"https://profiles.wordpress.org/johnjamesjacoby\">John James Jacoby</a>, <a href=\"https://profiles.wordpress.org/johnnypea\">JohnnyPea</a>, <a href=\"https://profiles.wordpress.org/jbrinley\">Jonathan Brinley</a>, <a href=\"https://profiles.wordpress.org/spacedmonkey\">Jonny Harris</a>, <a href=\"https://profiles.wordpress.org/keraweb\">Jory Hogeveen</a>, <a href=\"https://profiles.wordpress.org/joefusco\">Joseph Fusco</a>, <a href=\"https://profiles.wordpress.org/joshlevinson\">Josh Levinson</a>, <a href=\"https://profiles.wordpress.org/shelob9\">Josh Pollock</a>, <a href=\"https://profiles.wordpress.org/jrchamp\">jrchamp</a>, <a href=\"
 https://profiles.wordpress.org/jrf\">jrf</a>, <a href=\"https://profiles.wordpress.org/juanfra\">Juanfra Aldasoro</a>, <a href=\"https://profiles.wordpress.org/juhise\">Juhi Saxena</a>, <a href=\"https://profiles.wordpress.org/juliobox\">Julio Potier</a>, <a href=\"https://profiles.wordpress.org/katieburch\">katieburch</a>, <a href=\"https://profiles.wordpress.org/ryelle\">Kelly Dwan</a>, <a href=\"https://profiles.wordpress.org/khag7\">Kevin Hagerty</a>, <a href=\"https://profiles.wordpress.org/kiranpotphode\">Kiran Potphode</a>, <a href=\"https://profiles.wordpress.org/kwight\">Kirk Wight</a>, <a href=\"https://profiles.wordpress.org/ixkaito\">Kite</a>, <a href=\"https://profiles.wordpress.org/kjbenk\">kjbenk</a>, <a href=\"https://profiles.wo
 rdpress.org/kovshenin\">Konstantin Kovshenin</a>, <a href=\"https://profiles.wordpress.org/obenland\">Konstantin Obenland</a>, <a href=\"https://profiles.wordpress.org/kouratoras\">Konstantinos Kouratoras</a>, <a href=\"https://profiles.wordpress.org/krissiev\">KrissieV</a>, <a href=\"https://profiles.wordpress.org/lancewillett\">Lance Willett</a>, <a href=\"https://profiles.wordpress.org/leemon\">leemon</a>, <a href=\"https://profiles.wordpress.org/layotte\">Lew Ayotte</a>, <a href=\"https://profiles.wordpress.org/liamdempsey\">Liam Dempsey</a>, <a href=\"https://profiles.wordpress.org/luan-ramos\">Luan Ramos</a>, <a href=\"https://profiles.wordpress.org/luciole135\">luciole135</a>, <a href=\"https://profiles.wordpress.org/lpawlik\">Lukas Pawlik</a>, &
 lt;a href=\"https://profiles.wordpress.org/latz\">Lutz Schr&#246;er</a>, <a href=\"https://profiles.wordpress.org/madvic\">madvic</a>, <a href=\"https://profiles.wordpress.org/marcochiesi\">Marco Chiesi</a>, <a href=\"https://profiles.wordpress.org/tyxla\">Marin Atanasov</a>, <a href=\"https://profiles.wordpress.org/nofearinc\">Mario Peshev</a>, <a href=\"https://profiles.wordpress.org/mark8barnes\">Mark Barnes</a>, <a href=\"https://profiles.wordpress.org/markjaquith\">Mark Jaquith</a>, <a href=\"https://profiles.wordpress.org/mapk\">Mark Uraine</a>, <a href=\"https://profiles.wordpress.org/markoheijnen\">Marko Heijnen</a>, <a href=\"https://profiles.wordpress.org/gitlost\">Martin Burke</a>, <a href=\"https://profiles.wordpress.org/mattfelten\">Matt
  Felten</a>, <a href=\"https://profiles.wordpress.org/matt\">Matt Mullenweg</a>, <a href=\"https://profiles.wordpress.org/mattwiebe\">Matt Wiebe</a>, <a href=\"https://profiles.wordpress.org/mattgeri\">MattGeri</a>, <a href=\"https://profiles.wordpress.org/maweder\">maweder</a>, <a href=\"https://profiles.wordpress.org/mayukojpn\">Mayo Moriyama</a>, <a href=\"https://profiles.wordpress.org/mcapybara\">mcapybara</a>, <a href=\"https://profiles.wordpress.org/mehulkaklotar\">Mehul Kaklotar</a>, <a href=\"https://profiles.wordpress.org/meitar\">Meitar</a>, <a href=\"https://profiles.wordpress.org/mensmaximus\">mensmaximus</a>, <a href=\"https://profiles.wordpress.org/michael-arestad\">Michael Arestad</a>, <a href=\"https://profiles.wordpress.org/michalzuber
 \">michalzuber</a>, <a href=\"https://profiles.wordpress.org/micropat\">micropat</a>, <a href=\"https://profiles.wordpress.org/ipstenu\">Mika Epstein</a>, <a href=\"https://profiles.wordpress.org/mdgl\">Mike Glendinning</a>, <a href=\"https://profiles.wordpress.org/mikehansenme\">Mike Hansen</a>, <a href=\"https://profiles.wordpress.org/mikejolley\">Mike Jolley</a>, <a href=\"https://profiles.wordpress.org/dimadin\">Milan Dinić</a>, <a href=\"https://profiles.wordpress.org/morganestes\">Morgan Estes</a>, <a href=\"https://profiles.wordpress.org/mt8biz\">moto hachi ( mt8.biz )</a>, <a href=\"https://profiles.wordpress.org/usermrpapa\">Mr Papa</a>, <a href=\"https://profiles.wordpress.org/mwidmann\">mwidmann</a>, <a href=\"https://profiles.wordpr
 ess.org/nexurium\">nexurium</a>, <a href=\"https://profiles.wordpress.org/niallkennedy\">Niall Kennedy</a>, <a href=\"https://profiles.wordpress.org/nicdford\">Nic Ford</a>, <a href=\"https://profiles.wordpress.org/celloexpressions\">Nick Halsey </a>, <a href=\"https://profiles.wordpress.org/rabmalin\">Nilambar Sharma</a>, <a href=\"https://profiles.wordpress.org/ninos-ego\">Ninos</a>, <a href=\"https://profiles.wordpress.org/oaron\">oaron</a>, <a href=\"https://profiles.wordpress.org/overclokk\">overclokk</a>, <a href=\"https://profiles.wordpress.org/swissspidy\">Pascal Birchler</a>, <a href=\"https://profiles.wordpress.org/obrienlabs\">Pat O\'Brien</a>, <a href=\"https://profiles.wordpress.org/pbearne\">Paul Bearne</a>, <a href=\"https://profi
 les.wordpress.org/pauldewouters\">Paul de Wouters</a>, <a href=\"https://profiles.wordpress.org/sirbrillig\">Payton Swick</a>, <a href=\"https://profiles.wordpress.org/perezlabs\">Perez Labs</a>, <a href=\"https://profiles.wordpress.org/gungeekatx\">Pete Nelson</a>, <a href=\"https://profiles.wordpress.org/peterwilsoncc\">Peter Wilson</a>, <a href=\"https://profiles.wordpress.org/cadeyrn\">petermolnar</a>, <a href=\"https://profiles.wordpress.org/walbo\">Petter Walb&#248; Johnsg&#229;rd</a>, <a href=\"https://profiles.wordpress.org/wizzard_\">Pieter</a>, <a href=\"https://profiles.wordpress.org/mordauk\">Pippin Williamson</a>, <a href=\"https://profiles.wordpress.org/ptahdunbar\">Pirate Dunbar</a>, <a href=\"https://profiles.wordpress.org/prettyboymp\"&g
 t;prettyboymp</a>, <a href=\"https://profiles.wordpress.org/profforg\">Profforg</a>, <a href=\"https://profiles.wordpress.org/programmin\">programmin</a>, <a href=\"https://profiles.wordpress.org/rachelbaker\">Rachel Baker</a>, <a href=\"https://profiles.wordpress.org/rahalaboulfeth\">rahal.aboulfeth</a>, <a href=\"https://profiles.wordpress.org/ramiy\">Rami Yushuvaev</a>, <a href=\"https://profiles.wordpress.org/lamosty\">Rastislav Lamos</a>, <a href=\"https://profiles.wordpress.org/rickalee\">Ricky Lee Whittemore</a>, <a href=\"https://profiles.wordpress.org/ritteshpatel\">Ritesh Patel</a>, <a href=\"https://profiles.wordpress.org/rob\">rob</a>, <a href=\"https://profiles.wordpress.org/rogerhub\">Roger Chen</a>, <a href=\"https://profiles.wordpress.or
 g/romsocial\">RomSocial</a>, <a href=\"https://profiles.wordpress.org/ruudjoyo\">Ruud Laan</a>, <a href=\"https://profiles.wordpress.org/ryan\">Ryan Boren</a>, <a href=\"https://profiles.wordpress.org/ryankienstra\">Ryan Kienstra</a>, <a href=\"https://profiles.wordpress.org/rmccue\">Ryan McCue</a>, <a href=\"https://profiles.wordpress.org/welcher\">Ryan Welcher</a>, <a href=\"https://profiles.wordpress.org/sagarjadhav\">Sagar Jadhav</a>, <a href=\"https://profiles.wordpress.org/salcode\">Sal Ferrarello</a>, <a href=\"https://profiles.wordpress.org/salvoaranzulla\">salvoaranzulla</a>, <a href=\"https://profiles.wordpress.org/samhotchkiss\">Sam Hotchkiss</a>, <a href=\"https://profiles.wordpress.org/rosso99\">Sara Rosso</a>, <a href=\"https://pro
 files.wordpress.org/sarciszewski\">Scott Arciszewski</a>, <a href=\"https://profiles.wordpress.org/sc0ttkclark\">Scott Kingsley Clark</a>, <a href=\"https://profiles.wordpress.org/coffee2code\">Scott Reilly</a>, <a href=\"https://profiles.wordpress.org/wonderboymusic\">Scott Taylor</a>, <a href=\"https://profiles.wordpress.org/scottbrownconsulting\">scottbrownconsulting</a>, <a href=\"https://profiles.wordpress.org/scribu\">scribu</a>, <a href=\"https://profiles.wordpress.org/sebastianpisula\">Sebastian Pisula</a>, <a href=\"https://profiles.wordpress.org/sergejmueller\">Sergej M&#252;ller</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov\">Sergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/shamess\">Shane</a>, <a href=\"https://profiles.wor
 dpress.org/shinichin\">Shinichi Nishikawa</a>, <a href=\"https://profiles.wordpress.org/sidati\">Sidati</a>, <a href=\"https://profiles.wordpress.org/siobhan\">Siobhan</a>, <a href=\"https://profiles.wordpress.org/aargh-a-knot\">sky</a>, <a href=\"https://profiles.wordpress.org/slushman\">slushman</a>, <a href=\"https://profiles.wordpress.org/smerriman\">smerriman</a>, <a href=\"https://profiles.wordpress.org/stephanethomas\">stephanethomas</a>, <a href=\"https://profiles.wordpress.org/netweb\">Stephen Edgar</a>, <a href=\"https://profiles.wordpress.org/stephenharris\">Stephen Harris</a>, <a href=\"https://profiles.wordpress.org/stevegrunwell\">Steve Grunwell</a>, <a href=\"https://profiles.wordpress.org/stevenkword\">Steven Word</a>, <a href=\"
 https://profiles.wordpress.org/charlestonsw\">Store Locator Plus</a>, <a href=\"https://profiles.wordpress.org/subharanjan\">Subharanjan</a>, <a href=\"https://profiles.wordpress.org/sudar\">Sudar Muthu</a>, <a href=\"https://profiles.wordpress.org/5um17\">Sumit Singh</a>, <a href=\"https://profiles.wordpress.org/tacoverdo\">Taco Verdonschot</a>, <a href=\"https://profiles.wordpress.org/tahteche\">tahteche</a>, <a href=\"https://profiles.wordpress.org/iamtakashi\">Takashi Irie</a>, <a href=\"https://profiles.wordpress.org/takayukister\">Takayuki Miyoshi</a>, <a href=\"https://profiles.wordpress.org/karmatosed\">Tammie Lister</a>, <a href=\"https://profiles.wordpress.org/tharsheblows\">tharsheblows</a>, <a href=\"https://profiles.wordpress.org/themiked\">theMi
 keD</a>, <a href=\"https://profiles.wordpress.org/thomaswm\">thomaswm</a>, <a href=\"https://profiles.wordpress.org/timothyblynjacobs\">Timothy Jacobs</a>, <a href=\"https://profiles.wordpress.org/timplunkett\">timplunkett</a>, <a href=\"https://profiles.wordpress.org/tmuikku\">tmuikku</a>, <a href=\"https://profiles.wordpress.org/skithund\">Toni Viemer&#246;</a>, <a href=\"https://profiles.wordpress.org/toro_unit\">Toro_Unit (Hiroshi Urabe)</a>, <a href=\"https://profiles.wordpress.org/liljimmi\">Tracy Levesque</a>, <a href=\"https://profiles.wordpress.org/rilwis\">Tran Ngoc Tuan Anh</a>, <a href=\"https://profiles.wordpress.org/wpsmith\">Travis Smith</a>, <a href=\"https://profiles.wordpress.org/tywayne\">Ty Carlson</a>, <a href=\"https://profiles
 .wordpress.org/grapplerulrich\">Ulrich</a>, <a href=\"https://profiles.wordpress.org/utkarshpatel\">Utkarsh</a>, <a href=\"https://profiles.wordpress.org/vhomenko\">vhomenko</a>, <a href=\"https://profiles.wordpress.org/virgodesign\">virgodesign</a>, <a href=\"https://profiles.wordpress.org/vladolaru\">vlad.olaru</a>, <a href=\"https://profiles.wordpress.org/voldemortensen\">voldemortensen</a>, <a href=\"https://profiles.wordpress.org/vtieu\">vtieu</a>, <a href=\"https://profiles.wordpress.org/webaware\">webaware</a>, <a href=\"https://profiles.wordpress.org/wesleye\">Wesley Elfring</a>, <a href=\"https://profiles.wordpress.org/westonruter\">Weston Ruter</a>, <a href=\"https://profiles.wordpress.org/wisdmlabs\">WisdmLabs</a>, <a href=\"https://p
 rofiles.wordpress.org/wpdelighter\">WP Delighter</a>, <a href=\"https://profiles.wordpress.org/wp-architect\">wp-architect</a>, <a href=\"https://profiles.wordpress.org/xavortm\">xavortm</a>, <a href=\"https://profiles.wordpress.org/yetanotherdaniel\">yetAnotherDaniel</a>, and <a href=\"https://profiles.wordpress.org/zinigor\">zinigor</a>.\n<p>&nbsp;</p>\n<p>Special thanks go to <a href=\"http://siobhanmckeown.com/\">Siobhan McKeown</a> for producing the release video and <a href=\"https://jacklenox.com\">Jack Lenox</a> for the voice-over.</p>\n<p>Finally, thanks to all of the contributors who provided translations for the release. WordPress 4.5 comes fully translated into 44 languages and the release video has been translated into 32 languages!</p>\n<p>If you want to follow along or help out,
  check out <a href=\"https://make.wordpress.org/\">Make WordPress</a> and our <a href=\"https://make.wordpress.org/core/\">core development blog</a>. Thanks for choosing WordPress. See you soon for version 4.6!</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:39:\"\n             \n              \n              \n              \n                              \n              \n              \n\n            \n              \n                              \n                      \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"WordPress 4.5 RC2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_
 lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/news/2016/04/wordpress-4-5-rc2/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 10 Apr 2016 05:14:28 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:
 \"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"4.5\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=4186\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:350:\"The second release candidate for WordPress 4.5 is now available. We&#8217;ve made 91 changes since the first release candidate. RC means we think we’re done, but with millions of users and thousands of plugins and themes, it
 s possible we’ve missed something. We hope to ship WordPress 4.5 on Tuesday, April 12, but we need your help [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Mike Schroder\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:3044:\"<p>The second release candidate for WordPress 4.5 is now available.</p>\n<p>We&#8217;ve made <a href=\"https://core.trac.wordpress.org/log/trunk?action=stop_on_copy&amp;mode=stop_on_copy&amp;re
 v=37171&amp;stop_rev=37078&amp;limit=120&amp;verbose=on\">91 changes</a> since the first release candidate. RC means we think we’re done, but with millions of users and thousands of plugins and themes, it’s possible we’ve missed something. We hope to ship WordPress 4.5 on <strong>Tuesday, April 12</strong>, but we need your help to get there.</p>\n<p>If you haven’t tested 4.5 yet, now is the time!</p>\n<p><strong>Think you&#8217;ve found a bug?</strong> Please post to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">Alpha/Beta support forum</a>. If any known issues come up, you&#8217;ll be able to <a href=\"https://core.trac.wordpress.org/report/5\">find them here</a>.</p>\n<p>To test WordPress 4.5, you can use the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a&gt
 ; plugin or you can <a href=\"https://wordpress.org/wordpress-4.5-RC2.zip\">download the release candidate here</a> (zip).</p>\n<p>For more information about what’s new in version 4.5, check out the <a href=\"https://wordpress.org/news/2016/02/wordpress-4-5-beta-1/\">Beta 1</a>, <a href=\"https://wordpress.org/news/2016/03/wordpress-4-5-beta-2/\">Beta 2</a>, <a href=\"https://wordpress.org/news/2016/03/wordpress-4-5-beta-3/\">Beta 3</a>, and <a href=\"https://wordpress.org/news/2016/03/wordpress-4-5-beta-4/\">Beta 4</a> blog posts.</p>\n<p><strong>Developers</strong>, please test your plugins and themes against WordPress 4.5 and update your plugin&#8217;s <em>Tested up to</em> version in the readme to 4.5. If you find compatibility problems, we never want to break things, so please be sure to post to the support forums
  so we can figure those out before the final release.</p>\n<p><strong>Polyglots</strong>, strings are now hard frozen, including the About Page, so you are clear to translate!</p>\n<p>A few changes of note since the first release candidate:</p>\n<ul>\n<li>Normalized non-slashing of data in the REST API infrastructure. If you use the REST API infrastructure, <a href=\"https://make.wordpress.org/core/2016/04/06/rest-api-slashed-data-in-wordpress-4-4-and-4-5/\">check out the post on this change</a>.</li>\n<li>Customizer settings for widget instances get registered a bit later to give a chance for the widget instances themselves to be registered first. See <a href=\"https://core.trac.wordpress.org/ticket/36431\">#36431</a> for details.</li>\n<li>Fixed various cropping issues in the Custom Logo feature and Twenty Fifteen / Twenty Sixteen themes.</li>\n</ul&
 gt;\n<p>Be sure to <a href=\"https://make.wordpress.org/core/\">follow along the core development blog</a>, where you can find the <a href=\"https://make.wordpress.org/core/2016/03/30/wordpress-4-5-field-guide/\">Field Guide for 4.5</a>.</p>\n<p><em>It&#8217;s great fun to test</em><br />\n<em>Enjoyment in another</em><br />\n<em>Release Candidate</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:33:\"\n               \n              \n              \n              \n                              \n\n            \n              \n                              \n                      \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:
 1:{i:0;a:5:{s:4:\"data\";s:53:\"Contributor Weekend: Global WordPress Translation Day\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:88:\"https://wordpress.org/news/2016/04/contributor-weekend-global-wordpress-translation-day/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 07 Apr 2016 21:04:39 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Community\";s:7:\"att
 ribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=4191\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:378:\"Global WordPress Translation Day is a one-day contributor initiative organised by the WordPress project’s Polyglots team that is dedicated to helping new contributors who would like to translate WordPress in one of the 160 languages WordPress is available in. Global WordPress Translation Day will be on Sunday, April 24th, starting at 0:00 UTC and will go on for [&#8230;]\";s:7:\"a
 ttribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"Josepha\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:3069:\"<p class=\"p1\"><span class=\"s1\">Global WordPress Translation Day is a one-day contributor initiative organised </span><span class=\"s1\">by the WordPress project’s </span><span class=\"s1\"> <a href=\"https://make.wordpress.org/polyglots\"><span class=\"s2\">Polyglots te
 am</span></a> that is dedicated to helping new contributors who would like to translate WordPress in one of the 160 languages WordPress is available in.</span></p>\n<p class=\"p1\"><span class=\"s1\">Global WordPress Translation Day will be on Sunday, April 24th, starting at 0:00 UTC and will go on for 24 hours covering all time zones.</span></p>\n<p class=\"p3\"><span class=\"s1\"><b>What are we doing?</b></span></p>\n<ul class=\"ul1\">\n<li class=\"li1\"><span class=\"s1\"><span class=\"s1\">Live training: A 24h live streaming of tutorials about translating WordPress in different languages and making your code translatable (30min/1h sessions in different languages including a general instruction and specifics for that particular language). The </span></span><span class=\"s1
 \">internationalization </span>sessions will be in English. The sessions will be presented by some of the most experienced WordPress translators and internationalization experts. The Schedule can be found on the website.</li>\n<li class=\"li1\"><span class=\"s1\">Local translation contributor days: Groups of contributors gather at different locations and work face to face.</span></li>\n<li class=\"li1\"><span class=\"s1\">Local remote translation contributor days: Current translation teams dedicate time and get involved remotely to do orientation for their potential contributors or work with their current translation teams on translating as many strings as they can.</span></li>\n</ul>\n<p class=\"p1\"><span class=\"s1\">If you organise a local meetup, why not organise a contributor day for translating in your language?</span></p&
 gt;\n<p class=\"p3\"><span class=\"s1\"><b>Join us! Read about the initiative and </b><a href=\"https://make.wordpress.org/polyglots/2016/03/02/wordpress-global-translation-day-april-24th-2016/\"><span class=\"s3\"><b>sign up as an organiser</b></span></a><b>.</b></span></p>\n<p class=\"p3\"><span class=\"s1\"><b>Can I get involved if I only speak English?</b></span></p>\n<p class=\"p1\"><span class=\"s1\">Yes! Even if you only speak English, it would be great to get involved and check out some of the English locale variants &#8211; English as spoken in the United Kingdom, Canada, New Zealand, Australia, South Africa. English has many variants across the globe and you can learn about the differences and why it&#8217;s important that users have the option to choose a 
 variant during some of our sessions. And if you&#8217;re in a funky mood, you can give translating the interface into Emoji a try! Yes, we have a WordPress in Emoji locale!</span></p>\n<p class=\"p3\"><span class=\"s1\"><b>Questions?</b></span></p>\n<p class=\"p1\"><span class=\"s1\">The polyglots team and the event organisers hang out in <a href=\"http://wordpress.slack.com/messages/polyglots/\">#Polyglots in Slack</a>. They will gladly help you out.</span></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:39:\"\n                \n              \n              \n              \n                              \n              \n              \n\n            \n              \n                              \n                      \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\&
 quot;;b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"WordPress 4.5 Release Candidate\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"https://wordpress.org/news/2016/03/wordpress-4-5-release-candidate/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 24 Mar 2016 03:50:27 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"cat
 egory\";a:3:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"4.5\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=4165\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\&q
 uot;;b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:344:\"The release candidate for WordPress 4.5 is now available. We&#8217;ve made 49 changes since releasing Beta 4 a week ago. RC means we think we’re done, but with millions of users and thousands of plugins and themes, it’s possible we’ve missed something. We hope to ship WordPress 4.5 on Tuesday, April 12, but we need your help [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Mike Schroder\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\&quo
 t;http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:2251:\"<p>The release candidate for WordPress 4.5 is now available.</p>\n<p>We&#8217;ve made <a href=\"https://core.trac.wordpress.org/log/trunk?action=stop_on_copy&amp;mode=stop_on_copy&amp;rev=37077&amp;stop_rev=37026&amp;limit=120&amp;verbose=on\">49 changes</a> since releasing Beta 4 a week ago. RC means we think we’re done, but with millions of users and thousands of plugins and themes, it’s possible we’ve missed something. We hope to ship WordPress 4.5 on <strong>Tuesday, April 12</strong>, but we need your help to get there.</p>\n<p>If you haven’t tested 4.5 yet, now is the time!</p>\n<p><strong>Think you&#8217;ve found a bug?</strong> Please post to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">A
 lpha/Beta support forum</a>. If any known issues come up, you&#8217;ll be able to <a href=\"https://core.trac.wordpress.org/report/5\">find them here</a>.</p>\n<p>To test WordPress 4.5, you can use the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin or you can <a href=\"https://wordpress.org/wordpress-4.5-RC1.zip\">download the release candidate here</a> (zip).</p>\n<p>For more information about what’s new in version 4.5, check out the <a href=\"https://wordpress.org/news/2016/02/wordpress-4-5-beta-1/\">Beta 1</a>, <a href=\"https://wordpress.org/news/2016/03/wordpress-4-5-beta-2/\">Beta 2</a>, <a href=\"https://wordpress.org/news/2016/03/wordpress-4-5-beta-3/\">Beta 3</a>, and <a href=\"https://wordpress.org/news/2016/03/wordpress-4-5-beta-4/\">Beta 
 4</a> blog posts.</p>\n<p><strong>Developers</strong>, please test your plugins and themes against WordPress 4.5 and update your plugin&#8217;s <em>Tested up to</em> version in the readme to 4.5 before next week. If you find compatibility problems, we never want to break things, so please be sure to post to the support forums so we can figure those out before the final release.</p>\n<p>Be sure to <a href=\"https://make.wordpress.org/core/\">follow along the core development blog</a>, where we&#8217;ll continue to post <a href=\"https://make.wordpress.org/core/tag/dev-notes+4-5/\">notes for developers</a> for 4.5.</p>\n<p><em>Free as in Freedom</em><br />\n<em>It is WordPress 4.5</em><br />\n<em>Also free as in beer</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:1
 7:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:42:\"\n                \n              \n              \n              \n                              \n              \n              \n              \n\n            \n              \n                              \n                      \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordPress 4.5 Beta 4\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2016/03/wordpress-4-5-beta-4/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"p
 ubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 17 Mar 2016 04:30:25 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:4:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"4.5\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"da
 ta\";s:4:\"beta\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=4155\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:329:\"WordPress 4.5 Beta 4 is now available! This software is still in development, so we don’t recommend you run it on a production site. Consider setting up a test site just to play with the new version. To test WordPress 4.5, try the WordPress Beta Tester plugin (you’ll want “bleeding edge nightlies”). Or you can [&#8230;]\";s:7:\"att
 ribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Mike Schroder\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:3392:\"<p>WordPress 4.5 Beta 4 is now available!</p>\n<p>This software is still in development, so we don’t recommend you run it on a production site. Consider setting up a test site just to play with the new version. To test WordPress 4.5, try the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\" target=\"_blank\">WordPress
  Beta Tester</a> plugin (you’ll want “bleeding edge nightlies”). Or you can <a href=\"https://wordpress.org/wordpress-4.5-beta4.zip\" target=\"_blank\">download the beta here</a> (zip).</p>\n<p>For more information on what&#8217;s new in 4.5, check out the <a href=\"https://wordpress.org/news/2016/02/wordpress-4-5-beta-1/\">Beta 1</a>, <a href=\"https://wordpress.org/news/2016/03/wordpress-4-5-beta-2/\">Beta 2</a>, and <a href=\"https://wordpress.org/news/2016/03/wordpress-4-5-beta-3/\">Beta 3</a> blog posts, along with <a href=\"https://make.wordpress.org/core/tag/4-5+dev-notes/\">in-depth field guides on make/core</a>. This is the final <a href=\"https://make.wordpress.org/core/version-4-5-project-schedule/\">planned beta</a> of WordPress 4.5, with a release candidate scheduled for next week.</p>\n<p
 >Some of the changes in Beta 4 include:</p>\n<ul>\n<li>Add support for oEmbed <strong>moments and timelines from Twitter</strong> (<a href=\"https://core.trac.wordpress.org/ticket/36197\">#36197</a>).</li>\n<li>More changes to better support <strong>HHVM with Imagick</strong>.<strong> </strong>Please test with HHVM setups and resizing/rotating images (<a href=\"https://core.trac.wordpress.org/ticket/35973\">#35973</a>).</li>\n<li>Tightened up the <strong>Inline Link</strong> feature (<a href=\"https://core.trac.wordpress.org/ticket/33301\">#33301</a>, <a href=\"https://core.trac.wordpress.org/ticket/30468\">#30468</a>).</li>\n<li>Support <code>&lt;hr&gt;</code> <strong>editor shortcut</strong> with 3 or more dashes (<code>---</code>); no space
 s. To give more time to study the best shortcuts for users, text patterns for bold and italic have been removed and won&#8217;t ship with for 4.5 (<a href=\"https://core.trac.wordpress.org/ticket/33300\">#33300</a>).</li>\n<li>Fixes for <strong>SSL with Responsive Images</strong>. Please test with SSL, especially on sites with mixed http/https setups (<a href=\"https://core.trac.wordpress.org/ticket/34945\">#34945</a>).</li>\n<li>Allow rewrite rules to work in nested <strong>WordPress installations on IIS</strong> (<a href=\"https://core.trac.wordpress.org/ticket/35558\">#35558</a>).</li>\n<li><strong>Various bug fixes</strong>. We&#8217;ve made <a href=\"https://core.trac.wordpress.org/log/?action=stop_on_copy&amp;mode=stop_on_copy&amp;rev=37025&amp;stop_rev=36932&amp;limit=200&amp;verbose=on\">almos
 t 100 changes</a> during the last week.</li>\n</ul>\n<p><strong>If you think you’ve found a bug</strong>, you can post to the <a href=\"https://wordpress.org/support/forum/alphabeta\" target=\"_blank\">Alpha/Beta area</a> in the support forums. We’d love to hear from you! If you’re comfortable writing a reproducible bug report, <a href=\"https://make.wordpress.org/core/reports/\" target=\"_blank\">file one on the WordPress Trac</a>. There, you can also find <a href=\"https://core.trac.wordpress.org/tickets/major\" target=\"_blank\">a list of known bugs.</a></p>\n<p>Happy testing!</p>\n<p class=\"p1\"><em>Llegamos al fin</em><br />\n<em>del tiempo pa&#8217; beta</em><br />\n<em>¡Pruébalo Ahora!</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\&quot
 ;xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:42:\"\n         \n              \n              \n              \n                              \n              \n              \n              \n\n            \n              \n                              \n                      \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordPress 4.5 Beta 3\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2016/03/wordpress-4-5-beta-3/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\&
 quot;;s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 10 Mar 2016 06:59:26 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:4:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"4.5\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0
 :\"\";}i:3;a:5:{s:4:\"data\";s:4:\"beta\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=4128\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:329:\"WordPress 4.5 Beta 3 is now available! This software is still in development, so we don’t recommend you run it on a production site. Consider setting up a test site just to play with the new version. To test WordPress 4.5, try the WordPress Beta Tester plugin (you’ll want “bleeding edge nightlies”). Or you 
 can [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Mike Schroder\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:3631:\"<p>WordPress 4.5 Beta 3 is now available!</p>\n<p>This software is still in development<strong>,</strong> so we don’t recommend you run it on a production site. Consider setting up a test site just to play with the new version. To test WordPress 4.5, try the <a href=\"https://wordpress.org/plugins/wo
 rdpress-beta-tester/\" target=\"_blank\">WordPress Beta Tester</a> plugin (you’ll want “bleeding edge nightlies”). Or you can <a href=\"https://wordpress.org/wordpress-4.5-beta3.zip\" target=\"_blank\">download the beta here</a> (zip).</p>\n<p>For more information on what&#8217;s new in 4.5, check out the <a href=\"https://wordpress.org/news/2016/02/wordpress-4-5-beta-1/\">Beta 1</a> and <a href=\"https://wordpress.org/news/2016/03/wordpress-4-5-beta-2/\">Beta 2</a> blog posts, along with <a href=\"https://make.wordpress.org/core/tag/4-5+dev-notes/\">in-depth field guides on make/core</a>. Some of the fixes in Beta 3 include:</p>\n<ul>\n<li>Many <strong>Theme Logo Support</strong> (<a href=\"https://core.trac.wordpress.org/ticket/33755\">#33755</a>) fixes, including support for bundled Tw
 enty Fifteen (<a href=\"https://core.trac.wordpress.org/ticket/35944\">#35944</a>).</li>\n<li>Add <strong>Responsive Preview</strong> to theme install previewer (<a href=\"https://core.trac.wordpress.org/ticket/36017\">#36017</a>).</li>\n<li>Support <strong>Imagick in HHVM</strong> (<a href=\"https://core.trac.wordpress.org/ticket/35973\">#35973</a>).</li>\n<li><strong>Whitelist IPTC, XMP, and EXIF profiles</strong> from <code>strip_meta()</code> to maintain authorship, copyright, license, and image orientation (<a href=\"https://core.trac.wordpress.org/ticket/28634\">#28634</a>).</li>\n<li>Support <strong>Windows shares/DFS roots</strong> in <code>wp_normalize_path()</code> (<a href=\"https://core.trac.wordpress.org/ticket/35996\">#35996</a>).</li&g
 t;\n<li><span class=\"s1\">New installs default to <strong>generating secret keys and salts locally</strong> instead of relying on the <span class=\"s2\">WordPress.org</span> API. Please test installing WP in situations where it can’t connect to the internet <span class=\"s1\">(like on a ?, ✈️, or ?) </span></span><span class=\"s1\">(<a href=\"https://core.trac.wordpress.org/ticket/35290\">#35290</a>).</span></li>\n<li>OPTIONS requests to REST API should <strong>return Allow header</strong> (<a href=\"https://core.trac.wordpress.org/ticket/35975\">#35975</a>).</li>\n<li>Upgrade twemoji.js to version 2 (<a href=\"https://core.trac.wordpress.org/ticket/36059\">#36059</a>) and add extra IE11 compatibility (<a href=\"https://core.trac.wordpress.org/ticket/35977\&quot
 ;>#35977</a>) for <strong>Emoji</strong>.</li>\n<li><strong>Various bug fixes</strong>. We&#8217;ve made <a href=\"https://core.trac.wordpress.org/log/?action=stop_on_copy&amp;mode=stop_on_copy&amp;rev=36931&amp;stop_rev=36814&amp;limit=200&amp;verbose=on\">more than 100 changes</a> during the last week.</li>\n</ul>\n<p><strong>If you think you’ve found a bug</strong>, you can post to the <a href=\"https://wordpress.org/support/forum/alphabeta\" target=\"_blank\">Alpha/Beta area</a> in the support forums. We’d love to hear from you! If you’re comfortable writing a reproducible bug report, <a href=\"https://make.wordpress.org/core/reports/\" target=\"_blank\">file one on the WordPress Trac</a>. There, you can also find <a href=\"https://core.trac.wordpress.org/tickets/major\" target
 =\"_blank\">a list of known bugs.</a></p>\n<p>Happy testing!</p>\n<p class=\"p1\"><em><span class=\"s1\">Beta one, two, three<br />\n</span><span class=\"s1\">so many bugs have been fixed<br />\n</span><span class=\"s2\">Closer now; four, five.</span></em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:39:\"\n            \n              \n              \n              \n                              \n              \n              \n\n            \n              \n                              \n                      \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordPress 4.5 
 Beta 2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2016/03/wordpress-4-5-beta-2/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 03 Mar 2016 04:55:35 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lan
 g\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"4.5\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=4116\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:329:\"WordPress 4.5 Beta 2 is now available! This software is still in development, so
  we don’t recommend you run it on a production site. Consider setting up a test site just to play with the new version. To test WordPress 4.5, try the WordPress Beta Tester plugin (you’ll want “bleeding edge nightlies”). Or you can [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Mike Schroder\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:2370:\"<p>WordPress 4.5 Beta 2 is now available!</p>\n<p>This software is still in development
 <strong>,</strong> so we don’t recommend you run it on a production site. Consider setting up a test site just to play with the new version. To test WordPress 4.5, try the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\" target=\"_blank\">WordPress Beta Tester</a> plugin (you’ll want “bleeding edge nightlies”). Or you can <a href=\"https://wordpress.org/wordpress-4.5-beta2.zip\" target=\"_blank\">download the beta here</a> (zip).</p>\n<p>For more information on what&#8217;s new in 4.5, check out the <a href=\"https://wordpress.org/news/2016/02/wordpress-4-5-beta-1/\">Beta 1 blog post</a>. Some of the fixes in Beta 2 include:</p>\n<ul>\n<li>Added <a href=\"https://core.trac.wordpress.org/ticket/33300\">Horizontal Rule (HR) editing shortcut</a> and <a href=\"https://core.trac.wordpress.org/ticket/28
 612\">dismissible &#8220;Paste as Text&#8221; notice</a> in <strong>TinyMCE</strong>.</li>\n<li><strong>Selective Refresh</strong> support is <a href=\"https://core.trac.wordpress.org/changeset/36797\">enabled for core themes titles and taglines</a>, which allows shift-click to focus on controls and PHP filters to apply in the preview.</li>\n<li>Resolved a fatal error on <strong>image upload</strong> when ImageMagick could not complete stripping meta during resize (<a href=\"https://core.trac.wordpress.org/ticket/33642\">#33642</a>).</li>\n<li><strong>Various bug fixes</strong>. We&#8217;ve made <a href=\"https://core.trac.wordpress.org/log/?action=stop_on_copy&amp;mode=stop_on_copy&amp;rev=36813&amp;stop_rev=36701&amp;limit=200&amp;verbose=on\">just over 100 changes</a> in the last wee
 k.</li>\n</ul>\n<p><strong>If you think you’ve found a bug</strong>, you can post to the <a href=\"https://wordpress.org/support/forum/alphabeta\" target=\"_blank\">Alpha/Beta area</a> in the support forums. We’d love to hear from you! If you’re comfortable writing a reproducible bug report, <a href=\"https://make.wordpress.org/core/reports/\" target=\"_blank\">file one on the WordPress Trac</a>. There, you can also find <a href=\"https://core.trac.wordpress.org/tickets/major\" target=\"_blank\">a list of known bugs.</a></p>\n<p>Happy testing!</p>\n<p><em>It&#8217;s peer pressure time</em><br />\n<em>Testing: all cool kids do it</em><br />\n<em>Help find ALL the bugs!</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\&quo
 t;xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:33:\"\n               \n              \n              \n              \n                              \n\n            \n              \n                              \n                      \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"Contributor Weekend: One-Hour Video\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"https://wordpress.org/news/2016/02/contributor-weekend-one-hour-video/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:
 7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 26 Feb 2016 19:36:30 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Community\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=4112\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:349:\"It&#8217;s ti
 me for our second global contributor weekend, and this time we&#8217;re focusing on the video team. For this month&#8217;s challenge, in honor of it being our second month, you have two options for how you can participate! The challenge for this month overall is to work with at least one hour worth of WordCamp video, which [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:3:\"Jen\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:2590:\"<p>It&#8217
 ;s time for our second global contributor weekend, and this time we&#8217;re focusing on the <a href=\"https://make.wordpress.org/tv\">video team</a>. For this month&#8217;s challenge, in honor of it being our second month, you have two options for how you can participate! The challenge for this month overall is to work with at least one hour worth of WordCamp video, which you can do by either creating subtitles or editing the video file in preparation for upload to <a href=\"http://WordPress.tv\">WordPress.tv</a>.</p>\n<p>One of the great things about contributing to the video team is that you get to learn so much, since all the work basically involves watching WordCamp presentation videos. Subtitling is a doubly important need, as it is needed to make all those WordCamp videos accessible to people who are deaf or hard of hearing and can&#8217;t listen to the audio track, as well as making it possible for the vid
 eos to be consumed (in some cases after subtitle translation) by people who speak different languages.</p>\n<p>The challenge will last from Saturday, February 27, 2016 through Sunday, February 28, 2016, and the results will be reviewed afterward by members of the video team. If you enjoy the challenge, the video team would be very excited to welcome you into their ranks! Interested? <a href=\"https://wp.me/P6onIa-28D\">Here&#8217;s how to participate</a>.</p>\n<h3>What About Last Month?</h3>\n<p>In January, the inaugural contributor weekend was focused on the support forums. That challenge had 73 participants, including 10 people who provided 20 or more correct answers to open support threads, thereby winning the challenge. Congratulations to Harris Anastasiadis, Ahmad Awais, Takis Bouyouris, Phil Erb, Eric Gunawan, Jackie McBride, Diana Nichols, Kostas Nicolacopoulos, Juhi Saxena, and Sarah Semark! To them and to 
 everyone else who participated, thank you <strong>so much</strong> for your efforts. Every answer helps, and over the course of this contributor weekend, these amazing volunteers responded to <strong>800 support threads</strong>. The support forums queue of requests with no replies went from 28 pages to 7 pages &#8212; that was an incredible success, of which every participant was a part!</p>\n<p>So head on over to see how to <a href=\"https://wp.me/P6onIa-28D\">get involved with the one-hour video challenge</a> this weekend, and help us make next month&#8217;s post just as impressive! <img src=\"https://s.w.org/images/core/emoji/72x72/1f642.png\" alt=\"?\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lan
 g\";s:0:\"\";}}}}}}}s:27:\"http://www.w3.org/2005/Atom\";a:1:{s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:4:\"href\";s:32:\"https://wordpress.org/news/feed/\";s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:19:\"application/rss+xml\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:44:\"http://purl.org/rss/1.0/modules/syndication/\";a:2:{s:12:\"updatePeriod\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"hourly\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:15:\"updateFrequency\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"1\";s:7:\"attribs\";a:0:{}s:
 8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";a:10:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Mon, 06 Jun 2016 18:50:00 GMT\";s:12:\"content-type\";s:34:\"application/rss+xml; charset=UTF-8\";s:10:\"connection\";s:5:\"close\";s:25:\"strict-transport-security\";s:11:\"max-age=360\";s:6:\"x-olaf\";s:3:\"⛄\";s:13:\"last-modified\";s:29:\"Fri, 06 May 2016 19:22:48 GMT\";s:4:\"link\";s:63:\"<https://wordpress.org/news/wp-json/>; rel=\"https://api.w.org/\"\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:11:\"HIT lax 250\";}s:5:\"build\";s:14:\"20160606161022\";}','no'),(15442,'_transie
 nt_timeout_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca','1465282200','no'),(15443,'_transient_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca','1465239000','no'),(15444,'_transient_timeout_plugin_slugs','1465325472','no'),(15445,'_transient_plugin_slugs','a:44:{i:0;s:19:\"akismet/akismet.php\";i:1;s:19:\"bbpress/bbpress.php\";i:2;s:55:\"bbpress-network-templates/bbpress-network-templates.php\";i:3;s:24:\"buddypress/bp-loader.php\";i:4;s:43:\"camptix-admin-flags/camptix-admin-flags.php\";i:5;s:41:\"camptix-attendance/camptix-attendance.php\";i:6;s:37:\"camptix-badge-generator/bootstrap.php\";i:7;s:19:\"camptix/camptix.php\";i:8;s:39:\"camptix-mailchimp/camptix-mailchimp.php\";i:9;s:47:\"camptix-network-tools/camptix-network-tools.php\";i:10;s:39:\"camptix-pagseguro/camptix-pagseguro.php\";i:11;s:43:\"camptix-payfast-gateway/camptix-payfast.php\";i:12;s:29:\"core-contro
 l/core-control.php\";i:13;s:23:\"debug-bar/debug-bar.php\";i:14;s:39:\"debug-bar-console/debug-bar-console.php\";i:15;s:33:\"debug-bar-cron/debug-bar-cron.php\";i:16;s:41:\"email-post-changes/email-post-changes.php\";i:17;s:69:\"email-post-changes-specific-post/email-post-changes-specific-post.php\";i:18;s:19:\"jetpack/jetpack.php\";i:19;s:31:\"jquery-ui-css/jquery-ui-css.php\";i:20;s:34:\"multi-event-sponsors/bootstrap.php\";i:21;s:24:\"tagregator/bootstrap.php\";i:22;s:41:\"wc-canonical-years/wc-canonical-years.php\";i:23;s:21:\"wc-fonts/wc-fonts.php\";i:24;s:31:\"wc-post-types/wc-post-types.php\";i:25;s:43:\"wordcamp-qbo-client/wordcamp-qbo-client.php\";i:26;s:29:\"wordcamp-qbo/wordcamp-qbo.php\";i:27;s:26:\"wordcamp-api/bootstrap.php\";i:28;s:31:\"wordcamp-payments/bootstrap.php\";i:29;s:39:\"wordcamp-payments-n
 etwork/bootstrap.php\";i:30;s:39:\"wordcamp-coming-soon-page/bootstrap.php\";i:31;s:31:\"wordcamp-docs/wordcamp-docs.php\";i:32;s:53:\"wordcamp-forms-to-drafts/wordcamp-forms-to-drafts.php\";i:33;s:51:\"wordcamp-organizer-nags/wordcamp-organizer-nags.php\";i:34;s:42:\"wordcamp-organizer-reminders/bootstrap.php\";i:35;s:67:\"wordcamp-participation-notifier/wordcamp-participation-notifier.php\";i:36;s:20:\"wcpt/wcpt-loader.php\";i:37;s:33:\"wordcamp-remote-css/bootstrap.php\";i:38;s:45:\"wordcamp-site-cloner/wordcamp-site-cloner.php\";i:39;s:35:\"wordcamp-spreadsheets/bootstrap.php\";i:40;s:27:\"wordcamp-wiki/bootstrap.php\";i:41;s:41:\"wordpress-importer/wordpress-importer.php\";i:42;s:41:\"wp-multibyte-patch/wp-multibyte-patch.php\";i:43;s:24:\"json-rest-api/plugin.php\";}','no'),(15446,'_transient_timeout_feed_d117b5738fbd35bd8c0391cda1f2b
 5d9','1465282200','no'),(15447,'_transient_feed_d117b5738fbd35bd8c0391cda1f2b5d9','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:61:\"\n      \n      \n      \n      \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s
 :16:\"WordPress Planet\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://planet.wordpress.org/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"en\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"WordPress Planet - http://planet.wordpress.org/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml
 _lang\";s:0:\"\";}}s:4:\"item\";a:50:{i:0;a:6:{s:4:\"data\";s:13:\"\n  \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:50:\"WP Mobile Apps: WordPress for Android: Version 5.4\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://apps.wordpress.com/?p=3403\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\
 "https://apps.wordpress.com/2016/06/01/wordpress-for-android-version-5-4/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3183:\"<p>Hello WordPress users! <a href=\"https://play.google.com/store/apps/details?id=org.wordpress.android\" target=\"_blank\">Version 5.4 of the WordPress for Android app</a> is now available in the Google Play Store.</p>\n<h1>Gravatar update</h1>\n<p>Did you just take a great selfie? You can update your Gravatar from the app on the <em>Me</em> screen. Tap your profile picture, and follow the prompts to take a new photo or pick an image from your device&#8217;s photo library.</p>\n<div id=\"v-a5lLmHSc-1\" class=\"video-player\">\n</div>\n&
 lt;h1>Smart Lock for Passwords integration</h1>\n<p>Signing in with a WordPress.com account is easier than ever with Smart Lock for Passwords, the Google password manager. If you signed in to your account on your computer using Google&#8217;s Chrome browser, the username and password fields will be automatically pre-filled when you open the app &#8212; you can even manage several identities.</p>\n<p><img class=\"alignnone wp-image-3404 size-large\" src=\"https://apps.files.wordpress.com/2016/05/screenshot-2016-05-04_12-08-06-614.png?w=614&h=1024\" alt=\"screenshot-2016-05-04_12.08.06.614\" width=\"614\" height=\"1024\" /></p>\n<h1>Other Changes</h1>\n<p>Version 5.4 also comes with a few other fixes:</p>\n<ul>\n<li>Fixed comment previews with images in the Comment List screen.</li>\n<li>Fixed an issue with tag display in the Reader.&l
 t;/li>\n<li>Fixed a problem sometimes removed the <em>Themes</em> option after sign-in.</li>\n</ul>\n<p>You can track our development progress for the next release by visiting <a href=\"https://github.com/wordpress-mobile/WordPress-Android/milestones/5.5\">our 5.5 milestone on GitHub</a>.</p>\n<h1>Beta</h1>\n<p>Do you like keeping up with what’s new in the app? Do you enjoy testing new stuff before anyone else? Our testers have access to beta versions with updates shipped directly through Google Play. The beta versions may have new features, new fixes — and possibly new bugs! Testers make it possible for us to improve the overall app experience, and offer us invaluable development feedback.</p>\n<p>Want to become a tester? <a href=\"https://play.google.com/apps/testing/org.wordpress.android\">Opt-in</a>!</p>\n<h1>Thank you</h1>\n<p>Than
 ks to our GitHub contributors: <a href=\"https://github.com/aerych\">@aerych</a>, <a href=\"https://github.com/aforcier\">@aforcier</a>, <a href=\"https://github.com/daniloercoli\">@daniloercoli</a>, <a href=\"https://github.com/hypest\">@hypest</a>, <a href=\"https://github.com/kwonye\">@kwonye</a>, <a href=\"https://github.com/maxme\">@maxme</a>, <a href=\"https://github.com/mzorz\">@mzorz</a>, <a href=\"https://github.com/nbradbury\">@nbradbury</a>, <a href=\"https://github.com/oguzkocer\">@oguzkocer</a>, <a href=\"https://github.com/roundhill\">@roundhill</a>, and <a href=\"https://github.com/tonyr59h\">@tonyr59h</a>.</p><img alt=\"\" border=\"0\" src=\"https://pixel.wp.com/b.gif?host=apps.wordpress.com&amp
 ;blog=108068616&post=3403&subd=apps&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"https://apps.wordpress.com/2016/06/01/wordpress-for-android-version-5-4/\"><img alt=\"gravatar\" src=\"https://videos.files.wordpress.com/a5lLmHSc/gravatar_std.original.jpg\" width=\"160\" height=\"120\" /></a></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 01 Jun 2016 11:53:19 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"
 data\";s:6:\"Maxime\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:13:\"\n  \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:83:\"WPTavern: WordCamp Incubator Program to Launch in Indonesia, Zimbabwe, and Colombia\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=55034\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:
 0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:91:\"http://wptavern.com/wordcamp-incubator-program-to-launch-in-indonesia-zimbabwe-and-columbia\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2932:\"<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/02/flags.jpg\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/02/flags.jpg?resize=1020%2C500\" alt=\"flags\" class=\"aligncenter size-full wp-image-16697\" /></a></p>\n<p>After receiving <a href=\"http://wptavern.com/wordcamp-incubator-program-receives-182-applications-narrows-candidates-to-16-communi
 ties\" target=\"_blank\">182 applications from cities all over the world</a>, the WordPress Community Team has selected three locations for the WordCamp Incubator program:</p>\n<ul>\n<li>Denpasar, Indonesia</li>\n<li>Harare, Zimbabwe</li>\n<li>Medellín, Colombia</li>\n</ul>\n<p>Representatives from the thirteen other short-listed locations are encouraged to organize a local WordPress meetup and will have the help of Community Team mentors as needed.</p>\n<p>Thanks to the addition of a new volunteer deputy from the Community Team, the program will move forward with three locations, instead of having to scale back to two, as previously anticipated. Each event has been assigned a deputy who will meet bi-weekly with the local team to mentor the new WordCamp organizers.</p>\n<p>Andrea Middleton outlined in the <a href=\"https://make.wordpress.org/community/2016/05/25/wordc
 amp-incubator-locations-announcement/\" target=\"_blank\">announcement</a> how the team plans to proceed with getting these events off the ground.</p>\n<p>&#8220;Denpasar, Harare, and Medellín will work with their respective deputies to start a monthly WordPress meetup group or add their existing meetup group to the chapter account program,&#8221; Middleton said. &#8220;Once the local WordPress user group is meeting regularly, each team will work on finding a venue, setting a date, recruiting speakers, and spreading the word about the upcoming WordCamp.&#8221;</p>\n<p>In order to take the pressure off the new organizers, the Community team will assist them in scheduling and finding speakers. The events will be 100% funded by the global sponsorship grant so organizers can focus on community building without the pressure of fundraising. Middleton said they are aiming for no more than three non-local speakers at each even
 t, which she anticipates will happen in the last quarter of 2016.</p>\n<p>The challenge with the Incubator program is to ensure these events are a launching point and not just a flash in the pan. Middleton and the community team deputies are working to establish these emerging communities so that they continue to grow organically after the events conclude.</p>\n<p>&#8220;The goal for these events is to organize an easily reproducible, one-day, one-track event with about 50-75 attendees,&#8221; Middleton said. &#8220;Hopefully by the end of the organizing/incubating experience, members of the local community will feel confident that they can organize an annual WordCamp independently in the years to come.&#8221;</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\
 ";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 31 May 2016 05:12:14 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:13:\"\n   \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Donncha: WordPress i
 s thirteen!\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:24:\"http://z9.io/?p=89499890\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:46:\"http://z9.io/2016/05/27/wordpress-is-thirteen/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1231:\"<p>You could have knocked me over with a feather today when I read <a href=\"https://ma.tt/2016/05/wordpress-is-a-teenager/\">Matt&#8217;s 
 post</a> announcing that WordPress was celebrating a birthday!</p>\n<p>It didn&#8217;t seem so long ago that we were working on b2++, hacking the multiuser bits in and doing all sorts of crazy things with it.</p>\n<p>Now I&#8217;m &#8220;typing&#8221; this on a mobile phone by swiping my finger across a virtual keyboard. Back then the closest to this that I could imagine would be some sort of SMS integration!</p>\n<p>WordPress today is unrecognisable from what it was back then, especially if you use the slick Calypso interface.</p>\n<p>I&#8217;m looking forward to seeing what the next few years bring.</p>\n\n<p><strong>Related Posts</strong><ul><li> <a href=\"http://z9.io/2013/08/02/like-a-dog-and-his-ball/\" rel=\"bookmark\" title=\"Permanent Link: Like a dog and his ball\">Like a dog and his ball</a></li><li> <a href
 =\"http://z9.io/2009/01/28/wordpress-mu-27/\" rel=\"bookmark\" title=\"Permanent Link: WordPress MU 2.7\">WordPress MU 2.7</a></li><li> <a href=\"http://z9.io/2008/09/02/wordpress-mu-261/\" rel=\"bookmark\" title=\"Permanent Link: WordPress MU 2.6.1\">WordPress MU 2.6.1</a></li></ul></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 27 May 2016 22:57:38 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"Donncha\&q
 uot;;s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:13:\"\n  \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"Post Status: WordPress.org — Draft podcast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"https://poststatus.com/?p=24730\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\&quot
 ;xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"https://poststatus.com/wordpress-org-draft-podcast/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3592:\"<p>Welcome to the Post Status <a href=\"https://poststatus.com/category/draft\">Draft podcast</a>, which you can find <a href=\"https://itunes.apple.com/us/podcast/post-status-draft-wordpress/id976403008\">on iTunes</a>, <a href=\"https://play.google.com/music/m/Ih5egfxskgcec4qadr3f4zfpzzm?t=Post_Status__Draft_WordPress_Podcast\">Google Play</a>, <a href=\"http://www.stitcher.com/podcast/krogsgard/post-status-draft-wordpress-podcast\">Stitcher</a>, and <a href=\"http://
 simplecast.fm/podcasts/1061/rss\">via RSS</a> for your favorite podcatcher. Post Status Draft is hosted by Joe Hoyle &#8212; the CTO of Human Made &#8212; and Brian Krogsgard.</p>\n<p><span>In this episode, Joe and Brian discuss the structure and function of the WordPress.org website, which is the hub of the WordPress project. From the actual software distribution, to discussions about the project, to support, and buying swag: it all happens from WordPress.org. We break down what’s what and what we think you should know.</span></p>\n<p><!--[if lt IE 9]><script>document.createElement(\'audio\');</script><![endif]-->\n<a href=\"https://audio.simplecast.com/38479.mp3\">https://audio.simplecast.com/38479.mp3</a><br />\n<a href=\"http://audio.simplecast.com/38479.mp3\">Direct Download</a></p>\n<h3>Notes</h3>\n<p>Who owns WordPress.o
 rg?<br />\nWho works on WordPress.org<br />\nHow WordPress.org distributes software updates</p>\n<h3>Different Sections of WordPress.org Navigation</h3>\n<ul>\n<li>Showcase</li>\n<li>WordPress theme directory &#8212; and reviews &#8212; and commercial themes</li>\n<li>WordPress plugin directory &#8212; and reviews</li>\n<li>Mobile &#8212; Redirects to .com</li>\n<li>Support Forums / Codex &#8220;documentation&#8221;</li>\n<li>Make WordPress (Get Involved)</li>\n<li>About (many sub pages and also project structure)</li>\n<li>Blog</li>\n<li>Hosting</li>\n<li>Download (button &#8212; in future to be <a href=\"https://make.wordpress.org/meta/2016/02/29/get-wordpress-improving-the-path-to-wordpress/\">Get WordPress</a>)</li>\n</ul>\n<h3>Other Sections</h3>\n<ul>
 \n<li><a href=\"https://core.trac.wordpress.org/\">core.trac.wordpress.org</a></li>\n<li><a href=\"https://developer.wordpress.org/\">developer.wordpress.org</a></li>\n<li><a href=\"https://mercantile.wordpress.org/\">mercantile.wordpress.org</a></li>\n<li><a href=\"http://jobs.wordpress.net/\">jobs.wordpress.net</a></li>\n<li><a href=\"https://learn.wordpress.org/\">learn.wordpress.org</a></li>\n<li><a href=\"https://wordpress.org/ideas/\">Ideas</a></li>\n</ul>\n<h3>Other Linked Sites</h3>\n<ul>\n<li><a href=\"https://central.wordcamp.org/\">WordCamp</a></li>\n<li><a href=\"http://wordpress.tv/\">WordPress.tv</a></li>\n<li><a href=\"https://buddypress.org/\">BuddyPress&
 lt;/a></li>\n<li><a href=\"https://bbpress.org/\">bbPress</a></li>\n<li><a href=\"https://wordpress.com/\">WordPress.com</a></li>\n<li><a href=\"https://ma.tt/\">ma.tt</a></li>\n</ul>\n<h3>Active Projects for Improving</h3>\n<ul>\n<li><a href=\"https://make.wordpress.org/meta/tag/helphub/\">Helphub</a></li>\n<li>Handbooks (theme), plugin published</li>\n<li>Plugin directory</li>\n</ul>\n<h3>Links</h3>\n<ul>\n<li><a href=\"https://make.wordpress.org/meta/\">Blog for WordPress.org projects</a></li>\n</ul>\n<h3>Sponsor</h3>\n<p><span>This episode is sponsored by Gravity Forms. <a href=\"http://www.gravityforms.com/\">Gravity Forms</a>  makes the best web forms on the planet. Over a milli
 on WordPress sites are already using Gravity Forms. Is yours? For more information, check out their <a href=\"http://www.gravityforms.com/\">website</a> and thank you to Gravity Forms for being a Post Status partner. </span><b> </b></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 27 May 2016 19:18:04 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Katie Richards\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_exp
 licit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:13:\"\n     \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"WPTavern: Jetpack 4.0.3 Patches a Critical XSS Vulnerability\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=55036\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\&qu
 ot;;s:70:\"http://wptavern.com/jetpack-4-0-3-patches-a-critical-xss-vulnerability\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2266:\"<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/07/jetpack-logo.gif\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/07/jetpack-logo.gif?resize=700%2C276\" alt=\"jetpack-logo\" class=\"aligncenter size-full wp-image-27470\" /></a></p>\n<p><a href=\"https://jetpack.com/2016/05/27/jetpack-4-0-3-critical-security-update/\" target=\"_blank\">Jetpack 4.0.3 is a security release</a> that contains an important fix for a critical vulnerability that has been present in the plugin since version 2.0, released in 20
 12. According to Jetpack team member Sam Hotchkiss, a stored XSS vulnerability was found in the way that some Jetpack shortcodes are processed, which allows an attacker to insert JavaScript into comments to hijack a visitor&#8217;s browser.</p>\n<p>This particular bug is similar to one <a href=\"https://blog.sucuri.net/2016/05/security-advisory-stored-xss-bbpress-2.html\" target=\"_blank\">recently found and patched in bbPress</a>.</p>\n<p>&#8220;Similar issues may exist in other plugins, and it’s a good reminder about the power of regular expressions to create issues when parsing data,&#8221; Hotchkiss said.</p>\n<p>The Jetpack team has been working with the WordPress security team to push out point releases for all vulnerable branches of the plugin&#8217;s codebase, which includes all versions following 2.0. They are using WordPress&#8217; core automatic update system, so all sites that have 
 not explicitly opted out will receive the security update.</p>\n<p>&#8220;Fortunately, we have no evidence of this being used in the wild,&#8221; Hotchkiss said. &#8220;However, now that this update is public, it’s just a matter of time before someone attempts to exploit it.&#8221; The Jetpack team is advising users to update as soon as possible, as the update also fixes any potential exploits that may have already been put in place.</p>\n<p>The team credits Marc-Alexandre Montpas from <a href=\"https://sucuri.net/\" target=\"_blank\">Sucuri</a> for finding the bug and disclosing it responsibly. Users will be notified about the security release via email, but those who have Akismet and/or VaultPress installed have already been protected since the first reporting of the vulnerability.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_ba
 se\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 27 May 2016 01:05:10 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:13:\"\n      \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\&qu
 ot;\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"Post Status: Growing a lifestyle business without losing the lifestyle\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"https://poststatus.com/?p=24644\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:50:\"https://poststatus.com/growing-lifestyle-business/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:8760:\"<p&
 gt;<em><strong>Editor&#8217;s Note</strong>: This is a guest post by Nate Wright. Nate is a WordPress developer and solopreneur. He runs <a href=\"http://themeofthecrop.com\">Theme of The Crop</a>, a niche WordPress theme company geared toward restaurant websites. You can learn more about Nate on his <a href=\"https://poststatus.com/profiles/nate-wright/\">Post Status profile</a> and follow him on <a href=\"https://twitter.com/natewr\">Twitter</a>.</em></p>\n<hr />\n<p>Here&#8217;s a scenario you&#8217;re probably familiar with: a friend or family member, not terribly tech-savvy, approaches you with an idea. Why don&#8217;t you build Facebook for clowns? What about Uber for sandwiches?</p>\n<p>Their ideas are often a little better than these. Sometimes they&#8217;re worse. But in my case the conversation always gets to the same point in the end.
 </p>\n<p>You can build stuff on the internet. Why aren&#8217;t you shooting for the stars? Don&#8217;t you want to be rich like Zuckerberg?</p>\n<p>Right now some of you may be thinking: yes I do! This post isn&#8217;t for you.</p>\n<p>This is for those of you who cringe at the thought of your days filling up with hiring and training staff, conducting meetings, or filling out paperwork. Those of you who don&#8217;t want to live the big siloed life of a CEO. Who dove into the WordPress market because you wanted to build things yourself. For yourself.</p>\n<h3>The rockstars and the rest of us</h3>\n<p>It’s hard to find someone more widely admired among WordPress developers &#8212; and more deserving of that admiration &#8212; than <a href=\"https://pippinsplugins.com/about/\">Pippin Williamson</a>. So when he <a href=\"https://pippinsplugins.com/control-give-grow/\"
 >described his evolution</a> from staunch go-it-aloner to team leader, many of us sat up and listened.</p>\n<p>The <a href=\"https://pippinsplugins.com/control-give-grow/#comments\">comments</a> in response to that post exhibit a common mix of anxiety, frustration and hope for us go-it-aloners, who have carved out small (and not so small) niches in the WordPress world.</p>\n<p>We’re overstretched and under resourced. We lack good marketing strategies. And we can see that growth will come from transforming our businesses into larger enterprises.</p>\n<p>But then we start thinking about what that means. The hiring. The firing. The training. The meetings. The paperwork. <i>The liability</i>.</p>\n<p>&#8216;I don’t want to be the next Zuckerberg,&#8217; you may think. Then, hopefully, you’ll laugh at the absurdity. But really, you may think, &#8216;I don’t even want to be the n
 ext <a href=\"http://carlhancock.com/\">Carl Hancock</a> or <a href=\"https://yoast.com/author/joost/\">Joost de Valk</a>.&#8217;</p>\n<p>Let me be honest with you. I’ll stop putting words in your mouth and put them in mine.</p>\n<p>I have a lifestyle business. No, I don’t sell lifestyle products. I have a business <em>tailored to my lifestyle</em>.</p>\n<p>I have a business that allows to me to take lunch when I want, finish the day when I want, go on holiday when I want, write the code that I want. That’s my job perk. That’s my killer bonus. No, that’s my Shangri-La.</p>\n<p>When people tell you to hire early or scale quickly, they’re right that giving up control can be liberating. But it can also be encumbering. It brings new responsibilities at the same time that it releases you from old ones.</p>\n<p>Whether or not growing your team is right for yo
 u will depend on your temperament, your appetite and the kind of lifestyle you want.</p>\n<h3>Being a little fish in a big pond</h3>\n<p>But let’s be honest. You took a chance on the WordPress market because you saw a window of opportunity. That window may be closing.</p>\n<p>In the last few years we’ve seen a lot of consolidation. The theme market exploded, <a href=\"http://inside.envato.com/envato-stories-muhammad-haris-themefusion-2/\">made millions for a few</a>, and then caused a gold rush which <a href=\"http://scottbolinger.com/wordpress-theme-business/\">saturated the market and pushed out small operators</a>.</p>\n<p>At the same time, two big traditional distribution channels dried up: the official <a href=\"https://wordpress.org/themes/\">WordPress.org theme repository</a>, which has a huge backlog of themes awaiting approval, and <a href=\"https://
 theme.wordpress.com/\">Automattic’s marketplace</a>, which is closed to new entrants.</p>\n<p>We’re also seeing more traditional investment in WordPress properties. The big one is the <a href=\"http://recode.net/2014/05/05/wordpress-parent-automattic-has-raised-160-million-now-valued-at-1-16-billion-post-money/\">$160 million raised by Automattic</a> and Automattic&#8217;s subsequent <a href=\"https://poststatus.com/automattic-acquired-woocommerce-woothemes/\">acquisition of WooThemes</a>. Many actors are moving more aggressively to leverage or retain their market position. Syed Balkhi is on a buying and building spree (<a href=\"http://enviragallery.com/about-us/\">1</a>, <a href=\"http://optinmonster.com/about/\">2</a>, <a href=\"https://wpforms.com/say-hello-to-wpforms/\">3</a>, <a href=\"http://wptavern.com/syed-balkhi-acquire
 s-google-analytics-by-yoast-renames-to-monsterinsights\">4</a>). Ninja Forms did a <a href=\"https://ninjaforms.com/releasing-three/\">ground-up rebuild</a>. Pippin’s shedding non-essential products (<a href=\"https://pippinsplugins.com/easy-content-types-acquired/\">1</a>, <a href=\"https://pippinsplugins.com/nikhil-vimal-adopts-front-end-registration-and-login-forms-plugin/\">2</a>) and <a href=\"https://pippinsplugins.com/selfish/\">purging some third-party addons</a>.</p>\n<p>The ecosystem looks increasingly unfriendly to us go-it-aloners. Automattic was the first to go big. Given exclusive commercial access to the WordPress trademark, it carved out its own space and split WordPress down the middle. Now the other half &#8212; the WordPress for the rest of us &#8212; is going big too.</p>\n<p>The nice thing about being a small operator is that yo
 u only need a tiny sliver of the pie. But as the size of the market has grown, it’s become more difficult to attract attention. Showing up with a good product isn’t enough.</p>\n<h3>Going it alone, together</h3>\n<p>My lifestyle business is working well for me. Revenue keeps inching up. Slowly.</p>\n<p>But it might not make it in a different kind of WordPress space. I’ve been thinking a lot about that lately. And I bet you have too.</p>\n<p>Where’s the market going? What am I willing to trade to survive? Which headaches are <a href=\"http://www.codeinwp.com/blog/transparency-report-14/\">worth changing direction for</a> and which headaches aren’t?</p>\n<p>Here are some of the ideas I’ve been tossing around:</p>\n<h3>Contractors</h3>\n<p>Hiring out. I could scale up or down easily, depending on how well it goes. But it’s tough to manage quality when juggling vendor
 s.</p>\n<p>And what would I contract? I’d like to shed my bumbling efforts in marketing and traffic generation. But that seems like precisely the kind of job full of jackals who don’t know what they’re doing.</p>\n<p>Ok, that’s harsh. I’ll just say: I worry it’d be a headache to manage it well.</p>\n<p>Theme development seems the most plausible, since there’s a large body of talented, hungry themers washing up from the stormy seas of ThemeForest. But it may be the least valuable since the market is being swallowed up by a few big themes.</p>\n<h3>Commissions</h3>\n<p>Affiliate marketing is already working for me. A little. I could go further and recruit theme or plugin developers to sell from my site on commission.</p>\n<p>Then I’m saddled with support for products I didn’t build. Can I maintain quality? Can I drive enough traffic to be an attractive outlet for them? Will I end up with all of t
 he headaches I wanted to avoid?</p>\n<h3>Partnerships</h3>\n<p>Maybe I’ll trade in my king-of-the-hill cap and bring on partners. Not employees. Genuine partners with overlapping skill sets. Instead of being a go-it-aloner we can be two or three go-it-aloners going it alone together!</p>\n<p>Or maybe that’s just a terrible way to run a business.</p>\n<h3>Alliances</h3>\n<p>There are a lot of us out there. Independent themers looking to expand beyond ThemeForest or give up on the old freemium approach of the official repository. Plugin developers looking for a new home or seeking out themes that will integrate with their plugins.</p>\n<p>We could probably do something special if we made stronger alliances. Combined to build to stronger platforms for our products.</p>\n<p>But that sounds like a lot of project management. Isn’t that what we were hoping to avoid?</p>\n<p>I don’t kno
 w. I’m going to go write some code.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 26 May 2016 18:10:07 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Nate Wright\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:13:\"\n        \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_e
 xplicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:46:\"WP Mobile Apps: WordPress for iOS: Version 6.2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://apps.wordpress.com/?p=3416\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"https://apps.wordpress.com/2016/05/25/wordpress-for-ios-version-6-2/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"
 \";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3021:\"<p>Hi there, WordPress users! <a href=\"https://itunes.apple.com/us/app/wordpress/id335703880?mt=8&uo=6&at=&ct=\">Version 6.2 of the WordPress for iOS app</a> is now available in the App Store.</p>\n<h1>What&#8217;s New:</h1>\n<p><strong>Sharing just got easier!</strong> Post content from apps to your WordPress.com site with a new Share extension. Also, share a post right from your editor’s preview screen.</p>\n\n<a href=\"https://apps.wordpress.com/img_2229_2/\"><img width=\"169\" height=\"300\" src=\"https://apps.files.wordpress.com/2016/05/img_2229_2.png?w=169&h=300\" class=\"attachment-medium size-medium\" alt=\"IMG_2229_2\" /></a>\n<a href=\"https://apps.wordpress.com/img_2230/\"><img width=\&quot
 ;169\" height=\"300\" src=\"https://apps.files.wordpress.com/2016/05/img_2230.png?w=169&h=300\" class=\"attachment-medium size-medium\" alt=\"IMG_2230\" /></a>\n\n<p><strong>Improved clipboard support: </strong>Working with images? You can now copy and paste single images in your editor.</p>\n<p><strong>Login with ease:</strong> We improved error messages for self-hosted users.</p>\n<p><strong>Enhancements:</strong> Because &#8220;good&#8221; is not enough! Here&#8217;s the full <a href=\"https://github.com/wordpress-mobile/WordPress-iOS/issues?q=is%3Aclosed+is%3Aissue+milestone%3A6.2+label%3A%22%5BType%5D+Enhancement%22\">list of enhancements</a>.</p>\n<p><strong>Bugs, be gone!</strong> We zapped bugs that prevented images from rendering properly and caused backspaces to misbehave.  You can see the
  full list of bug fixes <a href=\"https://github.com/wordpress-mobile/WordPress-iOS/issues?q=is%3Aclosed+is%3Aissue+milestone%3A6.1+label%3A%22%5BType%5D+Bug%22\">here</a>!</p>\n<h1>Thank You</h1>\n<p>Thanks to all of the contributors who worked on this release:<br />\n<a href=\"https://github.com/aerych\">@aerych</a>, <a href=\"https://github.com/akirk\">@akirk</a>, <a href=\"https://github.com/alexcurylo\">@alexcurylo</a>, <a href=\"https://github.com/astralbodies\">@astralbodies</a>, <a href=\"https://github.com/diegoreymendez\">@diegoreymendez</a>, <a href=\"https://github.com/frosty\">@frosty</a>, <a href=\"https://github.com/jleandroperez\">@jleandroperez</a>, <a href=\"https://github.com/koke\">@koke</a>, <a href=\"https://github.com/kurzee\&
 quot;>@kurzee</a>, <a href=\"https://github.com/kwonye\">@kwonye</a>, <a href=\"https://github.com/maxme\">@maxme</a>, <a href=\"https://github.com/nheagy\">@nheagy</a>, <a href=\"https://github.com/rachelmcr\">@rachelmcr</a>, <a href=\"https://github.com/sendhil\">@sendhil</a>, <a href=\"https://github.com/mattmiklic\">@mattmiklic</a> and <a href=\"https://github.com/SergioEstevao\">@SergioEstevao</a>.</p>\n<p>You can track the development progress for the next update by visiting <a href=\"https://github.com/wordpress-mobile/WordPress-iOS/issues?utf8=✓&q=is%3Aissue+milestone%3A6.3+\" target=\"_blank\">our 6.3 milestone on GitHub</a>. Until next time!</p><img alt=\"\" border=\"0\" src=\"https://pixel.wp.com/b.gif?host=apps.wordpress.com&a
 mp;blog=108068616&post=3416&subd=apps&ref=&feed=1\" width=\"1\" height=\"1\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 25 May 2016 06:05:48 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"diegoreymendez\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:13:\"\n \n      \n      \n      \n      \n      \n\";s:7:\"attribs\&q
 uot;;a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"WPTavern: In Case You Missed It – Issue 9\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"http://wptavern.com?p=55015&preview_id=55015\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"http://wptavern.com/in-case-you-missed-it-issue-9\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\&
 quot;xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:8011:\"<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/01/ICYMIFeaturedImage.png\" rel=\"attachment wp-att-50955\"><img class=\"size-full wp-image-50955\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/01/ICYMIFeaturedImage.png?resize=676%2C292\" alt=\"In Case You Missed It Featured Image\" /></a>photo credit: <a href=\"http://www.flickr.com/photos/112901923@N07/16153818039\">Night Moves</a> &#8211; <a href=\"https://creativecommons.org/licenses/by-nc/2.0/\">(license)</a>\n<p>There’s a lot of great WordPress content published in the community but not all of it is featured on the Tavern. This post is an assortment of items related to WordPress that caught my eye but didn’t make
  it into a full post.</p>\n<h2>Chris Lema Launches Beyond Good</h2>\n<p>Chris Lema has launched a new site called <a href=\"http://beyondgood.com/\">Beyond Good </a>that provides insight, tips, and methodologies for leading employees to become better than good. If it&#8217;s anything like his other sites, it&#8217;s sure to be a hit in the WordPress community.</p>\n<h2>Remote Jobs, a Remote Worker Specific Jobs Board</h2>\n<p>Chris Wallace and the team at Lift have launched <a href=\"https://remotejobs.com/\">Remote Jobs</a>, a jobs board specifically catered to remote workers. According to Wallace, &#8220;The site exists to help others find remote jobs that connect them with their passions in life.&#8221; Check out the site as there&#8217;s already a decent listing of opportunities available for remote workers.</p>\n<h2>Why .Blog is Worth $19M</h2>\n<
 p>Matt Mullenweg participated in a <a href=\"http://venturebeat.com/2016/05/12/the-creator-of-wordpress-on-why-blog-was-worth-19-million/\">phone interview with VentureBeat</a>. The first question in the interview asks why the .blog domain is worth $19M.</p>\n<blockquote><p>Well, the domain business is actually a really good business because you can sell a domain and people use it and keep it forever. So, if you look at like a Verisign, or people who have TLDs, it’s actually an incredible business.</p>\n<p>We really wanted .blog to be open, and some of the other applications for .blog were closed, including Google — so, let’s say for example, only Blogger could have a .blog domain. And we thought that .blog should be open to everyone, even if they’re not using WordPress.</p>\n<p>I gotta be honest though, it was a stressful auction.</p></blockquote>\n<p>There are other tidbits of information 
 included in the interview that I highly encourage you to read. If I were Google, I&#8217;d be upset as .blog is the perfect complimentary domain for Blogger.</p>\n<h2>Drupal Association Gives Community Member a Lifetime Ban</h2>\n<p>DrupalCon New Orleans took place last week and during the event, several speakers <a href=\"https://www.drupal.org/node/2729687\">experienced online harassment</a> in the form of derogatory racist, homophobic, and misogynistic comments and images from an anonymous Twitter account. Upon further investigation by community members and the Drupal Association technical and event staff, the harassment was tracked to an attendee at the event.</p>\n<blockquote><p>This person was then confronted by members of the Drupal Association staff and the Community Working Group. They were asked to leave the event and informed that they have been banned from attending any future DrupalCons as well as any e
 vents produced by the Drupal Association, in accordance with the <a href=\"https://events.drupal.org/neworleans2016/code-conduct\" rel=\"nofollow\">DrupalCon Code of Conduct</a>, which states, &#8216;We do not tolerate harassment of conference participants in any form.&#8217; Shortly after the person left the conference, the account from which the harassing tweets were made was deleted.</p></blockquote>\n<p>This is an excellent example of why Codes of Conduct exist for events. By the way, check out the <a href=\"https://plan.wordcamp.org/code-of-conduct/\">Code of Conduct</a> that&#8217;s in place for every WordCamp. If you experience harassment of any kind at a WordCamp, please tell event staff.</p>\n<h2>Plans Published to Upgrade WordPress Support Forums</h2>\n<p>Jennifer Dodd published a <a href=\"https://make.wordpress.org/meta/2016/05/19/wordpress-org-forums-upgra
 de/\">detailed plan</a> for migrating the WordPress.org support forums from bbPress 1.x to 2.x. The project is a huge undertaking and involves moving massive amounts of data. If all goes according to plan, the support forums will be on bbPress 2.x by the end of the year. I&#8217;m sure a lot of support forum volunteers are stoked to hear this news.</p>\n<h2>What NOT to Name a WordPress Theme</h2>\n<p>This tweet by Ryan Sullivan gave me a good laugh.</p>\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">I\'d strongly consider rebranding. <a href=\"https://t.co/9MeevJTlPq\">pic.twitter.com/9MeevJTlPq</a></p>\n<p>&mdash; Ryan D. Sullivan (@ryandonsullivan) <a href=\"https://twitter.com/ryandonsullivan/status/733120690816065536\">May 19, 2016</a></p></blockquote>\n<p></p>\n<h2>Tom McFarlin on Imp
 roving the WordPress Plugin UX</h2>\n<p>Tom McFarlin published a <a href=\"https://tommcfarlin.com/wordpress-plugin-user-experience-2/\">great article</a> that offers ideas on how plugin developers can improve the WordPress plugin user experience. His first suggestion is a key reason I think GravityForms became successful.</p>\n<blockquote><p>Try to make sure that your project tightly integrates with the core WordPress user interface.</p></blockquote>\n<p>When I witnessed GravityForms for the first time in 2009, I loved how it integrated into the WordPress backend as if it were a part of the core software. Fast forward to 2016 and plugins that tie into a service are experimenting with overlay interfaces that replace WordPress&#8217;. The most recent example I recall is WP Forms <a href=\"http://wptavern.com/wpforms-aims-to-be-the-most-beginner-friendly-forms-plugin-for-wordpress\">that I review
 ed</a> earlier this year.</p>\n<p>In my review, I specifically noted that the interface the developers used allowed me to focus on creating forms. It doesn&#8217;t seem like it&#8217;s a WordPress core feature and it didn&#8217;t have too. While the advice McFarlin gives is likely accurate for most cases, there are plugins that benefit from having a unique user interface different from WordPress&#8217;.</p>\n<h2>Don&#8217;t Edit Core</h2>\n<p>This comic <a href=\"http://www.commitstrip.com/en/2016/05/17/coder-dilemma-9-the-upgrade/\">created by CommitStrip</a> made me smile.</p>\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">Coder Dilemma #9 &#8211; The Upgrade<br /> <a href=\"https://t.co/2Tu2l1tgYX\">https://t.co/2Tu2l1tgYX</a> <a href=\"https://t.co/xnMr2VdYWv\">pic.twitter.com/xnMr2VdY
 Wv</a></p>\n<p>&mdash; CommitStrip (@CommitStrip) <a href=\"https://twitter.com/CommitStrip/status/732505464768843776\">May 17, 2016</a></p></blockquote>\n<p></p>\n<h2>Wapuu Tattoo!</h2>\n<p>In what is a traditional part of this series, I end each issue by featuring a Wapuu design. For those who don&#8217;t know, Wapuu is the <a href=\"http://wapuu.jp/2015/12/12/wapuu-origins/\">unofficial mascot</a> of the WordPress project. WordCamp St. Louis 2016, took place last weekend and one of the attendees had a Wapuu tattoo! Wapuu looks good everywhere, including human skin!</p>\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">Wapuu has been sighted at <a href=\"https://twitter.com/hashtag/wcstl?src=hash\">#wcstl</a> <a href=\"https://twitter.com/hashtag/wordpress?src=hash\">#word
 press</a> <a href=\"https://twitter.com/hashtag/wapuu?src=hash\">#wapuu</a> <a href=\"https://t.co/4HYlp6GI0S\">pic.twitter.com/4HYlp6GI0S</a></p>\n<p>&mdash; Nile Flores (@blondishnet) <a href=\"https://twitter.com/blondishnet/status/731504592668758017\">May 14, 2016</a></p></blockquote>\n<p></p>\n<p>That&#8217;s it for issue nine. If you recently discovered a cool resource or post related to WordPress, please share it with us in the comments.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 20 May 2016 22:30:11 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\&q
 uot;\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:13:\"\n        \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:83:\"WPTavern: WordPress Meta Team Publishes Prototypes of The Plugin Directory Redesign\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0
 ;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=55006\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:93:\"http://wptavern.com/wordpress-meta-team-publishes-prototypes-of-the-plugin-directory-redesign\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3713:\"<p>In early 2015, the WordPress.org Meta team <a href=\"http://wptavern.com/wordpress-plugin-directory-launches-new-design\">redesigned</a> the <a href=\"https://wordpress.org/plugins/\">WordPress plugin dir
 ectory</a> and added a number of new features. In an effort to iterate on the page&#8217;s layout, the Meta Team has <a href=\"https://make.wordpress.org/meta/2016/05/19/plugin-directory-prototypes/\">published prototypes</a> of a new design for the <a href=\"http://codepen.io/mapk/full/jqxqbo/\">plugin directory&#8217;s home</a> and <a href=\"http://codepen.io/mapk/full/KzGQKv/\">search results pages</a>.</p>\n<p>The prototypes are inspired by <a href=\"https://get.wp.com/\">Get WordPress</a>, a landing page that provides key information about the WordPress project at a glance.</p>\n<p>There are a few things to keep in mind while looking at these prototypes. The first is that plugin information displayed on the page is inaccurate. Second, the Pro and Light classifications are for design purposes only. Third, links at the bottom will point to their correspond
 ing pages.</p>\n<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/PluginDirectoryMockup1.png\"><img class=\"size-full wp-image-55007\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/PluginDirectoryMockup1.png?resize=1025%2C2753\" alt=\"WordPress Plugin Directory Homepage Protoype\" /></a>WordPress Plugin Directory Homepage Protoype\n<p>Unlike the current design, the prototype displays far less information. Authors, Last Updated, Compatibility, and Active Installs are absent from the homepage view. Initial feedback <a href=\"https://make.wordpress.org/meta/2016/05/19/plugin-directory-prototypes/#comment-8151\">highlights the concern</a> that too much information has been stripped away.</p>\n<p>In response to a comment on the announcement post, Samuel Sidler, <span class=\"st\">Apollo Team Lead at Automattic and contributor to the Met
 a team</span>, <a href=\"https://make.wordpress.org/meta/2016/05/19/plugin-directory-prototypes/#comment-8154\">explains</a> why he doesn&#8217;t think the information is useful to users.</p>\n<blockquote><p>Author, as you said, is only really useful for insiders. The latter two, meanwhile, are already taken into account in the search results. If a plugin doesn’t have a recent compatible version, it will move down the list. If it’s too old, it won’t get shown at all (which is the case today).</p>\n<p>Active installs is more interesting, but we account for it weighting search results as-is. I actually find it refreshing to <em>not</em> show the active installs as it allows for less-popular plugins to get more downloads. Users will be less likely to click the popular plugins (outside of familiar names) and more likely to find the plugin they actually need.</p></blockquote>\n<p>Another com
 menter suggests <a href=\"https://profiles.wordpress.org/awakensolutions/\">creating a simple/advanced view. </a>By default, the page could display a simplistic design while giving power users an option for more details.</p>\n<p>&#8220;Just like <a href=\"https://wordpress.org/about/philosophy/\" rel=\"nofollow\">WordPress core</a>, we strive to design for the majority and build features for the 80%,&#8221; Sidler said in response to the comment. &#8220;An &#8216;advanced&#8217; view doesn’t meet that requirement, in my eyes.&#8221;</p>\n<p>The Meta team is iterating quickly and will soon publish a prototype of the plugin details page. If you have feedback on the plugin homepage and search result prototypes, please leave a comment on <a href=\"https://make.wordpress.org/meta/2016/05/19/plugin-directory-prototypes/\">the announcement post</a>.</p>\n<d
 iv id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 20 May 2016 20:19:32 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:13:\"\n      \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"
 xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:94:\"WPTavern: WPWeekly Episode 235 – Interview with James Giroux Envato’s WordPress Evangelist\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"http://wptavern.com?p=55000&preview_id=55000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:97:\"http://wptavern.com/wpweekly-episode-235-interview-with-james-giroux-envatos-wordpress-evangelist\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\&qu
 ot;;s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1298:\"<p>In this episode, <a href=\"http://marcuscouch.com/\">Marcus Couch</a> and I are joined by <a href=\"https://jamesgiroux.ca/\">James Giroux</a>, Envato&#8217;s WordPress evangelist. We discuss a number of topics including what he&#8217;s accomplished since taking over the position in January, the item support policy change, and author driven pricing.</p>\n<p>We also find out what his favorite part of the job is and what he enjoys most about his role at Envato. Last but not least, we discover what the company is doing to shorten the length of time it takes to get through the review queue.</p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Wednesday, June 1st 9:30 P.M. Easter
 n</p>\n<p><strong>Subscribe To WPWeekly Via Itunes: </strong><a href=\"https://itunes.apple.com/us/podcast/wordpress-weekly/id694849738\" target=\"_blank\">Click here to subscribe</a></p>\n<p><strong>Subscribe To WPWeekly Via RSS: </strong><a href=\"http://www.wptavern.com/feed/podcast\" target=\"_blank\">Click here to subscribe</a></p>\n<p><strong>Subscribe To WPWeekly Via Stitcher Radio: </strong><a href=\"http://www.stitcher.com/podcast/wordpress-weekly-podcast?refid=stpr\" target=\"_blank\">Click here to subscribe</a></p>\n<p><strong>Listen To Episode #235:</strong><br />\n</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_l
 ang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 19 May 2016 19:18:56 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:10;a:6:{s:4:\"data\";s:13:\"\n   \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\&q
 uot;WPTavern: BuddyPress Launches Style Modules Trial Initiative\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=54954\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"http://wptavern.com/buddypress-launches-style-modules-trial-initiative\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3960:\"<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/05/customize
 -posts.jpg\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/05/customize-posts.jpg?resize=1024%2C583\" alt=\"photo credit: Paintbrush - (license)\" class=\"size-full wp-image-54351\" /></a>photo credit: <a href=\"http://www.flickr.com/photos/93249705@N03/13067171403\">Paintbrush</a> &#8211; <a href=\"https://creativecommons.org/licenses/by-nd/2.0/\">(license)</a>\n<p>BuddyPress core developer <a href=\"https://twitter.com/hnla\" target=\"_blank\">Hugo Ashmore</a> announced a new trial initiative this week that aims to create a library of CSS and JavaScript snippets to help users customize their communities. The <a href=\"https://bpdevel.wordpress.com/2016/05/11/buddypress-style-modules/\" target=\"_blank\">Style Modules</a> project will aggregate community-submitted code that enhances BuddyPress comp
 onents in a plug-and-play manner.</p>\n<p>Developers who want to contribute to the project can submit their modules by creating a ticket on <a href=\"https://buddypress.trac.wordpress.org/newticket\" target=\"_blank\">BP trac</a> and attaching a zip file that includes the CSS/JS files, a readme.md, and a screenshot.</p>\n<p>Users who want to add a module will need to create a /style-modules/ directory and then unzip the module inside it. The next step requires the user to copy functions from the module&#8217;s readme file to their theme&#8217;s functions.php file, a step which provides a significant hurdle for a non-technical BuddyPress community manager.</p>\n<p>&#8220;Initially this is a trial to see whether we get sufficient interest in the concept to continue and develop further, perhaps enhancing the loading process with enqueueing of files based on directory scanning and loading of files as an arra
 y but run from the core theme compat class, removing the need for users to copy the loading functions to their functions file,&#8221; Ashmore said.</p>\n<p>The project&#8217;s GitHub repository includes <a href=\"https://github.com/buddypress/style-modules/wiki/Style-Modules-Listings\">an example module</a> that re-styles the members list into a grid layout. Other example ideas Ashmore suggested include a new look for profile entries, a different presentation for the activity posting form, or something as simple as changing the font size for the activity stream.</p>\n<p>The experimental initiative will test the waters to see if the BuddyPress community will chip in to provide enough modules to make this a real library. The support policy stated in the proposal doesn&#8217;t offer much incentive for module authors to submit their work:</p>\n<blockquote><p>Provision of modules and use of them is entirely the d
 iscretion of the authors and users, while BP will run some basic checks on the module BP does not guarantee that the modules will work in all given situations or installs, or accept any liability in their use. Support for a module remains the responsibility of the author to ensure the continued effectiveness of the module with updates to themes, WP or BP.</p></blockquote>\n<p>Historically, BuddyPress has struggled to present itself as an easily customizable solution for communities. <a href=\"http://codex.buddypress.org/themes/theme-compatibility-1-7/a-quick-look-at-1-7-theme-compatibility/\" target=\"_blank\">Theme compatibility</a>, introduced in April 2013, made it easier to use BP with any theme, but unless you purchase a theme specifically designed for the plugin, its default output is rather generic and in need of heavy styling.</p>\n<p>The <a href=\"https://bpdevel.wordpress.com/2016/05/11/buddypress-style-
 modules/\" target=\"_blank\">BuddyPress Style Modules</a> concept is an attempt to make it easier for community managers to enhance BP components with different looks, but the project will need to provide a compelling reason for developers to contribute modules and continue to maintain them.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 19 May 2016 02:34:32 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\"
 ;s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:11;a:6:{s:4:\"data\";s:13:\"\n     \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"WPTavern: The .blog Domain Extension Is Now Open to Registrars\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=54971\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:
 0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"http://wptavern.com/the-blog-domain-extension-is-now-open-to-registrars\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2083:\"<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/blogging.jpg\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/blogging.jpg?resize=960%2C521\" alt=\"photo credit: Luis Llerena\" class=\"size-full wp-image-54799\" /></a>photo credit: <a href=\"https://stocksnap.io/photo/3ZHG0XOIT6\">Luis Llerena</a>\n<p>Today marks a moment in internet history, as the very first .blog domain is now operational on WordPress.com. Knock Kn
 ock, WHOIS There, a subsidiary of Automattic, launched <a href=\"https://nic.blog/\" target=\"_blank\">Nic.blog</a> today to begin getting registrars to sign up to sell the new TLD.</p>\n<p>Automattic <a href=\"http://wptavern.com/automattic-to-oversee-the-sale-and-registration-of-top-level-blog-domains\" target=\"_blank\">won the rights to oversee the sale and registration of the .blog domain</a> in 2015 via a bidding process that is estimated to have closed around $20 million. The domain extension is so new that Twitter doesn&#8217;t yet support it as a valid link, but Automattic expects to activate 250,000 new names in 2016.</p>\n<p>According to the new nic.blog information site, registrars that sign up to sell .blog domains will be able to participate in an incentive partnership model that rewards a higher volume of sales:</p>\n<blockquote><p>Pricing will be in the stand
 ard range for new gTLDs, with premium names available in several tiers. High margins for registrars will be guaranteed by an incentive model, rewarding sales above a certain baseline. Final terms will be published in the coming weeks.</p></blockquote>\n<p>Automattic is opening up the .blog TLD to registrars around the world and companies can sign up on nic.blog to learn more about the requirements. Individuals who are interested in purchasing a .blog domain should review the tentative <a href=\"https://nic.blog/launch-plan/\" target=\"_blank\">launch plan</a> published today. Registration will be open to trademark owners during the Sunrise period starting in August 2016, followed by a Landrush period in October.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";
 s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 18 May 2016 23:26:09 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:12;a:6:{s:4:\"data\";s:13:\"\n      \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:87:\"WPTaver
 n: After Eight Years, Thematic Theme’s Lead Developers Discontinue the Project\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=54967\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:93:\"http://wptavern.com/after-eight-years-thematic-themes-lead-developers-discontinue-the-project\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3812:\"<p>Gene Robinson, lead developer of the
  Thematic WordPress theme, has <a href=\"http://thematictheme.com/2016/05/15/thematic-retrospective/\">announced</a> that the project will no longer be developed. Thematic <a href=\"https://wordpress.org/themes/thematic/\">was last updated</a> in 2013 and is actively installed on more than 4K sites. Users are advised to migrate to a different theme as updates will no longer be released. As WordPress core evolves, sites using Thematic may develop incompatibilities.</p>\n<h2>Continuing The Legacy with a Different Name</h2>\n<p>Although development on Thematic is discontinuing, Robinson has forked the project and renamed it to <a href=\"http://d.eciduo.us\">Deciduous. </a>The project picks up where Thematic leaves off. Those interested in continuing development can <a href=\"https://github.com/emhr/Deciduous\">follow it on GitHub</a> where pull requests are welcomed. Robinson
  is also seeking links to other projects that are derivative of Thematic.</p>\n<h2>Where to Get Support for Thematic</h2>\n<p>Users who need support are advised to post on the <a href=\"https://wordpress.org/support/theme/thematic\">WordPress.org support forums</a> for the Thematic theme, &#8220;The support forums on the Thematic website are shutting down due to the lack of community involvement, moderation, and developer feedback,&#8221; Robinson said. &#8220;Hopefully the greater WordPress support community will be able to help you find a resolution.&#8221;</p>\n<h2>A Look Back</h2>\n<p>The years 2008-2009 is an interesting time frame in WordPress&#8217; history. A number of commercial theme and plugin companies, WordPress-centric sites, and projects were launched. Among these was the <a href=\"https://web.archive.org/web/20080611165821/http://themeshaper.com/thematic-for-wordpress/\&
 quot;>Thematic theme</a> by Ian Stewart, theme Wrangler for Automattic. Thematic was more than just a theme, it was an opportunity for Stewart to learn how WordPress&#8217; theme system works.</p>\n<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/ThematicThemePreview.png\"><img class=\"size-full wp-image-54981\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/ThematicThemePreview.png?resize=951%2C740\" alt=\"Thematic Theme Preview from WordPress.org\" /></a>Preview of Thematic from WordPress.org\n<p>He regularly shared his knowledge with the community through <a href=\"https://themeshaper.com/\">ThemeShaper.com</a>, a site now owned by Automattic that features contributions from other members of the theme team. It was the wild west of theme development in 2008 and any person who regularly shared theme development techniques became an influential m
 ember of the community.</p>\n<p>Two years after launching Thematic, Stewart <a href=\"https://themeshaper.com/2010/03/04/ian-stewart-joined-automattic/\">joined Automattic</a> as a theme wrangler.</p>\n<blockquote><p>What can I say besides awesome, awesome, awesome? The enormous opportunity for learning and improvement; all the super-talented, friendly people; the chance to work on so many really, really cool projects—it’s almost unbelievable. This is a dream job for me.</p></blockquote>\n<p>The hiring allowed him to make available all of his commercial child themes built on the Thematic framework available free of charge to the community.</p>\n<h2>Did You Learn From Thematic?</h2>\n<p>It&#8217;s bittersweet and slightly nostalgic to see the theme come to an end. When I launched the Tavern in 2009, I regularly linked to tutorials and articles published by Stewart. I&#8217;m almo
 st certain Thematic and its creator helped out a number of budding theme developers between 2008-2011. Let us know in the comments if you used Thematic for any projects or what you learned from its code.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 18 May 2016 20:45:48 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\&quo
 t;;b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:13;a:6:{s:4:\"data\";s:13:\"\n      \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"Post Status: WordPress as a Headless CMS — Draft podcast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"https://poststatus.com/?p=24518\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:60
 :\"https://poststatus.com/wordpress-headless-cms-draft-podcast/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2870:\"<p>Welcome to the Post Status <a href=\"https://poststatus.com/category/draft\">Draft podcast</a>, which you can find <a href=\"https://itunes.apple.com/us/podcast/post-status-draft-wordpress/id976403008\">on iTunes</a>, <a href=\"https://play.google.com/music/m/Ih5egfxskgcec4qadr3f4zfpzzm?t=Post_Status__Draft_WordPress_Podcast\">Google Play</a>, <a href=\"http://www.stitcher.com/podcast/krogsgard/post-status-draft-wordpress-podcast\">Stitcher</a>, and <a href=\"http://simplecast.fm/podcasts/1061/rss\">via RSS</a> for your favorite podcatcher. Pos
 t Status Draft is hosted by Joe Hoyle &#8212; the CTO of Human Made &#8212; and Brian Krogsgard.</p>\n<p><span>Joe and Brian discuss WordPress as a Headless CMS. They talk about what a Headless CMS is, WordPress’s strengths and weaknesses as a Headless CMS, popular frameworks to utilize, and offer up example websites to check out.</span></p>\n<p><a href=\"https://audio.simplecast.com/37861.mp3\">https://audio.simplecast.com/37861.mp3</a><br />\n<a href=\"http://audio.simplecast.com/37861.mp3\">Direct Download</a></p>\n<h3>Examples</h3>\n<ul>\n<li><a href=\"https://www.guggenheim.org/\">The Guggenheim</a></li>\n<li><a href=\"https://adayofrest.hm/boston-2016/\">A Day of Rest Boston</a></li>\n<li><a href=\"https://ustwo.com/\">ustwo</a></li>\n<li><a href=\&q
 uot;http://skaled.com/\">Skaled</a></li>\n<li><a href=\"http://tri.be/\">Modern Tribe</a></li>\n</ul>\n<h3>Links</h3>\n<ul>\n<li><a href=\"https://angularjs.org/\">Angular</a></li>\n<li><a href=\"https://facebook.github.io/react/\">React</a></li>\n<li><a href=\"http://blog.scalac.io/2016/02/16/react-vs-angular-2.html\">React vs Angular 2</a></li>\n<li><a href=\"https://getmoxied.net/lean/\">Lean, an Agular for WordPress framework</a></li>\n<li><a href=\"https://pantheon.io/decoupled-cms\">Decoupled CMS</a></li>\n<li><a href=\"https://css-tricks.com/what-is-a-headless-cms/\">What is a Headless CMS?</a></li>\n<li><a href=\"http://petya.in/we-need-to-talk-about-the-rest-api-the-non-developer-gui
 de-to-the-future-of-wordpress/\">We Need to Talk about the REST API</a></li>\n<li><a href=\"https://make.wordpress.org/core/2016/05/16/rest-api-authentication-broker/\">Introducing the REST API Authentication Broker</a></li>\n<li><a href=\"https://hmn.md/2016/01/14/introducing-our-wordpress-rest-api-white-paper/\">Human Made&#8217;s REST API White Paper</a></li>\n</ul>\n<h3>Sponsor</h3>\n<p><span>Today’s show is sponsored by </span><a href=\"http://optinmonster.com\"><span>OptinMonster</span></a><span>. OptinMonster allows you to convert visitors into subscribers. You can easily create &amp; A/B test beautiful lead capture forms without a developer. They recently released </span><a href=\"http://optinmonster.com/introducing-optinmonster-3-0-taking-your-conversion-optimization-to-the-next-level/\&qu
 ot;><span>OptinMonster 3.0</span></a><span>, with an all new builder interface and other great features.</span></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 18 May 2016 17:47:56 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Katie Richards\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:14;a:6:{s:4:\"data\";s:13:\"\n \n      \n      \n      \n      \n
        \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:87:\"WPTavern: Take Granular Control of WordPress’ Update System with Easy Updates Manager\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=54952\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:94:\"http://wptavern.com/take-granular-control-of-wordpress-update-system-with-easy-updates
 -manager\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3933:\"<p>When <a href=\"https://wordpress.org/news/2013/10/basie/\">WordPress 3.7 &#8220;Basie&#8221;</a> was released in 2013, it brought automatic updates to the masses. By default, WordPress automatically updates to point releases. Using <a href=\"https://codex.wordpress.org/Configuring_Automatic_Background_Updates\">additional constants</a> within wp-config.php, you can configure WordPress to automatically update themes, plugins, and major releases.</p>\n<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/EasyUpdateManagerFeaturedImage.png\"><img class=\"aligncenter size-full wp-image-54958\" src=\"http:/
 /i2.wp.com/wptavern.com/wp-content/uploads/2016/05/EasyUpdateManagerFeaturedImage.png?resize=650%2C207\" alt=\"Easy Update Manager Featured Image\" /></a></p>\n<p>If you want granular control over the WordPress update system without touching code, check out <a href=\"https://wordpress.org/plugins/stops-core-theme-and-plugin-updates/\">Easy Updates Manager</a>. Easy Updates Manager is a free plugin that&#8217;s active on more than 70k sites. It&#8217;s maintained by <a href=\"https://profiles.wordpress.org/kidsguide/\">Matthew</a>, <a href=\"https://profiles.wordpress.org/ronalfy/\">Ronald Huereca</a>, <a href=\"https://profiles.wordpress.org/roary86/\">Roary Tubbs</a>, and <a href=\"https://profiles.wordpress.org/bigwing/\">BigWing Interactive</a>.</p>\n<h2>Countless Number of Configurations Available</h2>\n<p&
 gt;Once activated, you&#8217;ll find the options page by browsing to Dashboard &gt; Update Options. There are two different interfaces for configuring updates. The first includes a number of toggle switches that disable/enable updates. The second is a traditional screen with radial buttons.</p>\n<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/EasyUpdateManagerDashboard.png\"><img class=\"size-full wp-image-54959\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/EasyUpdateManagerDashboard.png?resize=1025%2C432\" alt=\"Easy Update Manager Dashboard\" /></a>Easy Updates Manager Dashboard\n<p>Traditional settings page for Easy Updates Manager.</p>\n<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/05/EasyUpdateManagerGeneralSettings.png\"><img class=\"size-full wp-image-54960\" src=\"http://i0.wp.com/wptavern.com/wp-content
 /uploads/2016/05/EasyUpdateManagerGeneralSettings.png?resize=566%2C480\" alt=\"Easy Update Manager General Settings\" /></a>Easy Updates Manager General Settings\n<p>One of the highlights of Easy Updates Manager is the ability to enable automatic updates for individual themes and plugins. It&#8217;s a convenient way to update themes and plugins that rarely cause issues. There&#8217;s also a built-in logging feature that when enabled creates a new table in the database. It logs the username, update type, version, action, status, and date.</p>\n<p>Logging is listed as a beta feature and should be used at your own risk. It also may not work with all commercial themes and plugins. Here&#8217;s what the log looks like after I updated three plugins.</p>\n<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/EasyUpdateManagerLogs.png\"><img class=\"size-full wp-image-54961\" src=\"htt
 p://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/EasyUpdateManagerLogs.png?resize=1025%2C350\" alt=\"Easy Update Management Log\" /></a>Easy Updates Management Log\n<p>Easy Updates Manager also includes the ability to exclude users from manipulating the plugin&#8217;s settings. The plugin contains additional features that I encourage you to explore by using it on a test site.</p>\n<p>Thanks to the number of options available, users have a countless number of update configurations to choose from. I tested the plugin on WordPress 4.6 alpha and it works as expected. You can <a href=\"https://wordpress.org/plugins/stops-core-theme-and-plugin-updates/\">download it for free</a> from the WordPress plugin directory.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\&q
 uot;xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 18 May 2016 07:17:01 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:15;a:6:{s:4:\"data\";s:13:\"\n  \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\"
 ;s:91:\"WPTavern: WordPress 4.6 Improves the Accessibility of the Tag and Category Management Pages\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=54910\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:101:\"http://wptavern.com/wordpress-4-6-improves-the-accessibility-of-the-tag-and-category-management-pages\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2775:\"<p>Amo
 ng the improvements coming in WordPress 4.6 are <a href=\"https://make.wordpress.org/core/2016/05/16/categories-and-tags-screens-changes/\">accessibility enhancements</a> to the Category and Tag management pages. The flow of each page has been changed so that the visual order of elements match the tab order. This allows those who navigate with keyboards to access the Add New Tag or Add New Category area first.</p>\n<p>Andrea Fercia, WordPress core committer and a member of the accessibility team, explains why the changes matter, &#8220;For accessibility, the visual order should always match the tab order. The main functionality in a page should just be the first thing in the source markup and other parts of the user interface should never be &#8216;skipped&#8217;.&#8221;</p>\n<p>The following image shows the tab order of elements on the Tag management screen in WordPress 4.5. In order to reach the Add New Tag section, you
  need to tab through a number of checkboxes, each tag in the tag cloud, and various quick edit links. This is a time-consuming and frustrating process.</p>\n<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/05/WordPress45TagManagementPage.png\"><img class=\"size-full wp-image-54944\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/05/WordPress45TagManagementPage.png?resize=1025%2C806\" alt=\"WordPress 4.5 Tag Management Element Order\" /></a>WordPress 4.5 Tag Management Element Order\n<p>In WordPress 4.6, the Add New Tag section is the first visual element as well as the first section accessed when pressing the tab key.</p>\n<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/WordPress46TagManagementScreen.png\"><img class=\"size-full wp-image-54945\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/WordPress46TagManagem
 entScreen.png?resize=1025%2C792\" alt=\"WordPress 4.6 Tag Management Screen\" /></a>WordPress 4.6 Tag Management Screen\n<p>The new flow is more logical and provides consistency between the tag and category management screens, &#8220;From an accessibility point of view, the content structure and organization will be easier to understand and navigate,&#8221; Fercia said.</p>\n<p>WordPress theme and plugin authors who have added custom functionality to these screens are advised to double-check their code against the bleeding edge version of WordPress 4.6. There&#8217;s also an <a href=\"https://core.trac.wordpress.org/ticket/35664\">in-depth ticket</a> where developers and users can see how the team reached a consensus to implement the changes. If you have any questions or concerns please leave a comment on the <a href=\"https://make.wordpress.org/core/2016/05/16/categories-and-tags-screens-changes/\&q
 uot;>announcement post</a>.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 17 May 2016 19:30:29 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:16;a:6:{s:4:\"data\";s:13:\"\n        \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:
 \"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"WPTavern: New Plugin Uses BuddyPress Email API to Send bbPress Forum Emails\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=54863\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:85:\"http://wptavern.com/new-plugin-uses-buddypress-email-api-to-send-bbpress-forum-emails\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\
 ";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3011:\"<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/09/buddypress-bbpress.jpg\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/09/buddypress-bbpress.jpg?resize=1025%2C493\" alt=\"buddypress-bbpress\" class=\"aligncenter size-full wp-image-30982\" /></a></p>\n<p><a href=\"http://wptavern.com/buddypress-2-5-0-released-features-customizable-emails-and-support-for-emoji\" target=\"_blank\">BuddyPress 2.5</a>, released in March, introduced customizable emails via a new <a href=\"http://wptavern.com/buddypress-2-5-will-add-customizable-emails-via-a-new-bp-email-api\" target=\"_blank\">BP Email API</a>. This new feature allows
  community managers to easily edit BuddyPress-generated emails in the admin and make design changes in the customizer.</p>\n<p>It didn&#8217;t take long for developers to think of bringing this same customizability to bbPress emails. <a href=\"https://profiles.wordpress.org/thebrandonallen/\" target=\"_blank\">Brandon Allen</a> has just released <a href=\"https://wordpress.org/plugins/bp-emails-for-bbp/\" target=\"_blank\">BP Emails for BBP</a>, a plugin that sends forum and topic subscription emails using the new BP Email API.</p>\n<p>Once installed, administrators will find templates for new forum topics and topic replies under the same Emails menu item with the 16 customizable BuddyPress core emails.</p>\n<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/buddypress-bbpress-emails.png\"><img src=\"http://i2.wp.com/wptavern.com/wp-conte
 nt/uploads/2016/05/buddypress-bbpress-emails.png?resize=1025%2C305\" alt=\"buddypress-bbpress-emails\" class=\"aligncenter size-full wp-image-54878\" /></a></p>\n<p>Allen noted that the plugin sends emails differently than bbPress, which puts every subscriber email in the BCC field and sends one email. Instead, it sends a separate email to each subscriber, which Allen said may improve deliverability given that some email providers look unfavorably on emails with large BCC fields.</p>\n<p>I tested the plugin and found that it works as advertised for customizing and sending bbPress emails. There are no settings to configure. It simply adds the same functionality that users now expect from BuddyPress core emails with all the same customization options.</p>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/05/bbpress-subscription-email.png\"><img src=\"http://i1.wp.com/wptaver
 n.com/wp-content/uploads/2016/05/bbpress-subscription-email.png?resize=1025%2C500\" alt=\"bbpress-subscription-email\" class=\"aligncenter size-full wp-image-54929\" /></a></p>\n<p><a href=\"https://wordpress.org/plugins/bp-emails-for-bbp/\" target=\"_blank\">BP Emails for BBP</a> is available on WordPress.org. It does not work with bbPress alone but requires both bbPress 2.5+ and BuddyPress 2.5+ to be active. With the help of this plugin, a community manager can brand all the email communications generated by the site so that the design and wording is consistent across both plugins.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 17
  May 2016 05:32:44 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:17;a:6:{s:4:\"data\";s:13:\"\n     \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"WPTavern: BuddyPress 2.6 to Introduce New API for Navigation\";s:7:\"attribs\";a:0:{}s:8:\&quot
 ;xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=54803\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"http://wptavern.com/buddypress-2-6-to-introduce-new-api-for-navigation\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2401:\"<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/09/buddypress-logo-blue.png\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/09/bud
 dypress-logo-blue.png?resize=839%2C398\" alt=\"buddypress-logo-blue\" class=\"aligncenter size-full wp-image-30655\" /></a></p>\n<p>In an exceptionally well-documented <a href=\"https://buddypress.trac.wordpress.org/changeset/10745/\" target=\"_blank\">commit message</a>, BuddyPress lead developer Boone Gorges introduced a new API to manage single item navigation, thanks to contributions from core developers Mathieu Viet and Raymond Hoh. Gorges summarized the changes to how BuddyPress will handle navigation in the upcoming 2.6 release:</p>\n<blockquote><p>The new BP_Core_Nav overhauls the way that BuddyPress registers, stores, and renders navigation items. Navigations are now component-specific, eliminating the potential for confusion and conflict between navigation items with similar names in different components, and opening the possibility of generating navs for separate objects of the
  same type on a single pageload.</p></blockquote>\n<p>The previous navigation system used bp_nav and bp_options_nav, global properties that managed nav and subnav across all of BuddyPress&#8217; components. Developers had a difficult time extending navigation and sometimes ended up stepping on each other&#8217;s toes when adding similar navigation items.</p>\n<p>&#8220;The new system eliminates most of these problems, by removing direct access to the underlying navigation data, while providing a full-fledged API for accessing and modifying that data,&#8221; Gorges said.</p>\n<p>Although the new API ensures backward compatibility with the legacy bp_nav and bp_options_nav, plugin developers whose extensions depend on these methods will want to update their code. With the exception of certain configurations running PHP 5.2.x, most plugins should work the same as before.</p>\n<p>However, Gorges&#8217; <a href=\
 "https://buddypress.trac.wordpress.org/changeset/10745/\" target=\"_blank\">commit message</a> details a handful of small ways that the new API may break backward compatibility in a few rare instances. BuddyPress plugin developers will want to review these ahead of the upcoming 2.6 release. Beta 1 is just one week away from release on May 25 and the official release is targeted for June 15.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 17 May 2016 05:06:43 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\&
 quot;;a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:18;a:6:{s:4:\"data\";s:13:\"\n   \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"WPTavern: Wes Bos Launches Free React.js + Redux Online Course\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=54903\";s:7:\"
 attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"http://wptavern.com/wes-bos-launches-free-react-js-redux-online-course\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3193:\"<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/react-redux-course.png\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/react-redux-course.png?resize=1025%2C465\" alt=\"react-redux-course\" class=\"aligncenter size-full wp-image-54916\" /></a></p>\n<p><a href=\"http://wesbos.com/\" target=\"_blank\"
 >Wes Bos</a>, a developer and educator known for his high quality video tutorials, has just launched a free online course for building JavaScript apps with <a href=\"https://facebook.github.io/react/\" target=\"_blank\">React.js</a> and <a href=\"http://redux.js.org/\" target=\"_blank\">Redux</a>. The 2.5 hour <a href=\"https://learnredux.com/\" target=\"_blank\">Learn Redux</a> course includes 20 videos that guide developers through building an example &#8216;Reduxstagram&#8217; app to present the core ideas behind Redux.</p>\n<p>To get the most out of Learn Redux, students should have a decent foundation of React and ES6. Bos recommends those who are not comfortable with React to start with his <a href=\"https://reactforbeginners.com/\" target=\"_blank\">React for Beginners</a> course.</p>\n<p>After you sign up, yo
 u&#8217;ll receive an email with a link to the starter files and access to the videos. The example app uses Webpack to bundle ES6 modules into a single JavaScript file, so the course begins with a video on using NPM and Webpack to set up a local development environment. Learn Redux includes:</p>\n<ul>\n<li>Access to all 20 videos</li>\n<li>All starter files</li>\n<li>Webpack Build Templates</li>\n<li>Stepped and finished solutions</li>\n</ul>\n<p>Bos spent more than 100 hours producing this series in partnership with <a href=\"https://getsentry.com/welcome/\" target=\"_blank\">Sentry</a> as a sponsor. Anyone who signs up receives a $50 Sentry credit.</p>\n<p>After Calypso was announced, Bos, who describes himself as &#8220;a huge WordPress fan,&#8221; wrote a <a href=\"http://wesbos.com/wordpress-calypso-react/\" target=\"_blank\">
 post</a> dispelling rumors that WordPress was ditching PHP and being rewritten in Node.js. He also urged WordPress developers to learn JavaScript.</p>\n<p>&#8220;This is thunder in the distance as to what is to come in WordPress,&#8221; Bos said. &#8220;Much of the theme writing I do is already in JavaScript – I often use WordPress as just an API to get data out of, and then use frameworks like Angular, React, Google Maps or jQuery to display that data. I’m not building an entire website in a JavaScript framework, but much of the interactive view layer of these sites is moving into JavaScript frameworks.&#8221;</p>\n<p>If you want to be ready to dive into the next generation of WordPress site and application development with knowledge of one of the most popular JS frameworks, the free <a href=\"https://learnredux.com/\" target=\"_blank\">Learn Redux</a> course offers all the tools necessary for getting
  started with React.js, Redux, and React Router.</p>\n<p>&#8220;Our trusty PHP template files aren’t going anywhere anytime soon, but I’ll bet you dollars to donuts you’ll be writing a lot more JavaScript in your WordPress sites in the years to come,&#8221; Bos said.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 16 May 2016 21:50:34 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\&qu
 ot;;a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:19;a:6:{s:4:\"data\";s:13:\"\n    \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:134:\"WPTavern: Daniel Bachhuber Discusses WP-CLI, the WP REST API, and the Challenges of Contributing to Open Source on Roots Radio Podcast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=54738\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\&qu
 ot;\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:142:\"http://wptavern.com/daniel-bachhuber-discusses-wp-cli-the-wp-rest-api-and-the-challenges-of-contributing-to-open-source-on-roots-radio-podcast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:7828:\"<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/05/daniel-bachhuber.jpg\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/05/daniel-bachhuber.jpg?resize=300%2C300\" alt=\"daniel-bachhuber\" class=\"alignright size-medium wp-image-54898\" /></a><a href=\"https://danielbachhuber.com/\" target=\"_blank\"
 >Daniel Bachhuber</a>, maintainer of the <a href=\"http://wp-cli.org/\" target=\"_blank\">WP-CLI</a> project and a contributing developer to the <a href=\"http://v2.wp-api.org/\" target=\"_blank\">WP REST API</a>, joined Chris Carr and Austin Pray on a recent episode of the <a href=\"https://roots.io/podcast/ep13/\" target=\"_blank\">Roots Radio podcast</a>. Bachhuber discussed his recent experience crowdfunding his work on &#8220;<a href=\"https://wp-cli.org/restful/\" target=\"_blank\">A More RESTful WP-CLI</a>&#8221; as well as the challenges he&#8217;s encountered as a contributor to various open source projects over the years.</p>\n<p>In the first part of the episode, Bachhuber shared how he spent the 283 hours of time that the WordPress community funded to advance the WP-CLI and WP REST API projects. The funding gave h
 im the opportunity to dedicate time split between the two projects. Bachhuber put in approximately 95 hours towards the REST API in January and February but the bulk of the hours went towards making WP-CLI more friendly for developers who work with the REST API.</p>\n<p>&#8220;WordPress developers are going to be putting a lot of time now towards writing REST endpoints that expose their functionality to the world, and it would be really nice if WP-CLI interoperated nicely with that and allowed you to use that functionality at the command line without having to separately write your own WP-CLI commands,&#8221; Bachhuber said.</p>\n<p>He discussed the challenge of scoping out this broad goal and what he learned about crowdfunding during the process.</p>\n<p>&#8220;The RESTful WP-CLI kickstarter project was intentionally ambitious, because I&#8217;m a guy who has big ideas and likes to do big things,&#8221; Bachhuber said. &#8
 220;There are some things I feel really happy that I&#8217;ve been able to ship and produce so far, and there are other features that, for one reason or another, I haven&#8217;t quite been able to execute  yet and that&#8217;s a bit frustrating.</p>\n<p>&#8220;It&#8217;s a whole different ball game trying to manage the expectations of your Kickstarter backers than it is a single client. I&#8217;ve got 107 clients that I have to make happy,&#8221; he said.</p>\n<p>Nevertheless, Bachhuber said he was able to get the issue backlog for WP-CLI down to less than 60 issues and the dedicated time has allowed him to resolve old issues that have &#8220;languished since the dawn of time.&#8221;</p>\n<p>As part of the rewards offered for contributors to the crowdfunding campaign, Bachhuber offered his time consulting with individuals and organizations, which he found to be easier than traditional physical swag rewards.</
 p>\n<p>&#8220;I&#8217;m really glad that I chose [consulting] over having to give out physical swag, because it&#8217;s very difficult to procure and ship to everyone, particularly when you have international backers,&#8221; he said. &#8220;Even though I&#8217;ve spent a lot of my time fulfilling the rewards and talking with people and having calls with them and meeting up with them in person, it&#8217;s a much easier effort to manage than sending 100 coffee mugs across the world.&#8221;</p>\n<p>When asked if he&#8217;d do it again, Bachhuber said yes but emphasized that spending this much time on an open source project only works if you keep a healthy balance with other aspects of life.</p>\n<p>&#8220;I think it&#8217;s really important that if you&#8217;re contributing to open source projects on a regular basis or even maintaining them, that you balance your time between that and other things,&#82
 21; he said. &#8220;It&#8217;s really easy to get burned out on said open source project if you spend 100% of your time on it for a whole month or six months.</p>\n<p>&#8220;I was pretty intentional to say that the money I was raising was going to cover my involvement with the project for six months, a certain number of hours, and that it was going to be a part-time thing. That was a really healthy way to approach it. I think I would have gotten burned out if I had just tried to dive into it, crank it out, and move on to the next thing,&#8221; Bachhuber said.</p>\n<h3>The Emotional Challenges of Working on Open Source Projects</h3>\n<p>During the course of the interview Bachhuber was asked to share his feelings on what he referred to as &#8220;the kerfuffle with the REST API&#8221; that happened in February. The REST API team had written a merge proposal in September 2015 that recommended merging the API in two parts &#
 8211; the infrastructure in 4.4 and the posts, comments, terms, and users endpoints in 4.5 or 4.6. After partially executing on that proposal, the team held a status chat to discuss the plan moving forward.</p>\n<p>Bachhuber said that the discussion became &#8220;a very emotionally fraught event&#8221; after Matt Mullenweg said the project needed feature parity with the WordPress admin before any of the endpoints could be considered for merge. After putting hundreds of hours into the project alongside a handful of dedicated contributors who were already spread thin, he found this new requirement was a difficult pill to swallow.</p>\n<p>&#8220;For better or for worse, as a maintainer or even a participant of an open source project, you have to have a thick skin and realize that all the time the decisions that are made are not about you &#8211; they are about the project,&#8221; Bachhuber said. &#8220;Even if you are personally offended 
 by the decision, it doesn&#8217;t matter because it isn&#8217;t about you. It&#8217;s really difficult to deal with emotionally.&#8221;</p>\n<p>Bachhuber&#8217;s years of contributing to and maintaing open source projects has taught him a few things about managing stress and conflict that <a href=\"https://2016.europe.wordcamp.org/session/my-condolences-youre-now-the-maintainer-of-a-popular-open-source-project/\" target=\"_blank\">he plans to share at WordCamp Europe</a> in a talk titled, &#8220;My condolences, You&#8217;re now the maintainer of a popular OS project.&#8221;</p>\n<p>&#8220;I find a lot of joy in maintaining open source projects,&#8221; Bachhuber said. &#8220;I also have to actively work to address the emotional side of the equation to make sure I&#8217;m in a healthy space to continue maintaining the project and the project is not affecting me personally. It&#8
 217;s taken me years to come to a point where I&#8217;m comfortable with that.&#8221;</p>\n<p>In the case of the WP REST API, Bachhuber has come to a place where he can compartmentalize his emotional reactions and responses to the differing opinions.</p>\n<p>&#8220;I&#8217;ve come to a point now where I care but I don&#8217;t care,&#8221; he said. &#8220;I care in the sense that I&#8217;d still love to see those endpoints go into core and see the fruits of our labors realized. I don&#8217;t care because I&#8217;m not emotionally attached to that happening on any particular time frame. I honestly would rather it happen when it&#8217;s ready to happen over prematurely, and I realize I might not be the best qualified person to make that decision.&#8221;</p>\n<p>In the remainder of the episode, Bachhuber and Carr discuss React, Redux, Karma, Enzyme, and other tools for testing and developing with the RES
 T API. Check out the recording of the episode on <a href=\"https://roots.io/podcast/ep13/\" target=\"_blank\">Roots Radio</a> for more details about Bachhuber&#8217;s work on WP-CLI and his crowdfunding experience.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 16 May 2016 06:03:31 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\&
 quot;\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:20;a:6:{s:4:\"data\";s:13:\"\n       \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:102:\"WPTavern: The WordPress.org Recommended Hosting Page is Revamped, Features Flywheel for the First Time\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=54822\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\&qu
 ot;;s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:111:\"http://wptavern.com/the-wordpress-org-recommended-hosting-page-is-revamped-features-flywheel-for-the-first-time\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:8235:\"<p>DreamHost, Flywheel, and SiteGround have joined Bluehost on WordPress.org&#8217;s new <a href=\"https://wordpress.org/hosting/\">recommended hosting</a> page. In mid 2015, Matt Mullenweg, co-founder of the open source WordPress project, <a href=\"http://wptavern.com/the-recommended-hosting-page-on-wordpress-org-starts-over-from-scratch\">announced</a> the page would be revamped. To have a chance at being listed webhosting companies needed to fill out a 40-question surve
 y.</p>\n<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/05/RecommendedHostsPage.png\"><img class=\"size-full wp-image-54844\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/05/RecommendedHostsPage.png?resize=790%2C642\" alt=\"2016 Recommended Hosts Page\" /></a>2016 Recommended Hosts Page\n<p>This is Flywheel&#8217;s first time on the page. <a href=\"https://getflywheel.com/\">Flywheel</a>, launched in 2013, is a managed WordPress hosting company with an emphasis towards designers and agencies. I asked Dusty Davidson, c<span class=\"team__role\">o-Founder and CEO of Flywheel</span>, what it means to be included on the page. &#8220;We&#8217;re obviously excited to be included, and think it really reflects on the work we&#8217;ve done to create a great experience for WordPress users,&#8221; he<span class=\"team__role
 \"> said. </span></p>\n<p>The recommended webhosting page on WordPress.org is incredibly lucrative. Based on conversations I&#8217;ve had with employees of hosts listed, it can generate millions of dollars in revenue. I asked Davidson what impact this will have on his company, &#8220;<span class=\"team__role\">I&#8217;m sure it will undoubtedly send a good deal of traffic, but honestly we&#8217;re just humbled and excited to be recognized,&#8221; he said. </span></p>\n<h2>A New Round of Controversy</h2>\n<p>Over the years, companies have come and gone from the recommended hosting page. However, Bluehost in particular has consistently appeared on the list, including the most recent iteration. Bluehost is owned by <a href=\"http://www.endurance.com/\">Endurance International Group</a> who <a href=\"http://www.prweb.com/releases/2014/05/prweb11874425.htm\">i
 nvested in Automattic</a> in 2014. Because Mullenweg is the CEO of Automattic and controls who is listed on the page, it&#8217;s easy to see why it regularly generates controversy.</p>\n<p>Kevin Ohashi of ReviewSignal.com, <a href=\"http://reviewsignal.com/blog/2016/05/12/wordpress-org-updates-hosting-recommendations-nobody-knows-selection-criteria/\">criticized the lack of transparency</a> regarding the process for how hosts.</p>\n<blockquote><p>Who is responsible for this revamp? What were the selection criteria? How often will it be updated? Will existing companies be continuously re-evaluated?</p></blockquote>\n<p>These are important questions to ask and there are no publicly documented answers. In a follow up post, <a href=\"http://reviewsignal.com/blog/2016/05/13/wordpress-org-hosting-recommendations-listing-criteria/\">Ohashi investigated</a> what criteria needs to be met for
  being listed on the page. The post contains a number of screenshots of his private conversation with <a href=\"https://profiles.wordpress.org/macmanx\">James Huff</a>, who has volunteered for the WordPress project for 12 years and has worked at Automattic for five years.</p>\n<p>Huff was directly related to the project and influenced who was chosen thanks to his involvement on the WordPress Support Team. Within the conversation, he shares details of the process and mentions that no money exchanged hands. Early in the conversation, Ohashi tells Huff that he wants to learn and publish how the process works. However, Huff had no idea that everything he said would be made public.</p>\n<p>&#8220;I was invited to what sounded like a friendly chat over direct message from a concerned community member, after he was referred to me by a friend,&#8221; Huff said. &#8220;At no point was it clarified or even implied that anything discuss
 ed would be made public.&#8221;</p>\n<p><del>Conversations held in a private matter should remain private unless given permission to publish them, something I discovered the hard way.</del> Unfortunately, the post comes across as a public interrogation of Huff. I asked Huff, who was shaken by the experience, how it has affected him moving forward as it relates to the WordPress project.</p>\n<p>&#8220;I&#8217;d be lying if I said my feelings weren&#8217;t at least shaken by the experience, especially considering how polite he was to my friend and how hostile he was towards me apparently just because I work for Automattic, but this isn&#8217;t the first time that has happened to me and I don&#8217;t expect it to be the last,&#8221; he said.</p>\n<p>&#8220;There&#8217;s an usually prevalent negative bias against Automatticians who contribute to WordPress.&#8221;</p>\n<h2>Mullenweg Provid
 es Clarification</h2>\n<p>Mullenweg <a href=\"http://reviewsignal.com/blog/2016/05/13/wordpress-org-hosting-recommendations-listing-criteria/#comment-1011\">commented on the post</a> where he not only sticks up for Huff, but answers some of the controversial questions raised by Ohashi. Mullenweg explains how the applicants were chosen, how the criteria is weighted, who makes the final decisions, and how much money is involved. Here is his comment in full.</p>\n<blockquote><p>&#8216;I would like to see some transparency in the process&#8217;</p>\n<p>As stated on the page, the listing is completely arbitrary. The process was: There was a survey, four applicants were chosen, and the page was updated. That might repeat later in the year, or the process might change.</p>\n<p>&#8216;how criteria are weighted&#8217;</p>\n<p>There is no criteria or weighting. It ultimately is one person
 s opinion. Information that is important is reflected in the questions asked in the survey, but that is not everything that is taken into account. (I have looked at this site in the past, for example.)</p>\n<p>&#8216;who is making the decisions&#8217;</p>\n<p>I am. James helped in sorting through the many submissions that came in, doing additional research, and digging on finalists, but ultimately the decision was mine. You can and should blame me fully for any issues you have with it. I appreciate James’ help in this go-round, but he will not be involved at all with any future updates. (So, please leave him alone.)</p>\n<p>&#8216;how much money is involved&#8217;</p>\n<p>There was no money involved. Obviously being listed on the page is hugely valuable and impacts the listed (or unlisted) businesses a great deal. This is why I take full responsibility for the listing, now and in the future — I have been fortunate 
 to be extraordinarily successful and no financial or business consideration any of the applicants could offer matters to me. A host could offer $100,000,000 to be listed on the page for 1 day, and I would say no.</p></blockquote>\n<p>It&#8217;s unfortunate that the information in Mullenweg&#8217;s comment is not published in an official post announcing the changes to the recommended hosting page. If an official post was published that included the same information in his comment, it&#8217;s possible it would have eliminated most of the confusion, uncertainty, and doubt surrounding it.</p>\n<h2>Should WordPress.org Have a Recommended Hosting Page?</h2>\n<p>Due to the investments EIG has made in Automattic, Mullenweg&#8217;s role at the company, and him making the final decisions, there will always be a potential conflict of interest despite taking full responsibility of the page and the processes associated with it.</p>\
 n<p>Should WordPress.org have a recommended hosting page? What if the page was replaced with information people could use to make informed decisions on choosing a host? It would eliminate potential conflicts of interest and if there was a host Mullenweg felt strongly about, he could label it as a partner of the project. This would make it clear that any financial connection with the company is a business relationship.</p>\n<p>Are you hosting with any of the companies listed on the recommended hosting page? If so, tell us about your experience in the comments.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 14 May 2016 16:39:29 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\&
 quot;;s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:21;a:6:{s:4:\"data\";s:13:\"\n  \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:88:\"WPTavern: WordPress Accessibility Team Seeks Testers Using Speech Recognition Technology\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_
 explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=54829\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:98:\"http://wptavern.com/wordpress-accessibility-team-seeks-testers-using-speech-recognition-technology\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2791:\"<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/05/glasses.jpg\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/05/glasses.jpg?resize=1024%2C562\" alt=\"photo 
 credit: Let\'s Read - (license)\" class=\"size-full wp-image-54851\" /></a>photo credit: <a href=\"http://www.flickr.com/photos/42788859@N00/320216939\">Let&#8217;s Read</a> &#8211; <a href=\"https://creativecommons.org/licenses/by-nc-sa/2.0/\">(license)</a>\n<p>The World Health Organization estimates that <a href=\"http://www.who.int/mediacentre/factsheets/fs282/en/\" target=\"_blank\">285 million people</a> worldwide are living with some form of visual impairment and 39 million of those are estimated to be blind. Many people with low vision depend on speech recognition technology to navigate the web and communicate their thoughts. This type of software also assists people who have carpal tunnel, RSI (Repetitive Stress Injuries) and/or limited mobility in their hands and arms.</p>\n<p>Rian Rietveld and the Accessibility team are working to improve the experi
 ence of using WordPress with speech recognition software, such as <a href=\"http://www.nuance.com/dragon/index.htm\" target=\"_blank\">Dragon Naturally Speaking</a> (widely considered as one of the best for desktop use.) In particular, <a href=\"https://core.trac.wordpress.org/ticket/23562\" target=\"_blank\">the task of adding media to a post has a number of obstacles</a> that make it nearly impossible for those using speech recognition software.</p>\n<p>Rietveld <a href=\"https://make.wordpress.org/accessibility/2016/05/13/20th-wordpress-accessibility-test-add-media-with-speech-recognition-software/\" target=\"_blank\">posted three tests</a> to the Accessibility team&#8217;s blog today, inviting those who use <a href=\"http://www.nuance.com/dragon/index.htm\" target=\"_blank\">Dragon Naturally Speaking</a> or other assistive technology to 
 help the contributors determine the roadblocks that need to be removed for adding media. These tests include actions like adding media, editing attachment details, and creating a gallery.</p>\n<p>If you use WordPress with assistive technology for speech recognition, completing these tests and offering your feedback is one way to get involved as a contributor. You don&#8217;t necessarily have to use Dragon Naturally Speaking, as there are many newer alternatives such as Windows Speech Recognition (Cortana) and Chrome&#8217;s speech recognition powered by Google Speech to Text. Testers can report their experiences, along with the assistive technology/browser/OS, in the comments on Rietveld&#8217;s <a href=\"https://make.wordpress.org/accessibility/2016/05/13/20th-wordpress-accessibility-test-add-media-with-speech-recognition-software/\" target=\"_blank\">post</a>.</p>\n<div id=\"epoch-width-sniffer\"></di
 v>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 13 May 2016 22:40:35 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:22;a:6:{s:4:\"data\";s:13:\"\n       \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\
 ";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"WPTavern: Happytables Pivots to Provide Restaurant Analytics and Insights\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=41046\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:83:\"http://wptavern.com/happytables-pivots-to-provide-restaurant-analytics-and-insights\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\&
 quot;;}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5302:\"<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/03/happy-tables.jpg\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/03/happy-tables.jpg?resize=1000%2C608\" alt=\"happy-tables\" class=\"aligncenter size-full wp-image-54835\" /></a></p>\n<p><a href=\"http://www.happytables.com/\" target=\"_blank\">Happytables</a> is changing from being a platform that hosts restaurant websites to one that provides analytics and insights by tapping into apps that restaurants are already using to promote their businesses. The company uses WordPress as a command center for the application that communicates with various restaurant-tech APIs to deliver information to the dashboard in realtime.</p>\n<p>&#8220;We started with the website builder a while back,&a
 mp;#8221; Founder and CEO Noel Tock said. &#8220;It’s been a great ride, but we realized two things: 1) Website builders have become a race to the bottom with regards to revenue as well as extremely competitive, and 2) From our many conversations with restaurants, their challenges have become much larger; consolidating data and insights from all the products they now use.&#8221;</p>\n<p>One of the Happytables beta restaurants in London uses 14 different applications to manage its sales, operations, and marketing, and Tock says this trend is only growing.</p>\n<p>&#8220;The centre of gravity is shifting from the Point of Sale to a very fragmented collection of siloed products (reservations, online ordering, staff scheduling/wages, loyalty, waitlist, social, etc.),&#8221; Tock said. &#8220;Becoming that 30,000 foot view whilst generating actionable insights across the portfolio of applications is the challenge we’ve taken on with the new
  Happytables.&#8221;</p>\n<p>The first installation of the new Happytables was set up for <a href=\"http://whyteandbrown.com/\" target=\"_blank\">Whyte &amp; Brown</a> in London where the team is focusing their beta testing. The application currently aggregates data from POS (Point of Sale) and Social, but Tock says this will rapidly evolve to providing various insights from POS and Labor, such as revenue forecasting, employee performance, and breakfast/lunch/dinner performance.</p>\n<p>&#8220;It’s been very exciting working towards actionable insights, whereby we can tell a waiter that he/she was underselling a certain product or category compared to their colleagues, or that a particular employee performs a lot better on lunch then on dinner,&#8221; Tock said.</p>\n<p>Below you can see an example of Happytables&#8217; latest kitchen dashboard, using the team view as opposed to the individual 
 employee recommendations/suggestions view.</p>\n<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/03/Happytables_kitchen_dashboard.png\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/03/Happytables_kitchen_dashboard.png?resize=1025%2C731\" alt=\"Happytables_kitchen_dashboard\" class=\"aligncenter size-full wp-image-54833\" /></a></p>\n<p>The new Happytables uses WordPress as a backend and the WP REST API and ReactJS on the frontend.  Although the development team still uses WordPress as one of its core technologies, the infrastructure is a bit more complicated.</p>\n<p>&#8220;It’s not pure WordPress for the data storage,&#8221; CTO Aaron Jorbin said. &#8220;In fact, very little of it is actually stored inside WordPress. It is used to store some information about the restaurant and manage requests to third parties where we fetch the data and 
 then store it in DynamoDB.&#8221;</p>\n<p>The screenshots in this post show the WordPress theme in full screen mode, but Jorbin said the restaurant staff never interact with wp-admin. Restaurant operators use the app to view all the realtime information coming in so that they can make better decisions about how they run their businesses.</p>\n<p>Happytables is still hosting its customers from its first iteration as a website builder, but Tock said most are not good candidates for the beta.</p>\n<p>&#8220;The infrastructure is quite different now as we’re capturing different types of data (previously web content, now largely transactional data),&#8221; he said. &#8220;Our customers on the website builder platform came from all walks of life, so there’s not many who fit the ideal beta candidate (using Micros/Aloha as POS, based in London, run a multiunit restaurant, etc.).</p>\n<p>&#8220;We&#8217;re just looki
 ng to see how we can fit this into the larger Happytables model downstream,&#8221; Tock said. &#8220;If we’re going to implement so many API’s, there’s also value in tying those back to the website.&#8221;</p>\n<p>Not many aspects of the new infrastructure have been open sourced yet, as the team has been moving fast. Tock said they hope to make some of their code public further down the road after it&#8217;s been tested.</p>\n<p>&#8220;Once we’re past testing/beta, I’m sure a number of features will become more mature tools and move into their own public repo if they are of that sort of benefit,&#8221; he said. The new infrastructure is one of the many exciting ways that the WP REST API is being used to bring a host of information into WordPress from various third party applications and tie it all together in a useful way.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\"
 ;a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 13 May 2016 19:45:25 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:23;a:6:{s:4:\"data\";s:13:\"\n     \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"c
 hild\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:19:\"Matt: Mom on Tinder\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"https://ma.tt/?p=46572\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"https://ma.tt/2016/05/mom-on-tinder/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:227:\"<p>If you&#8217;re looking for a fun Friday re
 ad, <a href=\"http://www.gq.com/story/my-mom-ran-my-tinder\">check out this story of a young GQ writer who gave control of his Tinder account to his Mom</a>. It&#8217;s adorkable.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 13 May 2016 16:35:45 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:24;a:6:{s:
 4:\"data\";s:13:\"\n    \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:89:\"WPTavern: GitLab Courts Disgruntled GitHub Customers with Response to Recent Pricing Hike\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=54780\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:99:\"http://wptavern.com/gitlab-courts-
 disgruntled-github-customers-with-response-to-recent-pricing-hike\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5016:\"<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/01/gitlab.png\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/01/gitlab.png?resize=1025%2C371\" alt=\"gitlab\" class=\"aligncenter size-full wp-image-50741\" /></a></p>\n<p>Yesterday GitHub <a href=\"http://wptavern.com/github-introduces-unlimited-private-repositories-hikes-prices-for-organizations\" target=\"_blank\">announced</a> pricing changes that give all paid plans unlimited repositories and change plans to a pricing-per-user model. Individual developers are the most li
 kely customers to benefit from the changes, but many organizations will see an exponential increase in pricing.</p>\n<p>GitLab, a competitor in the Git repository hosting space, immediately addressed disgruntled GitHub customers with a <a href=\"https://about.gitlab.com/2016/05/11/git-repository-pricing/\" target=\"_blank\">pricing comparison</a> on the company&#8217;s blog. Co-founder and CEO <a href=\"https://twitter.com/sytses\" target=\"_blank\">Sid Sijbrandij</a> noted that the three main players in this space, GitHub, Bitbucket, and GitLab, all offer unlimited private repositories but that it doesn&#8217;t cost companies more to host additional repositories for a given user.</p>\n<p>Sijbrandij attributes the change to the increase in the <a href=\"https://www.sequoiacap.com/article/build-us-microservices/\" target=\"_blank\">microservices model</a>, a
  development approach that breaks software down into smaller, related pieces that communicate with one another via APIs.</p>\n<p>&#8220;As more and more developers, teams, and organizations seek out the advantages of microservices, they’ll need more repositories to support this new code structure,&#8221; Sijbrandij said. &#8220;Basically, the more microservices you have the more repositories you’ll need. That is why it is not surprising that GitHub has announced free private repositories.&#8221;</p>\n<p>Sijbrandij referenced several examples where GitHub&#8217;s pricing changes hit open source organizations hard, including <a href=\"https://github.com/edx/\" target=\"_blank\">Open edX</a>, a non-profit with a large number of contributors, which <a href=\"https://news.ycombinator.com/item?id=11674530\" target=\"_blank\">posted</a> the following on Hacker News:</p>\n&l
 t;blockquote><p>I work for a non-profit open source organization that <a href=\"https://github.com/edx/\" target=\"_blank\">collaborates on github</a>. We have lots of people who aren&#8217;t employees, but have signed a contributor agreement with our organization and contribute changes to our software. Our bill will go up from $200/month to over $2000/month with this new pricing. We can afford it (it&#8217;s still a small fraction of our AWS bill) but it will force us to look at other alternatives. Github&#8217;s code review tools are already pretty mediocre compared to other tools like gerrit, and we&#8217;ve long since moved off of GitHub issue tracking due to lack of features compared to JIRA.</p></blockquote>\n<p>Sijbrandij emphasized that the team at GitLab believes “everyone can contribute,” a mission which drives GitLab.com&#8217;s pricing structure to offer unlimited private repositories, unl
 imited contributors, and unlimited CI runners for free. The on-premises solution, which includes enterprise features and support, is what keeps the lights on at the company. GitLab.com, the free, hosted version, runs the same enterprise edition software but is, by Sijbrandij&#8217;s own admission, still <a href=\"https://gitlab.com/gitlab-com/operations/issues/42\" target=\"_blank\">struggling with sluggish performance</a>.</p>\n<p>Earlier this year when open source project maintainers <a href=\"http://wptavern.com/open-source-project-maintainers-confront-github-with-open-letter-on-issue-management\" target=\"_blank\">confronted GitHub with an open letter on issue management</a>, GitLab differentiated itself by <a href=\"http://wptavern.com/gitlab-courts-open-source-project-maintainers-with-response-to-dear-github-letter\" target=\"_blank\">responding</a> to the situation 
 with a new initiative focused on “making GitLab the best place for big open source projects.”</p>\n<p>Nearly a month later, <a href=\"http://wptavern.com/github-responds-to-letter-from-open-source-project-maintainers\" target=\"_blank\">GitHub finally responded</a> with an apology to open source project maintainers and a promise to address their concerns with a steady string of changes.</p>\n<p>GitHub has not given any indication of reversing its recent decision to change its pricing structure. However, with competitors like GitLab putting on the heat, GitHub may be forced to make some changes to its paid plans. At the very least, it could inspire the company to address concerns about organizations having to pay for inactive users and perhaps spur GitHub to offer customers the ability to distinguish between collaborators on open source projects and users who simply need access to private repositories.</p>\n<div id=
 \"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 13 May 2016 02:33:33 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:25;a:6:{s:4:\"data\";s:13:\"\n   \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_b
 ase_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:106:\"WPTavern: How Authors With Plugins in the Official Directory Can Use Tags to Get a Moderator’s Attention\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=54441\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:113:\"http://wptavern.com/how-authors-with-plugins-in-the-official-directory-can-use-tags-to-get-a-moderators-attention\";s:7:\"attribs\";a:0:{}s:8:\"xml_bas
 e\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2627:\"<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/05/WordPressAdviceForNewUsers.png\"><img class=\"size-full wp-image-44085\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/05/WordPressAdviceForNewUsers.png?resize=612%2C237\" alt=\"WordPress Advice For New Users\" /></a>photo credit: <a href=\"http://www.flickr.com/photos/99329675@N02/11064947983\">What You Need To Know About Food Poisoning</a> &#8211; <a href=\"https://creativecommons.org/licenses/by-sa/2.0/\">(license)</a>\n<p>It&#8217;s almost inevitable that as a WordPress plugin gains popularity, it will receive a bad review. How plugin authors handle and respond to bad reviews is crucial, es
 pecially in a public forum. Mika Epstein, who helps review plugins before they&#8217;re added to the directory and is a dedicated support forum volunteer, <a href=\"https://make.wordpress.org/plugins/2016/05/03/handling-bad-reviews/\">gives advice </a>on how to handle and respond to bad reviews.</p>\n<p>Bad reviews are classified as those written as spam, trolling, emotional blackmail for support, and those that should have been a support post. Since the plugin review system is powered by bbPress, plugin authors can add tags to reviews in order to draw a moderator&#8217;s attention. The tags include:</p>\n<ul>\n<li><strong>Modlook</strong> &#8211; This tag notifies moderators that a particular thread needs their attention. If you think a review is spam, don&#8217;t respond to it. Instead, add the Modlook and Spam tags and let a moderator decide if the review should be deleted.</li>\n<li><s
 trong>Sockpuppet</strong> &#8211; If you suspect a review is part of a spamming campaign where a group of people are marking a plugin as one or five stars, apply the sockpuppet and modlook tags to the review.</li>\n<li><strong>Wrongplugin</strong> &#8211; Add the wrongplugin tag to the review if you believe it&#8217;s for a different plugin. The team can move the review to the appropriate place.</li>\n<li><strong>Pluginmod</strong> &#8211; Add this tag to a review if you need an administrator&#8217;s attention. This usually results in the team performing a full review of your plugin. If it&#8217;s determined that it breaks any of <a href=\"https://wordpress.org/plugins/about/guidelines/\">the guidelines</a>, it will be removed until they&#8217;re fixed.</li>\n</ul>\n<p>Developers who host plugins in the official directory should make note of these tags and use
  them when necessary. The tag system is generally unknown to the public but it&#8217;s a great way for moderators to keep on top of the forums and reviews.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 13 May 2016 01:06:02 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\&quot
 ;\";}}}}}i:26;a:6:{s:4:\"data\";s:13:\"\n  \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"WPTavern: WPWeekly Episode 234 – All Things WordCamp with Andrea Middleton\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"http://wptavern.com?p=54807&preview_id=54807\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:82:\"h
 ttp://wptavern.com/wpweekly-episode-234-all-things-wordcamp-with-andrea-middleton\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2896:\"<p>In this episode of WordPress Weekly, Marcus Couch and I are joined by <a href=\"https://thethingwiththestuff.wordpress.com/\">Andrea Middleton</a>, who works at Automattic as a Community Organizer for the WordPress open source project. We discuss a number of topics including, updates to the WordCamp Central website, the <a href=\"https://make.wordpress.org/community/2016/03/02/transitioning-to-wordpress-community-support/\">for-profit subsidiary</a>, and the experimental <a href=\"http://wptavern.com/wordpress-to-launch-experimental-wordcamp-incubator-program\">WordCamp incubator pro
 gram</a>.</p>\n<p>At the conclusion of our interview with Middleton, Mendel Kurland, GoDaddy&#8217;s Evangelist, joined us to describe his experiences attending DrupalCons. DrupalCons are events similar to WordCamps but on a larger scale. He tells us what the similarities and differences are and the unique things they do that he&#8217;d like to see WordCamps adopt. We close out the show with Marcus&#8217; plugin picks of the week.</p>\n<h2>Stories Discussed:</h2>\n<p><a href=\"http://wptavern.com/wordpress-4-5-2-patches-two-security-vulnerabilities\">WordPress 4.5.2 Patches Two Security Vulnerabilities</a><br />\n<a href=\"http://wptavern.com/automattic-is-protecting-its-woo-woothemes-and-woocommerce-trademarks\">Automattic is Protecting its Woo, WooThemes, and WooCommerce Trademarks</a></p>\n<h2>Plugins Picked By Marcus:</h2>\n<p><a href=\"https://
 wordpress.org/plugins/disable-core-update-email/\">Disable WordPress Core Update Email</a> allows used to disable the default notification email sent by WordPress after an automatic core update is applied.</p>\n<p><a href=\"https://wordpress.org/plugins/downgrade/\">Downgrade </a>enables users to easily downgrade WordPress to an earlier version. It&#8217;s a handy diagnostics tool that helps determine if a new WordPress release is the cause of errors.</p>\n<p><a href=\"https://wordpress.org/plugins/woo-customer-insight\">Woo Customer Insight </a>provides greater insight into what visitors are doing on your sites. It allows you to see the pages your customers are visiting, where they&#8217;re clicking, the time spent on the different pages, and more.</p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Wednesday, May 18th 9:30 P.M. Eastern</p>
 \n<p><strong>Subscribe To WPWeekly Via Itunes: </strong><a href=\"https://itunes.apple.com/us/podcast/wordpress-weekly/id694849738\" target=\"_blank\">Click here to subscribe</a></p>\n<p><strong>Subscribe To WPWeekly Via RSS: </strong><a href=\"http://www.wptavern.com/feed/podcast\" target=\"_blank\">Click here to subscribe</a></p>\n<p><strong>Subscribe To WPWeekly Via Stitcher Radio: </strong><a href=\"http://www.stitcher.com/podcast/wordpress-weekly-podcast?refid=stpr\" target=\"_blank\">Click here to subscribe</a></p>\n<p><strong>Listen To Episode #234:</strong><br />\n</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";
 s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 12 May 2016 23:23:19 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:27;a:6:{s:4:\"data\";s:13:\"\n      \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Matt: .
 Blog\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"https://ma.tt/?p=46554\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"https://ma.tt/2016/05/blog/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:858:\"<p>It&#8217;s now public that Automattic is the company behind Knock Knock Whois There LLC, the registry for the new .blog TLD. (And a great pun.) We wanted to stay stealth while in t
 he bidding process and afterward in order not to draw too much attention, but nonetheless the cost of the .blog auction got up there (people are <a href=\"http://www.theregister.co.uk/2015/02/13/who_just_bought_dotblog_for_30m/\">estimating around $20M</a>). I&#8217;m excited we won and think that it will be both an amazing business going forward and give lots of folks an opportunity to have a fantastic domain name in a new namespace and with an easy-to-say TLD. <a href=\"https://dotblog.wordpress.com/\">You can sign up to be first in line to reserve a domain here</a>. If you have a trademark you can get in August, and then October for the &#8220;land rush.&#8221;</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 12
  May 2016 19:23:11 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:28;a:6:{s:4:\"data\";s:13:\"\n       \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:84:\"WPTavern: Automattic to Oversee the Sale and Registration of Top-Level .Blog Domains\";s:7:\"attribs\";a:
 0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=54788\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:93:\"http://wptavern.com/automattic-to-oversee-the-sale-and-registration-of-top-level-blog-domains\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2974:\"<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/blogging.jpg\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/upl
 oads/2016/05/blogging.jpg?resize=960%2C521\" alt=\"photo credit: Luis Llerena\" class=\"size-full wp-image-54799\" /></a>photo credit: <a href=\"https://stocksnap.io/photo/3ZHG0XOIT6\">Luis Llerena</a>\n<p>Automattic <a href=\"https://en.blog.wordpress.com/2016/05/12/coming-soon-new-blog-domains-for-websites/\" target=\"_blank\">announced</a> today that it will begin offering top-level .blog domain registration starting in August 2016. The .blog domain extension will be available to both WordPress and non-WordPress sites.</p>\n<p>According to <a href=\"https://twitter.com/markarms\" target=\"_blank\">Mark Armstrong</a>, an Automattic subsidiary is exclusively managing the registration of .blog domains and will be offering it for purchase through WordPress.com and other domain registrars.</p>\n<p>&#8220;Automattic subsidiary Knock K
 nock Whois There LLC, in partnership with the domain company Primer Nivel, won the rights to the .blog domain in 2015 through an auction process overseen by the Internet Corporation for Assigned Names and Numbers (ICANN), the non profit organization that oversees namespaces of the internet,&#8221; Armstrong said.</p>\n<p>In an <a href=\"https://ma.tt/2016/05/blog/\" target=\"_blank\">announcement</a> on his blog, Automattic CEO Matt Mullenweg said they used the Knock Knock Whois There LLC company name to &#8220;stay stealth while in the bidding process,&#8221; which closed around $19 million.</p>\n<p>Although WordPress.com is currently providing the registration information site at <a href=\"https://dotblog.wordpress.com/\" target=\"_blank\">dotblog.wordpress.com</a>, Armstrong said that the company is using <a href=\"http://www.nominet.uk/\" target=\"_blank\"&g
 t;Nominet</a> (the backend registry provider for .UK) to provide the technical infrastructure for managing the domain extension.</p>\n<p>Registration for .blog domains will be offered in a phased approach during the second half of 2016, according to the following estimated timeframe:</p>\n<ul>\n<li><strong>Sunrise (August):</strong> Trademark owners will be able to register .blog domains associated with their brands</li>\n<li><strong>Landrush (October):</strong> Before .blog becomes available to the public, domains may be registered during the landrush period on an application basis.</li>\n<li><strong>General Availability (November):</strong> Automattic plans to begin offering .blog domains to the general public before the end of the year.</li>\n</ul>\n<p>With the exclusive rights to manage the sale of millions of .blog domains, Automattic has the opportunity to promote 
 WordPress.com as a potential host for new registrants. The company hasn&#8217;t finalized the price but Armstrong said it will be &#8220;in the standard range for new top-level domains with some premium pricing for higher-value names.&#8221;</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 12 May 2016 18:19:44 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0
 :\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:29;a:6:{s:4:\"data\";s:13:\"\n    \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:78:\"WPTavern: Critical Vulnerabilities Found in PhpStorm, Immediate Update Advised\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=54770\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\"
 ;}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:87:\"http://wptavern.com/critical-vulnerabilities-found-in-phpstorm-immediate-update-advised\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2128:\"<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/09/phpstorm-wp-feature.jpg\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/09/phpstorm-wp-feature.jpg?resize=1025%2C471\" alt=\"phpstorm-wp-feature\" class=\"aligncenter size-full wp-image-30739\" /></a></p>\n<p>JetBrains <a href=\"http://blog.jetbrains.com/blog/2016/05/11/security-update-for-intellij-based-ides-v2016-1-and-older-versions/\" target=\"_blank\">announced</a> today th
 at it has released a security update for PhpStorm and all of its other IntelliJ-based IDEs due to a set of critical vulnerabilities:</p>\n<blockquote><p>The cross-site request forgery (CSRF) flaw in the IDE’s built-in webserver allowed an attacker to access local file system from a malicious web page without user consent.</p>\n<p>Over-permissive CORS settings allowed attackers to use a malicious website in order to access various internal API endpoints, gain access to data saved by the IDE, and gather various meta-information like IDE version or open a project.</p></blockquote>\n<p>PhpStorm is by far <a href=\"http://www.sitepoint.com/best-php-ide-2014-survey-results/\" target=\"_blank\">the most favored IDE for PHP developers</a>. It&#8217;s also widely used among WordPress developers, especially since <a href=\"http://wptavern.com/phpstorm-8-released-with-full-wordpress-support\" tar
 get=\"_blank\">version 8 added official support for WordPress</a>.</p>\n<p>The update issued today patches the critical vulnerabilities inside the underlying IntelliJ platform that powers nearly a dozen popular IDEs. Installing the update is as easy as selecting &#8216;Check for Updates&#8217; inside the IDE. Alternatively, customers can download the most recent version from JetBrains.com and the <a href=\"http://blog.jetbrains.com/blog/2016/05/11/security-update-for-intellij-based-ides-v2016-1-and-older-versions/\" target=\"_blank\">security announcement</a> includes links to download older versions.</p>\n<p>Although the JetBrains security team is not aware of these vulnerabilities having been exploited, immediate update is recommended.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\&qu
 ot;xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 11 May 2016 22:26:43 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:30;a:6:{s:4:\"data\";s:13:\"\n   \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\&quo
 t;;a:1:{i:0;a:5:{s:4:\"data\";s:90:\"WPTavern: GitHub Introduces Unlimited Private Repositories, Hikes Prices for Organizations\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=54746\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:99:\"http://wptavern.com/github-introduces-unlimited-private-repositories-hikes-prices-for-organizations\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"dat
 a\";s:7590:\"<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/04/github-octocat.jpg\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/04/github-octocat.jpg?resize=857%2C400\" alt=\"github-octocat\" class=\"aligncenter size-full wp-image-42456\" /></a></p>\n<p>GitHub has been inundated with negative feedback after <a href=\"https://github.com/blog/2164-introducing-unlimited-private-repositories\" target=\"_blank\">announcing a major change to its pricing</a> today. All paid plans now include unlimited private repositories, but there&#8217;s a catch. The new pricing structure requires GitHub.com organizations to purchase a seat for each user. At $9 per user/month, collaborating on private repositories is now far more costly than the legacy plans which started at $25/month for 10 repositories and unlimited members.</p>\n<p
 ><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/05/github-pricing.png\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/05/github-pricing.png?resize=1025%2C392\" alt=\"github-pricing\" class=\"aligncenter size-full wp-image-54756\" /></a></p>\n<p>The change is good news for individual developers with paid accounts, as they are no longer charged on a per-repository basis. However, many owners of organizations are finding the new pricing to be untenable and are actively considering alternatives. For comparison, Bitbucket offers unlimited private repositories and <a href=\"https://bitbucket.org/product/pricing\" target=\"_blank\">charges $1/user/month</a>. Unlimited users caps out at $200/month.</p>\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\"><a href=\"https://twitter.com/Kr
 ogsgard\">@Krogsgard</a> EDD org alone will go from $25 per month to $592 per month <a href=\"https://twitter.com/github\">@github</a></p>\n<p>&mdash; Pippinsplugins (@pippinsplugins) <a href=\"https://twitter.com/pippinsplugins/status/730396802638176257\">May 11, 2016</a></p></blockquote>\n<p></p>\n<p>While unlimited private repositories is an exciting benefit that enables developers to make their code more modular, it isn&#8217;t a benefit that every organization needs.</p>\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\"><a href=\"https://twitter.com/github\">@github</a> Terrible news. I work on an open-source organization &gt;100 devs. We have 2 private repos for internal projects. $900+ vs $25 really!?</p>\n<p>&mdash; João Ventura (@jcnventura) <a href=\"https
 ://twitter.com/jcnventura/status/730319187667759104\">May 11, 2016</a></p></blockquote>\n<p></p>\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\"><a href=\"https://twitter.com/williamsba\">@williamsba</a> ours jumped to $1,204 :-( <a href=\"https://twitter.com/github\">@github</a></p>\n<p>&mdash; Tom Willmot (@tomwillmot) <a href=\"https://twitter.com/tomwillmot/status/730391291691995136\">May 11, 2016</a></p></blockquote>\n<p></p>\n<p><a href=\"https://easydigitaldownloads.com/\" target=\"_blank\">Easy Digital Downloads</a> creator Pippin Williamson <a href=\"http://www.twitlonger.com/show/n_1solvjd\" target=\"_blank\">explained</a> why he is frustrated with what amounts to a 2,276% increase in costs for his organiz
 ation:</p>\n<blockquote><p>I actually have no problems with the pricing for new organizations. It&#8217;s their space and they provide a huge number of valuable tools. It is absolutely worth it.</p>\n<p>The problem I have is the drastic increase for existing customers. It&#8217;s largely the principal of increasing a customer&#8217;s cost by 2,276% without giving them any additional value.</p>\n<p>The value that Github provides me and my team does not change at all with the new pricing, only what I pay per month.</p></blockquote>\n<p>Samuel &#8220;Otto&#8221; Wood <a href=\"http://www.twitlonger.com/show/n_1solviv\" target=\"_blank\">contends</a> that GitHub&#8217;s $9/user/month is a reasonable price to pay for having all the functionality of GitHub hosted for an organization but that the alternative of building your own is far more economical.</p>\n<blockquo
 te><p>A &#8220;private&#8221; repo is, you know, private. On your own server. Git is, after all, decentralized. You could plop a normal git repo on any private VPS you like in a matter of under an hour. If you&#8217;re collaborating with a small group of like 5 people, then coordination is not really a big deal that I&#8217;d pay $45 a month to use GitHub for it. You can use any tooling you like, make any website you like. You could probably reproduce the important parts of GitHub that you need for your private setup using WordPress in like a day or two. </p>\n<p>It just seems to me that any advantages of using GitHub at all seem largely nullified by using private repos. Yes, collaboration and using the same toolset you are used to, I get that. But here you&#8217;re falling prey to vendor lock-in once again. You&#8217;re used to it, you like it, you&#8217;re afraid of change, pay up. Simple. </p>\n<p>The advantage of open 
 source software is the freedom to say &#8220;up yours&#8221; and build your own version instead. Git is open source. Think about it. A $15 a month VPS could easily fit your needs for both privacy and collaboration.</p></blockquote>\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\"><a href=\"https://twitter.com/github\">@github</a> found a way to be more expensive than the datacenter that runs my app. Seriously, what\'s happening at <a href=\"https://twitter.com/github\">@github</a> ???</p>\n<p>&mdash; Adilson Carvalho (@lcadilson) <a href=\"https://twitter.com/lcadilson/status/730405070819471361\">May 11, 2016</a></p></blockquote>\n<p></p>\n<p>GitHub has established itself as the de facto code collaboration site by offering free hosting for public, open source repositories. However, the emphasis on
  &#8220;social coding&#8221; no longer extends to private repositories as organization owners will have little incentive to add more collaborators under the new pricing structure. It discourages organizations from adding users to be bug reporters or third-party collaborators. Teams and agencies hit hardest by the changes are now examining competitors like Bitbucket and self-hosted GitLab.</p>\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">Today is for <a href=\"https://twitter.com/gitlab\">@gitlab</a> what 2007 was for <a href=\"https://twitter.com/WordPress\">@WordPress</a>. If code is poetry, Gitlab is your library. Own your code like you own your content. ❤️</p>\n<p>&mdash; John James Jacoby (@JJJ) <a href=\"https://twitter.com/JJJ/status/730417868047790080\">May 11, 2016</a></p></blockquote>\n<p></p&gt
 ;\n<p>Organization owners will not be forced onto the new pricing plans immediately and GitHub promises to give a year&#8217;s notice before mandating a switch to the new plans:</p>\n<blockquote><p>We want everyone to have a plan with unlimited private repositories, but don’t worry—you are welcome to stay on your current plan while you evaluate the new cost structure and understand how to best manage your organization members and their private repository access. And while we&#8217;re currently not enforcing a timeline to move, rest assured that you&#8217;ll have at least 12 months notice before any mandated change to your plan.</p></blockquote>\n<p>While many individual developers will see lower monthly prices and even prorated credits on their accounts, the exponential cost increase for GitHub&#8217;s largest customers may cause a mass exodus to the company&#8217;s more affordable competitors. Are you moving your org
 anization off of GitHub? Let us know in the comments.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 11 May 2016 19:27:29 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:31;a:6:{s:4:\"data\";s:13:\"\n       \n      \n      \n      \n      \n      \n\";s:7:\"attribs\
 ";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"WPTavern: Affinity: A Free WordPress Wedding Theme from Automattic\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=54688\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"http://wptavern.com/affinity-a-free-wordpress-wedding-theme-from-automattic\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\&q
 uot;;s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3832:\"<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/05/affinity.png\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/05/affinity.png?resize=800%2C471\" alt=\"affinity\" class=\"aligncenter size-full wp-image-54691\" /></a></p>\n<p>Affinity is the latest addition to WordPress.com&#8217;s small collection of <a href=\"https://wordpress.com/themes/search/wedding/\" target=\"_blank\">themes created specifically for weddings</a>. This highly customizable, elegant theme was designed by <a href=\"http://carolinemoore.net/\" target=\"_blank\">Caroline Moore</a> with weddings and family announcements in mind.</p>\n<p&
 gt;Affinity is a one-page theme with support for five different panels. Each panel&#8217;s content can be assigned in the customizer under Theme Options by selecting a page from a drop-down.</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/05/panel.png\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/05/panel.png?resize=660%2C231\" alt=\"panel\" class=\"aligncenter size-full wp-image-54717\" /></a></p>\n<p>With the customizable panel approach users are not locked into providing content for sections they don&#8217;t need. Single posts and pages support full screen featured images that, if used as a panel, become the background of that section. Affinity offers the option to set the header image opacity to create better contrast with header text. Users can also enable or disable scrolling on the header and front-page featured images.</p>\n<p>&lt
 ;a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/affinity-home-page.png\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/affinity-home-page.png?resize=200%2C474\" alt=\"affinity-home-page\" class=\"alignright size-full wp-image-54693\" /></a></p>\n<p>Affinity includes support for a sidebar widget area and three optional widget areas in the footer. If widgets are added to the sidebar, the one-column layout becomes a two-column layout. It also has a fullwidth page template for removing the sidebar on select pages.</p>\n<p>The different panels give users ample space for adding photos, links to registries, personal stories, info about the bridal party, and anything else related to the event. Affinity includes a Guestbook page template with a special format for displaying visitors&#8217; comments. Turning the Guestbook on is as easy as setting the page template and ma
 king sure that comments are enabled.</p>\n<p>Another unique feature of the theme is its post intro area that displays beneath the headline before the first paragraph. It pulls content from the excerpt field and post authors can use it to capture readers&#8217; attention with a quick summary or highlight.</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/05/affinity-post-intro.png\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/05/affinity-post-intro.png?resize=660%2C328\" alt=\"affinity-post-intro\" class=\"aligncenter size-full wp-image-54729\" /></a></p>\n<p>Check out the <a href=\"https://affinitydemo.wordpress.com/\" target=\"_blank\">live demo</a> to see the theme in action. It shows an example of panels that display quotes, an RSVP form, event details, and an engagement story.</p>\n<p>Since no wed
 ding or family announcement is the same, Affinity&#8217;s multi-panel approach offers flexibility for many different types of uses. If you&#8217;re creating a wedding website and are not finding enough customization options with a hosted service, this theme makes it quick and easy to set it up with WordPress. It&#8217;s not yet available on WordPress.org, but you can download a copy for your self-hosted site for free from the sidebar of its <a href=\"https://wordpress.com/themes/affinity\" target=\"_blank\">homepage on WordPress.com</a>.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 11 May 2016 06:52:35 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_ba
 se\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:32;a:6:{s:4:\"data\";s:13:\"\n      \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:77:\"WPTavern: Help WPCampus Gather Data on How Schools and Campuses Use WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explici
 t\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=54650\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:87:\"http://wptavern.com/help-wpcampus-gather-data-on-how-schools-and-campuses-use-wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1247:\"<p>The organizers of <a href=\"https://2016.wpcampus.org/\">WPCampus</a> are <a href=\"https://www.surveymonkey.com/r/wpcampus05-2016\">seeking feedback</a> via a survey on how schools and campus
 es utilize WordPress in their environments. The survey consists of five sections:</p>\n<ul>\n<li>How Do You Use WordPress on Campus</li>\n<li>Site Demographics, Traffic, and Data</li>\n<li>Plugins, Themes, and Features</li>\n<li>Security, Performance, and Hosting</li>\n<li>Your Team Structure &amp; Workflows</li>\n</ul>\n<p>There are a couple of perks for those who fill out the survey. Respondents will receive an anonymized version of the complete data set. Those who complete four or more sections will be entered into a drawing to win a free ticket to the conference and will receive a $5 Starbucks or Amazon Gift card.</p>\n<p>Answer the questions that you know and skip the ones you don&#8217;t. The team needs as much data as possible to provide a clearer picture of WordPress&#8217; use in higher education. If you know someone or an organization that uses WordPress in higher ed
 ucation, please <a href=\"https://www.surveymonkey.com/r/wpcampus05-2016\">share the survey</a> with them. The survey closes on May 27th.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 11 May 2016 03:21:06 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\&quot
 ;\";}}}}}i:33;a:6:{s:4:\"data\";s:13:\"\n  \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"WPTavern: What Do You Think of the Recommended Plugins Page in WordPress?\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=54437\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:82:\"http://wptavern.com/what
 -do-you-think-of-the-recommended-plugins-page-in-wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3913:\"<p>In late 2014, <a href=\"http://wptavern.com/wordpress-4-1-to-introduce-plugin-recommendations\">WordPress 4.1 added</a> a Recommended Plugins tab that takes into account the plugins you have installed and suggests plugins based on which ones are commonly used together. After nearly a year and a half since it was added, I asked the <a href=\"https://twitter.com/wptavern/status/727578470415532032\">Tavern&#8217;s Twitter followers</a> if they have ever installed plugins recommended by WordPress.</p>\n<p>I was surprised to discover that some people don&#8217;t know the tab exists.</p>\n<blockquot
 e class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\"><a href=\"https://twitter.com/wptavern\">@wptavern</a> There\'s a \"Recommended\" tab?!?</p>\n<p>&mdash; Joe Taiabjee (@joetek) <a href=\"https://twitter.com/joetek/status/727581218414407681\">May 3, 2016</a></p></blockquote>\n<p></p>\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\"><a href=\"https://twitter.com/wptavern\">@wptavern</a> I\'ve just noticed the Recommended tab. It seems to show those plugins with most Active Installs. Interesting, but a bit \'hidden\'</p>\n<p>&mdash; Alejandro Vargas S. (@Alejandro_V_S) <a href=\"https://twitter.com/Alejandro_V_S/status/727836820159930369\">May 4, 2016</a></p></blockquote>\n<p></p>\n<p>Steve Brown says the r
 ecommendations are useful.</p>\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\"><a href=\"https://twitter.com/wptavern\">@wptavern</a> yep :) very useful feature indeed</p>\n<p>&mdash; Steve Brown (@stevna) <a href=\"https://twitter.com/stevna/status/727681984504287232\">May 4, 2016</a></p></blockquote>\n<p></p>\n<p>Some people view the page as an opportunity for Automattic to advertise its plugins while others don&#8217;t trust the recommendations.</p>\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\"><a href=\"https://twitter.com/wptavern\">@wptavern</a> I have no needs for the Automattic plugins that are almost only being recommended there</p>\n<p>&mdash; Marko Heijnen (@markoheijnen) <a href=\"https://twitter.com/marko
 heijnen/status/727624592399998976\">May 3, 2016</a></p></blockquote>\n<p></p>\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\"><a href=\"https://twitter.com/wptavern\">@wptavern</a> Once. However 10 of the plugins recommended on page 1 are untested with my version of WP. So wouldnt rely on the recommendations</p>\n<p>&mdash; WPin.me (@wp_in) <a href=\"https://twitter.com/wp_in/status/727725233843671040\">May 4, 2016</a></p></blockquote>\n<p></p>\n<p>When I viewed the recommended plugins page in 2014, the results displayed plugins that weren&#8217;t updated in years.</p>\n<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/12/RecommendedPluginsTab.png\"><img class=\"size-full wp-image-35318\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/
 2014/12/RecommendedPluginsTab.png?resize=1025%2C527\" alt=\"Plugins Recommended To Me Based on Data of Sites with Similar Plugins Installed\" /></a>Plugins Recommended To Me Based on Data of Sites with Similar Plugins Installed\n<p>Today, the page displays more relevant results with recently updated plugins. On the first page of results for WP Tavern, only one plugin from Automattic is recommended. The second page of results doesn&#8217;t list any plugins authored by Automattic.</p>\n<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/05/2016RecommendedPlugins.png\"><img class=\"size-full wp-image-54616\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/05/2016RecommendedPlugins.png?resize=1025%2C514\" alt=\"Recommended Plugins in 2016\" /></a>Recommended Plugin Results in 2016\n<p>To help determine how useful the recommended plugins page is, I&#8217;d l
 ike you to take this short survey. Results will be displayed on Tuesday, May 17th. In addition to the survey, you can leave your feedback in the comments.</p>\n<div class=\"pd-embed\" type=\"type\"></div>\n<p></p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 11 May 2016 03:19:37 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0
 :\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:34;a:6:{s:4:\"data\";s:13:\"\n    \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:81:\"WPTavern: Automattic is Protecting its Woo, WooThemes, and WooCommerce Trademarks\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=54645\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\&qu
 ot;;}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:89:\"http://wptavern.com/automattic-is-protecting-its-woo-woothemes-and-woocommerce-trademarks\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6735:\"<p>When <a href=\"http://wptavern.com/automattic-acquires-woocommerce\">Automattic acquired WooThemes in 2015</a>, it gained employees, plugins, themes, and the company&#8217;s trademarks. These trademarks include, standard character marks, logos, and specific graphics such as the Verified WooExpert badges. One of the responsibilities of a trademark owner is to protect it from infringement.</p>\n<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/05/VerifiedWooExpertServicemark.png\"><img class=\&qu
 ot;size-full wp-image-54702\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/05/VerifiedWooExpertServicemark.png?resize=1025%2C621\" alt=\"Verified WooExpert Service Mark\" /></a>Verified WooExpert Service Mark\n<p>WooGPL is a service that provides customers with commercial themes, plugins, and extensions for WooCommerce at a discounted rate. In March, Automattic <a href=\"https://woogpl.com/woogpl-is-closing/\">sent Billy Ablett</a>, owner of <a href=\"https://woogpl.com\">WooGPL</a>, the following notice that informs him that his domain infringes the Woo and WooCommerce trademarks.</p>\n<blockquote><p>I’m writing to you on behalf of Automattic Inc. regarding your use of the Woo and WooCommerce trademarks.</p>\n<p>As you may know, Automattic owns the Woo, WooCommerce, and WooThemes brands, as well as the associated trademarks. We recently learned of https
 ://woogpl.com, which actively makes use of our registered trademarks in both its name and promotion. We are very concerned that your use of Woo and WooCommerce will create confusion by communicating that your WooCommerce products are endorsed by or associated with Automattic, when in fact it is not.</p>\n<p>While Automattic appreciates that you are providing products that build on WooCommerce open source software, that fact does not authorize you to use Woo, WooThemes or WooCommerce trademarks.</p>\n<p>To minimize user confusion and to protect our own intellectual property, we unfortunately must insist that you take prompt steps to change your domain name to something that doesn’t include &#8216;Woo&#8217; in the prefix, and change your product descriptions to avoid confusion and potentially misleading consumers to believe they are purchasing our products. An example of this would be: WooCommerce Email Customiser Pro would need to be changed to Emai
 l Customiser Pro for WooCommerce.</p>\n<p>For more information, please see our <a href=\"https://www.woothemes.com/style-guide/#sg-trademarks\">Trademark Guidelines</a>.</p>\n<p>While we are appreciative that you have included a disclaimer on your site, unfortunately this would not be sufficient and we would still insist that the domain name and product names be changed.</p></blockquote>\n<p>While it&#8217;s not the sole reason <a href=\"https://woogpl.com/woogpl-is-closing/\">WooGPL is shutting down</a>, the notice provides a convenient opportunity to rebrand to <a href=\"https://www.gplkit.com/\">GPL Kit</a>, something the company was already planning to do.</p>\n<p>&#8220;We would have eventually closed down WooGPL due to GPL Kit however, it would have been great to close it down on our terms when the time was right,&#8221; Daniel, who is part of the
  GPL Kit team told the Tavern.</p>\n<p>Daniel says that when he started WooGPL there wasn&#8217;t a trademark registered with the Woo character mark until October of 2015.</p>\n<p>A search of the United States Patent and Trademark Office for Woo contains over 1K results. However, this is the only character mark for Woo that I found. The filing date is October 22nd, 2015 and is in the approval process.</p>\n<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/WooCharacterMark.png\"><img class=\"size-full wp-image-54703\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/WooCharacterMark.png?resize=1003%2C557\" alt=\"Woo Character Mark\" /></a>Woo Character Mark\n<h2>When You Should Ask For Permission</h2>\n<p>WooThemes has a <a href=\"https://www.woothemes.com/style-guide/#sg-trademarks\">style guide</a> on its site that explai
 ns how the brand is used and has details on when Woo™, WooCommerce®, and WooThemes® names, logos, and related icons collectively known as Woo Marks can be used without permission. The following chart provides some examples.</p>\n<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/PermissionChartForWooTrademarks.png\"><img class=\"size-full wp-image-54704\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/PermissionChartForWooTrademarks.png?resize=1010%2C814\" alt=\"Examples of When You Do and Don\'t Need Permission\" /></a>Examples of When You Do and Don&#8217;t Need Permission\n<p>If you&#8217;re in doubt, you can email Automattic&#8217;s trademark team  <a href=\"mailto:trademarks@automattic.com\">trademarks @ automattic.com</a> to receive clarification.</p>\n<h2>Woo&#8217;s at Risk?</h2>\n<p>There are quite a few bus
 inesses in the WordPress ecosystem that use Woo in their name and domain. <a href=\"http://www.woorockets.com/\">WooRockets</a> is a WooCommerce theme shop while <a href=\"http://wooassist.com/\">WooAssist</a> provides support and maintenance for store owners.</p>\n<p>I reached out to both companies to determine if Automattic sent them the same notice it sent to WooGPL. While I didn&#8217;t receive a response from WooRockets, John Gamour of WooAssist provided the Tavern with the following statement:</p>\n<blockquote><p>No, we haven&#8217;t been contacted by Automattic about that. It would be dissapointing if we were asked to change our name as our founder Nicholas Jones reached out to WooThemes before starting Wooassist and they gave the OK. We have also worked with Matt Cohen and James Koster on a project and nothing was ever mentioned about our name.</p></blockquote>\n<p>I tried to 
 get in touch with Paul Sieminski, legal counsel for Automattic, to learn what the criteria is for violating the trademarks, who&#8217;s at risk, and how long they have enforced the marks but he could not be reached for comment.</p>\n<h2>Better to be Safe Than Sorry</h2>\n<p>As WooGPL discovered, adding a disclaimer to the bottom of your sites may not be enough. Considering the cost and potential impacts of re branding a company or product, it&#8217;s important to know as soon as possible if you&#8217;re infringing a company&#8217;s trademarks.</p>\n<p>Business owners in the WooCommerce and WooThemes ecosystem should double-check the <a href=\"https://www.woothemes.com/style-guide/#sg-trademarks\">style guide</a> to make sure you&#8217;re not violating any guidelines. Owners can also take a proactive step and contact Automattic&#8217;s trademark team to determine if your business meets the requirements.
 </p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 10 May 2016 20:21:06 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:35;a:6:{s:4:\"data\";s:13:\"\n    \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\&
 quot;;s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:86:\"WPTavern: WooCommerce Releases Storefront 2.0 with Major Improvements to Mobile Design\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=54641\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:96:\"http://wptavern.com/woocommerce-releases-storefront-2-0-with-major-improvements-to-mobile-design\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\&q
 uot;\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3509:\"<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/storefront-update.png\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/storefront-update.png?resize=1025%2C451\" alt=\"storefront-update\" class=\"aligncenter size-full wp-image-54669\" /></a></p>\n<p><a href=\"https://wordpress.org/themes/storefront/\" target=\"_blank\">Storefront</a>, the official WooCommerce theme built to work seamlessly with the plugin, has just passed the <a href=\"https://www.woothemes.com/2016/05/storefront-2-0-release/\" target=\"_blank\">2.0 milestone</a>. This release introduces a new &#8220;best sellers&#8221; section to the homepage and ad
 ds compatibility with the upcoming WooCommerce 2.6’s tabbed “My Account” section and the average rating widget.</p>\n<p>The most important update in Storefront 2.0 is the redesigned mobile experience. According to <a href=\"http://resources.mobify.com/50-mobile-commerce-stats.html\" target=\"_blank\">Mobify</a>, 30% of mobile shoppers will abandon a transaction if the experience is not optimized for mobile. <a href=\"http://www.themobileplaybook.com/\" target=\"_blank\">Google&#8217;s Mobile Playbook</a> says that not having a mobile optimized website is like closing your store one day each week. To keep pace with the expectations of mobile buyers, WooCommerce has drastically reduced Storefront&#8217;s mobile header height by 60% and has added the search, shopping cart, and account links to a sticky bottom menu for easy access.</p>\n<p><a href=\"http://i2.wp.com/wptavern.com
 /wp-content/uploads/2016/05/storefront-mobile-home.png\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/storefront-mobile-home.png?resize=799%2C697\" alt=\"storefront-mobile-home\" class=\"aligncenter size-full wp-image-54671\" /></a></p>\n<p>Storefront 2.0 includes many design improvements that make the theme cleaner and more flexible. This update removes Helvetica in favor of Source Sans, which WooCommerce says gives them access to a wider variety of weights they can use to &#8220;provide greater depth and cohesion.&#8221; Other notable design changes include:</p>\n<ul>\n<li>Borders have been largely removed so that pages don’t feel quite so broken up.</li>\n<li>The breadcrumb and the main navigation are now wrapped in their own content regions, cementing them as unique components.</li>\n<li>Product reviews and comments tweaked to make them cleaner
  and more scannable.</li>\n<li>Blog post meta has been redesigned to include the author Gravatar.</li>\n<li>Softer design treatment for tables with colors based on the main background color.</li>\n<li>oEmbeds have been styled to match the rest of Storefront (including typography, padding, colors).</li>\n<li>Integrated WordPress 4.5’s custom logo feature so users can add a logo without using a plugin.</li>\n</ul>\n<p><a href=\"https://wordpress.org/themes/storefront/\" target=\"_blank\">Storefront</a> is active on more than 50,000 websites. There are nearly a dozen free themes on WordPress.org that use it as a parent theme and another dozen commercial themes on WooThemes.com. If you use a heavily customized Storefront child theme, you may want to test its compatibility with the 2.0 update on a development site to ensure that there are no visual surprises. If you have any ideas or recom
 mendations for updates to Storefront, you can leave feedback on the theme&#8217;s <a href=\"http://ideas.woothemes.com/forums/275029-storefront\" target=\"_blank\">idea board</a>.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 09 May 2016 22:23:17 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_e
 xplicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:36;a:6:{s:4:\"data\";s:13:\"\n  \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"WPTavern: Timber 1.0 Is Now Available on WordPress.org\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=54396\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\"
 ;s:64:\"http://wptavern.com/timber-1-0-is-now-available-on-wordpress-org\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5932:\"<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/timber.png\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/timber.png?resize=1025%2C405\" alt=\"timber\" class=\"aligncenter size-full wp-image-54630\" /></a></p>\n<p>Last week the creators of <a href=\"https://wordpress.org/plugins/timber-library/\" target=\"_blank\">Timber</a>, the plugin that enables WordPress theme developers to write HTML using the <a href=\"http://twig.sensiolabs.org/\" target=\"_blank\">Twig Template Engine&lt
 ;/a>, released version 1.0 on WordPress.org. The plugin is active on more than 10,000 websites where theme authors have elected to keep PHP files separate from HTML. Timber is built on DRY and MVC principles to solve the problem stated in its unofficial tagline: <em>&#8220;Because WordPress is awesome, but the_loop isn&#8217;t.&#8221;</em></p>\n<p>Over the past four years, the open source project has evolved from being a starter theme to a plugin that can be added to existing themes. It is now used on <a href=\"http://upstatement.com/timber/#showcase\" target=\"_blank\">thousands of websites</a> and has 83 <a href=\"https://github.com/timber/timber/graphs/contributors\" target=\"_blank\">contributors</a> listed on GitHub.</p>\n<p>&#8220;In 2012 I was getting more into WordPress after doing lots of JS development with <a href=\"http://handlebarsjs.com/\"
  target=\"_blank\">Handlebars</a> (a JS templating language),&#8221; Timber creator Jared Novack said. &#8220;I went to WordCamp Providence to learn more about state-of-the-art WordPress ways. I remember thinking: &#8216;This is great, but I really miss the cleanliness of Handlebars &#8212; I wish someone would make something like that for WordPress.&#8217; That&#8217;s when I realized, I was that someone.&#8221;</p>\n<p>Novack was playing around with <a href=\"http://www.smarty.net/\" target=\"_blank\">Smarty</a> and <a href=\"https://mustache.github.io/\" target=\"_blank\">Mustache</a> before he finally discovered Fabien Potencier&#8217;s <a href=\"http://twig.sensiolabs.org/\" target=\"_blank\">Twig project</a>.</p>\n<p>&#8220;The syntax felt so natural I almost didn&#8217;t need to read the docs (don&am
 p;#8217;t worry, I did),&#8221; he said. &#8220;I realized what I needed was a way to marry Twig and WordPress, and thus: Timber was born.&#8221;</p>\n<p>At that time Novack&#8217;s company, <a href=\"https://upstatement.com/\" target=\"_blank\">Upstatement</a>, was beginning development on a big new project for Random House to enable their marketers to generate unique sites from a library of templates. This client project became Timber&#8217;s first test case.</p>\n<p>&#8220;Originally, Timber was a parent theme, like _s. But after we completed the Random House project, I realized I wanted to apply Timber functionality to existing sites,&#8221; Novack said. &#8220;I converted it into a plugin that could be employed on existing themes which is the form it takes today.&#8221;</p>\n<p>The plugin allows designers skilled with HTML and CSS to create themes without having extensive kno
 wledge of PHP and WordPress functions. Timber successfully powers sites like Michael Bloomberg&#8217;s <a href=\"https://www.thetrace.org/\" target=\"_blank\">The Trace</a>, <a href=\"http://everytown.org/\" target=\"_blank\">Everytown for Gun Safety</a>, <a href=\"https://www.hoteltonight.com/\" target=\"_blank\">Hotel Tonight</a>, and the <a href=\"http://harvardlawreview.org/\" target=\"_blank\">Harvard Law Review</a>.</p>\n<h3>Timber 1.0 Puts the Project on the Path of Stability</h3>\n<p>As of Timber 1.0, developers can now include the project as a plugin or require it as a <a href=\"https://packagist.org/packages/timber/timber\" target=\"_blank\">Composer dependency</a>.</p>\n<p>&#8220;The big news is that 1.0 represents a maturing of the platform — developers can use Timber 
 and Twig with confidence that they’re building on top of a stable and universal platform,&#8221; Novack said.</p>\n<p>This release sheds years of deprecated functions and methods dating back to the project&#8217;s early days in 2013. Novack said that technical and documentation debt were the biggest hurdles in getting to 1.0.</p>\n<p>&#8220;In hindsight it’s so easy to build stuff, but so hard to build a complete system,&#8221; he said. &#8220;When Timber started it was just for me and the documentation could just live in my head. I’d add and improve stuff and then live with some of the quirks.&#8221;</p>\n<p>As the project and its contributors grew, Novack found it difficult to keep up with the growing codebase while running his company. Bringing it to a place of maturity with up-to-date automated testing and documentation took nearly a year.</p>\n<p>&#8220;Backwards compatibility was also a major cha
 llenge,&#8221; Novack said. &#8220;As ideas and new code got submitted, development slowed as every decision might have implications for existing users. We would deprecate features, but I was hesitant to remove things that I knew were mistakes, but that people were using.&#8221;</p>\n<p>Developers are encouraged to read the <a href=\"https://github.com/timber/timber/wiki/1.0-Upgrade-Guide\" target=\"_blank\">1.0 Upgrade Guide</a>, as there may be additional steps required depending on how Timber is being used. This release adds a few new features but the most important change is the bulk removal of older sections of the codebase. The upgrade guide outlines all of the object properties and static methods that will need to be updated so that nothing breaks. In the future, Timber-powered themes will be easier to maintain, with fewer quirks and better-documented features.</p>\n<p>&#8220;The key learning for me is th
 at the ultimate &#8216;killer feature&#8217; is stability and predictability,&#8221; Novack said. &#8220;When everything is organized cleanly and developers can use the things that they would intuitively expect — that’s success.&#8221;</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 09 May 2016 17:52:38 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\&quo
 t;;s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:37;a:6:{s:4:\"data\";s:13:\"\n      \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"Post Status: WordPress Security — Draft podcast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"https://poststatus.com/?p=24378\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\&
 quot;;a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://poststatus.com/wordpress-security-draft-podcast/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2296:\"<p>Welcome to the Post Status <a href=\"https://poststatus.com/category/draft\">Draft podcast</a>, which you can find <a href=\"https://itunes.apple.com/us/podcast/post-status-draft-wordpress/id976403008\">on iTunes</a>, <a href=\"http://www.stitcher.com/podcast/krogsgard/post-status-draft-wordpress-podcast\">Stitcher</a>, and <a href=\"http://simplecast.fm/podcasts/1061/rss\">via RSS</a> for your favorite podcatcher. Post Status Draft is hosted by Joe Hoyle &#8212; the CTO of Human Made &#8212; and Brian Krogsgard.<
 /p>\n<p><span>Security &#8212; in WordPress core, distributed plugins and themes, and in our custom code &#8212; is a constant battle. It’s important to be vigilant with our security practices, from the perspective of managing our websites and when writing code. In this episode, Joe and Brian discuss the nature of WordPress security, best practices for writing secure code, and dig into various situations WordPress developers and site owners may run into.</span></p>\n<a href=\"https://audio.simplecast.com/37301.mp3\">https://audio.simplecast.com/37301.mp3</a>\n<p><a href=\"http://audio.simplecast.com/37301.mp3\">Direct Download</a></p>\n<h3>Links</h3>\n<ul>\n<li><a href=\"http://codex.wordpress.org/Hardening_WordPress\">Hardening WordPress</a></li>\n<li><a href=\"https://wordpress.org/about/security/\">About WordPress S
 ecurity</a></li>\n<li><a href=\"https://make.wordpress.org/themes/2015/05/19/a-guide-to-writing-secure-themes-part-1-introduction/\">A Guide to Writing Secure Themes</a></li>\n<li><a href=\"http://ben.lobaugh.net/uploads/writing-secure-plugins-and-themes/#/\">Writing Secure Plugins &amp; Themes</a> by Ben Lobaugh</li>\n<li><a href=\"https://codex.wordpress.org/Class_Reference/wpdb\">$wpdb</a></li>\n<li><a href=\"https://wpvulndb.com/\">WP Scan</a></li>\n<li><a href=\"https://blog.sucuri.net/2015/03/understanding-wordpress-plugin-vulnerabilities.html\">Understanding Vulnerabilities</a></li>\n</ul>\n<h3>Sponsor: Pagely</h3>\n<p><a href=\"https://pagely.com\"><span>Pagely</span></a><span> offers best in class managed WordPress hosting, pow
 ered by the Amazon Cloud, the Internet’s most reliable infrastructure. Post Status is proudly hosted by Pagely. Thank you to </span><a href=\"https://pagely.com\"><span>Pagely</span></a><span> for being a Post Status partner.</span></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 09 May 2016 01:01:31 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Katie Richards\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"
 xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:38;a:6:{s:4:\"data\";s:13:\"\n        \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"Matt: Apple and Podcasting\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"https://ma.tt/?p=46548\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"https://ma.
 tt/2016/05/apple-and-podcasting/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:557:\"<p><a href=\"https://marco.org/2016/05/07/apple-role-in-podcasting\">Marco Arment has a great take on how the decentralized nature of podcasting is a feature</a>, not a bug, and Apple being more proactive there would be harmful to the ecosystem. As an aside, since I&#8217;ve been in Houston more recently, which means driving a lot, I&#8217;ve been really loving his app <a href=\"https://overcast.fm/\">Overcast</a> and I opted in to the optional paid subscription for it. I just need to get in more of a habit of listening to podcasts outside of Houston.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\&quot
 ;;s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 08 May 2016 14:17:25 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:39;a:6:{s:4:\"data\";s:13:\"\n  \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\&qu
 ot;;a:1:{i:0;a:5:{s:4:\"data\";s:98:\"WPTavern: VersionPress 3.0 Adds New Search Feature, Bulk Undo, and Commit Tracking per Environment\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=54530\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:106:\"http://wptavern.com/versionpress-3-0-adds-new-search-feature-bulk-undo-and-commit-tracking-per-environment\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:
 5:{s:4:\"data\";s:3843:\"<p><a href=\"https://blog.versionpress.net/2016/04/versionpress-3-0-released/\" target=\"_blank\">VersionPress 3.0</a>, released this week, is the first version since the plugin <a href=\"http://wptavern.com/versionpress-transitions-into-a-free-open-source-project\" target=\"_blank\">became a free, open source project</a>. Creators Borek Bernard and Jan Voráček, who originally attempted to crowdfund the project and then <a href=\"http://wptavern.com/versionpress-raises-400k-in-seed-funding\" target=\"_blank\">raised $400,000 in seed funding</a>, <a href=\"http://wptavern.com/versionpress-transitions-into-a-free-open-source-project\" target=\"_blank\">announced</a> last month that they are transitioning to a public development model.</p>\n<p>The team&#8217;s goal with this release was to polish 
 up the experience of using VersionPress in the default WordPress installation while adding more useful features. However, it is not yet ready for use in production, according to Bernard.</p>\n<p>&#8220;We’re still keeping VersionPress in the <a href=\"http://docs.versionpress.net/en/getting-started/about-eap\" target=\"_blank\">“early access” period</a>, because of the third party plugins integration story but on simpler sites, VersionPress already shines,&#8221; he said.</p>\n<p>One of the most notable new features in VersionPress 3.0 is the plugin&#8217;s ability to track commits with the environment where they were created. Users can view changes in the admin and easily see if they were pushed to the staging or production environment.</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/05/commit-tracking-in-environment.gif\"><img src=\"http://i0.wp.com
 /wptavern.com/wp-content/uploads/2016/05/commit-tracking-in-environment.gif?resize=725%2C347\" alt=\"commit-tracking-in-environment\" class=\"aligncenter size-full wp-image-54599\" /></a></p>\n<p>Version 3.0 also adds searching capabilities for filtering commits by author, date, commit message, and WordPress action. This release also includes a new bulk undo feature for commits and many improvements to the core versioning engine.</p>\n<h3>VersionPress 4.0 to Focus on Support for 3rd Party Plugins</h3>\n<p>One of the reasons the VersionPress team decided to go with a public development model was to mitigate the plugin&#8217;s conflicts with third-party themes and plugins. This was only possible if the opened up the codebase for contribution from other developers.</p>\n<p>&#8220;While we had most of the WordPress core covered pretty well, there was still this huge ecosystem of WordPress plugins a
 nd themes that could cause trouble to VersionPress in million different ways,&#8221; Borek said. &#8220;In the long run, the project had to turn into OSS should it be successful, and, fortunately, we met investors who understood this and supported our vision.&#8221;</p>\n<p>Borek and the team plan to focus on adding support for complex third party plugins in version 4.0, tentatively scheduled for mid-2016. One commenter on the post mentioned that a lack of WooCommerce support is a major thing holding him back from using VersionPress on projects. Borek confirmed that WooCommerce is high on their list of plugins they want to support.</p>\n<p>&#8220;Our goal remains the same: to take all the incredibly powerful functionality of Git and package it so that every WordPress user can use it,&#8221; Borek said.</p>\n<p>Since most site owners interested in this plugin are not running vanilla installations of WordPress, support for third 
 party plugins will be a major leap forward for the project with the potential to greatly expand its user base. Check out VersionPress&#8217; <a href=\"http://docs.versionpress.net/en/release-notes/roadmap\" target=\"_blank\">roadmap</a> to follow along with its progress and see what&#8217;s next.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 06 May 2016 22:04:53 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\&quot
 ;Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:40;a:6:{s:4:\"data\";s:13:\"\n        \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"WPTavern: WordPress 4.5.2 Patches Two Security Vulnerabilities\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=54594\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_ba
 se_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"http://wptavern.com/wordpress-4-5-2-patches-two-security-vulnerabilities\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1441:\"<p>The WordPress core team has <a href=\"https://wordpress.org/news/2016/05/wordpress-4-5-2/\">released WordPress 4.5.2</a> which patches two security vulnerabilities in WordPress versions 4.5.1 and below. The first is a <a href=\"http://www.benhayak.com/2015/06/same-origin-method-execution-some.html\">SOME vulnerability</a> (Same-Origin Method Execution) in Plupload, the third-party library WordPress uses for uploading files. The second is a reflected cross-site-scripti
 ng vulnerability in MediaElement.js, the third-party library used for media players.</p>\n<p>Auto updates are rolling out to sites but if you don&#8217;t want to wait, browse to Dashboard &gt; Updates and click the Update Now button. Mario Heiderich, Masato Kinugawa, and Filedescriptor of <a href=\"https://cure53.de/\">Cure53</a> are credited with <a href=\"https://make.wordpress.org/core/handbook/testing/reporting-security-vulnerabilities/\">responsibly disclosing</a> the vulnerabilities.</p>\n<p>In addition to the release, the core team has <a href=\"https://make.wordpress.org/core/2016/05/06/imagemagick-vulnerability-information/\">published a post</a> concerning the <a href=\"https://imagetragick.com/\">multiple vulnerabilities</a> discovered in ImageMagick, a popular image processing script used on thousands of webhosting servers. The post describes how WordPr
 ess is affected and what the team is doing to mitigate issues.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 06 May 2016 20:01:26 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:41;a:6:{s:4:\"data\";s:13:\"\n      \n      \n      \n      \n      \n      \n\";s:7:\&quot
 ;attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:97:\"WPTavern: Laravel Releases Valet, a Minimalist Development Environment with Support for WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=54580\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:106:\"http://wptavern.com/laravel-releases-valet-a-minimalist-development-environment-with-support-for
 -wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3404:\"<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/05/valet-parking.jpg\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/05/valet-parking.jpg?resize=900%2C520\" alt=\"photo credit: Valet Parking, Las Vegas, NV - (license)\" class=\"size-full wp-image-54589\" /></a>photo credit: <a href=\"http://www.flickr.com/photos/55151301@N00/175606346\">Valet Parking, Las Vegas, NV</a> &#8211; <a href=\"https://creativecommons.org/licenses/by-nd/2.0/\">(license)</a>\n<p><a href=\"https://laravel.com/\" target=\"_blank\">Laravel</a>, the open source MVC PHP frame
 work created for application development, has just released <a href=\"https://laravel.com/docs/5.2/valet\" target=\"_blank\">Valet</a>, a minimalist development environment for Mac. It uses just 7mb of RAM, because it doesn&#8217;t include Vagrant, Apache, Nginx, or a /etc/hosts file. Here&#8217;s how it works:</p>\n<blockquote><p>Laravel Valet configures your Mac to always run PHP&#8217;s built-in web server in the background when your machine starts. Then, using DnsMasq, Valet proxies all requests on the *.dev domain to point to sites installed on your local machine.\n</p></blockquote>\n<p>Valet supports Laravel, Lumen, Statamic, Craft, Jigsaw, and even has a driver for WordPress. It&#8217;s handy if you just need a simple, fast development environment without virtualization. Developers can also share sites publicly via local tunnels. It&#8217;s as easy as navigating to the site&#8217;s dir
 ectory in the terminal and running the <code>valet share</code> command, which generates a publicly accessible URL.</p>\n<p><a href=\"https://wppusher.com/\" target=\"_blank\">WP Pusher</a> founder Peter Suhm, who is active in both the Laravel and WordPress communities, wrote a <a href=\"http://blog.wppusher.com/a-minimalist-development-environment-for-wordpress-with-laravel-valet/\" target=\"_blank\">tutorial</a> for setting up Valet for WordPress development.</p>\n<p>&#8220;For larger apps, I generally prefer my development environment to be very similar to production,&#8221; Suhm said. &#8220;Vagrant and Docker are great for that. Valet is great for all those quick and dirty WordPress installations you need, just to test something or quickly work on an idea. If you don’t need anything else besides PHP 7 and a database, Valet is a great setup.&#8221;</p>\n&lt
 ;p>Since it doesn&#8217;t require a ton of dependencies, Valet is quick to set up and doesn&#8217;t require any configuration. Developers don&#8217;t even need to make Valet aware that their app is WordPress &#8211; you can simply drop WordPress core files into a folder on your machine and then access the site in your browser.</p>\n<p>If you&#8217;re looking for a new lightweight development environment or just a quick way to do some PHP 7 testing for WordPress plugins, Valet may fit nicely into your workflow. You can install it using <a href=\"http://brew.sh/\" target=\"_blank\">Homebrew</a>. View the <a href=\"https://laravel.com/docs/5.2/valet#installation\" target=\"_blank\">docs</a> for installation and site setup or follow along with Suhm&#8217;s <a href=\"http://blog.wppusher.com/a-minimalist-development-environment-for-wordpress-with-laravel-valet/\" target=\&q
 uot;_blank\">tutorial</a>.</p>\n<p>To see a quick demo of Valet in action, check out the two-minute introduction video created by Adam Wathan:</p>\n<div class=\"embed-wrap\"></div>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 06 May 2016 18:44:40 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"x
 ml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:42;a:6:{s:4:\"data\";s:13:\"\n \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:79:\"WPTavern: WordPress 4.6 to Drop Open Sans in the Admin in Favor of System Fonts\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=54507\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:
 1:{i:0;a:5:{s:4:\"data\";s:89:\"http://wptavern.com/wordpress-4-6-to-drop-open-sans-in-the-admin-in-favor-of-system-fonts\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2130:\"<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/05/system-fonts-firefox-osx.png\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/05/system-fonts-firefox-osx.png?resize=1025%2C450\" alt=\"system-fonts-firefox-osx\" class=\"aligncenter size-full wp-image-54575\" /></a></p>\n<p>WordPress 4.6 will bid farewell to Open Sans in the admin in favor of using system fonts. Open Sans, which loads from Google Fonts as an external resource, has been in use in the admin since 2013.</p>\n<p&g
 t;&#8220;At the time of introduction in 3.8, there were not good system fonts common to all platforms at the time,&#8221; WordPress lead developer <a href=\"http://helenhousandi.com/\" target=\"_blank\">Helen Hou-Sandí</a> said in her <a href=\"https://core.trac.wordpress.org/changeset/37361\" target=\"_blank\">commit</a> message. &#8220;In the years since, Windows, Android, OS X, iOS, Firefox OS, and various flavors of Linux have all gotten their own (good) system UI fonts.&#8221;</p>\n<p>Now that the admin doesn&#8217;t have to load fonts from Google, it should feel faster and will provide a better experience for developers who are working offline.</p>\n<p>Dropping Open Sans originated as part of the <a href=\"https://make.wordpress.org/core/features/font-natively/\" target=\"_blank\">Font Natively</a> feature project led by WordPress designe
 r <a href=\"https://mattmiklic.com/\" target=\"_blank\">Matt Miklic</a>, Mark Uraine, and Helen Hou-Sandí. The project page provides screenshots for the WP admin with Open Sans in Firefox on OSX vs the admin with system fonts, but the team noted that they are in need of more screenshots from different environments.</p>\n<p>Anytime that WordPress can shed a third-party dependency while improving the experience in the admin is a win for everyone. The commit comes early in the release cycle in order to get more people testing for misalignments and any other issues. Feel free to report any bugs you experience with the change, as work is still ongoing on the <a href=\"https://core.trac.wordpress.org/ticket/36753\" target=\"_blank\">ticket</a>.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xm
 l_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 05 May 2016 20:50:27 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:43;a:6:{s:4:\"data\";s:13:\"\n        \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:
 1:{i:0;a:5:{s:4:\"data\";s:68:\"WPTavern: Ninja Forms Update Patches Critical Security Vulnerability\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=54556\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:78:\"http://wptavern.com/ninja-forms-update-patches-critical-security-vulnerability\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4325:\"<p><a href=\&quo
 t;http://i0.wp.com/wptavern.com/wp-content/uploads/2015/03/NinjaFormsFeaturedImage.png\"><img class=\"aligncenter size-full wp-image-40019\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/03/NinjaFormsFeaturedImage.png?resize=840%2C273\" alt=\"Ninja Forms Featured Image\" /></a><a href=\"https://wordpress.org/plugins/ninja-forms/\">Ninja Forms</a>, a popular plugin active on more than 500K websites, released an update 48 hours ago that addresses a critical security vulnerability. Wordfence <a href=\"https://www.wordfence.com/blog/2016/05/ninja-forms-shell-upload-vulnerability-high-risk/\">is reporting</a> that Ninja Forms versions 2.9.36 to 2.9.42 contain multiple security vulnerabilities.</p>\n<p>One of the vulnerabilities allows an attacker to upload and execute code remotely on WordPress sites. The only information needed to exploit the vulnerability is the URL o
 f the target site that&#8217;s using a form powered by an affected version of Ninja Forms.</p>\n<p>Kevin Stover, CTO of Ninja Forms, explains to the Tavern how they discovered the vulnerabilities:</p>\n<blockquote><p>About two weeks ago, we were contacted by a security researcher, James Golovich, regarding a file upload issue within Ninja Forms. He demonstrated that it was possible to upload an arbitrary file using some test code that hadn’t been removed during our build process.</p>\n<p>We realised that the test code had accidentally been utilised in other areas of the plugin, and we immediately began working on a fix. While the issue was being patched, we reached out to the devs at the <a href=\"http://wordpress.org/\" target=\"_blank\" rel=\"noreferrer\">WordPress.org</a> repo and began the processes of preparing for auto updating users of the affected versions.</p>\n<p>Once the 
 patch had been tested, we pushed version 2.9.43 and .1 versions of 2.9.36 &#8211; 2.9.42. Shortly after, <a href=\"http://wordpress.org/\" target=\"_blank\" rel=\"noreferrer\">WordPress.org</a> began pushing out automatic updates.</p></blockquote>\n<p>As to why there wasn&#8217;t a post published immediately on the official <a href=\"https://ninjaforms.com/blog/\">Ninja Forms blog</a> announcing the update, &#8220;We didn’t want to go public with the vulnerability until our users had time to update, both to the newest version and the .1 versions,&#8221; Stover said.</p>\n<p>&#8220;James Golovich&#8217;s responsible disclosure gave us time to fix the issue and for our users to update to safe versions before disclosing the vulnerability on his site,&#8221; he said. The company has since <a href=\"https://ninjaforms.com/important-security-update-always-hur
 t-ones-love/\">published a blog post </a>concerning the update.</p>\n<p>Working with the WordPress security team, automatic updates started rolling out on Tuesday, May 3rd. If automatic plugin updates are disabled, you&#8217;re highly encouraged to update manually to 2.9.45 as soon as possible. The Ninja Forms team is also working with a number of large webhosts to ensure as many sites as possible are updated.</p>\n<p>Wordfence is not detecting wide-spread exploitation but this could change in the next few days as details of the exploit emerge.</p>\n<p>When it comes to security vulnerabilities, the ability to upload and execute code remotely is about as severe as it gets. Golovich is credited with <a href=\"http://www.pritect.net/blog/ninja-forms-2-9-42-critical-security-vulnerabilities\">responsibly disclosing</a> the vulnerability to the Ninja Forms team. He also provides technical details of each vulnerab
 ility, most of which are in the Ninja Forms 3.0 code base.</p>\n<p>According to Golovich, the most vulnerable code is a proof of concept:</p>\n<blockquote><p>The following vulnerable code was, according to Kyle Johnson of the WP Ninjas team &#8216;not a live feature of Ninja Forms, but was more of a proof of concept for a future free feature.&#8217; Unfortunately, even proof of concept code that is accessible is still vulnerable to attack. This is the most critical vulnerability here because it potentially allows an attacker to execute arbitrary php code on a site.</p></blockquote>\n<p>Users should update as soon as possible as it&#8217;s only a matter of time before tools are created that can easily take advantage of the exploit.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:
 0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 05 May 2016 20:46:19 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:44;a:6:{s:4:\"data\";s:13:\"\n \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"da
 ta\";s:65:\"WPTavern: WordPress.org Support Forums Adds Accessibility Section\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=54472\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"http://wptavern.com/wordpress-org-support-forums-adds-accessibility-section\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3619:\"<p>Earlier this year, the WordPress project made a
  huge move by <a href=\"http://wptavern.com/wordpress-adopts-accessibility-coding-standards-for-all-new-and-updated-code\">adopting accessibility coding standards</a> for new and updated code. If you&#8217;re struggling to meet <a href=\"https://www.w3.org/WAI/intro/wcag\">WCAG 2.0 guidelines</a> in your WordPress projects and need help, check out the new <a href=\"https://wordpress.org/support/forum/accessibility\">Accessibility section</a> in the WordPress.org support forums.</p>\n<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/WPAccessibilitySupport.png\"><img class=\"size-full wp-image-54551\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/WPAccessibilitySupport.png?resize=1025%2C487\" alt=\"WordPress Accessibility Support\" /></a>WordPress Accessibility Support\n<p>Amanda Rush, who helps WordPress develope
 rs make their themes and plugins accessible, says the forum is the result of a conversation with a support team member at WordCamp Atlanta.</p>\n<p>&#8220;I <span class=\"message_body\">mentioned that part of what makes the job difficult when it comes to making WordPress accessible is stopping during our work to answer occasional questions.<br />\n</span></p>\n<p>&#8220;Most of the time the answer is not a quick one, because in the case of screen reader users, you have to first find out how well they can use their tech, how familiar they are with WordPress itself, and if neither of those chances are high, you spend time giving them a crash course in either one or both, and then answer their question,&#8221; <span class=\"message_body\">Rush said. </span></p>\n<p>Most of the people on the <a href=\"https://make.wordpress.org/accessibility/\">WordPress Accessibility team&l
 t;/a> are volunteers with full-time jobs which limits their ability to provide one-on-one support. Many of the support queries come through email or direct messages to individuals on the team. The forum enables everyone to participate in the support process.</p>\n<p>&#8220;If people ask their questions publicly, I or others not necessarily on the Accessibility Team can answer, and the answers are then public,&#8221; Rush said.</p>\n<p>&#8220;We have a pattern library on GitHub, which we all contribute to when we have time. But there are all kinds of solutions being passed around on Twitter and spread across other people&#8217;s GitHub accounts. So if someone asks a question like that, we can either point to something in specific cases, which is most of them, there&#8217;s probably already a specific solution that someone&#8217;s built, and we can link to that,&#8221; Rush told the Tavern.</p>\n<p>The accessibility su
 pport forum also comes with a side benefit, &#8220;W<span class=\"message_body\">e don&#8217;t have to say no all the time when people ask for support, or what looks like all the time to some people. Everyone can help each other </span><span class=\"message_body\">out and Google has a public resource,&#8221; Rush said.<br />\n</span></p>\n<p>The support forum comes at a time where accessibility is an increasingly important part of web development. For example, the European Union <a href=\"http://europa.eu/rapid/press-release_IP-16-1654_en.htm\">recently agreed to new rules</a> that will make public sector websites and apps more accessible.</p>\n<p>If you have any questions related to accessibility, you can post them on the forum. If you have experience and knowledge in the accessibility field, consider answering questions as it&#8217;s a great way to contribute to the Word
 Press project.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 05 May 2016 20:13:11 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:45;a:6:{s:4:\"data\";s:13:\"\n      \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\"
 ;s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:110:\"WPTavern: Font Awesome CDN Now in Beta, Loads Icons Asynchronously with Automatic Accessibility Best Practices\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=54509\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:119:\"http://wptavern.com/font-awesome-cdn-now-in-beta-loads-icons-asynchronously-with-automatic-accessibility-best-practices\";s:7
 :\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2903:\"<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/05/font-awesome.png\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/05/font-awesome.png?resize=1025%2C326\" alt=\"font-awesome\" class=\"aligncenter size-full wp-image-54532\" /></a></p>\n<p><a href=\"https://fortawesome.github.io/Font-Awesome/\" target=\"_blank\">Font Awesome</a>, the open source vector icon collection used by more than 300 plugins on WordPress.org and many free and commercial themes, <a href=\"https://articles.fortawesome.com/announcing-font-awesome-cdn-81773e0b301f#.egol888o7\" target=\"_blank\">announced 
 the beta release of its new CDN</a>. Developers can now add a single line of code to bring the icons and CSS toolkit into their projects.</p>\n<p>The icon files and CSS are hosted by <a href=\"https://www.maxcdn.com/\" target=\"_blank\">MaxCDN</a>, which serves a cached version that loads quickly on websites that use Font Awesome. The CDN uses <a href=\"https://github.com/typekit/webfontloader\" target=\"_blank\">Web Font Loader</a>, which was co-developed by Google and Typekit, to load the icons asynchronously. This also gives developers <a href=\"https://github.com/typekit/webfontloader#events\" target=\"_blank\">CSS and JavaScript events</a> to hook into on loading.</p>\n<p><a href=\"http://wptavern.com/font-awesome-4-6-0-adds-new-accessibility-icons-category\" target=\"_blank\">FontAwesome 4.6 added a new accessibility icon categ
 ory</a> and the new CDN helps to automate outputting the correct markup. If the icon you&#8217;re using has semantic meaning, including an accurate title attribute with the inline icon will trigger Font Awesome&#8217;s JS to do the rest.</p>\n<p>Font Awesome requires an email address from those want to use the CDN so it can issue a unique embed code for each. Developers also have the option to register a Font Awesome CDN account to keep track of sites and apps where they are using the icons, and manage multiple embed codes. Once logged in, you can enable or disable auto-accessibility, asynchronous icon loading, easy updates to newer Font Awesome versions, and CSS or JS embed.</p>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/05/font-awesome-account.png\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/05/font-awesome-account.png?resize=1025%2C865\" alt=\"font-awesome-accoun
 t\" class=\"aligncenter size-full wp-image-54543\" /></a></p>\n<p>One of the most convenient reasons to use the CDN is to simplify updates. WordPress plugin and theme developers do not have to bump versions or push any code to use the latest version. Font Awesome version changes can be triggered on an individual basis for each embed code in a developer&#8217;s account dashboard. Check out the instructions at <a href=\"https://cdn.fontawesome.com/\" target=\"_blank\">cdn.fontawesome.com</a> to get your project hooked up.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 05 May 2016 18:09:31 +0000\";s:7:\"attribs\";a:0:{}s:8:\&q
 uot;xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:46;a:6:{s:4:\"data\";s:13:\"\n    \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:50:\"WP Mobile Apps: WordPress for Android: Version 5.3\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:
 \"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://apps.wordpress.com/?p=3352\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"https://apps.wordpress.com/2016/05/05/wordpress-for-android-version-5-3/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3203:\"<p>Hello WordPress users! <a href=\"https://play.google.com/store/apps/details?id=org.wordpress.android\" target=\"_blank\">Version 5.3 of the WordPress for Android app</a> is now available in the Google Play Store.</p>\n<
 h1>Account Settings and App Settings</h1>\n<p>We split the old Account Settings into two distinct screens: Account Settings for everything related to your account, and App Settings for everything specific to the App, like the interface language, PIN lock, and Analytics opt-out.</p>\n<p><img class=\"alignnone size-full wp-image-3354\" src=\"https://apps.files.wordpress.com/2016/04/screenshot-2016-04-04_15-43-50-172.png?w=640\" alt=\"screenshot-2016-04-04_15.43.50.172\" /></p>\n<h1>Delete WordPress.com site</h1>\n<p>With 5.3, you can now export your content (posts, pages, and settings) by email and delete your WordPress.com site from the app.</p>\n<p><img class=\"alignnone size-full wp-image-3356\" src=\"https://apps.files.wordpress.com/2016/04/screenshot-2016-04-04_15-45-34-504.png?w=640\" alt=\"screenshot-2016-04-04_15.45.34.504\" /></p>\n<h
 1>Other Changes</h1>\n<p>Version 5.3 also comes with a few other enhancements:</p>\n<ul>\n<li>New styling of the action bar in the Reader.</li>\n<li>If you made changes to a post, you&#8217;ll see a confirmation blink on <strong>Blog Posts</strong> when returning to the <strong>My site</strong> screen.</li>\n<li>Better styling of the Post and Page Preview screen.</li>\n<li>An updated support tool reduces crashes.</li>\n</ul>\n\n<a href=\"https://apps.wordpress.com/2016/05/05/wordpress-for-android-version-5-3/screenshot-2016-04-04_15-59-35-639/\"><img width=\"84\" height=\"150\" src=\"https://apps.files.wordpress.com/2016/04/screenshot-2016-04-04_15-59-35-639.png?w=84&h=150\" class=\"attachment-thumbnail size-thumbnail\" alt=\"screenshot-2016-04-04_15.59.35.639\" /></a>\n<a href=\"htt
 ps://apps.wordpress.com/2016/05/05/wordpress-for-android-version-5-3/screenshot-2016-04-04_16-01-41-971/\"><img width=\"84\" height=\"150\" src=\"https://apps.files.wordpress.com/2016/04/screenshot-2016-04-04_16-01-41-971.png?w=84&h=150\" class=\"attachment-thumbnail size-thumbnail\" alt=\"screenshot-2016-04-04_16.01.41.971\" /></a>\n\n<p>We&#8217;re working hard on new features for the next version &#8212; you can track our development progress for the next release by visiting <a href=\"https://github.com/wordpress-mobile/WordPress-Android/milestones/5.4\">our 5.4 milestone on GitHub</a>.</p>\n<h1>Thank you</h1>\n<p>Thanks to our contributors: <a href=\"https://github.com/aforcier\">@aforcier</a>, <a href=\"https://github.com/daniloercoli\">@daniloercoli</a>, <a href=\"https://github.com/hypest\&qu
 ot;>@hypest</a>, <a href=\"https://github.com/kwonye\">@kwonye</a>, <a href=\"https://github.com/maxme\">@maxme</a>, <a href=\"https://github.com/mzorz\">@mzorz</a>, <a href=\"https://github.com/nbradbury\">@nbradbury</a>, <a href=\"https://github.com/oguzkocer\">@oguzkocer</a>, <a href=\"https://github.com/rishabh7m\">@rishabh7m</a>, <a href=\"https://github.com/roundhill\">@roundhill</a>, and <a href=\"https://github.com/tonyr59h\">@tonyr59h</a>.</p><img alt=\"\" border=\"0\" src=\"https://pixel.wp.com/b.gif?host=apps.wordpress.com&blog=108068616&post=3352&subd=apps&ref=&feed=1\" width=\"1\" height=\"1\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explici
 t\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 05 May 2016 08:57:23 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"Maxime\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:47;a:6:{s:4:\"data\";s:13:\"\n      \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\&quot
 ;data\";s:65:\"WPTavern: WPWeekly Episode 233 – Recap of WordCamp Chicago 2016\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"http://wptavern.com?p=54518&preview_id=54518\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"http://wptavern.com/wpweekly-episode-233-recap-of-wordcamp-chicago-2016\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2903:\"<p>On this episode of WordPress
  Weekly, I describe my experience attending WordCamp Chicago 2016 this past weekend. Marcus Couch and I then discuss the news of the week including a new tool that helps WordCamp organizers create customized name badges.</p>\n<p>We also have a lengthy discussion on the freemium business model and how it&#8217;s affecting users of themes and plugins downloaded from the official directories. Last but not least, we talk about WooCommerce Connect, a new SaaS tool from Automattic that has a tight relationship with Jetpack.</p>\n<h2>Stories Discussed:</h2>\n<p><a href=\"http://wptavern.com/wordcamp-organizers-get-new-tool-for-creating-personalized-wordcamp-badges\">WordCamp Organizers Get New Tool for Creating Personalized WordCamp Badges</a><br />\n<a href=\"http://wptavern.com/wordpress-is-now-100-translated-into-marathi\">WordPress is Now 100% Translated Into Marathi</a><br />\n<a href=\&
 quot;http://wptavern.com/templatic-hacked-files-and-databases-compromised\">Templatic Hacked, Files and Databases Compromised</a><br />\n<a href=\"http://wptavern.com/wordpress-theme-review-team-votes-on-new-guidelines-to-ban-obtrusive-upselling\">WordPress Theme Review Team Votes on New Guidelines to Ban Obtrusive Upselling</a><br />\n<a href=\"http://wptavern.com/automattic-introduces-woocommerce-connect-hosted-components-for-e-commerce\">Automattic Introduces WooCommerce Connect, Hosted Components for E-Commerce</a></p>\n<h2>Plugins Picked By Marcus:</h2>\n<p><a href=\"https://wordpress.org/plugins/rss-feed-canceller/\">RSS Feed Canceller </a>provides more control over your RSS feed. You can turn it on or off per post and control whether or not a post is excluded from the feed.</p>\n<p><a href=\"https://wordpress.org/plugins/tld-woocommerce-downl
 oadable-product-update-emails/\">TLD WooCommerce Downloadable Product Update Emails</a> is a simple plugin that notifies customers who purchased a downloadable product via email that there&#8217;s an update available.</p>\n<p><a href=\"https://wordpress.org/plugins/inline-click-to-tweet/\">Inline Click To Tweet</a> allows authors to highlight text from within the visual editor and make it tweetable by clicking within the post or page.</p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Wednesday, May 11th 9:30 P.M. Eastern</p>\n<p><strong>Subscribe To WPWeekly Via Itunes: </strong><a href=\"https://itunes.apple.com/us/podcast/wordpress-weekly/id694849738\" target=\"_blank\">Click here to subscribe</a></p>\n<p><strong>Subscribe To WPWeekly Via RSS: </strong><a href=\"http://www.wptavern.com/feed/pod
 cast\" target=\"_blank\">Click here to subscribe</a></p>\n<p><strong>Subscribe To WPWeekly Via Stitcher Radio: </strong><a href=\"http://www.stitcher.com/podcast/wordpress-weekly-podcast?refid=stpr\" target=\"_blank\">Click here to subscribe</a></p>\n<p><strong>Listen To Episode #233:</strong><br />\n</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 05 May 2016 08:46:25 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:
 {s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:48;a:6:{s:4:\"data\";s:13:\"\n     \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"WPTavern: WordCamp Chicago 2016 Was a Deep Dish of Fun\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=54453\";s:7:\"attribs\";a:0
 :{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"http://wptavern.com/wordcamp-chicago-2016-was-a-deep-dish-of-fun\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5547:\"<p><a href=\"https://2016.chicago.wordcamp.org/\">WordCamp Chicago 2016</a> was held at University Center in the heart of Chicago, IL, where more than 300 attendees spent the weekend learning about WordPress. The event was organized by Ryan Erwin and a <a href=\"https://2016.chicago.wordcamp.org/organizers/\">team of volunteers. </a></p>\n<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/20
 16/05/JJJWCChicago2016.jpg\"><img class=\"size-full wp-image-54500\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/05/JJJWCChicago2016.jpg?resize=1024%2C768\" alt=\"John James Jacoby talking about bbPress and BuddyPress\" /></a>John James Jacoby talking about bbPress and BuddyPress\n<p>Tracks were split up into three separate rooms limiting the amount of background noise during sessions. Giving attendees a schedule is handled differently at most camps. Some provide a paper schedule while others put it on the back of the name badge.</p>\n<p>At WordCamp Chicago, schedule boards were displayed outside each room that corresponded with a track number. This made it easier for attendees to determine if they wanted to stay in the room for the next session.</p>\n<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/WCChicago2016Schedule.jpg\"><img class=\"size-full wp-
 image-54501\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/WCChicago2016Schedule.jpg?resize=1024%2C1365\" alt=\"Schedule Board Outside The Room Hosting Track 1\" /></a>Schedule Board Outside The Room Hosting Track 1\n<p>WordCamps are a great way to stress test a venue&#8217;s network but the WiFi at WordCamp Chicago was flawless. I didn&#8217;t experience any issues and it remained fast throughout the event. I didn&#8217;t stick around for lunch as there are plenty of lunch options available within walking distance of the venue.</p>\n<h2>The After Party</h2>\n<p>Most WordCamps host an after party at a restaurant, bar, or other establishment away from the venue. WordCamp Chicago&#8217;s after party was held at the venue. It included, non-alcoholic and alcoholic drinks, food, and card games on each table. It was fun mingling and networking with people without having to compete with blarin
 g music or a loud atmosphere.</p>\n<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/05/WCChicago2016AfterParty.jpg\"><img class=\"size-full wp-image-54503\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/05/WCChicago2016AfterParty.jpg?resize=1024%2C768\" alt=\"WordCamp Chicago 2016 After Party\" /></a>WordCamp Chicago 2016 After Party\n<p>Out of all the sessions I attended, my favorite is <a href=\"https://2016.chicago.wordcamp.org/session/disastrous-deals-to-profitable-projects-comparing-my-best-and-worst-client-experiences/\">by Kyle Maurer,</a> who shared experiences and advice from <a href=\"http://realbigmarketing.com/\">building client websites</a> over the years.</p>\n<p>One of the biggest pieces of advice he shared is to build direct relationships with clients. No one is going to fight your battles as much as you and third-
 parties are unlikely to stick their neck out. Managing direct relationships leads to trust, referrals, and being rehired to do additional work.</p>\n<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/05/KyleMaurerSlideWCChicago2016.jpg\"><img class=\"size-full wp-image-54504\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/05/KyleMaurerSlideWCChicago2016.jpg?resize=1024%2C768\" alt=\"A Slide from Kyle Maurer\'s Presentation\" /></a>A Slide from Kyle Maurer&#8217;s Presentation\n<p>His session contains a lot of great information and I highly encourage you to watch it when it&#8217;s published on WordPress.tv.</p>\n<h2>WordCamps Offer a Lot of Value For The Price</h2>\n<p>Throughout the event, I spoke to a number of people and noted the following. Many attendees said they received more value than expected paying $40 a ticket. Some have spent hundreds of dolla
 rs on conference tickets and didn&#8217;t enjoy themselves or come away with nearly as much information.</p>\n<p>I discovered a number of attendees are part of one or more WordPress meetup groups. According to Meetup.com, there are at least <a href=\"http://www.meetup.com/find/?allMeetups=false&keywords=Chicago+WordPress&radius=25&userFreeform=chicago+I&mcId=c60601&change=yes&sort=recommended&eventFilter=mysugg\">four WordPress groups </a>with hundreds of members spread throughout the Chicago area. It&#8217;s a strong indication that the WordPress community in Chicago is thriving and supportive of each other.</p>\n<h2>WordCamp Chicago in 2017</h2>\n<p>It was a pleasure attending WordCamp Chicago and making new friends. I especially enjoyed speaking to WordPress Weekly listeners and getting their feedback. Also for those wondering, I satisfied my craving for deep-dish pizza via <a href=\&
 quot;http://www.loumalnatis.com/arizona-phoenix\">Lou Malnati&#8217;s</a>. The pizza tastes better than I remembered. If you&#8217;re ever in the Chicago area, you have to try Lou Malnati&#8217;s pizza.</p>\n<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/TheLou.jpg\"><img class=\"size-full wp-image-54505\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/TheLou.jpg?resize=1024%2C768\" alt=\"The Lou!\" /></a>The Lou!\n<p>Everyone involved with WordCamp Chicago 2016 did a great job. If you didn&#8217;t get a chance to attend this year, don&#8217;t worry. After taking a break for a few weeks, the organizing team plans to begin organizing WordCamp Chicago 2017.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\"
 ;b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 05 May 2016 03:00:06 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:49;a:6:{s:4:\"data\";s:13:\"\n      \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\&quot
 ;data\";s:85:\"WPTavern: Automattic Introduces WooCommerce Connect, Hosted Components for E-Commerce\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=54476\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:94:\"http://wptavern.com/automattic-introduces-woocommerce-connect-hosted-components-for-e-commerce\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5426:\"<p><a
  href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/woocommerce-logo.png\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/woocommerce-logo.png?resize=1025%2C466\" alt=\"woocommerce-logo\" class=\"aligncenter size-full wp-image-54492\" /></a></p>\n<p><a href=\"https://www.woothemes.com/woocommerce/\" target=\"_blank\">WooCommerce</a> is the current leader in e-commerce software, capturing <a href=\"https://wappalyzer.com/categories/ecommerce\" target=\"_blank\">31% of the market</a>, thanks to its relatively user-friendly interface and connection to WordPress. However, setting up a WooCommerce site, or any e-commerce site for that matter, is not for the faint of heart, no matter how user-friendly the software. It requires knowledge of hosting, PCI compliance, payment gateways, SSL certificates, shipping methods, tax, and 
 more.</p>\n<p>When <a href=\"http://wptavern.com/automattic-acquires-woocommerce\" target=\"_blank\">Automattic acquired WooCommerce</a> last May, the company accepted the challenge to make it as easy to create stores online as WordPress.com has done for websites.</p>\n<p>“I believe that the web needs an open, independent and easy-to-use commerce platform that you can run yourself on your own website,” Matt Mullenweg said in his <a href=\"https://www.youtube.com/watch?v=xJOfTB8-daA\" target=\"_blank\">video</a> announcement of the acquisition.</p>\n<p>Automattic has been working to simplify selling with WooCommerce and today the company announced <a href=\"https://www.woothemes.com/2016/05/woocommerce-connect-announcement/\" target=\"_blank\">WooCommerce Connect</a>, the secret project that Mullenweg <a href=\"https://twitter.com/WooConf/sta
 tus/717725650916741120\" target=\"_blank\">hinted</a> at during WooConf.</p>\n<p>WC Connect is WooCommerce&#8217;s new Automattic-hosted SaaS architecture that was created to offer store features in a more user-friendly way. It is built on the WP REST API and offers a simplified Calypso-style interface for configuring options.</p>\n<p>The first service offered via the alpha version of WC Connect is real-time USPS shipping rates for US-based stores. It eliminates the need for a USPS API key as well as a subscription key from WooCommerce. One of the advantages for the user is that there are fewer software updates to install for extensions, as all the code is maintained on Automattic&#8217;s servers.</p>\n<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/usps-wc-connect.png\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/usps-wc-connect.png?resize=650%2C
 362\" alt=\"usps-wc-connect\" class=\"aligncenter size-full wp-image-54493\" /></a></p>\n<h3>What&#8217;s Next for WooCommerce Connect?</h3>\n<p>If the testing goes well, WooCommerce plans to roll Connect into the plugin&#8217;s core to make it easier to serve more hosted e-commerce components. The team is also working on expanding shipping options for the beta.</p>\n<p>&#8220;In the near future we hope to integrate with further shipping services, most likely Canada Post next,&#8221; said WooThemes co-founder <a href=\"https://twitter.com/mark_forrester\" target=\"_blank\">Mark Forrester</a>. &#8220;Shipping and payment options seem the logical place for us to start.&#8221;</p>\n<p>Forrester confirmed that while the USPS shipping method is free, WooThemes is exploring monetizing other service offerings in the future. If WC Connect has a successful
  beta period, the team will consider using the same model for offering payment gateways in the future.</p>\n<p>&#8220;Setting up payments for your store should be simple and behind the scenes,&#8221; Forrester said. &#8220;We believe we can offer better options for our customers working closely with payment partners and using connected services.&#8221;</p>\n<p>Forrester said that the team hopes WC Connect can be baked into WooCommerce core soon, but they will make the decision based on user feedback from the alpha/beta period.</p>\n<p>Those who create WooCommerce extensions and depend on its ecosystem may be wondering whether the SaaS model will overtake the plugin entirely. Last May, during his WooCommerce Q&amp;A, Matt Mullenweg <a href=\"https://ma.tt/2015/05/woomattic/#comment-583541\" target=\"_blank\">confirmed</a> that Automattic is not moving towards a 100% SaaS model.</p>\n<p&gt
 ;&#8220;If or when we do SAAS, the plugin isn’t going away, it’ll continue as it has,&#8221; Mullenweg said.</p>\n<p>WooCommerce is not being rolled into Jetpack, as many suspected when Automattic acquired the product. However, WC Connect does require users to connect to WordPress.com via Jetpack.</p>\n<p>&#8220;We feel it makes sense to leverage the code/infrastructure of one of the most powerful WordPress connected services,&#8221; Forrester said.</p>\n<p>The team is aiming to make WC Connect a simpler way to connect services to online stores without users having to leave their WooCommerce dashboards. Many store owners would rather pay for hosted software they don&#8217;t have to update as opposed to self-hosted extensions that require regular maintenance.</p>\n<p>If the strategy of offering hosted e-commmerce components succeeds at making store management easier for non-developers, Automattic will be able to 
 profit from offering compelling commercial WC Connect services, such as payment gateways, and expand WooCommerce&#8217;s global reach.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 04 May 2016 22:20:21 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}
 }}}}s:4:\"type\";i:128;s:7:\"headers\";a:10:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Mon, 06 Jun 2016 18:50:00 GMT\";s:12:\"content-type\";s:8:\"text/xml\";s:14:\"content-length\";s:6:\"228016\";s:10:\"connection\";s:5:\"close\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:13:\"last-modified\";s:29:\"Mon, 06 Jun 2016 18:45:17 GMT\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:11:\"HIT lax 250\";s:13:\"accept-ranges\";s:5:\"bytes\";}s:5:\"build\";s:14:\"20160606161022\";}','no'),(15448,'_transient_timeout_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9','1465282201','no'),(15449,'_transient_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9','1465239001','no'),(15450,'_transient_timeout_dash_88ae138922fe95674369b1cb3d215a2b','1465282201','no'),
 (15451,'_transient_dash_88ae138922fe95674369b1cb3d215a2b','<div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://wordpress.org/news/2016/05/wordpress-4-5-2/\'>WordPress 4.5.2 Security Release</a> <span class=\"rss-date\">May 6, 2016</span><div class=\"rssSummary\">WordPress 4.5.2 is now available. This is a security release for all previous versions and we strongly encourage you to update your sites immediately. WordPress versions 4.5.1 and earlier are affected by a SOME vulnerability through Plupload, the third-party library WordPress uses for uploading files. WordPress versions 4.2 through 4.5.1 are vulnerable to reflected XSS [&hellip;]</div></li></ul></div><div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://apps.wordpress.com/2016/06/01/wordpress-for-android-version-5-4/\'>WP Mobile Apps: WordPress for A
 ndroid: Version 5.4</a></li><li><a class=\'rsswidget\' href=\'http://wptavern.com/wordcamp-incubator-program-to-launch-in-indonesia-zimbabwe-and-columbia\'>WPTavern: WordCamp Incubator Program to Launch in Indonesia, Zimbabwe, and Colombia</a></li><li><a class=\'rsswidget\' href=\'http://z9.io/2016/05/27/wordpress-is-thirteen/\'>Donncha: WordPress is thirteen!</a></li></ul></div>','no'),(15456,'_transient_timeout_brute_use_math','1465239690','no'),(15457,'_transient_brute_use_math','1','no');
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+INSERT INTO `wc_2_options` VALUES (1,'siteurl','http://central.wordcamp.test','yes'),(2,'blogname','WordCamp Central','yes'),(3,'blogdescription','Just another WordCamp.dev site','yes'),(4,'users_can_register','0','yes'),(5,'admin_email','ian.dunn@automattic.com','yes'),(6,'start_of_week','1','yes'),(7,'use_balanceTags','0','yes'),(8,'use_smilies','1','yes'),(9,'require_name_email','1','yes'),(10,'comments_notify','1','yes'),(11,'posts_per_rss','10','yes'),(12,'rss_use_excerpt','0','yes'),(13,'mailserver_url','mail.example.com','yes'),(14,'mailserver_login','login@example.com','yes'),(15,'mailserver_pass','password','yes'),(16,'mailserver_port','110','yes'),(17,'default_category','1','yes'),(18,'default_comment_status','open','yes'),(19,'default_ping_status','open','yes'),(20,'default_pingback_flag','1','yes'),(21,'posts_per_page','10','yes'),(22,'date_format','F j, Y','yes'),(23,'time_fo
 rmat','g:i a','yes'),(24,'links_updated_date_format','F j, Y g:i a','yes'),(28,'comment_moderation','0','yes'),(29,'moderation_notify','1','yes'),(30,'permalink_structure','/news/%year%/%monthnum%/%day%/%postname%/','yes'),(32,'hack_file','0','yes'),(33,'blog_charset','UTF-8','yes'),(34,'moderation_keys','','no'),(35,'active_plugins','a:6:{i:0;s:34:\"multi-event-sponsors/bootstrap.php\";i:1;s:20:\"wcpt/wcpt-loader.php\";i:2;s:26:\"wordcamp-api/bootstrap.php\";i:3;s:31:\"wordcamp-docs/wordcamp-docs.php\";i:4;s:42:\"wordcamp-organizer-reminders/bootstrap.php\";i:5;s:29:\"wordcamp-qbo/wordcamp-qbo.php\";}','yes'),(36,'home','http://central.wordcamp.test','yes'),(37,'category_base','','yes'),(38,'ping_sites','http://rpc.pingomatic.com/','yes'),(40,'comment_max_links','2','yes'),(41,'gmt_offset','0','yes'),(42,'default_email_category','1','yes'),(43,'recently_edited','','no'),(44,'template','twentyten','yes'),(45,'stylesheet','w
 ordcamp-central-2012','yes'),(46,'comment_whitelist','1','yes'),(47,'blacklist_keys','','no'),(48,'comment_registration','0','yes'),(49,'html_type','text/html','yes'),(50,'use_trackback','0','yes'),(51,'default_role','subscriber','yes'),(52,'db_version','44719','yes'),(53,'uploads_use_yearmonth_folders','1','yes'),(54,'upload_path','','yes'),(55,'blog_public','1','yes'),(56,'default_link_category','2','yes'),(57,'show_on_front','page','yes'),(58,'tag_base','','yes'),(59,'show_avatars','1','yes'),(60,'avatar_rating','G','yes'),(61,'upload_url_path','','yes'),(62,'thumbnail_size_w','150','yes'),(63,'thumbnail_size_h','150','yes'),(64,'thumbnail_crop','1','yes'),(65,'medium_size_w','300','yes'),(66,'medium_size_h','300','yes'),(67,'avatar_default','mystery','yes'),(68,'large_size_w','1024','yes'),(69,'large_size_h','1024','yes'),(70,'image_default_link_type','file','yes'),(71,'image_default_size','','yes'),(72,'image_default_align','','yes'),(73,'close_comments_for_old_posts','0','yes'
 ),(74,'close_comments_days_old','14','yes'),(75,'thread_comments','1','yes'),(76,'thread_comments_depth','5','yes'),(77,'page_comments','0','yes'),(78,'comments_per_page','50','yes'),(79,'default_comments_page','newest','yes'),(80,'comment_order','asc','yes'),(81,'sticky_posts','a:0:{}','yes'),(82,'widget_categories','a:2:{i:3;a:4:{s:5:\"title\";s:10:\"Categories\";s:5:\"count\";i:0;s:12:\"hierarchical\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}','yes'),(83,'widget_text','a:0:{}','yes'),(84,'widget_rss','a:0:{}','yes'),(85,'uninstall_plugins','a:1:{s:33:\"classic-editor/classic-editor.php\";a:2:{i:0;s:14:\"Classic_Editor\";i:1;s:9:\"uninstall\";}}','no'),(86,'timezone_string','','yes'),(87,'page_for_posts','3791','yes'),(88,'page_on_front','3798','yes'),(89,'default_post_format','0','yes'),(90,'link_manager_enabled','0','yes'),(91,'wc_2_user_roles','a:10:{s:13:\"administrator\&
 quot;;a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:62:{s:13:\"switch_themes\";b:1;s:11:\"edit_themes\";b:1;s:16:\"activate_plugins\";b:1;s:12:\"edit_plugins\";b:1;s:10:\"edit_users\";b:1;s:10:\"edit_files\";b:1;s:14:\"manage_options\";b:1;s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:6:\"import\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:8:\"level_10\";b:1;s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4
 \";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:12:\"delete_users\";b:1;s:12:\"create_users\";b:1;s:17:\"unfiltered_upload\";b:1;s:14:\"edit_dashboard\";b:1;s:14:\"update_plugins\";b:1;s:14:\"delete_plugins\";b:1;s:15:\&quo
 t;install_plugins\";b:1;s:13:\"update_themes\";b:1;s:14:\"install_themes\";b:1;s:11:\"update_core\";b:1;s:10:\"list_users\";b:1;s:12:\"remove_users\";b:1;s:13:\"promote_users\";b:1;s:18:\"edit_theme_options\";b:1;s:13:\"delete_themes\";b:1;s:6:\"export\";b:1;s:14:\"edit_wordcamps\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:35:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_
 5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:14:\"edit_wordcamps\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:11:{s:12:\"upload_files\";b:1;s:10:\"ed
 it_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:14:\"edit_wordcamps\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:6:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:14:\"edit_wordcamps\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}s:13:\"bbp_keymaster\";a:2:{s:4:\"name\";s:9:\"Keymaster\";s:12:\"capabilities\";a:0:{}}s:13:\"bbp_spect
 ator\";a:2:{s:4:\"name\";s:9:\"Spectator\";s:12:\"capabilities\";a:0:{}}s:11:\"bbp_blocked\";a:2:{s:4:\"name\";s:7:\"Blocked\";s:12:\"capabilities\";a:0:{}}s:13:\"bbp_moderator\";a:2:{s:4:\"name\";s:9:\"Moderator\";s:12:\"capabilities\";a:0:{}}s:15:\"bbp_participant\";a:2:{s:4:\"name\";s:11:\"Participant\";s:12:\"capabilities\";a:0:{}}}','yes'),(92,'widget_search','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(93,'widget_recent-posts','a:3:{i:3;a:3:{s:5:\"title\";s:12:\"Recent Posts\";s:6:\"number\";i:5;s:9:\"show_date\";b:0;}i:4;a:3:{s:5:\"title\";s:12:\"Recent Posts\";s:6:\"number\";i:5;s:9:\"show_date\";b:0;}s:12:\"_multiwidget\";i:1;}','yes'),(94,'widget_recent-comments','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(95,'widge
 t_archives','a:2:{i:3;a:3:{s:5:\"title\";s:8:\"Archives\";s:5:\"count\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}','yes'),(96,'widget_meta','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(97,'sidebars_widgets','a:8:{s:19:\"wp_inactive_widgets\";a:0:{}s:19:\"primary-widget-area\";a:1:{i:0;s:14:\"recent-posts-3\";}s:24:\"first-footer-widget-area\";a:0:{}s:25:\"second-footer-widget-area\";a:0:{}s:24:\"third-footer-widget-area\";a:0:{}s:17:\"pages-widget-area\";a:1:{i:0;s:10:\"nav_menu-2\";}s:16:\"blog-widget-area\";a:3:{i:0;s:14:\"recent-posts-4\";i:1;s:12:\"categories-3\";i:2;s:10:\"archives-3\";}s:13:\"array_version\";i:3;}','yes'),(99,'WPLANG','','yes'),(100,'cron','a:28:{i:1561490260;a:1:{s:14:\"lsf_20_seconds\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\
 "schedule\";s:10:\"20-seconds\";s:4:\"args\";a:0:{}s:8:\"interval\";i:30;}}}i:1561490261;a:1:{s:14:\"lsf_10_seconds\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"10-seconds\";s:4:\"args\";a:0:{}s:8:\"interval\";i:10;}}}i:1561490262;a:1:{s:23:\"wordcamp_dev_10_seconds\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"10-seconds\";s:4:\"args\";a:0:{}s:8:\"interval\";i:10;}}}i:1561490271;a:1:{s:14:\"lsf_30_seconds\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"30-seconds\";s:4:\"args\";a:0:{}s:8:\"interval\";i:30;}}}i:1561490272;a:3:{s:23:\"wordcamp_dev_30_seconds\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"30-se
 conds\";s:4:\"args\";a:0:{}s:8:\"interval\";i:30;}}s:23:\"wordcamp_dev_60_seconds\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"60-seconds\";s:4:\"args\";a:0:{}s:8:\"interval\";i:60;}}s:23:\"wordcamp_dev_45_seconds\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"45-seconds\";s:4:\"args\";a:0:{}s:8:\"interval\";i:45;}}}i:1561490286;a:1:{s:14:\"lsf_45_seconds\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"45-seconds\";s:4:\"args\";a:0:{}s:8:\"interval\";i:45;}}}i:1561490301;a:1:{s:14:\"lsf_60_seconds\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"60-seconds\";s:4:\"args\";a:0:{}s:8:\"interval\";i:60;}}}
 i:1561490448;a:1:{s:31:\"tix_scheduled_every_ten_minutes\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:7:\"10-mins\";s:4:\"args\";a:0:{}s:8:\"interval\";i:600;}}}i:1561490552;a:1:{s:11:\"wp_cache_gc\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1561491078;a:1:{s:32:\"wcpt_close_wordcamps_after_event\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1561491302;a:1:{s:20:\"jetpack_clean_nonces\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1561491700;a:1:{s:30:\"tix_dashboard_scheduled_hourly\";a:1:{s:32:\"4
 0cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1561491964;a:1:{s:23:\"wccentral_cache_busters\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1561492197;a:1:{s:27:\"wordcamp_payments_aggregate\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1561492536;a:1:{s:25:\"wcqbo_prime_classes_cache\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1561492540;a:2:{s:34:\"wp_privacy_delete_old_export_files\";a:1:{s:32:\"40cd750bba9870f18
 aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}s:38:\"camptix_cache_all_attendees_shortcodes\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1561492560;a:1:{s:20:\"wp_maybe_auto_update\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1561505086;a:5:{s:16:\"wp_version_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:17:\"wp_update_plugins\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:
 \"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:16:\"wp_update_themes\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:21:\"update_network_counts\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:19:\"wp_scheduled_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1561506697;a:1:{s:22:\"wcor_send_timed_emails\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}
 i:1561506774;a:1:{s:30:\"wp_scheduled_auto_draft_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1561528248;a:1:{s:19:\"tix_scheduled_daily\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1561528540;a:2:{s:27:\"camptix_prime_tshirt_report\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:24:\"wcb_redact_paid_requests\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1561533452;a:1:{s:22:\"wp
 _https_support_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1561571732;a:1:{s:31:\"clear_error_rate_limiting_files\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1561571737;a:1:{s:16:\"wcsc_prime_sites\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1561571741;a:1:{s:29:\"send_invoice_pending_reminder\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1561576424;a:1:{s:24:\"grunion_scheduled_delet
 e\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}s:7:\"version\";i:2;}','yes'),(113,'jetpack_options','a:4:{s:7:\"version\";s:16:\"2.9.3:1397848105\";s:11:\"old_version\";s:16:\"2.9.1:1395445300\";s:28:\"fallback_no_verify_ssl_certs\";i:0;s:9:\"time_diff\";i:0;}','yes'),(114,'tggr_settings','a:4:{s:10:\"db_version\";s:3:\"0.4\";s:17:\"TGGRSourceTwitter\";a:4:{s:12:\"consumer_key\";s:0:\"\";s:15:\"consumer_secret\";s:0:\"\";s:13:\"_bearer_token\";s:0:\"\";s:16:\"_newest_tweet_id\";i:0;}s:19:\"TGGRSourceInstagram\";a:2:{s:9:\"client_id\";s:0:\"\";s:16:\"_newest_media_id\";i:0;}s:16:\"TGGRSourceFlickr\";a:2:{s:7:\"api_key\&quot
 ;;s:0:\"\";s:18:\"_newest_media_date\";i:0;}}','yes'),(115,'jetpack_activated','4','yes'),(121,'allowedthemes','a:2:{s:20:\"wordcamp-central-dev\";b:1;s:21:\"wordcamp-central-2012\";b:1;}','yes'),(123,'current_theme','WordCamp Central October 2012','yes'),(124,'theme_mods_wordcamp-central-2012','a:3:{i:0;b:0;s:18:\"nav_menu_locations\";a:1:{s:7:\"primary\";i:8;}s:18:\"custom_css_post_id\";i:-1;}','yes'),(125,'theme_switched','','yes'),(128,'recently_activated','a:0:{}','yes'),(131,'_bbp_private_forums','a:0:{}','yes'),(132,'_bbp_hidden_forums','a:0:{}','yes'),(133,'_bbp_db_version','250','yes'),(163,'wcorg_wordcamps_ical','a:2:{s:8:\"contents\";s:219:\"BEGIN:VCALENDAR\r\nVERSION:2.0\r\nPRODID:-//hacksw/handcal//NONSGML v1.0//EN\r\nBEGIN:VEVENT\r\nUID:6\r\nDTSTAMP:20141205T000000Z\r\nDTSTART;VALUE=DATE:20141205\r\nDTEND;VALUE=DATE:20141207\r\nSUMMARY:Content\r\nEND:VEVENT\r\nEND:VCALENDAR\";s:9:
 \"timestamp\";i:1396027094;}','no'),(175,'db_upgraded','1','yes'),(176,'camptix_dashboard_timestamp','1403227230','yes'),(177,'wccentral_photos','a:20:{i:0;a:25:{s:5:\"title\";s:8:\"DSC_0429\";s:3:\"url\";s:65:\"http://www.flickr.com/photos/sf09_puderbach_handball/21127287044/\";s:11:\"description\";s:341:\"                 <p><a href=\"http://www.flickr.com/people/sf09_puderbach_handball/\">sf09puderbachhandball</a> posted a photo:</p>\n  \n<p><a href=\"http://www.flickr.com/photos/sf09_puderbach_handball/21127287044/\" title=\"DSC_0429\"><img src=\"http://farm6.staticflickr.com/5749/21127287044_96f3ef9567_m.jpg\" width=\"240\" height=\"159\" alt=\"DSC_0429\" /></a></p>\n\n\";s:15:\"description_raw\";s:0:\"\";s:5:\"m_url\";s:63:\"http://farm6.staticflickr.com/5749/2112728
 7044_96f3ef9567_m.jpg\";s:5:\"t_url\";s:63:\"http://farm6.staticflickr.com/5749/21127287044_96f3ef9567_s.jpg\";s:5:\"l_url\";s:61:\"http://farm6.staticflickr.com/5749/21127287044_96f3ef9567.jpg\";s:9:\"photo_xml\";s:0:\"\";s:4:\"date\";s:10:\"1443342289\";s:10:\"date_taken\";s:25:\"2015-09-26T15:19:37-08:00\";s:15:\"date_taken_nice\";s:20:\"September 26th, 2015\";s:4:\"guid\";s:18:\"/photo/21127287044\";s:11:\"author_name\";s:21:\"sf09puderbachhandball\";s:10:\"author_url\";s:53:\"http://www.flickr.com/people/sf09_puderbach_handball/\";s:11:\"author_nsid\";s:13:\"127877235@N04\";s:11:\"author_icon\";s:88:\"http://farm3.staticflickr.com/2941/buddyicons/127877235@N04.jpg?1411207685#127877235@N04\";s:9:\"photo_url\";s:63:\"http://farm6.staticflickr.c
 om/5749/21127287044_96f3ef9567_b.jpg\";s:9:\"thumb_url\";s:63:\"http://farm6.staticflickr.com/5749/21127287044_96f3ef9567_s.jpg\";s:6:\"height\";s:3:\"678\";s:5:\"width\";s:4:\"1024\";s:7:\"l_width\";s:3:\"500\";s:4:\"tags\";s:13:\"neustadt wcsf\";s:5:\"tagsa\";a:2:{i:0;s:8:\"neustadt\";i:1;s:4:\"wcsf\";}s:10:\"photo_mime\";s:10:\"image/jpeg\";s:9:\"tags_list\";a:2:{i:0;s:8:\"neustadt\";i:1;s:4:\"wcsf\";}}i:1;a:25:{s:5:\"title\";s:8:\"DSC_0495\";s:3:\"url\";s:65:\"http://www.flickr.com/photos/sf09_puderbach_handball/21749032635/\";s:11:\"description\";s:341:\"                 <p><a href=\"http://www.flickr.com/people/sf09_puderbach_handball/\">sf09puderbachhandball</a> posted a photo:</p>\n  \n<p><a href=\"http://w
 ww.flickr.com/photos/sf09_puderbach_handball/21749032635/\" title=\"DSC_0495\"><img src=\"http://farm6.staticflickr.com/5795/21749032635_d740a8bcde_m.jpg\" width=\"240\" height=\"159\" alt=\"DSC_0495\" /></a></p>\n\n\";s:15:\"description_raw\";s:0:\"\";s:5:\"m_url\";s:63:\"http://farm6.staticflickr.com/5795/21749032635_d740a8bcde_m.jpg\";s:5:\"t_url\";s:63:\"http://farm6.staticflickr.com/5795/21749032635_d740a8bcde_s.jpg\";s:5:\"l_url\";s:61:\"http://farm6.staticflickr.com/5795/21749032635_d740a8bcde.jpg\";s:9:\"photo_xml\";s:0:\"\";s:4:\"date\";s:10:\"1443342313\";s:10:\"date_taken\";s:25:\"2015-09-26T16:05:43-08:00\";s:15:\"date_taken_nice\";s:20:\"September 26th, 2015\";s:4:\"guid\";s:18:\"/photo/21749032635\";s:11:\"a
 uthor_name\";s:21:\"sf09puderbachhandball\";s:10:\"author_url\";s:53:\"http://www.flickr.com/people/sf09_puderbach_handball/\";s:11:\"author_nsid\";s:13:\"127877235@N04\";s:11:\"author_icon\";s:88:\"http://farm3.staticflickr.com/2941/buddyicons/127877235@N04.jpg?1411207685#127877235@N04\";s:9:\"photo_url\";s:63:\"http://farm6.staticflickr.com/5795/21749032635_d740a8bcde_b.jpg\";s:9:\"thumb_url\";s:63:\"http://farm6.staticflickr.com/5795/21749032635_d740a8bcde_s.jpg\";s:6:\"height\";s:3:\"678\";s:5:\"width\";s:4:\"1024\";s:7:\"l_width\";s:3:\"500\";s:4:\"tags\";s:13:\"neustadt wcsf\";s:5:\"tagsa\";a:2:{i:0;s:8:\"neustadt\";i:1;s:4:\"wcsf\";}s:10:\"photo_mime\";s:10:\"image/jpeg\";s:9:\"tags_list\";a:2:{i:0;s:8:\"neustadt\";
 i:1;s:4:\"wcsf\";}}i:2;a:25:{s:5:\"title\";s:8:\"DSC_0482\";s:3:\"url\";s:65:\"http://www.flickr.com/photos/sf09_puderbach_handball/21737578032/\";s:11:\"description\";s:341:\"                      <p><a href=\"http://www.flickr.com/people/sf09_puderbach_handball/\">sf09puderbachhandball</a> posted a photo:</p>\n  \n<p><a href=\"http://www.flickr.com/photos/sf09_puderbach_handball/21737578032/\" title=\"DSC_0482\"><img src=\"http://farm6.staticflickr.com/5701/21737578032_8797b31832_m.jpg\" width=\"240\" height=\"159\" alt=\"DSC_0482\" /></a></p>\n\n\";s:15:\"description_raw\";s:0:\"\";s:5:\"m_url\";s:63:\"http://farm6.staticflickr.com/5701/21737578032_8797b31832_m.jpg\";s:5:\"t_url\";s:63:\"http://farm6.staticflickr.com/5701/21737578032_8797b31832_s.jpg\&quo
 t;;s:5:\"l_url\";s:61:\"http://farm6.staticflickr.com/5701/21737578032_8797b31832.jpg\";s:9:\"photo_xml\";s:0:\"\";s:4:\"date\";s:10:\"1443342309\";s:10:\"date_taken\";s:25:\"2015-09-26T15:59:22-08:00\";s:15:\"date_taken_nice\";s:20:\"September 26th, 2015\";s:4:\"guid\";s:18:\"/photo/21737578032\";s:11:\"author_name\";s:21:\"sf09puderbachhandball\";s:10:\"author_url\";s:53:\"http://www.flickr.com/people/sf09_puderbach_handball/\";s:11:\"author_nsid\";s:13:\"127877235@N04\";s:11:\"author_icon\";s:88:\"http://farm3.staticflickr.com/2941/buddyicons/127877235@N04.jpg?1411207685#127877235@N04\";s:9:\"photo_url\";s:63:\"http://farm6.staticflickr.com/5701/21737578032_8797b31832_b.jpg\";s:9:\"thumb_url\";s:63:\"http://farm6.staticflickr.com/5701/21737578032_87
 97b31832_s.jpg\";s:6:\"height\";s:3:\"678\";s:5:\"width\";s:4:\"1024\";s:7:\"l_width\";s:3:\"500\";s:4:\"tags\";s:13:\"neustadt wcsf\";s:5:\"tagsa\";a:2:{i:0;s:8:\"neustadt\";i:1;s:4:\"wcsf\";}s:10:\"photo_mime\";s:10:\"image/jpeg\";s:9:\"tags_list\";a:2:{i:0;s:8:\"neustadt\";i:1;s:4:\"wcsf\";}}i:3;a:25:{s:5:\"title\";s:8:\"DSC_0481\";s:3:\"url\";s:65:\"http://www.flickr.com/photos/sf09_puderbach_handball/21562353199/\";s:11:\"description\";s:340:\"                      <p><a href=\"http://www.flickr.com/people/sf09_puderbach_handball/\">sf09puderbachhandball</a> posted a photo:</p>\n  \n<p><a href=\"http://www.flickr.com/photos/sf09_puderbach_handball/21562353199/\" title=\"DSC_0481\"><img src=\"http://farm1.stat
 icflickr.com/652/21562353199_4a79178de8_m.jpg\" width=\"240\" height=\"159\" alt=\"DSC_0481\" /></a></p>\n\n\";s:15:\"description_raw\";s:0:\"\";s:5:\"m_url\";s:62:\"http://farm1.staticflickr.com/652/21562353199_4a79178de8_m.jpg\";s:5:\"t_url\";s:62:\"http://farm1.staticflickr.com/652/21562353199_4a79178de8_s.jpg\";s:5:\"l_url\";s:60:\"http://farm1.staticflickr.com/652/21562353199_4a79178de8.jpg\";s:9:\"photo_xml\";s:0:\"\";s:4:\"date\";s:10:\"1443342309\";s:10:\"date_taken\";s:25:\"2015-09-26T15:59:21-08:00\";s:15:\"date_taken_nice\";s:20:\"September 26th, 2015\";s:4:\"guid\";s:18:\"/photo/21562353199\";s:11:\"author_name\";s:21:\"sf09puderbachhandball\";s:10:\"author_url\";s:53:\"http://www.flickr.com/people/sf09_pu
 derbach_handball/\";s:11:\"author_nsid\";s:13:\"127877235@N04\";s:11:\"author_icon\";s:88:\"http://farm3.staticflickr.com/2941/buddyicons/127877235@N04.jpg?1411207685#127877235@N04\";s:9:\"photo_url\";s:62:\"http://farm1.staticflickr.com/652/21562353199_4a79178de8_b.jpg\";s:9:\"thumb_url\";s:62:\"http://farm1.staticflickr.com/652/21562353199_4a79178de8_s.jpg\";s:6:\"height\";s:3:\"678\";s:5:\"width\";s:4:\"1024\";s:7:\"l_width\";s:3:\"500\";s:4:\"tags\";s:13:\"neustadt wcsf\";s:5:\"tagsa\";a:2:{i:0;s:8:\"neustadt\";i:1;s:4:\"wcsf\";}s:10:\"photo_mime\";s:10:\"image/jpeg\";s:9:\"tags_list\";a:2:{i:0;s:8:\"neustadt\";i:1;s:4:\"wcsf\";}}i:4;a:25:{s:5:\"title\";s:8:\"DSC_0411\";s:3:\"url\";s:65:\"http://www.flic
 kr.com/photos/sf09_puderbach_handball/21759569031/\";s:11:\"description\";s:340:\"                 <p><a href=\"http://www.flickr.com/people/sf09_puderbach_handball/\">sf09puderbachhandball</a> posted a photo:</p>\n  \n<p><a href=\"http://www.flickr.com/photos/sf09_puderbach_handball/21759569031/\" title=\"DSC_0411\"><img src=\"http://farm1.staticflickr.com/677/21759569031_9f734e9ea0_m.jpg\" width=\"240\" height=\"159\" alt=\"DSC_0411\" /></a></p>\n\n\";s:15:\"description_raw\";s:0:\"\";s:5:\"m_url\";s:62:\"http://farm1.staticflickr.com/677/21759569031_9f734e9ea0_m.jpg\";s:5:\"t_url\";s:62:\"http://farm1.staticflickr.com/677/21759569031_9f734e9ea0_s.jpg\";s:5:\"l_url\";s:60:\"http://farm1.staticflickr.com/677/21759569031_9f734e9ea0.jpg\";s:9:\"photo_xml\";s:0:\&q
 uot;\";s:4:\"date\";s:10:\"1443342284\";s:10:\"date_taken\";s:25:\"2015-09-26T15:11:13-08:00\";s:15:\"date_taken_nice\";s:20:\"September 26th, 2015\";s:4:\"guid\";s:18:\"/photo/21759569031\";s:11:\"author_name\";s:21:\"sf09puderbachhandball\";s:10:\"author_url\";s:53:\"http://www.flickr.com/people/sf09_puderbach_handball/\";s:11:\"author_nsid\";s:13:\"127877235@N04\";s:11:\"author_icon\";s:88:\"http://farm3.staticflickr.com/2941/buddyicons/127877235@N04.jpg?1411207685#127877235@N04\";s:9:\"photo_url\";s:62:\"http://farm1.staticflickr.com/677/21759569031_9f734e9ea0_b.jpg\";s:9:\"thumb_url\";s:62:\"http://farm1.staticflickr.com/677/21759569031_9f734e9ea0_s.jpg\";s:6:\"height\";s:3:\"678\";s:5:\"width\";s:4:\"1024\";s:7:\"l_width\";s:3
 :\"500\";s:4:\"tags\";s:13:\"neustadt wcsf\";s:5:\"tagsa\";a:2:{i:0;s:8:\"neustadt\";i:1;s:4:\"wcsf\";}s:10:\"photo_mime\";s:10:\"image/jpeg\";s:9:\"tags_list\";a:2:{i:0;s:8:\"neustadt\";i:1;s:4:\"wcsf\";}}i:5;a:25:{s:5:\"title\";s:8:\"DSC_0494\";s:3:\"url\";s:65:\"http://www.flickr.com/photos/sf09_puderbach_handball/21562194799/\";s:11:\"description\";s:340:\"                       <p><a href=\"http://www.flickr.com/people/sf09_puderbach_handball/\">sf09puderbachhandball</a> posted a photo:</p>\n  \n<p><a href=\"http://www.flickr.com/photos/sf09_puderbach_handball/21562194799/\" title=\"DSC_0494\"><img src=\"http://farm1.staticflickr.com/727/21562194799_04a51b717d_m.jpg\" width=\"240\" height=\"159\" alt=\"DSC_0494\" /></a>&
 lt;/p>\n\n\";s:15:\"description_raw\";s:0:\"\";s:5:\"m_url\";s:62:\"http://farm1.staticflickr.com/727/21562194799_04a51b717d_m.jpg\";s:5:\"t_url\";s:62:\"http://farm1.staticflickr.com/727/21562194799_04a51b717d_s.jpg\";s:5:\"l_url\";s:60:\"http://farm1.staticflickr.com/727/21562194799_04a51b717d.jpg\";s:9:\"photo_xml\";s:0:\"\";s:4:\"date\";s:10:\"1443342313\";s:10:\"date_taken\";s:25:\"2015-09-26T16:05:42-08:00\";s:15:\"date_taken_nice\";s:20:\"September 26th, 2015\";s:4:\"guid\";s:18:\"/photo/21562194799\";s:11:\"author_name\";s:21:\"sf09puderbachhandball\";s:10:\"author_url\";s:53:\"http://www.flickr.com/people/sf09_puderbach_handball/\";s:11:\"author_nsid\";s:13:\"127877235@N04\";s:11:\"author_icon\";s:88:\"http://farm3.
 staticflickr.com/2941/buddyicons/127877235@N04.jpg?1411207685#127877235@N04\";s:9:\"photo_url\";s:62:\"http://farm1.staticflickr.com/727/21562194799_04a51b717d_b.jpg\";s:9:\"thumb_url\";s:62:\"http://farm1.staticflickr.com/727/21562194799_04a51b717d_s.jpg\";s:6:\"height\";s:3:\"678\";s:5:\"width\";s:4:\"1024\";s:7:\"l_width\";s:3:\"500\";s:4:\"tags\";s:13:\"neustadt wcsf\";s:5:\"tagsa\";a:2:{i:0;s:8:\"neustadt\";i:1;s:4:\"wcsf\";}s:10:\"photo_mime\";s:10:\"image/jpeg\";s:9:\"tags_list\";a:2:{i:0;s:8:\"neustadt\";i:1;s:4:\"wcsf\";}}i:6;a:25:{s:5:\"title\";s:8:\"DSC_0437\";s:3:\"url\";s:65:\"http://www.flickr.com/photos/sf09_puderbach_handball/21563025369/\";s:11:\"description\";s:340:\"                     <p><a href=\"http://www.fl
 ickr.com/people/sf09_puderbach_handball/\">sf09puderbachhandball</a> posted a photo:</p>\n \n<p><a href=\"http://www.flickr.com/photos/sf09_puderbach_handball/21563025369/\" title=\"DSC_0437\"><img src=\"http://farm1.staticflickr.com/746/21563025369_836eb15b75_m.jpg\" width=\"240\" height=\"159\" alt=\"DSC_0437\" /></a></p>\n\n\";s:15:\"description_raw\";s:0:\"\";s:5:\"m_url\";s:62:\"http://farm1.staticflickr.com/746/21563025369_836eb15b75_m.jpg\";s:5:\"t_url\";s:62:\"http://farm1.staticflickr.com/746/21563025369_836eb15b75_s.jpg\";s:5:\"l_url\";s:60:\"http://farm1.staticflickr.com/746/21563025369_836eb15b75.jpg\";s:9:\"photo_xml\";s:0:\"\";s:4:\"date\";s:10:\"1443342291\";s:10:\"date_taken\";s:25:\"2015-09-26T15:22:38-08:00\";s:15:
 \"date_taken_nice\";s:20:\"September 26th, 2015\";s:4:\"guid\";s:18:\"/photo/21563025369\";s:11:\"author_name\";s:21:\"sf09puderbachhandball\";s:10:\"author_url\";s:53:\"http://www.flickr.com/people/sf09_puderbach_handball/\";s:11:\"author_nsid\";s:13:\"127877235@N04\";s:11:\"author_icon\";s:88:\"http://farm3.staticflickr.com/2941/buddyicons/127877235@N04.jpg?1411207685#127877235@N04\";s:9:\"photo_url\";s:62:\"http://farm1.staticflickr.com/746/21563025369_836eb15b75_b.jpg\";s:9:\"thumb_url\";s:62:\"http://farm1.staticflickr.com/746/21563025369_836eb15b75_s.jpg\";s:6:\"height\";s:3:\"678\";s:5:\"width\";s:4:\"1024\";s:7:\"l_width\";s:3:\"500\";s:4:\"tags\";s:13:\"neustadt wcsf\";s:5:\"tagsa\";a:2:{i:0;s:8:\"neustadt\";i:1;s:4:\&
 quot;wcsf\";}s:10:\"photo_mime\";s:10:\"image/jpeg\";s:9:\"tags_list\";a:2:{i:0;s:8:\"neustadt\";i:1;s:4:\"wcsf\";}}i:7;a:25:{s:5:\"title\";s:8:\"DSC_0431\";s:3:\"url\";s:65:\"http://www.flickr.com/photos/sf09_puderbach_handball/21563120939/\";s:11:\"description\";s:341:\"                        <p><a href=\"http://www.flickr.com/people/sf09_puderbach_handball/\">sf09puderbachhandball</a> posted a photo:</p>\n  \n<p><a href=\"http://www.flickr.com/photos/sf09_puderbach_handball/21563120939/\" title=\"DSC_0431\"><img src=\"http://farm6.staticflickr.com/5785/21563120939_0c6dae84b8_m.jpg\" width=\"240\" height=\"159\" alt=\"DSC_0431\" /></a></p>\n\n\";s:15:\"description_raw\";s:0:\"\";s:5:\"m_url\";s:63:\"http://farm6.staticflickr.com/578
 5/21563120939_0c6dae84b8_m.jpg\";s:5:\"t_url\";s:63:\"http://farm6.staticflickr.com/5785/21563120939_0c6dae84b8_s.jpg\";s:5:\"l_url\";s:61:\"http://farm6.staticflickr.com/5785/21563120939_0c6dae84b8.jpg\";s:9:\"photo_xml\";s:0:\"\";s:4:\"date\";s:10:\"1443342289\";s:10:\"date_taken\";s:25:\"2015-09-26T15:19:37-08:00\";s:15:\"date_taken_nice\";s:20:\"September 26th, 2015\";s:4:\"guid\";s:18:\"/photo/21563120939\";s:11:\"author_name\";s:21:\"sf09puderbachhandball\";s:10:\"author_url\";s:53:\"http://www.flickr.com/people/sf09_puderbach_handball/\";s:11:\"author_nsid\";s:13:\"127877235@N04\";s:11:\"author_icon\";s:88:\"http://farm3.staticflickr.com/2941/buddyicons/127877235@N04.jpg?1411207685#127877235@N04\";s:9:\"photo_url\";s:63:\"http://farm6.stati
 cflickr.com/5785/21563120939_0c6dae84b8_b.jpg\";s:9:\"thumb_url\";s:63:\"http://farm6.staticflickr.com/5785/21563120939_0c6dae84b8_s.jpg\";s:6:\"height\";s:3:\"678\";s:5:\"width\";s:4:\"1024\";s:7:\"l_width\";s:3:\"500\";s:4:\"tags\";s:13:\"neustadt wcsf\";s:5:\"tagsa\";a:2:{i:0;s:8:\"neustadt\";i:1;s:4:\"wcsf\";}s:10:\"photo_mime\";s:10:\"image/jpeg\";s:9:\"tags_list\";a:2:{i:0;s:8:\"neustadt\";i:1;s:4:\"wcsf\";}}i:8;a:25:{s:5:\"title\";s:8:\"DSC_0413\";s:3:\"url\";s:65:\"http://www.flickr.com/photos/sf09_puderbach_handball/21563303549/\";s:11:\"description\";s:340:\"                        <p><a href=\"http://www.flickr.com/people/sf09_puderbach_handball/\">sf09puderbachhandball</a> posted a photo:</p>\n  \n<p><a href=\&quot
 ;http://www.flickr.com/photos/sf09_puderbach_handball/21563303549/\" title=\"DSC_0413\"><img src=\"http://farm1.staticflickr.com/568/21563303549_38ae4ecd64_m.jpg\" width=\"240\" height=\"159\" alt=\"DSC_0413\" /></a></p>\n\n\";s:15:\"description_raw\";s:0:\"\";s:5:\"m_url\";s:62:\"http://farm1.staticflickr.com/568/21563303549_38ae4ecd64_m.jpg\";s:5:\"t_url\";s:62:\"http://farm1.staticflickr.com/568/21563303549_38ae4ecd64_s.jpg\";s:5:\"l_url\";s:60:\"http://farm1.staticflickr.com/568/21563303549_38ae4ecd64.jpg\";s:9:\"photo_xml\";s:0:\"\";s:4:\"date\";s:10:\"1443342285\";s:10:\"date_taken\";s:25:\"2015-09-26T15:11:42-08:00\";s:15:\"date_taken_nice\";s:20:\"September 26th, 2015\";s:4:\"guid\";s:18:\"/photo/21563303549\";s:11:\&q
 uot;author_name\";s:21:\"sf09puderbachhandball\";s:10:\"author_url\";s:53:\"http://www.flickr.com/people/sf09_puderbach_handball/\";s:11:\"author_nsid\";s:13:\"127877235@N04\";s:11:\"author_icon\";s:88:\"http://farm3.staticflickr.com/2941/buddyicons/127877235@N04.jpg?1411207685#127877235@N04\";s:9:\"photo_url\";s:62:\"http://farm1.staticflickr.com/568/21563303549_38ae4ecd64_b.jpg\";s:9:\"thumb_url\";s:62:\"http://farm1.staticflickr.com/568/21563303549_38ae4ecd64_s.jpg\";s:6:\"height\";s:3:\"678\";s:5:\"width\";s:4:\"1024\";s:7:\"l_width\";s:3:\"500\";s:4:\"tags\";s:13:\"neustadt wcsf\";s:5:\"tagsa\";a:2:{i:0;s:8:\"neustadt\";i:1;s:4:\"wcsf\";}s:10:\"photo_mime\";s:10:\"image/jpeg\";s:9:\"tags_list\";a:2:{i:0;s:8:\"neustadt\&quo
 t;;i:1;s:4:\"wcsf\";}}i:9;a:25:{s:5:\"title\";s:8:\"DSC_0439\";s:3:\"url\";s:65:\"http://www.flickr.com/photos/sf09_puderbach_handball/21723753656/\";s:11:\"description\";s:341:\"                   <p><a href=\"http://www.flickr.com/people/sf09_puderbach_handball/\">sf09puderbachhandball</a> posted a photo:</p>\n  \n<p><a href=\"http://www.flickr.com/photos/sf09_puderbach_handball/21723753656/\" title=\"DSC_0439\"><img src=\"http://farm6.staticflickr.com/5725/21723753656_1c071ea45d_m.jpg\" width=\"240\" height=\"159\" alt=\"DSC_0439\" /></a></p>\n\n\";s:15:\"description_raw\";s:0:\"\";s:5:\"m_url\";s:63:\"http://farm6.staticflickr.com/5725/21723753656_1c071ea45d_m.jpg\";s:5:\"t_url\";s:63:\"http://farm6.staticflickr.com/5725/21723753656_1c071ea45d_s.jpg\&
 quot;;s:5:\"l_url\";s:61:\"http://farm6.staticflickr.com/5725/21723753656_1c071ea45d.jpg\";s:9:\"photo_xml\";s:0:\"\";s:4:\"date\";s:10:\"1443342292\";s:10:\"date_taken\";s:25:\"2015-09-26T15:22:39-08:00\";s:15:\"date_taken_nice\";s:20:\"September 26th, 2015\";s:4:\"guid\";s:18:\"/photo/21723753656\";s:11:\"author_name\";s:21:\"sf09puderbachhandball\";s:10:\"author_url\";s:53:\"http://www.flickr.com/people/sf09_puderbach_handball/\";s:11:\"author_nsid\";s:13:\"127877235@N04\";s:11:\"author_icon\";s:88:\"http://farm3.staticflickr.com/2941/buddyicons/127877235@N04.jpg?1411207685#127877235@N04\";s:9:\"photo_url\";s:63:\"http://farm6.staticflickr.com/5725/21723753656_1c071ea45d_b.jpg\";s:9:\"thumb_url\";s:63:\"http://farm6.staticflickr.com/5725/21723753656
 _1c071ea45d_s.jpg\";s:6:\"height\";s:3:\"678\";s:5:\"width\";s:4:\"1024\";s:7:\"l_width\";s:3:\"500\";s:4:\"tags\";s:13:\"neustadt wcsf\";s:5:\"tagsa\";a:2:{i:0;s:8:\"neustadt\";i:1;s:4:\"wcsf\";}s:10:\"photo_mime\";s:10:\"image/jpeg\";s:9:\"tags_list\";a:2:{i:0;s:8:\"neustadt\";i:1;s:4:\"wcsf\";}}i:10;a:25:{s:5:\"title\";s:8:\"DSC_0447\";s:3:\"url\";s:65:\"http://www.flickr.com/photos/sf09_puderbach_handball/21128713533/\";s:11:\"description\";s:340:\"                  <p><a href=\"http://www.flickr.com/people/sf09_puderbach_handball/\">sf09puderbachhandball</a> posted a photo:</p>\n  \n<p><a href=\"http://www.flickr.com/photos/sf09_puderbach_handball/21128713533/\" title=\"DSC_0447\"><img src=\"http://farm1.
 staticflickr.com/707/21128713533_b6398fbc77_m.jpg\" width=\"240\" height=\"159\" alt=\"DSC_0447\" /></a></p>\n\n\";s:15:\"description_raw\";s:0:\"\";s:5:\"m_url\";s:62:\"http://farm1.staticflickr.com/707/21128713533_b6398fbc77_m.jpg\";s:5:\"t_url\";s:62:\"http://farm1.staticflickr.com/707/21128713533_b6398fbc77_s.jpg\";s:5:\"l_url\";s:60:\"http://farm1.staticflickr.com/707/21128713533_b6398fbc77.jpg\";s:9:\"photo_xml\";s:0:\"\";s:4:\"date\";s:10:\"1443342295\";s:10:\"date_taken\";s:25:\"2015-09-26T15:24:35-08:00\";s:15:\"date_taken_nice\";s:20:\"September 26th, 2015\";s:4:\"guid\";s:18:\"/photo/21128713533\";s:11:\"author_name\";s:21:\"sf09puderbachhandball\";s:10:\"author_url\";s:53:\"http://www.flickr.com/people/sf0
 9_puderbach_handball/\";s:11:\"author_nsid\";s:13:\"127877235@N04\";s:11:\"author_icon\";s:88:\"http://farm3.staticflickr.com/2941/buddyicons/127877235@N04.jpg?1411207685#127877235@N04\";s:9:\"photo_url\";s:62:\"http://farm1.staticflickr.com/707/21128713533_b6398fbc77_b.jpg\";s:9:\"thumb_url\";s:62:\"http://farm1.staticflickr.com/707/21128713533_b6398fbc77_s.jpg\";s:6:\"height\";s:3:\"678\";s:5:\"width\";s:4:\"1024\";s:7:\"l_width\";s:3:\"500\";s:4:\"tags\";s:13:\"neustadt wcsf\";s:5:\"tagsa\";a:2:{i:0;s:8:\"neustadt\";i:1;s:4:\"wcsf\";}s:10:\"photo_mime\";s:10:\"image/jpeg\";s:9:\"tags_list\";a:2:{i:0;s:8:\"neustadt\";i:1;s:4:\"wcsf\";}}i:11;a:25:{s:5:\"title\";s:8:\"DSC_0436\";s:3:\"url\";s:65:\"http://www
 .flickr.com/photos/sf09_puderbach_handball/21561916160/\";s:11:\"description\";s:340:\"                    <p><a href=\"http://www.flickr.com/people/sf09_puderbach_handball/\">sf09puderbachhandball</a> posted a photo:</p>\n  \n<p><a href=\"http://www.flickr.com/photos/sf09_puderbach_handball/21561916160/\" title=\"DSC_0436\"><img src=\"http://farm1.staticflickr.com/768/21561916160_536b2c5301_m.jpg\" width=\"240\" height=\"159\" alt=\"DSC_0436\" /></a></p>\n\n\";s:15:\"description_raw\";s:0:\"\";s:5:\"m_url\";s:62:\"http://farm1.staticflickr.com/768/21561916160_536b2c5301_m.jpg\";s:5:\"t_url\";s:62:\"http://farm1.staticflickr.com/768/21561916160_536b2c5301_s.jpg\";s:5:\"l_url\";s:60:\"http://farm1.staticflickr.com/768/21561916160_536b2c5301.jpg\";s:9:\"photo_xml\";s:
 0:\"\";s:4:\"date\";s:10:\"1443342291\";s:10:\"date_taken\";s:25:\"2015-09-26T15:22:20-08:00\";s:15:\"date_taken_nice\";s:20:\"September 26th, 2015\";s:4:\"guid\";s:18:\"/photo/21561916160\";s:11:\"author_name\";s:21:\"sf09puderbachhandball\";s:10:\"author_url\";s:53:\"http://www.flickr.com/people/sf09_puderbach_handball/\";s:11:\"author_nsid\";s:13:\"127877235@N04\";s:11:\"author_icon\";s:88:\"http://farm3.staticflickr.com/2941/buddyicons/127877235@N04.jpg?1411207685#127877235@N04\";s:9:\"photo_url\";s:62:\"http://farm1.staticflickr.com/768/21561916160_536b2c5301_b.jpg\";s:9:\"thumb_url\";s:62:\"http://farm1.staticflickr.com/768/21561916160_536b2c5301_s.jpg\";s:6:\"height\";s:3:\"678\";s:5:\"width\";s:4:\"1024\";s:7:\"l_width\&quot
 ;;s:3:\"500\";s:4:\"tags\";s:13:\"neustadt wcsf\";s:5:\"tagsa\";a:2:{i:0;s:8:\"neustadt\";i:1;s:4:\"wcsf\";}s:10:\"photo_mime\";s:10:\"image/jpeg\";s:9:\"tags_list\";a:2:{i:0;s:8:\"neustadt\";i:1;s:4:\"wcsf\";}}i:12;a:25:{s:5:\"title\";s:8:\"DSC_0442\";s:3:\"url\";s:65:\"http://www.flickr.com/photos/sf09_puderbach_handball/21738208352/\";s:11:\"description\";s:341:\"                 <p><a href=\"http://www.flickr.com/people/sf09_puderbach_handball/\">sf09puderbachhandball</a> posted a photo:</p>\n  \n<p><a href=\"http://www.flickr.com/photos/sf09_puderbach_handball/21738208352/\" title=\"DSC_0442\"><img src=\"http://farm6.staticflickr.com/5742/21738208352_ecc71a3d3b_m.jpg\" width=\"240\" height=\"159\" alt=\"DSC_0442\" /><
 /a></p>\n\n\";s:15:\"description_raw\";s:0:\"\";s:5:\"m_url\";s:63:\"http://farm6.staticflickr.com/5742/21738208352_ecc71a3d3b_m.jpg\";s:5:\"t_url\";s:63:\"http://farm6.staticflickr.com/5742/21738208352_ecc71a3d3b_s.jpg\";s:5:\"l_url\";s:61:\"http://farm6.staticflickr.com/5742/21738208352_ecc71a3d3b.jpg\";s:9:\"photo_xml\";s:0:\"\";s:4:\"date\";s:10:\"1443342292\";s:10:\"date_taken\";s:25:\"2015-09-26T15:22:40-08:00\";s:15:\"date_taken_nice\";s:20:\"September 26th, 2015\";s:4:\"guid\";s:18:\"/photo/21738208352\";s:11:\"author_name\";s:21:\"sf09puderbachhandball\";s:10:\"author_url\";s:53:\"http://www.flickr.com/people/sf09_puderbach_handball/\";s:11:\"author_nsid\";s:13:\"127877235@N04\";s:11:\"author_icon\";s:88:\"htt
 p://farm3.staticflickr.com/2941/buddyicons/127877235@N04.jpg?1411207685#127877235@N04\";s:9:\"photo_url\";s:63:\"http://farm6.staticflickr.com/5742/21738208352_ecc71a3d3b_b.jpg\";s:9:\"thumb_url\";s:63:\"http://farm6.staticflickr.com/5742/21738208352_ecc71a3d3b_s.jpg\";s:6:\"height\";s:3:\"678\";s:5:\"width\";s:4:\"1024\";s:7:\"l_width\";s:3:\"500\";s:4:\"tags\";s:13:\"neustadt wcsf\";s:5:\"tagsa\";a:2:{i:0;s:8:\"neustadt\";i:1;s:4:\"wcsf\";}s:10:\"photo_mime\";s:10:\"image/jpeg\";s:9:\"tags_list\";a:2:{i:0;s:8:\"neustadt\";i:1;s:4:\"wcsf\";}}i:13;a:25:{s:5:\"title\";s:8:\"DSC_0427\";s:3:\"url\";s:65:\"http://www.flickr.com/photos/sf09_puderbach_handball/21562186988/\";s:11:\"description\";s:340:\"                        <p><a href=\"
 http://www.flickr.com/people/sf09_puderbach_handball/\">sf09puderbachhandball</a> posted a photo:</p>\n    \n<p><a href=\"http://www.flickr.com/photos/sf09_puderbach_handball/21562186988/\" title=\"DSC_0427\"><img src=\"http://farm1.staticflickr.com/734/21562186988_9616dd25ac_m.jpg\" width=\"240\" height=\"159\" alt=\"DSC_0427\" /></a></p>\n\n\";s:15:\"description_raw\";s:0:\"\";s:5:\"m_url\";s:62:\"http://farm1.staticflickr.com/734/21562186988_9616dd25ac_m.jpg\";s:5:\"t_url\";s:62:\"http://farm1.staticflickr.com/734/21562186988_9616dd25ac_s.jpg\";s:5:\"l_url\";s:60:\"http://farm1.staticflickr.com/734/21562186988_9616dd25ac.jpg\";s:9:\"photo_xml\";s:0:\"\";s:4:\"date\";s:10:\"1443342288\";s:10:\"date_taken\";s:25:\"2015-09-26T15:19:36-08:00
 \";s:15:\"date_taken_nice\";s:20:\"September 26th, 2015\";s:4:\"guid\";s:18:\"/photo/21562186988\";s:11:\"author_name\";s:21:\"sf09puderbachhandball\";s:10:\"author_url\";s:53:\"http://www.flickr.com/people/sf09_puderbach_handball/\";s:11:\"author_nsid\";s:13:\"127877235@N04\";s:11:\"author_icon\";s:88:\"http://farm3.staticflickr.com/2941/buddyicons/127877235@N04.jpg?1411207685#127877235@N04\";s:9:\"photo_url\";s:62:\"http://farm1.staticflickr.com/734/21562186988_9616dd25ac_b.jpg\";s:9:\"thumb_url\";s:62:\"http://farm1.staticflickr.com/734/21562186988_9616dd25ac_s.jpg\";s:6:\"height\";s:3:\"678\";s:5:\"width\";s:4:\"1024\";s:7:\"l_width\";s:3:\"500\";s:4:\"tags\";s:13:\"neustadt wcsf\";s:5:\"tagsa\";a:2:{i:0;s:8:\"neustadt\&quo
 t;;i:1;s:4:\"wcsf\";}s:10:\"photo_mime\";s:10:\"image/jpeg\";s:9:\"tags_list\";a:2:{i:0;s:8:\"neustadt\";i:1;s:4:\"wcsf\";}}i:14;a:25:{s:5:\"title\";s:8:\"DSC_0496\";s:3:\"url\";s:65:\"http://www.flickr.com/photos/sf09_puderbach_handball/21562156429/\";s:11:\"description\";s:340:\"                  <p><a href=\"http://www.flickr.com/people/sf09_puderbach_handball/\">sf09puderbachhandball</a> posted a photo:</p>\n  \n<p><a href=\"http://www.flickr.com/photos/sf09_puderbach_handball/21562156429/\" title=\"DSC_0496\"><img src=\"http://farm1.staticflickr.com/591/21562156429_e330497bdd_m.jpg\" width=\"240\" height=\"159\" alt=\"DSC_0496\" /></a></p>\n\n\";s:15:\"description_raw\";s:0:\"\";s:5:\"m_url\";s:62:\"http://farm1.staticf
 lickr.com/591/21562156429_e330497bdd_m.jpg\";s:5:\"t_url\";s:62:\"http://farm1.staticflickr.com/591/21562156429_e330497bdd_s.jpg\";s:5:\"l_url\";s:60:\"http://farm1.staticflickr.com/591/21562156429_e330497bdd.jpg\";s:9:\"photo_xml\";s:0:\"\";s:4:\"date\";s:10:\"1443342314\";s:10:\"date_taken\";s:25:\"2015-09-26T16:05:44-08:00\";s:15:\"date_taken_nice\";s:20:\"September 26th, 2015\";s:4:\"guid\";s:18:\"/photo/21562156429\";s:11:\"author_name\";s:21:\"sf09puderbachhandball\";s:10:\"author_url\";s:53:\"http://www.flickr.com/people/sf09_puderbach_handball/\";s:11:\"author_nsid\";s:13:\"127877235@N04\";s:11:\"author_icon\";s:88:\"http://farm3.staticflickr.com/2941/buddyicons/127877235@N04.jpg?1411207685#127877235@N04\";s:9:\"photo_url\";s:62:\"http://f
 arm1.staticflickr.com/591/21562156429_e330497bdd_b.jpg\";s:9:\"thumb_url\";s:62:\"http://farm1.staticflickr.com/591/21562156429_e330497bdd_s.jpg\";s:6:\"height\";s:3:\"678\";s:5:\"width\";s:4:\"1024\";s:7:\"l_width\";s:3:\"500\";s:4:\"tags\";s:13:\"neustadt wcsf\";s:5:\"tagsa\";a:2:{i:0;s:8:\"neustadt\";i:1;s:4:\"wcsf\";}s:10:\"photo_mime\";s:10:\"image/jpeg\";s:9:\"tags_list\";a:2:{i:0;s:8:\"neustadt\";i:1;s:4:\"wcsf\";}}i:15;a:25:{s:5:\"title\";s:8:\"DSC_0454\";s:3:\"url\";s:65:\"http://www.flickr.com/photos/sf09_puderbach_handball/21723516796/\";s:11:\"description\";s:340:\"                       <p><a href=\"http://www.flickr.com/people/sf09_puderbach_handball/\">sf09puderbachhandball</a> posted a photo:</p>\n  \n<p><a hr
 ef=\"http://www.flickr.com/photos/sf09_puderbach_handball/21723516796/\" title=\"DSC_0454\"><img src=\"http://farm1.staticflickr.com/745/21723516796_bef649979b_m.jpg\" width=\"240\" height=\"159\" alt=\"DSC_0454\" /></a></p>\n\n\";s:15:\"description_raw\";s:0:\"\";s:5:\"m_url\";s:62:\"http://farm1.staticflickr.com/745/21723516796_bef649979b_m.jpg\";s:5:\"t_url\";s:62:\"http://farm1.staticflickr.com/745/21723516796_bef649979b_s.jpg\";s:5:\"l_url\";s:60:\"http://farm1.staticflickr.com/745/21723516796_bef649979b.jpg\";s:9:\"photo_xml\";s:0:\"\";s:4:\"date\";s:10:\"1443342298\";s:10:\"date_taken\";s:25:\"2015-09-26T15:25:34-08:00\";s:15:\"date_taken_nice\";s:20:\"September 26th, 2015\";s:4:\"guid\";s:18:\"/photo/21723516796\"
 ;s:11:\"author_name\";s:21:\"sf09puderbachhandball\";s:10:\"author_url\";s:53:\"http://www.flickr.com/people/sf09_puderbach_handball/\";s:11:\"author_nsid\";s:13:\"127877235@N04\";s:11:\"author_icon\";s:88:\"http://farm3.staticflickr.com/2941/buddyicons/127877235@N04.jpg?1411207685#127877235@N04\";s:9:\"photo_url\";s:62:\"http://farm1.staticflickr.com/745/21723516796_bef649979b_b.jpg\";s:9:\"thumb_url\";s:62:\"http://farm1.staticflickr.com/745/21723516796_bef649979b_s.jpg\";s:6:\"height\";s:3:\"678\";s:5:\"width\";s:4:\"1024\";s:7:\"l_width\";s:3:\"500\";s:4:\"tags\";s:13:\"neustadt wcsf\";s:5:\"tagsa\";a:2:{i:0;s:8:\"neustadt\";i:1;s:4:\"wcsf\";}s:10:\"photo_mime\";s:10:\"image/jpeg\";s:9:\"tags_list\";a:2:{i:0;s:8:\"neus
 tadt\";i:1;s:4:\"wcsf\";}}i:16;a:25:{s:5:\"title\";s:8:\"DSC_0464\";s:3:\"url\";s:65:\"http://www.flickr.com/photos/sf09_puderbach_handball/21562561849/\";s:11:\"description\";s:340:\"                 <p><a href=\"http://www.flickr.com/people/sf09_puderbach_handball/\">sf09puderbachhandball</a> posted a photo:</p>\n  \n<p><a href=\"http://www.flickr.com/photos/sf09_puderbach_handball/21562561849/\" title=\"DSC_0464\"><img src=\"http://farm1.staticflickr.com/594/21562561849_45cfe2c0e7_m.jpg\" width=\"240\" height=\"159\" alt=\"DSC_0464\" /></a></p>\n\n\";s:15:\"description_raw\";s:0:\"\";s:5:\"m_url\";s:62:\"http://farm1.staticflickr.com/594/21562561849_45cfe2c0e7_m.jpg\";s:5:\"t_url\";s:62:\"http://farm1.staticflickr.com/594/21562561849_45cfe2c0e7_
 s.jpg\";s:5:\"l_url\";s:60:\"http://farm1.staticflickr.com/594/21562561849_45cfe2c0e7.jpg\";s:9:\"photo_xml\";s:0:\"\";s:4:\"date\";s:10:\"1443342303\";s:10:\"date_taken\";s:25:\"2015-09-26T15:47:41-08:00\";s:15:\"date_taken_nice\";s:20:\"September 26th, 2015\";s:4:\"guid\";s:18:\"/photo/21562561849\";s:11:\"author_name\";s:21:\"sf09puderbachhandball\";s:10:\"author_url\";s:53:\"http://www.flickr.com/people/sf09_puderbach_handball/\";s:11:\"author_nsid\";s:13:\"127877235@N04\";s:11:\"author_icon\";s:88:\"http://farm3.staticflickr.com/2941/buddyicons/127877235@N04.jpg?1411207685#127877235@N04\";s:9:\"photo_url\";s:62:\"http://farm1.staticflickr.com/594/21562561849_45cfe2c0e7_b.jpg\";s:9:\"thumb_url\";s:62:\"http://farm1.staticflickr.com/594/2156256
 1849_45cfe2c0e7_s.jpg\";s:6:\"height\";s:3:\"678\";s:5:\"width\";s:4:\"1024\";s:7:\"l_width\";s:3:\"500\";s:4:\"tags\";s:13:\"neustadt wcsf\";s:5:\"tagsa\";a:2:{i:0;s:8:\"neustadt\";i:1;s:4:\"wcsf\";}s:10:\"photo_mime\";s:10:\"image/jpeg\";s:9:\"tags_list\";a:2:{i:0;s:8:\"neustadt\";i:1;s:4:\"wcsf\";}}i:17;a:25:{s:5:\"title\";s:8:\"DSC_0438\";s:3:\"url\";s:65:\"http://www.flickr.com/photos/sf09_puderbach_handball/21127146504/\";s:11:\"description\";s:341:\"                      <p><a href=\"http://www.flickr.com/people/sf09_puderbach_handball/\">sf09puderbachhandball</a> posted a photo:</p>\n  \n<p><a href=\"http://www.flickr.com/photos/sf09_puderbach_handball/21127146504/\" title=\"DSC_0438\"><img src=\"http://fa
 rm6.staticflickr.com/5765/21127146504_c0be972635_m.jpg\" width=\"240\" height=\"159\" alt=\"DSC_0438\" /></a></p>\n\n\";s:15:\"description_raw\";s:0:\"\";s:5:\"m_url\";s:63:\"http://farm6.staticflickr.com/5765/21127146504_c0be972635_m.jpg\";s:5:\"t_url\";s:63:\"http://farm6.staticflickr.com/5765/21127146504_c0be972635_s.jpg\";s:5:\"l_url\";s:61:\"http://farm6.staticflickr.com/5765/21127146504_c0be972635.jpg\";s:9:\"photo_xml\";s:0:\"\";s:4:\"date\";s:10:\"1443342292\";s:10:\"date_taken\";s:25:\"2015-09-26T15:22:39-08:00\";s:15:\"date_taken_nice\";s:20:\"September 26th, 2015\";s:4:\"guid\";s:18:\"/photo/21127146504\";s:11:\"author_name\";s:21:\"sf09puderbachhandball\";s:10:\"author_url\";s:53:\"http://www.flickr.com/pe
 ople/sf09_puderbach_handball/\";s:11:\"author_nsid\";s:13:\"127877235@N04\";s:11:\"author_icon\";s:88:\"http://farm3.staticflickr.com/2941/buddyicons/127877235@N04.jpg?1411207685#127877235@N04\";s:9:\"photo_url\";s:63:\"http://farm6.staticflickr.com/5765/21127146504_c0be972635_b.jpg\";s:9:\"thumb_url\";s:63:\"http://farm6.staticflickr.com/5765/21127146504_c0be972635_s.jpg\";s:6:\"height\";s:3:\"678\";s:5:\"width\";s:4:\"1024\";s:7:\"l_width\";s:3:\"500\";s:4:\"tags\";s:13:\"neustadt wcsf\";s:5:\"tagsa\";a:2:{i:0;s:8:\"neustadt\";i:1;s:4:\"wcsf\";}s:10:\"photo_mime\";s:10:\"image/jpeg\";s:9:\"tags_list\";a:2:{i:0;s:8:\"neustadt\";i:1;s:4:\"wcsf\";}}i:18;a:25:{s:5:\"title\";s:8:\"DSC_0474\";s:3:\"url\";s:65:\"
 http://www.flickr.com/photos/sf09_puderbach_handball/21126575194/\";s:11:\"description\";s:341:\"                  <p><a href=\"http://www.flickr.com/people/sf09_puderbach_handball/\">sf09puderbachhandball</a> posted a photo:</p>\n  \n<p><a href=\"http://www.flickr.com/photos/sf09_puderbach_handball/21126575194/\" title=\"DSC_0474\"><img src=\"http://farm6.staticflickr.com/5721/21126575194_a3aa5530da_m.jpg\" width=\"240\" height=\"159\" alt=\"DSC_0474\" /></a></p>\n\n\";s:15:\"description_raw\";s:0:\"\";s:5:\"m_url\";s:63:\"http://farm6.staticflickr.com/5721/21126575194_a3aa5530da_m.jpg\";s:5:\"t_url\";s:63:\"http://farm6.staticflickr.com/5721/21126575194_a3aa5530da_s.jpg\";s:5:\"l_url\";s:61:\"http://farm6.staticflickr.com/5721/21126575194_a3aa5530da.jpg\";s:9:\"photo
 _xml\";s:0:\"\";s:4:\"date\";s:10:\"1443342307\";s:10:\"date_taken\";s:25:\"2015-09-26T15:55:59-08:00\";s:15:\"date_taken_nice\";s:20:\"September 26th, 2015\";s:4:\"guid\";s:18:\"/photo/21126575194\";s:11:\"author_name\";s:21:\"sf09puderbachhandball\";s:10:\"author_url\";s:53:\"http://www.flickr.com/people/sf09_puderbach_handball/\";s:11:\"author_nsid\";s:13:\"127877235@N04\";s:11:\"author_icon\";s:88:\"http://farm3.staticflickr.com/2941/buddyicons/127877235@N04.jpg?1411207685#127877235@N04\";s:9:\"photo_url\";s:63:\"http://farm6.staticflickr.com/5721/21126575194_a3aa5530da_b.jpg\";s:9:\"thumb_url\";s:63:\"http://farm6.staticflickr.com/5721/21126575194_a3aa5530da_s.jpg\";s:6:\"height\";s:3:\"678\";s:5:\"width\";s:4:\"1024\";s:7:\&qu
 ot;l_width\";s:3:\"500\";s:4:\"tags\";s:13:\"neustadt wcsf\";s:5:\"tagsa\";a:2:{i:0;s:8:\"neustadt\";i:1;s:4:\"wcsf\";}s:10:\"photo_mime\";s:10:\"image/jpeg\";s:9:\"tags_list\";a:2:{i:0;s:8:\"neustadt\";i:1;s:4:\"wcsf\";}}i:19;a:25:{s:5:\"title\";s:8:\"DSC_0381\";s:3:\"url\";s:65:\"http://www.flickr.com/photos/sf09_puderbach_handball/21127975273/\";s:11:\"description\";s:340:\"                 <p><a href=\"http://www.flickr.com/people/sf09_puderbach_handball/\">sf09puderbachhandball</a> posted a photo:</p>\n  \n<p><a href=\"http://www.flickr.com/photos/sf09_puderbach_handball/21127975273/\" title=\"DSC_0381\"><img src=\"http://farm1.staticflickr.com/682/21127975273_2d0cce04e1_m.jpg\" width=\"240\" height=\"159\" alt=\"DSC_0381\&
 quot; /></a></p>\n\n\";s:15:\"description_raw\";s:0:\"\";s:5:\"m_url\";s:62:\"http://farm1.staticflickr.com/682/21127975273_2d0cce04e1_m.jpg\";s:5:\"t_url\";s:62:\"http://farm1.staticflickr.com/682/21127975273_2d0cce04e1_s.jpg\";s:5:\"l_url\";s:60:\"http://farm1.staticflickr.com/682/21127975273_2d0cce04e1.jpg\";s:9:\"photo_xml\";s:0:\"\";s:4:\"date\";s:10:\"1443342315\";s:10:\"date_taken\";s:25:\"2015-09-26T14:33:52-08:00\";s:15:\"date_taken_nice\";s:20:\"September 26th, 2015\";s:4:\"guid\";s:18:\"/photo/21127975273\";s:11:\"author_name\";s:21:\"sf09puderbachhandball\";s:10:\"author_url\";s:53:\"http://www.flickr.com/people/sf09_puderbach_handball/\";s:11:\"author_nsid\";s:13:\"127877235@N04\";s:11:\"author_icon\";s:8
 8:\"http://farm3.staticflickr.com/2941/buddyicons/127877235@N04.jpg?1411207685#127877235@N04\";s:9:\"photo_url\";s:62:\"http://farm1.staticflickr.com/682/21127975273_2d0cce04e1_b.jpg\";s:9:\"thumb_url\";s:62:\"http://farm1.staticflickr.com/682/21127975273_2d0cce04e1_s.jpg\";s:6:\"height\";s:3:\"678\";s:5:\"width\";s:4:\"1024\";s:7:\"l_width\";s:3:\"500\";s:4:\"tags\";s:13:\"neustadt wcsf\";s:5:\"tagsa\";a:2:{i:0;s:8:\"neustadt\";i:1;s:4:\"wcsf\";}s:10:\"photo_mime\";s:10:\"image/jpeg\";s:9:\"tags_list\";a:2:{i:0;s:8:\"neustadt\";i:1;s:4:\"wcsf\";}}}','yes'),(182,'wccentral_videos','a:10:{i:0;a:3:{s:9:\"thumbnail\";s:92:\"http://videos.videopress.com/bn4jOuhW/damian-boni-angular-word-wp-angularjs_std.original.jpg\";s:5:\"title\";s:53:\"Damian 
 Boni: Angular Word – WordPress and AngularJS\";s:9:\"permalink\";s:69:\"http://wordpress.tv/2016/06/05/damian-boni-angular-word-wp-angularjs/\";}i:1;a:3:{s:9:\"thumbnail\";s:109:\"http://videos.videopress.com/dlIgQeAM/elliot-taylor-dave-green-philip-john-lightning-session_std.original.jpg\";s:5:\"title\";s:57:\"Elliot Taylor, Dave Green, Philip John: Lightning Session\";s:9:\"permalink\";s:86:\"http://wordpress.tv/2016/06/05/elliot-taylor-dave-green-philip-john-lightning-session/\";}i:2;a:3:{s:9:\"thumbnail\";s:110:\"http://videos.videopress.com/rimvI4ys/ben-furfie-what-id-do-differently-if-i-freelanced-again_std.original.jpg\";s:5:\"title\";s:59:\"Ben Furfie: What I’d Do Differently If I Freelanced Again\";s:9:\"permalink\";s:87:\"http://wordpress.tv/2016/06/05/ben-furfie-what-id-do-differently-if-i-freelanced-again/\";}i:3;a:3:{s:9:\&
 quot;thumbnail\";s:77:\"http://videos.videopress.com/sJvuBHYa/video-de29acd3bd_scruberthumbnail_0.jpg\";s:5:\"title\";s:51:\"Petya Raykovska: We Need To Talk About The REST API\";s:9:\"permalink\";s:82:\"http://wordpress.tv/2016/06/03/petya-raykovska-we-need-to-talk-about-the-rest-api/\";}i:4;a:3:{s:9:\"thumbnail\";s:77:\"http://videos.videopress.com/EqtV0qig/video-1fee10c777_scruberthumbnail_0.jpg\";s:5:\"title\";s:73:\"John Blackbourn, Rachel McCollin and Taco Verdonschot: Lightning Sessions\";s:9:\"permalink\";s:103:\"http://wordpress.tv/2016/05/31/john-blackbourn-rachel-mccollin-and-taco-verdonschot-lightning-sessions/\";}i:5;a:3:{s:9:\"thumbnail\";s:77:\"http://videos.videopress.com/4Cf7M4Eu/video-90553dccf2_scruberthumbnail_0.jpg\";s:5:\"title\";s:69:\"Rhys Wynne: Top Tools for WordPress SEO to Use as Well as Yoast Stuff\";s
 :9:\"permalink\";s:100:\"http://wordpress.tv/2016/05/31/rhys-wynne-top-tools-for-wordpress-seo-to-use-as-well-as-yoast-stuff/\";}i:6;a:3:{s:9:\"thumbnail\";s:71:\"http://videos.videopress.com/nxMZOpXo/video-a87ed810e0_std.original.jpg\";s:5:\"title\";s:51:\"Chris Andersen: WordPress – Structure and Content\";s:9:\"permalink\";s:78:\"http://wordpress.tv/2016/05/31/chris-andersen-wordpress-structure-and-content/\";}i:7;a:3:{s:9:\"thumbnail\";s:97:\"http://videos.videopress.com/uoF7SqLT/alex-denning-art-writing-great-wp-tutorial_std.original.jpg\";s:5:\"title\";s:59:\"Alex Denning: The Art of Writing a Great WordPress Tutorial\";s:9:\"permalink\";s:74:\"http://wordpress.tv/2016/05/30/alex-denning-art-writing-great-wp-tutorial/\";}i:8;a:3:{s:9:\"thumbnail\";s:97:\"http://videos.videopress.com/Bey7mxrD/francesca-marano-rebirth-italia
 n-community_std.original.jpg\";s:5:\"title\";s:54:\"Francesca Marano: The Rebirth of the Italian Community\";s:9:\"permalink\";s:74:\"http://wordpress.tv/2016/05/30/francesca-marano-rebirth-italian-community/\";}i:9;a:3:{s:9:\"thumbnail\";s:110:\"http://videos.videopress.com/DGfeDrRg/tom-greenwood-how-to-attract-big-name-clients-with-love_std.original.jpg\";s:5:\"title\";s:56:\"Tom Greenwood: How to attract big name clients with LOVE\";s:9:\"permalink\";s:87:\"http://wordpress.tv/2016/05/30/tom-greenwood-how-to-attract-big-name-clients-with-love/\";}}','yes'),(472,'jetpack_active_modules','a:5:{i:0;s:10:\"vaultpress\";i:1;s:12:\"contact-form\";i:3;s:10:\"shortcodes\";i:5;s:10:\"custom-css\";i:7;s:13:\"subscriptions\";}','yes'),(1845,'mes-regions_children','a:0:{}','yes'),(2353,'post_count','1','yes'),(7125,'json_api_plugin_version
 ','1.2.5','yes'),(15160,'camptix_options','a:17:{s:8:\"currency\";s:3:\"USD\";s:10:\"event_name\";s:16:\"WordCamp Central\";s:7:\"version\";i:20180709;s:20:\"reservations_enabled\";b:0;s:15:\"refunds_enabled\";b:0;s:18:\"refund_all_enabled\";b:0;s:8:\"archived\";b:0;s:15:\"payment_methods\";a:0:{}s:30:\"email_template_single_purchase\";s:233:\"Hi there!\n\nYou have purchased the following ticket:\n\n[receipt]\n\nYou can edit the information for the purchased ticket at any time before the event, by visiting the following link:\n\n[ticket_url]\n\nLet us know if you have any questions!\";s:32:\"email_template_multiple_purchase\";s:237:\"Hi there!\n\nThank you so much for purchasing a ticket and hope to see you soon at our event. You can edit your information at any time before the event, by visiting the following link:\n\n[ticket_url]\n\nLet us know if 
 you have any questions!\";s:40:\"email_template_multiple_purchase_receipt\";s:239:\"Hi there!\n\nYou have purchased the following tickets:\n\n[receipt]\n\nYou can edit the information for all the purchased tickets at any time before the event, by visiting the following link:\n\n[ticket_url]\n\nLet us know if you have any questions!\";s:32:\"email_template_pending_succeeded\";s:237:\"Hey there!\n\nYour payment for [event_name] has been completed, looking forward to seeing you at the event! You can access and change your tickets information by visiting the following link:\n\n[ticket_url]\n\nLet us know if you need any help!\";s:29:\"email_template_pending_failed\";s:293:\"Hey there!\n\nWe\'re so sorry, but it looks like your payment for [event_name] has failed! Please check your payment transactions for more details. If you still wish to attend the event, feel free to purchase a new ticket using the following link:\n\n[ticket
 _url]\n\nLet us know if you need any help!\";s:28:\"email_template_single_refund\";s:230:\"Hey there!\n\nYour refund for [event_name] has been completed. If you change your mind and still wish to attend the event, feel free to purchase a new ticket using the following link:\n\n[ticket_url]\n\nLet us know if you need any help!\";s:30:\"email_template_multiple_refund\";s:229:\"Hey there!\n\nYour ticket for [event_name] has been refunded. If you change your mind and still wish to attend the event, feel free to purchase a new ticket using the following link:\n\n[ticket_url]\n\nLet us know if you need any help!\";s:22:\"payment_options_stripe\";a:1:{s:10:\"api_predef\";s:12:\"wpcs-sandbox\";}s:22:\"payment_options_paypal\";a:1:{s:10:\"api_predef\";s:16:\"wordcamp-sandbox\";}}','yes'),(15169,'template_root','/srv/www/wordpress-meta-environment/wordcamp.test/public_html/wordpress/wp-con
 tent/themes','yes'),(15170,'stylesheet_root','/themes','yes'),(15171,'safecss_rev','7','yes'),(15174,'theme_mods_twentytwelve','a:2:{i:0;b:0;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1419018026;s:4:\"data\";a:4:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}s:9:\"sidebar-2\";a:0:{}s:9:\"sidebar-3\";a:0:{}}}}','yes'),(15177,'theme_mods_wordcamp-base','a:2:{i:0;b:0;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1403339818;s:4:\"data\";a:7:{s:19:\"wp_inactive_widgets\";a:0:{}s:14:\"after-header-1\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:
 4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}s:13:\"content-row-1\";a:0:{}s:15:\"before-footer-1\";a:0:{}s:15:\"before-footer-2\";N;s:15:\"before-footer-3\";N;s:15:\"before-footer-4\";N;}}}','yes'),(15245,'jetpack_file_data','a:1:{s:5:\"4.0.3\";a:49:{s:32:\"31e5b9ae08b62c2b0cd8a7792242298b\";a:14:{s:4:\"name\";s:20:\"Spelling and Grammar\";s:11:\"description\";s:89:\"Check your spelling, style, and grammar with the After the Deadline proofreading service.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1:\"6\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:
 13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:7:\"Writing\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:115:\"after the deadline, afterthedeadline, spell, spellchecker, spelling, grammar, proofreading, style, language, cliche\";}s:32:\"3f41b2d629265b5de8108b463abbe8e2\";a:14:{s:4:\"name\";s:8:\"Carousel\";s:11:\"description\";s:63:\"Transform standard image galleries into full-screen slideshows.\";s:14:\"jumpstart_desc\";s:79:\"Brings your photos and images to life as full-size, easily navigable galleries.\";s:4:\"sort\";s:2:\"22\";s:20:\"recommendation_order\";s:2:\"12\";s:10:\"introduced\";s:3:\"1.5\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"
 requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:17:\"Photos and Videos\";s:7:\"feature\";s:9:\"Jumpstart\";s:25:\"additional_search_queries\";s:80:\"gallery, carousel, diaporama, slideshow, images, lightbox, exif, metadata, image\";}s:32:\"c6ebb418dde302de09600a6025370583\";a:14:{s:4:\"name\";s:8:\"Comments\";s:11:\"description\";s:79:\"Let readers comment with WordPress.com, Twitter, Facebook, or Google+ accounts.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"20\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.4\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\&
 quot;Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:6:\"Social\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:53:\"comments, comment, facebook, twitter, google+, social\";}s:32:\"836f9485669e1bbb02920cb474730df0\";a:14:{s:4:\"name\";s:12:\"Contact Form\";s:11:\"description\";s:44:\"Insert a contact form anywhere on your site.\";s:14:\"jumpstart_desc\";s:111:\"Adds a button to your post and page editors, allowing you to build simple forms to help visitors stay in touch.\";s:4:\"sort\";s:2:\"15\";s:20:\"recommendation_order\";s:2:\"14\";s:10:\"introduced\";s:3:\"1.3\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s
 :2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:5:\"Other\";s:7:\"feature\";s:9:\"Jumpstart\";s:25:\"additional_search_queries\";s:44:\"contact, form, grunion, feedback, submission\";}s:32:\"ea3970eebf8aac55fc3eca5dca0e0157\";a:14:{s:4:\"name\";s:20:\"Custom Content Types\";s:11:\"description\";s:92:\"Organize and display different types of content on your site, separate from posts and pages.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"34\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"3.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:
 3:\"Yes\";s:11:\"module_tags\";s:7:\"Writing\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:72:\"cpt, custom post types, portfolio, portfolios, testimonial, testimonials\";}s:32:\"d2bb05ccad3d8789df40ca3abb97336c\";a:14:{s:4:\"name\";s:10:\"Custom CSS\";s:11:\"description\";s:57:\"Customize your site’s CSS without modifying your theme.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1:\"2\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.7\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:10:\"Appearance\"
 ;s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:108:\"css, customize, custom, style, editor, less, sass, preprocessor, font, mobile, appearance, theme, stylesheet\";}s:32:\"a2064eec5b9c7e0d816af71dee7a715f\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";}s:32:\"53a4e
 c755022ef3953699734c343da02\";a:14:{s:4:\"name\";s:21:\"Enhanced Distribution\";s:11:\"description\";s:27:\"Increase reach and traffic.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1:\"5\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.2\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:6:\"Public\";s:11:\"module_tags\";s:7:\"Writing\";s:7:\"feature\";s:7:\"Traffic\";s:25:\"additional_search_queries\";s:54:\"google, seo, firehose, search, broadcast, broadcasting\";}s:32:\"72fecb67ee6704ba0a33e0225316ad06\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description
 \";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";}s:32:\"d56e2886185a9eace719cc57d46770df\";a:14:{s:4:\"name\";s:19:\"Gravatar Hovercards\";s:11:\"description\";s:58:\"Enable pop-up business cards over commenters’ Gravatars.\";s:14:\"jumpstart_desc\";s:131:\"Let commenters link their profiles to their Gravatar accounts, making it easy for you
 r visitors to learn more about your community.\";s:4:\"sort\";s:2:\"11\";s:20:\"recommendation_order\";s:2:\"13\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:18:\"Social, Appearance\";s:7:\"feature\";s:9:\"Jumpstart\";s:25:\"additional_search_queries\";s:20:\"gravatar, hovercards\";}s:32:\"e391e760617bd0e0736550e34a73d7fe\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced
 \";s:8:\"2.0.3 ??\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";}s:32:\"2e345370766346c616b3c5046e817720\";a:14:{s:4:\"name\";s:15:\"Infinite Scroll\";s:11:\"description\";s:46:\"Add support for infinite scroll to your theme.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"26\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\&
 quot;;s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:10:\"Appearance\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:33:\"scroll, infinite, infinite scroll\";}s:32:\"bd69edbf134de5fae8fdcf2e70a45b56\";a:14:{s:4:\"name\";s:8:\"JSON API\";s:11:\"description\";s:69:\"Allow applications to securely access your content through the cloud.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"19\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.9\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:6:\&
 quot;Public\";s:11:\"module_tags\";s:19:\"Writing, Developers\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:50:\"api, rest, develop, developers, json, klout, oauth\";}s:32:\"8110b7a4423aaa619dfa46b8843e10d1\";a:14:{s:4:\"name\";s:14:\"Beautiful Math\";s:11:\"description\";s:85:\"Use LaTeX markup language in posts and pages for complex equations and other geekery.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"12\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:7:\&
 quot;Writing\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:47:\"latex, math, equation, equations, formula, code\";}s:32:\"fd7e85d3b4887fa6b6f997d6592c1f33\";a:14:{s:4:\"name\";s:5:\"Likes\";s:11:\"description\";s:70:\"Give visitors an easy way to show their appreciation for your content.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"23\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.2\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:6:\"Social\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_que
 ries\";s:26:\"like, likes, wordpress.com\";}s:32:\"c5dfef41fad5bcdcaae8e315e5cfc420\";a:14:{s:4:\"name\";s:6:\"Manage\";s:11:\"description\";s:76:\"Manage all your sites from a centralized place, https://wordpress.com/sites.\";s:14:\"jumpstart_desc\";s:151:\"Helps you remotely manage plugins, turn on automated updates, and more from <a href=\"https://wordpress.com/plugins/\" target=\"_blank\">wordpress.com</a>.\";s:4:\"sort\";s:1:\"1\";s:20:\"recommendation_order\";s:1:\"3\";s:10:\"introduced\";s:3:\"3.4\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:35:\"Centralized Ma
 nagement, Recommended\";s:7:\"feature\";s:22:\"Recommended, Jumpstart\";s:25:\"additional_search_queries\";s:26:\"manage, management, remote\";}s:32:\"fd6dc399b92bce76013427e3107c314f\";a:14:{s:4:\"name\";s:8:\"Markdown\";s:11:\"description\";s:51:\"Write posts or pages in plain-text Markdown syntax.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"31\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.8\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:7:\"Writing\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\
 ";s:12:\"md, markdown\";}s:32:\"c49a35b6482b0426cb07ad28ecf5d7df\";a:14:{s:4:\"name\";s:12:\"Mobile Theme\";s:11:\"description\";s:64:\"Optimize your site with a mobile-friendly theme for smartphones.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"21\";s:20:\"recommendation_order\";s:2:\"11\";s:10:\"introduced\";s:3:\"1.8\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:31:\"Appearance, Mobile, Recommended\";s:7:\"feature\";s:11:\"Recommended\";s:25:\"additional_search_queries\";s:24:\"mobile, theme, minileven\";}s:32:\"b42e38f6fafd2e4104ebe5bf39b4
 be47\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";}s:32:\"771cfeeba0d3d23ec344d5e781fb0ae2\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\
 ";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";}s:32:\"54f0661d27c814fc8bde39580181d939\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connec
 tion\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";}s:32:\"46c4c413b5c72bbd3c3dbd14ff8f8adc\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\&qu
 ot;;}s:32:\"9ea52fa25783e5ceeb6bfaed3268e64e\";a:14:{s:4:\"name\";s:7:\"Monitor\";s:11:\"description\";s:25:\"Reports on site downtime.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"28\";s:20:\"recommendation_order\";s:2:\"10\";s:10:\"introduced\";s:3:\"2.6\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:11:\"Recommended\";s:7:\"feature\";s:33:\"Recommended, Performance-Security\";s:25:\"additional_search_queries\";s:37:\"monitor, uptime, downtime, monitoring\";}s:32:\"cfcaafd0fcad087899d715e0b877474d\";a:14:{s:4:\"name\";s:13:\"Notificatio
 ns\";s:11:\"description\";s:84:\"Receive notification of site activity via the admin toolbar and your Mobile devices.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"13\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.9\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:5:\"Other\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:62:\"notification, notifications, toolbar, adminbar, push, comments\";}s:32:\"0d18bfa69bec61550c1d813ce64149b0\";a:14:{s:4:\"name\";s:10:\"Omnisearch\";s:11:\"description\";s:66:\"Search you
 r entire database from a single field in your Dashboard.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"16\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.3\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:10:\"Developers\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:6:\"search\";}s:32:\"3f0a11e23118f0788d424b646a6d465f\";a:14:{s:4:\"name\";s:6:\"Photon\";s:11:\"description\";s:27:\"Speed up images and photos.\";s:14:\"jumpstart_desc\";s:141:\"Mirrors and serves your images from our free and fast image CDN, i
 mproving your site’s performance with no additional load on your servers.\";s:4:\"sort\";s:2:\"25\";s:20:\"recommendation_order\";s:1:\"1\";s:10:\"introduced\";s:3:\"2.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:42:\"Photos and Videos, Appearance, Recommended\";s:7:\"feature\";s:44:\"Recommended, Jumpstart, Performance-Security\";s:25:\"additional_search_queries\";s:38:\"photon, image, cdn, performance, speed\";}s:32:\"e37cfbcb72323fb1fe8255a2edb4d738\";a:14:{s:4:\"name\";s:13:\"Post by Email\";s:11:\"description\";s:58:\"Publish posts by email, using any device and email client.\&quo
 t;;s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"14\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:7:\"Writing\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:20:\"post by email, email\";}s:32:\"728290d131a480bfe7b9e405d7cd925f\";a:14:{s:4:\"name\";s:7:\"Protect\";s:11:\"description\";s:28:\"Prevent brute force attacks.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1:\"1\";s:20:\"recommendation_order\";s:1:\"4\";s:10
 :\"introduced\";s:3:\"3.4\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:11:\"Recommended\";s:7:\"feature\";s:33:\"Recommended, Performance-Security\";s:25:\"additional_search_queries\";s:65:\"security, secure, protection, botnet, brute force, protect, login\";}s:32:\"f9ce784babbbf4dcca99b8cd2ceb420c\";a:14:{s:4:\"name\";s:9:\"Publicize\";s:11:\"description\";s:30:\"Automatically promote content.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"10\";s:20:\"recommendation_order\";s:1:\"7\";s:10:\"introduced\";s:3:\"2.0\";s:7:\"changed\";
 s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:19:\"Social, Recommended\";s:7:\"feature\";s:20:\"Recommended, Traffic\";s:25:\"additional_search_queries\";s:107:\"facebook, twitter, google+, googleplus, google, path, tumblr, linkedin, social, tweet, connections, sharing\";}s:32:\"052c03877dd3d296a71531cb07ad939a\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"fre
 e\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";}s:32:\"52edecb2a75222e75b2dce4356a4efce\";a:14:{s:4:\"name\";s:13:\"Related Posts\";s:11:\"description\";s:24:\"Display similar content.\";s:14:\"jumpstart_desc\";s:113:\"Keep visitors engaged on your blog by highlighting relevant and new content at the bottom of each published post.\";s:4:\"sort\";s:2:\"29\";s:20:\"recommendation_order\";s:1:\"9\";s:10:\"introduced\";s:3:\"2.9\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"
 Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:11:\"Recommended\";s:7:\"feature\";s:31:\"Recommended, Jumpstart, Traffic\";s:25:\"additional_search_queries\";s:22:\"related, related posts\";}s:32:\"8b059cb50a66b717f1ec842e736b858c\";a:14:{s:4:\"name\";s:7:\"Sharing\";s:11:\"description\";s:32:\"Visitors can share your content.\";s:14:\"jumpstart_desc\";s:116:\"Twitter, Facebook and Google+ buttons at the bottom of each post, making it easy for visitors to share your content.\";s:4:\"sort\";s:1:\"7\";s:20:\"recommendation_order\";s:1:\"6\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:3:\"1.2\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"
 No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:19:\"Social, Recommended\";s:7:\"feature\";s:31:\"Recommended, Jumpstart, Traffic\";s:25:\"additional_search_queries\";s:141:\"share, sharing, sharedaddy, buttons, icons, email, facebook, twitter, google+, linkedin, pinterest, pocket, press this, print, reddit, tumblr\";}s:32:\"a6d2394329871857401255533a9873f7\";a:14:{s:4:\"name\";s:16:\"Shortcode Embeds\";s:11:\"description\";s:77:\"Embed content from YouTube, Vimeo, SlideShare, and more, no coding necessary.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1:\"3\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:3:\"1.2\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\
 "\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:46:\"Photos and Videos, Social, Writing, Appearance\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:251:\"shortcodes, shortcode, embeds, media, bandcamp, blip.tv, dailymotion, digg, facebook, flickr, google calendars, google maps, google+, polldaddy, recipe, recipes, scribd, slideshare, slideshow, slideshows, soundcloud, ted, twitter, vimeo, vine, youtube\";}s:32:\"21496e2897ea5f81605e2f2ac3beb921\";a:14:{s:4:\"name\";s:16:\"WP.me Shortlinks\";s:11:\"description\";s:56:\"Enable WP.me-powered shortlinks for all posts and pages.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1:\"8\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\"
 ;s:3:\"1.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:6:\"Social\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:17:\"shortlinks, wp.me\";}s:32:\"e2a54a5d7879a4162709e6ffb540dd08\";a:14:{s:4:\"name\";s:9:\"Site Icon\";s:11:\"description\";s:29:\"Add a site icon to your site.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"22\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"3.2\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:
 \"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:5:\"Other\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:24:\"favicon, icon, site icon\";}s:32:\"f5c537bc304f55b29c1a87e30be0cd24\";a:14:{s:4:\"name\";s:8:\"Sitemaps\";s:11:\"description\";s:75:\"Creates sitemaps to allow your site to be easily indexed by search engines.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"13\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"3.9\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:6:\"Public\";s:
 11:\"module_tags\";s:20:\"Recommended, Traffic\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:39:\"sitemap, traffic, search, site map, seo\";}s:32:\"59a23643437358a9b557f1d1e20ab040\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";}s:32:\"6a90f97
 c3194cfca5671728eaaeaf15e\";a:14:{s:4:\"name\";s:14:\"Single Sign On\";s:11:\"description\";s:27:\"Secure user authentication.\";s:14:\"jumpstart_desc\";s:98:\"Lets you log in to all your Jetpack-enabled sites with one click using your WordPress.com account.\";s:4:\"sort\";s:2:\"30\";s:20:\"recommendation_order\";s:1:\"5\";s:10:\"introduced\";s:3:\"2.6\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:10:\"Developers\";s:7:\"feature\";s:31:\"Jumpstart, Performance-Security\";s:25:\"additional_search_queries\";s:34:\"sso, single sign on, login, log in\";}s:32:\"b65604e920392e
 2f7134b646760b75e8\";a:14:{s:4:\"name\";s:10:\"Site Stats\";s:11:\"description\";s:35:\"Collect traffic stats and insights.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1:\"1\";s:20:\"recommendation_order\";s:1:\"2\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:23:\"Site Stats, Recommended\";s:7:\"feature\";s:20:\"Recommended, Traffic\";s:25:\"additional_search_queries\";s:54:\"statistics, tracking, analytics, views, traffic, stats\";}s:32:\"23a586dd7ead00e69ec53eb32ef740e4\";a:14:{s:4:\"name\";s:13:\"Subscriptions
 \";s:11:\"description\";s:88:\"Allow users to subscribe to your posts and comments and receive notifications via email.\";s:14:\"jumpstart_desc\";s:126:\"Give visitors two easy subscription options — while commenting, or via a separate email subscription widget you can display.\";s:4:\"sort\";s:1:\"9\";s:20:\"recommendation_order\";s:1:\"8\";s:10:\"introduced\";s:3:\"1.2\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:6:\"Social\";s:7:\"feature\";s:9:\"Jumpstart\";s:25:\"additional_search_queries\";s:74:\"subscriptions, subscription, email, follow, followers, subscribers, signup\";}s:32:\"
 1d978b8d84d2f378fe1a702a67633b6d\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";}s:32:\"b3b983461d7f3d27322a3551ed8a9405\";a:14:{s:4:\"name\";s:15:\"Tiled Galleries\";s:11:\"description\";s:73:\"Display your image galleries in a variety of sleek, graphic arrangements.\";s:14:\&quo
 t;jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"24\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:17:\"Photos and Videos\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:43:\"gallery, tiles, tiled, grid, mosaic, images\";}s:32:\"d924e5b05722b0e104448543598f54c0\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\
 ";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";}s:32:\"36741583b10c521997e563ad8e1e8b77\";a:14:{s:4:\"name\";s:12:\"Data Backups\";s:11:\"description\";s:27:\"Daily or real-time backups.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"32\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:5:\"0:1.2\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:5:\"false\";s:4:\"free\";s:5:\"false\";s:19:\"requir
 es_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:20:\"Performance-Security\";s:25:\"additional_search_queries\";s:28:\"vaultpress, backup, security\";}s:32:\"2b9b44f09b5459617d68dd82ee17002a\";a:14:{s:4:\"name\";s:17:\"Site Verification\";s:11:\"description\";s:77:\"Verify your site or domain with Google Search Console, Pinterest, and others.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"33\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"3.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\&
 quot;Yes\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:56:\"webmaster, seo, google, bing, pinterest, search, console\";}s:32:\"5ab4c0db7c42e10e646342da0274c491\";a:14:{s:4:\"name\";s:10:\"VideoPress\";s:11:\"description\";s:68:\"Upload and embed videos right on your site. (Subscription required.)\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"27\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.5\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:5:\"false\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:17:\"Photos and Videos\";s:7:
 \"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:25:\"video, videos, videopress\";}s:32:\"60a1d3aa38bc0fe1039e59dd60888543\";a:14:{s:4:\"name\";s:17:\"Widget Visibility\";s:11:\"description\";s:57:\"Specify which widgets appear on which pages of your site.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"17\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.4\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:10:\"Appearance\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:54:\"widget visibility
 , logic, conditional, widgets, widget\";}s:32:\"174ed3416476c2cb9ff5b0f671280b15\";a:14:{s:4:\"name\";s:21:\"Extra Sidebar Widgets\";s:11:\"description\";s:79:\"Add images, Twitter streams, your site’s RSS links, and more to your sidebar.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1:\"4\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.2\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:18:\"Social, Appearance\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:65:\"widget, widgets, facebook, gallery, twitter, gravatar, image, rss\&quo
 t;;}s:32:\"28b931a1db19bd24869bd54b14e733d5\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";}}}','yes'),(15246,'jetpack_available_modules','a:1:{s:5:\"7.4.1\";a:43:{s:8:\"carousel\";s:3:\"1.5\";s:13:\"comment-likes\";s:3:\"5.1\";s:8:\"comments\";s:3:\"1.4\"
 ;s:12:\"contact-form\";s:3:\"1.3\";s:9:\"copy-post\";s:3:\"7.0\";s:20:\"custom-content-types\";s:3:\"3.1\";s:10:\"custom-css\";s:3:\"1.7\";s:21:\"enhanced-distribution\";s:3:\"1.2\";s:16:\"google-analytics\";s:3:\"4.5\";s:19:\"gravatar-hovercards\";s:3:\"1.1\";s:15:\"infinite-scroll\";s:3:\"2.0\";s:8:\"json-api\";s:3:\"1.9\";s:5:\"latex\";s:3:\"1.1\";s:11:\"lazy-images\";s:5:\"5.6.0\";s:5:\"likes\";s:3:\"2.2\";s:8:\"markdown\";s:3:\"2.8\";s:9:\"masterbar\";s:3:\"4.8\";s:9:\"minileven\";s:3:\"1.8\";s:7:\"monitor\";s:3:\"2.6\";s:5:\"notes\";s:3:\"1.9\";s:10:\"photon-cdn\";s:3:\"6.6\";s:6:\"photon\";s:3:\"2.0\";s
 :13:\"post-by-email\";s:3:\"2.0\";s:7:\"protect\";s:3:\"3.4\";s:9:\"publicize\";s:3:\"2.0\";s:3:\"pwa\";s:5:\"5.6.0\";s:13:\"related-posts\";s:3:\"2.9\";s:6:\"search\";s:3:\"5.0\";s:9:\"seo-tools\";s:3:\"4.4\";s:10:\"sharedaddy\";s:3:\"1.1\";s:10:\"shortcodes\";s:3:\"1.1\";s:10:\"shortlinks\";s:3:\"1.1\";s:8:\"sitemaps\";s:3:\"3.9\";s:3:\"sso\";s:3:\"2.6\";s:5:\"stats\";s:3:\"1.1\";s:13:\"subscriptions\";s:3:\"1.2\";s:13:\"tiled-gallery\";s:3:\"2.1\";s:10:\"vaultpress\";s:5:\"0:1.2\";s:18:\"verification-tools\";s:3:\"3.0\";s:10:\"videopress\";s:3:\"2.5\";s:17:\"widget-visibility\";s:3:\"2.4\";s:7:\"widget
 s\";s:3:\"1.2\";s:7:\"wordads\";s:5:\"4.5.0\";}}','yes'),(15269,'theme_mods_twentyfourteen','a:1:{s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1417901065;s:4:\"data\";a:4:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}s:9:\"sidebar-2\";a:0:{}s:9:\"sidebar-3\";a:0:{}}}}','yes'),(15274,'_transient_random_seed','213d8e362920cafc0af17d073c5ba455','yes'),(15313,'widget_nav_menu','a:2:{i:2;a:2:{s:5:\"title\";s:9:\"Resources\";s:8:\"nav_menu\";i:6;}s:12:\"_multiwidget\";i:1;}','yes'),(15330,'nav_menu_options','a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}','yes'),(15412,'rewrite_rules','a:398:{s:11:\"^wp-json/?$\";s:
 22:\"index.php?json_route=/\";s:14:\"^wp-json/(.*)?\";s:33:\"index.php?json_route=/$matches[1]\";s:15:\"^calendar\\.ics$\";s:32:\"index.php?wcorg_wordcamps_ical=1\";s:27:\"news/wcb_sponsor_invoice/?$\";s:39:\"index.php?post_type=wcb_sponsor_invoice\";s:57:\"news/wcb_sponsor_invoice/feed/(feed|rdf|rss|rss2|atom)/?$\";s:56:\"index.php?post_type=wcb_sponsor_invoice&feed=$matches[1]\";s:52:\"news/wcb_sponsor_invoice/(feed|rdf|rss|rss2|atom)/?$\";s:56:\"index.php?post_type=wcb_sponsor_invoice&feed=$matches[1]\";s:44:\"news/wcb_sponsor_invoice/page/([0-9]{1,})/?$\";s:57:\"index.php?post_type=wcb_sponsor_invoice&paged=$matches[1]\";s:25:\"news/wcb_reimbursement/?$\";s:37:\"index.php?post_type=wcb_reimbursement\";s:55:\"news/wcb_reimbursement/feed/(feed|rdf|rss|rss2|atom)/?$\";s:54:\"index.php?post_type=wcb_reimburse
 ment&feed=$matches[1]\";s:50:\"news/wcb_reimbursement/(feed|rdf|rss|rss2|atom)/?$\";s:54:\"index.php?post_type=wcb_reimbursement&feed=$matches[1]\";s:42:\"news/wcb_reimbursement/page/([0-9]{1,})/?$\";s:55:\"index.php?post_type=wcb_reimbursement&paged=$matches[1]\";s:27:\"news/wcp_payment_request/?$\";s:39:\"index.php?post_type=wcp_payment_request\";s:57:\"news/wcp_payment_request/feed/(feed|rdf|rss|rss2|atom)/?$\";s:56:\"index.php?post_type=wcp_payment_request&feed=$matches[1]\";s:52:\"news/wcp_payment_request/(feed|rdf|rss|rss2|atom)/?$\";s:56:\"index.php?post_type=wcp_payment_request&feed=$matches[1]\";s:44:\"news/wcp_payment_request/page/([0-9]{1,})/?$\";s:57:\"index.php?post_type=wcp_payment_request&paged=$matches[1]\";s:22:\"multi-event-sponsor/?$\";s:23:\"index.php?post_type=mes\";s:52:\"multi-event-sponso
 r/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?post_type=mes&feed=$matches[1]\";s:47:\"multi-event-sponsor/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?post_type=mes&feed=$matches[1]\";s:39:\"multi-event-sponsor/page/([0-9]{1,})/?$\";s:41:\"index.php?post_type=mes&paged=$matches[1]\";s:20:\"sponsorship-level/?$\";s:37:\"index.php?post_type=mes-sponsor-level\";s:50:\"sponsorship-level/feed/(feed|rdf|rss|rss2|atom)/?$\";s:54:\"index.php?post_type=mes-sponsor-level&feed=$matches[1]\";s:45:\"sponsorship-level/(feed|rdf|rss|rss2|atom)/?$\";s:54:\"index.php?post_type=mes-sponsor-level&feed=$matches[1]\";s:37:\"sponsorship-level/page/([0-9]{1,})/?$\";s:55:\"index.php?post_type=mes-sponsor-level&paged=$matches[1]\";s:12:\"wordcamps/?$\";s:28:\"index.php?post_type=wordcamp\";s:42:\"wordcamps/feed/(feed
 |rdf|rss|rss2|atom)/?$\";s:45:\"index.php?post_type=wordcamp&feed=$matches[1]\";s:37:\"wordcamps/(feed|rdf|rss|rss2|atom)/?$\";s:45:\"index.php?post_type=wordcamp&feed=$matches[1]\";s:29:\"wordcamps/page/([0-9]{1,})/?$\";s:46:\"index.php?post_type=wordcamp&paged=$matches[1]\";s:52:\"news/category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:47:\"news/category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:28:\"news/category/(.+?)/embed/?$\";s:46:\"index.php?category_name=$matches[1]&embed=true\";s:40:\"news/category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:22:\"news/category/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:49:\&quo
 t;news/tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:44:\"news/tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:25:\"news/tag/([^/]+)/embed/?$\";s:36:\"index.php?tag=$matches[1]&embed=true\";s:37:\"news/tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:19:\"news/tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:50:\"news/type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:45:\"news/type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:26:\"news/type/([^/]+)/embed/?$\";s:44:\"index.php?post_format=$matches[1]&embed=true\";s:38:\"news/type/([^/]+)/pa
 ge/?([0-9]{1,})/?$\";s:51:\"index.php?post_format=$matches[1]&paged=$matches[2]\";s:20:\"news/type/([^/]+)/?$\";s:33:\"index.php?post_format=$matches[1]\";s:43:\"news/tix_ticket/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:53:\"news/tix_ticket/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:73:\"news/tix_ticket/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:68:\"news/tix_ticket/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:68:\"news/tix_ticket/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:49:\"news/tix_ticket/[^/]+/attachment/([^/]+)/embed/?$\&qu
 ot;;s:43:\"index.php?attachment=$matches[1]&embed=true\";s:32:\"news/tix_ticket/([^/]+)/embed/?$\";s:58:\"index.php?post_type=tix_ticket&name=$matches[1]&embed=true\";s:36:\"news/tix_ticket/([^/]+)/trackback/?$\";s:52:\"index.php?post_type=tix_ticket&name=$matches[1]&tb=1\";s:44:\"news/tix_ticket/([^/]+)/page/?([0-9]{1,})/?$\";s:65:\"index.php?post_type=tix_ticket&name=$matches[1]&paged=$matches[2]\";s:51:\"news/tix_ticket/([^/]+)/comment-page-([0-9]{1,})/?$\";s:65:\"index.php?post_type=tix_ticket&name=$matches[1]&cpage=$matches[2]\";s:40:\"news/tix_ticket/([^/]+)(?:/([0-9]+))?/?$\";s:64:\"index.php?post_type=tix_ticket&name=$matches[1]&page=$matches[2]\";s:32:\"news/tix_ticket/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:42:\"news/tix_ticket/[^/]+/([^/]+)/trackback/?$\";s:37:\"i
 ndex.php?attachment=$matches[1]&tb=1\";s:62:\"news/tix_ticket/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:57:\"news/tix_ticket/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:57:\"news/tix_ticket/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:38:\"news/tix_ticket/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:45:\"news/tix_question/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:55:\"news/tix_question/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:75:\"news/tix_question/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.ph
 p?attachment=$matches[1]&feed=$matches[2]\";s:70:\"news/tix_question/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:70:\"news/tix_question/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:51:\"news/tix_question/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:34:\"news/tix_question/([^/]+)/embed/?$\";s:60:\"index.php?post_type=tix_question&name=$matches[1]&embed=true\";s:38:\"news/tix_question/([^/]+)/trackback/?$\";s:54:\"index.php?post_type=tix_question&name=$matches[1]&tb=1\";s:46:\"news/tix_question/([^/]+)/page/?([0-9]{1,})/?$\";s:67:\"index.php?post_type=tix_question&name=$matches[1]&paged=$matches[2]\";s:53:\"news/tix_question/([^/]+
 )/comment-page-([0-9]{1,})/?$\";s:67:\"index.php?post_type=tix_question&name=$matches[1]&cpage=$matches[2]\";s:42:\"news/tix_question/([^/]+)(?:/([0-9]+))?/?$\";s:66:\"index.php?post_type=tix_question&name=$matches[1]&page=$matches[2]\";s:34:\"news/tix_question/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:44:\"news/tix_question/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:64:\"news/tix_question/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:59:\"news/tix_question/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:59:\"news/tix_question/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:40:\"news
 /tix_question/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:45:\"news/tix_attendee/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:55:\"news/tix_attendee/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:75:\"news/tix_attendee/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:70:\"news/tix_attendee/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:70:\"news/tix_attendee/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:51:\"news/tix_attendee/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";
 s:34:\"news/tix_attendee/([^/]+)/embed/?$\";s:60:\"index.php?post_type=tix_attendee&name=$matches[1]&embed=true\";s:38:\"news/tix_attendee/([^/]+)/trackback/?$\";s:54:\"index.php?post_type=tix_attendee&name=$matches[1]&tb=1\";s:46:\"news/tix_attendee/([^/]+)/page/?([0-9]{1,})/?$\";s:67:\"index.php?post_type=tix_attendee&name=$matches[1]&paged=$matches[2]\";s:53:\"news/tix_attendee/([^/]+)/comment-page-([0-9]{1,})/?$\";s:67:\"index.php?post_type=tix_attendee&name=$matches[1]&cpage=$matches[2]\";s:42:\"news/tix_attendee/([^/]+)(?:/([0-9]+))?/?$\";s:66:\"index.php?post_type=tix_attendee&name=$matches[1]&page=$matches[2]\";s:34:\"news/tix_attendee/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:44:\"news/tix_attendee/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\"
 ;s:64:\"news/tix_attendee/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:59:\"news/tix_attendee/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:59:\"news/tix_attendee/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:40:\"news/tix_attendee/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:43:\"news/tix_coupon/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:53:\"news/tix_coupon/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:73:\"news/tix_coupon/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]
 \";s:68:\"news/tix_coupon/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:68:\"news/tix_coupon/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:49:\"news/tix_coupon/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:32:\"news/tix_coupon/([^/]+)/embed/?$\";s:58:\"index.php?post_type=tix_coupon&name=$matches[1]&embed=true\";s:36:\"news/tix_coupon/([^/]+)/trackback/?$\";s:52:\"index.php?post_type=tix_coupon&name=$matches[1]&tb=1\";s:44:\"news/tix_coupon/([^/]+)/page/?([0-9]{1,})/?$\";s:65:\"index.php?post_type=tix_coupon&name=$matches[1]&paged=$matches[2]\";s:51:\"news/tix_coupon/([^/]+)/comment-page-([0-9]{1,})/?$\";s:65:\"index.php?post_t
 ype=tix_coupon&name=$matches[1]&cpage=$matches[2]\";s:40:\"news/tix_coupon/([^/]+)(?:/([0-9]+))?/?$\";s:64:\"index.php?post_type=tix_coupon&name=$matches[1]&page=$matches[2]\";s:32:\"news/tix_coupon/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:42:\"news/tix_coupon/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:62:\"news/tix_coupon/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:57:\"news/tix_coupon/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:57:\"news/tix_coupon/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:38:\"news/tix_coupon/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$match
 es[1]&embed=true\";s:42:\"news/tix_email/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:52:\"news/tix_email/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:72:\"news/tix_email/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:67:\"news/tix_email/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:67:\"news/tix_email/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:48:\"news/tix_email/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:31:\"news/tix_email/([^/]+)/embed/?$\";s:57:\"index.php?post_type=tix_email&name
 =$matches[1]&embed=true\";s:35:\"news/tix_email/([^/]+)/trackback/?$\";s:51:\"index.php?post_type=tix_email&name=$matches[1]&tb=1\";s:43:\"news/tix_email/([^/]+)/page/?([0-9]{1,})/?$\";s:64:\"index.php?post_type=tix_email&name=$matches[1]&paged=$matches[2]\";s:50:\"news/tix_email/([^/]+)/comment-page-([0-9]{1,})/?$\";s:64:\"index.php?post_type=tix_email&name=$matches[1]&cpage=$matches[2]\";s:39:\"news/tix_email/([^/]+)(?:/([0-9]+))?/?$\";s:63:\"index.php?post_type=tix_email&name=$matches[1]&page=$matches[2]\";s:31:\"news/tix_email/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:41:\"news/tix_email/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:61:\"news/tix_email/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$
 matches[2]\";s:56:\"news/tix_email/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\"news/tix_email/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:37:\"news/tix_email/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:40:\"news/speaker/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:50:\"news/speaker/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:70:\"news/speaker/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"news/speaker/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]
 \";s:65:\"news/speaker/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:46:\"news/speaker/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:29:\"news/speaker/([^/]+)/embed/?$\";s:44:\"index.php?wcb_speaker=$matches[1]&embed=true\";s:33:\"news/speaker/([^/]+)/trackback/?$\";s:38:\"index.php?wcb_speaker=$matches[1]&tb=1\";s:41:\"news/speaker/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?wcb_speaker=$matches[1]&paged=$matches[2]\";s:48:\"news/speaker/([^/]+)/comment-page-([0-9]{1,})/?$\";s:51:\"index.php?wcb_speaker=$matches[1]&cpage=$matches[2]\";s:37:\"news/speaker/([^/]+)(?:/([0-9]+))?/?$\";s:50:\"index.php?wcb_speaker=$matches[1]&page=$matches[2]\";s:29:\"news/speaker/[^/]+/([^/]+)/?$\";s:32:\
 "index.php?attachment=$matches[1]\";s:39:\"news/speaker/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:59:\"news/speaker/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"news/speaker/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"news/speaker/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:35:\"news/speaker/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:35:\"session/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:45:\"session/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:65:\"session/[^/]+/att
 achment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"session/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"session/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:41:\"session/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:24:\"session/([^/]+)/embed/?$\";s:44:\"index.php?wcb_session=$matches[1]&embed=true\";s:28:\"session/([^/]+)/trackback/?$\";s:38:\"index.php?wcb_session=$matches[1]&tb=1\";s:36:\"session/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?wcb_session=$matches[1]&paged=$matches[2]\";s:43:\"session/([^/]+)/comment-page-([0-9]{1,})/?$\";s:51:\"index
 .php?wcb_session=$matches[1]&cpage=$matches[2]\";s:32:\"session/([^/]+)(?:/([0-9]+))?/?$\";s:50:\"index.php?wcb_session=$matches[1]&page=$matches[2]\";s:24:\"session/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:34:\"session/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:54:\"session/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"session/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"session/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:30:\"session/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:35:\"sponsor/[^/]+/attachment/([^/]+)/?$\&quot
 ;;s:32:\"index.php?attachment=$matches[1]\";s:45:\"sponsor/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:65:\"sponsor/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"sponsor/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"sponsor/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:41:\"sponsor/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:24:\"sponsor/([^/]+)/embed/?$\";s:44:\"index.php?wcb_sponsor=$matches[1]&embed=true\";s:28:\"sponsor/([^/]+)/trackback/?$\";s:38:\"index.php?wcb_sponsor=$matches[1]&tb=1\";s:
 36:\"sponsor/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?wcb_sponsor=$matches[1]&paged=$matches[2]\";s:43:\"sponsor/([^/]+)/comment-page-([0-9]{1,})/?$\";s:51:\"index.php?wcb_sponsor=$matches[1]&cpage=$matches[2]\";s:32:\"sponsor/([^/]+)(?:/([0-9]+))?/?$\";s:50:\"index.php?wcb_sponsor=$matches[1]&page=$matches[2]\";s:24:\"sponsor/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:34:\"sponsor/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:54:\"sponsor/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"sponsor/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"sponsor/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$m
 atches[1]&cpage=$matches[2]\";s:30:\"sponsor/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:37:\"organizer/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:47:\"organizer/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:67:\"organizer/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"organizer/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"organizer/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:43:\"organizer/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:2
 6:\"organizer/([^/]+)/embed/?$\";s:46:\"index.php?wcb_organizer=$matches[1]&embed=true\";s:30:\"organizer/([^/]+)/trackback/?$\";s:40:\"index.php?wcb_organizer=$matches[1]&tb=1\";s:38:\"organizer/([^/]+)/page/?([0-9]{1,})/?$\";s:53:\"index.php?wcb_organizer=$matches[1]&paged=$matches[2]\";s:45:\"organizer/([^/]+)/comment-page-([0-9]{1,})/?$\";s:53:\"index.php?wcb_organizer=$matches[1]&cpage=$matches[2]\";s:34:\"organizer/([^/]+)(?:/([0-9]+))?/?$\";s:52:\"index.php?wcb_organizer=$matches[1]&page=$matches[2]\";s:26:\"organizer/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:36:\"organizer/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:56:\"organizer/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\"
 ;s:51:\"organizer/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:51:\"organizer/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:32:\"organizer/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:51:\"news/track/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:44:\"index.php?track=$matches[1]&feed=$matches[2]\";s:46:\"news/track/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:44:\"index.php?track=$matches[1]&feed=$matches[2]\";s:27:\"news/track/([^/]+)/embed/?$\";s:38:\"index.php?track=$matches[1]&embed=true\";s:39:\"news/track/([^/]+)/page/?([0-9]{1,})/?$\";s:45:\"index.php?track=$matches[1]&paged=$matches[2]\";s:21:\"news/track/([^/]+)/?$\";s:27:\"index.php?track=$matches[
 1]\";s:59:\"news/sponsor_level/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?sponsor_level=$matches[1]&feed=$matches[2]\";s:54:\"news/sponsor_level/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?sponsor_level=$matches[1]&feed=$matches[2]\";s:35:\"news/sponsor_level/([^/]+)/embed/?$\";s:46:\"index.php?sponsor_level=$matches[1]&embed=true\";s:47:\"news/sponsor_level/([^/]+)/page/?([0-9]{1,})/?$\";s:53:\"index.php?sponsor_level=$matches[1]&paged=$matches[2]\";s:29:\"news/sponsor_level/([^/]+)/?$\";s:35:\"index.php?sponsor_level=$matches[1]\";s:52:\"news/wcb_sponsor_invoice/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:62:\"news/wcb_sponsor_invoice/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:82:\"news/wcb_sponsor_invoice/[^/]+
 /attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:77:\"news/wcb_sponsor_invoice/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:77:\"news/wcb_sponsor_invoice/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:58:\"news/wcb_sponsor_invoice/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:41:\"news/wcb_sponsor_invoice/([^/]+)/embed/?$\";s:52:\"index.php?wcb_sponsor_invoice=$matches[1]&embed=true\";s:45:\"news/wcb_sponsor_invoice/([^/]+)/trackback/?$\";s:46:\"index.php?wcb_sponsor_invoice=$matches[1]&tb=1\";s:65:\"news/wcb_sponsor_invoice/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:58:\"index.php
 ?wcb_sponsor_invoice=$matches[1]&feed=$matches[2]\";s:60:\"news/wcb_sponsor_invoice/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:58:\"index.php?wcb_sponsor_invoice=$matches[1]&feed=$matches[2]\";s:53:\"news/wcb_sponsor_invoice/([^/]+)/page/?([0-9]{1,})/?$\";s:59:\"index.php?wcb_sponsor_invoice=$matches[1]&paged=$matches[2]\";s:60:\"news/wcb_sponsor_invoice/([^/]+)/comment-page-([0-9]{1,})/?$\";s:59:\"index.php?wcb_sponsor_invoice=$matches[1]&cpage=$matches[2]\";s:49:\"news/wcb_sponsor_invoice/([^/]+)(?:/([0-9]+))?/?$\";s:58:\"index.php?wcb_sponsor_invoice=$matches[1]&page=$matches[2]\";s:41:\"news/wcb_sponsor_invoice/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:51:\"news/wcb_sponsor_invoice/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:71:\"news/wcb_sponsor_invoice/[^/]+/([^/]+)/feed/(fe
 ed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:66:\"news/wcb_sponsor_invoice/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:66:\"news/wcb_sponsor_invoice/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:47:\"news/wcb_sponsor_invoice/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:50:\"news/wcb_reimbursement/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:60:\"news/wcb_reimbursement/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:80:\"news/wcb_reimbursement/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:7
 5:\"news/wcb_reimbursement/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:75:\"news/wcb_reimbursement/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:56:\"news/wcb_reimbursement/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:39:\"news/wcb_reimbursement/([^/]+)/embed/?$\";s:50:\"index.php?wcb_reimbursement=$matches[1]&embed=true\";s:43:\"news/wcb_reimbursement/([^/]+)/trackback/?$\";s:44:\"index.php?wcb_reimbursement=$matches[1]&tb=1\";s:63:\"news/wcb_reimbursement/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:56:\"index.php?wcb_reimbursement=$matches[1]&feed=$matches[2]\";s:58:\"news/wcb_reimbursement/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:56:\"ind
 ex.php?wcb_reimbursement=$matches[1]&feed=$matches[2]\";s:51:\"news/wcb_reimbursement/([^/]+)/page/?([0-9]{1,})/?$\";s:57:\"index.php?wcb_reimbursement=$matches[1]&paged=$matches[2]\";s:58:\"news/wcb_reimbursement/([^/]+)/comment-page-([0-9]{1,})/?$\";s:57:\"index.php?wcb_reimbursement=$matches[1]&cpage=$matches[2]\";s:47:\"news/wcb_reimbursement/([^/]+)(?:/([0-9]+))?/?$\";s:56:\"index.php?wcb_reimbursement=$matches[1]&page=$matches[2]\";s:39:\"news/wcb_reimbursement/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:49:\"news/wcb_reimbursement/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:69:\"news/wcb_reimbursement/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:64:\"news/wcb_reimbursement/[^/]+/([^/]+)/(feed|rdf|rss|rss2|ato
 m)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:64:\"news/wcb_reimbursement/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:45:\"news/wcb_reimbursement/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:52:\"news/wcp_payment_request/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:62:\"news/wcp_payment_request/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:82:\"news/wcp_payment_request/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:77:\"news/wcp_payment_request/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:77:\&qu
 ot;news/wcp_payment_request/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:58:\"news/wcp_payment_request/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:41:\"news/wcp_payment_request/([^/]+)/embed/?$\";s:52:\"index.php?wcp_payment_request=$matches[1]&embed=true\";s:45:\"news/wcp_payment_request/([^/]+)/trackback/?$\";s:46:\"index.php?wcp_payment_request=$matches[1]&tb=1\";s:65:\"news/wcp_payment_request/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:58:\"index.php?wcp_payment_request=$matches[1]&feed=$matches[2]\";s:60:\"news/wcp_payment_request/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:58:\"index.php?wcp_payment_request=$matches[1]&feed=$matches[2]\";s:53:\"news/wcp_payment_request/([^/]+)/page/?([0-9]{1,})/?$\";s:59:\"inde
 x.php?wcp_payment_request=$matches[1]&paged=$matches[2]\";s:60:\"news/wcp_payment_request/([^/]+)/comment-page-([0-9]{1,})/?$\";s:59:\"index.php?wcp_payment_request=$matches[1]&cpage=$matches[2]\";s:49:\"news/wcp_payment_request/([^/]+)(?:/([0-9]+))?/?$\";s:58:\"index.php?wcp_payment_request=$matches[1]&page=$matches[2]\";s:41:\"news/wcp_payment_request/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:51:\"news/wcp_payment_request/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:71:\"news/wcp_payment_request/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:66:\"news/wcp_payment_request/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:66:\"news/wcp_payment_request/[^/]+/([^/]
 +)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:47:\"news/wcp_payment_request/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:57:\"news/mes-regions/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?mes-regions=$matches[1]&feed=$matches[2]\";s:52:\"news/mes-regions/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?mes-regions=$matches[1]&feed=$matches[2]\";s:33:\"news/mes-regions/([^/]+)/embed/?$\";s:44:\"index.php?mes-regions=$matches[1]&embed=true\";s:45:\"news/mes-regions/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?mes-regions=$matches[1]&paged=$matches[2]\";s:27:\"news/mes-regions/([^/]+)/?$\";s:33:\"index.php?mes-regions=$matches[1]\";s:47:\"multi-event-sponsor/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?atta
 chment=$matches[1]\";s:57:\"multi-event-sponsor/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:77:\"multi-event-sponsor/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"multi-event-sponsor/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"multi-event-sponsor/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:53:\"multi-event-sponsor/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:36:\"multi-event-sponsor/([^/]+)/embed/?$\";s:36:\"index.php?mes=$matches[1]&embed=true\";s:40:\"multi-event-sponsor/([^/]+)/trackback/?$\";s:30:\"inde
 x.php?mes=$matches[1]&tb=1\";s:60:\"multi-event-sponsor/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?mes=$matches[1]&feed=$matches[2]\";s:55:\"multi-event-sponsor/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?mes=$matches[1]&feed=$matches[2]\";s:48:\"multi-event-sponsor/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?mes=$matches[1]&paged=$matches[2]\";s:55:\"multi-event-sponsor/([^/]+)/comment-page-([0-9]{1,})/?$\";s:43:\"index.php?mes=$matches[1]&cpage=$matches[2]\";s:44:\"multi-event-sponsor/([^/]+)(?:/([0-9]+))?/?$\";s:42:\"index.php?mes=$matches[1]&page=$matches[2]\";s:36:\"multi-event-sponsor/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:46:\"multi-event-sponsor/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:66:\"multi-event-sponso
 r/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:61:\"multi-event-sponsor/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:61:\"multi-event-sponsor/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:42:\"multi-event-sponsor/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:45:\"sponsorship-level/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:55:\"sponsorship-level/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:75:\"sponsorship-level/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:70:\&qu
 ot;sponsorship-level/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:70:\"sponsorship-level/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:51:\"sponsorship-level/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:34:\"sponsorship-level/([^/]+)/embed/?$\";s:50:\"index.php?mes-sponsor-level=$matches[1]&embed=true\";s:38:\"sponsorship-level/([^/]+)/trackback/?$\";s:44:\"index.php?mes-sponsor-level=$matches[1]&tb=1\";s:58:\"sponsorship-level/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:56:\"index.php?mes-sponsor-level=$matches[1]&feed=$matches[2]\";s:53:\"sponsorship-level/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:56:\"index.php?mes-sponsor-level=$matches[1]&
 feed=$matches[2]\";s:46:\"sponsorship-level/([^/]+)/page/?([0-9]{1,})/?$\";s:57:\"index.php?mes-sponsor-level=$matches[1]&paged=$matches[2]\";s:53:\"sponsorship-level/([^/]+)/comment-page-([0-9]{1,})/?$\";s:57:\"index.php?mes-sponsor-level=$matches[1]&cpage=$matches[2]\";s:42:\"sponsorship-level/([^/]+)(?:/([0-9]+))?/?$\";s:56:\"index.php?mes-sponsor-level=$matches[1]&page=$matches[2]\";s:34:\"sponsorship-level/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:44:\"sponsorship-level/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:64:\"sponsorship-level/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:59:\"sponsorship-level/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[
 2]\";s:59:\"sponsorship-level/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:40:\"sponsorship-level/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:37:\"wordcamps/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:47:\"wordcamps/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:67:\"wordcamps/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"wordcamps/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"wordcamps/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\"
 ;s:43:\"wordcamps/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:26:\"wordcamps/([^/]+)/embed/?$\";s:41:\"index.php?wordcamp=$matches[1]&embed=true\";s:30:\"wordcamps/([^/]+)/trackback/?$\";s:35:\"index.php?wordcamp=$matches[1]&tb=1\";s:50:\"wordcamps/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?wordcamp=$matches[1]&feed=$matches[2]\";s:45:\"wordcamps/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?wordcamp=$matches[1]&feed=$matches[2]\";s:38:\"wordcamps/([^/]+)/page/?([0-9]{1,})/?$\";s:48:\"index.php?wordcamp=$matches[1]&paged=$matches[2]\";s:45:\"wordcamps/([^/]+)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?wordcamp=$matches[1]&cpage=$matches[2]\";s:34:\"wordcamps/([^/]+)(?:/([0-9]+))?/?$\";s:47:\"index.php?wordcamp=$matches[1]&p
 age=$matches[2]\";s:26:\"wordcamps/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:36:\"wordcamps/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:56:\"wordcamps/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:51:\"wordcamps/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:51:\"wordcamps/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:32:\"wordcamps/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:12:\"robots\\.txt$\";s:18:\"index.php?robots=1\";s:48:\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$\";s:18:\"index.php?feed=old\";s:20:\".*wp-app\\.p
 hp(/.*)?$\";s:19:\"index.php?error=403\";s:16:\".*wp-signup.php$\";s:21:\"index.php?signup=true\";s:18:\".*wp-activate.php$\";s:23:\"index.php?activate=true\";s:18:\".*wp-register.php$\";s:23:\"index.php?register=true\";s:32:\"feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:27:\"(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:8:\"embed/?$\";s:21:\"index.php?&embed=true\";s:20:\"page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:27:\"comment-page-([0-9]{1,})/?$\";s:41:\"index.php?&page_id=3798&cpage=$matches[1]\";s:41:\"comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:36:\"comments/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$m
 atches[1]&withcomments=1\";s:17:\"comments/embed/?$\";s:21:\"index.php?&embed=true\";s:44:\"search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:39:\"search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:20:\"search/(.+)/embed/?$\";s:34:\"index.php?s=$matches[1]&embed=true\";s:32:\"search/(.+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?s=$matches[1]&paged=$matches[2]\";s:14:\"search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:52:\"news/author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:47:\"news/author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:28:\"news/author/([^/]+)/embed/?$\";s
 :44:\"index.php?author_name=$matches[1]&embed=true\";s:40:\"news/author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:22:\"news/author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:74:\"news/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:69:\"news/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:50:\"news/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/embed/?$\";s:74:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&embed=true\";s:62:\"news/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:81:\"index.php?year=$matches
 [1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]\";s:44:\"news/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$\";s:63:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]\";s:61:\"news/([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:56:\"news/([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:37:\"news/([0-9]{4})/([0-9]{1,2})/embed/?$\";s:58:\"index.php?year=$matches[1]&monthnum=$matches[2]&embed=true\";s:49:\"news/([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]\";s:31:\"news/([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\&qu
 ot;;s:48:\"news/([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:43:\"news/([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:24:\"news/([0-9]{4})/embed/?$\";s:37:\"index.php?year=$matches[1]&embed=true\";s:36:\"news/([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:18:\"news/([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:63:\"news/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:73:\"news/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:93:\"news/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"i
 ndex.php?attachment=$matches[1]&feed=$matches[2]\";s:88:\"news/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:88:\"news/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:69:\"news/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:58:\"news/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/embed/?$\";s:91:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&embed=true\";s:62:\"news/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/trackback/?$\";s:85:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&tb=1\";s:82:\&quo
 t;news/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:77:\"news/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:70:\"news/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/page/?([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&paged=$matches[5]\";s:77:\"news/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/comment-page-([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&cpage=$matches[5]\";s:66:\"news/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)(?:/([0-9]+))?/?$\";s
 :97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&page=$matches[5]\";s:52:\"news/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:62:\"news/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:82:\"news/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:77:\"news/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:77:\"news/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:58:\"news/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/embed/?$\";s:43
 :\"index.php?attachment=$matches[1]&embed=true\";s:69:\"news/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&cpage=$matches[4]\";s:56:\"news/([0-9]{4})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&cpage=$matches[3]\";s:43:\"news/([0-9]{4})/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&cpage=$matches[2]\";s:27:\".?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\".?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\
 ";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\".?.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"(.?.+?)/embed/?$\";s:41:\"index.php?pagename=$matches[1]&embed=true\";s:20:\"(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:40:\"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:35:\"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:28:\"(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:35:\"(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.p
 hp?pagename=$matches[1]&cpage=$matches[2]\";s:24:\"(.?.+?)(?:/([0-9]+))?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";}','yes'),(15413,'finished_splitting_shared_terms','1','yes'),(15419,'widget_pages','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(15420,'widget_calendar','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(15421,'widget_tag_cloud','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(15422,'widget_akismet_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(15423,'widget_epcsp_subscribe','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(15424,'widget_wcb_sponsors','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(15425,'widget_wcpt_speakers','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(15426,'widget_wcpt_sessions','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(15427,'widget_wcpt_organizers','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(15429,'site_icon','0','yes'),(15430,'medi
 um_large_size_w','768','yes'),(15431,'medium_large_size_h','0','yes'),(15458,'jetpack_sync_settings_disable','0','yes'),(15459,'_transient_timeout_jetpack_file_data_7.4.1','1563990938','no'),(15460,'_transient_jetpack_file_data_7.4.1','a:62:{s:32:\"c22c48d7cfe9d38dff2864cfea64636a\";a:15:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\&quo
 t;;s:12:\"plan_classes\";s:0:\"\";}s:32:\"933d4f6d290580156e0652ce850af1b2\";a:15:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"fb5c4814ddc3946a3f22cc838fcb2af3\";a:15:{s:4:\"name\";s:8:\"Carousel\";s:11:\"description\
 ";s:75:\"Display images and galleries in a gorgeous, full-screen browsing experience\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"22\";s:20:\"recommendation_order\";s:2:\"12\";s:10:\"introduced\";s:3:\"1.5\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:17:\"Photos and Videos\";s:7:\"feature\";s:10:\"Appearance\";s:25:\"additional_search_queries\";s:80:\"gallery, carousel, diaporama, slideshow, images, lightbox, exif, metadata, image\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"5813eda53235a9a81a69b1f6a4a15db6\";a:15:{s:4:\"name\";s:13:\"Comment Likes\";
 s:11:\"description\";s:64:\"Increase visitor engagement by adding a Like button to comments.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"39\";s:20:\"recommendation_order\";s:2:\"17\";s:10:\"introduced\";s:3:\"5.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:6:\"Social\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:37:\"like widget, like button, like, likes\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"7ef4ca32a1c84fc10ef50c8293cae5df\";a:15:{s:4:\"name\";s:8:\"Comments\";s:11:\"description\";s:80:\"Let readers use
  WordPress.com, Twitter, Facebook, or Google+ accounts to comment\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"20\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.4\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:6:\"Social\";s:7:\"feature\";s:10:\"Engagement\";s:25:\"additional_search_queries\";s:53:\"comments, comment, facebook, twitter, google+, social\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"c5331bfc2648dfeeebe486736d79a72c\";a:15:{s:4:\"name\";s:12:\"Contact Form\";s:11:\"description\";s:81:\"Add a customizable contact 
 form to any post or page using the Jetpack Form Block.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"15\";s:20:\"recommendation_order\";s:2:\"14\";s:10:\"introduced\";s:3:\"1.3\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:5:\"Other\";s:7:\"feature\";s:7:\"Writing\";s:25:\"additional_search_queries\";s:214:\"contact, form, grunion, feedback, submission, contact form, email, feedback, contact form plugin, custom form, custom form plugin, form builder, forms, form maker, survey, contact by jetpack, contact us, forms free\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"275642ae868612fff9f668c
 e23aef464\";a:15:{s:4:\"name\";s:9:\"Copy Post\";s:11:\"description\";s:53:\"Copy an existing post\'s content into a new draft post\";s:14:\"jumpstart_desc\";s:53:\"Copy an existing post\'s content into a new draft post\";s:4:\"sort\";s:2:\"15\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"7.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:7:\"Writing\";s:7:\"feature\";s:7:\"Writing\";s:25:\"additional_search_queries\";s:15:\"copy, duplicate\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"707c77d2e8cb0c12d094e5423c8beda8\";a:15:{s:4:\&
 quot;name\";s:20:\"Custom content types\";s:11:\"description\";s:74:\"Display different types of content on your site with custom content types.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"34\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"3.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:7:\"Writing\";s:7:\"feature\";s:7:\"Writing\";s:25:\"additional_search_queries\";s:72:\"cpt, custom post types, portfolio, portfolios, testimonial, testimonials\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"cd499b1678cfe3aabfc8ca0d3eb7e8b9\";a:15:{s
 :4:\"name\";s:10:\"Custom CSS\";s:11:\"description\";s:88:\"Adds options for CSS preprocessor use, disabling the theme\'s CSS, or custom image width.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1:\"2\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.7\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:10:\"Appearance\";s:7:\"feature\";s:10:\"Appearance\";s:25:\"additional_search_queries\";s:108:\"css, customize, custom, style, editor, less, sass, preprocessor, font, mobile, appearance, theme, stylesheet\";s:12:\"plan_classes\";s:0:\"\";}s:32:
 \"7d266d6546645f42cf52a66387699c50\";a:15:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"5d436678d5e010ac6b0f157aa1021554\";a:15:{s:4:\"name\";s:21:\"Enhanced Distribution\";s:11:\"description\";s:27:\"Increase reach and traffic.
 \";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1:\"5\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.2\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:6:\"Public\";s:11:\"module_tags\";s:7:\"Writing\";s:7:\"feature\";s:10:\"Engagement\";s:25:\"additional_search_queries\";s:54:\"google, seo, firehose, search, broadcast, broadcasting\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"2c9ff765b826940496a65c0f927a594a\";a:15:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\&quot
 ;;s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"092b94702bb483a5472578283c2103d6\";a:15:{s:4:\"name\";s:16:\"Google Analytics\";s:11:\"description\";s:56:\"Set up Google Analytics without touching a line of code.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"37\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"4.5\&quot
 ;;s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:10:\"Engagement\";s:25:\"additional_search_queries\";s:37:\"webmaster, google, analytics, console\";s:12:\"plan_classes\";s:17:\"business, premium\";}s:32:\"6bd77e09440df2b63044cf8cb7963773\";a:15:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\&qu
 ot;;s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"ee1a10e2ef5733ab19eb1eb552d5ecb3\";a:15:{s:4:\"name\";s:19:\"Gravatar Hovercards\";s:11:\"description\";s:58:\"Enable pop-up business cards over commenters’ Gravatars.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"11\";s:20:\"recommendation_order\";s:2:\"13\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_a
 ctivate\";s:2:\"No\";s:11:\"module_tags\";s:18:\"Social, Appearance\";s:7:\"feature\";s:10:\"Appearance\";s:25:\"additional_search_queries\";s:20:\"gravatar, hovercards\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"284c08538b0bdc266315b2cf80b9c044\";a:15:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:
 \"additional_search_queries\";s:0:\"\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"0ce5c3ac630dea9f41215e48bb0f52f3\";a:15:{s:4:\"name\";s:15:\"Infinite Scroll\";s:11:\"description\";s:53:\"Automatically load new content when a visitor scrolls\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"26\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:10:\"Appearance\";s:7:\"feature\";s:10:\"Appearance\";s:25:\"additional_search_queries\";s:33:\"scroll, infinite, infinite scroll\
 ";s:12:\"plan_classes\";s:0:\"\";}s:32:\"87da2858d4f9cadb6a44fdcf32e8d2b5\";a:15:{s:4:\"name\";s:8:\"JSON API\";s:11:\"description\";s:51:\"Allow applications to securely access your content.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"19\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.9\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:6:\"Public\";s:11:\"module_tags\";s:19:\"Writing, Developers\";s:7:\"feature\";s:7:\"General\";s:25:\"additional_search_queries\";s:50:\"api, rest, develop, developers, json, klout, oauth\";s:12:\"plan_classes\&qu
 ot;;s:0:\"\";}s:32:\"004962cb7cb9ec2b64769ac4df509217\";a:15:{s:4:\"name\";s:14:\"Beautiful Math\";s:11:\"description\";s:75:\"Use the LaTeX markup language to write mathematical equations and formulas.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"12\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:7:\"Writing\";s:7:\"feature\";s:7:\"Writing\";s:25:\"additional_search_queries\";s:47:\"latex, math, equation, equations, formula, code\";s:12:\"plan_classes\";s:0:\"\";}s
 :32:\"7f408184bee8850d439c01322867e72c\";a:15:{s:4:\"name\";s:11:\"Lazy Images\";s:11:\"description\";s:137:\"Speed up your site and create a smoother viewing experience by loading images as visitors scroll down the screen, instead of all at once.\";s:14:\"jumpstart_desc\";s:164:\"Lazy-loading images improve your site\'s speed and create a smoother viewing experience. Images will load as visitors scroll down the screen, instead of all at once.\";s:4:\"sort\";s:2:\"24\";s:20:\"recommendation_order\";s:2:\"14\";s:10:\"introduced\";s:5:\"5.6.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:23:\"Appearance, Recommended\&
 quot;;s:7:\"feature\";s:21:\"Appearance, Jumpstart\";s:25:\"additional_search_queries\";s:150:\"mobile, theme, fast images, fast image, image, lazy, lazy load, lazyload, images, lazy images, thumbnail, image lazy load, lazy loading, load, loading\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"2ad914b747f382ae918ed3b37077d4a1\";a:15:{s:4:\"name\";s:5:\"Likes\";s:11:\"description\";s:63:\"Give visitors an easy way to show they appreciate your content.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"23\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.2\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\"
 ;s:2:\"No\";s:11:\"module_tags\";s:6:\"Social\";s:7:\"feature\";s:10:\"Engagement\";s:25:\"additional_search_queries\";s:26:\"like, likes, wordpress.com\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"b347263e3470979442ebf0514e41e893\";a:15:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_sea
 rch_queries\";s:0:\"\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"589982245aa6f495b72ab7cf57a1a48e\";a:15:{s:4:\"name\";s:8:\"Markdown\";s:11:\"description\";s:50:\"Write posts or pages in plain-text Markdown syntax\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"31\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.8\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:7:\"Writing\";s:7:\"feature\";s:7:\"Writing\";s:25:\"additional_search_queries\";s:12:\"md, markdown\";s:12:\"plan_classes\";s:0:\"\";}s:
 32:\"d3bec8e063d637bc285018241b783725\";a:15:{s:4:\"name\";s:21:\"WordPress.com Toolbar\";s:11:\"description\";s:91:\"Replaces the admin bar with a useful toolbar to quickly manage your site via WordPress.com.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"38\";s:20:\"recommendation_order\";s:2:\"16\";s:10:\"introduced\";s:3:\"4.8\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:7:\"General\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:19:\"adminbar, masterbar\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"6ab1c3e749bcfba2dedbaebe
 6c9fc614\";a:15:{s:4:\"name\";s:12:\"Mobile Theme\";s:11:\"description\";s:31:\"Enable the Jetpack Mobile theme\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"21\";s:20:\"recommendation_order\";s:2:\"11\";s:10:\"introduced\";s:3:\"1.8\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:31:\"Appearance, Mobile, Recommended\";s:7:\"feature\";s:10:\"Appearance\";s:25:\"additional_search_queries\";s:24:\"mobile, theme, minileven\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"b7be7da643ec641511839ecc6afb6def\";a:15:{s:4:\"name\";s:0:\"\"
 ;s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"d54f83ff429a8a37ace796de98459411\";a:15:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s
 :0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"0f8b373fa12c825162c0b0bc20b8bbdd\";a:15:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0
 :\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"5d7b0750cb34a4a72a44fa67790de639\";a:15:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"
 feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"f07fde8db279ffb0116c727df72c6374\";a:15:{s:4:\"name\";s:7:\"Monitor\";s:11:\"description\";s:118:\"Jetpack’s downtime monitoring will continuously watch your site, and alert you the moment that downtime is detected.\";s:14:\"jumpstart_desc\";s:61:\"Receive immediate notifications if your site goes down, 24/7.\";s:4:\"sort\";s:2:\"28\";s:20:\"recommendation_order\";s:2:\"10\";s:10:\"introduced\";s:3:\"2.6\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:11:\"Reco
 mmended\";s:7:\"feature\";s:19:\"Security, Jumpstart\";s:25:\"additional_search_queries\";s:123:\"monitor, uptime, downtime, monitoring, maintenance, maintenance mode, offline, site is down, site down, down, repair, error\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"136a5445a49150db75472862f3d3aefb\";a:15:{s:4:\"name\";s:13:\"Notifications\";s:11:\"description\";s:57:\"Receive instant notifications of site comments and likes.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"13\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.9\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\&
 quot;;s:11:\"module_tags\";s:5:\"Other\";s:7:\"feature\";s:7:\"General\";s:25:\"additional_search_queries\";s:62:\"notification, notifications, toolbar, adminbar, push, comments\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"395d8ae651afabb54d1e98440674b384\";a:15:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\&quot
 ;additional_search_queries\";s:0:\"\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"0b7b5e3ff80355a67c5485b0d00cd1a2\";a:15:{s:4:\"name\";s:9:\"Asset CDN\";s:11:\"description\";s:154:\"Jetpack’s Site Accelerator loads your site faster by optimizing your images and serving your images and static files from our global network of servers.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"26\";s:20:\"recommendation_order\";s:1:\"1\";s:10:\"introduced\";s:3:\"6.6\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:42:\"Photos and Videos, Appearance, Recommended\";s:7:\"feature\"
 ;s:34:\"Recommended, Appearance, Jumpstart\";s:25:\"additional_search_queries\";s:160:\"site accelerator, accelerate, static, assets, javascript, css, files, performance, cdn, bandwidth, content delivery network, pagespeed, combine js, optimize css\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"4484ac68583fbbaab0ef698cdc986950\";a:15:{s:4:\"name\";s:9:\"Image CDN\";s:11:\"description\";s:141:\"Mirrors and serves your images from our free and fast image CDN, improving your site’s performance with no additional load on your servers.\";s:14:\"jumpstart_desc\";s:141:\"Mirrors and serves your images from our free and fast image CDN, improving your site’s performance with no additional load on your servers.\";s:4:\"sort\";s:2:\"25\";s:20:\"recommendation_order\";s:1:\"1\";s:10:\"introduced\";s:3:\"2.0\";s:7:\&quot
 ;changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:42:\"Photos and Videos, Appearance, Recommended\";s:7:\"feature\";s:34:\"Recommended, Jumpstart, Appearance\";s:25:\"additional_search_queries\";s:171:\"photon, photo cdn, image cdn, speed, compression, resize, responsive images, responsive, content distribution network, optimize, page speed, image optimize, photon jetpack\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"509aac35e28ac722a331f67613cd27ec\";a:15:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\&quo
 t;\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"6f30193afa5b1360e3fa2676501b5e3a\";a:15:{s:4:\"name\";s:13:\"Post by email\";s:11:\"description\";s:33:\"Publish posts by sending an email\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"14\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";
 s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:7:\"Writing\";s:7:\"feature\";s:7:\"Writing\";s:25:\"additional_search_queries\";s:20:\"post by email, email\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"3e9f8bd3755d92e8e5d06966a957beb8\";a:15:{s:4:\"name\";s:7:\"Protect\";s:11:\"description\";s:135:\"Protect yourself from brute force and distributed brute force attacks, which are the most common way for hackers to get into your site.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1:\"1\";s:20:\"recommendation_order\";s:1:\"4\";s:10:\"introduced\";s:3:\"3.4\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\&quot
 ;;s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:11:\"Recommended\";s:7:\"feature\";s:8:\"Security\";s:25:\"additional_search_queries\";s:173:\"security, jetpack protect, secure, protection, botnet, brute force, protect, login, bot, password, passwords, strong passwords, strong password, wp-login.php,  protect admin\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"0cacc8ab2145ad11cb54d181a98aa550\";a:15:{s:4:\"name\";s:9:\"Publicize\";s:11:\"description\";s:128:\"Publicize makes it easy to share your site’s posts on several social media networks automatically when you publish a new post.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"10\";s:20:\"recommendation
 _order\";s:1:\"7\";s:10:\"introduced\";s:3:\"2.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:19:\"Social, Recommended\";s:7:\"feature\";s:10:\"Engagement\";s:25:\"additional_search_queries\";s:220:\"facebook, jetpack publicize, twitter, tumblr, linkedin, social, tweet, connections, sharing, social media, automated, automated sharing, auto publish, auto tweet and like, auto tweet, facebook auto post, facebook posting\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"a528c2f803a92c5c2effa67cd33ab33a\";a:15:{s:4:\"name\";s:20:\"Progressive Web Apps\";s:11:\"description\";s:85:\"Speed up and improve the reliabi
 lity of your site using the latest in web technology.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"38\";s:20:\"recommendation_order\";s:2:\"18\";s:10:\"introduced\";s:5:\"5.6.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:10:\"Developers\";s:7:\"feature\";s:7:\"Traffic\";s:25:\"additional_search_queries\";s:26:\"manifest, pwa, progressive\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"329b8efce059081d46936ece0c6736b3\";a:15:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sor
 t\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"5fdd42d482712fbdaf000b28ea7adce9\";a:15:{s:4:\"name\";s:13:\"Related posts\";s:11:\"description\";s:113:\"Keep visitors engaged on your blog by highlighting relevant and new content at the bottom of each published post.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"29\";s:20:\"recommendation_o
 rder\";s:1:\"9\";s:10:\"introduced\";s:3:\"2.9\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:11:\"Recommended\";s:7:\"feature\";s:10:\"Engagement\";s:25:\"additional_search_queries\";s:360:\"related, jetpack related posts, related posts for wordpress, related posts, popular posts, popular, related content, related post, contextual, context, contextual related posts, related articles, similar posts, easy related posts, related page, simple related posts, free related posts, related thumbnails, similar, engagement, yet another related posts plugin\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"2c5096ef610018e98a8bcccfbea4471e\";a:15:{s:4:\&qu
 ot;name\";s:6:\"Search\";s:11:\"description\";s:87:\"Enhanced search, powered by Elasticsearch, a powerful replacement for WordPress search.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"34\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"5.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:5:\"false\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:6:\"Search\";s:25:\"additional_search_queries\";s:110:\"search, elastic, elastic search, elasticsearch, fast search, search results, search performance, google search\";s:12:\"plan_classes\";s:8:\"business\";}s:32:\"0d81dd
 7df3ad2f245e84fd4fb66bf829\";a:15:{s:4:\"name\";s:9:\"SEO Tools\";s:11:\"description\";s:50:\"Better results on search engines and social media.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"35\";s:20:\"recommendation_order\";s:2:\"15\";s:10:\"introduced\";s:3:\"4.4\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:18:\"Social, Appearance\";s:7:\"feature\";s:7:\"Traffic\";s:25:\"additional_search_queries\";s:81:\"search engine optimization, social preview, meta description, custom title format\";s:12:\"plan_classes\";s:17:\"business, premium\";}s:32:\&
 quot;32aaa676b3b6c9f3ef22430e1e0bca24\";a:15:{s:4:\"name\";s:7:\"Sharing\";s:11:\"description\";s:120:\"Add Twitter, Facebook and Google+ buttons at the bottom of each post, making it easy for visitors to share your content.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1:\"7\";s:20:\"recommendation_order\";s:1:\"6\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:3:\"1.2\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:19:\"Social, Recommended\";s:7:\"feature\";s:10:\"Engagement\";s:25:\"additional_search_queries\";s:229:\"share, sharing, sharedaddy, social buttons, buttons, share facebook, share twitt
 er, social media sharing, social media share, social share, icons, email, facebook, twitter, linkedin, pinterest, pocket, social widget, social media\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"948472b453cda59b38bb7c37af889af0\";a:15:{s:4:\"name\";s:16:\"Shortcode Embeds\";s:11:\"description\";s:177:\"Shortcodes are WordPress-specific markup that let you add media from popular sites. This feature is no longer necessary as the editor now handles media embeds rather gracefully.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1:\"3\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:3:\"1.2\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2
 :\"No\";s:11:\"module_tags\";s:46:\"Photos and Videos, Social, Writing, Appearance\";s:7:\"feature\";s:7:\"Writing\";s:25:\"additional_search_queries\";s:236:\"shortcodes, shortcode, embeds, media, bandcamp, dailymotion, facebook, flickr, google calendars, google maps, google+, polldaddy, recipe, recipes, scribd, slideshare, slideshow, slideshows, soundcloud, ted, twitter, vimeo, vine, youtube\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"7d00a6ca0a79fbe893275aaf6ed6ae42\";a:15:{s:4:\"name\";s:16:\"WP.me Shortlinks\";s:11:\"description\";s:82:\"Generates shorter links so you can have more space to write on social media sites.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1:\"8\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\
 ";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:6:\"Social\";s:7:\"feature\";s:7:\"Writing\";s:25:\"additional_search_queries\";s:17:\"shortlinks, wp.me\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"372e711395f23c466e04d4fd07f73099\";a:15:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\&q
 uot;;s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"2ea687cec293289a2a3e5f0459e79768\";a:15:{s:4:\"name\";s:8:\"Sitemaps\";s:11:\"description\";s:50:\"Make it easy for search engines to find your site.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"13\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"3.9\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:20:\"
 Recommended, Traffic\";s:7:\"feature\";s:11:\"Recommended\";s:25:\"additional_search_queries\";s:39:\"sitemap, traffic, search, site map, seo\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"2fe9dc2c7389d4f0825a0b23bc8b19d1\";a:15:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\&quot
 ;;s:12:\"plan_classes\";s:0:\"\";}s:32:\"e7cf8a7e0f151ccf7cbdc6d8f118f316\";a:15:{s:4:\"name\";s:14:\"Secure Sign On\";s:11:\"description\";s:62:\"Allow users to log into this site using WordPress.com accounts\";s:14:\"jumpstart_desc\";s:98:\"Lets you log in to all your Jetpack-enabled sites with one click using your WordPress.com account.\";s:4:\"sort\";s:2:\"30\";s:20:\"recommendation_order\";s:1:\"5\";s:10:\"introduced\";s:3:\"2.6\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:10:\"Developers\";s:7:\"feature\";s:19:\"Security, Jumpstart\";s:25:\"additional_search_
 queries\";s:34:\"sso, single sign on, login, log in\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"34fb073ed896af853ed48bd5739240cb\";a:15:{s:4:\"name\";s:10:\"Site Stats\";s:11:\"description\";s:44:\"Collect valuable traffic stats and insights.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1:\"1\";s:20:\"recommendation_order\";s:1:\"2\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:23:\"Site Stats, Recommended\";s:7:\"feature\";s:10:\"Engagement\";s:25:\"additional_search_queries\";s:54:\"statistics, tracking, a
 nalytics, views, traffic, stats\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"8de0dfff24a17cf0fa0011dfc691a3f3\";a:15:{s:4:\"name\";s:13:\"Subscriptions\";s:11:\"description\";s:87:\"Allow users to subscribe to your posts and comments and receive notifications via email\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1:\"9\";s:20:\"recommendation_order\";s:1:\"8\";s:10:\"introduced\";s:3:\"1.2\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:6:\"Social\";s:7:\"feature\";s:10:\"Engagement\";s:25:\"additional_search_queries\";s:74:\"subscriptions, subscriptio
 n, email, follow, followers, subscribers, signup\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"4744f348db095538d3edcacb0ed99c89\";a:15:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"d89db0d934b39f86065ff58e73594070\";a:15:{s:4:\"name\&quot
 ;;s:15:\"Tiled Galleries\";s:11:\"description\";s:61:\"Display image galleries in a variety of elegant arrangements.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"24\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:17:\"Photos and Videos\";s:7:\"feature\";s:10:\"Appearance\";s:25:\"additional_search_queries\";s:43:\"gallery, tiles, tiled, grid, mosaic, images\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"01987a7ba5e19786f2992501add8181a\";a:15:{s:4:\"name\";s:0:\"\";s:11:\
 "description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"20459cc462babfc5a82adf6b34f6e8b1\";a:15:{s:4:\"name\";s:20:\"Backups and Scanning\";s:11:\"description\";s:100:\"Protect your site with daily or real-time backups and automated virus scanning and threat detection.\";s:14:\"jumpstar
 t_desc\";s:0:\"\";s:4:\"sort\";s:2:\"32\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:5:\"0:1.2\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:5:\"false\";s:4:\"free\";s:5:\"false\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:16:\"Security, Health\";s:25:\"additional_search_queries\";s:386:\"backup, cloud backup, database backup, restore, wordpress backup, backup plugin, wordpress backup plugin, back up, backup wordpress, backwpup, vaultpress, backups, off-site backups, offsite backup, offsite, off-site, antivirus, malware scanner, security, virus, viruses, prevent viruses, scan, anti-virus, antimalware, protection, safe browsing, malware, wp security, wordpres
 s security\";s:12:\"plan_classes\";s:27:\"personal, business, premium\";}s:32:\"836245eb0a8f0c5272542305a88940c1\";a:15:{s:4:\"name\";s:17:\"Site verification\";s:11:\"description\";s:58:\"Establish your site\'s authenticity with external services.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"33\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"3.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:10:\"Engagement\";s:25:\"additional_search_queries\";s:56:\"webmaster, seo, google, bing, pinterest, search, 
 console\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"e94397a5c47c1be995eff613e65a674f\";a:15:{s:4:\"name\";s:10:\"VideoPress\";s:11:\"description\";s:101:\"Save on hosting storage and bandwidth costs by streaming fast, ad-free video from our global network.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"27\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.5\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:5:\"false\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:17:\"Photos and Videos\";s:7:\"feature\";s:7:\"Writing\";s:25:\"additional_search_queries\";s:118:\"video, videos, videopress,
  video gallery, video player, videoplayer, mobile video, vimeo, youtube, html5 video, stream\";s:12:\"plan_classes\";s:17:\"business, premium\";}s:32:\"032cd76e08467c732ccb026efda0c9cd\";a:15:{s:4:\"name\";s:17:\"Widget Visibility\";s:11:\"description\";s:42:\"Control where widgets appear on your site.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"17\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.4\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:10:\"Appearance\";s:7:\"feature\";s:10:\"Appearance\";s:25:\"additional_search_queries\&qu
 ot;;s:54:\"widget visibility, logic, conditional, widgets, widget\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"9b3e84beedf2e96f1ac5dd6498d2b1aa\";a:15:{s:4:\"name\";s:21:\"Extra Sidebar Widgets\";s:11:\"description\";s:49:\"Provides additional widgets for use on your site.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1:\"4\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.2\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:18:\"Social, Appearance\";s:7:\"feature\";s:10:\"Appearance\";s:25:\"additional_search_queries\";s:65:\"widget
 , widgets, facebook, gallery, twitter, gravatar, image, rss\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"7724fd9600745cf93e37cc09282e1a37\";a:15:{s:4:\"name\";s:3:\"Ads\";s:11:\"description\";s:60:\"Earn income by allowing Jetpack to display high quality ads.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1:\"1\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:5:\"4.5.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:19:\"Traffic, Appearance\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:26:\"advertising, ad codes, ads\&quot
 ;;s:12:\"plan_classes\";s:17:\"premium, business\";}s:32:\"5b8f8e5b5a1887e3c0393cb78d5143a3\";a:15:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";s:12:\"plan_classes\";s:0:\"\";}}','no'),(15463,'widget_media_audio','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(15464,'widget_media_image
 ','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(15465,'widget_media_gallery','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(15466,'widget_media_video','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(15467,'widget_custom_html','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(15468,'widget_wcorg_campaign_monitor_wiget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(15469,'widget_wcorg_mailchimp_wiget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(15470,'widget_authors','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(15471,'widget_eu_cookie_law_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(15472,'widget_facebook-likebox','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(15473,'widget_flickr','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(15474,'widget_wpcom-goodreads','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(15475,'widget_google_translate_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(15476,'widge
 t_grofile','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(15477,'widget_internet_defense_league_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(15478,'widget_widget_mailchimp_subscriber_popup','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(15479,'widget_milestone_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(15480,'widget_rss_links','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(15481,'widget_jetpack_widget_social_icons','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(15482,'widget_twitter_timeline','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(15483,'widget_upcoming_events_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(15484,'widget_jetpack_display_posts_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(15485,'widget_image','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(15488,'jetpack_testimonial','0','yes'),(15490,'wpsupercache_gc_time','1561490252','yes'),(15491,'_transient_timeout_jetpack_id
 c_allowed','1561490653','no'),(15492,'_transient_jetpack_idc_allowed','1','no'),(15496,'wp_page_for_privacy_policy','0','yes'),(15497,'show_comments_cookies_opt_in','1','yes'),(15498,'is_https_supported','1','yes'),(15499,'insecure_content','a:0:{}','yes');
</ins><span class="cx" style="display: block; padding: 0 10px"> /*!40000 ALTER TABLE `wc_2_options` ENABLE KEYS */;
</span><span class="cx" style="display: block; padding: 0 10px"> UNLOCK TABLES;
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -513,7 +510,7 @@
</span><span class="cx" style="display: block; padding: 0 10px">   `post_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'publish',
</span><span class="cx" style="display: block; padding: 0 10px">   `comment_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'open',
</span><span class="cx" style="display: block; padding: 0 10px">   `ping_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'open',
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-  `post_password` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+  `post_password` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
</ins><span class="cx" style="display: block; padding: 0 10px">   `post_name` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
</span><span class="cx" style="display: block; padding: 0 10px">   `to_ping` text COLLATE utf8mb4_unicode_ci NOT NULL,
</span><span class="cx" style="display: block; padding: 0 10px">   `pinged` text COLLATE utf8mb4_unicode_ci NOT NULL,
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -531,7 +528,7 @@
</span><span class="cx" style="display: block; padding: 0 10px">   KEY `post_parent` (`post_parent`),
</span><span class="cx" style="display: block; padding: 0 10px">   KEY `post_author` (`post_author`),
</span><span class="cx" style="display: block; padding: 0 10px">   KEY `post_name` (`post_name`(191))
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-) ENGINE=InnoDB AUTO_INCREMENT=69191 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+) ENGINE=InnoDB AUTO_INCREMENT=69190 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
</ins><span class="cx" style="display: block; padding: 0 10px"> /*!40101 SET character_set_client = @saved_cs_client */;
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><span class="cx" style="display: block; padding: 0 10px"> --
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -540,7 +537,7 @@
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><span class="cx" style="display: block; padding: 0 10px"> LOCK TABLES `wc_2_posts` WRITE;
</span><span class="cx" style="display: block; padding: 0 10px"> /*!40000 ALTER TABLE `wc_2_posts` DISABLE KEYS */;
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-INSERT INTO `wc_2_posts` VALUES (1,1,'2014-03-21 19:41:02','2014-03-21 19:41:02','Welcome to <a href=\"http://wordcamp.test/\">WordCamp.dev</a>. This is your first post. Edit or delete it, then start blogging!','Hello world!','','publish','open','open','','hello-world','','','2014-03-21 19:41:02','2014-03-21 19:41:02','',0,'http://central.wordcamp.test/?p=1',0,'post','',1),(4,1,'2014-03-21 23:53:24','2014-03-21 23:53:24','Testing new site creation','New Site','','publish','closed','closed','','new-site','','','2014-06-20 00:06:44','2014-06-20 00:06:44','',0,'http://central.wordcamp.test/?post_type=wordcamp&#038;p=4',0,'wordcamp','',0),(6,1,'2014-03-21 23:57:11','2014-03-21 23:57:11','Testing custom post types and other WordCamp content','Content','','publish','closed','closed','','content','','','2014-06-21 08:42:10','2014-06-21 08:42:10','',0,'http://central.wo
 rdcamp.test/?post_type=wordcamp&#038;p=6',0,'wordcamp','',0),(8,1,'2014-03-25 15:25:13','2014-03-25 15:25:13','Testing CampTix, shortcodes and other random things','Miscellaneous','','publish','closed','closed','','miscellaneous','','','2014-06-21 08:41:44','2014-06-21 08:41:44','',0,'http://central.wordcamp.test/?post_type=wordcamp&#038;p=8',0,'wordcamp','',0),(1709,1,'2014-04-18 19:09:17','2014-04-18 19:09:17','<p class=\"lead\">Questions? Use the form below to contact us.</p>\r\nNote: if you\'re interested in running a WordCamp in your area, please use the<a href=\"http://plan.wordcamp.org/become-an-organizer/organizer-application/\"> organizer application form</a> instead.\r\n\r\n[contact-form subject=\"WordCamp Central Contact\" to=\"foo@example.org\"] [contact-field label=\"Name\" type=\"name\" required=\"true\" /] [contact-field label=\"Email\" type=\"email\&qu
 ot; required=\"true\" /] [contact-field label=\"Website\" type=\"url\" /] [contact-field label=\"Message\" type=\"textarea\" required=\"true\" /] [/contact-form]','Contact Us','','publish','open','open','','contact-us','','','2014-12-19 21:44:04','2014-12-19 21:44:04','',0,'http://central.wordcamp.test/?page_id=1709',0,'page','',0),(2935,1,'2014-04-21 18:16:27','2014-04-21 18:16:27','Send swag to\r\n<ul class=\"ul-disc\">\r\n      <li>[wordcamp_name]</li>\r\n        <li>[organizer_name]</li>\r\n       <li>[organizer_address]</li>\r\n</ul>','Send Swag','','publish','closed','closed','','send-swag','','','2014-06-05 22:43:40','2014-06-05 22:43:40','',0,'http://central.wordcamp.test/?post_type=organizer-reminder&#038;p=2935',0,'organizer-reminder','',0),(3775,1,'2014-05-20 20:32:40','2014-05-20 20:32:40','asdf','WordCamp Pillar','WordCamps wouldn\'t be possible without the sponsorshi
 p of companies who care about WordPress, and we are lucky to be supported by some great firms.','publish','closed','closed','','wordcamp-pillar','','','2014-06-19 23:16:57','2014-06-19 23:16:57','',0,'http://central.wordcamp.test/?post_type=mes-sponsor-level&#038;p=3775',0,'mes-sponsor-level','',0),(3791,1,'2014-05-20 20:31:59','2014-05-20 20:31:59','','News','','publish','open','open','','news','','','2014-05-20 20:31:59','2014-05-20 20:31:59','',0,'http://central.wordcamp.test/?page_id=3791',0,'page','',0),(3798,1,'2014-05-20 20:32:15','2014-05-20 20:32:15','','Home','','publish','open','open','','front-page','','','2014-12-19 19:46:06','2014-12-19 19:46:06','',0,'http://central.wordcamp.test/?page_id=3798',0,'page','',0),(4077,1,'2014-05-20 21:07:07','2014-05-20 21:07:07','<span style=\"color: #424242; font-family: Helvetica, Arial, sans-serif; font-size: 15px; font-style: normal; font-variant: normal; font-weight: 300; letter-spacing: normal; line-height: 22.5px; orp
 hans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff; display: inline !important; float: none;\">Bluehost has been a WordPress partner since 2005 and powers over one million WordPress sites. Their goal is to provide outstanding hosting services and customer support for the best possible price. Bluehost is also constantly innovating and upgrading their services and infrastructure at no additional cost to their customers. Join the millions of other website owners that have already chosen Bluehost and see how they can help you with your site.</span>','Bluehost','Did you know that Bluehost powers over one million WordPress sites? And did you know they sponsor every WordCamp in the whole entire world? Bluehost was the first company to sign on as multi-event sponsor when we debuted the program in March of 2013, and we\'re so very grateful for thei
 r continuing support of this and every other WordCamp. ','publish','closed','closed','','bluehost','','','2014-06-17 01:02:42','2014-06-17 01:02:42','',0,'http://central.wordcamp.test/?post_type=mes&#038;p=4077',0,'mes','',0),(10592,1,'2014-05-30 18:07:34','2014-05-30 18:07:34','<p style=\"color: #424242; font-family: Helvetica, Arial, sans-serif; line-height: 1.5; font-weight: 300; font-size: 15px; outline: none; margin-bottom: 24px; font-style: normal; font-variant: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;\">If you use WordPress to build things for other people,<span class=\"Apple-converted-space\"> </span><a style=\"color: #028db9; font-family: Helvetica, Arial, sans-serif; line-height: 1.5; font-weight: 600; font-size: 15px; outline: none; text-decoration: none;\" href=\&quot
 ;http://codepoet.com\">Code Poet</a><span class=\"Apple-converted-space\"> </span>wants to make your life easier. No matter whether you freelance on a solo basis, lead a small web shop, make plugins in a dark closet, or crack the whip at a large design firm, Code Poet’s aim is to become your go-to source of information and resources to help you expand your WordPress skills and know-how. To make you better at what you do. To make it easier to make your living and look great doing it.</p>\r\n<p style=\"color: #424242; font-family: Helvetica, Arial, sans-serif; line-height: 1.5; font-weight: 300; font-size: 15px; outline: none; margin-bottom: 24px; font-style: normal; font-variant: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;\">You’re part of a tribe of WordPress designers and de
 velopers over 10,000 strong, spanning the entire globe. codepoet.com aims to bring the working knowledge and real world strategies of those people into one place, for you to tap into.</p>','Code Poet','Jetpack is a WordPress plugin that supercharges your self-hosted WordPress site with the awesome cloud power of WordPress.com. They sponsor every WordCamp in the whole world as a WordCamp Champion, and we\'re so very grateful for their support of this and every other WordCamp. \r\n','publish','closed','closed','','code-poet','','','2014-06-17 01:03:20','2014-06-17 01:03:20','',0,'http://central.wordcamp.test/?post_type=mes&#038;p=10592',0,'mes','',0),(10784,1,'2014-05-30 18:36:58','2014-05-30 18:36:58','<p style=\"color: #424242; font-family: Helvetica, Arial, sans-serif; line-height: 1.5; font-weight: 300; font-size: 15px; outline: none; margin-bottom: 24px; font-style: normal; font-variant: normal; letter-spacing: normal; orphans: auto; text-align: start; text-inde
 nt: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;\">From its inception in 1998, (mt) Media Temple has been on a mission to help people and businesses succeed online.</p>\r\n<p style=\"color: #424242; font-family: Helvetica, Arial, sans-serif; line-height: 1.5; font-weight: 300; font-size: 15px; outline: none; margin-bottom: 24px; font-style: normal; font-variant: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;\">Over 125,000 customers in 100 countries now rely on Media Temple’s tools for domain registration, web hosting, business applications, virtual servers, and other cloud services to power more than 1.5 million websites. With 200 dedicated, U.S.-based employees, Media Temple takes pride in our 24/7 customer support. Our customers range
  from everyday people to top bloggers, creative professionals, and small businesses, as well as large enterprises like Starbucks, Adidas, Samsung, and Toyota.</p>\r\n<p style=\"color: #424242; font-family: Helvetica, Arial, sans-serif; line-height: 1.5; font-weight: 300; font-size: 15px; outline: none; margin-bottom: 24px; font-style: normal; font-variant: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;\">More information can be found anytime on the web at <a style=\"color: #028db9; font-family: Helvetica, Arial, sans-serif; line-height: 1.5; font-weight: 600; font-size: 15px; outline: none; text-decoration: none;\" href=\"http://href.li/?http://mediatemple.com\" rel=\"nofollow\">http://mediatemple.com</a> or on Twitter<span class=\"Apple-converted-space\"> 
 </span><a style=\"color: #028db9; font-family: Helvetica, Arial, sans-serif; line-height: 1.5; font-weight: 600; font-size: 15px; outline: none; text-decoration: none;\" href=\"http://twitter.com/mediatemple\">@MediaTemple</a>.</p>','Media Temple','From its inception in 1998, (mt) Media Temple has been on a mission to help people and businesses succeed online, and they certainly helped out our WordCamp by supporting us as a WordCamp Pillar. Huge props to Media Temple for their commitment to WordCamps all over the US, including this one!','publish','closed','closed','','media-temple','','','2014-06-17 01:03:48','2014-06-17 01:03:48','',0,'http://central.wordcamp.test/?post_type=mes&#038;p=10784',0,'mes','',0),(14399,1,'2014-06-03 19:19:06','2014-06-03 19:19:06','you were added to schedule (i.e. pending -&gt; publish)\r\n<ul class=\"ul-disc\">\r\n  <li>[wordcamp_name]</li>\r\n        <li>[organizer_name]<
 /li>\r\n    <li>[organizer_address]</li>\r\n</ul>','added to schedule','','publish','closed','closed','','added-to-schedule','','','2014-06-12 20:01:34','2014-06-12 20:01:34','',0,'http://central.wordcamp.test/?post_type=organizer-reminder&#038;p=14399',0,'organizer-reminder','',0),(16495,1,'2014-06-03 21:04:27','2014-06-03 21:04:27','Howdy! Your application for [wordcamp_name] has been accepted, and we\'ve granted your WordPress.org account ([lead_organizer_username]) access to central.wordcamp.org. Most of the information that we\'ll need to collect from you is stored in a custom \'WordCamp\' post located at the address below.\r\n\r\nPlease log in and fill out all those empty fields. We can\'t add you to the official schedule until all of the fields are completed.\r\n\r\n[edit_wordcamp_url]\r\n\r\nPlease let us know if you have any questions,\r\nWordCamp Central','[wordcamp_name] application accepted','','publish','closed','closed','','wordcamp-organizer-adde
 d-to-central','','','2014-06-06 00:05:21','2014-06-06 00:05:21','',0,'http://central.wordcamp.test/?post_type=organizer-reminder&#038;p=16495',0,'organizer-reminder','',0),(17700,1,'2014-06-04 01:10:49','2014-06-04 01:10:49','Howdy! This email is to tell you that [wordcamp_name] has been added to the schedule and has accepted your sponsorship offer.\r\n\r\nTheir site is: [wordcamp_url]\r\n\r\nTheir date is: [wordcamp_start_date], and they expect about [wordcamp_anticipated_attendees] attendees.\r\n\r\nTheir venue address is:\r\n\r\n[venue_address]\r\n\r\nTheir shipping address is:\r\n\r\n[organizer_address]\r\n\r\nTheir Twitter handle is [wordcamp_twitter] and their hashtag is [wordcamp_hashtag]\r\n\r\nYou can reach them by emailing: [lead_organizer_email] or [sponsor_wrangler_email]\r\n\r\nYour company information and logo will be displayed on the WordCamp\'s site shortly.\r\n\r\nThanks for your support of [wordcamp_name]!\r\n\r\nBest wishes,\r\nAndrea Middleton\r\nWordCamp Cen
 tral','[wordcamp_name] has accepted your sponsorship offer','','publish','closed','closed','','wordcamp_name-has-accepted-your-sponsorship-offer','','','2014-06-06 00:06:06','2014-06-06 00:06:06','',0,'http://central.wordcamp.test/?post_type=organizer-reminder&#038;p=17700',0,'organizer-reminder','',0),(35574,1,'2014-06-04 20:20:50','2014-06-04 20:20:50','[wordcamp_name]\r\n[wordcamp_start_date]\r\n[wordcamp_location]\r\n[wordcamp_url]\r\n[edit_wordcamp_url]\r\n[wordcamp_email]\r\n[wordcamp_twitter]\r\n[wordcamp_hashtag]\r\n[wordcamp_anticipated_attendees]\r\n[multi_event_sponsor_region]\r\n<h5>The organizing team:</h5>\r\n[organizer_name]\r\n[lead_organizer_username]\r\n[lead_organizer_email]\r\n[lead_organizer_telephone]\r\n[organizer_address]\r\n[sponsor_wrangler_name]\r\n[sponsor_wrangler_email]\r\n[budget_wrangler_name]\r\n[budget_wrangler_email]\r\n<h5>Venue</h5>\r\n[venue_name]\r\n[venue_address]\r\n[venue_max_capacity]\r\n[venue_available_rooms]\r
 \n[venue_url]\r\n[venue_contact_info]','All placeholders','','publish','closed','closed','','all-placeholders','','','2014-06-11 20:32:42','2014-06-11 20:32:42','',0,'http://central.wordcamp.test/?post_type=organizer-reminder&#038;p=35574',0,'organizer-reminder','',0),(36753,1,'2014-06-04 23:30:28','2014-06-04 23:30:28','Hi [organizer_name],\r\n\r\nCongratulations! You\'re now an administrator on [wordcamp_url]. Log on using the same username and password you use to log on to wordpress.org support forums: http://wordpress.org/support/\r\n\r\nFeel free to choose the theme you prefer from the list of available themes and customize it with CSS. For security and maintainability, we can’t allow custom PHP or JavaScript code, but if you have a pressing need for something, please feel free to contact us and we’ll try to accommodate your request.\r\n\r\nHere\'s some great documentation on working on your WordCamp website and the custom tools we\'ve developed for organizers:\r\n\r\nC
 reating a WordCamp web presence:\r\n\r\nhttp://plan.wordcamp.org/first-steps/web-presence/\r\n\r\nBuilding WordCamp content with our custom tools:\r\n\r\nhttp://plan.wordcamp.org/first-steps/web-presence/working-with-speakers-sessions-and-sponsors/\r\n\r\nTime-saving shortcodes:\r\n\r\nhttp://plan.wordcamp.org/first-steps/web-presence/using-the-wordcamp-theme/shortcode-embeds/\r\n\r\nHelpful pro-tips:\r\n\r\nhttp://plan.wordcamp.org/tips-and-tricks-for-working-on-your-wordcamp-org-site/\r\n\r\nVideo! Here\'s Ian Dunn talking you through the special site tools for your WordCamp site: https://www.youtube.com/watch?v=PEUrjpgsdwg\r\n\r\nA planning schedule, including what could be on your event site (and when):\r\n\r\nhttps://docs.google.com/spreadsheet/ccc?key=0AiOGe9LzBlkOdFdMaXlFcGtPaXR3aXFtLUlpUzdJMEE&amp;usp=sharing#gid=0\r\n\r\nFirst off you\'ll probably want to change the generic \"Hello World!\" post on the site to something else.\r\n\r\nLet us know if you have any
  questions at all!\r\n\r\nThanks,\r\nAndrea Middleton','[wordcamp_name] website has been created','','publish','closed','closed','','wordcamp_name-website-has-been-created','','','2014-06-06 00:03:11','2014-06-06 00:03:11','',0,'http://central.wordcamp.test/?post_type=organizer-reminder&#038;p=36753',0,'organizer-reminder','',0),(41719,1,'2014-06-06 05:32:38','2014-06-06 05:32:38','','WordCamp Seattle','','publish','closed','closed','','wordcamp-seattle-11','','','2014-06-21 08:41:23','2014-06-21 08:41:23','',0,'http://central.wordcamp.test/?post_type=wordcamp&#038;p=41719',0,'wordcamp','',0),(48085,1,'2014-06-12 19:44:17','2014-06-12 19:44:17','Howdy, [organizer_name]!\r\n\r\nNow that your event is on the planning schedule, choosing your venue is the very first task. Your choice of venue will determine your event date, your budget, how many people can attend, and how many concurrent tracks you can run. The importance of this choice cannot be overstated, and NO other plans s
 hould be made before venue selection. Getting a donated venue (via a venue sponsorship or event hosting arrangement) is the best possible outcome; renting venues quickly raises the budget, especially when there are catering requirements attached to the space. Hold out for a donated venue whenever possible.\r\n\r\nFor suggestions on how to get an appropriate venue -- including a great checklist of venue considerations -- check out: http://plan.wordcamp.org/first-steps/venue-and-date/\r\n\r\nPlease let us know if we can help! Hope to see you in an orientation hangout, if we haven\'t already!\r\n\r\nHave a great day,\r\n\r\nAndrea and Cami','Your First Week of Planning','','publish','closed','closed','','your-first-week-of-planning','','','2014-06-12 19:44:17','2014-06-12 19:44:17','',0,'http://central.wordcamp.test/?post_type=organizer-reminder&#038;p=48085',0,'organizer-reminder','',0),(48093,1,'2014-06-12 19:45:18','2014-06-12 19:45:18','Hope you\'re having a great week, [organi
 zer_name]! As you\'re getting WordCamp planning ramped up, keep in mind that WordCamps are easier to organize when you have an awesome group of community members all pitching in.\r\n\r\nBy involving more of the people from your local WordPress community, you\r\n- create a deep bench, in case volunteers have to step away in the middle of planning\r\n- reduce the amount of work you have to do -- this can easily become a full time job, yikes!\r\n- include lots of different skill sets and experiences\r\n- help unite your local community by working on a project together\r\n\r\nMost teams regret giving anyone more than one of these jobs (especially the lead organizer): sponsors, speakers, budget, or venue logistics. Reach out to your entire meetup group and local WordPress community to recruit members of the organizing team. There are frequently lurkers who might not write code but have amazing spreadsheet or fundraising skills, and you might not find them if you don\'t cast a wide, publi
 c net.\r\n\r\nGiving estimates for how many hours a week a certain job typically takes is a good way to help volunteers figure out if they can really commit to the event. It\'s always good to know up front if someone\'s going to have to bow out at some point, so encourage people to be realistic with the amount of time they promise to invest.\r\n\r\nAll organizers are expected to agree with the same items that you agreed to when you were approved to start pre-planning: http://plan.wordcamp.org/agreement-among-wordcamp-organizers-speakers-sponsors-and-volunteers/\r\n\r\nCheck out this page for a list of organizer team roles and more tips about building your organizing team:\r\n\r\nhttp://plan.wordcamp.org/first-steps/the-organizing-team/\r\n\r\nAs always, let us know if you have any questions,\r\n\r\nAndrea and Cami','Your Second Week of Planning','','publish','closed','closed','','your-second-week-of-planning','','','2014-06-12 19:45:18','2014-06-12 19:45:18','',0,'http://central.wor
 dcamp.test/?post_type=organizer-reminder&#038;p=48093',0,'organizer-reminder','',0),(48096,1,'2014-06-12 19:46:24','2014-06-12 19:46:24','Hey there, [organizer_name]! Hope the venue search is progressing well for you.\r\n\r\nIt\'s good to take advantage of this pre-planning period to start encouraging your local WordPress enthusiasts to think about what they might want to propose a session on for WordCamp. Organizing a workshop to teach members of your community how to develop a talk and a successful speaker proposal is a great way to encourage local participation. Planning a meetup that features lightning talks can give you a chance to assess your local speakers\' delivery and help people get over their nerves, if they have any.\r\n\r\nIt\'s also a good idea to keep the lines of communication open with your community, even in this early planning stage. Post to your WordCamp site your list of venue criteria, and invite everyone to help you look for a good place to hold WordCamp.
  It\'s a great idea to post the date and time of your planning meetings so people from your meetup can join in and post the meeting minutes on your WordCamp site so you everyone can see how things are progressing. You\'ll be surprised how many people come out of the woodwork with help if you just let them know how they can lend a hand!\r\n\r\nI hope you\'ve either attended or made a plan for everyone on the organizing team to attend a WordCamp organizer\'s orientation. If it\'s just not possible to attend in person, you can find recorded versions of the orientation here: https://www.youtube.com/channel/UCWQnu9XpK3ze10STZv9ORLg\r\n\r\nKeep in touch, and happy venue hunting!\r\n\r\nAll our best,\r\n\r\nAndrea and Cami','Your Third Week of Planning','','publish','closed','closed','','your-third-week-of-planning','','','2014-06-12 19:46:24','2014-06-12 19:46:24','',0,'http://central.wordcamp.test/?post_type=organizer-reminder&#038;p=48096',0,'organizer-reminder','',0),(50307,1,'2014
 -06-12 22:52:42','2014-06-12 22:52:42','Howdy, [organizer_name]! Thanks for your interest in organizing a WordCamp in [wordcamp_location].\r\n\r\nI am going to tentatively approve your application to be the primary organizer of [wordcamp_name]. Before you get started with any planning, please review the WordCamp organizer guidelines at http://plan.wordcamp.org. If you have any questions, please be sure to ask right away.\r\n\r\nTo formally agree to organize an event within the community WordCamp expectations, please sign the Organizer Agreement I will be sending you via DocuSign. I will then set you up as the administrator of the WordCamp\'s website so that you can put up a “Coming Soon” page that you can use to solicit volunteers, sponsors, organizers, etc. for your event. You may add users to the site if you wish, but please use their wordpress.org credentials to do so.\r\n\r\nWe will also create an @wordcamp.org email forward so that you have an official email that you can u
 se for correspondence; let me know what email you would like this address to forward to.  Some organizers have it go to one person who manages all incoming email, while others set up an email account that is accessible to all members of the organizing team -- either is fine, but let us know what you prefer.\r\n\r\nWe now have biweekly organizer orientation hangouts (see the schedule on the sidebar at http://make.wordpress.org/community/) to help new organizers learn about our best practices and guidelines and to update experienced organizers about new tools and programs. I recommend you and everyone on your organizing team try to attend at least one hangout between now and your event -- even if you can\'t all attend the same one. We also record the hangouts every month or so, in case it\'s not convenient to attend real-time. :)\r\n\r\nIf you have any questions, please ask right away. Thanks for all you\'re doing to foster and grow the WordPress community in [wordcamp_location]!','[
 wordcamp_name] application tentatively accepted','','publish','closed','closed','','wordcamp_name-application-tentatively-accepted','','','2014-06-12 22:52:42','2014-06-12 22:52:42','',0,'http://central.wordcamp.test/?post_type=organizer-reminder&#038;p=50307',0,'organizer-reminder','',0),(50976,1,'2014-06-17 01:00:58','2014-06-17 01:00:58','accomplice blurb','WordCamp Accomplice','Great sponsors make great WordCamps possible, and we feel lucky to be sponsored by [sponsor_names] as part of the multi-event sponsorship program.','publish','closed','closed','','wordcamp-accomplice','','','2014-06-19 23:16:53','2014-06-19 23:16:53','',0,'http://central.wordcamp.test/?post_type=mes-sponsor-level&#038;p=50976',0,'mes-sponsor-level','',0),(50977,1,'2014-06-17 01:00:43','2014-06-17 01:00:43','champ blurb','WordCamp Champion','A huge thanks to [sponsor_names] for all of their support in making our event the fantastic WordCamp that it is! We are counting down the days, and looking for
 ward to seeing you all there.','publish','closed','closed','','wordcamp-champion','','','2014-06-19 23:16:54','2014-06-19 23:16:54','',0,'http://central.wordcamp.test/?post_type=mes-sponsor-level&#038;p=50977',0,'mes-sponsor-level','',0),(67651,1,'2014-06-19 23:22:15','2014-06-19 23:22:15','<p style=\"color: #424242; font-family: Helvetica, Arial, sans-serif; line-height: 1.5; font-weight: 300; font-size: 15px; outline: none; margin-bottom: 24px; font-style: normal; font-variant: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;\">WPML turns WordPress websites multilingual. It works with caching, SEO and E-Commerce plugins, and allows the building of complete multilingual sites. WPML powers simple blogs as well as corporate and enterprise sites.</p>\r\n<p style=\"color: #424242; font-family: Helvetica, Arial, 
 sans-serif; line-height: 1.5; font-weight: 300; font-size: 15px; outline: none; margin-bottom: 24px; font-style: normal; font-variant: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;\">WPML allows users to translate everything in the site, including content, menus, widgets and even theme and plugin texts. WPML powers over 400,000 commercial websites from all over the world.</p>\r\n<p style=\"color: #424242; font-family: Helvetica, Arial, sans-serif; line-height: 1.5; font-weight: 300; font-size: 15px; outline: none; margin-bottom: 24px; font-style: normal; font-variant: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;\">More information about going multilingual can be fou
 nd at<span class=\"Apple-converted-space\"> </span><a style=\"color: #028db9; font-family: Helvetica, Arial, sans-serif; line-height: 1.5; font-weight: 600; font-size: 15px; outline: none; text-decoration: none;\" href=\"http://WPML.org\">WPML.org</a>.</p>','WPML','','publish','closed','closed','','wpml','','','2014-06-21 08:39:27','2014-06-21 08:39:27','',0,'http://central.wordcamp.test/?post_type=mes&#038;p=67651',0,'mes','',0),(69142,0,'2014-06-20 01:20:30','2014-06-20 01:20:30','','Content 2014','','publish','open','open','','content-2014','','','2014-06-20 01:20:30','2014-06-20 01:20:30','',0,'http://central.wordcamp.test/news/tix_event/content-2014/',0,'tix_event','',0),(69143,0,'2014-06-20 01:20:30','2014-06-20 01:20:30','','Miscellaneous','','publish','open','open','','miscellaneous','','','2014-06-20 01:20:30','2014-06-20 01:20:30','',0,'http://central.wordcamp.test/news/tix_event/miscellaneous/',0,'tix_event'
 ,'',0),(69144,0,'2014-06-20 01:20:30','2014-06-20 01:20:30','','WordCamp Atlanta','','publish','open','open','','wordcamp-atlanta','','','2014-06-20 01:20:30','2014-06-20 01:20:30','',0,'http://central.wordcamp.test/news/tix_event/wordcamp-atlanta/',0,'tix_event','',0),(69145,0,'2014-06-20 01:20:30','2014-06-20 01:20:30','','WordCamp San Francisco','','publish','open','open','','wordcamp-san-francisco','','','2014-06-20 01:20:30','2014-06-20 01:20:30','',0,'http://central.wordcamp.test/news/tix_event/wordcamp-san-francisco/',0,'tix_event','',0),(69146,0,'2014-06-20 01:20:30','2014-06-20 01:20:30','','WordCamp Portland 2014','','publish','open','open','','wordcamp-portland-2014','','','2014-06-20 01:20:30','2014-06-20 01:20:30','',0,'http://central.wordcamp.test/news/tix_event/wordcamp-portland-2014/',0,'tix_event','',0),(69147,0,'2014-06-20 01:20:30','2014-06-20 01:20:30','','WordCamp Seattle 2014','','publish','open','open','','wordcamp-seattle-2014','','','2014-06-20 01:20:30','20
 14-06-20 01:20:30','',0,'http://central.wordcamp.test/news/tix_event/wordcamp-seattle-2014/',0,'tix_event','',0),(69148,0,'2014-06-20 01:20:30','2014-06-20 01:20:30','','WordCamp Portland 2014','','publish','open','open','','wordcamp-portland-2014-2','','','2014-06-20 01:20:30','2014-06-20 01:20:30','',0,'http://central.wordcamp.test/news/tix_event/wordcamp-portland-2014-2/',0,'tix_event','',0),(69149,0,'2014-06-20 01:20:30','2014-06-20 01:20:30','','New Site 2014','','publish','open','open','','new-site-2014','','','2014-06-20 01:20:30','2014-06-20 01:20:30','',0,'http://central.wordcamp.test/news/tix_event/new-site-2014/',0,'tix_event','',0),(69152,1,'2014-12-19 19:40:45','0000-00-00 00:00:00',' ','','','draft','open','open','','','','','2014-12-19 19:40:45','0000-00-00 00:00:00','',0,'http://central.wordcamp.test/?p=69152',1,'nav_menu_item','',0),(69153,1,'2014-12-19 19:40:45','0000-00-00 00:00:00',' ','','','draft','open','open','','','','','2014-12-19 19:40:45','0000-00-00 00:0
 0:00','',0,'http://central.wordcamp.test/?p=69153',1,'nav_menu_item','',0),(69154,1,'2014-12-19 19:40:45','0000-00-00 00:00:00',' ','','','draft','open','open','','','','','2014-12-19 19:40:45','0000-00-00 00:00:00','',0,'http://central.wordcamp.test/?p=69154',1,'nav_menu_item','',0),(69155,1,'2014-12-19 19:40:45','0000-00-00 00:00:00',' ','','','draft','open','open','','','','','2014-12-19 19:40:45','0000-00-00 00:00:00','',0,'http://central.wordcamp.test/?p=69155',1,'nav_menu_item','',0),(69159,1,'2014-12-19 19:48:04','2014-12-19 19:48:04','If you\'re thinking of attending a WordCamp, you may be wondering what to expect. Though each WordCamp will be different (based on the organizers, speakers and attendees of each event), there are some general guidelines that all WordCamps follow, as well as some things you can expect at your WordCamp no matter where it is.\r\n<h3>IT’S ABOUT EVERYTHING WORDPRESS.</h3>\r\nWhat makes something a WordCamp, as opposed to a BarCamp or a
 n [insert-name-here]Camp? The content of sessions is firmly focused on using and developing for WordPress. Issues around blogging, business, and social media that are related to WordPress use may be included, but the bulk of the program (at least 80%) is specifically about WordPress. The use of the WordCamp name indicates that it is a standalone event dedicated to WordPress, and to prevent confusion, WordPress “tracks” within larger events such as BarCamp or other conferences are no longer called WordCamps.\r\n<h3>THE BEST BARGAIN YOU\'LL GET ALL YEAR.</h3>\r\nWordCamps are not meant to be big, fancy, expensive conferences. WordCamps are meant to be low-key local gatherings that are affordable — cheap, even — to allow people from all walks of life to attend, meet, share, and learn. Sponsorships and donations make this possible, keeping ticket prices low, usually below $40 for a 2-day event. It\'s not uncommon to meet WordCamp speakers who are featured at expens
 ive web industry conferences like South by Southwest. WordCamp is one of the best bargains around.\r\n<h3>OPEN TO ALL, CONTENT GALORE, SHARED WITH COMMUNITY.</h3>\r\nWordCamps do not discriminate, and WordPress users, developers, designers, and other enthusiasts should all feel welcome at a WordCamp, regardless of their experience level. Sessions generally span a variety of formats, including lectures/presentations, live demos, Q&amp;A, workshops, ignite-style lightning presentations, panels, interviews, and any other format you can imagine. Presentations are shared with the broader WordPress community by posting session slides/videos to the <a href=\"http://wordpress.tv/category/wordcamptv/\">WordCamp channel on WordPress.tv</a>.\r\n<h3>MAKING CONNECTIONS, PROMOTING COLLABORATION.</h3>\r\nGetting to meet and learn from other WordPress users face-to-face is one of the main reasons people attend WordCamps. Many WordCamps set up an 
 informal Happiness Bar staffed with experienced WordPress volunteers who try to help fellow attendees with their WordPress questions. In addition to learning from each other, attendees often find new collaborators, employees/employers and potential co-conspirators in the WordCamp crowd. These new relationships can lead to exciting WordPress projects throughout the year. Many WordCamps also set up a \"job board\" for attendees to post job openings, business cards, etc. Ideally, every WordCamp is the annual “big event” of a local WordPress meetup group. If no such group exists, a WordCamp can be a great way to kick it off.\r\n<h3>LOCALLY ORGANIZED AND FOCUSED.</h3>\r\nThe WordCamp calendar on this site is coordinated by us, but each individual event is organized by local WordPress users, developers and fans. We provide guidance, but the elbow grease is theirs. Showcasing local talent is one of the best things about WordCamp, and the program includes local sp
 eakers/presenters whenever possible. It’s fun to hear from WordPress lead developers and other prominent WordPress personalities, but WordCamps are not meant to be a lecture circuit with the same speakers at every event, so the best WordCamps tend to have both local and visiting speakers.\r\n<h3>VOLUNTEERS EVERYWHERE.</h3>\r\nIt is generally acknowledged that participating in WordCamps is one of the easiest and most enjoyable ways to give something back to the WordPress community. Each WordCamp is operated by tireless volunteers, from the organizers who plan it all to the volunteers who work the event and the speakers who donate their time to teach you new things. It takes a lot of people to make a WordCamp happen, so remember to thank the volunteers who made it possible.\r\n<h3>ACCURATELY REPRESENTS THE WORDPRESS PROJECT.</h3>\r\nWordCamp organizers, speakers, sponsors, and volunteers are seen by attendees as representing WordPress and the WordPress commun
 ity, and for many it\'s their first impression. Because of this, every WordCamp follows some basic guidelines to vet these personnel and ensure that their communications in these roles provide accurate information and respect the positions and policies of the WordPress open source project.\r\n<h3>IT’S NOT ABOUT THE MONEY.</h3>\r\nMost WordCamps use up all their sponsor and ticket money in planning the event, but when there is a surplus, it is used to benefit the community, not treated as profit to be pocketed by the organizers. Surplus money is used for things like: funding an ongoing WordPress meetup group’s get-togethers, seed money for next year’s WordCamp expenses, sponsoring a local developer to work on a contribution to WordPress.org, or donating it to the <a href=\"http://wordpressfoundation.org/\">WordPress Foundation</a>. WordPress-based conferences organized as money-making opportunities are not approved to use the WordCamp name.\r
 \n<h3>PERKS.</h3>\r\nThough it\'s not mandatory, many WordCamps use some of their budget to create commemorative t-shirts or other swag (this is significantly cooler when there are good designers on the organizing team, ha) and/or to provide food and beverages to attendees at the event. These things should definitely be considered potential perks rather than guaranteed entitlements, as each organizing team decides for itself how to spend the money they\'ve raised from sponsorships and ticket sales, and these are often the biggest expenses. Information about what\'s included with each ticket purchase will be listed on each individual WordCamp\'s website.\r\n<h3>FUN. FUN! MORE FUN!!</h3>\r\nWe almost forgot to mention the most obvious part of WordCamps: they\'re fun! Getting to geek out for a day or two with other people just as obsessed with WordPress as you are is just plain awesome. You\'ll meet people who are crazy smart, insanely inspired and inspiring, an
 d maybe even a handful of talented singers. Most WordCamps follow the conference with an afterparty at a nearby location where you can have a few drinks with your new friends and hatch your (WordPress-based, of course) plot to take over the world.\r\n<p style=\"text-align: center;\">*                 *                 *</p>\r\nSold? If there’s already a <a href=\"http://central.wordcamp.org/schedule/\">WordCamp scheduled for your area</a>, go! If you don’t see anything near you on the list, don’t fret. There may be something in the works that just hasn’t confirmed the date yet. <a href=\"http://twitter.com/wordcamp\">Follow us on Twitter</a> or grab the blog feed to find out when new WordCamps are added to the list. Or, if you’re interested in starting a WordCamp in your area, <a href=\"http://plan.wordcamp.org/\">contact us</a> to get started.','What to Expect','','pub
 lish','open','open','','what-to-expect','','','2014-12-19 19:48:04','2014-12-19 19:48:04','',0,'http://central.wordcamp.test/?page_id=69159',0,'page','',0),(69160,1,'2014-12-19 19:48:16','2014-12-19 19:48:16','Local organizers are what make each WordCamp unique. Organizing a WordCamp is a volunteer labor (a lot of labor!) of love for WordPress and your local community, and earns you untold karma points on the path to WordPress nirvana. No specific skills or backgrounds are required to become an organizer, though events tend to be most successful when responsibility is shared among several co-organizers.\r\n\r\nSo much goes into planning a WordCamp that we now have an entire site dedicated to planning WordCamps. Take a look at the <a href=\"http://plan.wordcamp.org\">WordCamp planning site</a>, read through the information there (so you know what you\'d be getting into), and if you\'re interested in putting together a WordCamp, fill in the <a href=\"http
 ://plan.wordcamp.org/become-an-organizer/organizer-application/\">organizer application</a>.\r\n\r\nThanks!','Become an Organizer','','publish','open','open','','become-an-organizer','','','2014-12-19 19:48:16','2014-12-19 19:48:16','',0,'http://central.wordcamp.test/?page_id=69160',0,'page','',0),(69161,1,'2014-12-19 19:48:36','2014-12-19 19:48:36','<div class=\"cycle-me photo-slideshow\"><img class=\"alignright size-full wp-image-2867\" title=\"mcm_4902-2\" src=\"http://central.wordcamp.org/files/2010/05/mcm_4902-2.png\" alt=\"\" width=\"357\" height=\"194\" /><img class=\"alignright size-full wp-image-2866\" title=\"mcm_3232\" src=\"http://central.wordcamp.org/files/2010/05/mcm_3232.png\" alt=\"\" width=\"357\" height=\"194\" /><img class=\"alignright size-full wp-image-2865\" title=\"mcm_3164\" sr
 c=\"http://central.wordcamp.org/files/2010/05/mcm_3164.png\" alt=\"\" width=\"357\" height=\"194\" /><img class=\"alignright size-full wp-image-2863\" title=\"mcm_0488-4\" src=\"http://central.wordcamp.org/files/2010/05/mcm_0488-4.png\" alt=\"\" width=\"357\" height=\"194\" /><img class=\"alignright size-full wp-image-2873\" title=\"buttons\" src=\"http://central.wordcamp.org/files/2010/05/buttons.png\" alt=\"\" width=\"357\" height=\"194\" /></div>\r\n<p class=\"lead\">WordCamps are casual, locally-organized conferences covering everything related to <a href=\"http://wordpress.org\">WordPress</a>, the free and open source personal publishing software that powers over 75 million sites on the web.</p>\r\nWordCamps come in all different flavors, based on the loc
 al communities that produce them, but in general, WordCamps include sessions on how to use WordPress more effectively, beginning <a href=\"http://wordpress.org/extend/plugins/\">plugin</a> and <a href=\"http://wordpress.org/extend/themes/\">theme</a> development, advanced techniques, security, etc. To get an idea of the types of sessions typically seen at WordCamps, check out the <a href=\"http://wordpress.tv/category/wordcamptv/\">WordCamp channel at WordPress.tv</a>.\r\n\r\n&nbsp;\r\n<div class=\"about-map\"><img class=\"alignnone size-full wp-image-2531\" title=\"wordcamp-map\" src=\"http://central.wordcamp.org/files/2010/05/wordcamp-map.png\" alt=\"\" width=\"420\" height=\"219\" />\r\n<div class=\"map-stats\">\r\n\r\n<strong>346</strong>\r\nWordCamps\r\n\r\n<strong>172</strong>\r\nCit
 ies\r\n\r\n<strong>48</strong>\r\nCountries\r\n\r\n<strong>6</strong>\r\nContinents\r\n\r\n</div>\r\n</div>\r\nWordCamps are attended by people ranging from blogging newbies to professional WordPress developers and consultants, and usually combine scheduled programming with unconference sessions and other activities. For more information on common WordCamp elements, read about <a href=\"http://central.wordcamp.org/what-to-expect/\">what to expect</a> at a WordCamp.\r\n\r\nThe <a href=\"http://central.wordcamp.org/wordcamps/san-francisco-2006/\">first WordCamp</a> was organized in San Francisco by Matt Mullenweg in 2006. Since then, local communities around the world have organized <a href=\"http://central.wordcamp.org/schedule/\">over three hundred WordCamps</a>, and we anticipate that number will pass a thousand within the next couple of years.\r\n\r\n<strong>Ready to a
 ttend?</strong> <a class=\"wc-primary-button\" title=\"Schedule\" href=\"http://central.wordcamp.org/schedule/\">Find a WordCamp</a>\r\n\r\n<hr class=\"clear\" />\r\n\r\n<h3>LOGOS</h3>\r\n<div class=\"logos\">\r\n<ul>\r\n        <li><a href=\"http://central.wordcamp.org/files/2009/04/wplogo-notext-cmyk.pdf\"><img class=\"alignnone size-full wp-image-2534\" title=\"wordpress-logo-thumb\" src=\"http://central.wordcamp.org/files/2010/05/wordpress-logo-thumb.png\" alt=\"\" width=\"217\" height=\"117\" /></a>\r\n<a class=\"download-link\" href=\"http://central.wordcamp.org/files/2009/04/wplogo-notext-cmyk.pdf\">Download</a></li>\r\n      <li><a href=\"http://central.wordcamp.org/files/2010/05/wordcamp-logotype.pdf\"><img class=\"alignnone size-
 full wp-image-2533\" title=\"wordcamp-logotype\" src=\"http://central.wordcamp.org/files/2010/05/wordcamp-logotype.png\" alt=\"\" width=\"217\" height=\"117\" /></a>\r\n<a class=\"download-link\" href=\"http://central.wordcamp.org/files/2010/05/wordcamp-logotype.pdf\">Download</a></li>\r\n       <li><a href=\"http://central.wordcamp.org/files/2010/05/wordcamp-logo.pdf\"><img class=\"alignnone size-full wp-image-2532\" title=\"wordcamp-logo-logotype-thumb\" src=\"http://central.wordcamp.org/files/2010/05/wordcamp-logo-logotype-thumb1.png\" alt=\"\" width=\"217\" height=\"117\" /></a>\r\n<a class=\"download-link\" href=\"http://central.wordcamp.org/files/2010/05/wordcamp-logo.pdf\">Download</a></li>\r\n</ul>\r\n</div>\r\nIf you\'re writing about Wor
 dCamp, you can use the following logos.\r\n\r\nWordPress.org also has a wide variety of regular <a href=\"http://wordpress.org/about/logos/\">WordPress logo graphics</a>.','About WordCamps','','publish','open','open','','about-wordcamps','','','2014-12-19 19:48:36','2014-12-19 19:48:36','',0,'http://central.wordcamp.test/?page_id=69161',0,'page','',0),(69163,1,'2014-12-19 19:45:56','2014-12-19 19:45:56','','Front page','','inherit','open','open','','3798-autosave-v1','','','2014-12-19 19:45:56','2014-12-19 19:45:56','',3798,'http://central.wordcamp.test/news/2014/12/19/3798-autosave-v1/',0,'revision','',0),(69164,1,'2014-12-19 19:46:06','2014-12-19 19:46:06','','Home','','inherit','open','open','','3798-revision-v1','','','2014-12-19 19:46:06','2014-12-19 19:46:06','',3798,'http://central.wordcamp.test/news/2014/12/19/3798-revision-v1/',0,'revision','',0),(69165,1,'2014-12-19 19:48:04','2014-12-19 19:48:04','If you\'re thinking of attending a WordCamp, you may
  be wondering what to expect. Though each WordCamp will be different (based on the organizers, speakers and attendees of each event), there are some general guidelines that all WordCamps follow, as well as some things you can expect at your WordCamp no matter where it is.\r\n<h3>IT’S ABOUT EVERYTHING WORDPRESS.</h3>\r\nWhat makes something a WordCamp, as opposed to a BarCamp or an [insert-name-here]Camp? The content of sessions is firmly focused on using and developing for WordPress. Issues around blogging, business, and social media that are related to WordPress use may be included, but the bulk of the program (at least 80%) is specifically about WordPress. The use of the WordCamp name indicates that it is a standalone event dedicated to WordPress, and to prevent confusion, WordPress “tracks” within larger events such as BarCamp or other conferences are no longer called WordCamps.\r\n<h3>THE BEST BARGAIN YOU\'LL GET ALL YEAR.</h3>\r\nWordCamps are not
  meant to be big, fancy, expensive conferences. WordCamps are meant to be low-key local gatherings that are affordable — cheap, even — to allow people from all walks of life to attend, meet, share, and learn. Sponsorships and donations make this possible, keeping ticket prices low, usually below $40 for a 2-day event. It\'s not uncommon to meet WordCamp speakers who are featured at expensive web industry conferences like South by Southwest. WordCamp is one of the best bargains around.\r\n<h3>OPEN TO ALL, CONTENT GALORE, SHARED WITH COMMUNITY.</h3>\r\nWordCamps do not discriminate, and WordPress users, developers, designers, and other enthusiasts should all feel welcome at a WordCamp, regardless of their experience level. Sessions generally span a variety of formats, including lectures/presentations, live demos, Q&amp;A, workshops, ignite-style lightning presentations, panels, interviews, and any other format you can imagine. Presentations are shared with the b
 roader WordPress community by posting session slides/videos to the <a href=\"http://wordpress.tv/category/wordcamptv/\">WordCamp channel on WordPress.tv</a>.\r\n<h3>MAKING CONNECTIONS, PROMOTING COLLABORATION.</h3>\r\nGetting to meet and learn from other WordPress users face-to-face is one of the main reasons people attend WordCamps. Many WordCamps set up an informal Happiness Bar staffed with experienced WordPress volunteers who try to help fellow attendees with their WordPress questions. In addition to learning from each other, attendees often find new collaborators, employees/employers and potential co-conspirators in the WordCamp crowd. These new relationships can lead to exciting WordPress projects throughout the year. Many WordCamps also set up a \"job board\" for attendees to post job openings, business cards, etc. Ideally, every WordCamp is the annual “big event” of a local WordPress meetup group. If no such group exists, a W
 ordCamp can be a great way to kick it off.\r\n<h3>LOCALLY ORGANIZED AND FOCUSED.</h3>\r\nThe WordCamp calendar on this site is coordinated by us, but each individual event is organized by local WordPress users, developers and fans. We provide guidance, but the elbow grease is theirs. Showcasing local talent is one of the best things about WordCamp, and the program includes local speakers/presenters whenever possible. It’s fun to hear from WordPress lead developers and other prominent WordPress personalities, but WordCamps are not meant to be a lecture circuit with the same speakers at every event, so the best WordCamps tend to have both local and visiting speakers.\r\n<h3>VOLUNTEERS EVERYWHERE.</h3>\r\nIt is generally acknowledged that participating in WordCamps is one of the easiest and most enjoyable ways to give something back to the WordPress community. Each WordCamp is operated by tireless volunteers, from the organizers who plan it all to the voluntee
 rs who work the event and the speakers who donate their time to teach you new things. It takes a lot of people to make a WordCamp happen, so remember to thank the volunteers who made it possible.\r\n<h3>ACCURATELY REPRESENTS THE WORDPRESS PROJECT.</h3>\r\nWordCamp organizers, speakers, sponsors, and volunteers are seen by attendees as representing WordPress and the WordPress community, and for many it\'s their first impression. Because of this, every WordCamp follows some basic guidelines to vet these personnel and ensure that their communications in these roles provide accurate information and respect the positions and policies of the WordPress open source project.\r\n<h3>IT’S NOT ABOUT THE MONEY.</h3>\r\nMost WordCamps use up all their sponsor and ticket money in planning the event, but when there is a surplus, it is used to benefit the community, not treated as profit to be pocketed by the organizers. Surplus money is used for things like: funding an on
 going WordPress meetup group’s get-togethers, seed money for next year’s WordCamp expenses, sponsoring a local developer to work on a contribution to WordPress.org, or donating it to the <a href=\"http://wordpressfoundation.org/\">WordPress Foundation</a>. WordPress-based conferences organized as money-making opportunities are not approved to use the WordCamp name.\r\n<h3>PERKS.</h3>\r\nThough it\'s not mandatory, many WordCamps use some of their budget to create commemorative t-shirts or other swag (this is significantly cooler when there are good designers on the organizing team, ha) and/or to provide food and beverages to attendees at the event. These things should definitely be considered potential perks rather than guaranteed entitlements, as each organizing team decides for itself how to spend the money they\'ve raised from sponsorships and ticket sales, and these are often the biggest expenses. Information about what\'s included with eac
 h ticket purchase will be listed on each individual WordCamp\'s website.\r\n<h3>FUN. FUN! MORE FUN!!</h3>\r\nWe almost forgot to mention the most obvious part of WordCamps: they\'re fun! Getting to geek out for a day or two with other people just as obsessed with WordPress as you are is just plain awesome. You\'ll meet people who are crazy smart, insanely inspired and inspiring, and maybe even a handful of talented singers. Most WordCamps follow the conference with an afterparty at a nearby location where you can have a few drinks with your new friends and hatch your (WordPress-based, of course) plot to take over the world.\r\n<p style=\"text-align: center;\">*                 *                 *</p>\r\nSold? If there’s already a <a href=\"http://central.wordcamp.org/schedule/\">WordCamp scheduled for your area</a>, go! If you don’t see anything near you on the list, don’t fret. There may be something in t
 he works that just hasn’t confirmed the date yet. <a href=\"http://twitter.com/wordcamp\">Follow us on Twitter</a> or grab the blog feed to find out when new WordCamps are added to the list. Or, if you’re interested in starting a WordCamp in your area, <a href=\"http://plan.wordcamp.org/\">contact us</a> to get started.','What to Expect','','inherit','open','open','','69159-revision-v1','','','2014-12-19 19:48:04','2014-12-19 19:48:04','',69159,'http://central.wordcamp.test/news/2014/12/19/69159-revision-v1/',0,'revision','',0),(69166,1,'2014-12-19 19:48:16','2014-12-19 19:48:16','Local organizers are what make each WordCamp unique. Organizing a WordCamp is a volunteer labor (a lot of labor!) of love for WordPress and your local community, and earns you untold karma points on the path to WordPress nirvana. No specific skills or backgrounds are required to become an organizer, though events tend to be most successful when responsibilit
 y is shared among several co-organizers.\r\n\r\nSo much goes into planning a WordCamp that we now have an entire site dedicated to planning WordCamps. Take a look at the <a href=\"http://plan.wordcamp.org\">WordCamp planning site</a>, read through the information there (so you know what you\'d be getting into), and if you\'re interested in putting together a WordCamp, fill in the <a href=\"http://plan.wordcamp.org/become-an-organizer/organizer-application/\">organizer application</a>.\r\n\r\nThanks!','Become an Organizer','','inherit','open','open','','69160-revision-v1','','','2014-12-19 19:48:16','2014-12-19 19:48:16','',69160,'http://central.wordcamp.test/news/2014/12/19/69160-revision-v1/',0,'revision','',0),(69167,1,'2014-12-19 19:48:36','2014-12-19 19:48:36','<div class=\"cycle-me photo-slideshow\"><img class=\"alignright size-full wp-image-2867\" title=\"mcm_4902-2\" src=\"http://central.w
 ordcamp.org/files/2010/05/mcm_4902-2.png\" alt=\"\" width=\"357\" height=\"194\" /><img class=\"alignright size-full wp-image-2866\" title=\"mcm_3232\" src=\"http://central.wordcamp.org/files/2010/05/mcm_3232.png\" alt=\"\" width=\"357\" height=\"194\" /><img class=\"alignright size-full wp-image-2865\" title=\"mcm_3164\" src=\"http://central.wordcamp.org/files/2010/05/mcm_3164.png\" alt=\"\" width=\"357\" height=\"194\" /><img class=\"alignright size-full wp-image-2863\" title=\"mcm_0488-4\" src=\"http://central.wordcamp.org/files/2010/05/mcm_0488-4.png\" alt=\"\" width=\"357\" height=\"194\" /><img class=\"alignright size-full wp-image-2873\" title=\"buttons\" src=\"http://central.wordcamp.org/files/2010/05/buttons.png\&q
 uot; alt=\"\" width=\"357\" height=\"194\" /></div>\r\n<p class=\"lead\">WordCamps are casual, locally-organized conferences covering everything related to <a href=\"http://wordpress.org\">WordPress</a>, the free and open source personal publishing software that powers over 75 million sites on the web.</p>\r\nWordCamps come in all different flavors, based on the local communities that produce them, but in general, WordCamps include sessions on how to use WordPress more effectively, beginning <a href=\"http://wordpress.org/extend/plugins/\">plugin</a> and <a href=\"http://wordpress.org/extend/themes/\">theme</a> development, advanced techniques, security, etc. To get an idea of the types of sessions typically seen at WordCamps, check out the <a href=\"http://wordpress.tv/category/wordcamptv/\">WordCamp channel at WordPress.tv</a>.
 \r\n\r\n&nbsp;\r\n<div class=\"about-map\"><img class=\"alignnone size-full wp-image-2531\" title=\"wordcamp-map\" src=\"http://central.wordcamp.org/files/2010/05/wordcamp-map.png\" alt=\"\" width=\"420\" height=\"219\" />\r\n<div class=\"map-stats\">\r\n\r\n<strong>346</strong>\r\nWordCamps\r\n\r\n<strong>172</strong>\r\nCities\r\n\r\n<strong>48</strong>\r\nCountries\r\n\r\n<strong>6</strong>\r\nContinents\r\n\r\n</div>\r\n</div>\r\nWordCamps are attended by people ranging from blogging newbies to professional WordPress developers and consultants, and usually combine scheduled programming with unconference sessions and other activities. For more information on common WordCamp elements, read about <a href=\"http://central.wordcamp.org/what-to-expect/\">what to expect</a> at a WordCamp.\r\n\r\nThe &l
 t;a href=\"http://central.wordcamp.org/wordcamps/san-francisco-2006/\">first WordCamp</a> was organized in San Francisco by Matt Mullenweg in 2006. Since then, local communities around the world have organized <a href=\"http://central.wordcamp.org/schedule/\">over three hundred WordCamps</a>, and we anticipate that number will pass a thousand within the next couple of years.\r\n\r\n<strong>Ready to attend?</strong> <a class=\"wc-primary-button\" title=\"Schedule\" href=\"http://central.wordcamp.org/schedule/\">Find a WordCamp</a>\r\n\r\n<hr class=\"clear\" />\r\n\r\n<h3>LOGOS</h3>\r\n<div class=\"logos\">\r\n<ul>\r\n   <li><a href=\"http://central.wordcamp.org/files/2009/04/wplogo-notext-cmyk.pdf\"><img class=\"alignnone size-full wp-image-2534\" title=\"wordpress-logo-thumb\" src=\"http://
 central.wordcamp.org/files/2010/05/wordpress-logo-thumb.png\" alt=\"\" width=\"217\" height=\"117\" /></a>\r\n<a class=\"download-link\" href=\"http://central.wordcamp.org/files/2009/04/wplogo-notext-cmyk.pdf\">Download</a></li>\r\n     <li><a href=\"http://central.wordcamp.org/files/2010/05/wordcamp-logotype.pdf\"><img class=\"alignnone size-full wp-image-2533\" title=\"wordcamp-logotype\" src=\"http://central.wordcamp.org/files/2010/05/wordcamp-logotype.png\" alt=\"\" width=\"217\" height=\"117\" /></a>\r\n<a class=\"download-link\" href=\"http://central.wordcamp.org/files/2010/05/wordcamp-logotype.pdf\">Download</a></li>\r\n      <li><a href=\"http://central.wordcamp.org/files/2010/05/wordcamp-logo.pdf\"><img class=\"alignnone size-full wp-image-253
 2\" title=\"wordcamp-logo-logotype-thumb\" src=\"http://central.wordcamp.org/files/2010/05/wordcamp-logo-logotype-thumb1.png\" alt=\"\" width=\"217\" height=\"117\" /></a>\r\n<a class=\"download-link\" href=\"http://central.wordcamp.org/files/2010/05/wordcamp-logo.pdf\">Download</a></li>\r\n</ul>\r\n</div>\r\nIf you\'re writing about WordCamp, you can use the following logos.\r\n\r\nWordPress.org also has a wide variety of regular <a href=\"http://wordpress.org/about/logos/\">WordPress logo graphics</a>.','About WordCamps','','inherit','open','open','','69161-revision-v1','','','2014-12-19 19:48:36','2014-12-19 19:48:36','',69161,'http://central.wordcamp.test/news/2014/12/19/69161-revision-v1/',0,'revision','',0),(69168,1,'2014-12-19 19:50:11','2014-12-19 19:50:11',' ','','','publish','open','open','','69168','','','2014-12-19 19:50:34','2014-12-19
  19:50:34','',0,'http://central.wordcamp.test/?p=69168',2,'nav_menu_item','',0),(69169,1,'2014-12-19 19:50:11','2014-12-19 19:50:11',' ','','','publish','open','open','','69169','','','2014-12-19 19:50:34','2014-12-19 19:50:34','',0,'http://central.wordcamp.test/?p=69169',4,'nav_menu_item','',0),(69170,1,'2014-12-19 19:50:11','2014-12-19 19:50:11',' ','','','publish','open','open','','69170','','','2014-12-19 19:50:34','2014-12-19 19:50:34','',0,'http://central.wordcamp.test/?p=69170',3,'nav_menu_item','',0),(69171,1,'2014-12-19 19:50:11','2014-12-19 19:50:11',' ','','','publish','open','open','','69171','','','2014-12-19 19:50:34','2014-12-19 19:50:34','',0,'http://central.wordcamp.test/?p=69171',1,'nav_menu_item','',0),(69172,1,'2014-12-19 19:50:11','2014-12-19 19:50:11',' ','','','publish','open','open','','69172','','','2014-12-19 19:50:34','2014-12-19 19:50:34','',0,'http://central.wordcamp.test/?p=69172',6,'nav_menu_item','',0),(69173,1,'2014-12-19 19:49:56','2014-12-19 19:49:
 56','','Schedule','','publish','open','open','','schedule','','','2014-12-19 19:49:56','2014-12-19 19:49:56','',0,'http://central.wordcamp.test/?page_id=69173',0,'page','',0),(69174,1,'2014-12-19 19:49:56','2014-12-19 19:49:56','','Schedule','','inherit','open','open','','69173-revision-v1','','','2014-12-19 19:49:56','2014-12-19 19:49:56','',69173,'http://central.wordcamp.test/news/2014/12/19/69173-revision-v1/',0,'revision','',0),(69175,1,'2014-12-19 19:50:31','2014-12-19 19:50:31',' ','','','publish','open','open','','69175','','','2014-12-19 19:50:34','2014-12-19 19:50:34','',0,'http://central.wordcamp.test/?p=69175',5,'nav_menu_item','',0),(69176,1,'2014-12-19 19:52:04','2014-12-19 19:52:04','','Past WordCamps','','publish','open','open','','past-wordcamps','','','2014-12-19 19:52:04','2014-12-19 19:52:04','',0,'http://central.wordcamp.test/?page_id=69176',0,'page','',0),(69177,1,'2014-12-19 19:52:04','2014-12-19 19:52:04','','Past WordCamps','','inherit','open','open','','6917
 6-revision-v1','','','2014-12-19 19:52:04','2014-12-19 19:52:04','',69176,'http://central.wordcamp.test/news/2014/12/19/69176-revision-v1/',0,'revision','',0),(69178,1,'2014-12-19 19:52:41','2014-12-19 19:52:41',' ','','','publish','open','open','','69178','','','2014-12-19 19:53:43','2014-12-19 19:53:43','',0,'http://central.wordcamp.test/?p=69178',3,'nav_menu_item','',0),(69179,1,'2014-12-19 19:52:41','2014-12-19 19:52:41',' ','','','publish','open','open','','69179','','','2014-12-19 19:53:43','2014-12-19 19:53:43','',0,'http://central.wordcamp.test/?p=69179',6,'nav_menu_item','',0),(69180,1,'2014-12-19 19:52:42','2014-12-19 19:52:42',' ','','','publish','open','open','','69180','','','2014-12-19 19:53:43','2014-12-19 19:53:43','',0,'http://central.wordcamp.test/?p=69180',8,'nav_menu_item','',0),(69181,1,'2014-12-19 19:52:42','2014-12-19 19:52:42',' ','','','publish','open','open','','69181','','','2014-12-19 19:53:43','2014-12-19 19:53:43','',0,'http://central.wordcamp.test/?p=6
 9181',7,'nav_menu_item','',0),(69182,1,'2014-12-19 19:52:41','2014-12-19 19:52:41',' ','','','publish','open','open','','69182','','','2014-12-19 19:53:43','2014-12-19 19:53:43','',0,'http://central.wordcamp.test/?p=69182',1,'nav_menu_item','',0),(69183,1,'2014-12-19 19:52:42','2014-12-19 19:52:42',' ','','','publish','open','open','','69183','','','2014-12-19 19:53:43','2014-12-19 19:53:43','',0,'http://central.wordcamp.test/?p=69183',2,'nav_menu_item','',0),(69184,1,'2014-12-19 19:52:42','2014-12-19 19:52:42',' ','','','publish','open','open','','69184','','','2014-12-19 19:53:43','2014-12-19 19:53:43','',0,'http://central.wordcamp.test/?p=69184',9,'nav_menu_item','',0),(69185,1,'2014-12-19 19:53:24','2014-12-19 19:53:24',' ','','','publish','open','open','','69185','','','2014-12-19 19:53:43','2014-12-19 19:53:43','',0,'http://central.wordcamp.test/?p=69185',5,'nav_menu_item','',0),(69186,1,'2014-12-19 19:53:24','2014-12-19 19:53:24','','Upcoming WordCamps','','publish','open','o
 pen','','upcoming-wordcamps','','','2014-12-19 19:53:43','2014-12-19 19:53:43','',0,'http://central.wordcamp.test/?p=69186',4,'nav_menu_item','',0),(69187,1,'2014-12-19 19:57:25','2014-12-19 19:57:25','','WordCamp Europe','','publish','closed','closed','','wordcamp-europe','','','2014-12-19 19:57:25','2014-12-19 19:57:25','',0,'http://central.wordcamp.test/?post_type=wordcamp&#038;p=69187',0,'wordcamp','',0),(69188,1,'2014-12-19 19:54:56','2014-12-19 19:54:56','','WordCamp Europe','','inherit','open','open','','69187-revision-v1','','','2014-12-19 19:54:56','2014-12-19 19:54:56','',69187,'http://central.wordcamp.test/news/2014/12/19/69187-revision-v1/',0,'revision','',0),(69189,1,'2014-12-19 21:44:04','2014-12-19 21:44:04','<p class=\"lead\">Questions? Use the form below to contact us.</p>\r\nNote: if you\'re interested in running a WordCamp in your area, please use the<a href=\"http://plan.wordcamp.org/become-an-organizer/organizer-application/\&qu
 ot;> organizer application form</a> instead.\r\n\r\n[contact-form subject=\"WordCamp Central Contact\" to=\"foo@example.org\"] [contact-field label=\"Name\" type=\"name\" required=\"true\" /] [contact-field label=\"Email\" type=\"email\" required=\"true\" /] [contact-field label=\"Website\" type=\"url\" /] [contact-field label=\"Message\" type=\"textarea\" required=\"true\" /] [/contact-form]','Contact Us','','inherit','open','open','','1709-revision-v1','','','2014-12-19 21:44:04','2014-12-19 21:44:04','',1709,'http://central.wordcamp.test/news/2014/12/19/1709-revision-v1/',0,'revision','',0),(69190,1,'2016-06-06 18:49:58','0000-00-00 00:00:00','','Auto Draft','','auto-draft','open','open','','','','','2016-06-06 18:49:58','0000-00-00 00:00:00','',0,'http://central.wordcamp.test/?p=69190',0,'post','',0);
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+INSERT INTO `wc_2_posts` VALUES (1,1,'2014-03-21 19:41:02','2014-03-21 19:41:02','Welcome to <a href=\"http://wordcamp.test/\">WordCamp.dev</a>. This is your first post. Edit or delete it, then start blogging!','Hello world!','','publish','open','open','','hello-world','','','2014-03-21 19:41:02','2014-03-21 19:41:02','',0,'http://central.wordcamp.test/?p=1',0,'post','',1),(4,1,'2014-03-21 23:53:24','2014-03-21 23:53:24','Testing new site creation','New Site','','publish','closed','closed','','new-site','','','2014-06-20 00:06:44','2014-06-20 00:06:44','',0,'http://central.wordcamp.test/?post_type=wordcamp&#038;p=4',0,'wordcamp','',0),(6,1,'2014-03-21 23:57:11','2014-03-21 23:57:11','Testing custom post types and other WordCamp content','Content','','publish','closed','closed','','content','','','2014-06-21 08:42:10','2014-06-21 08:42:10','',0,'http://central.wor
 dcamp.test/?post_type=wordcamp&#038;p=6',0,'wordcamp','',0),(8,1,'2014-03-25 15:25:13','2014-03-25 15:25:13','Testing CampTix, shortcodes and other random things','Miscellaneous','','publish','closed','closed','','miscellaneous','','','2014-06-21 08:41:44','2014-06-21 08:41:44','',0,'http://central.wordcamp.test/?post_type=wordcamp&#038;p=8',0,'wordcamp','',0),(1709,1,'2014-04-18 19:09:17','2014-04-18 19:09:17','<p class=\"lead\">Questions? Use the form below to contact us.</p>\r\nNote: if you\'re interested in running a WordCamp in your area, please use the<a href=\"http://plan.wordcamp.org/become-an-organizer/organizer-application/\"> organizer application form</a> instead.\r\n\r\n[contact-form subject=\"WordCamp Central Contact\" to=\"foo@example.org\"] [contact-field label=\"Name\" type=\"name\" required=\"true\" /] [contact-field label=\"Email\" type=\"email\&quo
 t; required=\"true\" /] [contact-field label=\"Website\" type=\"url\" /] [contact-field label=\"Message\" type=\"textarea\" required=\"true\" /] [/contact-form]','Contact Us','','publish','open','open','','contact-us','','','2014-12-19 21:44:04','2014-12-19 21:44:04','',0,'http://central.wordcamp.test/?page_id=1709',0,'page','',0),(2935,1,'2014-04-21 18:16:27','2014-04-21 18:16:27','Send swag to\r\n<ul class=\"ul-disc\">\r\n       <li>[wordcamp_name]</li>\r\n        <li>[organizer_name]</li>\r\n       <li>[organizer_address]</li>\r\n</ul>','Send Swag','','publish','closed','closed','','send-swag','','','2014-06-05 22:43:40','2014-06-05 22:43:40','',0,'http://central.wordcamp.test/?post_type=organizer-reminder&#038;p=2935',0,'organizer-reminder','',0),(3775,1,'2014-05-20 20:32:40','2014-05-20 20:32:40','asdf','WordCamp Pillar','WordCamps wouldn\'t be possible without the sponsorship
  of companies who care about WordPress, and we are lucky to be supported by some great firms.','publish','closed','closed','','wordcamp-pillar','','','2014-06-19 23:16:57','2014-06-19 23:16:57','',0,'http://central.wordcamp.test/?post_type=mes-sponsor-level&#038;p=3775',0,'mes-sponsor-level','',0),(3791,1,'2014-05-20 20:31:59','2014-05-20 20:31:59','','News','','publish','open','open','','news','','','2014-05-20 20:31:59','2014-05-20 20:31:59','',0,'http://central.wordcamp.test/?page_id=3791',0,'page','',0),(3798,1,'2014-05-20 20:32:15','2014-05-20 20:32:15','','Home','','publish','open','open','','front-page','','','2014-12-19 19:46:06','2014-12-19 19:46:06','',0,'http://central.wordcamp.test/?page_id=3798',0,'page','',0),(4077,1,'2014-05-20 21:07:07','2014-05-20 21:07:07','<span style=\"color: #424242; font-family: Helvetica, Arial, sans-serif; font-size: 15px; font-style: normal; font-variant: normal; font-weight: 300; letter-spacing: normal; line-height: 22.5px; orph
 ans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff; display: inline !important; float: none;\">Bluehost has been a WordPress partner since 2005 and powers over one million WordPress sites. Their goal is to provide outstanding hosting services and customer support for the best possible price. Bluehost is also constantly innovating and upgrading their services and infrastructure at no additional cost to their customers. Join the millions of other website owners that have already chosen Bluehost and see how they can help you with your site.</span>','Bluehost','Did you know that Bluehost powers over one million WordPress sites? And did you know they sponsor every WordCamp in the whole entire world? Bluehost was the first company to sign on as multi-event sponsor when we debuted the program in March of 2013, and we\'re so very grateful for their
  continuing support of this and every other WordCamp. ','publish','closed','closed','','bluehost','','','2014-06-17 01:02:42','2014-06-17 01:02:42','',0,'http://central.wordcamp.test/?post_type=mes&#038;p=4077',0,'mes','',0),(10592,1,'2014-05-30 18:07:34','2014-05-30 18:07:34','<p style=\"color: #424242; font-family: Helvetica, Arial, sans-serif; line-height: 1.5; font-weight: 300; font-size: 15px; outline: none; margin-bottom: 24px; font-style: normal; font-variant: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;\">If you use WordPress to build things for other people,<span class=\"Apple-converted-space\"> </span><a style=\"color: #028db9; font-family: Helvetica, Arial, sans-serif; line-height: 1.5; font-weight: 600; font-size: 15px; outline: none; text-decoration: none;\" href=\"
 http://codepoet.com\">Code Poet</a><span class=\"Apple-converted-space\"> </span>wants to make your life easier. No matter whether you freelance on a solo basis, lead a small web shop, make plugins in a dark closet, or crack the whip at a large design firm, Code Poet’s aim is to become your go-to source of information and resources to help you expand your WordPress skills and know-how. To make you better at what you do. To make it easier to make your living and look great doing it.</p>\r\n<p style=\"color: #424242; font-family: Helvetica, Arial, sans-serif; line-height: 1.5; font-weight: 300; font-size: 15px; outline: none; margin-bottom: 24px; font-style: normal; font-variant: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;\">You’re part of a tribe of WordPress designers and dev
 elopers over 10,000 strong, spanning the entire globe. codepoet.com aims to bring the working knowledge and real world strategies of those people into one place, for you to tap into.</p>','Code Poet','Jetpack is a WordPress plugin that supercharges your self-hosted WordPress site with the awesome cloud power of WordPress.com. They sponsor every WordCamp in the whole world as a WordCamp Champion, and we\'re so very grateful for their support of this and every other WordCamp. \r\n','publish','closed','closed','','code-poet','','','2014-06-17 01:03:20','2014-06-17 01:03:20','',0,'http://central.wordcamp.test/?post_type=mes&#038;p=10592',0,'mes','',0),(10784,1,'2014-05-30 18:36:58','2014-05-30 18:36:58','<p style=\"color: #424242; font-family: Helvetica, Arial, sans-serif; line-height: 1.5; font-weight: 300; font-size: 15px; outline: none; margin-bottom: 24px; font-style: normal; font-variant: normal; letter-spacing: normal; orphans: auto; text-align: start; text-inden
 t: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;\">From its inception in 1998, (mt) Media Temple has been on a mission to help people and businesses succeed online.</p>\r\n<p style=\"color: #424242; font-family: Helvetica, Arial, sans-serif; line-height: 1.5; font-weight: 300; font-size: 15px; outline: none; margin-bottom: 24px; font-style: normal; font-variant: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;\">Over 125,000 customers in 100 countries now rely on Media Temple’s tools for domain registration, web hosting, business applications, virtual servers, and other cloud services to power more than 1.5 million websites. With 200 dedicated, U.S.-based employees, Media Temple takes pride in our 24/7 customer support. Our customers range 
 from everyday people to top bloggers, creative professionals, and small businesses, as well as large enterprises like Starbucks, Adidas, Samsung, and Toyota.</p>\r\n<p style=\"color: #424242; font-family: Helvetica, Arial, sans-serif; line-height: 1.5; font-weight: 300; font-size: 15px; outline: none; margin-bottom: 24px; font-style: normal; font-variant: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;\">More information can be found anytime on the web at <a style=\"color: #028db9; font-family: Helvetica, Arial, sans-serif; line-height: 1.5; font-weight: 600; font-size: 15px; outline: none; text-decoration: none;\" href=\"http://href.li/?http://mediatemple.com\" rel=\"nofollow\">http://mediatemple.com</a> or on Twitter<span class=\"Apple-converted-space\"> &
 lt;/span><a style=\"color: #028db9; font-family: Helvetica, Arial, sans-serif; line-height: 1.5; font-weight: 600; font-size: 15px; outline: none; text-decoration: none;\" href=\"http://twitter.com/mediatemple\">@MediaTemple</a>.</p>','Media Temple','From its inception in 1998, (mt) Media Temple has been on a mission to help people and businesses succeed online, and they certainly helped out our WordCamp by supporting us as a WordCamp Pillar. Huge props to Media Temple for their commitment to WordCamps all over the US, including this one!','publish','closed','closed','','media-temple','','','2014-06-17 01:03:48','2014-06-17 01:03:48','',0,'http://central.wordcamp.test/?post_type=mes&#038;p=10784',0,'mes','',0),(14399,1,'2014-06-03 19:19:06','2014-06-03 19:19:06','you were added to schedule (i.e. pending -&gt; publish)\r\n<ul class=\"ul-disc\">\r\n   <li>[wordcamp_name]</li>\r\n        <li>[organizer_name]</
 li>\r\n     <li>[organizer_address]</li>\r\n</ul>','added to schedule','','publish','closed','closed','','added-to-schedule','','','2014-06-12 20:01:34','2014-06-12 20:01:34','',0,'http://central.wordcamp.test/?post_type=organizer-reminder&#038;p=14399',0,'organizer-reminder','',0),(16495,1,'2014-06-03 21:04:27','2014-06-03 21:04:27','Howdy! Your application for [wordcamp_name] has been accepted, and we\'ve granted your WordPress.org account ([lead_organizer_username]) access to central.wordcamp.org. Most of the information that we\'ll need to collect from you is stored in a custom \'WordCamp\' post located at the address below.\r\n\r\nPlease log in and fill out all those empty fields. We can\'t add you to the official schedule until all of the fields are completed.\r\n\r\n[edit_wordcamp_url]\r\n\r\nPlease let us know if you have any questions,\r\nWordCamp Central','[wordcamp_name] application accepted','','publish','closed','closed','','wordcamp-organizer-added
 -to-central','','','2014-06-06 00:05:21','2014-06-06 00:05:21','',0,'http://central.wordcamp.test/?post_type=organizer-reminder&#038;p=16495',0,'organizer-reminder','',0),(17700,1,'2014-06-04 01:10:49','2014-06-04 01:10:49','Howdy! This email is to tell you that [wordcamp_name] has been added to the schedule and has accepted your sponsorship offer.\r\n\r\nTheir site is: [wordcamp_url]\r\n\r\nTheir date is: [wordcamp_start_date], and they expect about [wordcamp_anticipated_attendees] attendees.\r\n\r\nTheir venue address is:\r\n\r\n[venue_address]\r\n\r\nTheir shipping address is:\r\n\r\n[organizer_address]\r\n\r\nTheir Twitter handle is [wordcamp_twitter] and their hashtag is [wordcamp_hashtag]\r\n\r\nYou can reach them by emailing: [lead_organizer_email] or [sponsor_wrangler_email]\r\n\r\nYour company information and logo will be displayed on the WordCamp\'s site shortly.\r\n\r\nThanks for your support of [wordcamp_name]!\r\n\r\nBest wishes,\r\nAndrea Middleton\r\nWordCamp Cent
 ral','[wordcamp_name] has accepted your sponsorship offer','','publish','closed','closed','','wordcamp_name-has-accepted-your-sponsorship-offer','','','2014-06-06 00:06:06','2014-06-06 00:06:06','',0,'http://central.wordcamp.test/?post_type=organizer-reminder&#038;p=17700',0,'organizer-reminder','',0),(35574,1,'2014-06-04 20:20:50','2014-06-04 20:20:50','[wordcamp_name]\r\n[wordcamp_start_date]\r\n[wordcamp_location]\r\n[wordcamp_url]\r\n[edit_wordcamp_url]\r\n[wordcamp_email]\r\n[wordcamp_twitter]\r\n[wordcamp_hashtag]\r\n[wordcamp_anticipated_attendees]\r\n[multi_event_sponsor_region]\r\n<h5>The organizing team:</h5>\r\n[organizer_name]\r\n[lead_organizer_username]\r\n[lead_organizer_email]\r\n[lead_organizer_telephone]\r\n[organizer_address]\r\n[sponsor_wrangler_name]\r\n[sponsor_wrangler_email]\r\n[budget_wrangler_name]\r\n[budget_wrangler_email]\r\n<h5>Venue</h5>\r\n[venue_name]\r\n[venue_address]\r\n[venue_max_capacity]\r\n[venue_available_rooms]\r\
 n[venue_url]\r\n[venue_contact_info]','All placeholders','','publish','closed','closed','','all-placeholders','','','2014-06-11 20:32:42','2014-06-11 20:32:42','',0,'http://central.wordcamp.test/?post_type=organizer-reminder&#038;p=35574',0,'organizer-reminder','',0),(36753,1,'2014-06-04 23:30:28','2014-06-04 23:30:28','Hi [organizer_name],\r\n\r\nCongratulations! You\'re now an administrator on [wordcamp_url]. Log on using the same username and password you use to log on to wordpress.org support forums: http://wordpress.org/support/\r\n\r\nFeel free to choose the theme you prefer from the list of available themes and customize it with CSS. For security and maintainability, we can’t allow custom PHP or JavaScript code, but if you have a pressing need for something, please feel free to contact us and we’ll try to accommodate your request.\r\n\r\nHere\'s some great documentation on working on your WordCamp website and the custom tools we\'ve developed for organizers:\r\n\r\nCr
 eating a WordCamp web presence:\r\n\r\nhttp://plan.wordcamp.org/first-steps/web-presence/\r\n\r\nBuilding WordCamp content with our custom tools:\r\n\r\nhttp://plan.wordcamp.org/first-steps/web-presence/working-with-speakers-sessions-and-sponsors/\r\n\r\nTime-saving shortcodes:\r\n\r\nhttp://plan.wordcamp.org/first-steps/web-presence/using-the-wordcamp-theme/shortcode-embeds/\r\n\r\nHelpful pro-tips:\r\n\r\nhttp://plan.wordcamp.org/tips-and-tricks-for-working-on-your-wordcamp-org-site/\r\n\r\nVideo! Here\'s Ian Dunn talking you through the special site tools for your WordCamp site: https://www.youtube.com/watch?v=PEUrjpgsdwg\r\n\r\nA planning schedule, including what could be on your event site (and when):\r\n\r\nhttps://docs.google.com/spreadsheet/ccc?key=0AiOGe9LzBlkOdFdMaXlFcGtPaXR3aXFtLUlpUzdJMEE&amp;usp=sharing#gid=0\r\n\r\nFirst off you\'ll probably want to change the generic \"Hello World!\" post on the site to something else.\r\n\r\nLet us know if you have any 
 questions at all!\r\n\r\nThanks,\r\nAndrea Middleton','[wordcamp_name] website has been created','','publish','closed','closed','','wordcamp_name-website-has-been-created','','','2014-06-06 00:03:11','2014-06-06 00:03:11','',0,'http://central.wordcamp.test/?post_type=organizer-reminder&#038;p=36753',0,'organizer-reminder','',0),(41719,1,'2014-06-06 05:32:38','2014-06-06 05:32:38','','WordCamp Seattle','','publish','closed','closed','','wordcamp-seattle-11','','','2014-06-21 08:41:23','2014-06-21 08:41:23','',0,'http://central.wordcamp.test/?post_type=wordcamp&#038;p=41719',0,'wordcamp','',0),(48085,1,'2014-06-12 19:44:17','2014-06-12 19:44:17','Howdy, [organizer_name]!\r\n\r\nNow that your event is on the planning schedule, choosing your venue is the very first task. Your choice of venue will determine your event date, your budget, how many people can attend, and how many concurrent tracks you can run. The importance of this choice cannot be overstated, and NO other plans sh
 ould be made before venue selection. Getting a donated venue (via a venue sponsorship or event hosting arrangement) is the best possible outcome; renting venues quickly raises the budget, especially when there are catering requirements attached to the space. Hold out for a donated venue whenever possible.\r\n\r\nFor suggestions on how to get an appropriate venue -- including a great checklist of venue considerations -- check out: http://plan.wordcamp.org/first-steps/venue-and-date/\r\n\r\nPlease let us know if we can help! Hope to see you in an orientation hangout, if we haven\'t already!\r\n\r\nHave a great day,\r\n\r\nAndrea and Cami','Your First Week of Planning','','publish','closed','closed','','your-first-week-of-planning','','','2014-06-12 19:44:17','2014-06-12 19:44:17','',0,'http://central.wordcamp.test/?post_type=organizer-reminder&#038;p=48085',0,'organizer-reminder','',0),(48093,1,'2014-06-12 19:45:18','2014-06-12 19:45:18','Hope you\'re having a great week, [organiz
 er_name]! As you\'re getting WordCamp planning ramped up, keep in mind that WordCamps are easier to organize when you have an awesome group of community members all pitching in.\r\n\r\nBy involving more of the people from your local WordPress community, you\r\n- create a deep bench, in case volunteers have to step away in the middle of planning\r\n- reduce the amount of work you have to do -- this can easily become a full time job, yikes!\r\n- include lots of different skill sets and experiences\r\n- help unite your local community by working on a project together\r\n\r\nMost teams regret giving anyone more than one of these jobs (especially the lead organizer): sponsors, speakers, budget, or venue logistics. Reach out to your entire meetup group and local WordPress community to recruit members of the organizing team. There are frequently lurkers who might not write code but have amazing spreadsheet or fundraising skills, and you might not find them if you don\'t cast a wide, public
  net.\r\n\r\nGiving estimates for how many hours a week a certain job typically takes is a good way to help volunteers figure out if they can really commit to the event. It\'s always good to know up front if someone\'s going to have to bow out at some point, so encourage people to be realistic with the amount of time they promise to invest.\r\n\r\nAll organizers are expected to agree with the same items that you agreed to when you were approved to start pre-planning: http://plan.wordcamp.org/agreement-among-wordcamp-organizers-speakers-sponsors-and-volunteers/\r\n\r\nCheck out this page for a list of organizer team roles and more tips about building your organizing team:\r\n\r\nhttp://plan.wordcamp.org/first-steps/the-organizing-team/\r\n\r\nAs always, let us know if you have any questions,\r\n\r\nAndrea and Cami','Your Second Week of Planning','','publish','closed','closed','','your-second-week-of-planning','','','2014-06-12 19:45:18','2014-06-12 19:45:18','',0,'http://central.word
 camp.test/?post_type=organizer-reminder&#038;p=48093',0,'organizer-reminder','',0),(48096,1,'2014-06-12 19:46:24','2014-06-12 19:46:24','Hey there, [organizer_name]! Hope the venue search is progressing well for you.\r\n\r\nIt\'s good to take advantage of this pre-planning period to start encouraging your local WordPress enthusiasts to think about what they might want to propose a session on for WordCamp. Organizing a workshop to teach members of your community how to develop a talk and a successful speaker proposal is a great way to encourage local participation. Planning a meetup that features lightning talks can give you a chance to assess your local speakers\' delivery and help people get over their nerves, if they have any.\r\n\r\nIt\'s also a good idea to keep the lines of communication open with your community, even in this early planning stage. Post to your WordCamp site your list of venue criteria, and invite everyone to help you look for a good place to hold WordCamp. 
 It\'s a great idea to post the date and time of your planning meetings so people from your meetup can join in and post the meeting minutes on your WordCamp site so you everyone can see how things are progressing. You\'ll be surprised how many people come out of the woodwork with help if you just let them know how they can lend a hand!\r\n\r\nI hope you\'ve either attended or made a plan for everyone on the organizing team to attend a WordCamp organizer\'s orientation. If it\'s just not possible to attend in person, you can find recorded versions of the orientation here: https://www.youtube.com/channel/UCWQnu9XpK3ze10STZv9ORLg\r\n\r\nKeep in touch, and happy venue hunting!\r\n\r\nAll our best,\r\n\r\nAndrea and Cami','Your Third Week of Planning','','publish','closed','closed','','your-third-week-of-planning','','','2014-06-12 19:46:24','2014-06-12 19:46:24','',0,'http://central.wordcamp.test/?post_type=organizer-reminder&#038;p=48096',0,'organizer-reminder','',0),(50307,1,'2014-
 06-12 22:52:42','2014-06-12 22:52:42','Howdy, [organizer_name]! Thanks for your interest in organizing a WordCamp in [wordcamp_location].\r\n\r\nI am going to tentatively approve your application to be the primary organizer of [wordcamp_name]. Before you get started with any planning, please review the WordCamp organizer guidelines at http://plan.wordcamp.org. If you have any questions, please be sure to ask right away.\r\n\r\nTo formally agree to organize an event within the community WordCamp expectations, please sign the Organizer Agreement I will be sending you via DocuSign. I will then set you up as the administrator of the WordCamp\'s website so that you can put up a “Coming Soon” page that you can use to solicit volunteers, sponsors, organizers, etc. for your event. You may add users to the site if you wish, but please use their wordpress.org credentials to do so.\r\n\r\nWe will also create an @wordcamp.org email forward so that you have an official email that you can us
 e for correspondence; let me know what email you would like this address to forward to.  Some organizers have it go to one person who manages all incoming email, while others set up an email account that is accessible to all members of the organizing team -- either is fine, but let us know what you prefer.\r\n\r\nWe now have biweekly organizer orientation hangouts (see the schedule on the sidebar at http://make.wordpress.org/community/) to help new organizers learn about our best practices and guidelines and to update experienced organizers about new tools and programs. I recommend you and everyone on your organizing team try to attend at least one hangout between now and your event -- even if you can\'t all attend the same one. We also record the hangouts every month or so, in case it\'s not convenient to attend real-time. :)\r\n\r\nIf you have any questions, please ask right away. Thanks for all you\'re doing to foster and grow the WordPress community in [wordcamp_location]!','[w
 ordcamp_name] application tentatively accepted','','publish','closed','closed','','wordcamp_name-application-tentatively-accepted','','','2014-06-12 22:52:42','2014-06-12 22:52:42','',0,'http://central.wordcamp.test/?post_type=organizer-reminder&#038;p=50307',0,'organizer-reminder','',0),(50976,1,'2014-06-17 01:00:58','2014-06-17 01:00:58','accomplice blurb','WordCamp Accomplice','Great sponsors make great WordCamps possible, and we feel lucky to be sponsored by [sponsor_names] as part of the multi-event sponsorship program.','publish','closed','closed','','wordcamp-accomplice','','','2014-06-19 23:16:53','2014-06-19 23:16:53','',0,'http://central.wordcamp.test/?post_type=mes-sponsor-level&#038;p=50976',0,'mes-sponsor-level','',0),(50977,1,'2014-06-17 01:00:43','2014-06-17 01:00:43','champ blurb','WordCamp Champion','A huge thanks to [sponsor_names] for all of their support in making our event the fantastic WordCamp that it is! We are counting down the days, and looking forw
 ard to seeing you all there.','publish','closed','closed','','wordcamp-champion','','','2014-06-19 23:16:54','2014-06-19 23:16:54','',0,'http://central.wordcamp.test/?post_type=mes-sponsor-level&#038;p=50977',0,'mes-sponsor-level','',0),(67651,1,'2014-06-19 23:22:15','2014-06-19 23:22:15','<p style=\"color: #424242; font-family: Helvetica, Arial, sans-serif; line-height: 1.5; font-weight: 300; font-size: 15px; outline: none; margin-bottom: 24px; font-style: normal; font-variant: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;\">WPML turns WordPress websites multilingual. It works with caching, SEO and E-Commerce plugins, and allows the building of complete multilingual sites. WPML powers simple blogs as well as corporate and enterprise sites.</p>\r\n<p style=\"color: #424242; font-family: Helvetica, Arial, s
 ans-serif; line-height: 1.5; font-weight: 300; font-size: 15px; outline: none; margin-bottom: 24px; font-style: normal; font-variant: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;\">WPML allows users to translate everything in the site, including content, menus, widgets and even theme and plugin texts. WPML powers over 400,000 commercial websites from all over the world.</p>\r\n<p style=\"color: #424242; font-family: Helvetica, Arial, sans-serif; line-height: 1.5; font-weight: 300; font-size: 15px; outline: none; margin-bottom: 24px; font-style: normal; font-variant: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;\">More information about going multilingual can be foun
 d at<span class=\"Apple-converted-space\"> </span><a style=\"color: #028db9; font-family: Helvetica, Arial, sans-serif; line-height: 1.5; font-weight: 600; font-size: 15px; outline: none; text-decoration: none;\" href=\"http://WPML.org\">WPML.org</a>.</p>','WPML','','publish','closed','closed','','wpml','','','2014-06-21 08:39:27','2014-06-21 08:39:27','',0,'http://central.wordcamp.test/?post_type=mes&#038;p=67651',0,'mes','',0),(69142,0,'2014-06-20 01:20:30','2014-06-20 01:20:30','','Content 2014','','publish','open','open','','content-2014','','','2014-06-20 01:20:30','2014-06-20 01:20:30','',0,'http://central.wordcamp.test/news/tix_event/content-2014/',0,'tix_event','',0),(69143,0,'2014-06-20 01:20:30','2014-06-20 01:20:30','','Miscellaneous','','publish','open','open','','miscellaneous','','','2014-06-20 01:20:30','2014-06-20 01:20:30','',0,'http://central.wordcamp.test/news/tix_event/miscellaneous/',0,'tix_event',
 '',0),(69144,0,'2014-06-20 01:20:30','2014-06-20 01:20:30','','WordCamp Atlanta','','publish','open','open','','wordcamp-atlanta','','','2014-06-20 01:20:30','2014-06-20 01:20:30','',0,'http://central.wordcamp.test/news/tix_event/wordcamp-atlanta/',0,'tix_event','',0),(69145,0,'2014-06-20 01:20:30','2014-06-20 01:20:30','','WordCamp San Francisco','','publish','open','open','','wordcamp-san-francisco','','','2014-06-20 01:20:30','2014-06-20 01:20:30','',0,'http://central.wordcamp.test/news/tix_event/wordcamp-san-francisco/',0,'tix_event','',0),(69146,0,'2014-06-20 01:20:30','2014-06-20 01:20:30','','WordCamp Portland 2014','','publish','open','open','','wordcamp-portland-2014','','','2014-06-20 01:20:30','2014-06-20 01:20:30','',0,'http://central.wordcamp.test/news/tix_event/wordcamp-portland-2014/',0,'tix_event','',0),(69147,0,'2014-06-20 01:20:30','2014-06-20 01:20:30','','WordCamp Seattle 2014','','publish','open','open','','wordcamp-seattle-2014','','','2014-06-20 01:20:30','201
 4-06-20 01:20:30','',0,'http://central.wordcamp.test/news/tix_event/wordcamp-seattle-2014/',0,'tix_event','',0),(69148,0,'2014-06-20 01:20:30','2014-06-20 01:20:30','','WordCamp Portland 2014','','publish','open','open','','wordcamp-portland-2014-2','','','2014-06-20 01:20:30','2014-06-20 01:20:30','',0,'http://central.wordcamp.test/news/tix_event/wordcamp-portland-2014-2/',0,'tix_event','',0),(69149,0,'2014-06-20 01:20:30','2014-06-20 01:20:30','','New Site 2014','','publish','open','open','','new-site-2014','','','2014-06-20 01:20:30','2014-06-20 01:20:30','',0,'http://central.wordcamp.test/news/tix_event/new-site-2014/',0,'tix_event','',0),(69152,1,'2014-12-19 19:40:45','0000-00-00 00:00:00',' ','','','draft','open','open','','','','','2014-12-19 19:40:45','0000-00-00 00:00:00','',0,'http://central.wordcamp.test/?p=69152',1,'nav_menu_item','',0),(69153,1,'2014-12-19 19:40:45','0000-00-00 00:00:00',' ','','','draft','open','open','','','','','2014-12-19 19:40:45','0000-00-00 00:00
 :00','',0,'http://central.wordcamp.test/?p=69153',1,'nav_menu_item','',0),(69154,1,'2014-12-19 19:40:45','0000-00-00 00:00:00',' ','','','draft','open','open','','','','','2014-12-19 19:40:45','0000-00-00 00:00:00','',0,'http://central.wordcamp.test/?p=69154',1,'nav_menu_item','',0),(69155,1,'2014-12-19 19:40:45','0000-00-00 00:00:00',' ','','','draft','open','open','','','','','2014-12-19 19:40:45','0000-00-00 00:00:00','',0,'http://central.wordcamp.test/?p=69155',1,'nav_menu_item','',0),(69159,1,'2014-12-19 19:48:04','2014-12-19 19:48:04','If you\'re thinking of attending a WordCamp, you may be wondering what to expect. Though each WordCamp will be different (based on the organizers, speakers and attendees of each event), there are some general guidelines that all WordCamps follow, as well as some things you can expect at your WordCamp no matter where it is.\r\n<h3>IT’S ABOUT EVERYTHING WORDPRESS.</h3>\r\nWhat makes something a WordCamp, as opposed to a BarCamp or an
  [insert-name-here]Camp? The content of sessions is firmly focused on using and developing for WordPress. Issues around blogging, business, and social media that are related to WordPress use may be included, but the bulk of the program (at least 80%) is specifically about WordPress. The use of the WordCamp name indicates that it is a standalone event dedicated to WordPress, and to prevent confusion, WordPress “tracks” within larger events such as BarCamp or other conferences are no longer called WordCamps.\r\n<h3>THE BEST BARGAIN YOU\'LL GET ALL YEAR.</h3>\r\nWordCamps are not meant to be big, fancy, expensive conferences. WordCamps are meant to be low-key local gatherings that are affordable — cheap, even — to allow people from all walks of life to attend, meet, share, and learn. Sponsorships and donations make this possible, keeping ticket prices low, usually below $40 for a 2-day event. It\'s not uncommon to meet WordCamp speakers who are featured at expensi
 ve web industry conferences like South by Southwest. WordCamp is one of the best bargains around.\r\n<h3>OPEN TO ALL, CONTENT GALORE, SHARED WITH COMMUNITY.</h3>\r\nWordCamps do not discriminate, and WordPress users, developers, designers, and other enthusiasts should all feel welcome at a WordCamp, regardless of their experience level. Sessions generally span a variety of formats, including lectures/presentations, live demos, Q&amp;A, workshops, ignite-style lightning presentations, panels, interviews, and any other format you can imagine. Presentations are shared with the broader WordPress community by posting session slides/videos to the <a href=\"http://wordpress.tv/category/wordcamptv/\">WordCamp channel on WordPress.tv</a>.\r\n<h3>MAKING CONNECTIONS, PROMOTING COLLABORATION.</h3>\r\nGetting to meet and learn from other WordPress users face-to-face is one of the main reasons people attend WordCamps. Many WordCamps set up an i
 nformal Happiness Bar staffed with experienced WordPress volunteers who try to help fellow attendees with their WordPress questions. In addition to learning from each other, attendees often find new collaborators, employees/employers and potential co-conspirators in the WordCamp crowd. These new relationships can lead to exciting WordPress projects throughout the year. Many WordCamps also set up a \"job board\" for attendees to post job openings, business cards, etc. Ideally, every WordCamp is the annual “big event” of a local WordPress meetup group. If no such group exists, a WordCamp can be a great way to kick it off.\r\n<h3>LOCALLY ORGANIZED AND FOCUSED.</h3>\r\nThe WordCamp calendar on this site is coordinated by us, but each individual event is organized by local WordPress users, developers and fans. We provide guidance, but the elbow grease is theirs. Showcasing local talent is one of the best things about WordCamp, and the program includes local spe
 akers/presenters whenever possible. It’s fun to hear from WordPress lead developers and other prominent WordPress personalities, but WordCamps are not meant to be a lecture circuit with the same speakers at every event, so the best WordCamps tend to have both local and visiting speakers.\r\n<h3>VOLUNTEERS EVERYWHERE.</h3>\r\nIt is generally acknowledged that participating in WordCamps is one of the easiest and most enjoyable ways to give something back to the WordPress community. Each WordCamp is operated by tireless volunteers, from the organizers who plan it all to the volunteers who work the event and the speakers who donate their time to teach you new things. It takes a lot of people to make a WordCamp happen, so remember to thank the volunteers who made it possible.\r\n<h3>ACCURATELY REPRESENTS THE WORDPRESS PROJECT.</h3>\r\nWordCamp organizers, speakers, sponsors, and volunteers are seen by attendees as representing WordPress and the WordPress communi
 ty, and for many it\'s their first impression. Because of this, every WordCamp follows some basic guidelines to vet these personnel and ensure that their communications in these roles provide accurate information and respect the positions and policies of the WordPress open source project.\r\n<h3>IT’S NOT ABOUT THE MONEY.</h3>\r\nMost WordCamps use up all their sponsor and ticket money in planning the event, but when there is a surplus, it is used to benefit the community, not treated as profit to be pocketed by the organizers. Surplus money is used for things like: funding an ongoing WordPress meetup group’s get-togethers, seed money for next year’s WordCamp expenses, sponsoring a local developer to work on a contribution to WordPress.org, or donating it to the <a href=\"http://wordpressfoundation.org/\">WordPress Foundation</a>. WordPress-based conferences organized as money-making opportunities are not approved to use the WordCamp name.\r\
 n<h3>PERKS.</h3>\r\nThough it\'s not mandatory, many WordCamps use some of their budget to create commemorative t-shirts or other swag (this is significantly cooler when there are good designers on the organizing team, ha) and/or to provide food and beverages to attendees at the event. These things should definitely be considered potential perks rather than guaranteed entitlements, as each organizing team decides for itself how to spend the money they\'ve raised from sponsorships and ticket sales, and these are often the biggest expenses. Information about what\'s included with each ticket purchase will be listed on each individual WordCamp\'s website.\r\n<h3>FUN. FUN! MORE FUN!!</h3>\r\nWe almost forgot to mention the most obvious part of WordCamps: they\'re fun! Getting to geek out for a day or two with other people just as obsessed with WordPress as you are is just plain awesome. You\'ll meet people who are crazy smart, insanely inspired and inspiring, and
  maybe even a handful of talented singers. Most WordCamps follow the conference with an afterparty at a nearby location where you can have a few drinks with your new friends and hatch your (WordPress-based, of course) plot to take over the world.\r\n<p style=\"text-align: center;\">*                 *                 *</p>\r\nSold? If there’s already a <a href=\"http://central.wordcamp.org/schedule/\">WordCamp scheduled for your area</a>, go! If you don’t see anything near you on the list, don’t fret. There may be something in the works that just hasn’t confirmed the date yet. <a href=\"http://twitter.com/wordcamp\">Follow us on Twitter</a> or grab the blog feed to find out when new WordCamps are added to the list. Or, if you’re interested in starting a WordCamp in your area, <a href=\"http://plan.wordcamp.org/\">contact us</a> to get started.','What to Expect','','publ
 ish','open','open','','what-to-expect','','','2014-12-19 19:48:04','2014-12-19 19:48:04','',0,'http://central.wordcamp.test/?page_id=69159',0,'page','',0),(69160,1,'2014-12-19 19:48:16','2014-12-19 19:48:16','Local organizers are what make each WordCamp unique. Organizing a WordCamp is a volunteer labor (a lot of labor!) of love for WordPress and your local community, and earns you untold karma points on the path to WordPress nirvana. No specific skills or backgrounds are required to become an organizer, though events tend to be most successful when responsibility is shared among several co-organizers.\r\n\r\nSo much goes into planning a WordCamp that we now have an entire site dedicated to planning WordCamps. Take a look at the <a href=\"http://plan.wordcamp.org\">WordCamp planning site</a>, read through the information there (so you know what you\'d be getting into), and if you\'re interested in putting together a WordCamp, fill in the <a href=\"http:
 //plan.wordcamp.org/become-an-organizer/organizer-application/\">organizer application</a>.\r\n\r\nThanks!','Become an Organizer','','publish','open','open','','become-an-organizer','','','2014-12-19 19:48:16','2014-12-19 19:48:16','',0,'http://central.wordcamp.test/?page_id=69160',0,'page','',0),(69161,1,'2014-12-19 19:48:36','2014-12-19 19:48:36','<div class=\"cycle-me photo-slideshow\"><img class=\"alignright size-full wp-image-2867\" title=\"mcm_4902-2\" src=\"http://central.wordcamp.org/files/2010/05/mcm_4902-2.png\" alt=\"\" width=\"357\" height=\"194\" /><img class=\"alignright size-full wp-image-2866\" title=\"mcm_3232\" src=\"http://central.wordcamp.org/files/2010/05/mcm_3232.png\" alt=\"\" width=\"357\" height=\"194\" /><img class=\"alignright size-full wp-image-2865\" title=\"mcm_3164\" src
 =\"http://central.wordcamp.org/files/2010/05/mcm_3164.png\" alt=\"\" width=\"357\" height=\"194\" /><img class=\"alignright size-full wp-image-2863\" title=\"mcm_0488-4\" src=\"http://central.wordcamp.org/files/2010/05/mcm_0488-4.png\" alt=\"\" width=\"357\" height=\"194\" /><img class=\"alignright size-full wp-image-2873\" title=\"buttons\" src=\"http://central.wordcamp.org/files/2010/05/buttons.png\" alt=\"\" width=\"357\" height=\"194\" /></div>\r\n<p class=\"lead\">WordCamps are casual, locally-organized conferences covering everything related to <a href=\"http://wordpress.org\">WordPress</a>, the free and open source personal publishing software that powers over 75 million sites on the web.</p>\r\nWordCamps come in all different flavors, based on the loca
 l communities that produce them, but in general, WordCamps include sessions on how to use WordPress more effectively, beginning <a href=\"http://wordpress.org/extend/plugins/\">plugin</a> and <a href=\"http://wordpress.org/extend/themes/\">theme</a> development, advanced techniques, security, etc. To get an idea of the types of sessions typically seen at WordCamps, check out the <a href=\"http://wordpress.tv/category/wordcamptv/\">WordCamp channel at WordPress.tv</a>.\r\n\r\n&nbsp;\r\n<div class=\"about-map\"><img class=\"alignnone size-full wp-image-2531\" title=\"wordcamp-map\" src=\"http://central.wordcamp.org/files/2010/05/wordcamp-map.png\" alt=\"\" width=\"420\" height=\"219\" />\r\n<div class=\"map-stats\">\r\n\r\n<strong>346</strong>\r\nWordCamps\r\n\r\n<strong>172</strong>\r\nCiti
 es\r\n\r\n<strong>48</strong>\r\nCountries\r\n\r\n<strong>6</strong>\r\nContinents\r\n\r\n</div>\r\n</div>\r\nWordCamps are attended by people ranging from blogging newbies to professional WordPress developers and consultants, and usually combine scheduled programming with unconference sessions and other activities. For more information on common WordCamp elements, read about <a href=\"http://central.wordcamp.org/what-to-expect/\">what to expect</a> at a WordCamp.\r\n\r\nThe <a href=\"http://central.wordcamp.org/wordcamps/san-francisco-2006/\">first WordCamp</a> was organized in San Francisco by Matt Mullenweg in 2006. Since then, local communities around the world have organized <a href=\"http://central.wordcamp.org/schedule/\">over three hundred WordCamps</a>, and we anticipate that number will pass a thousand within the next couple of years.\r\n\r\n<strong>Ready to at
 tend?</strong> <a class=\"wc-primary-button\" title=\"Schedule\" href=\"http://central.wordcamp.org/schedule/\">Find a WordCamp</a>\r\n\r\n<hr class=\"clear\" />\r\n\r\n<h3>LOGOS</h3>\r\n<div class=\"logos\">\r\n<ul>\r\n <li><a href=\"http://central.wordcamp.org/files/2009/04/wplogo-notext-cmyk.pdf\"><img class=\"alignnone size-full wp-image-2534\" title=\"wordpress-logo-thumb\" src=\"http://central.wordcamp.org/files/2010/05/wordpress-logo-thumb.png\" alt=\"\" width=\"217\" height=\"117\" /></a>\r\n<a class=\"download-link\" href=\"http://central.wordcamp.org/files/2009/04/wplogo-notext-cmyk.pdf\">Download</a></li>\r\n      <li><a href=\"http://central.wordcamp.org/files/2010/05/wordcamp-logotype.pdf\"><img class=\"alignnone size-f
 ull wp-image-2533\" title=\"wordcamp-logotype\" src=\"http://central.wordcamp.org/files/2010/05/wordcamp-logotype.png\" alt=\"\" width=\"217\" height=\"117\" /></a>\r\n<a class=\"download-link\" href=\"http://central.wordcamp.org/files/2010/05/wordcamp-logotype.pdf\">Download</a></li>\r\n        <li><a href=\"http://central.wordcamp.org/files/2010/05/wordcamp-logo.pdf\"><img class=\"alignnone size-full wp-image-2532\" title=\"wordcamp-logo-logotype-thumb\" src=\"http://central.wordcamp.org/files/2010/05/wordcamp-logo-logotype-thumb1.png\" alt=\"\" width=\"217\" height=\"117\" /></a>\r\n<a class=\"download-link\" href=\"http://central.wordcamp.org/files/2010/05/wordcamp-logo.pdf\">Download</a></li>\r\n</ul>\r\n</div>\r\nIf you\'re writing about Word
 Camp, you can use the following logos.\r\n\r\nWordPress.org also has a wide variety of regular <a href=\"http://wordpress.org/about/logos/\">WordPress logo graphics</a>.','About WordCamps','','publish','open','open','','about-wordcamps','','','2014-12-19 19:48:36','2014-12-19 19:48:36','',0,'http://central.wordcamp.test/?page_id=69161',0,'page','',0),(69163,1,'2014-12-19 19:45:56','2014-12-19 19:45:56','','Front page','','inherit','open','open','','3798-autosave-v1','','','2014-12-19 19:45:56','2014-12-19 19:45:56','',3798,'http://central.wordcamp.test/news/2014/12/19/3798-autosave-v1/',0,'revision','',0),(69164,1,'2014-12-19 19:46:06','2014-12-19 19:46:06','','Home','','inherit','open','open','','3798-revision-v1','','','2014-12-19 19:46:06','2014-12-19 19:46:06','',3798,'http://central.wordcamp.test/news/2014/12/19/3798-revision-v1/',0,'revision','',0),(69165,1,'2014-12-19 19:48:04','2014-12-19 19:48:04','If you\'re thinking of attending a WordCamp, you may 
 be wondering what to expect. Though each WordCamp will be different (based on the organizers, speakers and attendees of each event), there are some general guidelines that all WordCamps follow, as well as some things you can expect at your WordCamp no matter where it is.\r\n<h3>IT’S ABOUT EVERYTHING WORDPRESS.</h3>\r\nWhat makes something a WordCamp, as opposed to a BarCamp or an [insert-name-here]Camp? The content of sessions is firmly focused on using and developing for WordPress. Issues around blogging, business, and social media that are related to WordPress use may be included, but the bulk of the program (at least 80%) is specifically about WordPress. The use of the WordCamp name indicates that it is a standalone event dedicated to WordPress, and to prevent confusion, WordPress “tracks” within larger events such as BarCamp or other conferences are no longer called WordCamps.\r\n<h3>THE BEST BARGAIN YOU\'LL GET ALL YEAR.</h3>\r\nWordCamps are not 
 meant to be big, fancy, expensive conferences. WordCamps are meant to be low-key local gatherings that are affordable — cheap, even — to allow people from all walks of life to attend, meet, share, and learn. Sponsorships and donations make this possible, keeping ticket prices low, usually below $40 for a 2-day event. It\'s not uncommon to meet WordCamp speakers who are featured at expensive web industry conferences like South by Southwest. WordCamp is one of the best bargains around.\r\n<h3>OPEN TO ALL, CONTENT GALORE, SHARED WITH COMMUNITY.</h3>\r\nWordCamps do not discriminate, and WordPress users, developers, designers, and other enthusiasts should all feel welcome at a WordCamp, regardless of their experience level. Sessions generally span a variety of formats, including lectures/presentations, live demos, Q&amp;A, workshops, ignite-style lightning presentations, panels, interviews, and any other format you can imagine. Presentations are shared with the br
 oader WordPress community by posting session slides/videos to the <a href=\"http://wordpress.tv/category/wordcamptv/\">WordCamp channel on WordPress.tv</a>.\r\n<h3>MAKING CONNECTIONS, PROMOTING COLLABORATION.</h3>\r\nGetting to meet and learn from other WordPress users face-to-face is one of the main reasons people attend WordCamps. Many WordCamps set up an informal Happiness Bar staffed with experienced WordPress volunteers who try to help fellow attendees with their WordPress questions. In addition to learning from each other, attendees often find new collaborators, employees/employers and potential co-conspirators in the WordCamp crowd. These new relationships can lead to exciting WordPress projects throughout the year. Many WordCamps also set up a \"job board\" for attendees to post job openings, business cards, etc. Ideally, every WordCamp is the annual “big event” of a local WordPress meetup group. If no such group exists, a Wo
 rdCamp can be a great way to kick it off.\r\n<h3>LOCALLY ORGANIZED AND FOCUSED.</h3>\r\nThe WordCamp calendar on this site is coordinated by us, but each individual event is organized by local WordPress users, developers and fans. We provide guidance, but the elbow grease is theirs. Showcasing local talent is one of the best things about WordCamp, and the program includes local speakers/presenters whenever possible. It’s fun to hear from WordPress lead developers and other prominent WordPress personalities, but WordCamps are not meant to be a lecture circuit with the same speakers at every event, so the best WordCamps tend to have both local and visiting speakers.\r\n<h3>VOLUNTEERS EVERYWHERE.</h3>\r\nIt is generally acknowledged that participating in WordCamps is one of the easiest and most enjoyable ways to give something back to the WordPress community. Each WordCamp is operated by tireless volunteers, from the organizers who plan it all to the volunteer
 s who work the event and the speakers who donate their time to teach you new things. It takes a lot of people to make a WordCamp happen, so remember to thank the volunteers who made it possible.\r\n<h3>ACCURATELY REPRESENTS THE WORDPRESS PROJECT.</h3>\r\nWordCamp organizers, speakers, sponsors, and volunteers are seen by attendees as representing WordPress and the WordPress community, and for many it\'s their first impression. Because of this, every WordCamp follows some basic guidelines to vet these personnel and ensure that their communications in these roles provide accurate information and respect the positions and policies of the WordPress open source project.\r\n<h3>IT’S NOT ABOUT THE MONEY.</h3>\r\nMost WordCamps use up all their sponsor and ticket money in planning the event, but when there is a surplus, it is used to benefit the community, not treated as profit to be pocketed by the organizers. Surplus money is used for things like: funding an ong
 oing WordPress meetup group’s get-togethers, seed money for next year’s WordCamp expenses, sponsoring a local developer to work on a contribution to WordPress.org, or donating it to the <a href=\"http://wordpressfoundation.org/\">WordPress Foundation</a>. WordPress-based conferences organized as money-making opportunities are not approved to use the WordCamp name.\r\n<h3>PERKS.</h3>\r\nThough it\'s not mandatory, many WordCamps use some of their budget to create commemorative t-shirts or other swag (this is significantly cooler when there are good designers on the organizing team, ha) and/or to provide food and beverages to attendees at the event. These things should definitely be considered potential perks rather than guaranteed entitlements, as each organizing team decides for itself how to spend the money they\'ve raised from sponsorships and ticket sales, and these are often the biggest expenses. Information about what\'s included with each
  ticket purchase will be listed on each individual WordCamp\'s website.\r\n<h3>FUN. FUN! MORE FUN!!</h3>\r\nWe almost forgot to mention the most obvious part of WordCamps: they\'re fun! Getting to geek out for a day or two with other people just as obsessed with WordPress as you are is just plain awesome. You\'ll meet people who are crazy smart, insanely inspired and inspiring, and maybe even a handful of talented singers. Most WordCamps follow the conference with an afterparty at a nearby location where you can have a few drinks with your new friends and hatch your (WordPress-based, of course) plot to take over the world.\r\n<p style=\"text-align: center;\">*                 *                 *</p>\r\nSold? If there’s already a <a href=\"http://central.wordcamp.org/schedule/\">WordCamp scheduled for your area</a>, go! If you don’t see anything near you on the list, don’t fret. There may be something in th
 e works that just hasn’t confirmed the date yet. <a href=\"http://twitter.com/wordcamp\">Follow us on Twitter</a> or grab the blog feed to find out when new WordCamps are added to the list. Or, if you’re interested in starting a WordCamp in your area, <a href=\"http://plan.wordcamp.org/\">contact us</a> to get started.','What to Expect','','inherit','open','open','','69159-revision-v1','','','2014-12-19 19:48:04','2014-12-19 19:48:04','',69159,'http://central.wordcamp.test/news/2014/12/19/69159-revision-v1/',0,'revision','',0),(69166,1,'2014-12-19 19:48:16','2014-12-19 19:48:16','Local organizers are what make each WordCamp unique. Organizing a WordCamp is a volunteer labor (a lot of labor!) of love for WordPress and your local community, and earns you untold karma points on the path to WordPress nirvana. No specific skills or backgrounds are required to become an organizer, though events tend to be most successful when responsibility
  is shared among several co-organizers.\r\n\r\nSo much goes into planning a WordCamp that we now have an entire site dedicated to planning WordCamps. Take a look at the <a href=\"http://plan.wordcamp.org\">WordCamp planning site</a>, read through the information there (so you know what you\'d be getting into), and if you\'re interested in putting together a WordCamp, fill in the <a href=\"http://plan.wordcamp.org/become-an-organizer/organizer-application/\">organizer application</a>.\r\n\r\nThanks!','Become an Organizer','','inherit','open','open','','69160-revision-v1','','','2014-12-19 19:48:16','2014-12-19 19:48:16','',69160,'http://central.wordcamp.test/news/2014/12/19/69160-revision-v1/',0,'revision','',0),(69167,1,'2014-12-19 19:48:36','2014-12-19 19:48:36','<div class=\"cycle-me photo-slideshow\"><img class=\"alignright size-full wp-image-2867\" title=\"mcm_4902-2\" src=\"http://central.wo
 rdcamp.org/files/2010/05/mcm_4902-2.png\" alt=\"\" width=\"357\" height=\"194\" /><img class=\"alignright size-full wp-image-2866\" title=\"mcm_3232\" src=\"http://central.wordcamp.org/files/2010/05/mcm_3232.png\" alt=\"\" width=\"357\" height=\"194\" /><img class=\"alignright size-full wp-image-2865\" title=\"mcm_3164\" src=\"http://central.wordcamp.org/files/2010/05/mcm_3164.png\" alt=\"\" width=\"357\" height=\"194\" /><img class=\"alignright size-full wp-image-2863\" title=\"mcm_0488-4\" src=\"http://central.wordcamp.org/files/2010/05/mcm_0488-4.png\" alt=\"\" width=\"357\" height=\"194\" /><img class=\"alignright size-full wp-image-2873\" title=\"buttons\" src=\"http://central.wordcamp.org/files/2010/05/buttons.png\&qu
 ot; alt=\"\" width=\"357\" height=\"194\" /></div>\r\n<p class=\"lead\">WordCamps are casual, locally-organized conferences covering everything related to <a href=\"http://wordpress.org\">WordPress</a>, the free and open source personal publishing software that powers over 75 million sites on the web.</p>\r\nWordCamps come in all different flavors, based on the local communities that produce them, but in general, WordCamps include sessions on how to use WordPress more effectively, beginning <a href=\"http://wordpress.org/extend/plugins/\">plugin</a> and <a href=\"http://wordpress.org/extend/themes/\">theme</a> development, advanced techniques, security, etc. To get an idea of the types of sessions typically seen at WordCamps, check out the <a href=\"http://wordpress.tv/category/wordcamptv/\">WordCamp channel at WordPress.tv</a>.\
 r\n\r\n&nbsp;\r\n<div class=\"about-map\"><img class=\"alignnone size-full wp-image-2531\" title=\"wordcamp-map\" src=\"http://central.wordcamp.org/files/2010/05/wordcamp-map.png\" alt=\"\" width=\"420\" height=\"219\" />\r\n<div class=\"map-stats\">\r\n\r\n<strong>346</strong>\r\nWordCamps\r\n\r\n<strong>172</strong>\r\nCities\r\n\r\n<strong>48</strong>\r\nCountries\r\n\r\n<strong>6</strong>\r\nContinents\r\n\r\n</div>\r\n</div>\r\nWordCamps are attended by people ranging from blogging newbies to professional WordPress developers and consultants, and usually combine scheduled programming with unconference sessions and other activities. For more information on common WordCamp elements, read about <a href=\"http://central.wordcamp.org/what-to-expect/\">what to expect</a> at a WordCamp.\r\n\r\nThe &lt
 ;a href=\"http://central.wordcamp.org/wordcamps/san-francisco-2006/\">first WordCamp</a> was organized in San Francisco by Matt Mullenweg in 2006. Since then, local communities around the world have organized <a href=\"http://central.wordcamp.org/schedule/\">over three hundred WordCamps</a>, and we anticipate that number will pass a thousand within the next couple of years.\r\n\r\n<strong>Ready to attend?</strong> <a class=\"wc-primary-button\" title=\"Schedule\" href=\"http://central.wordcamp.org/schedule/\">Find a WordCamp</a>\r\n\r\n<hr class=\"clear\" />\r\n\r\n<h3>LOGOS</h3>\r\n<div class=\"logos\">\r\n<ul>\r\n    <li><a href=\"http://central.wordcamp.org/files/2009/04/wplogo-notext-cmyk.pdf\"><img class=\"alignnone size-full wp-image-2534\" title=\"wordpress-logo-thumb\" src=\"http://c
 entral.wordcamp.org/files/2010/05/wordpress-logo-thumb.png\" alt=\"\" width=\"217\" height=\"117\" /></a>\r\n<a class=\"download-link\" href=\"http://central.wordcamp.org/files/2009/04/wplogo-notext-cmyk.pdf\">Download</a></li>\r\n      <li><a href=\"http://central.wordcamp.org/files/2010/05/wordcamp-logotype.pdf\"><img class=\"alignnone size-full wp-image-2533\" title=\"wordcamp-logotype\" src=\"http://central.wordcamp.org/files/2010/05/wordcamp-logotype.png\" alt=\"\" width=\"217\" height=\"117\" /></a>\r\n<a class=\"download-link\" href=\"http://central.wordcamp.org/files/2010/05/wordcamp-logotype.pdf\">Download</a></li>\r\n      <li><a href=\"http://central.wordcamp.org/files/2010/05/wordcamp-logo.pdf\"><img class=\"alignnone size-full wp-image-2532
 \" title=\"wordcamp-logo-logotype-thumb\" src=\"http://central.wordcamp.org/files/2010/05/wordcamp-logo-logotype-thumb1.png\" alt=\"\" width=\"217\" height=\"117\" /></a>\r\n<a class=\"download-link\" href=\"http://central.wordcamp.org/files/2010/05/wordcamp-logo.pdf\">Download</a></li>\r\n</ul>\r\n</div>\r\nIf you\'re writing about WordCamp, you can use the following logos.\r\n\r\nWordPress.org also has a wide variety of regular <a href=\"http://wordpress.org/about/logos/\">WordPress logo graphics</a>.','About WordCamps','','inherit','open','open','','69161-revision-v1','','','2014-12-19 19:48:36','2014-12-19 19:48:36','',69161,'http://central.wordcamp.test/news/2014/12/19/69161-revision-v1/',0,'revision','',0),(69168,1,'2014-12-19 19:50:11','2014-12-19 19:50:11',' ','','','publish','open','open','','69168','','','2014-12-19 19:50:34','2014-12-19 
 19:50:34','',0,'http://central.wordcamp.test/?p=69168',2,'nav_menu_item','',0),(69169,1,'2014-12-19 19:50:11','2014-12-19 19:50:11',' ','','','publish','open','open','','69169','','','2014-12-19 19:50:34','2014-12-19 19:50:34','',0,'http://central.wordcamp.test/?p=69169',4,'nav_menu_item','',0),(69170,1,'2014-12-19 19:50:11','2014-12-19 19:50:11',' ','','','publish','open','open','','69170','','','2014-12-19 19:50:34','2014-12-19 19:50:34','',0,'http://central.wordcamp.test/?p=69170',3,'nav_menu_item','',0),(69171,1,'2014-12-19 19:50:11','2014-12-19 19:50:11',' ','','','publish','open','open','','69171','','','2014-12-19 19:50:34','2014-12-19 19:50:34','',0,'http://central.wordcamp.test/?p=69171',1,'nav_menu_item','',0),(69172,1,'2014-12-19 19:50:11','2014-12-19 19:50:11',' ','','','publish','open','open','','69172','','','2014-12-19 19:50:34','2014-12-19 19:50:34','',0,'http://central.wordcamp.test/?p=69172',6,'nav_menu_item','',0),(69173,1,'2014-12-19 19:49:56','2014-12-19 19:49:5
 6','','Schedule','','publish','open','open','','schedule','','','2014-12-19 19:49:56','2014-12-19 19:49:56','',0,'http://central.wordcamp.test/?page_id=69173',0,'page','',0),(69174,1,'2014-12-19 19:49:56','2014-12-19 19:49:56','','Schedule','','inherit','open','open','','69173-revision-v1','','','2014-12-19 19:49:56','2014-12-19 19:49:56','',69173,'http://central.wordcamp.test/news/2014/12/19/69173-revision-v1/',0,'revision','',0),(69175,1,'2014-12-19 19:50:31','2014-12-19 19:50:31',' ','','','publish','open','open','','69175','','','2014-12-19 19:50:34','2014-12-19 19:50:34','',0,'http://central.wordcamp.test/?p=69175',5,'nav_menu_item','',0),(69176,1,'2014-12-19 19:52:04','2014-12-19 19:52:04','','Past WordCamps','','publish','open','open','','past-wordcamps','','','2014-12-19 19:52:04','2014-12-19 19:52:04','',0,'http://central.wordcamp.test/?page_id=69176',0,'page','',0),(69177,1,'2014-12-19 19:52:04','2014-12-19 19:52:04','','Past WordCamps','','inherit','open','open','','69176
 -revision-v1','','','2014-12-19 19:52:04','2014-12-19 19:52:04','',69176,'http://central.wordcamp.test/news/2014/12/19/69176-revision-v1/',0,'revision','',0),(69178,1,'2014-12-19 19:52:41','2014-12-19 19:52:41',' ','','','publish','open','open','','69178','','','2014-12-19 19:53:43','2014-12-19 19:53:43','',0,'http://central.wordcamp.test/?p=69178',3,'nav_menu_item','',0),(69179,1,'2014-12-19 19:52:41','2014-12-19 19:52:41',' ','','','publish','open','open','','69179','','','2014-12-19 19:53:43','2014-12-19 19:53:43','',0,'http://central.wordcamp.test/?p=69179',6,'nav_menu_item','',0),(69180,1,'2014-12-19 19:52:42','2014-12-19 19:52:42',' ','','','publish','open','open','','69180','','','2014-12-19 19:53:43','2014-12-19 19:53:43','',0,'http://central.wordcamp.test/?p=69180',8,'nav_menu_item','',0),(69181,1,'2014-12-19 19:52:42','2014-12-19 19:52:42',' ','','','publish','open','open','','69181','','','2014-12-19 19:53:43','2014-12-19 19:53:43','',0,'http://central.wordcamp.test/?p=69
 181',7,'nav_menu_item','',0),(69182,1,'2014-12-19 19:52:41','2014-12-19 19:52:41',' ','','','publish','open','open','','69182','','','2014-12-19 19:53:43','2014-12-19 19:53:43','',0,'http://central.wordcamp.test/?p=69182',1,'nav_menu_item','',0),(69183,1,'2014-12-19 19:52:42','2014-12-19 19:52:42',' ','','','publish','open','open','','69183','','','2014-12-19 19:53:43','2014-12-19 19:53:43','',0,'http://central.wordcamp.test/?p=69183',2,'nav_menu_item','',0),(69184,1,'2014-12-19 19:52:42','2014-12-19 19:52:42',' ','','','publish','open','open','','69184','','','2014-12-19 19:53:43','2014-12-19 19:53:43','',0,'http://central.wordcamp.test/?p=69184',9,'nav_menu_item','',0),(69185,1,'2014-12-19 19:53:24','2014-12-19 19:53:24',' ','','','publish','open','open','','69185','','','2014-12-19 19:53:43','2014-12-19 19:53:43','',0,'http://central.wordcamp.test/?p=69185',5,'nav_menu_item','',0),(69186,1,'2014-12-19 19:53:24','2014-12-19 19:53:24','','Upcoming WordCamps','','publish','open','op
 en','','upcoming-wordcamps','','','2014-12-19 19:53:43','2014-12-19 19:53:43','',0,'http://central.wordcamp.test/?p=69186',4,'nav_menu_item','',0),(69187,1,'2014-12-19 19:57:25','2014-12-19 19:57:25','','WordCamp Europe','','publish','closed','closed','','wordcamp-europe','','','2014-12-19 19:57:25','2014-12-19 19:57:25','',0,'http://central.wordcamp.test/?post_type=wordcamp&#038;p=69187',0,'wordcamp','',0),(69188,1,'2014-12-19 19:54:56','2014-12-19 19:54:56','','WordCamp Europe','','inherit','open','open','','69187-revision-v1','','','2014-12-19 19:54:56','2014-12-19 19:54:56','',69187,'http://central.wordcamp.test/news/2014/12/19/69187-revision-v1/',0,'revision','',0),(69189,1,'2014-12-19 21:44:04','2014-12-19 21:44:04','<p class=\"lead\">Questions? Use the form below to contact us.</p>\r\nNote: if you\'re interested in running a WordCamp in your area, please use the<a href=\"http://plan.wordcamp.org/become-an-organizer/organizer-application/\&quo
 t;> organizer application form</a> instead.\r\n\r\n[contact-form subject=\"WordCamp Central Contact\" to=\"foo@example.org\"] [contact-field label=\"Name\" type=\"name\" required=\"true\" /] [contact-field label=\"Email\" type=\"email\" required=\"true\" /] [contact-field label=\"Website\" type=\"url\" /] [contact-field label=\"Message\" type=\"textarea\" required=\"true\" /] [/contact-form]','Contact Us','','inherit','open','open','','1709-revision-v1','','','2014-12-19 21:44:04','2014-12-19 21:44:04','',1709,'http://central.wordcamp.test/news/2014/12/19/1709-revision-v1/',0,'revision','',0);
</ins><span class="cx" style="display: block; padding: 0 10px"> /*!40000 ALTER TABLE `wc_2_posts` ENABLE KEYS */;
</span><span class="cx" style="display: block; padding: 0 10px"> UNLOCK TABLES;
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -772,7 +769,7 @@
</span><span class="cx" style="display: block; padding: 0 10px">   `autoload` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'yes',
</span><span class="cx" style="display: block; padding: 0 10px">   PRIMARY KEY (`option_id`),
</span><span class="cx" style="display: block; padding: 0 10px">   UNIQUE KEY `option_name` (`option_name`)
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-) ENGINE=InnoDB AUTO_INCREMENT=198 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+) ENGINE=InnoDB AUTO_INCREMENT=215 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
</ins><span class="cx" style="display: block; padding: 0 10px"> /*!40101 SET character_set_client = @saved_cs_client */;
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><span class="cx" style="display: block; padding: 0 10px"> --
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -781,7 +778,7 @@
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><span class="cx" style="display: block; padding: 0 10px"> LOCK TABLES `wc_45_options` WRITE;
</span><span class="cx" style="display: block; padding: 0 10px"> /*!40000 ALTER TABLE `wc_45_options` DISABLE KEYS */;
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-INSERT INTO `wc_45_options` VALUES (1,'siteurl','http://2014.new-site.wordcamp.test','yes'),(2,'blogname','New Site 2014','yes'),(3,'blogdescription','Just another WordCamp','yes'),(4,'users_can_register','0','yes'),(5,'admin_email','foo@example.org','yes'),(6,'start_of_week','1','yes'),(7,'use_balanceTags','0','yes'),(8,'use_smilies','1','yes'),(9,'require_name_email','1','yes'),(10,'comments_notify','1','yes'),(11,'posts_per_rss','10','yes'),(12,'rss_use_excerpt','0','yes'),(13,'mailserver_url','mail.example.com','yes'),(14,'mailserver_login','login@example.com','yes'),(15,'mailserver_pass','password','yes'),(16,'mailserver_port','110','yes'),(17,'default_category','1','yes'),(18,'default_comment_status','open','yes'),(19,'default_ping_status','open','yes'),(20,'default_pingback_flag','1','yes'),(21,'posts_per_page','10','yes'),(22,'date_format','F j, Y','yes'),(23,'time_format','g:i a
 ','yes'),(24,'links_updated_date_format','F j, Y g:i a','yes'),(25,'comment_moderation','0','yes'),(26,'moderation_notify','1','yes'),(27,'permalink_structure','/%year%/%monthnum%/%day%/%postname%/','yes'),(29,'hack_file','0','yes'),(30,'blog_charset','UTF-8','yes'),(31,'moderation_keys','','no'),(32,'active_plugins','a:2:{i:0;s:19:\"camptix/camptix.php\";i:1;s:21:\"wc-fonts/wc-fonts.php\";}','yes'),(33,'home','http://2014.new-site.wordcamp.test','yes'),(34,'category_base','','yes'),(35,'ping_sites','http://rpc.pingomatic.com/','yes'),(37,'comment_max_links','2','yes'),(38,'gmt_offset','0','yes'),(39,'default_email_category','1','yes'),(40,'recently_edited','','no'),(41,'template','twentythirteen','yes'),(42,'stylesheet','twentythirteen','yes'),(43,'comment_whitelist','1','yes'),(44,'blacklist_keys','','no'),(45,'comment_registration','0','yes'),(46,'html_type','text/html','yes'),(47,'use_trackback','0','yes'),(48,'default_role','subscriber','yes'),(49,'db_versio
 n','36686','yes'),(50,'uploads_use_yearmonth_folders','1','yes'),(51,'upload_path','','yes'),(52,'blog_public','1','yes'),(53,'default_link_category','2','yes'),(54,'show_on_front','posts','yes'),(55,'tag_base','','yes'),(56,'show_avatars','1','yes'),(57,'avatar_rating','G','yes'),(58,'upload_url_path','','yes'),(59,'thumbnail_size_w','150','yes'),(60,'thumbnail_size_h','150','yes'),(61,'thumbnail_crop','1','yes'),(62,'medium_size_w','300','yes'),(63,'medium_size_h','300','yes'),(64,'avatar_default','mystery','yes'),(65,'large_size_w','1024','yes'),(66,'large_size_h','1024','yes'),(67,'image_default_link_type','file','yes'),(68,'image_default_size','','yes'),(69,'image_default_align','','yes'),(70,'close_comments_for_old_posts','1','yes'),(71,'close_comments_days_old','30','yes'),(72,'thread_comments','1','yes'),(73,'thread_comments_depth','5','yes'),(74,'page_comments','0','yes'),(75,'comments_per_page','50','yes'),(76,'default_comments_page','newest','yes'),(77,'comment_order','as
 c','yes'),(78,'sticky_posts','a:0:{}','yes'),(79,'widget_categories','a:0:{}','yes'),(80,'widget_text','a:0:{}','yes'),(81,'widget_rss','a:0:{}','yes'),(82,'uninstall_plugins','a:0:{}','no'),(83,'timezone_string','','yes'),(84,'page_for_posts','0','yes'),(85,'page_on_front','0','yes'),(86,'default_post_format','0','yes'),(87,'link_manager_enabled','0','yes'),(88,'wc_45_user_roles','a:5:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:61:{s:13:\"switch_themes\";b:1;s:11:\"edit_themes\";b:1;s:16:\"activate_plugins\";b:1;s:12:\"edit_plugins\";b:1;s:10:\"edit_users\";b:1;s:10:\"edit_files\";b:1;s:14:\"manage_options\";b:1;s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:6:\"import\";b:1;s:15:\"unfiltered_html\";b:1
 ;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:8:\"level_10\";b:1;s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\&
 quot;;b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:12:\"delete_users\";b:1;s:12:\"create_users\";b:1;s:17:\"unfiltered_upload\";b:1;s:14:\"edit_dashboard\";b:1;s:14:\"update_plugins\";b:1;s:14:\"delete_plugins\";b:1;s:15:\"install_plugins\";b:1;s:13:\"update_themes\";b:1;s:14:\"install_themes\";b:1;s:11:\"update_core\";b:1;s:10:\"list_users\";b:1;s:12:\"remove_users\";b:1;s:13:\"promote_users\";b:1;s:18:\"edit_theme_options\";b:1;s:13:\"delete_themes\";b:1;s:6:\"export\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:34:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\&
 quot;;b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b
 :1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:10:{s:12:\"upload_files\";b:1;s:10:\"edit_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:22:\"delete_published_posts\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:5:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\&quo
 t;Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}}','yes'),(91,'theme_mods_twentyfourteen','a:1:{s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1403222805;s:4:\"data\";a:7:{s:19:\"wp_inactive_widgets\";a:0:{}s:19:\"primary-widget-area\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}s:24:\"first-footer-widget-area\";a:0:{}s:25:\"second-footer-widget-area\";a:0:{}s:24:\"third-footer-widget-area\";N;s:17:\"pages-widget-area\";N;s:16:\"blog-widget-area\";N;}}}','yes'),(92,'current_theme','Twenty Thirteen','yes'),(93,'theme_mods_twentythirteen','a:1:{i:0;b:0;}','yes'),(94,'theme_switched','','yes'),(95,'safecss_rev','1','yes'),(96,'wccsp_settings','a:5:{s:7:\
 "enabled\";s:2:\"on\";s:21:\"body_background_color\";s:7:\"#666666\";s:26:\"container_background_color\";s:7:\"#FFFFFF\";s:10:\"text_color\";s:7:\"#000000\";s:8:\"image_id\";i:0;}','yes'),(99,'wcb_sponsor_level_children','a:0:{}','yes'),(100,'cron','a:12:{i:1465238523;a:2:{s:23:\"wordcamp_dev_10_seconds\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"10-seconds\";s:4:\"args\";a:0:{}s:8:\"interval\";i:10;}}s:23:\"wordcamp_dev_30_seconds\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"30-seconds\";s:4:\"args\";a:0:{}s:8:\"interval\";i:30;}}}i:1465238528;a:1:{s:14:\"lsf_10_seconds\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"10-seconds\";s:4:\"
 args\";a:0:{}s:8:\"interval\";i:10;}}}i:1465238533;a:1:{s:14:\"lsf_45_seconds\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"45-seconds\";s:4:\"args\";a:0:{}s:8:\"interval\";i:45;}}}i:1465238538;a:1:{s:23:\"wordcamp_dev_45_seconds\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"45-seconds\";s:4:\"args\";a:0:{}s:8:\"interval\";i:45;}}}i:1465238548;a:1:{s:14:\"lsf_30_seconds\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"30-seconds\";s:4:\"args\";a:0:{}s:8:\"interval\";i:30;}}}i:1465238553;a:1:{s:23:\"wordcamp_dev_60_seconds\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"60-seconds\";s:4:\"args\";a:0:{}s:8:\"interval\&
 quot;;i:60;}}}i:1465238578;a:1:{s:14:\"lsf_60_seconds\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"60-seconds\";s:4:\"args\";a:0:{}s:8:\"interval\";i:60;}}}i:1465238817;a:1:{s:31:\"tix_scheduled_every_ten_minutes\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:7:\"10-mins\";s:4:\"args\";a:0:{}s:8:\"interval\";i:600;}}}i:1465240017;a:2:{s:30:\"tix_dashboard_scheduled_hourly\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}s:20:\"jetpack_clean_nonces\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1465258017;a:1:{s:19:\"ti
 x_scheduled_daily\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1465258018;a:1:{s:19:\"wp_scheduled_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}s:7:\"version\";i:2;}','yes'),(101,'post_count','1','yes'),(102,'jetpack_options','a:4:{s:7:\"version\";s:18:\"3.1-dev:1403222817\";s:11:\"old_version\";s:18:\"3.1-dev:1403222817\";s:28:\"fallback_no_verify_ssl_certs\";i:0;s:9:\"time_diff\";i:0;}','yes'),(103,'camptix_options','a:16:{s:8:\"currency\";s:3:\"USD\";s:10:\"event_name\";s:13:\"New Site 2014\";s:7:\"version\";i:20140325;s:20:\"reservations_enabled\";b:0;s:15:\&
 quot;refunds_enabled\";b:0;s:18:\"refund_all_enabled\";b:0;s:8:\"archived\";b:0;s:15:\"payment_methods\";a:1:{s:6:\"paypal\";b:1;}s:30:\"email_template_single_purchase\";s:233:\"Hi there!\n\nYou have purchased the following ticket:\n\n[receipt]\n\nYou can edit the information for the purchased ticket at any time before the event, by visiting the following link:\n\n[ticket_url]\n\nLet us know if you have any questions!\";s:32:\"email_template_multiple_purchase\";s:237:\"Hi there!\n\nThank you so much for purchasing a ticket and hope to see you soon at our event. You can edit your information at any time before the event, by visiting the following link:\n\n[ticket_url]\n\nLet us know if you have any questions!\";s:40:\"email_template_multiple_purchase_receipt\";s:239:\"Hi there!\n\nYou have purchased the following tickets:\n\n[receipt]\n\nYou can edit the information for all the purchas
 ed tickets at any time before the event, by visiting the following link:\n\n[ticket_url]\n\nLet us know if you have any questions!\";s:32:\"email_template_pending_succeeded\";s:237:\"Hey there!\n\nYour payment for [event_name] has been completed, looking forward to seeing you at the event! You can access and change your tickets information by visiting the following link:\n\n[ticket_url]\n\nLet us know if you need any help!\";s:29:\"email_template_pending_failed\";s:293:\"Hey there!\n\nWe\'re so sorry, but it looks like your payment for [event_name] has failed! Please check your payment transactions for more details. If you still wish to attend the event, feel free to purchase a new ticket using the following link:\n\n[ticket_url]\n\nLet us know if you need any help!\";s:28:\"email_template_single_refund\";s:230:\"Hey there!\n\nYour refund for [event_name] has been completed. If you change your mind and still wish to attend 
 the event, feel free to purchase a new ticket using the following link:\n\n[ticket_url]\n\nLet us know if you need any help!\";s:30:\"email_template_multiple_refund\";s:229:\"Hey there!\n\nYour ticket for [event_name] has been refunded. If you change your mind and still wish to attend the event, feel free to purchase a new ticket using the following link:\n\n[ticket_url]\n\nLet us know if you need any help!\";s:22:\"payment_options_paypal\";a:1:{s:10:\"api_predef\";s:16:\"wordcamp-sandbox\";}}','yes'),(105,'tggr_settings','a:5:{s:10:\"db_version\";s:3:\"0.6\";s:17:\"TGGRSourceTwitter\";a:5:{s:12:\"consumer_key\";s:0:\"\";s:15:\"consumer_secret\";s:0:\"\";s:20:\"highlighted_accounts\";s:0:\"\";s:13:\"_bearer_token\";s:0:\"\";s:16:\"_newest_tweet_id\";i:0;}s:19:\"TGGRSourceInstagram\";a:3:{s:9:\"cl
 ient_id\";s:0:\"\";s:20:\"highlighted_accounts\";s:0:\"\";s:16:\"_newest_media_id\";i:0;}s:16:\"TGGRSourceFlickr\";a:3:{s:7:\"api_key\";s:0:\"\";s:20:\"highlighted_accounts\";s:0:\"\";s:18:\"_newest_media_date\";i:0;}s:16:\"TGGRSourceGoogle\";a:3:{s:7:\"api_key\";s:0:\"\";s:20:\"highlighted_accounts\";s:0:\"\";s:21:\"_newest_activity_date\";i:0;}}','yes'),(107,'json_api_plugin_version','1.2.5','yes'),(108,'jetpack_activated','2','yes'),(122,'_transient_is_multi_author','0','yes'),(136,'db_upgraded','','yes'),(139,'jetpack_file_data','a:1:{s:5:\"4.0.3\";a:49:{s:32:\"31e5b9ae08b62c2b0cd8a7792242298b\";a:14:{s:4:\"name\";s:20:\"Spelling and Grammar\";s:11:\"description\";s:89:\"Check your spelling, style, and grammar with the After the Deadline proofreading service.\&qu
 ot;;s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1:\"6\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:7:\"Writing\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:115:\"after the deadline, afterthedeadline, spell, spellchecker, spelling, grammar, proofreading, style, language, cliche\";}s:32:\"3f41b2d629265b5de8108b463abbe8e2\";a:14:{s:4:\"name\";s:8:\"Carousel\";s:11:\"description\";s:63:\"Transform standard image galleries into full-screen slideshows.\";s:14:\"jumpstart_desc\&
 quot;;s:79:\"Brings your photos and images to life as full-size, easily navigable galleries.\";s:4:\"sort\";s:2:\"22\";s:20:\"recommendation_order\";s:2:\"12\";s:10:\"introduced\";s:3:\"1.5\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:17:\"Photos and Videos\";s:7:\"feature\";s:9:\"Jumpstart\";s:25:\"additional_search_queries\";s:80:\"gallery, carousel, diaporama, slideshow, images, lightbox, exif, metadata, image\";}s:32:\"c6ebb418dde302de09600a6025370583\";a:14:{s:4:\"name\";s:8:\"Comments\";s:11:\"description\";s:79:\"Let readers comment with WordPress.com, Twitter, Facebook, or Goog
 le+ accounts.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"20\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.4\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:6:\"Social\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:53:\"comments, comment, facebook, twitter, google+, social\";}s:32:\"836f9485669e1bbb02920cb474730df0\";a:14:{s:4:\"name\";s:12:\"Contact Form\";s:11:\"description\";s:44:\"Insert a contact form anywhere on your site.\";s:14:\"jumpstart_desc\";s:111:\"Adds a button to your post and page editor
 s, allowing you to build simple forms to help visitors stay in touch.\";s:4:\"sort\";s:2:\"15\";s:20:\"recommendation_order\";s:2:\"14\";s:10:\"introduced\";s:3:\"1.3\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:5:\"Other\";s:7:\"feature\";s:9:\"Jumpstart\";s:25:\"additional_search_queries\";s:44:\"contact, form, grunion, feedback, submission\";}s:32:\"ea3970eebf8aac55fc3eca5dca0e0157\";a:14:{s:4:\"name\";s:20:\"Custom Content Types\";s:11:\"description\";s:92:\"Organize and display different types of content on your site, separate from posts and pages.\";s:14:\"jumpstart_desc\&q
 uot;;s:0:\"\";s:4:\"sort\";s:2:\"34\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"3.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:7:\"Writing\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:72:\"cpt, custom post types, portfolio, portfolios, testimonial, testimonials\";}s:32:\"d2bb05ccad3d8789df40ca3abb97336c\";a:14:{s:4:\"name\";s:10:\"Custom CSS\";s:11:\"description\";s:57:\"Customize your site’s CSS without modifying your theme.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1:\"2\";s:20:\"
 recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.7\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:10:\"Appearance\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:108:\"css, customize, custom, style, editor, less, sass, preprocessor, font, mobile, appearance, theme, stylesheet\";}s:32:\"a2064eec5b9c7e0d816af71dee7a715f\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"ch
 anged\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";}s:32:\"53a4ec755022ef3953699734c343da02\";a:14:{s:4:\"name\";s:21:\"Enhanced Distribution\";s:11:\"description\";s:27:\"Increase reach and traffic.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1:\"5\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.2\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";
 s:13:\"auto_activate\";s:6:\"Public\";s:11:\"module_tags\";s:7:\"Writing\";s:7:\"feature\";s:7:\"Traffic\";s:25:\"additional_search_queries\";s:54:\"google, seo, firehose, search, broadcast, broadcasting\";}s:32:\"72fecb67ee6704ba0a33e0225316ad06\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"addi
 tional_search_queries\";s:0:\"\";}s:32:\"d56e2886185a9eace719cc57d46770df\";a:14:{s:4:\"name\";s:19:\"Gravatar Hovercards\";s:11:\"description\";s:58:\"Enable pop-up business cards over commenters’ Gravatars.\";s:14:\"jumpstart_desc\";s:131:\"Let commenters link their profiles to their Gravatar accounts, making it easy for your visitors to learn more about your community.\";s:4:\"sort\";s:2:\"11\";s:20:\"recommendation_order\";s:2:\"13\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:18:\"Social, Appearance\";s:7:\"feature\";s:9:\"Jumpstart\";s:
 25:\"additional_search_queries\";s:20:\"gravatar, hovercards\";}s:32:\"e391e760617bd0e0736550e34a73d7fe\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:8:\"2.0.3 ??\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";}s:32:\"2e345370766346c616b3c5046e817720\";a:14:{s:4:\"name\";s:15:\"Infinite Scroll\";s:11:\"description\&
 quot;;s:46:\"Add support for infinite scroll to your theme.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"26\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:10:\"Appearance\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:33:\"scroll, infinite, infinite scroll\";}s:32:\"bd69edbf134de5fae8fdcf2e70a45b56\";a:14:{s:4:\"name\";s:8:\"JSON API\";s:11:\"description\";s:69:\"Allow applications to securely access your content through the cloud.\";s:14:\"jumpstart_desc\";
 s:0:\"\";s:4:\"sort\";s:2:\"19\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.9\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:6:\"Public\";s:11:\"module_tags\";s:19:\"Writing, Developers\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:50:\"api, rest, develop, developers, json, klout, oauth\";}s:32:\"8110b7a4423aaa619dfa46b8843e10d1\";a:14:{s:4:\"name\";s:14:\"Beautiful Math\";s:11:\"description\";s:85:\"Use LaTeX markup language in posts and pages for complex equations and other geekery.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\&quot
 ;12\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:7:\"Writing\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:47:\"latex, math, equation, equations, formula, code\";}s:32:\"fd7e85d3b4887fa6b6f997d6592c1f33\";a:14:{s:4:\"name\";s:5:\"Likes\";s:11:\"description\";s:70:\"Give visitors an easy way to show their appreciation for your content.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"23\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\&quo
 t;;s:3:\"2.2\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:6:\"Social\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:26:\"like, likes, wordpress.com\";}s:32:\"c5dfef41fad5bcdcaae8e315e5cfc420\";a:14:{s:4:\"name\";s:6:\"Manage\";s:11:\"description\";s:76:\"Manage all your sites from a centralized place, https://wordpress.com/sites.\";s:14:\"jumpstart_desc\";s:151:\"Helps you remotely manage plugins, turn on automated updates, and more from <a href=\"https://wordpress.com/plugins/\" target=\"_blank\">wordpress.com</a>.\";s:4:\"sort\";s:1:\"1\";s:20:\&quo
 t;recommendation_order\";s:1:\"3\";s:10:\"introduced\";s:3:\"3.4\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:35:\"Centralized Management, Recommended\";s:7:\"feature\";s:22:\"Recommended, Jumpstart\";s:25:\"additional_search_queries\";s:26:\"manage, management, remote\";}s:32:\"fd6dc399b92bce76013427e3107c314f\";a:14:{s:4:\"name\";s:8:\"Markdown\";s:11:\"description\";s:51:\"Write posts or pages in plain-text Markdown syntax.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"31\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:
 3:\"2.8\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:7:\"Writing\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:12:\"md, markdown\";}s:32:\"c49a35b6482b0426cb07ad28ecf5d7df\";a:14:{s:4:\"name\";s:12:\"Mobile Theme\";s:11:\"description\";s:64:\"Optimize your site with a mobile-friendly theme for smartphones.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"21\";s:20:\"recommendation_order\";s:2:\"11\";s:10:\"introduced\";s:3:\"1.8\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free
 \";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:31:\"Appearance, Mobile, Recommended\";s:7:\"feature\";s:11:\"Recommended\";s:25:\"additional_search_queries\";s:24:\"mobile, theme, minileven\";}s:32:\"b42e38f6fafd2e4104ebe5bf39b4be47\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\&quo
 t;;s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";}s:32:\"771cfeeba0d3d23ec344d5e781fb0ae2\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";}s:32:\"54f0661d27c814fc8bde39580181d939\";a:14:{s:4:\"name\";s:0:\"\";s:11:\
 "description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";}s:32:\"46c4c413b5c72bbd3c3dbd14ff8f8adc\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\&quot
 ;\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";}s:32:\"9ea52fa25783e5ceeb6bfaed3268e64e\";a:14:{s:4:\"name\";s:7:\"Monitor\";s:11:\"description\";s:25:\"Reports on site downtime.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"28\";s:20:\"recommendation_order\";s:2:\"10\";s:10:\"introduced\";s:3:\"2.6\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes
 \";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:11:\"Recommended\";s:7:\"feature\";s:33:\"Recommended, Performance-Security\";s:25:\"additional_search_queries\";s:37:\"monitor, uptime, downtime, monitoring\";}s:32:\"cfcaafd0fcad087899d715e0b877474d\";a:14:{s:4:\"name\";s:13:\"Notifications\";s:11:\"description\";s:84:\"Receive notification of site activity via the admin toolbar and your Mobile devices.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"13\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.9\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:
 \"Yes\";s:11:\"module_tags\";s:5:\"Other\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:62:\"notification, notifications, toolbar, adminbar, push, comments\";}s:32:\"0d18bfa69bec61550c1d813ce64149b0\";a:14:{s:4:\"name\";s:10:\"Omnisearch\";s:11:\"description\";s:66:\"Search your entire database from a single field in your Dashboard.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"16\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.3\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:10:\"Developers\";s:7
 :\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:6:\"search\";}s:32:\"3f0a11e23118f0788d424b646a6d465f\";a:14:{s:4:\"name\";s:6:\"Photon\";s:11:\"description\";s:27:\"Speed up images and photos.\";s:14:\"jumpstart_desc\";s:141:\"Mirrors and serves your images from our free and fast image CDN, improving your site’s performance with no additional load on your servers.\";s:4:\"sort\";s:2:\"25\";s:20:\"recommendation_order\";s:1:\"1\";s:10:\"introduced\";s:3:\"2.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:42:\"Photos and Videos, Appearance, Recommended\";s:7:
 \"feature\";s:44:\"Recommended, Jumpstart, Performance-Security\";s:25:\"additional_search_queries\";s:38:\"photon, image, cdn, performance, speed\";}s:32:\"e37cfbcb72323fb1fe8255a2edb4d738\";a:14:{s:4:\"name\";s:13:\"Post by Email\";s:11:\"description\";s:58:\"Publish posts by email, using any device and email client.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"14\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:7:\"Writing\";s:7:\"feature\";s:0:\"\";s:25:\"additional
 _search_queries\";s:20:\"post by email, email\";}s:32:\"728290d131a480bfe7b9e405d7cd925f\";a:14:{s:4:\"name\";s:7:\"Protect\";s:11:\"description\";s:28:\"Prevent brute force attacks.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1:\"1\";s:20:\"recommendation_order\";s:1:\"4\";s:10:\"introduced\";s:3:\"3.4\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:11:\"Recommended\";s:7:\"feature\";s:33:\"Recommended, Performance-Security\";s:25:\"additional_search_queries\";s:65:\"security, secure, protection, botnet, brute force, protect, login\";}s:32:\"f9c
 e784babbbf4dcca99b8cd2ceb420c\";a:14:{s:4:\"name\";s:9:\"Publicize\";s:11:\"description\";s:30:\"Automatically promote content.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"10\";s:20:\"recommendation_order\";s:1:\"7\";s:10:\"introduced\";s:3:\"2.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:19:\"Social, Recommended\";s:7:\"feature\";s:20:\"Recommended, Traffic\";s:25:\"additional_search_queries\";s:107:\"facebook, twitter, google+, googleplus, google, path, tumblr, linkedin, social, tweet, connections, sharing\";}s:32:\"052c03877dd3d296a71531cb07ad939a\"
 ;a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";}s:32:\"52edecb2a75222e75b2dce4356a4efce\";a:14:{s:4:\"name\";s:13:\"Related Posts\";s:11:\"description\";s:24:\"Display similar content.\";s:14:\"jumpstart_desc\";s:113:\"Keep visitors engaged on your blog by highlighting re
 levant and new content at the bottom of each published post.\";s:4:\"sort\";s:2:\"29\";s:20:\"recommendation_order\";s:1:\"9\";s:10:\"introduced\";s:3:\"2.9\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:11:\"Recommended\";s:7:\"feature\";s:31:\"Recommended, Jumpstart, Traffic\";s:25:\"additional_search_queries\";s:22:\"related, related posts\";}s:32:\"8b059cb50a66b717f1ec842e736b858c\";a:14:{s:4:\"name\";s:7:\"Sharing\";s:11:\"description\";s:32:\"Visitors can share your content.\";s:14:\"jumpstart_desc\";s:116:\"Twitter, Facebook and Google+ buttons at the bottom of eac
 h post, making it easy for visitors to share your content.\";s:4:\"sort\";s:1:\"7\";s:20:\"recommendation_order\";s:1:\"6\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:3:\"1.2\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:19:\"Social, Recommended\";s:7:\"feature\";s:31:\"Recommended, Jumpstart, Traffic\";s:25:\"additional_search_queries\";s:141:\"share, sharing, sharedaddy, buttons, icons, email, facebook, twitter, google+, linkedin, pinterest, pocket, press this, print, reddit, tumblr\";}s:32:\"a6d2394329871857401255533a9873f7\";a:14:{s:4:\"name\";s:16:\"Shortcode Embeds\";s:11:\"description\";s:77:\"Embed c
 ontent from YouTube, Vimeo, SlideShare, and more, no coding necessary.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1:\"3\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:3:\"1.2\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:46:\"Photos and Videos, Social, Writing, Appearance\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:251:\"shortcodes, shortcode, embeds, media, bandcamp, blip.tv, dailymotion, digg, facebook, flickr, google calendars, google maps, google+, polldaddy, recipe, recipes, scribd, slideshare, slideshow, slideshows, soundcloud, ted, twitter, vimeo, vine, youtube\"
 ;}s:32:\"21496e2897ea5f81605e2f2ac3beb921\";a:14:{s:4:\"name\";s:16:\"WP.me Shortlinks\";s:11:\"description\";s:56:\"Enable WP.me-powered shortlinks for all posts and pages.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1:\"8\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:6:\"Social\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:17:\"shortlinks, wp.me\";}s:32:\"e2a54a5d7879a4162709e6ffb540dd08\";a:14:{s:4:\"name\";s:9:\"Site Icon\";s:11:\"descrip
 tion\";s:29:\"Add a site icon to your site.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"22\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"3.2\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:5:\"Other\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:24:\"favicon, icon, site icon\";}s:32:\"f5c537bc304f55b29c1a87e30be0cd24\";a:14:{s:4:\"name\";s:8:\"Sitemaps\";s:11:\"description\";s:75:\"Creates sitemaps to allow your site to be easily indexed by search engines.\";s:14:\"jumpstart_desc\";s:0:\"\";s
 :4:\"sort\";s:2:\"13\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"3.9\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:6:\"Public\";s:11:\"module_tags\";s:20:\"Recommended, Traffic\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:39:\"sitemap, traffic, search, site map, seo\";}s:32:\"59a23643437358a9b557f1d1e20ab040\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"chan
 ged\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";}s:32:\"6a90f97c3194cfca5671728eaaeaf15e\";a:14:{s:4:\"name\";s:14:\"Single Sign On\";s:11:\"description\";s:27:\"Secure user authentication.\";s:14:\"jumpstart_desc\";s:98:\"Lets you log in to all your Jetpack-enabled sites with one click using your WordPress.com account.\";s:4:\"sort\";s:2:\"30\";s:20:\"recommendation_order\";s:1:\"5\";s:10:\"introduced\";s:3:\"2.6\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"
 free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:10:\"Developers\";s:7:\"feature\";s:31:\"Jumpstart, Performance-Security\";s:25:\"additional_search_queries\";s:34:\"sso, single sign on, login, log in\";}s:32:\"b65604e920392e2f7134b646760b75e8\";a:14:{s:4:\"name\";s:10:\"Site Stats\";s:11:\"description\";s:35:\"Collect traffic stats and insights.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1:\"1\";s:20:\"recommendation_order\";s:1:\"2\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\&quot
 ;auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:23:\"Site Stats, Recommended\";s:7:\"feature\";s:20:\"Recommended, Traffic\";s:25:\"additional_search_queries\";s:54:\"statistics, tracking, analytics, views, traffic, stats\";}s:32:\"23a586dd7ead00e69ec53eb32ef740e4\";a:14:{s:4:\"name\";s:13:\"Subscriptions\";s:11:\"description\";s:88:\"Allow users to subscribe to your posts and comments and receive notifications via email.\";s:14:\"jumpstart_desc\";s:126:\"Give visitors two easy subscription options — while commenting, or via a separate email subscription widget you can display.\";s:4:\"sort\";s:1:\"9\";s:20:\"recommendation_order\";s:1:\"8\";s:10:\"introduced\";s:3:\"1.2\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\&quot
 ;free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:6:\"Social\";s:7:\"feature\";s:9:\"Jumpstart\";s:25:\"additional_search_queries\";s:74:\"subscriptions, subscription, email, follow, followers, subscribers, signup\";}s:32:\"1d978b8d84d2f378fe1a702a67633b6d\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";
 s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";}s:32:\"b3b983461d7f3d27322a3551ed8a9405\";a:14:{s:4:\"name\";s:15:\"Tiled Galleries\";s:11:\"description\";s:73:\"Display your image galleries in a variety of sleek, graphic arrangements.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"24\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:17:\"Photos and Videos\";s:7:\"feature\";s:0:\"\";s:25:\"additional_sea
 rch_queries\";s:43:\"gallery, tiles, tiled, grid, mosaic, images\";}s:32:\"d924e5b05722b0e104448543598f54c0\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";}s:32:\"36741583b10c521997e563ad8e1e8b77\";a:14:{s:4:\"name\";s:12:\"Data Backups\";s:11:\"description\";s:27:\&quot
 ;Daily or real-time backups.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"32\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:5:\"0:1.2\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:5:\"false\";s:4:\"free\";s:5:\"false\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:20:\"Performance-Security\";s:25:\"additional_search_queries\";s:28:\"vaultpress, backup, security\";}s:32:\"2b9b44f09b5459617d68dd82ee17002a\";a:14:{s:4:\"name\";s:17:\"Site Verification\";s:11:\"description\";s:77:\"Verify your site or domain with Google Search Console, Pinterest, and others.\";s:14:\"jumpstart_desc\"
 ;s:0:\"\";s:4:\"sort\";s:2:\"33\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"3.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:56:\"webmaster, seo, google, bing, pinterest, search, console\";}s:32:\"5ab4c0db7c42e10e646342da0274c491\";a:14:{s:4:\"name\";s:10:\"VideoPress\";s:11:\"description\";s:68:\"Upload and embed videos right on your site. (Subscription required.)\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"27\";s:20:\"recommendation_
 order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.5\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:5:\"false\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:17:\"Photos and Videos\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:25:\"video, videos, videopress\";}s:32:\"60a1d3aa38bc0fe1039e59dd60888543\";a:14:{s:4:\"name\";s:17:\"Widget Visibility\";s:11:\"description\";s:57:\"Specify which widgets appear on which pages of your site.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"17\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.4\";s:7:\"changed\&q
 uot;;s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:10:\"Appearance\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:54:\"widget visibility, logic, conditional, widgets, widget\";}s:32:\"174ed3416476c2cb9ff5b0f671280b15\";a:14:{s:4:\"name\";s:21:\"Extra Sidebar Widgets\";s:11:\"description\";s:79:\"Add images, Twitter streams, your site’s RSS links, and more to your sidebar.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1:\"4\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.2\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\&q
 uot;\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:18:\"Social, Appearance\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:65:\"widget, widgets, facebook, gallery, twitter, gravatar, image, rss\";}s:32:\"28b931a1db19bd24869bd54b14e733d5\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0
 :\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";}}}','yes'),(140,'jetpack_available_modules','a:1:{s:5:\"4.0.3\";a:37:{s:18:\"after-the-deadline\";s:3:\"1.1\";s:8:\"carousel\";s:3:\"1.5\";s:8:\"comments\";s:3:\"1.4\";s:12:\"contact-form\";s:3:\"1.3\";s:20:\"custom-content-types\";s:3:\"3.1\";s:10:\"custom-css\";s:3:\"1.7\";s:21:\"enhanced-distribution\";s:3:\"1.2\";s:19:\"gravatar-hovercards\";s:3:\"1.1\";s:15:\"infinite-scroll\";s:3:\"2.0\";s:8:\"json-api\";s:3:\"1.9\";s:5:\"latex\";s:3:\"1.1\";s:5:\"likes\";s:3:\"2.2\";s:6:\"manage\";s:3:\"3.4\";s:8:\"markdown\";s:3:\"2.8\&quo
 t;;s:9:\"minileven\";s:3:\"1.8\";s:7:\"monitor\";s:3:\"2.6\";s:5:\"notes\";s:3:\"1.9\";s:10:\"omnisearch\";s:3:\"2.3\";s:6:\"photon\";s:3:\"2.0\";s:13:\"post-by-email\";s:3:\"2.0\";s:7:\"protect\";s:3:\"3.4\";s:9:\"publicize\";s:3:\"2.0\";s:13:\"related-posts\";s:3:\"2.9\";s:10:\"sharedaddy\";s:3:\"1.1\";s:10:\"shortcodes\";s:3:\"1.1\";s:10:\"shortlinks\";s:3:\"1.1\";s:9:\"site-icon\";s:3:\"3.2\";s:8:\"sitemaps\";s:3:\"3.9\";s:3:\"sso\";s:3:\"2.6\";s:5:\"stats\";s:3:\"1.1\";s:13:\"subscriptions\";s:3:\"1.2\";s:13:\"tiled-gallery\";s:3:\"2.1\";s:10:\"vaultpress\";s:5:\"0:1.2\";s:18:\"verification-tools\&qu
 ot;;s:3:\"3.0\";s:10:\"videopress\";s:3:\"2.5\";s:17:\"widget-visibility\";s:3:\"2.4\";s:7:\"widgets\";s:3:\"1.2\";}}','yes'),(154,'rewrite_rules','a:325:{s:11:\"^wp-json/?$\";s:22:\"index.php?json_route=/\";s:14:\"^wp-json/(.*)?\";s:33:\"index.php?json_route=/$matches[1]\";s:14:\"tggr-tweets/?$\";s:31:\"index.php?post_type=tggr-tweets\";s:44:\"tggr-tweets/feed/(feed|rdf|rss|rss2|atom)/?$\";s:48:\"index.php?post_type=tggr-tweets&feed=$matches[1]\";s:39:\"tggr-tweets/(feed|rdf|rss|rss2|atom)/?$\";s:48:\"index.php?post_type=tggr-tweets&feed=$matches[1]\";s:31:\"tggr-tweets/page/([0-9]{1,})/?$\";s:49:\"index.php?post_type=tggr-tweets&paged=$matches[1]\";s:17:\"tggr-instagram/?$\";s:34:\"index.php?post_type=tggr-instagram\";s:47:\"tggr-instagram/feed/(feed|rdf|rss
 |rss2|atom)/?$\";s:51:\"index.php?post_type=tggr-instagram&feed=$matches[1]\";s:42:\"tggr-instagram/(feed|rdf|rss|rss2|atom)/?$\";s:51:\"index.php?post_type=tggr-instagram&feed=$matches[1]\";s:34:\"tggr-instagram/page/([0-9]{1,})/?$\";s:52:\"index.php?post_type=tggr-instagram&paged=$matches[1]\";s:14:\"tggr-flickr/?$\";s:31:\"index.php?post_type=tggr-flickr\";s:44:\"tggr-flickr/feed/(feed|rdf|rss|rss2|atom)/?$\";s:48:\"index.php?post_type=tggr-flickr&feed=$matches[1]\";s:39:\"tggr-flickr/(feed|rdf|rss|rss2|atom)/?$\";s:48:\"index.php?post_type=tggr-flickr&feed=$matches[1]\";s:31:\"tggr-flickr/page/([0-9]{1,})/?$\";s:49:\"index.php?post_type=tggr-flickr&paged=$matches[1]\";s:14:\"tggr-google/?$\";s:31:\"index.php?post_type=tggr-google\";s:44:\"tggr-google/feed/(feed|rdf|rss|rss2|atom)/?$\";s:48:\&q
 uot;index.php?post_type=tggr-google&feed=$matches[1]\";s:39:\"tggr-google/(feed|rdf|rss|rss2|atom)/?$\";s:48:\"index.php?post_type=tggr-google&feed=$matches[1]\";s:31:\"tggr-google/page/([0-9]{1,})/?$\";s:49:\"index.php?post_type=tggr-google&paged=$matches[1]\";s:15:\"^calendar\\.ics$\";s:32:\"index.php?wcorg_wordcamps_ical=1\";s:47:\"category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:42:\"category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:23:\"category/(.+?)/embed/?$\";s:46:\"index.php?category_name=$matches[1]&embed=true\";s:35:\"category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:17:\"category/(.+?)/?$\";s:35:\"index.php?categ
 ory_name=$matches[1]\";s:44:\"tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:39:\"tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:20:\"tag/([^/]+)/embed/?$\";s:36:\"index.php?tag=$matches[1]&embed=true\";s:32:\"tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:14:\"tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:45:\"type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:40:\"type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:21:\"type/([^/]+)/embed/?$\";s:44:\"index.php?post_format=$matches[1]&embed=true\";s:33:\"type/([^/]+)/page/?([0
 -9]{1,})/?$\";s:51:\"index.php?post_format=$matches[1]&paged=$matches[2]\";s:15:\"type/([^/]+)/?$\";s:33:\"index.php?post_format=$matches[1]\";s:38:\"tix_ticket/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:48:\"tix_ticket/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:68:\"tix_ticket/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:63:\"tix_ticket/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:63:\"tix_ticket/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:44:\"tix_ticket/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matc
 hes[1]&embed=true\";s:27:\"tix_ticket/([^/]+)/embed/?$\";s:58:\"index.php?post_type=tix_ticket&name=$matches[1]&embed=true\";s:31:\"tix_ticket/([^/]+)/trackback/?$\";s:52:\"index.php?post_type=tix_ticket&name=$matches[1]&tb=1\";s:39:\"tix_ticket/([^/]+)/page/?([0-9]{1,})/?$\";s:65:\"index.php?post_type=tix_ticket&name=$matches[1]&paged=$matches[2]\";s:46:\"tix_ticket/([^/]+)/comment-page-([0-9]{1,})/?$\";s:65:\"index.php?post_type=tix_ticket&name=$matches[1]&cpage=$matches[2]\";s:35:\"tix_ticket/([^/]+)(?:/([0-9]+))?/?$\";s:64:\"index.php?post_type=tix_ticket&name=$matches[1]&page=$matches[2]\";s:27:\"tix_ticket/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\"tix_ticket/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\"tix_ticket/[^/]+/
 ([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"tix_ticket/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"tix_ticket/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\"tix_ticket/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:40:\"tix_question/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:50:\"tix_question/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:70:\"tix_question/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"tix_question/[^/]+/attachment/([^/]+)/(feed|rdf
 |rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"tix_question/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:46:\"tix_question/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:29:\"tix_question/([^/]+)/embed/?$\";s:60:\"index.php?post_type=tix_question&name=$matches[1]&embed=true\";s:33:\"tix_question/([^/]+)/trackback/?$\";s:54:\"index.php?post_type=tix_question&name=$matches[1]&tb=1\";s:41:\"tix_question/([^/]+)/page/?([0-9]{1,})/?$\";s:67:\"index.php?post_type=tix_question&name=$matches[1]&paged=$matches[2]\";s:48:\"tix_question/([^/]+)/comment-page-([0-9]{1,})/?$\";s:67:\"index.php?post_type=tix_question&name=$matches[1]&cpage=$matches[2]\";s:37:\"tix
 _question/([^/]+)(?:/([0-9]+))?/?$\";s:66:\"index.php?post_type=tix_question&name=$matches[1]&page=$matches[2]\";s:29:\"tix_question/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:39:\"tix_question/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:59:\"tix_question/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"tix_question/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"tix_question/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:35:\"tix_question/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:40:\"tix_attendee/[^/]+/attachment/([^/]+)/?$\";s:32:\&quot
 ;index.php?attachment=$matches[1]\";s:50:\"tix_attendee/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:70:\"tix_attendee/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"tix_attendee/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"tix_attendee/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:46:\"tix_attendee/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:29:\"tix_attendee/([^/]+)/embed/?$\";s:60:\"index.php?post_type=tix_attendee&name=$matches[1]&embed=true\";s:33:\"tix_attendee/([^/]+)/trackback/?$\";s:54:\"index.php?
 post_type=tix_attendee&name=$matches[1]&tb=1\";s:41:\"tix_attendee/([^/]+)/page/?([0-9]{1,})/?$\";s:67:\"index.php?post_type=tix_attendee&name=$matches[1]&paged=$matches[2]\";s:48:\"tix_attendee/([^/]+)/comment-page-([0-9]{1,})/?$\";s:67:\"index.php?post_type=tix_attendee&name=$matches[1]&cpage=$matches[2]\";s:37:\"tix_attendee/([^/]+)(?:/([0-9]+))?/?$\";s:66:\"index.php?post_type=tix_attendee&name=$matches[1]&page=$matches[2]\";s:29:\"tix_attendee/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:39:\"tix_attendee/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:59:\"tix_attendee/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"tix_attendee/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.ph
 p?attachment=$matches[1]&feed=$matches[2]\";s:54:\"tix_attendee/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:35:\"tix_attendee/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:38:\"tix_coupon/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:48:\"tix_coupon/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:68:\"tix_coupon/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:63:\"tix_coupon/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:63:\"tix_coupon/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$m
 atches[1]&cpage=$matches[2]\";s:44:\"tix_coupon/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:27:\"tix_coupon/([^/]+)/embed/?$\";s:58:\"index.php?post_type=tix_coupon&name=$matches[1]&embed=true\";s:31:\"tix_coupon/([^/]+)/trackback/?$\";s:52:\"index.php?post_type=tix_coupon&name=$matches[1]&tb=1\";s:39:\"tix_coupon/([^/]+)/page/?([0-9]{1,})/?$\";s:65:\"index.php?post_type=tix_coupon&name=$matches[1]&paged=$matches[2]\";s:46:\"tix_coupon/([^/]+)/comment-page-([0-9]{1,})/?$\";s:65:\"index.php?post_type=tix_coupon&name=$matches[1]&cpage=$matches[2]\";s:35:\"tix_coupon/([^/]+)(?:/([0-9]+))?/?$\";s:64:\"index.php?post_type=tix_coupon&name=$matches[1]&page=$matches[2]\";s:27:\"tix_coupon/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\
 "tix_coupon/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\"tix_coupon/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"tix_coupon/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"tix_coupon/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\"tix_coupon/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:37:\"tix_email/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:47:\"tix_email/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:67:\"tix_email/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";
 s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"tix_email/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"tix_email/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:43:\"tix_email/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:26:\"tix_email/([^/]+)/embed/?$\";s:57:\"index.php?post_type=tix_email&name=$matches[1]&embed=true\";s:30:\"tix_email/([^/]+)/trackback/?$\";s:51:\"index.php?post_type=tix_email&name=$matches[1]&tb=1\";s:38:\"tix_email/([^/]+)/page/?([0-9]{1,})/?$\";s:64:\"index.php?post_type=tix_email&name=$matches[1]&paged=$matches[2]\";s:45:\"tix_email/([^/]+)/comment-page-([0-9]{1,})/?$\";s:64:\&q
 uot;index.php?post_type=tix_email&name=$matches[1]&cpage=$matches[2]\";s:34:\"tix_email/([^/]+)(?:/([0-9]+))?/?$\";s:63:\"index.php?post_type=tix_email&name=$matches[1]&page=$matches[2]\";s:26:\"tix_email/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:36:\"tix_email/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:56:\"tix_email/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:51:\"tix_email/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:51:\"tix_email/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:32:\"tix_email/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\&qu
 ot;;s:37:\"tggr-tweets/.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:47:\"tggr-tweets/.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:67:\"tggr-tweets/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"tggr-tweets/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"tggr-tweets/.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:43:\"tggr-tweets/.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:26:\"tggr-tweets/(.+?)/embed/?$\";s:44:\"index.php?tggr-tweets=$matches[1]&embed=true\";s:30:\"tggr-tweets/(.+?)/trackback/?
 $\";s:38:\"index.php?tggr-tweets=$matches[1]&tb=1\";s:50:\"tggr-tweets/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?tggr-tweets=$matches[1]&feed=$matches[2]\";s:45:\"tggr-tweets/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?tggr-tweets=$matches[1]&feed=$matches[2]\";s:38:\"tggr-tweets/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?tggr-tweets=$matches[1]&paged=$matches[2]\";s:45:\"tggr-tweets/(.+?)/comment-page-([0-9]{1,})/?$\";s:51:\"index.php?tggr-tweets=$matches[1]&cpage=$matches[2]\";s:34:\"tggr-tweets/(.+?)(?:/([0-9]+))?/?$\";s:50:\"index.php?tggr-tweets=$matches[1]&page=$matches[2]\";s:48:\"hashtag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?hashtag=$matches[1]&feed=$matches[2]\";s:43:\"hashtag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?hashtag=$matches[1]
 &feed=$matches[2]\";s:24:\"hashtag/([^/]+)/embed/?$\";s:40:\"index.php?hashtag=$matches[1]&embed=true\";s:36:\"hashtag/([^/]+)/page/?([0-9]{1,})/?$\";s:47:\"index.php?hashtag=$matches[1]&paged=$matches[2]\";s:18:\"hashtag/([^/]+)/?$\";s:29:\"index.php?hashtag=$matches[1]\";s:40:\"tggr-instagram/.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:50:\"tggr-instagram/.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:70:\"tggr-instagram/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"tggr-instagram/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"tggr-instagram/.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\&quo
 t;;s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:46:\"tggr-instagram/.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:29:\"tggr-instagram/(.+?)/embed/?$\";s:47:\"index.php?tggr-instagram=$matches[1]&embed=true\";s:33:\"tggr-instagram/(.+?)/trackback/?$\";s:41:\"index.php?tggr-instagram=$matches[1]&tb=1\";s:53:\"tggr-instagram/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:53:\"index.php?tggr-instagram=$matches[1]&feed=$matches[2]\";s:48:\"tggr-instagram/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:53:\"index.php?tggr-instagram=$matches[1]&feed=$matches[2]\";s:41:\"tggr-instagram/(.+?)/page/?([0-9]{1,})/?$\";s:54:\"index.php?tggr-instagram=$matches[1]&paged=$matches[2]\";s:48:\"tggr-instagram/(.+?)/comment-page-([0-9]{1,})/?$\";s:54:\"index.php?tggr-instagram=$matches[1
 ]&cpage=$matches[2]\";s:37:\"tggr-instagram/(.+?)(?:/([0-9]+))?/?$\";s:53:\"index.php?tggr-instagram=$matches[1]&page=$matches[2]\";s:37:\"tggr-flickr/.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:47:\"tggr-flickr/.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:67:\"tggr-flickr/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"tggr-flickr/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"tggr-flickr/.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:43:\"tggr-flickr/.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\&
 quot;;s:26:\"tggr-flickr/(.+?)/embed/?$\";s:44:\"index.php?tggr-flickr=$matches[1]&embed=true\";s:30:\"tggr-flickr/(.+?)/trackback/?$\";s:38:\"index.php?tggr-flickr=$matches[1]&tb=1\";s:50:\"tggr-flickr/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?tggr-flickr=$matches[1]&feed=$matches[2]\";s:45:\"tggr-flickr/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?tggr-flickr=$matches[1]&feed=$matches[2]\";s:38:\"tggr-flickr/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?tggr-flickr=$matches[1]&paged=$matches[2]\";s:45:\"tggr-flickr/(.+?)/comment-page-([0-9]{1,})/?$\";s:51:\"index.php?tggr-flickr=$matches[1]&cpage=$matches[2]\";s:34:\"tggr-flickr/(.+?)(?:/([0-9]+))?/?$\";s:50:\"index.php?tggr-flickr=$matches[1]&page=$matches[2]\";s:37:\"tggr-google/.+?/attachment/([^/]+)/?$\";s:32:\"index.php?at
 tachment=$matches[1]\";s:47:\"tggr-google/.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:67:\"tggr-google/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"tggr-google/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"tggr-google/.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:43:\"tggr-google/.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:26:\"tggr-google/(.+?)/embed/?$\";s:44:\"index.php?tggr-google=$matches[1]&embed=true\";s:30:\"tggr-google/(.+?)/trackback/?$\";s:38:\"index.php?tggr-google=$matches[1]&tb=1\";s:50:\"tg
 gr-google/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?tggr-google=$matches[1]&feed=$matches[2]\";s:45:\"tggr-google/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?tggr-google=$matches[1]&feed=$matches[2]\";s:38:\"tggr-google/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?tggr-google=$matches[1]&paged=$matches[2]\";s:45:\"tggr-google/(.+?)/comment-page-([0-9]{1,})/?$\";s:51:\"index.php?tggr-google=$matches[1]&cpage=$matches[2]\";s:34:\"tggr-google/(.+?)(?:/([0-9]+))?/?$\";s:50:\"index.php?tggr-google=$matches[1]&page=$matches[2]\";s:35:\"speaker/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:45:\"speaker/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:65:\"speaker/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\&qu
 ot;index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"speaker/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"speaker/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:41:\"speaker/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:24:\"speaker/([^/]+)/embed/?$\";s:44:\"index.php?wcb_speaker=$matches[1]&embed=true\";s:28:\"speaker/([^/]+)/trackback/?$\";s:38:\"index.php?wcb_speaker=$matches[1]&tb=1\";s:36:\"speaker/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?wcb_speaker=$matches[1]&paged=$matches[2]\";s:43:\"speaker/([^/]+)/comment-page-([0-9]{1,})/?$\";s:51:\"index.php?wcb_speaker=$matches[1]&cpage=$matches[2]\";s:32:\&
 quot;speaker/([^/]+)(?:/([0-9]+))?/?$\";s:50:\"index.php?wcb_speaker=$matches[1]&page=$matches[2]\";s:24:\"speaker/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:34:\"speaker/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:54:\"speaker/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"speaker/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"speaker/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:30:\"speaker/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:35:\"session/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:45:\&quot
 ;session/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:65:\"session/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"session/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"session/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:41:\"session/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:24:\"session/([^/]+)/embed/?$\";s:44:\"index.php?wcb_session=$matches[1]&embed=true\";s:28:\"session/([^/]+)/trackback/?$\";s:38:\"index.php?wcb_session=$matches[1]&tb=1\";s:36:\"session/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\&quot
 ;index.php?wcb_session=$matches[1]&paged=$matches[2]\";s:43:\"session/([^/]+)/comment-page-([0-9]{1,})/?$\";s:51:\"index.php?wcb_session=$matches[1]&cpage=$matches[2]\";s:32:\"session/([^/]+)(?:/([0-9]+))?/?$\";s:50:\"index.php?wcb_session=$matches[1]&page=$matches[2]\";s:24:\"session/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:34:\"session/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:54:\"session/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"session/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"session/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:30:\"session/[^/]+/
 ([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:35:\"sponsor/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:45:\"sponsor/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:65:\"sponsor/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"sponsor/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"sponsor/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:41:\"sponsor/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:24:\"sponsor/([^/]+)/embed/?$\";s:44:\"index.php?wcb_sponsor=$m
 atches[1]&embed=true\";s:28:\"sponsor/([^/]+)/trackback/?$\";s:38:\"index.php?wcb_sponsor=$matches[1]&tb=1\";s:36:\"sponsor/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?wcb_sponsor=$matches[1]&paged=$matches[2]\";s:43:\"sponsor/([^/]+)/comment-page-([0-9]{1,})/?$\";s:51:\"index.php?wcb_sponsor=$matches[1]&cpage=$matches[2]\";s:32:\"sponsor/([^/]+)(?:/([0-9]+))?/?$\";s:50:\"index.php?wcb_sponsor=$matches[1]&page=$matches[2]\";s:24:\"sponsor/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:34:\"sponsor/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:54:\"sponsor/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"sponsor/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=
 $matches[1]&feed=$matches[2]\";s:49:\"sponsor/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:30:\"sponsor/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:37:\"organizer/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:47:\"organizer/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:67:\"organizer/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"organizer/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"organizer/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches
 [2]\";s:43:\"organizer/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:26:\"organizer/([^/]+)/embed/?$\";s:46:\"index.php?wcb_organizer=$matches[1]&embed=true\";s:30:\"organizer/([^/]+)/trackback/?$\";s:40:\"index.php?wcb_organizer=$matches[1]&tb=1\";s:38:\"organizer/([^/]+)/page/?([0-9]{1,})/?$\";s:53:\"index.php?wcb_organizer=$matches[1]&paged=$matches[2]\";s:45:\"organizer/([^/]+)/comment-page-([0-9]{1,})/?$\";s:53:\"index.php?wcb_organizer=$matches[1]&cpage=$matches[2]\";s:34:\"organizer/([^/]+)(?:/([0-9]+))?/?$\";s:52:\"index.php?wcb_organizer=$matches[1]&page=$matches[2]\";s:26:\"organizer/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:36:\"organizer/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:56
 :\"organizer/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:51:\"organizer/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:51:\"organizer/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:32:\"organizer/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:46:\"track/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:44:\"index.php?track=$matches[1]&feed=$matches[2]\";s:41:\"track/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:44:\"index.php?track=$matches[1]&feed=$matches[2]\";s:22:\"track/([^/]+)/embed/?$\";s:38:\"index.php?track=$matches[1]&embed=true\";s:34:\"track/([^/]+)/page/?([0-9]{1,})/?$\";s:45:\"index.php?t
 rack=$matches[1]&paged=$matches[2]\";s:16:\"track/([^/]+)/?$\";s:27:\"index.php?track=$matches[1]\";s:54:\"sponsor_level/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?sponsor_level=$matches[1]&feed=$matches[2]\";s:49:\"sponsor_level/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?sponsor_level=$matches[1]&feed=$matches[2]\";s:30:\"sponsor_level/([^/]+)/embed/?$\";s:46:\"index.php?sponsor_level=$matches[1]&embed=true\";s:42:\"sponsor_level/([^/]+)/page/?([0-9]{1,})/?$\";s:53:\"index.php?sponsor_level=$matches[1]&paged=$matches[2]\";s:24:\"sponsor_level/([^/]+)/?$\";s:35:\"index.php?sponsor_level=$matches[1]\";s:12:\"robots\\.txt$\";s:18:\"index.php?robots=1\";s:48:\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$\";s:18:\"index.php?feed=old\";s:20:\".*wp-app\\.php(/.*)?$\&qu
 ot;;s:19:\"index.php?error=403\";s:18:\".*wp-register.php$\";s:23:\"index.php?register=true\";s:32:\"feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:27:\"(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:8:\"embed/?$\";s:21:\"index.php?&embed=true\";s:20:\"page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:41:\"comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:36:\"comments/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:17:\"comments/embed/?$\";s:21:\"index.php?&embed=true\";s:44:\"search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:39:\"search/(.+)/(feed|rdf|rss|rss
 2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:20:\"search/(.+)/embed/?$\";s:34:\"index.php?s=$matches[1]&embed=true\";s:32:\"search/(.+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?s=$matches[1]&paged=$matches[2]\";s:14:\"search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:47:\"author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:42:\"author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:23:\"author/([^/]+)/embed/?$\";s:44:\"index.php?author_name=$matches[1]&embed=true\";s:35:\"author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:17:\"author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:69:\"([0
 -9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:45:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/embed/?$\";s:74:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]\";s:39:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$\";s:63:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]\";s:56:\"([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$
 matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:51:\"([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:32:\"([0-9]{4})/([0-9]{1,2})/embed/?$\";s:58:\"index.php?year=$matches[1]&monthnum=$matches[2]&embed=true\";s:44:\"([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]\";s:26:\"([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:43:\"([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:38:\"([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:19:\"([0-9]{4})/embed/?$\";s:37:\"index.php?year=$matches[1]&embed=true\";s:3
 1:\"([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:13:\"([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:58:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:68:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:88:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:83:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:83:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches
 [2]\";s:64:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:53:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/embed/?$\";s:91:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/trackback/?$\";s:85:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&tb=1\";s:77:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:72:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$
 matches[5]\";s:65:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/page/?([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&paged=$matches[5]\";s:72:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/comment-page-([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&cpage=$matches[5]\";s:61:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)(?:/([0-9]+))?/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&page=$matches[5]\";s:47:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:57:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:77:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/feed/(
 feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:53:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&cpage=$matches[4]\";s:51:\"([0-9]{4})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&cpage=$matches[3]\";s:38:\"([0-9]{4})/comment-page-([0-9]{1,})/?$\";
 s:44:\"index.php?year=$matches[1]&cpage=$matches[2]\";s:27:\".?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\".?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\".?.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"(.?.+?)/embed/?$\";s:41:\"index.php?pagename=$matches[1]&embed=true\";s:20:\"(.?.+?)/trackback/?$\";s:35:\&quo
 t;index.php?pagename=$matches[1]&tb=1\";s:40:\"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:35:\"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:28:\"(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:35:\"(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:24:\"(.?.+?)(?:/([0-9]+))?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";}','yes'),(155,'finished_splitting_shared_terms','1','yes'),(156,'widget_pages','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(157,'widget_calendar','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(158,'widget_archives','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(159,'widget_meta','a:1:{s:12:\"_multiwidg
 et\";i:1;}','yes'),(160,'widget_search','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(161,'widget_tag_cloud','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(162,'widget_nav_menu','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(163,'widget_akismet_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(164,'widget_epcsp_subscribe','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(165,'widget_wcb_sponsors','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(166,'widget_wcpt_speakers','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(167,'widget_wcpt_sessions','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(168,'widget_wcpt_organizers','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(171,'site_icon','0','yes'),(172,'medium_large_size_w','768','yes'),(173,'medium_large_size_h','0','yes'),(175,'_transient_timeout_wcorg_need_central_info','1465241903','no'),(176,'_transient_wcorg_need_central_info','yes','no'),(177,'_transient_timeout_wcorg_neede
 d_pages','1465241903','no'),(178,'_transient_wcorg_needed_pages','a:0:{}','no'),(179,'_transient_timeout_feed_ac0b00fe65abe10e0c5b588f3ed8c7ca','1465281504','no'),(180,'_transient_feed_ac0b00fe65abe10e0c5b588f3ed8c7ca','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:49:\"\n     \n      \n      \n      \n      \n      \n      \n      \n      \n      \n              \n              \n              \n              \n              \n              \n              \n              \n              \n      \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3
 :{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"WordPress News\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"https://wordpress.org/news\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"WordPress News\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:13:\"lastBuildDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 06 May 2016 19:22:48 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml
 _base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"en-US\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"generator\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"https://wordpress.org/?v=4.6-alpha-37635\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:10:{i:0;a:6:{s:4:\"data\";s:36:\"\n                \n              \n              \n              \n                              \n              \n\n            \n              \n                              \n                      \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\&q
 uot;\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"WordPress 4.5.2 Security Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"https://wordpress.org/news/2016/05/wordpress-4-5-2/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 06 May 2016 19:17:08 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:
 {}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Security\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=4290\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:381:\"WordPress 4.5.2 is now available. This is a security release for all previous versions and we strongly encourage you to update your sites immediately. WordPress versions 4.5.1 and earlier are a
 ffected by a SOME vulnerability through Plupload, the third-party library WordPress uses for uploading files. WordPress versions 4.2 through 4.5.1 are vulnerable to reflected XSS [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Helen Hou-Sandi\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:1669:\"<p>WordPress 4.5.2 is now available. This is a <strong>security release</strong> for all previous versions and we strongly encourage you to update
  your sites immediately.</p>\n<p>WordPress versions 4.5.1 and earlier are affected by a <abbr title=\"Same-Origin Method Execution\">SOME</abbr> vulnerability through Plupload, the third-party library WordPress uses for uploading files. WordPress versions 4.2 through 4.5.1 are vulnerable to reflected XSS using specially crafted URIs through MediaElement.js, the third-party library used for media players. MediaElement.js and Plupload have also released updates fixing these issues.</p>\n<p>Both issues were analyzed and reported by Mario Heiderich, Masato Kinugawa, and Filedescriptor from <a href=\"https://cure53.de/\">Cure53</a>. Thanks to the team for practicing <a href=\"https://make.wordpress.org/core/handbook/testing/reporting-security-vulnerabilities/\">responsible disclosure</a>, and to the Plupload and MediaElement.js teams for working closely with us to coördinate and fix these issues.&l
 t;/p>\n<p><a href=\"https://wordpress.org/download/\">Download WordPress 4.5.2</a> or venture over to Dashboard → Updates and simply click “Update Now.” Sites that support automatic background updates are already beginning to update to WordPress 4.5.2.</p>\n<p>Additionally, there are multiple widely publicized vulnerabilities in the ImageMagick image processing library, which is used by a number of hosts and is supported in WordPress. For our current response to these issues, see <a href=\"https://make.wordpress.org/core/2016/05/06/imagemagick-vulnerability-information/\">this post on the core development blog</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:36:\"\n              \n              \n              \n              \n                              \n              \n\n            \n              \n                              \n                      \";s:7:\"attr
 ibs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"WordPress 4.5.1 Maintenance Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"https://wordpress.org/news/2016/04/wordpress-4-5-1-maintenance-release/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 26 Apr 2016 18:58:18 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s
 :17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:3:\"4.5\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=4269\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:
 358:\"After about six million downloads of WordPress 4.5, we are pleased to announce the immediate availability of WordPress 4.5.1, a maintenance release. This release fixes 12 bugs, chief among them a singular class issue that broke sites based on the Twenty Eleven theme, an incompatibility between certain Chrome versions and the visual editor, and an [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Adam Silverstein\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\&qu
 ot;;s:2134:\"<p>After about six million downloads of WordPress 4.5, we are pleased to announce the immediate availability of WordPress 4.5.1, a maintenance release.</p>\n<p>This release fixes 12 bugs, chief among them a singular class issue that broke sites based on the Twenty Eleven theme, an incompatibility between certain Chrome versions and the visual editor, and an Imagick bug that could break media uploads. This maintenance release fixes a total of 12 bugs in Version 4.5. <span style=\"line-height: 1.5\">For more information, see the </span><a style=\"line-height: 1.5\" href=\"https://codex.wordpress.org/Version_4.5.1\">release notes</a><span style=\"line-height: 1.5\"> or consult the </span><a style=\"line-height: 1.5\" href=\"https://core.trac.wordpress.org/log/branches/4.5?rev=37295&amp;stop_rev=37182\">list of changes</a><span style=\&qu
 ot;line-height: 1.5\">.</span></p>\n<p><a href=\"https://wordpress.org/download/\">Download WordPress 4.5.1</a> or venture over to Dashboard → Updates and simply click “Update Now.” Sites that support automatic background updates are already beginning to update to WordPress 4.5.1.</p>\n<p>Thanks to everyone who contributed to 4.5.1:</p>\n<p><a href=\"https://profiles.wordpress.org/jorbin\">Aaron Jorbin</a>, <a href=\"https://profiles.wordpress.org/afercia\">Andrea Fercia</a>, <a href=\"https://profiles.wordpress.org/azaozz\">Andrew Ozz</a>, <a href=\"https://profiles.wordpress.org/boonebgorges\">Boone Gorges</a>, <a href=\"https://profiles.wordpress.org/ocean90\">Dominik Schilling</a>, <a href=\"https://profiles.wordpress.org/flixos90\">Felix Arntz</a>, <a href=\"https
 ://profiles.wordpress.org/pento\">Gary Pendergast</a>, <a href=\"https://profiles.wordpress.org/gblsm\">gblsm</a>, <a href=\"https://profiles.wordpress.org/helen\">Helen Hou-Sandi</a>, <a href=\"https://profiles.wordpress.org/joemcgill\">Joe McGill</a>, <a href=\"https://profiles.wordpress.org/johnbillion\">John Blackbourn</a>, <a href=\"https://profiles.wordpress.org/celloexpressions\">Nick Halsey</a>, <a href=\"https://profiles.wordpress.org/swissspidy\">Pascal Birchler</a>, and <a href=\"https://profiles.wordpress.org/WiZZarD_\">Pieter</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:36:\"\n            \n              \n              \n              \n                              \n              \n\n            \n              \n                              \n
                        \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"WordPress 4.5 “Coleman”\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"https://wordpress.org/news/2016/04/coleman/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 12 Apr 2016 19:15:32 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\&quot
 ;xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:3:\"4.5\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=4203\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:383:\&quot
 ;Version 4.5 of WordPress, named “Coleman” in honor of jazz saxophonist Coleman Hawkins, is available for download or update in your WordPress dashboard. New features in 4.5 help streamline your workflow, whether you’re writing or building your site. Editing Improvements Inline Linking Stay focused on your writing with a less distracting interface that keeps you in [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Mike Schroder\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\&q
 uot;data\";s:26690:\"<p>Version 4.5 of WordPress, named “Coleman” in honor of jazz saxophonist Coleman Hawkins, is available for download or update in your WordPress dashboard. New features in 4.5 help streamline your workflow, whether you’re writing or building your site.</p>\n<p><iframe width=\'692\' height=\'388\' src=\'https://videopress.com/embed/scFdjVo6?hd=0\' frameborder=\'0\' allowfullscreen></iframe><script src=\'https://v0.wordpress.com/js/next/videopress-iframe.js?m=1435166243\'></script></p>\n<hr />\n<h2 style=\"text-align: center\">Editing Improvements</h2>\n<p><img class=\"aligncenter size-full wp-image-4220\" src=\"https://wordpress.org/news/files/2016/04/illustration-short-inlinelinks.png\" alt=\"illustration-short-inlinelinks\" width=\"1000\" height=\"400\" srcset=\"https://wordpress.org/news/files/2016/04/illu
 stration-short-inlinelinks.png 1000w, https://wordpress.org/news/files/2016/04/illustration-short-inlinelinks-300x120.png 300w, https://wordpress.org/news/files/2016/04/illustration-short-inlinelinks-768x307.png 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" /></p>\n<h3>Inline Linking</h3>\n<p>Stay focused on your writing with a less distracting interface that keeps you in place and allows you to easily link to your content.</p>\n<p><img class=\"aligncenter size-full wp-image-4265\" src=\"https://wordpress.org/news/files/2016/04/editing-shortcuts-big.gif\" alt=\"editing-shortcuts-big\" width=\"960\" height=\"576\" /></p>\n<h3>Formatting Shortcuts</h3>\n<p>Do you enjoy using formatting shortcuts for lists and headings? Now they’re even more useful, with horizontal lines and <code>&lt;code&gt;</code>.</p>\n<hr />\n&
 lt;h2 style=\"text-align: center\">Customization Improvements</h2>\n<p><img class=\"aligncenter size-full wp-image-4221\" src=\"https://wordpress.org/news/files/2016/04/illustration-short-responsive-preview.png\" alt=\"illustration-short-responsive-preview\" width=\"1000\" height=\"400\" srcset=\"https://wordpress.org/news/files/2016/04/illustration-short-responsive-preview.png 1000w, https://wordpress.org/news/files/2016/04/illustration-short-responsive-preview-300x120.png 300w, https://wordpress.org/news/files/2016/04/illustration-short-responsive-preview-768x307.png 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" /></p>\n<h3>Live Responsive Previews</h3>\n<p>Make sure your site looks great on all screens! Preview mobile, tablet, and desktop views directly in the customizer.</p>\n<p><img class=\"aligncenter wp-image-4239 size-full\&quo
 t; src=\"https://wordpress.org/news/files/2016/04/illustration-short-customlogo-whitespace.png\" width=\"1000\" height=\"440\" srcset=\"https://wordpress.org/news/files/2016/04/illustration-short-customlogo-whitespace.png 1000w, https://wordpress.org/news/files/2016/04/illustration-short-customlogo-whitespace-300x132.png 300w, https://wordpress.org/news/files/2016/04/illustration-short-customlogo-whitespace-768x338.png 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" /></p>\n<h3>Custom Logos</h3>\n<p>Themes can now support logos for your business or brand. Try it out with Twenty Sixteen and Twenty Fifteen in the Site Identity section of the customizer.</p>\n<hr />\n<h2 style=\"text-align: center\">Under the Hood</h2>\n<div class=\"under-the-hood three-col\">\n<div class=\"col\">\n<h3>Smart Image Resizing</h3>\n<p>Generated
  images now load up to 50% faster with no noticeable quality loss. <a href=\"https://make.wordpress.org/core/2016/03/12/performance-improvements-for-images-in-wordpress-4-5/\">It’s really cool</a>.</p>\n</div>\n<div class=\"col\">\n<h3>Selective Refresh</h3>\n<p>The customizer now supports a <a href=\"https://make.wordpress.org/core/2016/02/16/selective-refresh-in-the-customizer/\">comprehensive framework</a> for rendering parts of the preview without rewriting your PHP code in JavaScript.</p>\n</div>\n<div class=\"col\">\n<h3>Script Loader Improvements</h3>\n<p>Better support has been added for script header/footer dependencies. New <code><a href=\"https://make.wordpress.org/core/2016/03/08/enhanced-script-loader-in-wordpress-4-5/\">wp_add_inline_script()</a></code> enables adding extra code to registered script
 s.</p>\n<h3>Better Embed Templates</h3>\n<p>Embed templates have been split into parts and can be <a href=\"https://make.wordpress.org/core/2016/03/11/embeds-changes-in-wordpress-4-5/\">directly overridden by themes</a> via the template hierarchy.</p>\n<h3>JavaScript Library Updates</h3>\n<p>jQuery 1.12.3, jQuery Migrate 1.4.0, Backbone 1.2.3, and Underscore 1.8.3 are bundled.</p>\n</div>\n</div>\n<div class=\"under-the-hood two-col\"></div>\n<hr />\n<h2 style=\"text-align: center\">The Crew</h2>\n<p><a class=\"alignleft\" href=\"https://profiles.wordpress.org/mikeschroder\"><img src=\"https://www.gravatar.com/avatar/76424a001dc6b3ebb4faca0c567800c4?d=mm&amp;s=180&amp;r=G\" alt=\"Mike Schroder\" width=\"80\" height=\"80\" /></a>This release was led by <a
  href=\"https://getsource.net\">Mike Schroder</a>, backed up by <a href=\"https://profiles.wordpress.org/adamsilverstein\">Adam Silverstein</a> as Release Deputy, <a href=\"https://choycedesign.com/\">Mel Choyce</a> as Release Design Lead, and the help of these fine individuals. There are <span style=\"font-weight: 400\">298</span> contributors with props in this release. Pull up some Coleman Hawkins on your music service of choice, and check out some of their profiles:</p>\n<a href=\"https://profiles.wordpress.org/mercime\">@mercime</a>, <a href=\"https://profiles.wordpress.org/aaroncampbell\">Aaron D. Campbell</a>, <a href=\"https://profiles.wordpress.org/uglyrobot\">Aaron Edwards</a>, <a href=\"https://profiles.wordpress.org/ahockley\">Aaron Hockley</a>, <a href=\"https://profiles.wordpress.org
 /jorbin\">Aaron Jorbin</a>, <a href=\"https://profiles.wordpress.org/abiralneupane\">Abiral Neupane</a>, <a href=\"https://profiles.wordpress.org/mrahmadawais\">Ahmad Awais</a>, <a href=\"https://profiles.wordpress.org/aidanlane\">aidanlane</a>, <a href=\"https://profiles.wordpress.org/ambrosey\">Alice Brosey</a>, <a href=\"https://profiles.wordpress.org/arush\">Amanda Rush</a>, <a href=\"https://profiles.wordpress.org/afercia\">Andrea Fercia</a>, <a href=\"https://profiles.wordpress.org/andg\">Andrea Gandino</a>, <a href=\"https://profiles.wordpress.org/nacin\">Andrew Nacin</a>, <a href=\"https://profiles.wordpress.org/azaozz\">Andrew Ozz</a>, <a href=\"https://profiles.wordpress.org/rockwell15\">Andrew Rockwell</a>, <a href=\"https://profiles.
 wordpress.org/andizer\">Andy</a>, <a href=\"https://profiles.wordpress.org/ankit-k-gupta\">Ankit K Gupta</a>, <a href=\"https://profiles.wordpress.org/atimmer\">Anton Timmermans</a>, <a href=\"https://profiles.wordpress.org/apaliku\">apaliku</a>, <a href=\"https://profiles.wordpress.org/aramzs\">Aram Zucker-Scharff</a>, <a href=\"https://profiles.wordpress.org/ashmatadeen\">ash.matadeen</a>, <a href=\"https://profiles.wordpress.org/bappidgreat\">Ashok Kumar Nath</a>, <a href=\"https://profiles.wordpress.org/bandonrandon\">BandonRandon</a>, <a href=\"https://profiles.wordpress.org/barryceelen\">Barry Ceelen</a>, <a href=\"https://profiles.wordpress.org/empireoflight\">Ben Dunkle</a>, <a href=\"https://profiles.wordpress.org/berengerzyla\">berengerzyla</a&gt
 ;, <a href=\"https://profiles.wordpress.org/neoxx\">Bernhard Riedl</a>, <a href=\"https://profiles.wordpress.org/thisisit\">Bhushan S. Jawle</a>, <a href=\"https://profiles.wordpress.org/birgire\">Birgir Erlendsson (birgire)</a>, <a href=\"https://profiles.wordpress.org/boonebgorges\">Boone B. Gorges</a>, <a href=\"https://profiles.wordpress.org/williamsba1\">Brad Williams</a>, <a href=\"https://profiles.wordpress.org/bradyvercher\">Brady Vercher</a>, <a href=\"https://profiles.wordpress.org/thebrandonallen\">Brandon Allen</a>, <a href=\"https://profiles.wordpress.org/bhubbard\">Brandon Hubbard</a>, <a href=\"https://profiles.wordpress.org/kraftbj\">Brandon Kraft</a>, <a href=\"https://profiles.wordpress.org/krogsgard\">Brian Krogsgard</a>, <a href=\"https://
 profiles.wordpress.org/borgesbruno\">Bruno Borges</a>, <a href=\"https://profiles.wordpress.org/chmac\">Callum Macdonald</a>, <a href=\"https://profiles.wordpress.org/camikaos\">Cami Kaos</a>, <a href=\"https://profiles.wordpress.org/chandrapatel\">Chandra Patel</a>, <a href=\"https://profiles.wordpress.org/mackensen\">Charles Fulton</a>, <a href=\"https://profiles.wordpress.org/chetanchauhan\">Chetan Chauhan</a>, <a href=\"https://profiles.wordpress.org/chouby\">Chouby</a>, <a href=\"https://profiles.wordpress.org/chrico\">ChriCo</a>, <a href=\"https://profiles.wordpress.org/chriscct7\">Chris Christoff</a>, <a href=\"https://profiles.wordpress.org/chris_dev\">Chris Mok</a>, <a href=\"https://profiles.wordpress.org/christophherr\">christophherr</a>, &lt
 ;a href=\"https://profiles.wordpress.org/ckoerner\">ckoerner</a>, <a href=\"https://profiles.wordpress.org/claudiosanches\">Claudio Sanches</a>, <a href=\"https://profiles.wordpress.org/compute\">Compute</a>, <a href=\"https://profiles.wordpress.org/coreymcollins\">coreymcollins</a>, <a href=\"https://profiles.wordpress.org/d4z_c0nf\">d4z_c0nf</a>, <a href=\"https://profiles.wordpress.org/extendwings\">Daisuke Takahashi</a>, <a href=\"https://profiles.wordpress.org/danhgilmore\">danhgilmore</a>, <a href=\"https://profiles.wordpress.org/danielbachhuber\">Daniel Bachhuber</a>, <a href=\"https://profiles.wordpress.org/scarinessreported\">Daniel Bailey</a>, <a href=\"https://profiles.wordpress.org/redsweater\">Daniel Jalkut (Red Sweater)</a>, <a href=\"https://profi
 les.wordpress.org/diddledan\">Daniel Llewellyn</a>, <a href=\"https://profiles.wordpress.org/mte90\">Daniele Scasciafratte</a>, <a href=\"https://profiles.wordpress.org/danielpataki\">danielpataki</a>, <a href=\"https://profiles.wordpress.org/dvankooten\">Danny van Kooten</a>, <a href=\"https://profiles.wordpress.org/thewanderingbrit\">Dave Clements</a>, <a href=\"https://profiles.wordpress.org/davidakennedy\">David A. Kennedy</a>, <a href=\"https://profiles.wordpress.org/dbrumbaugh10up\">David Brumbaugh</a>, <a href=\"https://profiles.wordpress.org/dlh\">David Herrera</a>, <a href=\"https://profiles.wordpress.org/dnewton\">David Newton</a>, <a href=\"https://profiles.wordpress.org/dshanske\">David Shanske</a>, <a href=\"https://profiles.wordpress.org/folletto\"
 >Davide \'Folletto\' Casali</a>, <a href=\"https://profiles.wordpress.org/denis-de-bernardy\">Denis de Bernardy</a>, <a href=\"https://profiles.wordpress.org/realloc\">Dennis Ploetner</a>, <a href=\"https://profiles.wordpress.org/valendesigns\">Derek Herman</a>, <a href=\"https://profiles.wordpress.org/dd32\">Dion Hulse</a>, <a href=\"https://profiles.wordpress.org/dmsnell\">dmsnell</a>, <a href=\"https://profiles.wordpress.org/ocean90\">Dominik Schilling</a>, <a href=\"https://profiles.wordpress.org/dossy\">Dossy Shiobara</a>, <a href=\"https://profiles.wordpress.org/dotancohen\">Dotan Cohen</a>, <a href=\"https://profiles.wordpress.org/drebbitsweb\">Dreb Bits</a>, <a href=\"https://profiles.wordpress.org/drewapicture\">Drew Jaynes</a>, <a href=\"ht
 tps://profiles.wordpress.org/duaneblake\">duaneblake</a>, <a href=\"https://profiles.wordpress.org/kucrut\">Dzikri Aziz</a>, <a href=\"https://profiles.wordpress.org/eliorivero\">Elio Rivero</a>, <a href=\"https://profiles.wordpress.org/iseulde\">Ella Iseulde Van Dorpe</a>, <a href=\"https://profiles.wordpress.org/codex-m\">Emerson Maningo</a>, <a href=\"https://profiles.wordpress.org/enej\">enej</a>, <a href=\"https://profiles.wordpress.org/ericlewis\">Eric Andrew Lewis</a>, <a href=\"https://profiles.wordpress.org/ebinnion\">Eric Binnion</a>, <a href=\"https://profiles.wordpress.org/ericdaams\">Eric Daams</a>, <a href=\"https://profiles.wordpress.org/ethitter\">Erick Hitter</a>, <a href=\"https://profiles.wordpress.org/eherman24\">Evan Herman</a>, &lt
 ;a href=\"https://profiles.wordpress.org/fab1en\">Fabien Quatravaux</a>, <a href=\"https://profiles.wordpress.org/faishal\">faishal</a>, <a href=\"https://profiles.wordpress.org/fantasyworld\">fantasyworld</a>, <a href=\"https://profiles.wordpress.org/flixos90\">Felix Arntz</a>, <a href=\"https://profiles.wordpress.org/finnj\">finnj</a>, <a href=\"https://profiles.wordpress.org/firebird75\">firebird75</a>, <a href=\"https://profiles.wordpress.org/frozzare\">Fredrik Forsmo</a>, <a href=\"https://profiles.wordpress.org/fusillicode\">fusillicode</a>, <a href=\"https://profiles.wordpress.org/garyj\">Gary Jones</a>, <a href=\"https://profiles.wordpress.org/pento\">Gary Pendergast</a>, <a href=\"https://profiles.wordpress.org/gblsm\">gblsm</a>, <a hre
 f=\"https://profiles.wordpress.org/georgestephanis\">George Stephanis</a>, <a href=\"https://profiles.wordpress.org/garusky\">Giuseppe Mamone</a>, <a href=\"https://profiles.wordpress.org/jubstuff\">Giustino Borzacchiello</a>, <a href=\"https://profiles.wordpress.org/grantpalin\">Grant Palin</a>, <a href=\"https://profiles.wordpress.org/groovecoder\">groovecoder</a>, <a href=\"https://profiles.wordpress.org/wido\">Guido Scialfa</a>, <a href=\"https://profiles.wordpress.org/bordoni\">Gustavo Bordoni</a>, <a href=\"https://profiles.wordpress.org/hakre\">hakre</a>, <a href=\"https://profiles.wordpress.org/helen\">Helen Hou-Sandí</a>, <a href=\"https://profiles.wordpress.org/henrywright\">Henry Wright</a>, <a href=\"https://profiles.wordpress.org/hnle\">Hin
 aloe</a>, <a href=\"https://profiles.wordpress.org/hlashbrooke\">Hugh Lashbrooke</a>, <a href=\"https://profiles.wordpress.org/hugobaeta\">Hugo Baeta</a>, <a href=\"https://profiles.wordpress.org/polevaultweb\">Iain Poulson</a>, <a href=\"https://profiles.wordpress.org/igmoweb\">Ignacio Cruz Moreno</a>, <a href=\"https://profiles.wordpress.org/imath\">imath</a>, <a href=\"https://profiles.wordpress.org/iamntz\">Ionut Staicu</a>, <a href=\"https://profiles.wordpress.org/ivankristianto\">Ivan Kristianto</a>, <a href=\"https://profiles.wordpress.org/jdgrimes\">J.D. Grimes</a>, <a href=\"https://profiles.wordpress.org/jadpm\">jadpm</a>, <a href=\"https://profiles.wordpress.org/jamesdigioia\">James DiGioia</a>, <a href=\"https://profiles.wordpress.org/jason_
 the_adams\">Jason</a>, <a href=\"https://profiles.wordpress.org/jaspermdegroot\">Jasper de Groot</a>, <a href=\"https://profiles.wordpress.org/cheffheid\">Jeffrey de Wit</a>, <a href=\"https://profiles.wordpress.org/jeffpyebrookcom\">Jeffrey Schutzman</a>, <a href=\"https://profiles.wordpress.org/jmdodd\">Jennifer M. Dodd</a>, <a href=\"https://profiles.wordpress.org/jeremyfelt\">Jeremy Felt</a>, <a href=\"https://profiles.wordpress.org/jeherve\">Jeremy Herve</a>, <a href=\"https://profiles.wordpress.org/jpry\">Jeremy Pry</a>, <a href=\"https://profiles.wordpress.org/jesin\">Jesin A</a>, <a href=\"https://profiles.wordpress.org/ardathksheyna\">Jess G.</a>, <a href=\"https://profiles.wordpress.org/boluda\">Joan Boluda</a>, <a href=\"https://profi
 les.wordpress.org/joehoyle\">Joe Hoyle</a>, <a href=\"https://profiles.wordpress.org/joemcgill\">Joe McGill</a>, <a href=\"https://profiles.wordpress.org/joelerr\">joelerr</a>, <a href=\"https://profiles.wordpress.org/johnbillion\">John Blackbourn</a>, <a href=\"https://profiles.wordpress.org/johnjamesjacoby\">John James Jacoby</a>, <a href=\"https://profiles.wordpress.org/johnnypea\">JohnnyPea</a>, <a href=\"https://profiles.wordpress.org/jbrinley\">Jonathan Brinley</a>, <a href=\"https://profiles.wordpress.org/spacedmonkey\">Jonny Harris</a>, <a href=\"https://profiles.wordpress.org/keraweb\">Jory Hogeveen</a>, <a href=\"https://profiles.wordpress.org/joefusco\">Joseph Fusco</a>, <a href=\"https://profiles.wordpress.org/joshlevinson\">Josh Levinson</a&gt
 ;, <a href=\"https://profiles.wordpress.org/shelob9\">Josh Pollock</a>, <a href=\"https://profiles.wordpress.org/jrchamp\">jrchamp</a>, <a href=\"https://profiles.wordpress.org/jrf\">jrf</a>, <a href=\"https://profiles.wordpress.org/juanfra\">Juanfra Aldasoro</a>, <a href=\"https://profiles.wordpress.org/juhise\">Juhi Saxena</a>, <a href=\"https://profiles.wordpress.org/juliobox\">Julio Potier</a>, <a href=\"https://profiles.wordpress.org/katieburch\">katieburch</a>, <a href=\"https://profiles.wordpress.org/ryelle\">Kelly Dwan</a>, <a href=\"https://profiles.wordpress.org/khag7\">Kevin Hagerty</a>, <a href=\"https://profiles.wordpress.org/kiranpotphode\">Kiran Potphode</a>, <a href=\"https://profiles.wordpress.org/kwight\">Kirk Wight</a>, <a 
 href=\"https://profiles.wordpress.org/ixkaito\">Kite</a>, <a href=\"https://profiles.wordpress.org/kjbenk\">kjbenk</a>, <a href=\"https://profiles.wordpress.org/kovshenin\">Konstantin Kovshenin</a>, <a href=\"https://profiles.wordpress.org/obenland\">Konstantin Obenland</a>, <a href=\"https://profiles.wordpress.org/kouratoras\">Konstantinos Kouratoras</a>, <a href=\"https://profiles.wordpress.org/krissiev\">KrissieV</a>, <a href=\"https://profiles.wordpress.org/lancewillett\">Lance Willett</a>, <a href=\"https://profiles.wordpress.org/leemon\">leemon</a>, <a href=\"https://profiles.wordpress.org/layotte\">Lew Ayotte</a>, <a href=\"https://profiles.wordpress.org/liamdempsey\">Liam Dempsey</a>, <a href=\"https://profiles.wordpress.org/luan-ramos\">Luan Ram
 os</a>, <a href=\"https://profiles.wordpress.org/luciole135\">luciole135</a>, <a href=\"https://profiles.wordpress.org/lpawlik\">Lukas Pawlik</a>, <a href=\"https://profiles.wordpress.org/latz\">Lutz Schr&#246;er</a>, <a href=\"https://profiles.wordpress.org/madvic\">madvic</a>, <a href=\"https://profiles.wordpress.org/marcochiesi\">Marco Chiesi</a>, <a href=\"https://profiles.wordpress.org/tyxla\">Marin Atanasov</a>, <a href=\"https://profiles.wordpress.org/nofearinc\">Mario Peshev</a>, <a href=\"https://profiles.wordpress.org/mark8barnes\">Mark Barnes</a>, <a href=\"https://profiles.wordpress.org/markjaquith\">Mark Jaquith</a>, <a href=\"https://profiles.wordpress.org/mapk\">Mark Uraine</a>, <a href=\"https://profiles.wordpress.org/markoheijnen\&q
 uot;>Marko Heijnen</a>, <a href=\"https://profiles.wordpress.org/gitlost\">Martin Burke</a>, <a href=\"https://profiles.wordpress.org/mattfelten\">Matt Felten</a>, <a href=\"https://profiles.wordpress.org/matt\">Matt Mullenweg</a>, <a href=\"https://profiles.wordpress.org/mattwiebe\">Matt Wiebe</a>, <a href=\"https://profiles.wordpress.org/mattgeri\">MattGeri</a>, <a href=\"https://profiles.wordpress.org/maweder\">maweder</a>, <a href=\"https://profiles.wordpress.org/mayukojpn\">Mayo Moriyama</a>, <a href=\"https://profiles.wordpress.org/mcapybara\">mcapybara</a>, <a href=\"https://profiles.wordpress.org/mehulkaklotar\">Mehul Kaklotar</a>, <a href=\"https://profiles.wordpress.org/meitar\">Meitar</a>, <a href=\"https://profiles.wordpress.org/mensmaxim
 us\">mensmaximus</a>, <a href=\"https://profiles.wordpress.org/michael-arestad\">Michael Arestad</a>, <a href=\"https://profiles.wordpress.org/michalzuber\">michalzuber</a>, <a href=\"https://profiles.wordpress.org/micropat\">micropat</a>, <a href=\"https://profiles.wordpress.org/ipstenu\">Mika Epstein</a>, <a href=\"https://profiles.wordpress.org/mdgl\">Mike Glendinning</a>, <a href=\"https://profiles.wordpress.org/mikehansenme\">Mike Hansen</a>, <a href=\"https://profiles.wordpress.org/mikejolley\">Mike Jolley</a>, <a href=\"https://profiles.wordpress.org/dimadin\">Milan Dinić</a>, <a href=\"https://profiles.wordpress.org/morganestes\">Morgan Estes</a>, <a href=\"https://profiles.wordpress.org/mt8biz\">moto hachi ( mt8.biz )</a>, <a href=\"ht
 tps://profiles.wordpress.org/usermrpapa\">Mr Papa</a>, <a href=\"https://profiles.wordpress.org/mwidmann\">mwidmann</a>, <a href=\"https://profiles.wordpress.org/nexurium\">nexurium</a>, <a href=\"https://profiles.wordpress.org/niallkennedy\">Niall Kennedy</a>, <a href=\"https://profiles.wordpress.org/nicdford\">Nic Ford</a>, <a href=\"https://profiles.wordpress.org/celloexpressions\">Nick Halsey </a>, <a href=\"https://profiles.wordpress.org/rabmalin\">Nilambar Sharma</a>, <a href=\"https://profiles.wordpress.org/ninos-ego\">Ninos</a>, <a href=\"https://profiles.wordpress.org/oaron\">oaron</a>, <a href=\"https://profiles.wordpress.org/overclokk\">overclokk</a>, <a href=\"https://profiles.wordpress.org/swissspidy\">Pascal Birchler</a>, <a href=\&quot
 ;https://profiles.wordpress.org/obrienlabs\">Pat O\'Brien</a>, <a href=\"https://profiles.wordpress.org/pbearne\">Paul Bearne</a>, <a href=\"https://profiles.wordpress.org/pauldewouters\">Paul de Wouters</a>, <a href=\"https://profiles.wordpress.org/sirbrillig\">Payton Swick</a>, <a href=\"https://profiles.wordpress.org/perezlabs\">Perez Labs</a>, <a href=\"https://profiles.wordpress.org/gungeekatx\">Pete Nelson</a>, <a href=\"https://profiles.wordpress.org/peterwilsoncc\">Peter Wilson</a>, <a href=\"https://profiles.wordpress.org/cadeyrn\">petermolnar</a>, <a href=\"https://profiles.wordpress.org/walbo\">Petter Walb&#248; Johnsg&#229;rd</a>, <a href=\"https://profiles.wordpress.org/wizzard_\">Pieter</a>, <a href=\"https://profiles.wordpress.org/mordauk\&quot
 ;>Pippin Williamson</a>, <a href=\"https://profiles.wordpress.org/ptahdunbar\">Pirate Dunbar</a>, <a href=\"https://profiles.wordpress.org/prettyboymp\">prettyboymp</a>, <a href=\"https://profiles.wordpress.org/profforg\">Profforg</a>, <a href=\"https://profiles.wordpress.org/programmin\">programmin</a>, <a href=\"https://profiles.wordpress.org/rachelbaker\">Rachel Baker</a>, <a href=\"https://profiles.wordpress.org/rahalaboulfeth\">rahal.aboulfeth</a>, <a href=\"https://profiles.wordpress.org/ramiy\">Rami Yushuvaev</a>, <a href=\"https://profiles.wordpress.org/lamosty\">Rastislav Lamos</a>, <a href=\"https://profiles.wordpress.org/rickalee\">Ricky Lee Whittemore</a>, <a href=\"https://profiles.wordpress.org/ritteshpatel\">Ritesh Patel</a>, <a href=\&quot
 ;https://profiles.wordpress.org/rob\">rob</a>, <a href=\"https://profiles.wordpress.org/rogerhub\">Roger Chen</a>, <a href=\"https://profiles.wordpress.org/romsocial\">RomSocial</a>, <a href=\"https://profiles.wordpress.org/ruudjoyo\">Ruud Laan</a>, <a href=\"https://profiles.wordpress.org/ryan\">Ryan Boren</a>, <a href=\"https://profiles.wordpress.org/ryankienstra\">Ryan Kienstra</a>, <a href=\"https://profiles.wordpress.org/rmccue\">Ryan McCue</a>, <a href=\"https://profiles.wordpress.org/welcher\">Ryan Welcher</a>, <a href=\"https://profiles.wordpress.org/sagarjadhav\">Sagar Jadhav</a>, <a href=\"https://profiles.wordpress.org/salcode\">Sal Ferrarello</a>, <a href=\"https://profiles.wordpress.org/salvoaranzulla\">salvoaranzulla</a>, <a href=\&quot
 ;https://profiles.wordpress.org/samhotchkiss\">Sam Hotchkiss</a>, <a href=\"https://profiles.wordpress.org/rosso99\">Sara Rosso</a>, <a href=\"https://profiles.wordpress.org/sarciszewski\">Scott Arciszewski</a>, <a href=\"https://profiles.wordpress.org/sc0ttkclark\">Scott Kingsley Clark</a>, <a href=\"https://profiles.wordpress.org/coffee2code\">Scott Reilly</a>, <a href=\"https://profiles.wordpress.org/wonderboymusic\">Scott Taylor</a>, <a href=\"https://profiles.wordpress.org/scottbrownconsulting\">scottbrownconsulting</a>, <a href=\"https://profiles.wordpress.org/scribu\">scribu</a>, <a href=\"https://profiles.wordpress.org/sebastianpisula\">Sebastian Pisula</a>, <a href=\"https://profiles.wordpress.org/sergejmueller\">Sergej M&#252;ller</a>, <a href=\"https:/
 /profiles.wordpress.org/sergeybiryukov\">Sergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/shamess\">Shane</a>, <a href=\"https://profiles.wordpress.org/shinichin\">Shinichi Nishikawa</a>, <a href=\"https://profiles.wordpress.org/sidati\">Sidati</a>, <a href=\"https://profiles.wordpress.org/siobhan\">Siobhan</a>, <a href=\"https://profiles.wordpress.org/aargh-a-knot\">sky</a>, <a href=\"https://profiles.wordpress.org/slushman\">slushman</a>, <a href=\"https://profiles.wordpress.org/smerriman\">smerriman</a>, <a href=\"https://profiles.wordpress.org/stephanethomas\">stephanethomas</a>, <a href=\"https://profiles.wordpress.org/netweb\">Stephen Edgar</a>, <a href=\"https://profiles.wordpress.org/stephenharris\">Stephen Harris</a>, <a href=\&
 quot;https://profiles.wordpress.org/stevegrunwell\">Steve Grunwell</a>, <a href=\"https://profiles.wordpress.org/stevenkword\">Steven Word</a>, <a href=\"https://profiles.wordpress.org/charlestonsw\">Store Locator Plus</a>, <a href=\"https://profiles.wordpress.org/subharanjan\">Subharanjan</a>, <a href=\"https://profiles.wordpress.org/sudar\">Sudar Muthu</a>, <a href=\"https://profiles.wordpress.org/5um17\">Sumit Singh</a>, <a href=\"https://profiles.wordpress.org/tacoverdo\">Taco Verdonschot</a>, <a href=\"https://profiles.wordpress.org/tahteche\">tahteche</a>, <a href=\"https://profiles.wordpress.org/iamtakashi\">Takashi Irie</a>, <a href=\"https://profiles.wordpress.org/takayukister\">Takayuki Miyoshi</a>, <a href=\"https://profiles.wordpress.org/karmatosed\"
 >Tammie Lister</a>, <a href=\"https://profiles.wordpress.org/tharsheblows\">tharsheblows</a>, <a href=\"https://profiles.wordpress.org/themiked\">theMikeD</a>, <a href=\"https://profiles.wordpress.org/thomaswm\">thomaswm</a>, <a href=\"https://profiles.wordpress.org/timothyblynjacobs\">Timothy Jacobs</a>, <a href=\"https://profiles.wordpress.org/timplunkett\">timplunkett</a>, <a href=\"https://profiles.wordpress.org/tmuikku\">tmuikku</a>, <a href=\"https://profiles.wordpress.org/skithund\">Toni Viemer&#246;</a>, <a href=\"https://profiles.wordpress.org/toro_unit\">Toro_Unit (Hiroshi Urabe)</a>, <a href=\"https://profiles.wordpress.org/liljimmi\">Tracy Levesque</a>, <a href=\"https://profiles.wordpress.org/rilwis\">Tran Ngoc Tuan Anh</a>, <a href=\&quo
 t;https://profiles.wordpress.org/wpsmith\">Travis Smith</a>, <a href=\"https://profiles.wordpress.org/tywayne\">Ty Carlson</a>, <a href=\"https://profiles.wordpress.org/grapplerulrich\">Ulrich</a>, <a href=\"https://profiles.wordpress.org/utkarshpatel\">Utkarsh</a>, <a href=\"https://profiles.wordpress.org/vhomenko\">vhomenko</a>, <a href=\"https://profiles.wordpress.org/virgodesign\">virgodesign</a>, <a href=\"https://profiles.wordpress.org/vladolaru\">vlad.olaru</a>, <a href=\"https://profiles.wordpress.org/voldemortensen\">voldemortensen</a>, <a href=\"https://profiles.wordpress.org/vtieu\">vtieu</a>, <a href=\"https://profiles.wordpress.org/webaware\">webaware</a>, <a href=\"https://profiles.wordpress.org/wesleye\">Wesley Elfring</a>, <a href=\&q
 uot;https://profiles.wordpress.org/westonruter\">Weston Ruter</a>, <a href=\"https://profiles.wordpress.org/wisdmlabs\">WisdmLabs</a>, <a href=\"https://profiles.wordpress.org/wpdelighter\">WP Delighter</a>, <a href=\"https://profiles.wordpress.org/wp-architect\">wp-architect</a>, <a href=\"https://profiles.wordpress.org/xavortm\">xavortm</a>, <a href=\"https://profiles.wordpress.org/yetanotherdaniel\">yetAnotherDaniel</a>, and <a href=\"https://profiles.wordpress.org/zinigor\">zinigor</a>.\n<p>&nbsp;</p>\n<p>Special thanks go to <a href=\"http://siobhanmckeown.com/\">Siobhan McKeown</a> for producing the release video and <a href=\"https://jacklenox.com\">Jack Lenox</a> for the voice-over.</p>\n<p>Finally, thanks to all of the contributors who provided translat
 ions for the release. WordPress 4.5 comes fully translated into 44 languages and the release video has been translated into 32 languages!</p>\n<p>If you want to follow along or help out, check out <a href=\"https://make.wordpress.org/\">Make WordPress</a> and our <a href=\"https://make.wordpress.org/core/\">core development blog</a>. Thanks for choosing WordPress. See you soon for version 4.6!</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:39:\"\n               \n              \n              \n              \n                              \n              \n              \n\n            \n              \n                              \n                      \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a
 :5:{s:4:\"data\";s:17:\"WordPress 4.5 RC2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/news/2016/04/wordpress-4-5-rc2/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 10 Apr 2016 05:14:28 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"
 xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"4.5\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=4186\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:350:\"The second release candidate for 
 WordPress 4.5 is now available. We&#8217;ve made 91 changes since the first release candidate. RC means we think we’re done, but with millions of users and thousands of plugins and themes, it’s possible we’ve missed something. We hope to ship WordPress 4.5 on Tuesday, April 12, but we need your help [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Mike Schroder\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:3044:\"<p>The second release candi
 date for WordPress 4.5 is now available.</p>\n<p>We&#8217;ve made <a href=\"https://core.trac.wordpress.org/log/trunk?action=stop_on_copy&amp;mode=stop_on_copy&amp;rev=37171&amp;stop_rev=37078&amp;limit=120&amp;verbose=on\">91 changes</a> since the first release candidate. RC means we think we’re done, but with millions of users and thousands of plugins and themes, it’s possible we’ve missed something. We hope to ship WordPress 4.5 on <strong>Tuesday, April 12</strong>, but we need your help to get there.</p>\n<p>If you haven’t tested 4.5 yet, now is the time!</p>\n<p><strong>Think you&#8217;ve found a bug?</strong> Please post to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">Alpha/Beta support forum</a>. If any known issues come up, you&#8217;ll be able to <a href=\"https://core.trac.wordpress.org/report/5\"&g
 t;find them here</a>.</p>\n<p>To test WordPress 4.5, you can use the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin or you can <a href=\"https://wordpress.org/wordpress-4.5-RC2.zip\">download the release candidate here</a> (zip).</p>\n<p>For more information about what’s new in version 4.5, check out the <a href=\"https://wordpress.org/news/2016/02/wordpress-4-5-beta-1/\">Beta 1</a>, <a href=\"https://wordpress.org/news/2016/03/wordpress-4-5-beta-2/\">Beta 2</a>, <a href=\"https://wordpress.org/news/2016/03/wordpress-4-5-beta-3/\">Beta 3</a>, and <a href=\"https://wordpress.org/news/2016/03/wordpress-4-5-beta-4/\">Beta 4</a> blog posts.</p>\n<p><strong>Developers</strong>, please test your plugins and themes against WordPress 4.5 and update your
  plugin&#8217;s <em>Tested up to</em> version in the readme to 4.5. If you find compatibility problems, we never want to break things, so please be sure to post to the support forums so we can figure those out before the final release.</p>\n<p><strong>Polyglots</strong>, strings are now hard frozen, including the About Page, so you are clear to translate!</p>\n<p>A few changes of note since the first release candidate:</p>\n<ul>\n<li>Normalized non-slashing of data in the REST API infrastructure. If you use the REST API infrastructure, <a href=\"https://make.wordpress.org/core/2016/04/06/rest-api-slashed-data-in-wordpress-4-4-and-4-5/\">check out the post on this change</a>.</li>\n<li>Customizer settings for widget instances get registered a bit later to give a chance for the widget instances themselves to be registered first. See <a href=\"https://core.trac.wordpress.or
 g/ticket/36431\">#36431</a> for details.</li>\n<li>Fixed various cropping issues in the Custom Logo feature and Twenty Fifteen / Twenty Sixteen themes.</li>\n</ul>\n<p>Be sure to <a href=\"https://make.wordpress.org/core/\">follow along the core development blog</a>, where you can find the <a href=\"https://make.wordpress.org/core/2016/03/30/wordpress-4-5-field-guide/\">Field Guide for 4.5</a>.</p>\n<p><em>It&#8217;s great fun to test</em><br />\n<em>Enjoyment in another</em><br />\n<em>Release Candidate</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:33:\"\n         \n              \n              \n              \n                              \n\n            \n              \n                              \n                      \";s:7:\"attribs\";a:0:{}s:8:\"xml
 _base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"Contributor Weekend: Global WordPress Translation Day\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:88:\"https://wordpress.org/news/2016/04/contributor-weekend-global-wordpress-translation-day/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 07 Apr 2016 21:04:39 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\&quo
 t;;s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Community\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=4191\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:378:\"Global WordPress Translation Day is a one-day contributor initiative organised by the WordPress project’s Polyglots team that is dedicated to helping new contributors who would like to translate Word
 Press in one of the 160 languages WordPress is available in. Global WordPress Translation Day will be on Sunday, April 24th, starting at 0:00 UTC and will go on for [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"Josepha\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:3069:\"<p class=\"p1\"><span class=\"s1\">Global WordPress Translation Day is a one-day contributor initiative organised </span><span class=\"s1\&q
 uot;>by the WordPress project’s </span><span class=\"s1\"> <a href=\"https://make.wordpress.org/polyglots\"><span class=\"s2\">Polyglots team</span></a> that is dedicated to helping new contributors who would like to translate WordPress in one of the 160 languages WordPress is available in.</span></p>\n<p class=\"p1\"><span class=\"s1\">Global WordPress Translation Day will be on Sunday, April 24th, starting at 0:00 UTC and will go on for 24 hours covering all time zones.</span></p>\n<p class=\"p3\"><span class=\"s1\"><b>What are we doing?</b></span></p>\n<ul class=\"ul1\">\n<li class=\"li1\"><span class=\"s1\"><span class=\"s1\">Live training: A 24h live streaming of tutorials about translating WordPress in different languages and making
  your code translatable (30min/1h sessions in different languages including a general instruction and specifics for that particular language). The </span></span><span class=\"s1\">internationalization </span>sessions will be in English. The sessions will be presented by some of the most experienced WordPress translators and internationalization experts. The Schedule can be found on the website.</li>\n<li class=\"li1\"><span class=\"s1\">Local translation contributor days: Groups of contributors gather at different locations and work face to face.</span></li>\n<li class=\"li1\"><span class=\"s1\">Local remote translation contributor days: Current translation teams dedicate time and get involved remotely to do orientation for their potential contributors or work with their current translation teams on translating as many strings as they can.</span></li>\n&l
 t;/ul>\n<p class=\"p1\"><span class=\"s1\">If you organise a local meetup, why not organise a contributor day for translating in your language?</span></p>\n<p class=\"p3\"><span class=\"s1\"><b>Join us! Read about the initiative and </b><a href=\"https://make.wordpress.org/polyglots/2016/03/02/wordpress-global-translation-day-april-24th-2016/\"><span class=\"s3\"><b>sign up as an organiser</b></span></a><b>.</b></span></p>\n<p class=\"p3\"><span class=\"s1\"><b>Can I get involved if I only speak English?</b></span></p>\n<p class=\"p1\"><span class=\"s1\">Yes! Even if you only speak English, it would be great to get involved and check out some of the English locale variants &#8211; English as spoken in the United Kingdom, Can
 ada, New Zealand, Australia, South Africa. English has many variants across the globe and you can learn about the differences and why it&#8217;s important that users have the option to choose a variant during some of our sessions. And if you&#8217;re in a funky mood, you can give translating the interface into Emoji a try! Yes, we have a WordPress in Emoji locale!</span></p>\n<p class=\"p3\"><span class=\"s1\"><b>Questions?</b></span></p>\n<p class=\"p1\"><span class=\"s1\">The polyglots team and the event organisers hang out in <a href=\"http://wordpress.slack.com/messages/polyglots/\">#Polyglots in Slack</a>. They will gladly help you out.</span></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\
 "data\";s:39:\"\n               \n              \n              \n              \n                              \n              \n              \n\n            \n              \n                              \n                      \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"WordPress 4.5 Release Candidate\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"https://wordpress.org/news/2016/03/wordpress-4-5-release-candidate/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 24 Mar 2016 03:50
 :27 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"4.5\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=4165
 \";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:344:\"The release candidate for WordPress 4.5 is now available. We&#8217;ve made 49 changes since releasing Beta 4 a week ago. RC means we think we’re done, but with millions of users and thousands of plugins and themes, it’s possible we’ve missed something. We hope to ship WordPress 4.5 on Tuesday, April 12, but we need your help [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"M
 ike Schroder\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:2251:\"<p>The release candidate for WordPress 4.5 is now available.</p>\n<p>We&#8217;ve made <a href=\"https://core.trac.wordpress.org/log/trunk?action=stop_on_copy&amp;mode=stop_on_copy&amp;rev=37077&amp;stop_rev=37026&amp;limit=120&amp;verbose=on\">49 changes</a> since releasing Beta 4 a week ago. RC means we think we’re done, but with millions of users and thousands of plugins and themes, it’s possible we’ve missed something. We hope to ship WordPress 4.5 on <strong>Tuesday, April 12</strong>, but we need your help to get there.</p>\n<p>If you haven’t tested 4.5 yet,
  now is the time!</p>\n<p><strong>Think you&#8217;ve found a bug?</strong> Please post to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">Alpha/Beta support forum</a>. If any known issues come up, you&#8217;ll be able to <a href=\"https://core.trac.wordpress.org/report/5\">find them here</a>.</p>\n<p>To test WordPress 4.5, you can use the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin or you can <a href=\"https://wordpress.org/wordpress-4.5-RC1.zip\">download the release candidate here</a> (zip).</p>\n<p>For more information about what’s new in version 4.5, check out the <a href=\"https://wordpress.org/news/2016/02/wordpress-4-5-beta-1/\">Beta 1</a>, <a href=\"https://wordpress.org/news/2016/03/wordpress-4-5-beta-2/\">Beta 2</a>,
  <a href=\"https://wordpress.org/news/2016/03/wordpress-4-5-beta-3/\">Beta 3</a>, and <a href=\"https://wordpress.org/news/2016/03/wordpress-4-5-beta-4/\">Beta 4</a> blog posts.</p>\n<p><strong>Developers</strong>, please test your plugins and themes against WordPress 4.5 and update your plugin&#8217;s <em>Tested up to</em> version in the readme to 4.5 before next week. If you find compatibility problems, we never want to break things, so please be sure to post to the support forums so we can figure those out before the final release.</p>\n<p>Be sure to <a href=\"https://make.wordpress.org/core/\">follow along the core development blog</a>, where we&#8217;ll continue to post <a href=\"https://make.wordpress.org/core/tag/dev-notes+4-5/\">notes for developers</a> for 4.5.</p>\n<p><em>Free as in Freedom</em><br />
 \n<em>It is WordPress 4.5</em><br />\n<em>Also free as in beer</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:42:\"\n          \n              \n              \n              \n                              \n              \n              \n              \n\n            \n              \n                              \n                      \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordPress 4.5 Beta 4\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2016/03/wordpress-
 4-5-beta-4/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 17 Mar 2016 04:30:25 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:4:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"4
 .5\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:4:\"beta\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=4155\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:329:\"WordPress 4.5 Beta 4 is now available! This software is still in development, so we don’t recommend you run it on a production site. Consider setting up a 
 test site just to play with the new version. To test WordPress 4.5, try the WordPress Beta Tester plugin (you’ll want “bleeding edge nightlies”). Or you can [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Mike Schroder\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:3392:\"<p>WordPress 4.5 Beta 4 is now available!</p>\n<p>This software is still in development, so we don’t recommend you run it on a production site. Consider setting u
 p a test site just to play with the new version. To test WordPress 4.5, try the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\" target=\"_blank\">WordPress Beta Tester</a> plugin (you’ll want “bleeding edge nightlies”). Or you can <a href=\"https://wordpress.org/wordpress-4.5-beta4.zip\" target=\"_blank\">download the beta here</a> (zip).</p>\n<p>For more information on what&#8217;s new in 4.5, check out the <a href=\"https://wordpress.org/news/2016/02/wordpress-4-5-beta-1/\">Beta 1</a>, <a href=\"https://wordpress.org/news/2016/03/wordpress-4-5-beta-2/\">Beta 2</a>, and <a href=\"https://wordpress.org/news/2016/03/wordpress-4-5-beta-3/\">Beta 3</a> blog posts, along with <a href=\"https://make.wordpress.org/core/tag/4-5+dev-notes/\">in-depth field guides on make/core</a>. This is the final
  <a href=\"https://make.wordpress.org/core/version-4-5-project-schedule/\">planned beta</a> of WordPress 4.5, with a release candidate scheduled for next week.</p>\n<p>Some of the changes in Beta 4 include:</p>\n<ul>\n<li>Add support for oEmbed <strong>moments and timelines from Twitter</strong> (<a href=\"https://core.trac.wordpress.org/ticket/36197\">#36197</a>).</li>\n<li>More changes to better support <strong>HHVM with Imagick</strong>.<strong> </strong>Please test with HHVM setups and resizing/rotating images (<a href=\"https://core.trac.wordpress.org/ticket/35973\">#35973</a>).</li>\n<li>Tightened up the <strong>Inline Link</strong> feature (<a href=\"https://core.trac.wordpress.org/ticket/33301\">#33301</a>, <a href=\"https://core.trac.wordpress.org/ticket/30468\">#3046
 8</a>).</li>\n<li>Support <code>&lt;hr&gt;</code> <strong>editor shortcut</strong> with 3 or more dashes (<code>---</code>); no spaces. To give more time to study the best shortcuts for users, text patterns for bold and italic have been removed and won&#8217;t ship with for 4.5 (<a href=\"https://core.trac.wordpress.org/ticket/33300\">#33300</a>).</li>\n<li>Fixes for <strong>SSL with Responsive Images</strong>. Please test with SSL, especially on sites with mixed http/https setups (<a href=\"https://core.trac.wordpress.org/ticket/34945\">#34945</a>).</li>\n<li>Allow rewrite rules to work in nested <strong>WordPress installations on IIS</strong> (<a href=\"https://core.trac.wordpress.org/ticket/35558\">#35558</a>).</li>\n<li><strong>Various bug fixes</strong>. We&#8217;ve m
 ade <a href=\"https://core.trac.wordpress.org/log/?action=stop_on_copy&amp;mode=stop_on_copy&amp;rev=37025&amp;stop_rev=36932&amp;limit=200&amp;verbose=on\">almost 100 changes</a> during the last week.</li>\n</ul>\n<p><strong>If you think you’ve found a bug</strong>, you can post to the <a href=\"https://wordpress.org/support/forum/alphabeta\" target=\"_blank\">Alpha/Beta area</a> in the support forums. We’d love to hear from you! If you’re comfortable writing a reproducible bug report, <a href=\"https://make.wordpress.org/core/reports/\" target=\"_blank\">file one on the WordPress Trac</a>. There, you can also find <a href=\"https://core.trac.wordpress.org/tickets/major\" target=\"_blank\">a list of known bugs.</a></p>\n<p>Happy testing!</p>\n<p class=\"p1\"><em>Llegamos
  al fin</em><br />\n<em>del tiempo pa&#8217; beta</em><br />\n<em>¡Pruébalo Ahora!</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:42:\"\n           \n              \n              \n              \n                              \n              \n              \n              \n\n            \n              \n                              \n                      \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordPress 4.5 Beta 3\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https:
 //wordpress.org/news/2016/03/wordpress-4-5-beta-3/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 10 Mar 2016 06:59:26 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:4:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a
 :5:{s:4:\"data\";s:3:\"4.5\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:4:\"beta\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=4128\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:329:\"WordPress 4.5 Beta 3 is now available! This software is still in development, so we don’t recommend you run it on a 
 production site. Consider setting up a test site just to play with the new version. To test WordPress 4.5, try the WordPress Beta Tester plugin (you’ll want “bleeding edge nightlies”). Or you can [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Mike Schroder\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:3631:\"<p>WordPress 4.5 Beta 3 is now available!</p>\n<p>This software is still in development<strong>,</strong> so we d
 on’t recommend you run it on a production site. Consider setting up a test site just to play with the new version. To test WordPress 4.5, try the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\" target=\"_blank\">WordPress Beta Tester</a> plugin (you’ll want “bleeding edge nightlies”). Or you can <a href=\"https://wordpress.org/wordpress-4.5-beta3.zip\" target=\"_blank\">download the beta here</a> (zip).</p>\n<p>For more information on what&#8217;s new in 4.5, check out the <a href=\"https://wordpress.org/news/2016/02/wordpress-4-5-beta-1/\">Beta 1</a> and <a href=\"https://wordpress.org/news/2016/03/wordpress-4-5-beta-2/\">Beta 2</a> blog posts, along with <a href=\"https://make.wordpress.org/core/tag/4-5+dev-notes/\">in-depth field guides on make/core</a>. Some of the fixes in Beta 3 include:</p>\n<ul&gt
 ;\n<li>Many <strong>Theme Logo Support</strong> (<a href=\"https://core.trac.wordpress.org/ticket/33755\">#33755</a>) fixes, including support for bundled Twenty Fifteen (<a href=\"https://core.trac.wordpress.org/ticket/35944\">#35944</a>).</li>\n<li>Add <strong>Responsive Preview</strong> to theme install previewer (<a href=\"https://core.trac.wordpress.org/ticket/36017\">#36017</a>).</li>\n<li>Support <strong>Imagick in HHVM</strong> (<a href=\"https://core.trac.wordpress.org/ticket/35973\">#35973</a>).</li>\n<li><strong>Whitelist IPTC, XMP, and EXIF profiles</strong> from <code>strip_meta()</code> to maintain authorship, copyright, license, and image orientation (<a href=\"https://core.trac.wordpress.org/ticket/28634\">#28634</a>).</li>\n<li>Support <s
 trong>Windows shares/DFS roots</strong> in <code>wp_normalize_path()</code> (<a href=\"https://core.trac.wordpress.org/ticket/35996\">#35996</a>).</li>\n<li><span class=\"s1\">New installs default to <strong>generating secret keys and salts locally</strong> instead of relying on the <span class=\"s2\">WordPress.org</span> API. Please test installing WP in situations where it can’t connect to the internet <span class=\"s1\">(like on a ?, ✈️, or ?) </span></span><span class=\"s1\">(<a href=\"https://core.trac.wordpress.org/ticket/35290\">#35290</a>).</span></li>\n<li>OPTIONS requests to REST API should <strong>return Allow header</strong> (<a href=\"https://core.trac.wordpress.org/ticket/35975\">#35975</a>).</li>\n<li>Upgrade twemoji.js to versio
 n 2 (<a href=\"https://core.trac.wordpress.org/ticket/36059\">#36059</a>) and add extra IE11 compatibility (<a href=\"https://core.trac.wordpress.org/ticket/35977\">#35977</a>) for <strong>Emoji</strong>.</li>\n<li><strong>Various bug fixes</strong>. We&#8217;ve made <a href=\"https://core.trac.wordpress.org/log/?action=stop_on_copy&amp;mode=stop_on_copy&amp;rev=36931&amp;stop_rev=36814&amp;limit=200&amp;verbose=on\">more than 100 changes</a> during the last week.</li>\n</ul>\n<p><strong>If you think you’ve found a bug</strong>, you can post to the <a href=\"https://wordpress.org/support/forum/alphabeta\" target=\"_blank\">Alpha/Beta area</a> in the support forums. We’d love to hear from you! If you’re comfortable writing a reproducible bug report, <a href=\"https://make.wordpress.or
 g/core/reports/\" target=\"_blank\">file one on the WordPress Trac</a>. There, you can also find <a href=\"https://core.trac.wordpress.org/tickets/major\" target=\"_blank\">a list of known bugs.</a></p>\n<p>Happy testing!</p>\n<p class=\"p1\"><em><span class=\"s1\">Beta one, two, three<br />\n</span><span class=\"s1\">so many bugs have been fixed<br />\n</span><span class=\"s2\">Closer now; four, five.</span></em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:39:\"\n              \n              \n              \n              \n                              \n              \n              \n\n            \n              \n                              \n                      \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit
 \";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordPress 4.5 Beta 2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2016/03/wordpress-4-5-beta-2/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 03 Mar 2016 04:55:35 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:
 0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"4.5\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=4116\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"
 xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:329:\"WordPress 4.5 Beta 2 is now available! This software is still in development, so we don’t recommend you run it on a production site. Consider setting up a test site just to play with the new version. To test WordPress 4.5, try the WordPress Beta Tester plugin (you’ll want “bleeding edge nightlies”). Or you can [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Mike Schroder\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/conte
 nt/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:2370:\"<p>WordPress 4.5 Beta 2 is now available!</p>\n<p>This software is still in development<strong>,</strong> so we don’t recommend you run it on a production site. Consider setting up a test site just to play with the new version. To test WordPress 4.5, try the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\" target=\"_blank\">WordPress Beta Tester</a> plugin (you’ll want “bleeding edge nightlies”). Or you can <a href=\"https://wordpress.org/wordpress-4.5-beta2.zip\" target=\"_blank\">download the beta here</a> (zip).</p>\n<p>For more information on what&#8217;s new in 4.5, check out the <a href=\"https://wordpress.org/news/2016/02/wordpress-4-5-beta-1/\">Beta 1 blog post</a>. Some of the fixes in Beta 2 include:</p>\n<ul>\n<
 li>Added <a href=\"https://core.trac.wordpress.org/ticket/33300\">Horizontal Rule (HR) editing shortcut</a> and <a href=\"https://core.trac.wordpress.org/ticket/28612\">dismissible &#8220;Paste as Text&#8221; notice</a> in <strong>TinyMCE</strong>.</li>\n<li><strong>Selective Refresh</strong> support is <a href=\"https://core.trac.wordpress.org/changeset/36797\">enabled for core themes titles and taglines</a>, which allows shift-click to focus on controls and PHP filters to apply in the preview.</li>\n<li>Resolved a fatal error on <strong>image upload</strong> when ImageMagick could not complete stripping meta during resize (<a href=\"https://core.trac.wordpress.org/ticket/33642\">#33642</a>).</li>\n<li><strong>Various bug fixes</strong>. We&#8217;ve made <a href=\"https://core.trac.wo
 rdpress.org/log/?action=stop_on_copy&amp;mode=stop_on_copy&amp;rev=36813&amp;stop_rev=36701&amp;limit=200&amp;verbose=on\">just over 100 changes</a> in the last week.</li>\n</ul>\n<p><strong>If you think you’ve found a bug</strong>, you can post to the <a href=\"https://wordpress.org/support/forum/alphabeta\" target=\"_blank\">Alpha/Beta area</a> in the support forums. We’d love to hear from you! If you’re comfortable writing a reproducible bug report, <a href=\"https://make.wordpress.org/core/reports/\" target=\"_blank\">file one on the WordPress Trac</a>. There, you can also find <a href=\"https://core.trac.wordpress.org/tickets/major\" target=\"_blank\">a list of known bugs.</a></p>\n<p>Happy testing!</p>\n<p><em>It&#8217;s peer pressure time</em><br />\n<em>Testing
 : all cool kids do it</em><br />\n<em>Help find ALL the bugs!</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:33:\"\n         \n              \n              \n              \n                              \n\n            \n              \n                              \n                      \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"Contributor Weekend: One-Hour Video\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"https://wordpress.org/news/2016/02/contributor-we
 ekend-one-hour-video/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 26 Feb 2016 19:36:30 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Community\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=4112\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\&qu
 ot;\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:349:\"It&#8217;s time for our second global contributor weekend, and this time we&#8217;re focusing on the video team. For this month&#8217;s challenge, in honor of it being our second month, you have two options for how you can participate! The challenge for this month overall is to work with at least one hour worth of WordCamp video, which [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:3:\"Jen\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml
 _lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:2590:\"<p>It&#8217;s time for our second global contributor weekend, and this time we&#8217;re focusing on the <a href=\"https://make.wordpress.org/tv\">video team</a>. For this month&#8217;s challenge, in honor of it being our second month, you have two options for how you can participate! The challenge for this month overall is to work with at least one hour worth of WordCamp video, which you can do by either creating subtitles or editing the video file in preparation for upload to <a href=\"http://WordPress.tv\">WordPress.tv</a>.</p>\n<p>One of the great things about contributing to the video team is that you get to learn so much, since all the work basically involves watching WordCamp presentation videos. Subtitling is a doubly important
  need, as it is needed to make all those WordCamp videos accessible to people who are deaf or hard of hearing and can&#8217;t listen to the audio track, as well as making it possible for the videos to be consumed (in some cases after subtitle translation) by people who speak different languages.</p>\n<p>The challenge will last from Saturday, February 27, 2016 through Sunday, February 28, 2016, and the results will be reviewed afterward by members of the video team. If you enjoy the challenge, the video team would be very excited to welcome you into their ranks! Interested? <a href=\"https://wp.me/P6onIa-28D\">Here&#8217;s how to participate</a>.</p>\n<h3>What About Last Month?</h3>\n<p>In January, the inaugural contributor weekend was focused on the support forums. That challenge had 73 participants, including 10 people who provided 20 or more correct answers to open support threads, thereby winning the challenge. 
 Congratulations to Harris Anastasiadis, Ahmad Awais, Takis Bouyouris, Phil Erb, Eric Gunawan, Jackie McBride, Diana Nichols, Kostas Nicolacopoulos, Juhi Saxena, and Sarah Semark! To them and to everyone else who participated, thank you <strong>so much</strong> for your efforts. Every answer helps, and over the course of this contributor weekend, these amazing volunteers responded to <strong>800 support threads</strong>. The support forums queue of requests with no replies went from 28 pages to 7 pages &#8212; that was an incredible success, of which every participant was a part!</p>\n<p>So head on over to see how to <a href=\"https://wp.me/P6onIa-28D\">get involved with the one-hour video challenge</a> this weekend, and help us make next month&#8217;s post just as impressive! <img src=\"https://s.w.org/images/core/emoji/72x72/1f642.png\" alt=\"?\" class=\"wp-smiley\" style=\"h
 eight: 1em; max-height: 1em;\" /></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}s:27:\"http://www.w3.org/2005/Atom\";a:1:{s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:4:\"href\";s:32:\"https://wordpress.org/news/feed/\";s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:19:\"application/rss+xml\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:44:\"http://purl.org/rss/1.0/modules/syndication/\";a:2:{s:12:\"updatePeriod\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"hourly\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_b
 ase_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:15:\"updateFrequency\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";a:10:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Mon, 06 Jun 2016 18:38:24 GMT\";s:12:\"content-type\";s:34:\"application/rss+xml; charset=UTF-8\";s:10:\"connection\";s:5:\"close\";s:25:\"strict-transport-security\";s:11:\"max-age=360\";s:6:\"x-olaf\";s:3:\"⛄\";s:13:\"last-modified\";s:29:\"Fri, 06 May 2016 19:22:48 GMT\";s:4:\"link\";s:63:\"<https://wordpress.org/news/wp-json/>; rel=\"https://api.w.org/\"\";s:15:
 \"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:11:\"HIT lax 250\";}s:5:\"build\";s:14:\"20160606161022\";}','no'),(181,'_transient_timeout_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca','1465281504','no'),(182,'_transient_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca','1465238304','no'),(183,'_transient_timeout_feed_d117b5738fbd35bd8c0391cda1f2b5d9','1465281505','no'),(184,'_transient_feed_d117b5738fbd35bd8c0391cda1f2b5d9','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:61:\"\
 n      \n      \n      \n      \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"WordPress Planet\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://planet.wordpress.org/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"en\";s:7:\"attribs\";a:0:
 {}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"WordPress Planet - http://planet.wordpress.org/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:50:{i:0;a:6:{s:4:\"data\";s:13:\"\n     \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:50:\"WP Mobile Apps: WordPress for Android: Version 5.4\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\
 ";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://apps.wordpress.com/?p=3403\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"https://apps.wordpress.com/2016/06/01/wordpress-for-android-version-5-4/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3183:\"<p>Hello WordPress users! <a href=\"https://play.google.com/store/apps/details?id=org.wordpress.android\" target=\"_blank\">Version 5.4 of the WordPress for Android app</a> is now available in the Google Play Store.&
 lt;/p>\n<h1>Gravatar update</h1>\n<p>Did you just take a great selfie? You can update your Gravatar from the app on the <em>Me</em> screen. Tap your profile picture, and follow the prompts to take a new photo or pick an image from your device&#8217;s photo library.</p>\n<div id=\"v-a5lLmHSc-1\" class=\"video-player\">\n</div>\n<h1>Smart Lock for Passwords integration</h1>\n<p>Signing in with a WordPress.com account is easier than ever with Smart Lock for Passwords, the Google password manager. If you signed in to your account on your computer using Google&#8217;s Chrome browser, the username and password fields will be automatically pre-filled when you open the app &#8212; you can even manage several identities.</p>\n<p><img class=\"alignnone wp-image-3404 size-large\" src=\"https://apps.files.wordpress.com/2016/05/screenshot-2016-05-04_12-08-06-614.p
 ng?w=614&h=1024\" alt=\"screenshot-2016-05-04_12.08.06.614\" width=\"614\" height=\"1024\" /></p>\n<h1>Other Changes</h1>\n<p>Version 5.4 also comes with a few other fixes:</p>\n<ul>\n<li>Fixed comment previews with images in the Comment List screen.</li>\n<li>Fixed an issue with tag display in the Reader.</li>\n<li>Fixed a problem sometimes removed the <em>Themes</em> option after sign-in.</li>\n</ul>\n<p>You can track our development progress for the next release by visiting <a href=\"https://github.com/wordpress-mobile/WordPress-Android/milestones/5.5\">our 5.5 milestone on GitHub</a>.</p>\n<h1>Beta</h1>\n<p>Do you like keeping up with what’s new in the app? Do you enjoy testing new stuff before anyone else? Our testers have access to beta versions with updates shipped directly through Google Pl
 ay. The beta versions may have new features, new fixes — and possibly new bugs! Testers make it possible for us to improve the overall app experience, and offer us invaluable development feedback.</p>\n<p>Want to become a tester? <a href=\"https://play.google.com/apps/testing/org.wordpress.android\">Opt-in</a>!</p>\n<h1>Thank you</h1>\n<p>Thanks to our GitHub contributors: <a href=\"https://github.com/aerych\">@aerych</a>, <a href=\"https://github.com/aforcier\">@aforcier</a>, <a href=\"https://github.com/daniloercoli\">@daniloercoli</a>, <a href=\"https://github.com/hypest\">@hypest</a>, <a href=\"https://github.com/kwonye\">@kwonye</a>, <a href=\"https://github.com/maxme\">@maxme</a>, <a href=\"https://github.com/mzorz\">@mzorz</a>, <a href=\"https://github.com/n
 bradbury\">@nbradbury</a>, <a href=\"https://github.com/oguzkocer\">@oguzkocer</a>, <a href=\"https://github.com/roundhill\">@roundhill</a>, and <a href=\"https://github.com/tonyr59h\">@tonyr59h</a>.</p><img alt=\"\" border=\"0\" src=\"https://pixel.wp.com/b.gif?host=apps.wordpress.com&blog=108068616&post=3403&subd=apps&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"https://apps.wordpress.com/2016/06/01/wordpress-for-android-version-5-4/\"><img alt=\"gravatar\" src=\"https://videos.files.wordpress.com/a5lLmHSc/gravatar_std.original.jpg\" width=\"160\" height=\"120\" /></a></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\&
 quot;\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 01 Jun 2016 11:53:19 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"Maxime\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:13:\"\n     \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:83:\"WPTavern: WordCamp Inc
 ubator Program to Launch in Indonesia, Zimbabwe, and Colombia\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=55034\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:91:\"http://wptavern.com/wordcamp-incubator-program-to-launch-in-indonesia-zimbabwe-and-columbia\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2932:\"<p><a href=\"http://i1.wp.com/wptavern.com/wp-conten
 t/uploads/2014/02/flags.jpg\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/02/flags.jpg?resize=1020%2C500\" alt=\"flags\" class=\"aligncenter size-full wp-image-16697\" /></a></p>\n<p>After receiving <a href=\"http://wptavern.com/wordcamp-incubator-program-receives-182-applications-narrows-candidates-to-16-communities\" target=\"_blank\">182 applications from cities all over the world</a>, the WordPress Community Team has selected three locations for the WordCamp Incubator program:</p>\n<ul>\n<li>Denpasar, Indonesia</li>\n<li>Harare, Zimbabwe</li>\n<li>Medellín, Colombia</li>\n</ul>\n<p>Representatives from the thirteen other short-listed locations are encouraged to organize a local WordPress meetup and will have the help of Community Team mentors as needed.</p>\n<p>Thanks to the addition of a new v
 olunteer deputy from the Community Team, the program will move forward with three locations, instead of having to scale back to two, as previously anticipated. Each event has been assigned a deputy who will meet bi-weekly with the local team to mentor the new WordCamp organizers.</p>\n<p>Andrea Middleton outlined in the <a href=\"https://make.wordpress.org/community/2016/05/25/wordcamp-incubator-locations-announcement/\" target=\"_blank\">announcement</a> how the team plans to proceed with getting these events off the ground.</p>\n<p>&#8220;Denpasar, Harare, and Medellín will work with their respective deputies to start a monthly WordPress meetup group or add their existing meetup group to the chapter account program,&#8221; Middleton said. &#8220;Once the local WordPress user group is meeting regularly, each team will work on finding a venue, setting a date, recruiting speakers, and spreading the word about the up
 coming WordCamp.&#8221;</p>\n<p>In order to take the pressure off the new organizers, the Community team will assist them in scheduling and finding speakers. The events will be 100% funded by the global sponsorship grant so organizers can focus on community building without the pressure of fundraising. Middleton said they are aiming for no more than three non-local speakers at each event, which she anticipates will happen in the last quarter of 2016.</p>\n<p>The challenge with the Incubator program is to ensure these events are a launching point and not just a flash in the pan. Middleton and the community team deputies are working to establish these emerging communities so that they continue to grow organically after the events conclude.</p>\n<p>&#8220;The goal for these events is to organize an easily reproducible, one-day, one-track event with about 50-75 attendees,&#8221; Middleton said. &#8220;Hopefully by the end of the organi
 zing/incubating experience, members of the local community will feel confident that they can organize an annual WordCamp independently in the years to come.&#8221;</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 31 May 2016 05:12:14 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:
 0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:13:\"\n   \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Donncha: WordPress is thirteen!\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:24:\"http://z9.io/?p=89499890\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:46:\"http://z9.io/2016/05/27/wordpress-is-thirteen/\";s:7:\&quo
 t;attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1231:\"<p>You could have knocked me over with a feather today when I read <a href=\"https://ma.tt/2016/05/wordpress-is-a-teenager/\">Matt&#8217;s post</a> announcing that WordPress was celebrating a birthday!</p>\n<p>It didn&#8217;t seem so long ago that we were working on b2++, hacking the multiuser bits in and doing all sorts of crazy things with it.</p>\n<p>Now I&#8217;m &#8220;typing&#8221; this on a mobile phone by swiping my finger across a virtual keyboard. Back then the closest to this that I could imagine would be some sort of SMS integration!</p>\n<p>WordPress today is unrecognisable from what it was back then, especially if you use the slick Calypso interface.&
 lt;/p>\n<p>I&#8217;m looking forward to seeing what the next few years bring.</p>\n\n<p><strong>Related Posts</strong><ul><li> <a href=\"http://z9.io/2013/08/02/like-a-dog-and-his-ball/\" rel=\"bookmark\" title=\"Permanent Link: Like a dog and his ball\">Like a dog and his ball</a></li><li> <a href=\"http://z9.io/2009/01/28/wordpress-mu-27/\" rel=\"bookmark\" title=\"Permanent Link: WordPress MU 2.7\">WordPress MU 2.7</a></li><li> <a href=\"http://z9.io/2008/09/02/wordpress-mu-261/\" rel=\"bookmark\" title=\"Permanent Link: WordPress MU 2.6.1\">WordPress MU 2.6.1</a></li></ul></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate
 \";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 27 May 2016 22:57:38 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"Donncha\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:13:\"\n     \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"Post Status: WordPress.org — Draft podcast\";s:
 7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"https://poststatus.com/?p=24730\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"https://poststatus.com/wordpress-org-draft-podcast/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3592:\"<p>Welcome to the Post Status <a href=\"https://poststatus.com/category/draft\">Draft podcast</a>, which you can find <a href=\"https://it
 unes.apple.com/us/podcast/post-status-draft-wordpress/id976403008\">on iTunes</a>, <a href=\"https://play.google.com/music/m/Ih5egfxskgcec4qadr3f4zfpzzm?t=Post_Status__Draft_WordPress_Podcast\">Google Play</a>, <a href=\"http://www.stitcher.com/podcast/krogsgard/post-status-draft-wordpress-podcast\">Stitcher</a>, and <a href=\"http://simplecast.fm/podcasts/1061/rss\">via RSS</a> for your favorite podcatcher. Post Status Draft is hosted by Joe Hoyle &#8212; the CTO of Human Made &#8212; and Brian Krogsgard.</p>\n<p><span>In this episode, Joe and Brian discuss the structure and function of the WordPress.org website, which is the hub of the WordPress project. From the actual software distribution, to discussions about the project, to support, and buying swag: it all happens from WordPress.org. We break down what’s what and what we think you should know.</span></p>\
 n<p><!--[if lt IE 9]><script>document.createElement(\'audio\');</script><![endif]-->\n<a href=\"https://audio.simplecast.com/38479.mp3\">https://audio.simplecast.com/38479.mp3</a><br />\n<a href=\"http://audio.simplecast.com/38479.mp3\">Direct Download</a></p>\n<h3>Notes</h3>\n<p>Who owns WordPress.org?<br />\nWho works on WordPress.org<br />\nHow WordPress.org distributes software updates</p>\n<h3>Different Sections of WordPress.org Navigation</h3>\n<ul>\n<li>Showcase</li>\n<li>WordPress theme directory &#8212; and reviews &#8212; and commercial themes</li>\n<li>WordPress plugin directory &#8212; and reviews</li>\n<li>Mobile &#8212; Redirects to .com</li>\n<li>Support Forums / Codex &#8220;documentation&#8221;</li>\n<li>Make WordPress (Get Involved)</li
 >\n<li>About (many sub pages and also project structure)</li>\n<li>Blog</li>\n<li>Hosting</li>\n<li>Download (button &#8212; in future to be <a href=\"https://make.wordpress.org/meta/2016/02/29/get-wordpress-improving-the-path-to-wordpress/\">Get WordPress</a>)</li>\n</ul>\n<h3>Other Sections</h3>\n<ul>\n<li><a href=\"https://core.trac.wordpress.org/\">core.trac.wordpress.org</a></li>\n<li><a href=\"https://developer.wordpress.org/\">developer.wordpress.org</a></li>\n<li><a href=\"https://mercantile.wordpress.org/\">mercantile.wordpress.org</a></li>\n<li><a href=\"http://jobs.wordpress.net/\">jobs.wordpress.net</a></li>\n<li><a href=\"https://learn.wordpress.org/\">learn.wordpress.org</a></li>\n<li><a href=\
 "https://wordpress.org/ideas/\">Ideas</a></li>\n</ul>\n<h3>Other Linked Sites</h3>\n<ul>\n<li><a href=\"https://central.wordcamp.org/\">WordCamp</a></li>\n<li><a href=\"http://wordpress.tv/\">WordPress.tv</a></li>\n<li><a href=\"https://buddypress.org/\">BuddyPress</a></li>\n<li><a href=\"https://bbpress.org/\">bbPress</a></li>\n<li><a href=\"https://wordpress.com/\">WordPress.com</a></li>\n<li><a href=\"https://ma.tt/\">ma.tt</a></li>\n</ul>\n<h3>Active Projects for Improving</h3>\n<ul>\n<li><a href=\"https://make.wordpress.org/meta/tag/helphub/\">Helphub</a></li>\n<li>Handbooks (theme), plugin published</li>\n<li>Plugin directory</li>\n</ul>\n&lt
 ;h3>Links</h3>\n<ul>\n<li><a href=\"https://make.wordpress.org/meta/\">Blog for WordPress.org projects</a></li>\n</ul>\n<h3>Sponsor</h3>\n<p><span>This episode is sponsored by Gravity Forms. <a href=\"http://www.gravityforms.com/\">Gravity Forms</a>  makes the best web forms on the planet. Over a million WordPress sites are already using Gravity Forms. Is yours? For more information, check out their <a href=\"http://www.gravityforms.com/\">website</a> and thank you to Gravity Forms for being a Post Status partner. </span><b> </b></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 27 May 2016 19:18:04 +0000\";s:7:\"attribs\
 ";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Katie Richards\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:13:\"\n        \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"WPTavern: Jetpack 4.0.3 Patches a Critical XSS Vulnerability\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml
 _base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=55036\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"http://wptavern.com/jetpack-4-0-3-patches-a-critical-xss-vulnerability\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2266:\"<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/07/jetpack-logo.gif\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/07/jetpack-logo.gif?resize=700%2C276\" alt=\"jetpack-lo
 go\" class=\"aligncenter size-full wp-image-27470\" /></a></p>\n<p><a href=\"https://jetpack.com/2016/05/27/jetpack-4-0-3-critical-security-update/\" target=\"_blank\">Jetpack 4.0.3 is a security release</a> that contains an important fix for a critical vulnerability that has been present in the plugin since version 2.0, released in 2012. According to Jetpack team member Sam Hotchkiss, a stored XSS vulnerability was found in the way that some Jetpack shortcodes are processed, which allows an attacker to insert JavaScript into comments to hijack a visitor&#8217;s browser.</p>\n<p>This particular bug is similar to one <a href=\"https://blog.sucuri.net/2016/05/security-advisory-stored-xss-bbpress-2.html\" target=\"_blank\">recently found and patched in bbPress</a>.</p>\n<p>&#8220;Similar issues may exist in other plugins, and it’s a good reminder about t
 he power of regular expressions to create issues when parsing data,&#8221; Hotchkiss said.</p>\n<p>The Jetpack team has been working with the WordPress security team to push out point releases for all vulnerable branches of the plugin&#8217;s codebase, which includes all versions following 2.0. They are using WordPress&#8217; core automatic update system, so all sites that have not explicitly opted out will receive the security update.</p>\n<p>&#8220;Fortunately, we have no evidence of this being used in the wild,&#8221; Hotchkiss said. &#8220;However, now that this update is public, it’s just a matter of time before someone attempts to exploit it.&#8221; The Jetpack team is advising users to update as soon as possible, as the update also fixes any potential exploits that may have already been put in place.</p>\n<p>The team credits Marc-Alexandre Montpas from <a href=\"https://sucuri.net/\" target=\"
 _blank\">Sucuri</a> for finding the bug and disclosing it responsibly. Users will be notified about the security release via email, but those who have Akismet and/or VaultPress installed have already been protected since the first reporting of the vulnerability.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 27 May 2016 01:05:10 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\&q
 uot;xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:13:\"\n      \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"Post Status: Growing a lifestyle business without losing the lifestyle\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"https://poststatus.com/?p=24644\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s
 :0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:50:\"https://poststatus.com/growing-lifestyle-business/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:8760:\"<p><em><strong>Editor&#8217;s Note</strong>: This is a guest post by Nate Wright. Nate is a WordPress developer and solopreneur. He runs <a href=\"http://themeofthecrop.com\">Theme of The Crop</a>, a niche WordPress theme company geared toward restaurant websites. You can learn more about Nate on his <a href=\"https://poststatus.com/profiles/nate-wright/\">Post Status profile</a> and follow him on <a href=\"https://twitter.com/natewr\">Twitter</a>.</em></p>\n<hr />\n<p>Here&a
 mp;#8217;s a scenario you&#8217;re probably familiar with: a friend or family member, not terribly tech-savvy, approaches you with an idea. Why don&#8217;t you build Facebook for clowns? What about Uber for sandwiches?</p>\n<p>Their ideas are often a little better than these. Sometimes they&#8217;re worse. But in my case the conversation always gets to the same point in the end.</p>\n<p>You can build stuff on the internet. Why aren&#8217;t you shooting for the stars? Don&#8217;t you want to be rich like Zuckerberg?</p>\n<p>Right now some of you may be thinking: yes I do! This post isn&#8217;t for you.</p>\n<p>This is for those of you who cringe at the thought of your days filling up with hiring and training staff, conducting meetings, or filling out paperwork. Those of you who don&#8217;t want to live the big siloed life of a CEO. Who dove into the WordPress market because you wanted to build things yourself
 . For yourself.</p>\n<h3>The rockstars and the rest of us</h3>\n<p>It’s hard to find someone more widely admired among WordPress developers &#8212; and more deserving of that admiration &#8212; than <a href=\"https://pippinsplugins.com/about/\">Pippin Williamson</a>. So when he <a href=\"https://pippinsplugins.com/control-give-grow/\">described his evolution</a> from staunch go-it-aloner to team leader, many of us sat up and listened.</p>\n<p>The <a href=\"https://pippinsplugins.com/control-give-grow/#comments\">comments</a> in response to that post exhibit a common mix of anxiety, frustration and hope for us go-it-aloners, who have carved out small (and not so small) niches in the WordPress world.</p>\n<p>We’re overstretched and under resourced. We lack good marketing strategies. And we can see that growth will come from transforming our businesses into larg
 er enterprises.</p>\n<p>But then we start thinking about what that means. The hiring. The firing. The training. The meetings. The paperwork. <i>The liability</i>.</p>\n<p>&#8216;I don’t want to be the next Zuckerberg,&#8217; you may think. Then, hopefully, you’ll laugh at the absurdity. But really, you may think, &#8216;I don’t even want to be the next <a href=\"http://carlhancock.com/\">Carl Hancock</a> or <a href=\"https://yoast.com/author/joost/\">Joost de Valk</a>.&#8217;</p>\n<p>Let me be honest with you. I’ll stop putting words in your mouth and put them in mine.</p>\n<p>I have a lifestyle business. No, I don’t sell lifestyle products. I have a business <em>tailored to my lifestyle</em>.</p>\n<p>I have a business that allows to me to take lunch when I want, finish the day when I want, go on holiday when I want, write the code
  that I want. That’s my job perk. That’s my killer bonus. No, that’s my Shangri-La.</p>\n<p>When people tell you to hire early or scale quickly, they’re right that giving up control can be liberating. But it can also be encumbering. It brings new responsibilities at the same time that it releases you from old ones.</p>\n<p>Whether or not growing your team is right for you will depend on your temperament, your appetite and the kind of lifestyle you want.</p>\n<h3>Being a little fish in a big pond</h3>\n<p>But let’s be honest. You took a chance on the WordPress market because you saw a window of opportunity. That window may be closing.</p>\n<p>In the last few years we’ve seen a lot of consolidation. The theme market exploded, <a href=\"http://inside.envato.com/envato-stories-muhammad-haris-themefusion-2/\">made millions for a few</a>, and then caused a gold rush which <a href=\"http:/
 /scottbolinger.com/wordpress-theme-business/\">saturated the market and pushed out small operators</a>.</p>\n<p>At the same time, two big traditional distribution channels dried up: the official <a href=\"https://wordpress.org/themes/\">WordPress.org theme repository</a>, which has a huge backlog of themes awaiting approval, and <a href=\"https://theme.wordpress.com/\">Automattic’s marketplace</a>, which is closed to new entrants.</p>\n<p>We’re also seeing more traditional investment in WordPress properties. The big one is the <a href=\"http://recode.net/2014/05/05/wordpress-parent-automattic-has-raised-160-million-now-valued-at-1-16-billion-post-money/\">$160 million raised by Automattic</a> and Automattic&#8217;s subsequent <a href=\"https://poststatus.com/automattic-acquired-woocommerce-woothemes/\">acquisition of WooThemes</a>. Many actors are 
 moving more aggressively to leverage or retain their market position. Syed Balkhi is on a buying and building spree (<a href=\"http://enviragallery.com/about-us/\">1</a>, <a href=\"http://optinmonster.com/about/\">2</a>, <a href=\"https://wpforms.com/say-hello-to-wpforms/\">3</a>, <a href=\"http://wptavern.com/syed-balkhi-acquires-google-analytics-by-yoast-renames-to-monsterinsights\">4</a>). Ninja Forms did a <a href=\"https://ninjaforms.com/releasing-three/\">ground-up rebuild</a>. Pippin’s shedding non-essential products (<a href=\"https://pippinsplugins.com/easy-content-types-acquired/\">1</a>, <a href=\"https://pippinsplugins.com/nikhil-vimal-adopts-front-end-registration-and-login-forms-plugin/\">2</a>) and <a href=\"https://pippinsplugins.com/selfish/\">purging some third-party addons</a>.</p>\n
 <p>The ecosystem looks increasingly unfriendly to us go-it-aloners. Automattic was the first to go big. Given exclusive commercial access to the WordPress trademark, it carved out its own space and split WordPress down the middle. Now the other half &#8212; the WordPress for the rest of us &#8212; is going big too.</p>\n<p>The nice thing about being a small operator is that you only need a tiny sliver of the pie. But as the size of the market has grown, it’s become more difficult to attract attention. Showing up with a good product isn’t enough.</p>\n<h3>Going it alone, together</h3>\n<p>My lifestyle business is working well for me. Revenue keeps inching up. Slowly.</p>\n<p>But it might not make it in a different kind of WordPress space. I’ve been thinking a lot about that lately. And I bet you have too.</p>\n<p>Where’s the market going? What am I willing to trade to survive? Which headaches are <a
  href=\"http://www.codeinwp.com/blog/transparency-report-14/\">worth changing direction for</a> and which headaches aren’t?</p>\n<p>Here are some of the ideas I’ve been tossing around:</p>\n<h3>Contractors</h3>\n<p>Hiring out. I could scale up or down easily, depending on how well it goes. But it’s tough to manage quality when juggling vendors.</p>\n<p>And what would I contract? I’d like to shed my bumbling efforts in marketing and traffic generation. But that seems like precisely the kind of job full of jackals who don’t know what they’re doing.</p>\n<p>Ok, that’s harsh. I’ll just say: I worry it’d be a headache to manage it well.</p>\n<p>Theme development seems the most plausible, since there’s a large body of talented, hungry themers washing up from the stormy seas of ThemeForest. But it may be the least valuable since the market is being swallowed up by a few big themes
 .</p>\n<h3>Commissions</h3>\n<p>Affiliate marketing is already working for me. A little. I could go further and recruit theme or plugin developers to sell from my site on commission.</p>\n<p>Then I’m saddled with support for products I didn’t build. Can I maintain quality? Can I drive enough traffic to be an attractive outlet for them? Will I end up with all of the headaches I wanted to avoid?</p>\n<h3>Partnerships</h3>\n<p>Maybe I’ll trade in my king-of-the-hill cap and bring on partners. Not employees. Genuine partners with overlapping skill sets. Instead of being a go-it-aloner we can be two or three go-it-aloners going it alone together!</p>\n<p>Or maybe that’s just a terrible way to run a business.</p>\n<h3>Alliances</h3>\n<p>There are a lot of us out there. Independent themers looking to expand beyond ThemeForest or give up on the old freemium approach of the official repo
 sitory. Plugin developers looking for a new home or seeking out themes that will integrate with their plugins.</p>\n<p>We could probably do something special if we made stronger alliances. Combined to build to stronger platforms for our products.</p>\n<p>But that sounds like a lot of project management. Isn’t that what we were hoping to avoid?</p>\n<p>I don’t know. I’m going to go write some code.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 26 May 2016 18:10:07 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{
 i:0;a:5:{s:4:\"data\";s:11:\"Nate Wright\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:13:\"\n        \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:46:\"WP Mobile Apps: WordPress for iOS: Version 6.2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://apps.wordpress.com/?p=3416\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\&qu
 ot;\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"https://apps.wordpress.com/2016/05/25/wordpress-for-ios-version-6-2/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3021:\"<p>Hi there, WordPress users! <a href=\"https://itunes.apple.com/us/app/wordpress/id335703880?mt=8&uo=6&at=&ct=\">Version 6.2 of the WordPress for iOS app</a> is now available in the App Store.</p>\n<h1>What&#8217;s New:</h1>\n<p><strong>Sharing just got easier!</strong> Post content from apps to your WordPress.com site with a new Share extension. Also, share a post right from your editor’s preview screen.<
 /p>\n\n<a href=\"https://apps.wordpress.com/img_2229_2/\"><img width=\"169\" height=\"300\" src=\"https://apps.files.wordpress.com/2016/05/img_2229_2.png?w=169&h=300\" class=\"attachment-medium size-medium\" alt=\"IMG_2229_2\" /></a>\n<a href=\"https://apps.wordpress.com/img_2230/\"><img width=\"169\" height=\"300\" src=\"https://apps.files.wordpress.com/2016/05/img_2230.png?w=169&h=300\" class=\"attachment-medium size-medium\" alt=\"IMG_2230\" /></a>\n\n<p><strong>Improved clipboard support: </strong>Working with images? You can now copy and paste single images in your editor.</p>\n<p><strong>Login with ease:</strong> We improved error messages for self-hosted users.</p>\n<p><strong>Enhancements:</strong> Because &#8220;good&#8221; is not eno
 ugh! Here&#8217;s the full <a href=\"https://github.com/wordpress-mobile/WordPress-iOS/issues?q=is%3Aclosed+is%3Aissue+milestone%3A6.2+label%3A%22%5BType%5D+Enhancement%22\">list of enhancements</a>.</p>\n<p><strong>Bugs, be gone!</strong> We zapped bugs that prevented images from rendering properly and caused backspaces to misbehave.  You can see the full list of bug fixes <a href=\"https://github.com/wordpress-mobile/WordPress-iOS/issues?q=is%3Aclosed+is%3Aissue+milestone%3A6.1+label%3A%22%5BType%5D+Bug%22\">here</a>!</p>\n<h1>Thank You</h1>\n<p>Thanks to all of the contributors who worked on this release:<br />\n<a href=\"https://github.com/aerych\">@aerych</a>, <a href=\"https://github.com/akirk\">@akirk</a>, <a href=\"https://github.com/alexcurylo\">@alexcurylo</a>, <a href=\"https://github.com/astral
 bodies\">@astralbodies</a>, <a href=\"https://github.com/diegoreymendez\">@diegoreymendez</a>, <a href=\"https://github.com/frosty\">@frosty</a>, <a href=\"https://github.com/jleandroperez\">@jleandroperez</a>, <a href=\"https://github.com/koke\">@koke</a>, <a href=\"https://github.com/kurzee\">@kurzee</a>, <a href=\"https://github.com/kwonye\">@kwonye</a>, <a href=\"https://github.com/maxme\">@maxme</a>, <a href=\"https://github.com/nheagy\">@nheagy</a>, <a href=\"https://github.com/rachelmcr\">@rachelmcr</a>, <a href=\"https://github.com/sendhil\">@sendhil</a>, <a href=\"https://github.com/mattmiklic\">@mattmiklic</a> and <a href=\"https://github.com/SergioEstevao\">@SergioEstevao</a>.</p>\n<p>Yo
 u can track the development progress for the next update by visiting <a href=\"https://github.com/wordpress-mobile/WordPress-iOS/issues?utf8=✓&q=is%3Aissue+milestone%3A6.3+\" target=\"_blank\">our 6.3 milestone on GitHub</a>. Until next time!</p><img alt=\"\" border=\"0\" src=\"https://pixel.wp.com/b.gif?host=apps.wordpress.com&blog=108068616&post=3416&subd=apps&ref=&feed=1\" width=\"1\" height=\"1\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 25 May 2016 06:05:48 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"
 http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"diegoreymendez\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:13:\"\n \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"WPTavern: In Case You Missed It – Issue 9\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"http://wptavern.com?p=55015&
 preview_id=55015\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"http://wptavern.com/in-case-you-missed-it-issue-9\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:8011:\"<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/01/ICYMIFeaturedImage.png\" rel=\"attachment wp-att-50955\"><img class=\"size-full wp-image-50955\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/01/ICYMIFeaturedImage.png?resize=676%2C292\" alt=\"In Case You Missed It Featured Image\" /></a>photo credit: <a href=\"http://w
 ww.flickr.com/photos/112901923@N07/16153818039\">Night Moves</a> &#8211; <a href=\"https://creativecommons.org/licenses/by-nc/2.0/\">(license)</a>\n<p>There’s a lot of great WordPress content published in the community but not all of it is featured on the Tavern. This post is an assortment of items related to WordPress that caught my eye but didn’t make it into a full post.</p>\n<h2>Chris Lema Launches Beyond Good</h2>\n<p>Chris Lema has launched a new site called <a href=\"http://beyondgood.com/\">Beyond Good </a>that provides insight, tips, and methodologies for leading employees to become better than good. If it&#8217;s anything like his other sites, it&#8217;s sure to be a hit in the WordPress community.</p>\n<h2>Remote Jobs, a Remote Worker Specific Jobs Board</h2>\n<p>Chris Wallace and the team at Lift have launched <a href=\"https://remotejob
 s.com/\">Remote Jobs</a>, a jobs board specifically catered to remote workers. According to Wallace, &#8220;The site exists to help others find remote jobs that connect them with their passions in life.&#8221; Check out the site as there&#8217;s already a decent listing of opportunities available for remote workers.</p>\n<h2>Why .Blog is Worth $19M</h2>\n<p>Matt Mullenweg participated in a <a href=\"http://venturebeat.com/2016/05/12/the-creator-of-wordpress-on-why-blog-was-worth-19-million/\">phone interview with VentureBeat</a>. The first question in the interview asks why the .blog domain is worth $19M.</p>\n<blockquote><p>Well, the domain business is actually a really good business because you can sell a domain and people use it and keep it forever. So, if you look at like a Verisign, or people who have TLDs, it’s actually an incredible business.</p>\n<p>We really wanted .blog 
 to be open, and some of the other applications for .blog were closed, including Google — so, let’s say for example, only Blogger could have a .blog domain. And we thought that .blog should be open to everyone, even if they’re not using WordPress.</p>\n<p>I gotta be honest though, it was a stressful auction.</p></blockquote>\n<p>There are other tidbits of information included in the interview that I highly encourage you to read. If I were Google, I&#8217;d be upset as .blog is the perfect complimentary domain for Blogger.</p>\n<h2>Drupal Association Gives Community Member a Lifetime Ban</h2>\n<p>DrupalCon New Orleans took place last week and during the event, several speakers <a href=\"https://www.drupal.org/node/2729687\">experienced online harassment</a> in the form of derogatory racist, homophobic, and misogynistic comments and images from an anonymous Twitter account. Upon further investigation 
 by community members and the Drupal Association technical and event staff, the harassment was tracked to an attendee at the event.</p>\n<blockquote><p>This person was then confronted by members of the Drupal Association staff and the Community Working Group. They were asked to leave the event and informed that they have been banned from attending any future DrupalCons as well as any events produced by the Drupal Association, in accordance with the <a href=\"https://events.drupal.org/neworleans2016/code-conduct\" rel=\"nofollow\">DrupalCon Code of Conduct</a>, which states, &#8216;We do not tolerate harassment of conference participants in any form.&#8217; Shortly after the person left the conference, the account from which the harassing tweets were made was deleted.</p></blockquote>\n<p>This is an excellent example of why Codes of Conduct exist for events. By the way, check out the <a href=\"https://
 plan.wordcamp.org/code-of-conduct/\">Code of Conduct</a> that&#8217;s in place for every WordCamp. If you experience harassment of any kind at a WordCamp, please tell event staff.</p>\n<h2>Plans Published to Upgrade WordPress Support Forums</h2>\n<p>Jennifer Dodd published a <a href=\"https://make.wordpress.org/meta/2016/05/19/wordpress-org-forums-upgrade/\">detailed plan</a> for migrating the WordPress.org support forums from bbPress 1.x to 2.x. The project is a huge undertaking and involves moving massive amounts of data. If all goes according to plan, the support forums will be on bbPress 2.x by the end of the year. I&#8217;m sure a lot of support forum volunteers are stoked to hear this news.</p>\n<h2>What NOT to Name a WordPress Theme</h2>\n<p>This tweet by Ryan Sullivan gave me a good laugh.</p>\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\
 "ltr\">I\'d strongly consider rebranding. <a href=\"https://t.co/9MeevJTlPq\">pic.twitter.com/9MeevJTlPq</a></p>\n<p>&mdash; Ryan D. Sullivan (@ryandonsullivan) <a href=\"https://twitter.com/ryandonsullivan/status/733120690816065536\">May 19, 2016</a></p></blockquote>\n<p></p>\n<h2>Tom McFarlin on Improving the WordPress Plugin UX</h2>\n<p>Tom McFarlin published a <a href=\"https://tommcfarlin.com/wordpress-plugin-user-experience-2/\">great article</a> that offers ideas on how plugin developers can improve the WordPress plugin user experience. His first suggestion is a key reason I think GravityForms became successful.</p>\n<blockquote><p>Try to make sure that your project tightly integrates with the core WordPress user interface.</p></blockquote>\n<p>When I witnessed GravityForms for the first time in 2009, I lo
 ved how it integrated into the WordPress backend as if it were a part of the core software. Fast forward to 2016 and plugins that tie into a service are experimenting with overlay interfaces that replace WordPress&#8217;. The most recent example I recall is WP Forms <a href=\"http://wptavern.com/wpforms-aims-to-be-the-most-beginner-friendly-forms-plugin-for-wordpress\">that I reviewed</a> earlier this year.</p>\n<p>In my review, I specifically noted that the interface the developers used allowed me to focus on creating forms. It doesn&#8217;t seem like it&#8217;s a WordPress core feature and it didn&#8217;t have too. While the advice McFarlin gives is likely accurate for most cases, there are plugins that benefit from having a unique user interface different from WordPress&#8217;.</p>\n<h2>Don&#8217;t Edit Core</h2>\n<p>This comic <a href=\"http://www.commitstrip.com/en/2016/05/17/coder-dilemma
 -9-the-upgrade/\">created by CommitStrip</a> made me smile.</p>\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">Coder Dilemma #9 &#8211; The Upgrade<br /> <a href=\"https://t.co/2Tu2l1tgYX\">https://t.co/2Tu2l1tgYX</a> <a href=\"https://t.co/xnMr2VdYWv\">pic.twitter.com/xnMr2VdYWv</a></p>\n<p>&mdash; CommitStrip (@CommitStrip) <a href=\"https://twitter.com/CommitStrip/status/732505464768843776\">May 17, 2016</a></p></blockquote>\n<p></p>\n<h2>Wapuu Tattoo!</h2>\n<p>In what is a traditional part of this series, I end each issue by featuring a Wapuu design. For those who don&#8217;t know, Wapuu is the <a href=\"http://wapuu.jp/2015/12/12/wapuu-origins/\">unofficial mascot</a> of the WordPress project. WordCamp St. Louis 2016, took place last weekend a
 nd one of the attendees had a Wapuu tattoo! Wapuu looks good everywhere, including human skin!</p>\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">Wapuu has been sighted at <a href=\"https://twitter.com/hashtag/wcstl?src=hash\">#wcstl</a> <a href=\"https://twitter.com/hashtag/wordpress?src=hash\">#wordpress</a> <a href=\"https://twitter.com/hashtag/wapuu?src=hash\">#wapuu</a> <a href=\"https://t.co/4HYlp6GI0S\">pic.twitter.com/4HYlp6GI0S</a></p>\n<p>&mdash; Nile Flores (@blondishnet) <a href=\"https://twitter.com/blondishnet/status/731504592668758017\">May 14, 2016</a></p></blockquote>\n<p></p>\n<p>That&#8217;s it for issue nine. If you recently discovered a cool resource or post related to WordPress, please share it with us in the comments.</p>\n<div id
 =\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 20 May 2016 22:30:11 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:13:\"\n   \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_b
 ase_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:83:\"WPTavern: WordPress Meta Team Publishes Prototypes of The Plugin Directory Redesign\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=55006\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:93:\"http://wptavern.com/wordpress-meta-team-publishes-prototypes-of-the-plugin-directory-redesign\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_b
 ase_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3713:\"<p>In early 2015, the WordPress.org Meta team <a href=\"http://wptavern.com/wordpress-plugin-directory-launches-new-design\">redesigned</a> the <a href=\"https://wordpress.org/plugins/\">WordPress plugin directory</a> and added a number of new features. In an effort to iterate on the page&#8217;s layout, the Meta Team has <a href=\"https://make.wordpress.org/meta/2016/05/19/plugin-directory-prototypes/\">published prototypes</a> of a new design for the <a href=\"http://codepen.io/mapk/full/jqxqbo/\">plugin directory&#8217;s home</a> and <a href=\"http://codepen.io/mapk/full/KzGQKv/\">search results pages</a>.</p>\n<p>The prototypes are inspired by <a href=\"https://get.wp.com/\">Get
  WordPress</a>, a landing page that provides key information about the WordPress project at a glance.</p>\n<p>There are a few things to keep in mind while looking at these prototypes. The first is that plugin information displayed on the page is inaccurate. Second, the Pro and Light classifications are for design purposes only. Third, links at the bottom will point to their corresponding pages.</p>\n<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/PluginDirectoryMockup1.png\"><img class=\"size-full wp-image-55007\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/PluginDirectoryMockup1.png?resize=1025%2C2753\" alt=\"WordPress Plugin Directory Homepage Protoype\" /></a>WordPress Plugin Directory Homepage Protoype\n<p>Unlike the current design, the prototype displays far less information. Authors, Last Updated, Compatibility, and Active Installs are absent from the h
 omepage view. Initial feedback <a href=\"https://make.wordpress.org/meta/2016/05/19/plugin-directory-prototypes/#comment-8151\">highlights the concern</a> that too much information has been stripped away.</p>\n<p>In response to a comment on the announcement post, Samuel Sidler, <span class=\"st\">Apollo Team Lead at Automattic and contributor to the Meta team</span>, <a href=\"https://make.wordpress.org/meta/2016/05/19/plugin-directory-prototypes/#comment-8154\">explains</a> why he doesn&#8217;t think the information is useful to users.</p>\n<blockquote><p>Author, as you said, is only really useful for insiders. The latter two, meanwhile, are already taken into account in the search results. If a plugin doesn’t have a recent compatible version, it will move down the list. If it’s too old, it won’t get shown at all (which is the case today).</p>\n<p>Active installs is
  more interesting, but we account for it weighting search results as-is. I actually find it refreshing to <em>not</em> show the active installs as it allows for less-popular plugins to get more downloads. Users will be less likely to click the popular plugins (outside of familiar names) and more likely to find the plugin they actually need.</p></blockquote>\n<p>Another commenter suggests <a href=\"https://profiles.wordpress.org/awakensolutions/\">creating a simple/advanced view. </a>By default, the page could display a simplistic design while giving power users an option for more details.</p>\n<p>&#8220;Just like <a href=\"https://wordpress.org/about/philosophy/\" rel=\"nofollow\">WordPress core</a>, we strive to design for the majority and build features for the 80%,&#8221; Sidler said in response to the comment. &#8220;An &#8216;advanced&#8217; view doesn’t meet th
 at requirement, in my eyes.&#8221;</p>\n<p>The Meta team is iterating quickly and will soon publish a prototype of the plugin details page. If you have feedback on the plugin homepage and search result prototypes, please leave a comment on <a href=\"https://make.wordpress.org/meta/2016/05/19/plugin-directory-prototypes/\">the announcement post</a>.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 20 May 2016 20:19:32 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\&quo
 t;;a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:13:\"\n      \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:94:\"WPTavern: WPWeekly Episode 235 – Interview with James Giroux Envato’s WordPress Evangelist\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"http://wptavern.com?p=55000&preview_id=55000\&
 quot;;s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:97:\"http://wptavern.com/wpweekly-episode-235-interview-with-james-giroux-envatos-wordpress-evangelist\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1298:\"<p>In this episode, <a href=\"http://marcuscouch.com/\">Marcus Couch</a> and I are joined by <a href=\"https://jamesgiroux.ca/\">James Giroux</a>, Envato&#8217;s WordPress evangelist. We discuss a number of topics including what he&#8217;s accomplished since taking over the position in January, the item support policy change, and author d
 riven pricing.</p>\n<p>We also find out what his favorite part of the job is and what he enjoys most about his role at Envato. Last but not least, we discover what the company is doing to shorten the length of time it takes to get through the review queue.</p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Wednesday, June 1st 9:30 P.M. Eastern</p>\n<p><strong>Subscribe To WPWeekly Via Itunes: </strong><a href=\"https://itunes.apple.com/us/podcast/wordpress-weekly/id694849738\" target=\"_blank\">Click here to subscribe</a></p>\n<p><strong>Subscribe To WPWeekly Via RSS: </strong><a href=\"http://www.wptavern.com/feed/podcast\" target=\"_blank\">Click here to subscribe</a></p>\n<p><strong>Subscribe To WPWeekly Via Stitcher Radio: </strong><a href=\"http://www.stitcher.com/podcast/word
 press-weekly-podcast?refid=stpr\" target=\"_blank\">Click here to subscribe</a></p>\n<p><strong>Listen To Episode #235:</strong><br />\n</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 19 May 2016 19:18:56 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\&
 quot;xml_lang\";s:0:\"\";}}}}}i:10;a:6:{s:4:\"data\";s:13:\"\n   \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"WPTavern: BuddyPress Launches Style Modules Trial Initiative\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=54954\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"http:/
 /wptavern.com/buddypress-launches-style-modules-trial-initiative\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3960:\"<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/05/customize-posts.jpg\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/05/customize-posts.jpg?resize=1024%2C583\" alt=\"photo credit: Paintbrush - (license)\" class=\"size-full wp-image-54351\" /></a>photo credit: <a href=\"http://www.flickr.com/photos/93249705@N03/13067171403\">Paintbrush</a> &#8211; <a href=\"https://creativecommons.org/licenses/by-nd/2.0/\">(license)</a>\n<p>BuddyPress core developer <a href=\"https://twitter.com/hnla\" target=\"_blank\&qu
 ot;>Hugo Ashmore</a> announced a new trial initiative this week that aims to create a library of CSS and JavaScript snippets to help users customize their communities. The <a href=\"https://bpdevel.wordpress.com/2016/05/11/buddypress-style-modules/\" target=\"_blank\">Style Modules</a> project will aggregate community-submitted code that enhances BuddyPress components in a plug-and-play manner.</p>\n<p>Developers who want to contribute to the project can submit their modules by creating a ticket on <a href=\"https://buddypress.trac.wordpress.org/newticket\" target=\"_blank\">BP trac</a> and attaching a zip file that includes the CSS/JS files, a readme.md, and a screenshot.</p>\n<p>Users who want to add a module will need to create a /style-modules/ directory and then unzip the module inside it. The next step requires the user to copy functions from the module&#8217;s readme file to t
 heir theme&#8217;s functions.php file, a step which provides a significant hurdle for a non-technical BuddyPress community manager.</p>\n<p>&#8220;Initially this is a trial to see whether we get sufficient interest in the concept to continue and develop further, perhaps enhancing the loading process with enqueueing of files based on directory scanning and loading of files as an array but run from the core theme compat class, removing the need for users to copy the loading functions to their functions file,&#8221; Ashmore said.</p>\n<p>The project&#8217;s GitHub repository includes <a href=\"https://github.com/buddypress/style-modules/wiki/Style-Modules-Listings\">an example module</a> that re-styles the members list into a grid layout. Other example ideas Ashmore suggested include a new look for profile entries, a different presentation for the activity posting form, or something as simple as changing the font size for th
 e activity stream.</p>\n<p>The experimental initiative will test the waters to see if the BuddyPress community will chip in to provide enough modules to make this a real library. The support policy stated in the proposal doesn&#8217;t offer much incentive for module authors to submit their work:</p>\n<blockquote><p>Provision of modules and use of them is entirely the discretion of the authors and users, while BP will run some basic checks on the module BP does not guarantee that the modules will work in all given situations or installs, or accept any liability in their use. Support for a module remains the responsibility of the author to ensure the continued effectiveness of the module with updates to themes, WP or BP.</p></blockquote>\n<p>Historically, BuddyPress has struggled to present itself as an easily customizable solution for communities. <a href=\"http://codex.buddypress.org/themes/theme-compatibility-1-7/a-quick-l
 ook-at-1-7-theme-compatibility/\" target=\"_blank\">Theme compatibility</a>, introduced in April 2013, made it easier to use BP with any theme, but unless you purchase a theme specifically designed for the plugin, its default output is rather generic and in need of heavy styling.</p>\n<p>The <a href=\"https://bpdevel.wordpress.com/2016/05/11/buddypress-style-modules/\" target=\"_blank\">BuddyPress Style Modules</a> concept is an attempt to make it easier for community managers to enhance BP components with different looks, but the project will need to provide a compelling reason for developers to contribute modules and continue to maintain them.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1
 :{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 19 May 2016 02:34:32 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:11;a:6:{s:4:\"data\";s:13:\"\n        \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"WPTavern: The .blog Domain Extension Is Now Open to Regis
 trars\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=54971\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"http://wptavern.com/the-blog-domain-extension-is-now-open-to-registrars\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2083:\"<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/blogging.jpg\"><img src=\"http://i2.wp.com/wptavern
 .com/wp-content/uploads/2016/05/blogging.jpg?resize=960%2C521\" alt=\"photo credit: Luis Llerena\" class=\"size-full wp-image-54799\" /></a>photo credit: <a href=\"https://stocksnap.io/photo/3ZHG0XOIT6\">Luis Llerena</a>\n<p>Today marks a moment in internet history, as the very first .blog domain is now operational on WordPress.com. Knock Knock, WHOIS There, a subsidiary of Automattic, launched <a href=\"https://nic.blog/\" target=\"_blank\">Nic.blog</a> today to begin getting registrars to sign up to sell the new TLD.</p>\n<p>Automattic <a href=\"http://wptavern.com/automattic-to-oversee-the-sale-and-registration-of-top-level-blog-domains\" target=\"_blank\">won the rights to oversee the sale and registration of the .blog domain</a> in 2015 via a bidding process that is estimated to have closed around $20 million. The domain extension is so new t
 hat Twitter doesn&#8217;t yet support it as a valid link, but Automattic expects to activate 250,000 new names in 2016.</p>\n<p>According to the new nic.blog information site, registrars that sign up to sell .blog domains will be able to participate in an incentive partnership model that rewards a higher volume of sales:</p>\n<blockquote><p>Pricing will be in the standard range for new gTLDs, with premium names available in several tiers. High margins for registrars will be guaranteed by an incentive model, rewarding sales above a certain baseline. Final terms will be published in the coming weeks.</p></blockquote>\n<p>Automattic is opening up the .blog TLD to registrars around the world and companies can sign up on nic.blog to learn more about the requirements. Individuals who are interested in purchasing a .blog domain should review the tentative <a href=\"https://nic.blog/launch-plan/\" target=\"_blank\"&g
 t;launch plan</a> published today. Registration will be open to trademark owners during the Sunrise period starting in August 2016, followed by a Landrush period in October.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 18 May 2016 23:26:09 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_la
 ng\";s:0:\"\";}}}}}i:12;a:6:{s:4:\"data\";s:13:\"\n      \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:87:\"WPTavern: After Eight Years, Thematic Theme’s Lead Developers Discontinue the Project\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=54967\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:
 93:\"http://wptavern.com/after-eight-years-thematic-themes-lead-developers-discontinue-the-project\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3812:\"<p>Gene Robinson, lead developer of the Thematic WordPress theme, has <a href=\"http://thematictheme.com/2016/05/15/thematic-retrospective/\">announced</a> that the project will no longer be developed. Thematic <a href=\"https://wordpress.org/themes/thematic/\">was last updated</a> in 2013 and is actively installed on more than 4K sites. Users are advised to migrate to a different theme as updates will no longer be released. As WordPress core evolves, sites using Thematic may develop incompatibilities.</p>\n<h2>Continuing The Legacy with a Different Name</h2>\n&l
 t;p>Although development on Thematic is discontinuing, Robinson has forked the project and renamed it to <a href=\"http://d.eciduo.us\">Deciduous. </a>The project picks up where Thematic leaves off. Those interested in continuing development can <a href=\"https://github.com/emhr/Deciduous\">follow it on GitHub</a> where pull requests are welcomed. Robinson is also seeking links to other projects that are derivative of Thematic.</p>\n<h2>Where to Get Support for Thematic</h2>\n<p>Users who need support are advised to post on the <a href=\"https://wordpress.org/support/theme/thematic\">WordPress.org support forums</a> for the Thematic theme, &#8220;The support forums on the Thematic website are shutting down due to the lack of community involvement, moderation, and developer feedback,&#8221; Robinson said. &#8220;Hopefully the greater WordPress support community will be able to hel
 p you find a resolution.&#8221;</p>\n<h2>A Look Back</h2>\n<p>The years 2008-2009 is an interesting time frame in WordPress&#8217; history. A number of commercial theme and plugin companies, WordPress-centric sites, and projects were launched. Among these was the <a href=\"https://web.archive.org/web/20080611165821/http://themeshaper.com/thematic-for-wordpress/\">Thematic theme</a> by Ian Stewart, theme Wrangler for Automattic. Thematic was more than just a theme, it was an opportunity for Stewart to learn how WordPress&#8217; theme system works.</p>\n<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/ThematicThemePreview.png\"><img class=\"size-full wp-image-54981\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/ThematicThemePreview.png?resize=951%2C740\" alt=\"Thematic Theme Preview from WordPress.org\" /></a>Preview of Thematic 
 from WordPress.org\n<p>He regularly shared his knowledge with the community through <a href=\"https://themeshaper.com/\">ThemeShaper.com</a>, a site now owned by Automattic that features contributions from other members of the theme team. It was the wild west of theme development in 2008 and any person who regularly shared theme development techniques became an influential member of the community.</p>\n<p>Two years after launching Thematic, Stewart <a href=\"https://themeshaper.com/2010/03/04/ian-stewart-joined-automattic/\">joined Automattic</a> as a theme wrangler.</p>\n<blockquote><p>What can I say besides awesome, awesome, awesome? The enormous opportunity for learning and improvement; all the super-talented, friendly people; the chance to work on so many really, really cool projects—it’s almost unbelievable. This is a dream job for me.</p></blockquote>\n<p>The hiring allowed hi
 m to make available all of his commercial child themes built on the Thematic framework available free of charge to the community.</p>\n<h2>Did You Learn From Thematic?</h2>\n<p>It&#8217;s bittersweet and slightly nostalgic to see the theme come to an end. When I launched the Tavern in 2009, I regularly linked to tutorials and articles published by Stewart. I&#8217;m almost certain Thematic and its creator helped out a number of budding theme developers between 2008-2011. Let us know in the comments if you used Thematic for any projects or what you learned from its code.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 18 May 2016 20:45:48 +0000\";s:7:\"attribs\";a:
 0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:13;a:6:{s:4:\"data\";s:13:\"\n \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"Post Status: WordPress as a Headless CMS — Draft podcast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_expli
 cit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"https://poststatus.com/?p=24518\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"https://poststatus.com/wordpress-headless-cms-draft-podcast/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2870:\"<p>Welcome to the Post Status <a href=\"https://poststatus.com/category/draft\">Draft podcast</a>, which you can find <a href=\"https://itunes.apple.com/us/podcast/post-status-draft-wordpress/id976403008\">on iTunes</a&g
 t;, <a href=\"https://play.google.com/music/m/Ih5egfxskgcec4qadr3f4zfpzzm?t=Post_Status__Draft_WordPress_Podcast\">Google Play</a>, <a href=\"http://www.stitcher.com/podcast/krogsgard/post-status-draft-wordpress-podcast\">Stitcher</a>, and <a href=\"http://simplecast.fm/podcasts/1061/rss\">via RSS</a> for your favorite podcatcher. Post Status Draft is hosted by Joe Hoyle &#8212; the CTO of Human Made &#8212; and Brian Krogsgard.</p>\n<p><span>Joe and Brian discuss WordPress as a Headless CMS. They talk about what a Headless CMS is, WordPress’s strengths and weaknesses as a Headless CMS, popular frameworks to utilize, and offer up example websites to check out.</span></p>\n<p><a href=\"https://audio.simplecast.com/37861.mp3\">https://audio.simplecast.com/37861.mp3</a><br />\n<a href=\"http://audio.simplecast.com/37861.mp3\">Dir
 ect Download</a></p>\n<h3>Examples</h3>\n<ul>\n<li><a href=\"https://www.guggenheim.org/\">The Guggenheim</a></li>\n<li><a href=\"https://adayofrest.hm/boston-2016/\">A Day of Rest Boston</a></li>\n<li><a href=\"https://ustwo.com/\">ustwo</a></li>\n<li><a href=\"http://skaled.com/\">Skaled</a></li>\n<li><a href=\"http://tri.be/\">Modern Tribe</a></li>\n</ul>\n<h3>Links</h3>\n<ul>\n<li><a href=\"https://angularjs.org/\">Angular</a></li>\n<li><a href=\"https://facebook.github.io/react/\">React</a></li>\n<li><a href=\"http://blog.scalac.io/2016/02/16/react-vs-angular-2.html\">React vs Angular 2</a></li>\n<li><a href=\"https://getmoxied.net/lean/\"
 >Lean, an Agular for WordPress framework</a></li>\n<li><a href=\"https://pantheon.io/decoupled-cms\">Decoupled CMS</a></li>\n<li><a href=\"https://css-tricks.com/what-is-a-headless-cms/\">What is a Headless CMS?</a></li>\n<li><a href=\"http://petya.in/we-need-to-talk-about-the-rest-api-the-non-developer-guide-to-the-future-of-wordpress/\">We Need to Talk about the REST API</a></li>\n<li><a href=\"https://make.wordpress.org/core/2016/05/16/rest-api-authentication-broker/\">Introducing the REST API Authentication Broker</a></li>\n<li><a href=\"https://hmn.md/2016/01/14/introducing-our-wordpress-rest-api-white-paper/\">Human Made&#8217;s REST API White Paper</a></li>\n</ul>\n<h3>Sponsor</h3>\n<p><span>Today’s show is sponsored by </span><a href=\"http://o
 ptinmonster.com\"><span>OptinMonster</span></a><span>. OptinMonster allows you to convert visitors into subscribers. You can easily create &amp; A/B test beautiful lead capture forms without a developer. They recently released </span><a href=\"http://optinmonster.com/introducing-optinmonster-3-0-taking-your-conversion-optimization-to-the-next-level/\"><span>OptinMonster 3.0</span></a><span>, with an all new builder interface and other great features.</span></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 18 May 2016 17:47:56 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0
 :\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Katie Richards\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:14;a:6:{s:4:\"data\";s:13:\"\n \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:87:\"WPTavern: Take Granular Control of WordPress’ Update System with Easy Updates Manager\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{
 i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=54952\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:94:\"http://wptavern.com/take-granular-control-of-wordpress-update-system-with-easy-updates-manager\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3933:\"<p>When <a href=\"https://wordpress.org/news/2013/10/basie/\">WordPress 3.7 &#8220;Basie&#8221;</a> was released in 2013, it brought automatic updates to the masses. By default, WordPress automatically updates to point releases. Using <a href=\"https://codex.wordpress.org/Configurin
 g_Automatic_Background_Updates\">additional constants</a> within wp-config.php, you can configure WordPress to automatically update themes, plugins, and major releases.</p>\n<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/EasyUpdateManagerFeaturedImage.png\"><img class=\"aligncenter size-full wp-image-54958\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/EasyUpdateManagerFeaturedImage.png?resize=650%2C207\" alt=\"Easy Update Manager Featured Image\" /></a></p>\n<p>If you want granular control over the WordPress update system without touching code, check out <a href=\"https://wordpress.org/plugins/stops-core-theme-and-plugin-updates/\">Easy Updates Manager</a>. Easy Updates Manager is a free plugin that&#8217;s active on more than 70k sites. It&#8217;s maintained by <a href=\"https://profiles.wordpress.org/kidsgui
 de/\">Matthew</a>, <a href=\"https://profiles.wordpress.org/ronalfy/\">Ronald Huereca</a>, <a href=\"https://profiles.wordpress.org/roary86/\">Roary Tubbs</a>, and <a href=\"https://profiles.wordpress.org/bigwing/\">BigWing Interactive</a>.</p>\n<h2>Countless Number of Configurations Available</h2>\n<p>Once activated, you&#8217;ll find the options page by browsing to Dashboard &gt; Update Options. There are two different interfaces for configuring updates. The first includes a number of toggle switches that disable/enable updates. The second is a traditional screen with radial buttons.</p>\n<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/EasyUpdateManagerDashboard.png\"><img class=\"size-full wp-image-54959\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/EasyUpdateManagerDashboard.png?resize=1025%2
 C432\" alt=\"Easy Update Manager Dashboard\" /></a>Easy Updates Manager Dashboard\n<p>Traditional settings page for Easy Updates Manager.</p>\n<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/05/EasyUpdateManagerGeneralSettings.png\"><img class=\"size-full wp-image-54960\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/05/EasyUpdateManagerGeneralSettings.png?resize=566%2C480\" alt=\"Easy Update Manager General Settings\" /></a>Easy Updates Manager General Settings\n<p>One of the highlights of Easy Updates Manager is the ability to enable automatic updates for individual themes and plugins. It&#8217;s a convenient way to update themes and plugins that rarely cause issues. There&#8217;s also a built-in logging feature that when enabled creates a new table in the database. It logs the username, update type, version, action, status, and date.</p>\
 n<p>Logging is listed as a beta feature and should be used at your own risk. It also may not work with all commercial themes and plugins. Here&#8217;s what the log looks like after I updated three plugins.</p>\n<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/EasyUpdateManagerLogs.png\"><img class=\"size-full wp-image-54961\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/EasyUpdateManagerLogs.png?resize=1025%2C350\" alt=\"Easy Update Management Log\" /></a>Easy Updates Management Log\n<p>Easy Updates Manager also includes the ability to exclude users from manipulating the plugin&#8217;s settings. The plugin contains additional features that I encourage you to explore by using it on a test site.</p>\n<p>Thanks to the number of options available, users have a countless number of update configurations to choose from. I tested the plugin on WordPress 4.6 alp
 ha and it works as expected. You can <a href=\"https://wordpress.org/plugins/stops-core-theme-and-plugin-updates/\">download it for free</a> from the WordPress plugin directory.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 18 May 2016 07:17:01 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b
 :0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:15;a:6:{s:4:\"data\";s:13:\"\n  \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:91:\"WPTavern: WordPress 4.6 Improves the Accessibility of the Tag and Category Management Pages\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=54910\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s
 :4:\"data\";s:101:\"http://wptavern.com/wordpress-4-6-improves-the-accessibility-of-the-tag-and-category-management-pages\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2775:\"<p>Among the improvements coming in WordPress 4.6 are <a href=\"https://make.wordpress.org/core/2016/05/16/categories-and-tags-screens-changes/\">accessibility enhancements</a> to the Category and Tag management pages. The flow of each page has been changed so that the visual order of elements match the tab order. This allows those who navigate with keyboards to access the Add New Tag or Add New Category area first.</p>\n<p>Andrea Fercia, WordPress core committer and a member of the accessibility team, explains why the changes matter, &#8220;For accessib
 ility, the visual order should always match the tab order. The main functionality in a page should just be the first thing in the source markup and other parts of the user interface should never be &#8216;skipped&#8217;.&#8221;</p>\n<p>The following image shows the tab order of elements on the Tag management screen in WordPress 4.5. In order to reach the Add New Tag section, you need to tab through a number of checkboxes, each tag in the tag cloud, and various quick edit links. This is a time-consuming and frustrating process.</p>\n<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/05/WordPress45TagManagementPage.png\"><img class=\"size-full wp-image-54944\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/05/WordPress45TagManagementPage.png?resize=1025%2C806\" alt=\"WordPress 4.5 Tag Management Element Order\" /></a>WordPress 4.5 Tag Management Element Order\n<p>In 
 WordPress 4.6, the Add New Tag section is the first visual element as well as the first section accessed when pressing the tab key.</p>\n<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/WordPress46TagManagementScreen.png\"><img class=\"size-full wp-image-54945\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/WordPress46TagManagementScreen.png?resize=1025%2C792\" alt=\"WordPress 4.6 Tag Management Screen\" /></a>WordPress 4.6 Tag Management Screen\n<p>The new flow is more logical and provides consistency between the tag and category management screens, &#8220;From an accessibility point of view, the content structure and organization will be easier to understand and navigate,&#8221; Fercia said.</p>\n<p>WordPress theme and plugin authors who have added custom functionality to these screens are advised to double-check their code against the bleeding edge version 
 of WordPress 4.6. There&#8217;s also an <a href=\"https://core.trac.wordpress.org/ticket/35664\">in-depth ticket</a> where developers and users can see how the team reached a consensus to implement the changes. If you have any questions or concerns please leave a comment on the <a href=\"https://make.wordpress.org/core/2016/05/16/categories-and-tags-screens-changes/\">announcement post</a>.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 17 May 2016 19:30:29 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org
 /dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:16;a:6:{s:4:\"data\";s:13:\"\n        \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"WPTavern: New Plugin Uses BuddyPress Email API to Send bbPress Forum Emails\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern
 .com/?p=54863\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:85:\"http://wptavern.com/new-plugin-uses-buddypress-email-api-to-send-bbpress-forum-emails\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3011:\"<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/09/buddypress-bbpress.jpg\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/09/buddypress-bbpress.jpg?resize=1025%2C493\" alt=\"buddypress-bbpress\" class=\"aligncenter size-full wp-image-30982\" /></a></p>\n<p><a href=\"http:/
 /wptavern.com/buddypress-2-5-0-released-features-customizable-emails-and-support-for-emoji\" target=\"_blank\">BuddyPress 2.5</a>, released in March, introduced customizable emails via a new <a href=\"http://wptavern.com/buddypress-2-5-will-add-customizable-emails-via-a-new-bp-email-api\" target=\"_blank\">BP Email API</a>. This new feature allows community managers to easily edit BuddyPress-generated emails in the admin and make design changes in the customizer.</p>\n<p>It didn&#8217;t take long for developers to think of bringing this same customizability to bbPress emails. <a href=\"https://profiles.wordpress.org/thebrandonallen/\" target=\"_blank\">Brandon Allen</a> has just released <a href=\"https://wordpress.org/plugins/bp-emails-for-bbp/\" target=\"_blank\">BP Emails for BBP</a>, a plugin that sends forum and topic subscription emails using 
 the new BP Email API.</p>\n<p>Once installed, administrators will find templates for new forum topics and topic replies under the same Emails menu item with the 16 customizable BuddyPress core emails.</p>\n<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/buddypress-bbpress-emails.png\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/buddypress-bbpress-emails.png?resize=1025%2C305\" alt=\"buddypress-bbpress-emails\" class=\"aligncenter size-full wp-image-54878\" /></a></p>\n<p>Allen noted that the plugin sends emails differently than bbPress, which puts every subscriber email in the BCC field and sends one email. Instead, it sends a separate email to each subscriber, which Allen said may improve deliverability given that some email providers look unfavorably on emails with large BCC fields.</p>\n<p>I tested the plugin and found that it wor
 ks as advertised for customizing and sending bbPress emails. There are no settings to configure. It simply adds the same functionality that users now expect from BuddyPress core emails with all the same customization options.</p>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/05/bbpress-subscription-email.png\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/05/bbpress-subscription-email.png?resize=1025%2C500\" alt=\"bbpress-subscription-email\" class=\"aligncenter size-full wp-image-54929\" /></a></p>\n<p><a href=\"https://wordpress.org/plugins/bp-emails-for-bbp/\" target=\"_blank\">BP Emails for BBP</a> is available on WordPress.org. It does not work with bbPress alone but requires both bbPress 2.5+ and BuddyPress 2.5+ to be active. With the help of this plugin, a community manager can brand all the email communications generated b
 y the site so that the design and wording is consistent across both plugins.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 17 May 2016 05:32:44 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:17;a:6:{s:4:\"data\";s:13:\"\n        \n      \n      \n      \n      \n      \n\&qu
 ot;;s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"WPTavern: BuddyPress 2.6 to Introduce New API for Navigation\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=54803\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"http://wptavern.com/buddypress-2-6-to-introduce-new-api-for-navigation\";s:7:\"attribs\";a:0:{}s:8:\&quot
 ;xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2401:\"<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/09/buddypress-logo-blue.png\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/09/buddypress-logo-blue.png?resize=839%2C398\" alt=\"buddypress-logo-blue\" class=\"aligncenter size-full wp-image-30655\" /></a></p>\n<p>In an exceptionally well-documented <a href=\"https://buddypress.trac.wordpress.org/changeset/10745/\" target=\"_blank\">commit message</a>, BuddyPress lead developer Boone Gorges introduced a new API to manage single item navigation, thanks to contributions from core developers Mathieu Viet and Raymond Hoh. Gorges summarized the changes to how BuddyPress will handle navigation i
 n the upcoming 2.6 release:</p>\n<blockquote><p>The new BP_Core_Nav overhauls the way that BuddyPress registers, stores, and renders navigation items. Navigations are now component-specific, eliminating the potential for confusion and conflict between navigation items with similar names in different components, and opening the possibility of generating navs for separate objects of the same type on a single pageload.</p></blockquote>\n<p>The previous navigation system used bp_nav and bp_options_nav, global properties that managed nav and subnav across all of BuddyPress&#8217; components. Developers had a difficult time extending navigation and sometimes ended up stepping on each other&#8217;s toes when adding similar navigation items.</p>\n<p>&#8220;The new system eliminates most of these problems, by removing direct access to the underlying navigation data, while providing a full-fledged API for accessing and modifying that
  data,&#8221; Gorges said.</p>\n<p>Although the new API ensures backward compatibility with the legacy bp_nav and bp_options_nav, plugin developers whose extensions depend on these methods will want to update their code. With the exception of certain configurations running PHP 5.2.x, most plugins should work the same as before.</p>\n<p>However, Gorges&#8217; <a href=\"https://buddypress.trac.wordpress.org/changeset/10745/\" target=\"_blank\">commit message</a> details a handful of small ways that the new API may break backward compatibility in a few rare instances. BuddyPress plugin developers will want to review these ahead of the upcoming 2.6 release. Beta 1 is just one week away from release on May 25 and the official release is targeted for June 15.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"
 xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 17 May 2016 05:06:43 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:18;a:6:{s:4:\"data\";s:13:\"\n      \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";
 a:1:{i:0;a:5:{s:4:\"data\";s:62:\"WPTavern: Wes Bos Launches Free React.js + Redux Online Course\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=54903\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"http://wptavern.com/wes-bos-launches-free-react-js-redux-online-course\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3193:\"<p><a href=\"http://i2.
 wp.com/wptavern.com/wp-content/uploads/2016/05/react-redux-course.png\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/react-redux-course.png?resize=1025%2C465\" alt=\"react-redux-course\" class=\"aligncenter size-full wp-image-54916\" /></a></p>\n<p><a href=\"http://wesbos.com/\" target=\"_blank\">Wes Bos</a>, a developer and educator known for his high quality video tutorials, has just launched a free online course for building JavaScript apps with <a href=\"https://facebook.github.io/react/\" target=\"_blank\">React.js</a> and <a href=\"http://redux.js.org/\" target=\"_blank\">Redux</a>. The 2.5 hour <a href=\"https://learnredux.com/\" target=\"_blank\">Learn Redux</a> course includes 20 videos that guide developers through building an example &#8216;Reduxstagram&#
 8217; app to present the core ideas behind Redux.</p>\n<p>To get the most out of Learn Redux, students should have a decent foundation of React and ES6. Bos recommends those who are not comfortable with React to start with his <a href=\"https://reactforbeginners.com/\" target=\"_blank\">React for Beginners</a> course.</p>\n<p>After you sign up, you&#8217;ll receive an email with a link to the starter files and access to the videos. The example app uses Webpack to bundle ES6 modules into a single JavaScript file, so the course begins with a video on using NPM and Webpack to set up a local development environment. Learn Redux includes:</p>\n<ul>\n<li>Access to all 20 videos</li>\n<li>All starter files</li>\n<li>Webpack Build Templates</li>\n<li>Stepped and finished solutions</li>\n</ul>\n<p>Bos spent more than 100 hours producing this series in partnershi
 p with <a href=\"https://getsentry.com/welcome/\" target=\"_blank\">Sentry</a> as a sponsor. Anyone who signs up receives a $50 Sentry credit.</p>\n<p>After Calypso was announced, Bos, who describes himself as &#8220;a huge WordPress fan,&#8221; wrote a <a href=\"http://wesbos.com/wordpress-calypso-react/\" target=\"_blank\">post</a> dispelling rumors that WordPress was ditching PHP and being rewritten in Node.js. He also urged WordPress developers to learn JavaScript.</p>\n<p>&#8220;This is thunder in the distance as to what is to come in WordPress,&#8221; Bos said. &#8220;Much of the theme writing I do is already in JavaScript – I often use WordPress as just an API to get data out of, and then use frameworks like Angular, React, Google Maps or jQuery to display that data. I’m not building an entire website in a JavaScript framework, but much of the interactive view layer
  of these sites is moving into JavaScript frameworks.&#8221;</p>\n<p>If you want to be ready to dive into the next generation of WordPress site and application development with knowledge of one of the most popular JS frameworks, the free <a href=\"https://learnredux.com/\" target=\"_blank\">Learn Redux</a> course offers all the tools necessary for getting started with React.js, Redux, and React Router.</p>\n<p>&#8220;Our trusty PHP template files aren’t going anywhere anytime soon, but I’ll bet you dollars to donuts you’ll be writing a lot more JavaScript in your WordPress sites in the years to come,&#8221; Bos said.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"d
 ata\";s:31:\"Mon, 16 May 2016 21:50:34 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:19;a:6:{s:4:\"data\";s:13:\"\n       \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:134:\"WPTavern: Daniel Bachhuber Discusses WP-CLI, the WP REST API, and the Challenge
 s of Contributing to Open Source on Roots Radio Podcast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=54738\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:142:\"http://wptavern.com/daniel-bachhuber-discusses-wp-cli-the-wp-rest-api-and-the-challenges-of-contributing-to-open-source-on-roots-radio-podcast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:7828:\"<p><a href=
 \"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/05/daniel-bachhuber.jpg\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/05/daniel-bachhuber.jpg?resize=300%2C300\" alt=\"daniel-bachhuber\" class=\"alignright size-medium wp-image-54898\" /></a><a href=\"https://danielbachhuber.com/\" target=\"_blank\">Daniel Bachhuber</a>, maintainer of the <a href=\"http://wp-cli.org/\" target=\"_blank\">WP-CLI</a> project and a contributing developer to the <a href=\"http://v2.wp-api.org/\" target=\"_blank\">WP REST API</a>, joined Chris Carr and Austin Pray on a recent episode of the <a href=\"https://roots.io/podcast/ep13/\" target=\"_blank\">Roots Radio podcast</a>. Bachhuber discussed his recent experience crowdfunding his work on &#8220;<a href=\"https://wp-cli.org/restful/\&q
 uot; target=\"_blank\">A More RESTful WP-CLI</a>&#8221; as well as the challenges he&#8217;s encountered as a contributor to various open source projects over the years.</p>\n<p>In the first part of the episode, Bachhuber shared how he spent the 283 hours of time that the WordPress community funded to advance the WP-CLI and WP REST API projects. The funding gave him the opportunity to dedicate time split between the two projects. Bachhuber put in approximately 95 hours towards the REST API in January and February but the bulk of the hours went towards making WP-CLI more friendly for developers who work with the REST API.</p>\n<p>&#8220;WordPress developers are going to be putting a lot of time now towards writing REST endpoints that expose their functionality to the world, and it would be really nice if WP-CLI interoperated nicely with that and allowed you to use that functionality at the command line without having to separatel
 y write your own WP-CLI commands,&#8221; Bachhuber said.</p>\n<p>He discussed the challenge of scoping out this broad goal and what he learned about crowdfunding during the process.</p>\n<p>&#8220;The RESTful WP-CLI kickstarter project was intentionally ambitious, because I&#8217;m a guy who has big ideas and likes to do big things,&#8221; Bachhuber said. &#8220;There are some things I feel really happy that I&#8217;ve been able to ship and produce so far, and there are other features that, for one reason or another, I haven&#8217;t quite been able to execute  yet and that&#8217;s a bit frustrating.</p>\n<p>&#8220;It&#8217;s a whole different ball game trying to manage the expectations of your Kickstarter backers than it is a single client. I&#8217;ve got 107 clients that I have to make happy,&#8221; he said.</p>\n<p>Nevertheless, Bachhuber said he was able to get the issue backlog for WP
 -CLI down to less than 60 issues and the dedicated time has allowed him to resolve old issues that have &#8220;languished since the dawn of time.&#8221;</p>\n<p>As part of the rewards offered for contributors to the crowdfunding campaign, Bachhuber offered his time consulting with individuals and organizations, which he found to be easier than traditional physical swag rewards.</p>\n<p>&#8220;I&#8217;m really glad that I chose [consulting] over having to give out physical swag, because it&#8217;s very difficult to procure and ship to everyone, particularly when you have international backers,&#8221; he said. &#8220;Even though I&#8217;ve spent a lot of my time fulfilling the rewards and talking with people and having calls with them and meeting up with them in person, it&#8217;s a much easier effort to manage than sending 100 coffee mugs across the world.&#8221;</p>\n<p>When asked if he&#8217;d do it aga
 in, Bachhuber said yes but emphasized that spending this much time on an open source project only works if you keep a healthy balance with other aspects of life.</p>\n<p>&#8220;I think it&#8217;s really important that if you&#8217;re contributing to open source projects on a regular basis or even maintaining them, that you balance your time between that and other things,&#8221; he said. &#8220;It&#8217;s really easy to get burned out on said open source project if you spend 100% of your time on it for a whole month or six months.</p>\n<p>&#8220;I was pretty intentional to say that the money I was raising was going to cover my involvement with the project for six months, a certain number of hours, and that it was going to be a part-time thing. That was a really healthy way to approach it. I think I would have gotten burned out if I had just tried to dive into it, crank it out, and move on to the next thing,&#8221; Bachhuber said
 .</p>\n<h3>The Emotional Challenges of Working on Open Source Projects</h3>\n<p>During the course of the interview Bachhuber was asked to share his feelings on what he referred to as &#8220;the kerfuffle with the REST API&#8221; that happened in February. The REST API team had written a merge proposal in September 2015 that recommended merging the API in two parts &#8211; the infrastructure in 4.4 and the posts, comments, terms, and users endpoints in 4.5 or 4.6. After partially executing on that proposal, the team held a status chat to discuss the plan moving forward.</p>\n<p>Bachhuber said that the discussion became &#8220;a very emotionally fraught event&#8221; after Matt Mullenweg said the project needed feature parity with the WordPress admin before any of the endpoints could be considered for merge. After putting hundreds of hours into the project alongside a handful of dedicated contributors who were already spread thin,
  he found this new requirement was a difficult pill to swallow.</p>\n<p>&#8220;For better or for worse, as a maintainer or even a participant of an open source project, you have to have a thick skin and realize that all the time the decisions that are made are not about you &#8211; they are about the project,&#8221; Bachhuber said. &#8220;Even if you are personally offended by the decision, it doesn&#8217;t matter because it isn&#8217;t about you. It&#8217;s really difficult to deal with emotionally.&#8221;</p>\n<p>Bachhuber&#8217;s years of contributing to and maintaing open source projects has taught him a few things about managing stress and conflict that <a href=\"https://2016.europe.wordcamp.org/session/my-condolences-youre-now-the-maintainer-of-a-popular-open-source-project/\" target=\"_blank\">he plans to share at WordCamp Europe</a> in a talk titled, &#8220;My condolences, You&amp
 ;#8217;re now the maintainer of a popular OS project.&#8221;</p>\n<p>&#8220;I find a lot of joy in maintaining open source projects,&#8221; Bachhuber said. &#8220;I also have to actively work to address the emotional side of the equation to make sure I&#8217;m in a healthy space to continue maintaining the project and the project is not affecting me personally. It&#8217;s taken me years to come to a point where I&#8217;m comfortable with that.&#8221;</p>\n<p>In the case of the WP REST API, Bachhuber has come to a place where he can compartmentalize his emotional reactions and responses to the differing opinions.</p>\n<p>&#8220;I&#8217;ve come to a point now where I care but I don&#8217;t care,&#8221; he said. &#8220;I care in the sense that I&#8217;d still love to see those endpoints go into core and see the fruits of our labors realized. I don&#8217;t care because I&#8217;m not emoti
 onally attached to that happening on any particular time frame. I honestly would rather it happen when it&#8217;s ready to happen over prematurely, and I realize I might not be the best qualified person to make that decision.&#8221;</p>\n<p>In the remainder of the episode, Bachhuber and Carr discuss React, Redux, Karma, Enzyme, and other tools for testing and developing with the REST API. Check out the recording of the episode on <a href=\"https://roots.io/podcast/ep13/\" target=\"_blank\">Roots Radio</a> for more details about Bachhuber&#8217;s work on WP-CLI and his crowdfunding experience.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 16 May 2016 06:
 03:31 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:20;a:6:{s:4:\"data\";s:13:\"\n  \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:102:\"WPTavern: The WordPress.org Recommended Hosting Page is Revamped, Features Flywheel for the First Time\";s:7:\"a
 ttribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=54822\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:111:\"http://wptavern.com/the-wordpress-org-recommended-hosting-page-is-revamped-features-flywheel-for-the-first-time\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:8235:\"<p>DreamHost, Flywheel, and SiteGround have joined Bluehost on WordPress.org&#8217;s new <a href=\"https://w
 ordpress.org/hosting/\">recommended hosting</a> page. In mid 2015, Matt Mullenweg, co-founder of the open source WordPress project, <a href=\"http://wptavern.com/the-recommended-hosting-page-on-wordpress-org-starts-over-from-scratch\">announced</a> the page would be revamped. To have a chance at being listed webhosting companies needed to fill out a 40-question survey.</p>\n<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/05/RecommendedHostsPage.png\"><img class=\"size-full wp-image-54844\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/05/RecommendedHostsPage.png?resize=790%2C642\" alt=\"2016 Recommended Hosts Page\" /></a>2016 Recommended Hosts Page\n<p>This is Flywheel&#8217;s first time on the page. <a href=\"https://getflywheel.com/\">Flywheel</a>, launched in 2013, is a managed WordPress hosting company with an emphasis
  towards designers and agencies. I asked Dusty Davidson, c<span class=\"team__role\">o-Founder and CEO of Flywheel</span>, what it means to be included on the page. &#8220;We&#8217;re obviously excited to be included, and think it really reflects on the work we&#8217;ve done to create a great experience for WordPress users,&#8221; he<span class=\"team__role\"> said. </span></p>\n<p>The recommended webhosting page on WordPress.org is incredibly lucrative. Based on conversations I&#8217;ve had with employees of hosts listed, it can generate millions of dollars in revenue. I asked Davidson what impact this will have on his company, &#8220;<span class=\"team__role\">I&#8217;m sure it will undoubtedly send a good deal of traffic, but honestly we&#8217;re just humbled and excited to be recognized,&#8221; he said. </span></p>\n<h2>A New Round of Controversy</h2&g
 t;\n<p>Over the years, companies have come and gone from the recommended hosting page. However, Bluehost in particular has consistently appeared on the list, including the most recent iteration. Bluehost is owned by <a href=\"http://www.endurance.com/\">Endurance International Group</a> who <a href=\"http://www.prweb.com/releases/2014/05/prweb11874425.htm\">invested in Automattic</a> in 2014. Because Mullenweg is the CEO of Automattic and controls who is listed on the page, it&#8217;s easy to see why it regularly generates controversy.</p>\n<p>Kevin Ohashi of ReviewSignal.com, <a href=\"http://reviewsignal.com/blog/2016/05/12/wordpress-org-updates-hosting-recommendations-nobody-knows-selection-criteria/\">criticized the lack of transparency</a> regarding the process for how hosts.</p>\n<blockquote><p>Who is responsible for this revamp? What were the selection criteria? How often
  will it be updated? Will existing companies be continuously re-evaluated?</p></blockquote>\n<p>These are important questions to ask and there are no publicly documented answers. In a follow up post, <a href=\"http://reviewsignal.com/blog/2016/05/13/wordpress-org-hosting-recommendations-listing-criteria/\">Ohashi investigated</a> what criteria needs to be met for being listed on the page. The post contains a number of screenshots of his private conversation with <a href=\"https://profiles.wordpress.org/macmanx\">James Huff</a>, who has volunteered for the WordPress project for 12 years and has worked at Automattic for five years.</p>\n<p>Huff was directly related to the project and influenced who was chosen thanks to his involvement on the WordPress Support Team. Within the conversation, he shares details of the process and mentions that no money exchanged hands. Early in the conversation, Ohashi tells Huff th
 at he wants to learn and publish how the process works. However, Huff had no idea that everything he said would be made public.</p>\n<p>&#8220;I was invited to what sounded like a friendly chat over direct message from a concerned community member, after he was referred to me by a friend,&#8221; Huff said. &#8220;At no point was it clarified or even implied that anything discussed would be made public.&#8221;</p>\n<p><del>Conversations held in a private matter should remain private unless given permission to publish them, something I discovered the hard way.</del> Unfortunately, the post comes across as a public interrogation of Huff. I asked Huff, who was shaken by the experience, how it has affected him moving forward as it relates to the WordPress project.</p>\n<p>&#8220;I&#8217;d be lying if I said my feelings weren&#8217;t at least shaken by the experience, especially considering how polite he was to my
  friend and how hostile he was towards me apparently just because I work for Automattic, but this isn&#8217;t the first time that has happened to me and I don&#8217;t expect it to be the last,&#8221; he said.</p>\n<p>&#8220;There&#8217;s an usually prevalent negative bias against Automatticians who contribute to WordPress.&#8221;</p>\n<h2>Mullenweg Provides Clarification</h2>\n<p>Mullenweg <a href=\"http://reviewsignal.com/blog/2016/05/13/wordpress-org-hosting-recommendations-listing-criteria/#comment-1011\">commented on the post</a> where he not only sticks up for Huff, but answers some of the controversial questions raised by Ohashi. Mullenweg explains how the applicants were chosen, how the criteria is weighted, who makes the final decisions, and how much money is involved. Here is his comment in full.</p>\n<blockquote><p>&#8216;I would like to see some transparency in the proc
 ess&#8217;</p>\n<p>As stated on the page, the listing is completely arbitrary. The process was: There was a survey, four applicants were chosen, and the page was updated. That might repeat later in the year, or the process might change.</p>\n<p>&#8216;how criteria are weighted&#8217;</p>\n<p>There is no criteria or weighting. It ultimately is one person’s opinion. Information that is important is reflected in the questions asked in the survey, but that is not everything that is taken into account. (I have looked at this site in the past, for example.)</p>\n<p>&#8216;who is making the decisions&#8217;</p>\n<p>I am. James helped in sorting through the many submissions that came in, doing additional research, and digging on finalists, but ultimately the decision was mine. You can and should blame me fully for any issues you have with it. I appreciate James’ help in this go-round, but he will not be invo
 lved at all with any future updates. (So, please leave him alone.)</p>\n<p>&#8216;how much money is involved&#8217;</p>\n<p>There was no money involved. Obviously being listed on the page is hugely valuable and impacts the listed (or unlisted) businesses a great deal. This is why I take full responsibility for the listing, now and in the future — I have been fortunate to be extraordinarily successful and no financial or business consideration any of the applicants could offer matters to me. A host could offer $100,000,000 to be listed on the page for 1 day, and I would say no.</p></blockquote>\n<p>It&#8217;s unfortunate that the information in Mullenweg&#8217;s comment is not published in an official post announcing the changes to the recommended hosting page. If an official post was published that included the same information in his comment, it&#8217;s possible it would have eliminated most of the confusion, uncertain
 ty, and doubt surrounding it.</p>\n<h2>Should WordPress.org Have a Recommended Hosting Page?</h2>\n<p>Due to the investments EIG has made in Automattic, Mullenweg&#8217;s role at the company, and him making the final decisions, there will always be a potential conflict of interest despite taking full responsibility of the page and the processes associated with it.</p>\n<p>Should WordPress.org have a recommended hosting page? What if the page was replaced with information people could use to make informed decisions on choosing a host? It would eliminate potential conflicts of interest and if there was a host Mullenweg felt strongly about, he could label it as a partner of the project. This would make it clear that any financial connection with the company is a business relationship.</p>\n<p>Are you hosting with any of the companies listed on the recommended hosting page? If so, tell us about your experience in the comments.</p&gt
 ;\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 14 May 2016 16:39:29 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:21;a:6:{s:4:\"data\";s:13:\"\n     \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:1
 7:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:88:\"WPTavern: WordPress Accessibility Team Seeks Testers Using Speech Recognition Technology\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=54829\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:98:\"http://wptavern.com/wordpress-accessibility-team-seeks-testers-using-speech-recognition-technology\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\
 ";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2791:\"<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/05/glasses.jpg\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/05/glasses.jpg?resize=1024%2C562\" alt=\"photo credit: Let\'s Read - (license)\" class=\"size-full wp-image-54851\" /></a>photo credit: <a href=\"http://www.flickr.com/photos/42788859@N00/320216939\">Let&#8217;s Read</a> &#8211; <a href=\"https://creativecommons.org/licenses/by-nc-sa/2.0/\">(license)</a>\n<p>The World Health Organization estimates that <a href=\"http://www.who.int/mediacentre/factsheets/fs282/en/\" target=\"_blank\">285 million people</a> worldwide are living with some form of visual impairment and 39 m
 illion of those are estimated to be blind. Many people with low vision depend on speech recognition technology to navigate the web and communicate their thoughts. This type of software also assists people who have carpal tunnel, RSI (Repetitive Stress Injuries) and/or limited mobility in their hands and arms.</p>\n<p>Rian Rietveld and the Accessibility team are working to improve the experience of using WordPress with speech recognition software, such as <a href=\"http://www.nuance.com/dragon/index.htm\" target=\"_blank\">Dragon Naturally Speaking</a> (widely considered as one of the best for desktop use.) In particular, <a href=\"https://core.trac.wordpress.org/ticket/23562\" target=\"_blank\">the task of adding media to a post has a number of obstacles</a> that make it nearly impossible for those using speech recognition software.</p>\n<p>Rietveld <a href=\"https://make.wordpress.org/ac
 cessibility/2016/05/13/20th-wordpress-accessibility-test-add-media-with-speech-recognition-software/\" target=\"_blank\">posted three tests</a> to the Accessibility team&#8217;s blog today, inviting those who use <a href=\"http://www.nuance.com/dragon/index.htm\" target=\"_blank\">Dragon Naturally Speaking</a> or other assistive technology to help the contributors determine the roadblocks that need to be removed for adding media. These tests include actions like adding media, editing attachment details, and creating a gallery.</p>\n<p>If you use WordPress with assistive technology for speech recognition, completing these tests and offering your feedback is one way to get involved as a contributor. You don&#8217;t necessarily have to use Dragon Naturally Speaking, as there are many newer alternatives such as Windows Speech Recognition (Cortana) and Chrome&#8217;s speech recognition powered by Google Speec
 h to Text. Testers can report their experiences, along with the assistive technology/browser/OS, in the comments on Rietveld&#8217;s <a href=\"https://make.wordpress.org/accessibility/2016/05/13/20th-wordpress-accessibility-test-add-media-with-speech-recognition-software/\" target=\"_blank\">post</a>.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 13 May 2016 22:40:35 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\&quo
 t;Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:22;a:6:{s:4:\"data\";s:13:\"\n       \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"WPTavern: Happytables Pivots to Provide Restaurant Analytics and Insights\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=41046\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\
 "xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:83:\"http://wptavern.com/happytables-pivots-to-provide-restaurant-analytics-and-insights\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5302:\"<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/03/happy-tables.jpg\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/03/happy-tables.jpg?resize=1000%2C608\" alt=\"happy-tables\" class=\"aligncenter size-full wp-image-54835\" /></a></p>\n<p><a href=\"http://www.happytables.com/\" target=\"_blank\">Happytables</a> is changing from being a platform that host
 s restaurant websites to one that provides analytics and insights by tapping into apps that restaurants are already using to promote their businesses. The company uses WordPress as a command center for the application that communicates with various restaurant-tech APIs to deliver information to the dashboard in realtime.</p>\n<p>&#8220;We started with the website builder a while back,&#8221; Founder and CEO Noel Tock said. &#8220;It’s been a great ride, but we realized two things: 1) Website builders have become a race to the bottom with regards to revenue as well as extremely competitive, and 2) From our many conversations with restaurants, their challenges have become much larger; consolidating data and insights from all the products they now use.&#8221;</p>\n<p>One of the Happytables beta restaurants in London uses 14 different applications to manage its sales, operations, and marketing, and Tock says this trend is only growing.</p>
 \n<p>&#8220;The centre of gravity is shifting from the Point of Sale to a very fragmented collection of siloed products (reservations, online ordering, staff scheduling/wages, loyalty, waitlist, social, etc.),&#8221; Tock said. &#8220;Becoming that 30,000 foot view whilst generating actionable insights across the portfolio of applications is the challenge we’ve taken on with the new Happytables.&#8221;</p>\n<p>The first installation of the new Happytables was set up for <a href=\"http://whyteandbrown.com/\" target=\"_blank\">Whyte &amp; Brown</a> in London where the team is focusing their beta testing. The application currently aggregates data from POS (Point of Sale) and Social, but Tock says this will rapidly evolve to providing various insights from POS and Labor, such as revenue forecasting, employee performance, and breakfast/lunch/dinner performance.</p>\n<p>&#8220;It’s been very exciting
  working towards actionable insights, whereby we can tell a waiter that he/she was underselling a certain product or category compared to their colleagues, or that a particular employee performs a lot better on lunch then on dinner,&#8221; Tock said.</p>\n<p>Below you can see an example of Happytables&#8217; latest kitchen dashboard, using the team view as opposed to the individual employee recommendations/suggestions view.</p>\n<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/03/Happytables_kitchen_dashboard.png\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/03/Happytables_kitchen_dashboard.png?resize=1025%2C731\" alt=\"Happytables_kitchen_dashboard\" class=\"aligncenter size-full wp-image-54833\" /></a></p>\n<p>The new Happytables uses WordPress as a backend and the WP REST API and ReactJS on the frontend.  Although the development team still 
 uses WordPress as one of its core technologies, the infrastructure is a bit more complicated.</p>\n<p>&#8220;It’s not pure WordPress for the data storage,&#8221; CTO Aaron Jorbin said. &#8220;In fact, very little of it is actually stored inside WordPress. It is used to store some information about the restaurant and manage requests to third parties where we fetch the data and then store it in DynamoDB.&#8221;</p>\n<p>The screenshots in this post show the WordPress theme in full screen mode, but Jorbin said the restaurant staff never interact with wp-admin. Restaurant operators use the app to view all the realtime information coming in so that they can make better decisions about how they run their businesses.</p>\n<p>Happytables is still hosting its customers from its first iteration as a website builder, but Tock said most are not good candidates for the beta.</p>\n<p>&#8220;The infrastructure is quite different 
 now as we’re capturing different types of data (previously web content, now largely transactional data),&#8221; he said. &#8220;Our customers on the website builder platform came from all walks of life, so there’s not many who fit the ideal beta candidate (using Micros/Aloha as POS, based in London, run a multiunit restaurant, etc.).</p>\n<p>&#8220;We&#8217;re just looking to see how we can fit this into the larger Happytables model downstream,&#8221; Tock said. &#8220;If we’re going to implement so many API’s, there’s also value in tying those back to the website.&#8221;</p>\n<p>Not many aspects of the new infrastructure have been open sourced yet, as the team has been moving fast. Tock said they hope to make some of their code public further down the road after it&#8217;s been tested.</p>\n<p>&#8220;Once we’re past testing/beta, I’m sure a number of features will become more mature tools and move
  into their own public repo if they are of that sort of benefit,&#8221; he said. The new infrastructure is one of the many exciting ways that the WP REST API is being used to bring a host of information into WordPress from various third party applications and tie it all together in a useful way.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 13 May 2016 19:45:25 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attr
 ibs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:23;a:6:{s:4:\"data\";s:13:\"\n     \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:19:\"Matt: Mom on Tinder\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"https://ma.tt/?p=46572\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link
 \";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"https://ma.tt/2016/05/mom-on-tinder/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:227:\"<p>If you&#8217;re looking for a fun Friday read, <a href=\"http://www.gq.com/story/my-mom-ran-my-tinder\">check out this story of a young GQ writer who gave control of his Tinder account to his Mom</a>. It&#8217;s adorkable.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 13 May 2016 16:35:45 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\&quo
 t;xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:24;a:6:{s:4:\"data\";s:13:\"\n       \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:89:\"WPTavern: GitLab Courts Disgruntled GitHub Customers with Response to Recent Pricing Hike\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\&quo
 t;;s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=54780\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:99:\"http://wptavern.com/gitlab-courts-disgruntled-github-customers-with-response-to-recent-pricing-hike\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5016:\"<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/01/gitlab.png\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/01/gitlab.png?resize=1025%2C371\" alt=\"gitlab\" class=\"aligncenter siz
 e-full wp-image-50741\" /></a></p>\n<p>Yesterday GitHub <a href=\"http://wptavern.com/github-introduces-unlimited-private-repositories-hikes-prices-for-organizations\" target=\"_blank\">announced</a> pricing changes that give all paid plans unlimited repositories and change plans to a pricing-per-user model. Individual developers are the most likely customers to benefit from the changes, but many organizations will see an exponential increase in pricing.</p>\n<p>GitLab, a competitor in the Git repository hosting space, immediately addressed disgruntled GitHub customers with a <a href=\"https://about.gitlab.com/2016/05/11/git-repository-pricing/\" target=\"_blank\">pricing comparison</a> on the company&#8217;s blog. Co-founder and CEO <a href=\"https://twitter.com/sytses\" target=\"_blank\">Sid Sijbrandij</a> noted that the three main players in th
 is space, GitHub, Bitbucket, and GitLab, all offer unlimited private repositories but that it doesn&#8217;t cost companies more to host additional repositories for a given user.</p>\n<p>Sijbrandij attributes the change to the increase in the <a href=\"https://www.sequoiacap.com/article/build-us-microservices/\" target=\"_blank\">microservices model</a>, a development approach that breaks software down into smaller, related pieces that communicate with one another via APIs.</p>\n<p>&#8220;As more and more developers, teams, and organizations seek out the advantages of microservices, they’ll need more repositories to support this new code structure,&#8221; Sijbrandij said. &#8220;Basically, the more microservices you have the more repositories you’ll need. That is why it is not surprising that GitHub has announced free private repositories.&#8221;</p>\n<p>Sijbrandij referenced several examples 
 where GitHub&#8217;s pricing changes hit open source organizations hard, including <a href=\"https://github.com/edx/\" target=\"_blank\">Open edX</a>, a non-profit with a large number of contributors, which <a href=\"https://news.ycombinator.com/item?id=11674530\" target=\"_blank\">posted</a> the following on Hacker News:</p>\n<blockquote><p>I work for a non-profit open source organization that <a href=\"https://github.com/edx/\" target=\"_blank\">collaborates on github</a>. We have lots of people who aren&#8217;t employees, but have signed a contributor agreement with our organization and contribute changes to our software. Our bill will go up from $200/month to over $2000/month with this new pricing. We can afford it (it&#8217;s still a small fraction of our AWS bill) but it will force us to look at other alternatives. Github&#8217;s code review tools a
 re already pretty mediocre compared to other tools like gerrit, and we&#8217;ve long since moved off of GitHub issue tracking due to lack of features compared to JIRA.</p></blockquote>\n<p>Sijbrandij emphasized that the team at GitLab believes “everyone can contribute,” a mission which drives GitLab.com&#8217;s pricing structure to offer unlimited private repositories, unlimited contributors, and unlimited CI runners for free. The on-premises solution, which includes enterprise features and support, is what keeps the lights on at the company. GitLab.com, the free, hosted version, runs the same enterprise edition software but is, by Sijbrandij&#8217;s own admission, still <a href=\"https://gitlab.com/gitlab-com/operations/issues/42\" target=\"_blank\">struggling with sluggish performance</a>.</p>\n<p>Earlier this year when open source project maintainers <a href=\"http://wptavern.com/open-source-pro
 ject-maintainers-confront-github-with-open-letter-on-issue-management\" target=\"_blank\">confronted GitHub with an open letter on issue management</a>, GitLab differentiated itself by <a href=\"http://wptavern.com/gitlab-courts-open-source-project-maintainers-with-response-to-dear-github-letter\" target=\"_blank\">responding</a> to the situation with a new initiative focused on “making GitLab the best place for big open source projects.”</p>\n<p>Nearly a month later, <a href=\"http://wptavern.com/github-responds-to-letter-from-open-source-project-maintainers\" target=\"_blank\">GitHub finally responded</a> with an apology to open source project maintainers and a promise to address their concerns with a steady string of changes.</p>\n<p>GitHub has not given any indication of reversing its recent decision to change its pricing structure. However, with competitors like G
 itLab putting on the heat, GitHub may be forced to make some changes to its paid plans. At the very least, it could inspire the company to address concerns about organizations having to pay for inactive users and perhaps spur GitHub to offer customers the ability to distinguish between collaborators on open source projects and users who simply need access to private repositories.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 13 May 2016 02:33:33 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1
 :{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:25;a:6:{s:4:\"data\";s:13:\"\n   \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:106:\"WPTavern: How Authors With Plugins in the Official Directory Can Use Tags to Get a Moderator’s Attention\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=54441\";s:7:\&
 quot;attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:113:\"http://wptavern.com/how-authors-with-plugins-in-the-official-directory-can-use-tags-to-get-a-moderators-attention\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2627:\"<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/05/WordPressAdviceForNewUsers.png\"><img class=\"size-full wp-image-44085\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/05/WordPressAdviceForNewUsers.png?resize=612%2C237\" alt=\"WordPress Advice For New Users\" /></a>photo credit: <a href=\"http:
 //www.flickr.com/photos/99329675@N02/11064947983\">What You Need To Know About Food Poisoning</a> &#8211; <a href=\"https://creativecommons.org/licenses/by-sa/2.0/\">(license)</a>\n<p>It&#8217;s almost inevitable that as a WordPress plugin gains popularity, it will receive a bad review. How plugin authors handle and respond to bad reviews is crucial, especially in a public forum. Mika Epstein, who helps review plugins before they&#8217;re added to the directory and is a dedicated support forum volunteer, <a href=\"https://make.wordpress.org/plugins/2016/05/03/handling-bad-reviews/\">gives advice </a>on how to handle and respond to bad reviews.</p>\n<p>Bad reviews are classified as those written as spam, trolling, emotional blackmail for support, and those that should have been a support post. Since the plugin review system is powered by bbPress, plugin authors can add tags to reviews in order to 
 draw a moderator&#8217;s attention. The tags include:</p>\n<ul>\n<li><strong>Modlook</strong> &#8211; This tag notifies moderators that a particular thread needs their attention. If you think a review is spam, don&#8217;t respond to it. Instead, add the Modlook and Spam tags and let a moderator decide if the review should be deleted.</li>\n<li><strong>Sockpuppet</strong> &#8211; If you suspect a review is part of a spamming campaign where a group of people are marking a plugin as one or five stars, apply the sockpuppet and modlook tags to the review.</li>\n<li><strong>Wrongplugin</strong> &#8211; Add the wrongplugin tag to the review if you believe it&#8217;s for a different plugin. The team can move the review to the appropriate place.</li>\n<li><strong>Pluginmod</strong> &#8211; Add this tag to a review if you need an administrator&#8217;s attention
 . This usually results in the team performing a full review of your plugin. If it&#8217;s determined that it breaks any of <a href=\"https://wordpress.org/plugins/about/guidelines/\">the guidelines</a>, it will be removed until they&#8217;re fixed.</li>\n</ul>\n<p>Developers who host plugins in the official directory should make note of these tags and use them when necessary. The tag system is generally unknown to the public but it&#8217;s a great way for moderators to keep on top of the forums and reviews.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 13 May 2016 01:06:02 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\&
 quot;;s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:26;a:6:{s:4:\"data\";s:13:\"\n     \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"WPTavern: WPWeekly Episode 234 – All Things WordCamp with Andrea Middleton\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"
 xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"http://wptavern.com?p=54807&preview_id=54807\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:82:\"http://wptavern.com/wpweekly-episode-234-all-things-wordcamp-with-andrea-middleton\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2896:\"<p>In this episode of WordPress Weekly, Marcus Couch and I are joined by <a href=\"https://thethingwiththestuff.wordpress.com/\">Andrea Middleton</a>, who works at Automattic as a Community Organizer for the WordPress open sou
 rce project. We discuss a number of topics including, updates to the WordCamp Central website, the <a href=\"https://make.wordpress.org/community/2016/03/02/transitioning-to-wordpress-community-support/\">for-profit subsidiary</a>, and the experimental <a href=\"http://wptavern.com/wordpress-to-launch-experimental-wordcamp-incubator-program\">WordCamp incubator program</a>.</p>\n<p>At the conclusion of our interview with Middleton, Mendel Kurland, GoDaddy&#8217;s Evangelist, joined us to describe his experiences attending DrupalCons. DrupalCons are events similar to WordCamps but on a larger scale. He tells us what the similarities and differences are and the unique things they do that he&#8217;d like to see WordCamps adopt. We close out the show with Marcus&#8217; plugin picks of the week.</p>\n<h2>Stories Discussed:</h2>\n<p><a href=\"http://wptavern.com/wordpress-4-5-2-patches-two-
 security-vulnerabilities\">WordPress 4.5.2 Patches Two Security Vulnerabilities</a><br />\n<a href=\"http://wptavern.com/automattic-is-protecting-its-woo-woothemes-and-woocommerce-trademarks\">Automattic is Protecting its Woo, WooThemes, and WooCommerce Trademarks</a></p>\n<h2>Plugins Picked By Marcus:</h2>\n<p><a href=\"https://wordpress.org/plugins/disable-core-update-email/\">Disable WordPress Core Update Email</a> allows used to disable the default notification email sent by WordPress after an automatic core update is applied.</p>\n<p><a href=\"https://wordpress.org/plugins/downgrade/\">Downgrade </a>enables users to easily downgrade WordPress to an earlier version. It&#8217;s a handy diagnostics tool that helps determine if a new WordPress release is the cause of errors.</p>\n<p><a href=\"https://wordpress.org/plugins/woo-customer-ins
 ight\">Woo Customer Insight </a>provides greater insight into what visitors are doing on your sites. It allows you to see the pages your customers are visiting, where they&#8217;re clicking, the time spent on the different pages, and more.</p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Wednesday, May 18th 9:30 P.M. Eastern</p>\n<p><strong>Subscribe To WPWeekly Via Itunes: </strong><a href=\"https://itunes.apple.com/us/podcast/wordpress-weekly/id694849738\" target=\"_blank\">Click here to subscribe</a></p>\n<p><strong>Subscribe To WPWeekly Via RSS: </strong><a href=\"http://www.wptavern.com/feed/podcast\" target=\"_blank\">Click here to subscribe</a></p>\n<p><strong>Subscribe To WPWeekly Via Stitcher Radio: </strong><a href=\"http://www.stitcher.com/podcast/wordpress-weekl
 y-podcast?refid=stpr\" target=\"_blank\">Click here to subscribe</a></p>\n<p><strong>Listen To Episode #234:</strong><br />\n</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 12 May 2016 23:23:19 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_la
 ng\";s:0:\"\";}}}}}i:27;a:6:{s:4:\"data\";s:13:\"\n      \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Matt: .Blog\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"https://ma.tt/?p=46554\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"https://ma.tt/2016/05/blog/\";s:7:\"attribs\";a:0:{}s:8:\
 "xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:858:\"<p>It&#8217;s now public that Automattic is the company behind Knock Knock Whois There LLC, the registry for the new .blog TLD. (And a great pun.) We wanted to stay stealth while in the bidding process and afterward in order not to draw too much attention, but nonetheless the cost of the .blog auction got up there (people are <a href=\"http://www.theregister.co.uk/2015/02/13/who_just_bought_dotblog_for_30m/\">estimating around $20M</a>). I&#8217;m excited we won and think that it will be both an amazing business going forward and give lots of folks an opportunity to have a fantastic domain name in a new namespace and with an easy-to-say TLD. <a href=\"https://dotblog.wordpress.com/\">You can sign up to be first in line to
  reserve a domain here</a>. If you have a trademark you can get in August, and then October for the &#8220;land rush.&#8221;</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 12 May 2016 19:23:11 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:28;a:6:{s:4:\"data\";s:13:\"\n  \n      \n      \n      \n      \n      \n\";s:7:\&
 quot;attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:84:\"WPTavern: Automattic to Oversee the Sale and Registration of Top-Level .Blog Domains\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=54788\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:93:\"http://wptavern.com/automattic-to-oversee-the-sale-and-registration-of-top-level-blog-domains\";s:7:\
 "attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2974:\"<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/blogging.jpg\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/blogging.jpg?resize=960%2C521\" alt=\"photo credit: Luis Llerena\" class=\"size-full wp-image-54799\" /></a>photo credit: <a href=\"https://stocksnap.io/photo/3ZHG0XOIT6\">Luis Llerena</a>\n<p>Automattic <a href=\"https://en.blog.wordpress.com/2016/05/12/coming-soon-new-blog-domains-for-websites/\" target=\"_blank\">announced</a> today that it will begin offering top-level .blog domain registration starting in August 2016. The .blog domain extension will be available to both WordP
 ress and non-WordPress sites.</p>\n<p>According to <a href=\"https://twitter.com/markarms\" target=\"_blank\">Mark Armstrong</a>, an Automattic subsidiary is exclusively managing the registration of .blog domains and will be offering it for purchase through WordPress.com and other domain registrars.</p>\n<p>&#8220;Automattic subsidiary Knock Knock Whois There LLC, in partnership with the domain company Primer Nivel, won the rights to the .blog domain in 2015 through an auction process overseen by the Internet Corporation for Assigned Names and Numbers (ICANN), the non profit organization that oversees namespaces of the internet,&#8221; Armstrong said.</p>\n<p>In an <a href=\"https://ma.tt/2016/05/blog/\" target=\"_blank\">announcement</a> on his blog, Automattic CEO Matt Mullenweg said they used the Knock Knock Whois There LLC company name to &#8220;stay stealth while in t
 he bidding process,&#8221; which closed around $19 million.</p>\n<p>Although WordPress.com is currently providing the registration information site at <a href=\"https://dotblog.wordpress.com/\" target=\"_blank\">dotblog.wordpress.com</a>, Armstrong said that the company is using <a href=\"http://www.nominet.uk/\" target=\"_blank\">Nominet</a> (the backend registry provider for .UK) to provide the technical infrastructure for managing the domain extension.</p>\n<p>Registration for .blog domains will be offered in a phased approach during the second half of 2016, according to the following estimated timeframe:</p>\n<ul>\n<li><strong>Sunrise (August):</strong> Trademark owners will be able to register .blog domains associated with their brands</li>\n<li><strong>Landrush (October):</strong> Before .blog becomes available to the public, domains
  may be registered during the landrush period on an application basis.</li>\n<li><strong>General Availability (November):</strong> Automattic plans to begin offering .blog domains to the general public before the end of the year.</li>\n</ul>\n<p>With the exclusive rights to manage the sale of millions of .blog domains, Automattic has the opportunity to promote WordPress.com as a potential host for new registrants. The company hasn&#8217;t finalized the price but Armstrong said it will be &#8220;in the standard range for new top-level domains with some premium pricing for higher-value names.&#8221;</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 12 May 2016 
 18:19:44 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:29;a:6:{s:4:\"data\";s:13:\"\n       \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:78:\"WPTavern: Critical Vulnerabilities Found in PhpStorm, Immediate Update Advised\";s:7:\"attribs\";a:0:{}s:
 8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=54770\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:87:\"http://wptavern.com/critical-vulnerabilities-found-in-phpstorm-immediate-update-advised\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2128:\"<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/09/phpstorm-wp-feature.jpg\"><img src=\"http://i1.wp.com/wptavern.com/wp-con
 tent/uploads/2014/09/phpstorm-wp-feature.jpg?resize=1025%2C471\" alt=\"phpstorm-wp-feature\" class=\"aligncenter size-full wp-image-30739\" /></a></p>\n<p>JetBrains <a href=\"http://blog.jetbrains.com/blog/2016/05/11/security-update-for-intellij-based-ides-v2016-1-and-older-versions/\" target=\"_blank\">announced</a> today that it has released a security update for PhpStorm and all of its other IntelliJ-based IDEs due to a set of critical vulnerabilities:</p>\n<blockquote><p>The cross-site request forgery (CSRF) flaw in the IDE’s built-in webserver allowed an attacker to access local file system from a malicious web page without user consent.</p>\n<p>Over-permissive CORS settings allowed attackers to use a malicious website in order to access various internal API endpoints, gain access to data saved by the IDE, and gather various meta-information like IDE version or open a p
 roject.</p></blockquote>\n<p>PhpStorm is by far <a href=\"http://www.sitepoint.com/best-php-ide-2014-survey-results/\" target=\"_blank\">the most favored IDE for PHP developers</a>. It&#8217;s also widely used among WordPress developers, especially since <a href=\"http://wptavern.com/phpstorm-8-released-with-full-wordpress-support\" target=\"_blank\">version 8 added official support for WordPress</a>.</p>\n<p>The update issued today patches the critical vulnerabilities inside the underlying IntelliJ platform that powers nearly a dozen popular IDEs. Installing the update is as easy as selecting &#8216;Check for Updates&#8217; inside the IDE. Alternatively, customers can download the most recent version from JetBrains.com and the <a href=\"http://blog.jetbrains.com/blog/2016/05/11/security-update-for-intellij-based-ides-v2016-1-and-older-versions/\" target=\"_bla
 nk\">security announcement</a> includes links to download older versions.</p>\n<p>Although the JetBrains security team is not aware of these vulnerabilities having been exploited, immediate update is recommended.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 11 May 2016 22:26:43 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\"
 ;s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:30;a:6:{s:4:\"data\";s:13:\"\n   \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:90:\"WPTavern: GitHub Introduces Unlimited Private Repositories, Hikes Prices for Organizations\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=54746\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}
 s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:99:\"http://wptavern.com/github-introduces-unlimited-private-repositories-hikes-prices-for-organizations\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:7590:\"<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/04/github-octocat.jpg\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/04/github-octocat.jpg?resize=857%2C400\" alt=\"github-octocat\" class=\"aligncenter size-full wp-image-42456\" /></a></p>\n<p>GitHub has been inundated with negative feedback after <a href=\"https://github.com/blog/2164-introducing-unlimited-private-repositories\" target=\"_blank\">announcing a major change to
  its pricing</a> today. All paid plans now include unlimited private repositories, but there&#8217;s a catch. The new pricing structure requires GitHub.com organizations to purchase a seat for each user. At $9 per user/month, collaborating on private repositories is now far more costly than the legacy plans which started at $25/month for 10 repositories and unlimited members.</p>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/05/github-pricing.png\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/05/github-pricing.png?resize=1025%2C392\" alt=\"github-pricing\" class=\"aligncenter size-full wp-image-54756\" /></a></p>\n<p>The change is good news for individual developers with paid accounts, as they are no longer charged on a per-repository basis. However, many owners of organizations are finding the new pricing to be untenable and are actively considering 
 alternatives. For comparison, Bitbucket offers unlimited private repositories and <a href=\"https://bitbucket.org/product/pricing\" target=\"_blank\">charges $1/user/month</a>. Unlimited users caps out at $200/month.</p>\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\"><a href=\"https://twitter.com/Krogsgard\">@Krogsgard</a> EDD org alone will go from $25 per month to $592 per month <a href=\"https://twitter.com/github\">@github</a></p>\n<p>&mdash; Pippinsplugins (@pippinsplugins) <a href=\"https://twitter.com/pippinsplugins/status/730396802638176257\">May 11, 2016</a></p></blockquote>\n<p></p>\n<p>While unlimited private repositories is an exciting benefit that enables developers to make their code more modular, it isn&#8217;t a benefit that every organization needs.</p&g
 t;\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\"><a href=\"https://twitter.com/github\">@github</a> Terrible news. I work on an open-source organization &gt;100 devs. We have 2 private repos for internal projects. $900+ vs $25 really!?</p>\n<p>&mdash; João Ventura (@jcnventura) <a href=\"https://twitter.com/jcnventura/status/730319187667759104\">May 11, 2016</a></p></blockquote>\n<p></p>\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\"><a href=\"https://twitter.com/williamsba\">@williamsba</a> ours jumped to $1,204 :-( <a href=\"https://twitter.com/github\">@github</a></p>\n<p>&mdash; Tom Willmot (@tomwillmot) <a href=\"https://twitter.com/tomwillmot/status/730391291691995136\">May 11, 2016</a></p
 ></blockquote>\n<p></p>\n<p><a href=\"https://easydigitaldownloads.com/\" target=\"_blank\">Easy Digital Downloads</a> creator Pippin Williamson <a href=\"http://www.twitlonger.com/show/n_1solvjd\" target=\"_blank\">explained</a> why he is frustrated with what amounts to a 2,276% increase in costs for his organization:</p>\n<blockquote><p>I actually have no problems with the pricing for new organizations. It&#8217;s their space and they provide a huge number of valuable tools. It is absolutely worth it.</p>\n<p>The problem I have is the drastic increase for existing customers. It&#8217;s largely the principal of increasing a customer&#8217;s cost by 2,276% without giving them any additional value.</p>\n<p>The value that Github provides me and my team does not change at all with the new pricing, only what I pay per month.</p></block
 quote>\n<p>Samuel &#8220;Otto&#8221; Wood <a href=\"http://www.twitlonger.com/show/n_1solviv\" target=\"_blank\">contends</a> that GitHub&#8217;s $9/user/month is a reasonable price to pay for having all the functionality of GitHub hosted for an organization but that the alternative of building your own is far more economical.</p>\n<blockquote><p>A &#8220;private&#8221; repo is, you know, private. On your own server. Git is, after all, decentralized. You could plop a normal git repo on any private VPS you like in a matter of under an hour. If you&#8217;re collaborating with a small group of like 5 people, then coordination is not really a big deal that I&#8217;d pay $45 a month to use GitHub for it. You can use any tooling you like, make any website you like. You could probably reproduce the important parts of GitHub that you need for your private setup using WordPress in like a day or two. </p
 >\n<p>It just seems to me that any advantages of using GitHub at all seem largely nullified by using private repos. Yes, collaboration and using the same toolset you are used to, I get that. But here you&#8217;re falling prey to vendor lock-in once again. You&#8217;re used to it, you like it, you&#8217;re afraid of change, pay up. Simple. </p>\n<p>The advantage of open source software is the freedom to say &#8220;up yours&#8221; and build your own version instead. Git is open source. Think about it. A $15 a month VPS could easily fit your needs for both privacy and collaboration.</p></blockquote>\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\"><a href=\"https://twitter.com/github\">@github</a> found a way to be more expensive than the datacenter that runs my app. Seriously, what\'s happening at <a href=\"https://twitter.com/github\">@gi
 thub</a> ???</p>\n<p>&mdash; Adilson Carvalho (@lcadilson) <a href=\"https://twitter.com/lcadilson/status/730405070819471361\">May 11, 2016</a></p></blockquote>\n<p></p>\n<p>GitHub has established itself as the de facto code collaboration site by offering free hosting for public, open source repositories. However, the emphasis on &#8220;social coding&#8221; no longer extends to private repositories as organization owners will have little incentive to add more collaborators under the new pricing structure. It discourages organizations from adding users to be bug reporters or third-party collaborators. Teams and agencies hit hardest by the changes are now examining competitors like Bitbucket and self-hosted GitLab.</p>\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">Today is for <a href=\"https://twitter.com/gitlab\">@gitlab&
 lt;/a> what 2007 was for <a href=\"https://twitter.com/WordPress\">@WordPress</a>. If code is poetry, Gitlab is your library. Own your code like you own your content. ❤️</p>\n<p>&mdash; John James Jacoby (@JJJ) <a href=\"https://twitter.com/JJJ/status/730417868047790080\">May 11, 2016</a></p></blockquote>\n<p></p>\n<p>Organization owners will not be forced onto the new pricing plans immediately and GitHub promises to give a year&#8217;s notice before mandating a switch to the new plans:</p>\n<blockquote><p>We want everyone to have a plan with unlimited private repositories, but don’t worry—you are welcome to stay on your current plan while you evaluate the new cost structure and understand how to best manage your organization members and their private repository access. And while we&#8217;re currently not enforcing a timeline to move, rest assured that you&a
 mp;#8217;ll have at least 12 months notice before any mandated change to your plan.</p></blockquote>\n<p>While many individual developers will see lower monthly prices and even prorated credits on their accounts, the exponential cost increase for GitHub&#8217;s largest customers may cause a mass exodus to the company&#8217;s more affordable competitors. Are you moving your organization off of GitHub? Let us know in the comments.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 11 May 2016 19:27:29 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\&quo
 t;http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:31;a:6:{s:4:\"data\";s:13:\"\n       \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"WPTavern: Affinity: A Free WordPress Wedding Theme from Automattic\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://
 wptavern.com/?p=54688\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"http://wptavern.com/affinity-a-free-wordpress-wedding-theme-from-automattic\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3832:\"<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/05/affinity.png\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/05/affinity.png?resize=800%2C471\" alt=\"affinity\" class=\"aligncenter size-full wp-image-54691\" /></a></p>\n<p>Affinity is the latest addition to WordPress.com&#821
 7;s small collection of <a href=\"https://wordpress.com/themes/search/wedding/\" target=\"_blank\">themes created specifically for weddings</a>. This highly customizable, elegant theme was designed by <a href=\"http://carolinemoore.net/\" target=\"_blank\">Caroline Moore</a> with weddings and family announcements in mind.</p>\n<p>Affinity is a one-page theme with support for five different panels. Each panel&#8217;s content can be assigned in the customizer under Theme Options by selecting a page from a drop-down.</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/05/panel.png\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/05/panel.png?resize=660%2C231\" alt=\"panel\" class=\"aligncenter size-full wp-image-54717\" /></a></p>\n<p>With the customizable panel approach users are not lock
 ed into providing content for sections they don&#8217;t need. Single posts and pages support full screen featured images that, if used as a panel, become the background of that section. Affinity offers the option to set the header image opacity to create better contrast with header text. Users can also enable or disable scrolling on the header and front-page featured images.</p>\n<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/affinity-home-page.png\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/affinity-home-page.png?resize=200%2C474\" alt=\"affinity-home-page\" class=\"alignright size-full wp-image-54693\" /></a></p>\n<p>Affinity includes support for a sidebar widget area and three optional widget areas in the footer. If widgets are added to the sidebar, the one-column layout becomes a two-column layout. It also has a fullwidth page template for removi
 ng the sidebar on select pages.</p>\n<p>The different panels give users ample space for adding photos, links to registries, personal stories, info about the bridal party, and anything else related to the event. Affinity includes a Guestbook page template with a special format for displaying visitors&#8217; comments. Turning the Guestbook on is as easy as setting the page template and making sure that comments are enabled.</p>\n<p>Another unique feature of the theme is its post intro area that displays beneath the headline before the first paragraph. It pulls content from the excerpt field and post authors can use it to capture readers&#8217; attention with a quick summary or highlight.</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/05/affinity-post-intro.png\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/05/affinity-post-intro.png?resize=660%2C328\" alt=\"affini
 ty-post-intro\" class=\"aligncenter size-full wp-image-54729\" /></a></p>\n<p>Check out the <a href=\"https://affinitydemo.wordpress.com/\" target=\"_blank\">live demo</a> to see the theme in action. It shows an example of panels that display quotes, an RSVP form, event details, and an engagement story.</p>\n<p>Since no wedding or family announcement is the same, Affinity&#8217;s multi-panel approach offers flexibility for many different types of uses. If you&#8217;re creating a wedding website and are not finding enough customization options with a hosted service, this theme makes it quick and easy to set it up with WordPress. It&#8217;s not yet available on WordPress.org, but you can download a copy for your self-hosted site for free from the sidebar of its <a href=\"https://wordpress.com/themes/affinity\" target=\"_blank\">homepage on WordPress.com</a>.</
 p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 11 May 2016 06:52:35 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:32;a:6:{s:4:\"data\";s:13:\"\n \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\"
 ;s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:77:\"WPTavern: Help WPCampus Gather Data on How Schools and Campuses Use WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=54650\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:87:\"http://wptavern.com/help-wpcampus-gather-data-on-how-schools-and-campuses-use-wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\&quot
 ;xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1247:\"<p>The organizers of <a href=\"https://2016.wpcampus.org/\">WPCampus</a> are <a href=\"https://www.surveymonkey.com/r/wpcampus05-2016\">seeking feedback</a> via a survey on how schools and campuses utilize WordPress in their environments. The survey consists of five sections:</p>\n<ul>\n<li>How Do You Use WordPress on Campus</li>\n<li>Site Demographics, Traffic, and Data</li>\n<li>Plugins, Themes, and Features</li>\n<li>Security, Performance, and Hosting</li>\n<li>Your Team Structure &amp; Workflows</li>\n</ul>\n<p>There are a couple of perks for those who fill out the survey. Respondents will receive an anonymized version of the complete data set. Those who complete four or more sections w
 ill be entered into a drawing to win a free ticket to the conference and will receive a $5 Starbucks or Amazon Gift card.</p>\n<p>Answer the questions that you know and skip the ones you don&#8217;t. The team needs as much data as possible to provide a clearer picture of WordPress&#8217; use in higher education. If you know someone or an organization that uses WordPress in higher education, please <a href=\"https://www.surveymonkey.com/r/wpcampus05-2016\">share the survey</a> with them. The survey closes on May 27th.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 11 May 2016 03:21:06 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\&
 quot;;s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:33;a:6:{s:4:\"data\";s:13:\"\n     \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"WPTavern: What Do You Think of the Recommended Plugins Page in WordPress?\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml
 _lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=54437\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:82:\"http://wptavern.com/what-do-you-think-of-the-recommended-plugins-page-in-wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3913:\"<p>In late 2014, <a href=\"http://wptavern.com/wordpress-4-1-to-introduce-plugin-recommendations\">WordPress 4.1 added</a> a Recommended Plugins tab that takes into account the plugins you have installed and suggests plugins based on which ones are 
 commonly used together. After nearly a year and a half since it was added, I asked the <a href=\"https://twitter.com/wptavern/status/727578470415532032\">Tavern&#8217;s Twitter followers</a> if they have ever installed plugins recommended by WordPress.</p>\n<p>I was surprised to discover that some people don&#8217;t know the tab exists.</p>\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\"><a href=\"https://twitter.com/wptavern\">@wptavern</a> There\'s a \"Recommended\" tab?!?</p>\n<p>&mdash; Joe Taiabjee (@joetek) <a href=\"https://twitter.com/joetek/status/727581218414407681\">May 3, 2016</a></p></blockquote>\n<p></p>\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\"><a href=\"https://twitter.com/wptavern\">@wptaver
 n</a> I\'ve just noticed the Recommended tab. It seems to show those plugins with most Active Installs. Interesting, but a bit \'hidden\'</p>\n<p>&mdash; Alejandro Vargas S. (@Alejandro_V_S) <a href=\"https://twitter.com/Alejandro_V_S/status/727836820159930369\">May 4, 2016</a></p></blockquote>\n<p></p>\n<p>Steve Brown says the recommendations are useful.</p>\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\"><a href=\"https://twitter.com/wptavern\">@wptavern</a> yep :) very useful feature indeed</p>\n<p>&mdash; Steve Brown (@stevna) <a href=\"https://twitter.com/stevna/status/727681984504287232\">May 4, 2016</a></p></blockquote>\n<p></p>\n<p>Some people view the page as an opportunity for Automattic to advertise its plugins while others don&#8217;t trust th
 e recommendations.</p>\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\"><a href=\"https://twitter.com/wptavern\">@wptavern</a> I have no needs for the Automattic plugins that are almost only being recommended there</p>\n<p>&mdash; Marko Heijnen (@markoheijnen) <a href=\"https://twitter.com/markoheijnen/status/727624592399998976\">May 3, 2016</a></p></blockquote>\n<p></p>\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\"><a href=\"https://twitter.com/wptavern\">@wptavern</a> Once. However 10 of the plugins recommended on page 1 are untested with my version of WP. So wouldnt rely on the recommendations</p>\n<p>&mdash; WPin.me (@wp_in) <a href=\"https://twitter.com/wp_in/status/727725233843671040\">May 4, 2016</a></p><
 /blockquote>\n<p></p>\n<p>When I viewed the recommended plugins page in 2014, the results displayed plugins that weren&#8217;t updated in years.</p>\n<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/12/RecommendedPluginsTab.png\"><img class=\"size-full wp-image-35318\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/12/RecommendedPluginsTab.png?resize=1025%2C527\" alt=\"Plugins Recommended To Me Based on Data of Sites with Similar Plugins Installed\" /></a>Plugins Recommended To Me Based on Data of Sites with Similar Plugins Installed\n<p>Today, the page displays more relevant results with recently updated plugins. On the first page of results for WP Tavern, only one plugin from Automattic is recommended. The second page of results doesn&#8217;t list any plugins authored by Automattic.</p>\n<a href=\"http://i0.wp.com/wptavern.com/wp-content/uplo
 ads/2016/05/2016RecommendedPlugins.png\"><img class=\"size-full wp-image-54616\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/05/2016RecommendedPlugins.png?resize=1025%2C514\" alt=\"Recommended Plugins in 2016\" /></a>Recommended Plugin Results in 2016\n<p>To help determine how useful the recommended plugins page is, I&#8217;d like you to take this short survey. Results will be displayed on Tuesday, May 17th. In addition to the survey, you can leave your feedback in the comments.</p>\n<div class=\"pd-embed\" type=\"type\"></div>\n<p></p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 11 May 2016 
 03:19:37 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:34;a:6:{s:4:\"data\";s:13:\"\n       \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:81:\"WPTavern: Automattic is Protecting its Woo, WooThemes, and WooCommerce Trademarks\";s:7:\"attribs\";a:0:{
 }s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=54645\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:89:\"http://wptavern.com/automattic-is-protecting-its-woo-woothemes-and-woocommerce-trademarks\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6735:\"<p>When <a href=\"http://wptavern.com/automattic-acquires-woocommerce\">Automattic acquired WooThemes in 2015</a>, it gained employees, plug
 ins, themes, and the company&#8217;s trademarks. These trademarks include, standard character marks, logos, and specific graphics such as the Verified WooExpert badges. One of the responsibilities of a trademark owner is to protect it from infringement.</p>\n<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/05/VerifiedWooExpertServicemark.png\"><img class=\"size-full wp-image-54702\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/05/VerifiedWooExpertServicemark.png?resize=1025%2C621\" alt=\"Verified WooExpert Service Mark\" /></a>Verified WooExpert Service Mark\n<p>WooGPL is a service that provides customers with commercial themes, plugins, and extensions for WooCommerce at a discounted rate. In March, Automattic <a href=\"https://woogpl.com/woogpl-is-closing/\">sent Billy Ablett</a>, owner of <a href=\"https://woogpl.com\">WooGPL</a>, the 
 following notice that informs him that his domain infringes the Woo and WooCommerce trademarks.</p>\n<blockquote><p>I’m writing to you on behalf of Automattic Inc. regarding your use of the Woo and WooCommerce trademarks.</p>\n<p>As you may know, Automattic owns the Woo, WooCommerce, and WooThemes brands, as well as the associated trademarks. We recently learned of https://woogpl.com, which actively makes use of our registered trademarks in both its name and promotion. We are very concerned that your use of Woo and WooCommerce will create confusion by communicating that your WooCommerce products are endorsed by or associated with Automattic, when in fact it is not.</p>\n<p>While Automattic appreciates that you are providing products that build on WooCommerce open source software, that fact does not authorize you to use Woo, WooThemes or WooCommerce trademarks.</p>\n<p>To minimize user confusion and to protect our own intellectu
 al property, we unfortunately must insist that you take prompt steps to change your domain name to something that doesn’t include &#8216;Woo&#8217; in the prefix, and change your product descriptions to avoid confusion and potentially misleading consumers to believe they are purchasing our products. An example of this would be: WooCommerce Email Customiser Pro would need to be changed to Email Customiser Pro for WooCommerce.</p>\n<p>For more information, please see our <a href=\"https://www.woothemes.com/style-guide/#sg-trademarks\">Trademark Guidelines</a>.</p>\n<p>While we are appreciative that you have included a disclaimer on your site, unfortunately this would not be sufficient and we would still insist that the domain name and product names be changed.</p></blockquote>\n<p>While it&#8217;s not the sole reason <a href=\"https://woogpl.com/woogpl-is-closing/\">WooGPL is shutting down&lt
 ;/a>, the notice provides a convenient opportunity to rebrand to <a href=\"https://www.gplkit.com/\">GPL Kit</a>, something the company was already planning to do.</p>\n<p>&#8220;We would have eventually closed down WooGPL due to GPL Kit however, it would have been great to close it down on our terms when the time was right,&#8221; Daniel, who is part of the GPL Kit team told the Tavern.</p>\n<p>Daniel says that when he started WooGPL there wasn&#8217;t a trademark registered with the Woo character mark until October of 2015.</p>\n<p>A search of the United States Patent and Trademark Office for Woo contains over 1K results. However, this is the only character mark for Woo that I found. The filing date is October 22nd, 2015 and is in the approval process.</p>\n<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/WooCharacterMark.png\"><img class=\"size-full wp-image-54
 703\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/WooCharacterMark.png?resize=1003%2C557\" alt=\"Woo Character Mark\" /></a>Woo Character Mark\n<h2>When You Should Ask For Permission</h2>\n<p>WooThemes has a <a href=\"https://www.woothemes.com/style-guide/#sg-trademarks\">style guide</a> on its site that explains how the brand is used and has details on when Woo™, WooCommerce®, and WooThemes® names, logos, and related icons collectively known as Woo Marks can be used without permission. The following chart provides some examples.</p>\n<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/PermissionChartForWooTrademarks.png\"><img class=\"size-full wp-image-54704\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/PermissionChartForWooTrademarks.png?resize=1010%2C814\" alt=\"Examples of When You Do and Don\'t Need
  Permission\" /></a>Examples of When You Do and Don&#8217;t Need Permission\n<p>If you&#8217;re in doubt, you can email Automattic&#8217;s trademark team  <a href=\"mailto:trademarks@automattic.com\">trademarks @ automattic.com</a> to receive clarification.</p>\n<h2>Woo&#8217;s at Risk?</h2>\n<p>There are quite a few businesses in the WordPress ecosystem that use Woo in their name and domain. <a href=\"http://www.woorockets.com/\">WooRockets</a> is a WooCommerce theme shop while <a href=\"http://wooassist.com/\">WooAssist</a> provides support and maintenance for store owners.</p>\n<p>I reached out to both companies to determine if Automattic sent them the same notice it sent to WooGPL. While I didn&#8217;t receive a response from WooRockets, John Gamour of WooAssist provided the Tavern with the following statement:</p>\n<blockquote&g
 t;<p>No, we haven&#8217;t been contacted by Automattic about that. It would be dissapointing if we were asked to change our name as our founder Nicholas Jones reached out to WooThemes before starting Wooassist and they gave the OK. We have also worked with Matt Cohen and James Koster on a project and nothing was ever mentioned about our name.</p></blockquote>\n<p>I tried to get in touch with Paul Sieminski, legal counsel for Automattic, to learn what the criteria is for violating the trademarks, who&#8217;s at risk, and how long they have enforced the marks but he could not be reached for comment.</p>\n<h2>Better to be Safe Than Sorry</h2>\n<p>As WooGPL discovered, adding a disclaimer to the bottom of your sites may not be enough. Considering the cost and potential impacts of re branding a company or product, it&#8217;s important to know as soon as possible if you&#8217;re infringing a company&#8217;s trademarks.&lt
 ;/p>\n<p>Business owners in the WooCommerce and WooThemes ecosystem should double-check the <a href=\"https://www.woothemes.com/style-guide/#sg-trademarks\">style guide</a> to make sure you&#8217;re not violating any guidelines. Owners can also take a proactive step and contact Automattic&#8217;s trademark team to determine if your business meets the requirements.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 10 May 2016 20:21:06 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\&
 quot;creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:35;a:6:{s:4:\"data\";s:13:\"\n    \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:86:\"WPTavern: WooCommerce Releases Storefront 2.0 with Major Improvements to Mobile Design\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=54641\";s:7:
 \"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:96:\"http://wptavern.com/woocommerce-releases-storefront-2-0-with-major-improvements-to-mobile-design\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3509:\"<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/storefront-update.png\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/storefront-update.png?resize=1025%2C451\" alt=\"storefront-update\" class=\"aligncenter size-full wp-image-54669\" /></a></p>\n<p><a href=\"https://wordpress.org/t
 hemes/storefront/\" target=\"_blank\">Storefront</a>, the official WooCommerce theme built to work seamlessly with the plugin, has just passed the <a href=\"https://www.woothemes.com/2016/05/storefront-2-0-release/\" target=\"_blank\">2.0 milestone</a>. This release introduces a new &#8220;best sellers&#8221; section to the homepage and adds compatibility with the upcoming WooCommerce 2.6’s tabbed “My Account” section and the average rating widget.</p>\n<p>The most important update in Storefront 2.0 is the redesigned mobile experience. According to <a href=\"http://resources.mobify.com/50-mobile-commerce-stats.html\" target=\"_blank\">Mobify</a>, 30% of mobile shoppers will abandon a transaction if the experience is not optimized for mobile. <a href=\"http://www.themobileplaybook.com/\" target=\"_blank\">Google&#8217;s Mobile Playbook</a&
 gt; says that not having a mobile optimized website is like closing your store one day each week. To keep pace with the expectations of mobile buyers, WooCommerce has drastically reduced Storefront&#8217;s mobile header height by 60% and has added the search, shopping cart, and account links to a sticky bottom menu for easy access.</p>\n<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/storefront-mobile-home.png\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/storefront-mobile-home.png?resize=799%2C697\" alt=\"storefront-mobile-home\" class=\"aligncenter size-full wp-image-54671\" /></a></p>\n<p>Storefront 2.0 includes many design improvements that make the theme cleaner and more flexible. This update removes Helvetica in favor of Source Sans, which WooCommerce says gives them access to a wider variety of weights they can use to &#8220;provide greater d
 epth and cohesion.&#8221; Other notable design changes include:</p>\n<ul>\n<li>Borders have been largely removed so that pages don’t feel quite so broken up.</li>\n<li>The breadcrumb and the main navigation are now wrapped in their own content regions, cementing them as unique components.</li>\n<li>Product reviews and comments tweaked to make them cleaner and more scannable.</li>\n<li>Blog post meta has been redesigned to include the author Gravatar.</li>\n<li>Softer design treatment for tables with colors based on the main background color.</li>\n<li>oEmbeds have been styled to match the rest of Storefront (including typography, padding, colors).</li>\n<li>Integrated WordPress 4.5’s custom logo feature so users can add a logo without using a plugin.</li>\n</ul>\n<p><a href=\"https://wordpress.org/themes/storefront/\" target=\"_blank\">Storefr
 ont</a> is active on more than 50,000 websites. There are nearly a dozen free themes on WordPress.org that use it as a parent theme and another dozen commercial themes on WooThemes.com. If you use a heavily customized Storefront child theme, you may want to test its compatibility with the 2.0 update on a development site to ensure that there are no visual surprises. If you have any ideas or recommendations for updates to Storefront, you can leave feedback on the theme&#8217;s <a href=\"http://ideas.woothemes.com/forums/275029-storefront\" target=\"_blank\">idea board</a>.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 09 May 2016 22:23:17 +0000\";s:7:\"attri
 bs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:36;a:6:{s:4:\"data\";s:13:\"\n     \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"WPTavern: Timber 1.0 Is Now Available on WordPress.org\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_ba
 se_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=54396\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"http://wptavern.com/timber-1-0-is-now-available-on-wordpress-org\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5932:\"<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/timber.png\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/timber.png?resize=1025%2C405\" alt=\"timber\" class=\"ali
 gncenter size-full wp-image-54630\" /></a></p>\n<p>Last week the creators of <a href=\"https://wordpress.org/plugins/timber-library/\" target=\"_blank\">Timber</a>, the plugin that enables WordPress theme developers to write HTML using the <a href=\"http://twig.sensiolabs.org/\" target=\"_blank\">Twig Template Engine</a>, released version 1.0 on WordPress.org. The plugin is active on more than 10,000 websites where theme authors have elected to keep PHP files separate from HTML. Timber is built on DRY and MVC principles to solve the problem stated in its unofficial tagline: <em>&#8220;Because WordPress is awesome, but the_loop isn&#8217;t.&#8221;</em></p>\n<p>Over the past four years, the open source project has evolved from being a starter theme to a plugin that can be added to existing themes. It is now used on <a href=\"http://upstatement.com/timbe
 r/#showcase\" target=\"_blank\">thousands of websites</a> and has 83 <a href=\"https://github.com/timber/timber/graphs/contributors\" target=\"_blank\">contributors</a> listed on GitHub.</p>\n<p>&#8220;In 2012 I was getting more into WordPress after doing lots of JS development with <a href=\"http://handlebarsjs.com/\" target=\"_blank\">Handlebars</a> (a JS templating language),&#8221; Timber creator Jared Novack said. &#8220;I went to WordCamp Providence to learn more about state-of-the-art WordPress ways. I remember thinking: &#8216;This is great, but I really miss the cleanliness of Handlebars &#8212; I wish someone would make something like that for WordPress.&#8217; That&#8217;s when I realized, I was that someone.&#8221;</p>\n<p>Novack was playing around with <a href=\"http://www.smarty.net/\" target=\"_blank\"&g
 t;Smarty</a> and <a href=\"https://mustache.github.io/\" target=\"_blank\">Mustache</a> before he finally discovered Fabien Potencier&#8217;s <a href=\"http://twig.sensiolabs.org/\" target=\"_blank\">Twig project</a>.</p>\n<p>&#8220;The syntax felt so natural I almost didn&#8217;t need to read the docs (don&#8217;t worry, I did),&#8221; he said. &#8220;I realized what I needed was a way to marry Twig and WordPress, and thus: Timber was born.&#8221;</p>\n<p>At that time Novack&#8217;s company, <a href=\"https://upstatement.com/\" target=\"_blank\">Upstatement</a>, was beginning development on a big new project for Random House to enable their marketers to generate unique sites from a library of templates. This client project became Timber&#8217;s first test case.</p>\n<p>&#8220;Originally, Timber was a parent
  theme, like _s. But after we completed the Random House project, I realized I wanted to apply Timber functionality to existing sites,&#8221; Novack said. &#8220;I converted it into a plugin that could be employed on existing themes which is the form it takes today.&#8221;</p>\n<p>The plugin allows designers skilled with HTML and CSS to create themes without having extensive knowledge of PHP and WordPress functions. Timber successfully powers sites like Michael Bloomberg&#8217;s <a href=\"https://www.thetrace.org/\" target=\"_blank\">The Trace</a>, <a href=\"http://everytown.org/\" target=\"_blank\">Everytown for Gun Safety</a>, <a href=\"https://www.hoteltonight.com/\" target=\"_blank\">Hotel Tonight</a>, and the <a href=\"http://harvardlawreview.org/\" target=\"_blank\">Harvard Law Review</a>.</p>\n<h3>Timber 1.0 Pu
 ts the Project on the Path of Stability</h3>\n<p>As of Timber 1.0, developers can now include the project as a plugin or require it as a <a href=\"https://packagist.org/packages/timber/timber\" target=\"_blank\">Composer dependency</a>.</p>\n<p>&#8220;The big news is that 1.0 represents a maturing of the platform — developers can use Timber and Twig with confidence that they’re building on top of a stable and universal platform,&#8221; Novack said.</p>\n<p>This release sheds years of deprecated functions and methods dating back to the project&#8217;s early days in 2013. Novack said that technical and documentation debt were the biggest hurdles in getting to 1.0.</p>\n<p>&#8220;In hindsight it’s so easy to build stuff, but so hard to build a complete system,&#8221; he said. &#8220;When Timber started it was just for me and the documentation could just live in my head. I’d a
 dd and improve stuff and then live with some of the quirks.&#8221;</p>\n<p>As the project and its contributors grew, Novack found it difficult to keep up with the growing codebase while running his company. Bringing it to a place of maturity with up-to-date automated testing and documentation took nearly a year.</p>\n<p>&#8220;Backwards compatibility was also a major challenge,&#8221; Novack said. &#8220;As ideas and new code got submitted, development slowed as every decision might have implications for existing users. We would deprecate features, but I was hesitant to remove things that I knew were mistakes, but that people were using.&#8221;</p>\n<p>Developers are encouraged to read the <a href=\"https://github.com/timber/timber/wiki/1.0-Upgrade-Guide\" target=\"_blank\">1.0 Upgrade Guide</a>, as there may be additional steps required depending on how Timber is being used. This release adds a 
 few new features but the most important change is the bulk removal of older sections of the codebase. The upgrade guide outlines all of the object properties and static methods that will need to be updated so that nothing breaks. In the future, Timber-powered themes will be easier to maintain, with fewer quirks and better-documented features.</p>\n<p>&#8220;The key learning for me is that the ultimate &#8216;killer feature&#8217; is stability and predictability,&#8221; Novack said. &#8220;When everything is organized cleanly and developers can use the things that they would intuitively expect — that’s success.&#8221;</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 09 May
  2016 17:52:38 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:37;a:6:{s:4:\"data\";s:13:\"\n \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"Post Status: WordPress Security — Draft podcast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\&quot
 ;;s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"https://poststatus.com/?p=24378\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://poststatus.com/wordpress-security-draft-podcast/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2296:\"<p>Welcome to the Post Status <a href=\"https://poststatus.com/category/draft\">Draft podcast</a>, which you can find <a href=\"https://itunes.apple.com/us/podcast/post-status-draft-wordpr
 ess/id976403008\">on iTunes</a>, <a href=\"http://www.stitcher.com/podcast/krogsgard/post-status-draft-wordpress-podcast\">Stitcher</a>, and <a href=\"http://simplecast.fm/podcasts/1061/rss\">via RSS</a> for your favorite podcatcher. Post Status Draft is hosted by Joe Hoyle &#8212; the CTO of Human Made &#8212; and Brian Krogsgard.</p>\n<p><span>Security &#8212; in WordPress core, distributed plugins and themes, and in our custom code &#8212; is a constant battle. It’s important to be vigilant with our security practices, from the perspective of managing our websites and when writing code. In this episode, Joe and Brian discuss the nature of WordPress security, best practices for writing secure code, and dig into various situations WordPress developers and site owners may run into.</span></p>\n<a href=\"https://audio.simplecast.com/37301.mp3\">https://audio.sim
 plecast.com/37301.mp3</a>\n<p><a href=\"http://audio.simplecast.com/37301.mp3\">Direct Download</a></p>\n<h3>Links</h3>\n<ul>\n<li><a href=\"http://codex.wordpress.org/Hardening_WordPress\">Hardening WordPress</a></li>\n<li><a href=\"https://wordpress.org/about/security/\">About WordPress Security</a></li>\n<li><a href=\"https://make.wordpress.org/themes/2015/05/19/a-guide-to-writing-secure-themes-part-1-introduction/\">A Guide to Writing Secure Themes</a></li>\n<li><a href=\"http://ben.lobaugh.net/uploads/writing-secure-plugins-and-themes/#/\">Writing Secure Plugins &amp; Themes</a> by Ben Lobaugh</li>\n<li><a href=\"https://codex.wordpress.org/Class_Reference/wpdb\">$wpdb</a></li>\n<li><a href=\"https://wpvulndb.com/\">WP Scan<
 /a></li>\n<li><a href=\"https://blog.sucuri.net/2015/03/understanding-wordpress-plugin-vulnerabilities.html\">Understanding Vulnerabilities</a></li>\n</ul>\n<h3>Sponsor: Pagely</h3>\n<p><a href=\"https://pagely.com\"><span>Pagely</span></a><span> offers best in class managed WordPress hosting, powered by the Amazon Cloud, the Internet’s most reliable infrastructure. Post Status is proudly hosted by Pagely. Thank you to </span><a href=\"https://pagely.com\"><span>Pagely</span></a><span> for being a Post Status partner.</span></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 09 May 2016 01:01:31 +0000\";s:7:\&q
 uot;attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Katie Richards\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:38;a:6:{s:4:\"data\";s:13:\"\n   \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"Matt: Apple and Podcasting\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\"
 ;b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"https://ma.tt/?p=46548\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"https://ma.tt/2016/05/apple-and-podcasting/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:557:\"<p><a href=\"https://marco.org/2016/05/07/apple-role-in-podcasting\">Marco Arment has a great take on how the decentralized nature of podcasting is a feature</a>, not a bug, and Apple being more proactive there would be harmful to the ecosystem. As an aside, since I&#8217
 ;ve been in Houston more recently, which means driving a lot, I&#8217;ve been really loving his app <a href=\"https://overcast.fm/\">Overcast</a> and I opted in to the optional paid subscription for it. I just need to get in more of a habit of listening to podcasts outside of Houston.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 08 May 2016 14:17:25 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\&quot
 ;;s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:39;a:6:{s:4:\"data\";s:13:\"\n  \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:98:\"WPTavern: VersionPress 3.0 Adds New Search Feature, Bulk Undo, and Commit Tracking per Environment\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=54530\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\
 ";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:106:\"http://wptavern.com/versionpress-3-0-adds-new-search-feature-bulk-undo-and-commit-tracking-per-environment\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3843:\"<p><a href=\"https://blog.versionpress.net/2016/04/versionpress-3-0-released/\" target=\"_blank\">VersionPress 3.0</a>, released this week, is the first version since the plugin <a href=\"http://wptavern.com/versionpress-transitions-into-a-free-open-source-project\" target=\"_blank\">became a free, open source project</a>. Creators Borek Bernard and Jan Voráček, who originally attempted to crowdfund the project and then <a href=\"http://wptavern.com/versionpress-raise
 s-400k-in-seed-funding\" target=\"_blank\">raised $400,000 in seed funding</a>, <a href=\"http://wptavern.com/versionpress-transitions-into-a-free-open-source-project\" target=\"_blank\">announced</a> last month that they are transitioning to a public development model.</p>\n<p>The team&#8217;s goal with this release was to polish up the experience of using VersionPress in the default WordPress installation while adding more useful features. However, it is not yet ready for use in production, according to Bernard.</p>\n<p>&#8220;We’re still keeping VersionPress in the <a href=\"http://docs.versionpress.net/en/getting-started/about-eap\" target=\"_blank\">“early access” period</a>, because of the third party plugins integration story but on simpler sites, VersionPress already shines,&#8221; he said.</p>\n<p>One of the most notable new features 
 in VersionPress 3.0 is the plugin&#8217;s ability to track commits with the environment where they were created. Users can view changes in the admin and easily see if they were pushed to the staging or production environment.</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/05/commit-tracking-in-environment.gif\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/05/commit-tracking-in-environment.gif?resize=725%2C347\" alt=\"commit-tracking-in-environment\" class=\"aligncenter size-full wp-image-54599\" /></a></p>\n<p>Version 3.0 also adds searching capabilities for filtering commits by author, date, commit message, and WordPress action. This release also includes a new bulk undo feature for commits and many improvements to the core versioning engine.</p>\n<h3>VersionPress 4.0 to Focus on Support for 3rd Party Plugins</h3>\n<p>One of the 
 reasons the VersionPress team decided to go with a public development model was to mitigate the plugin&#8217;s conflicts with third-party themes and plugins. This was only possible if the opened up the codebase for contribution from other developers.</p>\n<p>&#8220;While we had most of the WordPress core covered pretty well, there was still this huge ecosystem of WordPress plugins and themes that could cause trouble to VersionPress in million different ways,&#8221; Borek said. &#8220;In the long run, the project had to turn into OSS should it be successful, and, fortunately, we met investors who understood this and supported our vision.&#8221;</p>\n<p>Borek and the team plan to focus on adding support for complex third party plugins in version 4.0, tentatively scheduled for mid-2016. One commenter on the post mentioned that a lack of WooCommerce support is a major thing holding him back from using VersionPress on projects. Borek confirmed 
 that WooCommerce is high on their list of plugins they want to support.</p>\n<p>&#8220;Our goal remains the same: to take all the incredibly powerful functionality of Git and package it so that every WordPress user can use it,&#8221; Borek said.</p>\n<p>Since most site owners interested in this plugin are not running vanilla installations of WordPress, support for third party plugins will be a major leap forward for the project with the potential to greatly expand its user base. Check out VersionPress&#8217; <a href=\"http://docs.versionpress.net/en/release-notes/roadmap\" target=\"_blank\">roadmap</a> to follow along with its progress and see what&#8217;s next.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\&qu
 ot;pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 06 May 2016 22:04:53 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:40;a:6:{s:4:\"data\";s:13:\"\n   \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"WPTavern: WordPress 4.5.2 Patches Tw
 o Security Vulnerabilities\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=54594\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"http://wptavern.com/wordpress-4-5-2-patches-two-security-vulnerabilities\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1441:\"<p>The WordPress core team has <a href=\"https://wordpress.org/news/2016/05/wordpress-4-5-2/\">rel
 eased WordPress 4.5.2</a> which patches two security vulnerabilities in WordPress versions 4.5.1 and below. The first is a <a href=\"http://www.benhayak.com/2015/06/same-origin-method-execution-some.html\">SOME vulnerability</a> (Same-Origin Method Execution) in Plupload, the third-party library WordPress uses for uploading files. The second is a reflected cross-site-scripting vulnerability in MediaElement.js, the third-party library used for media players.</p>\n<p>Auto updates are rolling out to sites but if you don&#8217;t want to wait, browse to Dashboard &gt; Updates and click the Update Now button. Mario Heiderich, Masato Kinugawa, and Filedescriptor of <a href=\"https://cure53.de/\">Cure53</a> are credited with <a href=\"https://make.wordpress.org/core/handbook/testing/reporting-security-vulnerabilities/\">responsibly disclosing</a> the vulnerabilities.</p>\n<p>In addition t
 o the release, the core team has <a href=\"https://make.wordpress.org/core/2016/05/06/imagemagick-vulnerability-information/\">published a post</a> concerning the <a href=\"https://imagetragick.com/\">multiple vulnerabilities</a> discovered in ImageMagick, a popular image processing script used on thousands of webhosting servers. The post describes how WordPress is affected and what the team is doing to mitigate issues.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 06 May 2016 20:01:26 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s
 :32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:41;a:6:{s:4:\"data\";s:13:\"\n      \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:97:\"WPTavern: Laravel Releases Valet, a Minimalist Development Environment with Support for WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:
 4:\"data\";s:28:\"http://wptavern.com/?p=54580\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:106:\"http://wptavern.com/laravel-releases-valet-a-minimalist-development-environment-with-support-for-wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3404:\"<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/05/valet-parking.jpg\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/05/valet-parking.jpg?resize=900%2C520\" alt=\"photo credit: Valet Parking, Las Vegas, NV - (license)\" class=\"size-full wp-image
 -54589\" /></a>photo credit: <a href=\"http://www.flickr.com/photos/55151301@N00/175606346\">Valet Parking, Las Vegas, NV</a> &#8211; <a href=\"https://creativecommons.org/licenses/by-nd/2.0/\">(license)</a>\n<p><a href=\"https://laravel.com/\" target=\"_blank\">Laravel</a>, the open source MVC PHP framework created for application development, has just released <a href=\"https://laravel.com/docs/5.2/valet\" target=\"_blank\">Valet</a>, a minimalist development environment for Mac. It uses just 7mb of RAM, because it doesn&#8217;t include Vagrant, Apache, Nginx, or a /etc/hosts file. Here&#8217;s how it works:</p>\n<blockquote><p>Laravel Valet configures your Mac to always run PHP&#8217;s built-in web server in the background when your machine starts. Then, using DnsMasq, Valet proxies all requests on the *.dev domain to po
 int to sites installed on your local machine.\n</p></blockquote>\n<p>Valet supports Laravel, Lumen, Statamic, Craft, Jigsaw, and even has a driver for WordPress. It&#8217;s handy if you just need a simple, fast development environment without virtualization. Developers can also share sites publicly via local tunnels. It&#8217;s as easy as navigating to the site&#8217;s directory in the terminal and running the <code>valet share</code> command, which generates a publicly accessible URL.</p>\n<p><a href=\"https://wppusher.com/\" target=\"_blank\">WP Pusher</a> founder Peter Suhm, who is active in both the Laravel and WordPress communities, wrote a <a href=\"http://blog.wppusher.com/a-minimalist-development-environment-for-wordpress-with-laravel-valet/\" target=\"_blank\">tutorial</a> for setting up Valet for WordPress development.</p>\n<p>&#8220;For lar
 ger apps, I generally prefer my development environment to be very similar to production,&#8221; Suhm said. &#8220;Vagrant and Docker are great for that. Valet is great for all those quick and dirty WordPress installations you need, just to test something or quickly work on an idea. If you don’t need anything else besides PHP 7 and a database, Valet is a great setup.&#8221;</p>\n<p>Since it doesn&#8217;t require a ton of dependencies, Valet is quick to set up and doesn&#8217;t require any configuration. Developers don&#8217;t even need to make Valet aware that their app is WordPress &#8211; you can simply drop WordPress core files into a folder on your machine and then access the site in your browser.</p>\n<p>If you&#8217;re looking for a new lightweight development environment or just a quick way to do some PHP 7 testing for WordPress plugins, Valet may fit nicely into your workflow. You can install it using <a href=\&quo
 t;http://brew.sh/\" target=\"_blank\">Homebrew</a>. View the <a href=\"https://laravel.com/docs/5.2/valet#installation\" target=\"_blank\">docs</a> for installation and site setup or follow along with Suhm&#8217;s <a href=\"http://blog.wppusher.com/a-minimalist-development-environment-for-wordpress-with-laravel-valet/\" target=\"_blank\">tutorial</a>.</p>\n<p>To see a quick demo of Valet in action, check out the two-minute introduction video created by Adam Wathan:</p>\n<div class=\"embed-wrap\"></div>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 06 May 2016 18:44:40 +0000\";s:7:\&q
 uot;attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:42;a:6:{s:4:\"data\";s:13:\"\n    \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:79:\"WPTavern: WordPress 4.6 to Drop Open Sans in the Admin in Favor of System Fonts\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0
 :\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=54507\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:89:\"http://wptavern.com/wordpress-4-6-to-drop-open-sans-in-the-admin-in-favor-of-system-fonts\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2130:\"<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/05/system-fonts-firefox-osx.png\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/05/
 system-fonts-firefox-osx.png?resize=1025%2C450\" alt=\"system-fonts-firefox-osx\" class=\"aligncenter size-full wp-image-54575\" /></a></p>\n<p>WordPress 4.6 will bid farewell to Open Sans in the admin in favor of using system fonts. Open Sans, which loads from Google Fonts as an external resource, has been in use in the admin since 2013.</p>\n<p>&#8220;At the time of introduction in 3.8, there were not good system fonts common to all platforms at the time,&#8221; WordPress lead developer <a href=\"http://helenhousandi.com/\" target=\"_blank\">Helen Hou-Sandí</a> said in her <a href=\"https://core.trac.wordpress.org/changeset/37361\" target=\"_blank\">commit</a> message. &#8220;In the years since, Windows, Android, OS X, iOS, Firefox OS, and various flavors of Linux have all gotten their own (good) system UI fonts.&#8221;</p>\n<p>Now 
 that the admin doesn&#8217;t have to load fonts from Google, it should feel faster and will provide a better experience for developers who are working offline.</p>\n<p>Dropping Open Sans originated as part of the <a href=\"https://make.wordpress.org/core/features/font-natively/\" target=\"_blank\">Font Natively</a> feature project led by WordPress designer <a href=\"https://mattmiklic.com/\" target=\"_blank\">Matt Miklic</a>, Mark Uraine, and Helen Hou-Sandí. The project page provides screenshots for the WP admin with Open Sans in Firefox on OSX vs the admin with system fonts, but the team noted that they are in need of more screenshots from different environments.</p>\n<p>Anytime that WordPress can shed a third-party dependency while improving the experience in the admin is a win for everyone. The commit comes early in the release cycle in order to get more people testing for misalignments 
 and any other issues. Feel free to report any bugs you experience with the change, as work is still ongoing on the <a href=\"https://core.trac.wordpress.org/ticket/36753\" target=\"_blank\">ticket</a>.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 05 May 2016 20:50:27 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17
 :\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:43;a:6:{s:4:\"data\";s:13:\"\n        \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"WPTavern: Ninja Forms Update Patches Critical Security Vulnerability\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=54556\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:
 {i:0;a:5:{s:4:\"data\";s:78:\"http://wptavern.com/ninja-forms-update-patches-critical-security-vulnerability\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4325:\"<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/03/NinjaFormsFeaturedImage.png\"><img class=\"aligncenter size-full wp-image-40019\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/03/NinjaFormsFeaturedImage.png?resize=840%2C273\" alt=\"Ninja Forms Featured Image\" /></a><a href=\"https://wordpress.org/plugins/ninja-forms/\">Ninja Forms</a>, a popular plugin active on more than 500K websites, released an update 48 hours ago that addresses a critical security vulnerability. Wordfence <a href=\
 "https://www.wordfence.com/blog/2016/05/ninja-forms-shell-upload-vulnerability-high-risk/\">is reporting</a> that Ninja Forms versions 2.9.36 to 2.9.42 contain multiple security vulnerabilities.</p>\n<p>One of the vulnerabilities allows an attacker to upload and execute code remotely on WordPress sites. The only information needed to exploit the vulnerability is the URL of the target site that&#8217;s using a form powered by an affected version of Ninja Forms.</p>\n<p>Kevin Stover, CTO of Ninja Forms, explains to the Tavern how they discovered the vulnerabilities:</p>\n<blockquote><p>About two weeks ago, we were contacted by a security researcher, James Golovich, regarding a file upload issue within Ninja Forms. He demonstrated that it was possible to upload an arbitrary file using some test code that hadn’t been removed during our build process.</p>\n<p>We realised that the test code had accidentally bee
 n utilised in other areas of the plugin, and we immediately began working on a fix. While the issue was being patched, we reached out to the devs at the <a href=\"http://wordpress.org/\" target=\"_blank\" rel=\"noreferrer\">WordPress.org</a> repo and began the processes of preparing for auto updating users of the affected versions.</p>\n<p>Once the patch had been tested, we pushed version 2.9.43 and .1 versions of 2.9.36 &#8211; 2.9.42. Shortly after, <a href=\"http://wordpress.org/\" target=\"_blank\" rel=\"noreferrer\">WordPress.org</a> began pushing out automatic updates.</p></blockquote>\n<p>As to why there wasn&#8217;t a post published immediately on the official <a href=\"https://ninjaforms.com/blog/\">Ninja Forms blog</a> announcing the update, &#8220;We didn’t want to go public with the vulnerability until our users had time to
  update, both to the newest version and the .1 versions,&#8221; Stover said.</p>\n<p>&#8220;James Golovich&#8217;s responsible disclosure gave us time to fix the issue and for our users to update to safe versions before disclosing the vulnerability on his site,&#8221; he said. The company has since <a href=\"https://ninjaforms.com/important-security-update-always-hurt-ones-love/\">published a blog post </a>concerning the update.</p>\n<p>Working with the WordPress security team, automatic updates started rolling out on Tuesday, May 3rd. If automatic plugin updates are disabled, you&#8217;re highly encouraged to update manually to 2.9.45 as soon as possible. The Ninja Forms team is also working with a number of large webhosts to ensure as many sites as possible are updated.</p>\n<p>Wordfence is not detecting wide-spread exploitation but this could change in the next few days as details of the exploit emerge.
 </p>\n<p>When it comes to security vulnerabilities, the ability to upload and execute code remotely is about as severe as it gets. Golovich is credited with <a href=\"http://www.pritect.net/blog/ninja-forms-2-9-42-critical-security-vulnerabilities\">responsibly disclosing</a> the vulnerability to the Ninja Forms team. He also provides technical details of each vulnerability, most of which are in the Ninja Forms 3.0 code base.</p>\n<p>According to Golovich, the most vulnerable code is a proof of concept:</p>\n<blockquote><p>The following vulnerable code was, according to Kyle Johnson of the WP Ninjas team &#8216;not a live feature of Ninja Forms, but was more of a proof of concept for a future free feature.&#8217; Unfortunately, even proof of concept code that is accessible is still vulnerable to attack. This is the most critical vulnerability here because it potentially allows an attacker to execute arbitrary ph
 p code on a site.</p></blockquote>\n<p>Users should update as soon as possible as it&#8217;s only a matter of time before tools are created that can easily take advantage of the exploit.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 05 May 2016 20:46:19 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit
 \";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:44;a:6:{s:4:\"data\";s:13:\"\n \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"WPTavern: WordPress.org Support Forums Adds Accessibility Section\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=54472\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\&q
 uot;;s:75:\"http://wptavern.com/wordpress-org-support-forums-adds-accessibility-section\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3619:\"<p>Earlier this year, the WordPress project made a huge move by <a href=\"http://wptavern.com/wordpress-adopts-accessibility-coding-standards-for-all-new-and-updated-code\">adopting accessibility coding standards</a> for new and updated code. If you&#8217;re struggling to meet <a href=\"https://www.w3.org/WAI/intro/wcag\">WCAG 2.0 guidelines</a> in your WordPress projects and need help, check out the new <a href=\"https://wordpress.org/support/forum/accessibility\">Accessibility section</a> in the WordPress.org support forums.</p>\n<a href=\"http://i2.
 wp.com/wptavern.com/wp-content/uploads/2016/05/WPAccessibilitySupport.png\"><img class=\"size-full wp-image-54551\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/WPAccessibilitySupport.png?resize=1025%2C487\" alt=\"WordPress Accessibility Support\" /></a>WordPress Accessibility Support\n<p>Amanda Rush, who helps WordPress developers make their themes and plugins accessible, says the forum is the result of a conversation with a support team member at WordCamp Atlanta.</p>\n<p>&#8220;I <span class=\"message_body\">mentioned that part of what makes the job difficult when it comes to making WordPress accessible is stopping during our work to answer occasional questions.<br />\n</span></p>\n<p>&#8220;Most of the time the answer is not a quick one, because in the case of screen reader users, you have to first find out how well they can use their tech, how fa
 miliar they are with WordPress itself, and if neither of those chances are high, you spend time giving them a crash course in either one or both, and then answer their question,&#8221; <span class=\"message_body\">Rush said. </span></p>\n<p>Most of the people on the <a href=\"https://make.wordpress.org/accessibility/\">WordPress Accessibility team</a> are volunteers with full-time jobs which limits their ability to provide one-on-one support. Many of the support queries come through email or direct messages to individuals on the team. The forum enables everyone to participate in the support process.</p>\n<p>&#8220;If people ask their questions publicly, I or others not necessarily on the Accessibility Team can answer, and the answers are then public,&#8221; Rush said.</p>\n<p>&#8220;We have a pattern library on GitHub, which we all contribute to when we have time. But there are all kinds 
 of solutions being passed around on Twitter and spread across other people&#8217;s GitHub accounts. So if someone asks a question like that, we can either point to something in specific cases, which is most of them, there&#8217;s probably already a specific solution that someone&#8217;s built, and we can link to that,&#8221; Rush told the Tavern.</p>\n<p>The accessibility support forum also comes with a side benefit, &#8220;W<span class=\"message_body\">e don&#8217;t have to say no all the time when people ask for support, or what looks like all the time to some people. Everyone can help each other </span><span class=\"message_body\">out and Google has a public resource,&#8221; Rush said.<br />\n</span></p>\n<p>The support forum comes at a time where accessibility is an increasingly important part of web development. For example, the European Union <a href=\"http://europa.eu
 /rapid/press-release_IP-16-1654_en.htm\">recently agreed to new rules</a> that will make public sector websites and apps more accessible.</p>\n<p>If you have any questions related to accessibility, you can post them on the forum. If you have experience and knowledge in the accessibility field, consider answering questions as it&#8217;s a great way to contribute to the WordPress project.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 05 May 2016 20:13:11 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\&quo
 t;;a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:45;a:6:{s:4:\"data\";s:13:\"\n      \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:110:\"WPTavern: Font Awesome CDN Now in Beta, Loads Icons Asynchronously with Automatic Accessibility Best Practices\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"h
 ttp://wptavern.com/?p=54509\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:119:\"http://wptavern.com/font-awesome-cdn-now-in-beta-loads-icons-asynchronously-with-automatic-accessibility-best-practices\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2903:\"<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/05/font-awesome.png\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/05/font-awesome.png?resize=1025%2C326\" alt=\"font-awesome\" class=\"aligncenter size-full wp-image-54532\" /></a></p>\n&l
 t;p><a href=\"https://fortawesome.github.io/Font-Awesome/\" target=\"_blank\">Font Awesome</a>, the open source vector icon collection used by more than 300 plugins on WordPress.org and many free and commercial themes, <a href=\"https://articles.fortawesome.com/announcing-font-awesome-cdn-81773e0b301f#.egol888o7\" target=\"_blank\">announced the beta release of its new CDN</a>. Developers can now add a single line of code to bring the icons and CSS toolkit into their projects.</p>\n<p>The icon files and CSS are hosted by <a href=\"https://www.maxcdn.com/\" target=\"_blank\">MaxCDN</a>, which serves a cached version that loads quickly on websites that use Font Awesome. The CDN uses <a href=\"https://github.com/typekit/webfontloader\" target=\"_blank\">Web Font Loader</a>, which was co-developed by Google and Typekit, to load the icons asynchro
 nously. This also gives developers <a href=\"https://github.com/typekit/webfontloader#events\" target=\"_blank\">CSS and JavaScript events</a> to hook into on loading.</p>\n<p><a href=\"http://wptavern.com/font-awesome-4-6-0-adds-new-accessibility-icons-category\" target=\"_blank\">FontAwesome 4.6 added a new accessibility icon category</a> and the new CDN helps to automate outputting the correct markup. If the icon you&#8217;re using has semantic meaning, including an accurate title attribute with the inline icon will trigger Font Awesome&#8217;s JS to do the rest.</p>\n<p>Font Awesome requires an email address from those want to use the CDN so it can issue a unique embed code for each. Developers also have the option to register a Font Awesome CDN account to keep track of sites and apps where they are using the icons, and manage multiple embed codes. Once logged in, you can enable or di
 sable auto-accessibility, asynchronous icon loading, easy updates to newer Font Awesome versions, and CSS or JS embed.</p>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/05/font-awesome-account.png\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/05/font-awesome-account.png?resize=1025%2C865\" alt=\"font-awesome-account\" class=\"aligncenter size-full wp-image-54543\" /></a></p>\n<p>One of the most convenient reasons to use the CDN is to simplify updates. WordPress plugin and theme developers do not have to bump versions or push any code to use the latest version. Font Awesome version changes can be triggered on an individual basis for each embed code in a developer&#8217;s account dashboard. Check out the instructions at <a href=\"https://cdn.fontawesome.com/\" target=\"_blank\">cdn.fontawesome.com</a> to get your project hooke
 d up.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 05 May 2016 18:09:31 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:46;a:6:{s:4:\"data\";s:13:\"\n       \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\&qu
 ot;\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:50:\"WP Mobile Apps: WordPress for Android: Version 5.3\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://apps.wordpress.com/?p=3352\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"https://apps.wordpress.com/2016/05/05/wordpress-for-android-version-5-3/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b
 :0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3203:\"<p>Hello WordPress users! <a href=\"https://play.google.com/store/apps/details?id=org.wordpress.android\" target=\"_blank\">Version 5.3 of the WordPress for Android app</a> is now available in the Google Play Store.</p>\n<h1>Account Settings and App Settings</h1>\n<p>We split the old Account Settings into two distinct screens: Account Settings for everything related to your account, and App Settings for everything specific to the App, like the interface language, PIN lock, and Analytics opt-out.</p>\n<p><img class=\"alignnone size-full wp-image-3354\" src=\"https://apps.files.wordpress.com/2016/04/screenshot-2016-04-04_15-43-50-172.png?w=640\" alt=\"screenshot-2016-04-04_15.43.50.172\" /></p>\n<h1>Delete WordPress.com site</h1
 >\n<p>With 5.3, you can now export your content (posts, pages, and settings) by email and delete your WordPress.com site from the app.</p>\n<p><img class=\"alignnone size-full wp-image-3356\" src=\"https://apps.files.wordpress.com/2016/04/screenshot-2016-04-04_15-45-34-504.png?w=640\" alt=\"screenshot-2016-04-04_15.45.34.504\" /></p>\n<h1>Other Changes</h1>\n<p>Version 5.3 also comes with a few other enhancements:</p>\n<ul>\n<li>New styling of the action bar in the Reader.</li>\n<li>If you made changes to a post, you&#8217;ll see a confirmation blink on <strong>Blog Posts</strong> when returning to the <strong>My site</strong> screen.</li>\n<li>Better styling of the Post and Page Preview screen.</li>\n<li>An updated support tool reduces crashes.</li>\n</ul>\n\n<a href=\"https://apps.wordpress.com/20
 16/05/05/wordpress-for-android-version-5-3/screenshot-2016-04-04_15-59-35-639/\"><img width=\"84\" height=\"150\" src=\"https://apps.files.wordpress.com/2016/04/screenshot-2016-04-04_15-59-35-639.png?w=84&h=150\" class=\"attachment-thumbnail size-thumbnail\" alt=\"screenshot-2016-04-04_15.59.35.639\" /></a>\n<a href=\"https://apps.wordpress.com/2016/05/05/wordpress-for-android-version-5-3/screenshot-2016-04-04_16-01-41-971/\"><img width=\"84\" height=\"150\" src=\"https://apps.files.wordpress.com/2016/04/screenshot-2016-04-04_16-01-41-971.png?w=84&h=150\" class=\"attachment-thumbnail size-thumbnail\" alt=\"screenshot-2016-04-04_16.01.41.971\" /></a>\n\n<p>We&#8217;re working hard on new features for the next version &#8212; you can track our development progress for the next release by visiting <a href=\"ht
 tps://github.com/wordpress-mobile/WordPress-Android/milestones/5.4\">our 5.4 milestone on GitHub</a>.</p>\n<h1>Thank you</h1>\n<p>Thanks to our contributors: <a href=\"https://github.com/aforcier\">@aforcier</a>, <a href=\"https://github.com/daniloercoli\">@daniloercoli</a>, <a href=\"https://github.com/hypest\">@hypest</a>, <a href=\"https://github.com/kwonye\">@kwonye</a>, <a href=\"https://github.com/maxme\">@maxme</a>, <a href=\"https://github.com/mzorz\">@mzorz</a>, <a href=\"https://github.com/nbradbury\">@nbradbury</a>, <a href=\"https://github.com/oguzkocer\">@oguzkocer</a>, <a href=\"https://github.com/rishabh7m\">@rishabh7m</a>, <a href=\"https://github.com/roundhill\">@roundhill</a>, and <a href=\"https://githu
 b.com/tonyr59h\">@tonyr59h</a>.</p><img alt=\"\" border=\"0\" src=\"https://pixel.wp.com/b.gif?host=apps.wordpress.com&blog=108068616&post=3352&subd=apps&ref=&feed=1\" width=\"1\" height=\"1\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 05 May 2016 08:57:23 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"Maxime\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_expli
 cit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:47;a:6:{s:4:\"data\";s:13:\"\n      \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"WPTavern: WPWeekly Episode 233 – Recap of WordCamp Chicago 2016\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"http://wptavern.com?p=54518&preview_id=54518\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;
 a:5:{s:4:\"data\";s:71:\"http://wptavern.com/wpweekly-episode-233-recap-of-wordcamp-chicago-2016\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2903:\"<p>On this episode of WordPress Weekly, I describe my experience attending WordCamp Chicago 2016 this past weekend. Marcus Couch and I then discuss the news of the week including a new tool that helps WordCamp organizers create customized name badges.</p>\n<p>We also have a lengthy discussion on the freemium business model and how it&#8217;s affecting users of themes and plugins downloaded from the official directories. Last but not least, we talk about WooCommerce Connect, a new SaaS tool from Automattic that has a tight relationship with Jetpack.</p>\n<h2>Stories Discussed:</h2>\n
 <p><a href=\"http://wptavern.com/wordcamp-organizers-get-new-tool-for-creating-personalized-wordcamp-badges\">WordCamp Organizers Get New Tool for Creating Personalized WordCamp Badges</a><br />\n<a href=\"http://wptavern.com/wordpress-is-now-100-translated-into-marathi\">WordPress is Now 100% Translated Into Marathi</a><br />\n<a href=\"http://wptavern.com/templatic-hacked-files-and-databases-compromised\">Templatic Hacked, Files and Databases Compromised</a><br />\n<a href=\"http://wptavern.com/wordpress-theme-review-team-votes-on-new-guidelines-to-ban-obtrusive-upselling\">WordPress Theme Review Team Votes on New Guidelines to Ban Obtrusive Upselling</a><br />\n<a href=\"http://wptavern.com/automattic-introduces-woocommerce-connect-hosted-components-for-e-commerce\">Automattic Introduces WooCommerce Connect, Hosted Components for E-Commerce</a&g
 t;</p>\n<h2>Plugins Picked By Marcus:</h2>\n<p><a href=\"https://wordpress.org/plugins/rss-feed-canceller/\">RSS Feed Canceller </a>provides more control over your RSS feed. You can turn it on or off per post and control whether or not a post is excluded from the feed.</p>\n<p><a href=\"https://wordpress.org/plugins/tld-woocommerce-downloadable-product-update-emails/\">TLD WooCommerce Downloadable Product Update Emails</a> is a simple plugin that notifies customers who purchased a downloadable product via email that there&#8217;s an update available.</p>\n<p><a href=\"https://wordpress.org/plugins/inline-click-to-tweet/\">Inline Click To Tweet</a> allows authors to highlight text from within the visual editor and make it tweetable by clicking within the post or page.</p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> W
 ednesday, May 11th 9:30 P.M. Eastern</p>\n<p><strong>Subscribe To WPWeekly Via Itunes: </strong><a href=\"https://itunes.apple.com/us/podcast/wordpress-weekly/id694849738\" target=\"_blank\">Click here to subscribe</a></p>\n<p><strong>Subscribe To WPWeekly Via RSS: </strong><a href=\"http://www.wptavern.com/feed/podcast\" target=\"_blank\">Click here to subscribe</a></p>\n<p><strong>Subscribe To WPWeekly Via Stitcher Radio: </strong><a href=\"http://www.stitcher.com/podcast/wordpress-weekly-podcast?refid=stpr\" target=\"_blank\">Click here to subscribe</a></p>\n<p><strong>Listen To Episode #233:</strong><br />\n</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_e
 xplicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 05 May 2016 08:46:25 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:48;a:6:{s:4:\"data\";s:13:\"\n        \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a
 :5:{s:4:\"data\";s:54:\"WPTavern: WordCamp Chicago 2016 Was a Deep Dish of Fun\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=54453\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"http://wptavern.com/wordcamp-chicago-2016-was-a-deep-dish-of-fun\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5547:\"<p><a href=\"https://2016.chicago.wordcamp.org/
 \">WordCamp Chicago 2016</a> was held at University Center in the heart of Chicago, IL, where more than 300 attendees spent the weekend learning about WordPress. The event was organized by Ryan Erwin and a <a href=\"https://2016.chicago.wordcamp.org/organizers/\">team of volunteers. </a></p>\n<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/05/JJJWCChicago2016.jpg\"><img class=\"size-full wp-image-54500\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/05/JJJWCChicago2016.jpg?resize=1024%2C768\" alt=\"John James Jacoby talking about bbPress and BuddyPress\" /></a>John James Jacoby talking about bbPress and BuddyPress\n<p>Tracks were split up into three separate rooms limiting the amount of background noise during sessions. Giving attendees a schedule is handled differently at most camps. Some provide a paper schedule while others put it on the back of 
 the name badge.</p>\n<p>At WordCamp Chicago, schedule boards were displayed outside each room that corresponded with a track number. This made it easier for attendees to determine if they wanted to stay in the room for the next session.</p>\n<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/WCChicago2016Schedule.jpg\"><img class=\"size-full wp-image-54501\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/WCChicago2016Schedule.jpg?resize=1024%2C1365\" alt=\"Schedule Board Outside The Room Hosting Track 1\" /></a>Schedule Board Outside The Room Hosting Track 1\n<p>WordCamps are a great way to stress test a venue&#8217;s network but the WiFi at WordCamp Chicago was flawless. I didn&#8217;t experience any issues and it remained fast throughout the event. I didn&#8217;t stick around for lunch as there are plenty of lunch options available within walking distance o
 f the venue.</p>\n<h2>The After Party</h2>\n<p>Most WordCamps host an after party at a restaurant, bar, or other establishment away from the venue. WordCamp Chicago&#8217;s after party was held at the venue. It included, non-alcoholic and alcoholic drinks, food, and card games on each table. It was fun mingling and networking with people without having to compete with blaring music or a loud atmosphere.</p>\n<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/05/WCChicago2016AfterParty.jpg\"><img class=\"size-full wp-image-54503\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/05/WCChicago2016AfterParty.jpg?resize=1024%2C768\" alt=\"WordCamp Chicago 2016 After Party\" /></a>WordCamp Chicago 2016 After Party\n<p>Out of all the sessions I attended, my favorite is <a href=\"https://2016.chicago.wordcamp.org/session/disastrous-deals-to-profitable-projects-co
 mparing-my-best-and-worst-client-experiences/\">by Kyle Maurer,</a> who shared experiences and advice from <a href=\"http://realbigmarketing.com/\">building client websites</a> over the years.</p>\n<p>One of the biggest pieces of advice he shared is to build direct relationships with clients. No one is going to fight your battles as much as you and third-parties are unlikely to stick their neck out. Managing direct relationships leads to trust, referrals, and being rehired to do additional work.</p>\n<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/05/KyleMaurerSlideWCChicago2016.jpg\"><img class=\"size-full wp-image-54504\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/05/KyleMaurerSlideWCChicago2016.jpg?resize=1024%2C768\" alt=\"A Slide from Kyle Maurer\'s Presentation\" /></a>A Slide from Kyle Maurer&#8217;s Presentation\n<p>His se
 ssion contains a lot of great information and I highly encourage you to watch it when it&#8217;s published on WordPress.tv.</p>\n<h2>WordCamps Offer a Lot of Value For The Price</h2>\n<p>Throughout the event, I spoke to a number of people and noted the following. Many attendees said they received more value than expected paying $40 a ticket. Some have spent hundreds of dollars on conference tickets and didn&#8217;t enjoy themselves or come away with nearly as much information.</p>\n<p>I discovered a number of attendees are part of one or more WordPress meetup groups. According to Meetup.com, there are at least <a href=\"http://www.meetup.com/find/?allMeetups=false&keywords=Chicago+WordPress&radius=25&userFreeform=chicago+I&mcId=c60601&change=yes&sort=recommended&eventFilter=mysugg\">four WordPress groups </a>with hundreds of members spread throughout the Chicago area. It&#8217;s a stron
 g indication that the WordPress community in Chicago is thriving and supportive of each other.</p>\n<h2>WordCamp Chicago in 2017</h2>\n<p>It was a pleasure attending WordCamp Chicago and making new friends. I especially enjoyed speaking to WordPress Weekly listeners and getting their feedback. Also for those wondering, I satisfied my craving for deep-dish pizza via <a href=\"http://www.loumalnatis.com/arizona-phoenix\">Lou Malnati&#8217;s</a>. The pizza tastes better than I remembered. If you&#8217;re ever in the Chicago area, you have to try Lou Malnati&#8217;s pizza.</p>\n<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/TheLou.jpg\"><img class=\"size-full wp-image-54505\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/TheLou.jpg?resize=1024%2C768\" alt=\"The Lou!\" /></a>The Lou!\n<p>Everyone involved with WordCamp Chicag
 o 2016 did a great job. If you didn&#8217;t get a chance to attend this year, don&#8217;t worry. After taking a break for a few weeks, the organizing team plans to begin organizing WordCamp Chicago 2017.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 05 May 2016 03:00:06 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_expli
 cit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:49;a:6:{s:4:\"data\";s:13:\"\n      \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:85:\"WPTavern: Automattic Introduces WooCommerce Connect, Hosted Components for E-Commerce\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=54476\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;
 a:5:{s:4:\"data\";s:94:\"http://wptavern.com/automattic-introduces-woocommerce-connect-hosted-components-for-e-commerce\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5426:\"<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/woocommerce-logo.png\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/woocommerce-logo.png?resize=1025%2C466\" alt=\"woocommerce-logo\" class=\"aligncenter size-full wp-image-54492\" /></a></p>\n<p><a href=\"https://www.woothemes.com/woocommerce/\" target=\"_blank\">WooCommerce</a> is the current leader in e-commerce software, capturing <a href=\"https://wappalyzer.com/categories/ecommerce\"
  target=\"_blank\">31% of the market</a>, thanks to its relatively user-friendly interface and connection to WordPress. However, setting up a WooCommerce site, or any e-commerce site for that matter, is not for the faint of heart, no matter how user-friendly the software. It requires knowledge of hosting, PCI compliance, payment gateways, SSL certificates, shipping methods, tax, and more.</p>\n<p>When <a href=\"http://wptavern.com/automattic-acquires-woocommerce\" target=\"_blank\">Automattic acquired WooCommerce</a> last May, the company accepted the challenge to make it as easy to create stores online as WordPress.com has done for websites.</p>\n<p>“I believe that the web needs an open, independent and easy-to-use commerce platform that you can run yourself on your own website,” Matt Mullenweg said in his <a href=\"https://www.youtube.com/watch?v=xJOfTB8-daA\" target=\"_blank\"&gt
 ;video</a> announcement of the acquisition.</p>\n<p>Automattic has been working to simplify selling with WooCommerce and today the company announced <a href=\"https://www.woothemes.com/2016/05/woocommerce-connect-announcement/\" target=\"_blank\">WooCommerce Connect</a>, the secret project that Mullenweg <a href=\"https://twitter.com/WooConf/status/717725650916741120\" target=\"_blank\">hinted</a> at during WooConf.</p>\n<p>WC Connect is WooCommerce&#8217;s new Automattic-hosted SaaS architecture that was created to offer store features in a more user-friendly way. It is built on the WP REST API and offers a simplified Calypso-style interface for configuring options.</p>\n<p>The first service offered via the alpha version of WC Connect is real-time USPS shipping rates for US-based stores. It eliminates the need for a USPS API key as well as a subscription key from WooCommerc
 e. One of the advantages for the user is that there are fewer software updates to install for extensions, as all the code is maintained on Automattic&#8217;s servers.</p>\n<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/usps-wc-connect.png\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/usps-wc-connect.png?resize=650%2C362\" alt=\"usps-wc-connect\" class=\"aligncenter size-full wp-image-54493\" /></a></p>\n<h3>What&#8217;s Next for WooCommerce Connect?</h3>\n<p>If the testing goes well, WooCommerce plans to roll Connect into the plugin&#8217;s core to make it easier to serve more hosted e-commerce components. The team is also working on expanding shipping options for the beta.</p>\n<p>&#8220;In the near future we hope to integrate with further shipping services, most likely Canada Post next,&#8221; said WooThemes co
 -founder <a href=\"https://twitter.com/mark_forrester\" target=\"_blank\">Mark Forrester</a>. &#8220;Shipping and payment options seem the logical place for us to start.&#8221;</p>\n<p>Forrester confirmed that while the USPS shipping method is free, WooThemes is exploring monetizing other service offerings in the future. If WC Connect has a successful beta period, the team will consider using the same model for offering payment gateways in the future.</p>\n<p>&#8220;Setting up payments for your store should be simple and behind the scenes,&#8221; Forrester said. &#8220;We believe we can offer better options for our customers working closely with payment partners and using connected services.&#8221;</p>\n<p>Forrester said that the team hopes WC Connect can be baked into WooCommerce core soon, but they will make the decision based on user feedback from the alpha/beta period.</p>\n<p&gt
 ;Those who create WooCommerce extensions and depend on its ecosystem may be wondering whether the SaaS model will overtake the plugin entirely. Last May, during his WooCommerce Q&amp;A, Matt Mullenweg <a href=\"https://ma.tt/2015/05/woomattic/#comment-583541\" target=\"_blank\">confirmed</a> that Automattic is not moving towards a 100% SaaS model.</p>\n<p>&#8220;If or when we do SAAS, the plugin isn’t going away, it’ll continue as it has,&#8221; Mullenweg said.</p>\n<p>WooCommerce is not being rolled into Jetpack, as many suspected when Automattic acquired the product. However, WC Connect does require users to connect to WordPress.com via Jetpack.</p>\n<p>&#8220;We feel it makes sense to leverage the code/infrastructure of one of the most powerful WordPress connected services,&#8221; Forrester said.</p>\n<p>The team is aiming to make WC Connect a simpler way to connect services to
  online stores without users having to leave their WooCommerce dashboards. Many store owners would rather pay for hosted software they don&#8217;t have to update as opposed to self-hosted extensions that require regular maintenance.</p>\n<p>If the strategy of offering hosted e-commmerce components succeeds at making store management easier for non-developers, Automattic will be able to profit from offering compelling commercial WC Connect services, such as payment gateways, and expand WooCommerce&#8217;s global reach.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 04 May 2016 22:20:21 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml
 _base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";a:10:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Mon, 06 Jun 2016 18:38:25 GMT\";s:12:\"content-type\";s:8:\"text/xml\";s:14:\"content-length\";s:6:\"228016\";s:10:\"connection\";s:5:\"close\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:13:\"last-modified\";s:29:\"Mon, 06 Jun 2016 18:30:18 GMT\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:11:\
 "HIT lax 250\";s:13:\"accept-ranges\";s:5:\"bytes\";}s:5:\"build\";s:14:\"20160606161022\";}','no'),(185,'_transient_timeout_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9','1465281505','no'),(186,'_transient_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9','1465238305','no'),(187,'_transient_timeout_dash_88ae138922fe95674369b1cb3d215a2b','1465281505','no'),(188,'_transient_dash_88ae138922fe95674369b1cb3d215a2b','<div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://wordpress.org/news/2016/05/wordpress-4-5-2/\'>WordPress 4.5.2 Security Release</a> <span class=\"rss-date\">May 6, 2016</span><div class=\"rssSummary\">WordPress 4.5.2 is now available. This is a security release for all previous versions and we strongly encourage you to update your sites immediately. WordPress versions 4.5.1 and earlier are affected by a SOME vulnerability through Pluplo
 ad, the third-party library WordPress uses for uploading files. WordPress versions 4.2 through 4.5.1 are vulnerable to reflected XSS [&hellip;]</div></li></ul></div><div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://apps.wordpress.com/2016/06/01/wordpress-for-android-version-5-4/\'>WP Mobile Apps: WordPress for Android: Version 5.4</a></li><li><a class=\'rsswidget\' href=\'http://wptavern.com/wordcamp-incubator-program-to-launch-in-indonesia-zimbabwe-and-columbia\'>WPTavern: WordCamp Incubator Program to Launch in Indonesia, Zimbabwe, and Colombia</a></li><li><a class=\'rsswidget\' href=\'http://z9.io/2016/05/27/wordpress-is-thirteen/\'>Donncha: WordPress is thirteen!</a></li></ul></div>','no'),(191,'template_root','/themes','yes'),(192,'stylesheet_root','/themes','yes'),(193,'theme_mods_twentysixteen','a:2:{i:0;b:0;s:16:\"si
 debars_widgets\";a:2:{s:4:\"time\";i:1465238383;s:4:\"data\";a:0:{}}}','yes'),(196,'sidebars_widgets','a:2:{s:19:\"wp_inactive_widgets\";a:0:{}s:13:\"array_version\";i:3;}','yes'),(197,'camptix_stats','a:5:{s:4:\"sold\";i:0;s:9:\"remaining\";i:0;s:8:\"subtotal\";i:0;s:10:\"discounted\";i:0;s:7:\"revenue\";i:0;}','yes');
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+INSERT INTO `wc_45_options` VALUES (1,'siteurl','http://2014.new-site.wordcamp.test','yes'),(2,'blogname','New Site 2014','yes'),(3,'blogdescription','Just another WordCamp','yes'),(4,'users_can_register','0','yes'),(5,'admin_email','foo@example.org','yes'),(6,'start_of_week','1','yes'),(7,'use_balanceTags','0','yes'),(8,'use_smilies','1','yes'),(9,'require_name_email','1','yes'),(10,'comments_notify','1','yes'),(11,'posts_per_rss','10','yes'),(12,'rss_use_excerpt','0','yes'),(13,'mailserver_url','mail.example.com','yes'),(14,'mailserver_login','login@example.com','yes'),(15,'mailserver_pass','password','yes'),(16,'mailserver_port','110','yes'),(17,'default_category','1','yes'),(18,'default_comment_status','open','yes'),(19,'default_ping_status','open','yes'),(20,'default_pingback_flag','1','yes'),(21,'posts_per_page','10','yes'),(22,'date_format','F j, Y','yes'),(23,'time_format','g:i a'
 ,'yes'),(24,'links_updated_date_format','F j, Y g:i a','yes'),(25,'comment_moderation','0','yes'),(26,'moderation_notify','1','yes'),(27,'permalink_structure','/%year%/%monthnum%/%day%/%postname%/','yes'),(29,'hack_file','0','yes'),(30,'blog_charset','UTF-8','yes'),(31,'moderation_keys','','no'),(32,'active_plugins','a:2:{i:0;s:19:\"camptix/camptix.php\";i:1;s:21:\"wc-fonts/wc-fonts.php\";}','yes'),(33,'home','http://2014.new-site.wordcamp.test','yes'),(34,'category_base','','yes'),(35,'ping_sites','http://rpc.pingomatic.com/','yes'),(37,'comment_max_links','2','yes'),(38,'gmt_offset','0','yes'),(39,'default_email_category','1','yes'),(40,'recently_edited','','no'),(41,'template','twentythirteen','yes'),(42,'stylesheet','twentythirteen','yes'),(43,'comment_whitelist','1','yes'),(44,'blacklist_keys','','no'),(45,'comment_registration','0','yes'),(46,'html_type','text/html','yes'),(47,'use_trackback','0','yes'),(48,'default_role','subscriber','yes'),(49,'db_version
 ','44719','yes'),(50,'uploads_use_yearmonth_folders','1','yes'),(51,'upload_path','','yes'),(52,'blog_public','1','yes'),(53,'default_link_category','2','yes'),(54,'show_on_front','posts','yes'),(55,'tag_base','','yes'),(56,'show_avatars','1','yes'),(57,'avatar_rating','G','yes'),(58,'upload_url_path','','yes'),(59,'thumbnail_size_w','150','yes'),(60,'thumbnail_size_h','150','yes'),(61,'thumbnail_crop','1','yes'),(62,'medium_size_w','300','yes'),(63,'medium_size_h','300','yes'),(64,'avatar_default','mystery','yes'),(65,'large_size_w','1024','yes'),(66,'large_size_h','1024','yes'),(67,'image_default_link_type','file','yes'),(68,'image_default_size','','yes'),(69,'image_default_align','','yes'),(70,'close_comments_for_old_posts','1','yes'),(71,'close_comments_days_old','30','yes'),(72,'thread_comments','1','yes'),(73,'thread_comments_depth','5','yes'),(74,'page_comments','0','yes'),(75,'comments_per_page','50','yes'),(76,'default_comments_page','newest','yes'),(77,'comment_order','asc
 ','yes'),(78,'sticky_posts','a:0:{}','yes'),(79,'widget_categories','a:0:{}','yes'),(80,'widget_text','a:0:{}','yes'),(81,'widget_rss','a:0:{}','yes'),(82,'uninstall_plugins','a:1:{s:33:\"classic-editor/classic-editor.php\";a:2:{i:0;s:14:\"Classic_Editor\";i:1;s:9:\"uninstall\";}}','no'),(83,'timezone_string','','yes'),(84,'page_for_posts','0','yes'),(85,'page_on_front','0','yes'),(86,'default_post_format','0','yes'),(87,'link_manager_enabled','0','yes'),(88,'wc_45_user_roles','a:5:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:61:{s:13:\"switch_themes\";b:1;s:11:\"edit_themes\";b:1;s:16:\"activate_plugins\";b:1;s:12:\"edit_plugins\";b:1;s:10:\"edit_users\";b:1;s:10:\"edit_files\";b:1;s:14:\"manage_options\";b:1;s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\&quot
 ;manage_links\";b:1;s:12:\"upload_files\";b:1;s:6:\"import\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:8:\"level_10\";b:1;s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\&quot
 ;;b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:12:\"delete_users\";b:1;s:12:\"create_users\";b:1;s:17:\"unfiltered_upload\";b:1;s:14:\"edit_dashboard\";b:1;s:14:\"update_plugins\";b:1;s:14:\"delete_plugins\";b:1;s:15:\"install_plugins\";b:1;s:13:\"update_themes\";b:1;s:14:\"install_themes\";b:1;s:11:\"update_core\";b:1;s:10:\"list_users\";b:1;s:12:\"remove_users\";b:1;s:13:\"promote_users\";b:1;s:18:\"edit_theme_options\";b:1;s:13:\"delete_themes\";b:1;s:6:\"export\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabi
 lities\";a:34:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s
 :22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:10:{s:12:\"upload_files\";b:1;s:10:\"edit_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:22:\"delete_published_posts\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:5:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\&qu
 ot;level_0\";b:1;s:12:\"delete_posts\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}}','yes'),(91,'theme_mods_twentyfourteen','a:1:{s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1403222805;s:4:\"data\";a:7:{s:19:\"wp_inactive_widgets\";a:0:{}s:19:\"primary-widget-area\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}s:24:\"first-footer-widget-area\";a:0:{}s:25:\"second-footer-widget-area\";a:0:{}s:24:\"third-footer-widget-area\";N;s:17:\"pages-widget-area\";N;s:16:\"blog-widget-area\";N;}}}','yes'),(92,'current_theme','Twenty Thirteen','yes'),(93,'theme_mods_twen
 tythirteen','a:1:{i:0;b:0;}','yes'),(94,'theme_switched','','yes'),(95,'safecss_rev','1','yes'),(96,'wccsp_settings','a:5:{s:7:\"enabled\";s:2:\"on\";s:21:\"body_background_color\";s:7:\"#666666\";s:26:\"container_background_color\";s:7:\"#FFFFFF\";s:10:\"text_color\";s:7:\"#000000\";s:8:\"image_id\";i:0;}','yes'),(99,'wcb_sponsor_level_children','a:0:{}','yes'),(100,'cron','a:13:{i:1561490253;a:4:{s:23:\"wordcamp_dev_10_seconds\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"10-seconds\";s:4:\"args\";a:0:{}s:8:\"interval\";i:10;}}s:23:\"wordcamp_dev_30_seconds\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"30-seconds\";s:4:\"args\";a:0:{}s:8:\"interval\";i:30;}}s:23:\"wordcamp_dev_45_seconds\";a:1:{s:32:\&
 quot;40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"45-seconds\";s:4:\"args\";a:0:{}s:8:\"interval\";i:45;}}s:23:\"wordcamp_dev_60_seconds\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"60-seconds\";s:4:\"args\";a:0:{}s:8:\"interval\";i:60;}}}i:1561490258;a:2:{s:14:\"lsf_10_seconds\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"10-seconds\";s:4:\"args\";a:0:{}s:8:\"interval\";i:10;}}s:14:\"lsf_20_seconds\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"20-seconds\";s:4:\"args\";a:0:{}s:8:\"interval\";i:30;}}}i:1561490278;a:2:{s:14:\"lsf_30_seconds\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\&qu
 ot;30-seconds\";s:4:\"args\";a:0:{}s:8:\"interval\";i:30;}}s:14:\"lsf_60_seconds\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"60-seconds\";s:4:\"args\";a:0:{}s:8:\"interval\";i:60;}}}i:1561490293;a:1:{s:14:\"lsf_45_seconds\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"45-seconds\";s:4:\"args\";a:0:{}s:8:\"interval\";i:45;}}}i:1561490551;a:1:{s:11:\"wp_cache_gc\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1561490817;a:1:{s:31:\"tix_scheduled_every_ten_minutes\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:7:\"10-mins\";s:4:\"args\";a:0:{}s:8:\"interval\";i:600;}}}i:1561492958;a:2:{s:34:\"wp_priva
 cy_delete_old_export_files\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}s:38:\"camptix_cache_all_attendees_shortcodes\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1561493217;a:2:{s:30:\"tix_dashboard_scheduled_hourly\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}s:20:\"jetpack_clean_nonces\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1561507617;a:1:{s:19:\"tix_scheduled_daily\";a:1:{s:32:\"40cd7
 50bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1561507618;a:1:{s:19:\"wp_scheduled_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1561532558;a:3:{s:24:\"wcb_redact_paid_requests\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:27:\"camptix_prime_tshirt_report\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:22:\"wp_https_support_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule
 \";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1561575758;a:3:{s:31:\"clear_error_rate_limiting_files\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:16:\"wcsc_prime_sites\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:29:\"send_invoice_pending_reminder\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}s:7:\"version\";i:2;}','yes'),(101,'post_count','1','yes'),(102,'jetpack_options','a:4:{s:7:\"version\";s:18:\"3.1-dev:1403222817\";s:11:\"old_version\";s:18:\&
 quot;3.1-dev:1403222817\";s:28:\"fallback_no_verify_ssl_certs\";i:0;s:9:\"time_diff\";i:0;}','yes'),(103,'camptix_options','a:17:{s:8:\"currency\";s:3:\"USD\";s:10:\"event_name\";s:13:\"New Site 2014\";s:7:\"version\";i:20180709;s:20:\"reservations_enabled\";b:0;s:15:\"refunds_enabled\";b:0;s:18:\"refund_all_enabled\";b:0;s:8:\"archived\";b:0;s:15:\"payment_methods\";a:1:{s:6:\"paypal\";b:1;}s:30:\"email_template_single_purchase\";s:233:\"Hi there!\n\nYou have purchased the following ticket:\n\n[receipt]\n\nYou can edit the information for the purchased ticket at any time before the event, by visiting the following link:\n\n[ticket_url]\n\nLet us know if you have any questions!\";s:32:\"email_template_multiple_purchase\";s:237:\"Hi there!\n\nThank you so much for purchasing a ticket and hope to see you soon at our e
 vent. You can edit your information at any time before the event, by visiting the following link:\n\n[ticket_url]\n\nLet us know if you have any questions!\";s:40:\"email_template_multiple_purchase_receipt\";s:239:\"Hi there!\n\nYou have purchased the following tickets:\n\n[receipt]\n\nYou can edit the information for all the purchased tickets at any time before the event, by visiting the following link:\n\n[ticket_url]\n\nLet us know if you have any questions!\";s:32:\"email_template_pending_succeeded\";s:237:\"Hey there!\n\nYour payment for [event_name] has been completed, looking forward to seeing you at the event! You can access and change your tickets information by visiting the following link:\n\n[ticket_url]\n\nLet us know if you need any help!\";s:29:\"email_template_pending_failed\";s:293:\"Hey there!\n\nWe\'re so sorry, but it looks like your payment for [event_name] has failed! Please check your payment transacti
 ons for more details. If you still wish to attend the event, feel free to purchase a new ticket using the following link:\n\n[ticket_url]\n\nLet us know if you need any help!\";s:28:\"email_template_single_refund\";s:230:\"Hey there!\n\nYour refund for [event_name] has been completed. If you change your mind and still wish to attend the event, feel free to purchase a new ticket using the following link:\n\n[ticket_url]\n\nLet us know if you need any help!\";s:30:\"email_template_multiple_refund\";s:229:\"Hey there!\n\nYour ticket for [event_name] has been refunded. If you change your mind and still wish to attend the event, feel free to purchase a new ticket using the following link:\n\n[ticket_url]\n\nLet us know if you need any help!\";s:22:\"payment_options_stripe\";a:1:{s:10:\"api_predef\";s:12:\"wpcs-sandbox\";}s:22:\"payment_options_paypal\";a:1:{s:10:\"api_predef\";s:16:\"wordc
 amp-sandbox\";}}','yes'),(105,'tggr_settings','a:5:{s:10:\"db_version\";s:3:\"0.6\";s:17:\"TGGRSourceTwitter\";a:5:{s:12:\"consumer_key\";s:0:\"\";s:15:\"consumer_secret\";s:0:\"\";s:20:\"highlighted_accounts\";s:0:\"\";s:13:\"_bearer_token\";s:0:\"\";s:16:\"_newest_tweet_id\";i:0;}s:19:\"TGGRSourceInstagram\";a:3:{s:9:\"client_id\";s:0:\"\";s:20:\"highlighted_accounts\";s:0:\"\";s:16:\"_newest_media_id\";i:0;}s:16:\"TGGRSourceFlickr\";a:3:{s:7:\"api_key\";s:0:\"\";s:20:\"highlighted_accounts\";s:0:\"\";s:18:\"_newest_media_date\";i:0;}s:16:\"TGGRSourceGoogle\";a:3:{s:7:\"api_key\";s:0:\"\";s:20:\"highlighted_accounts\";s:0:\"\";s:21:\"_newest_activity_date\";i:0;}}','yes'),(107,'jso
 n_api_plugin_version','1.2.5','yes'),(108,'jetpack_activated','2','yes'),(122,'_transient_is_multi_author','0','yes'),(136,'db_upgraded','1','yes'),(139,'jetpack_file_data','a:1:{s:5:\"4.0.3\";a:49:{s:32:\"31e5b9ae08b62c2b0cd8a7792242298b\";a:14:{s:4:\"name\";s:20:\"Spelling and Grammar\";s:11:\"description\";s:89:\"Check your spelling, style, and grammar with the After the Deadline proofreading service.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1:\"6\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:7:\"Writing\";s:7:\"
 feature\";s:0:\"\";s:25:\"additional_search_queries\";s:115:\"after the deadline, afterthedeadline, spell, spellchecker, spelling, grammar, proofreading, style, language, cliche\";}s:32:\"3f41b2d629265b5de8108b463abbe8e2\";a:14:{s:4:\"name\";s:8:\"Carousel\";s:11:\"description\";s:63:\"Transform standard image galleries into full-screen slideshows.\";s:14:\"jumpstart_desc\";s:79:\"Brings your photos and images to life as full-size, easily navigable galleries.\";s:4:\"sort\";s:2:\"22\";s:20:\"recommendation_order\";s:2:\"12\";s:10:\"introduced\";s:3:\"1.5\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_
 tags\";s:17:\"Photos and Videos\";s:7:\"feature\";s:9:\"Jumpstart\";s:25:\"additional_search_queries\";s:80:\"gallery, carousel, diaporama, slideshow, images, lightbox, exif, metadata, image\";}s:32:\"c6ebb418dde302de09600a6025370583\";a:14:{s:4:\"name\";s:8:\"Comments\";s:11:\"description\";s:79:\"Let readers comment with WordPress.com, Twitter, Facebook, or Google+ accounts.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"20\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.4\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:6:\"Social\&q
 uot;;s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:53:\"comments, comment, facebook, twitter, google+, social\";}s:32:\"836f9485669e1bbb02920cb474730df0\";a:14:{s:4:\"name\";s:12:\"Contact Form\";s:11:\"description\";s:44:\"Insert a contact form anywhere on your site.\";s:14:\"jumpstart_desc\";s:111:\"Adds a button to your post and page editors, allowing you to build simple forms to help visitors stay in touch.\";s:4:\"sort\";s:2:\"15\";s:20:\"recommendation_order\";s:2:\"14\";s:10:\"introduced\";s:3:\"1.3\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:5:\"Othe
 r\";s:7:\"feature\";s:9:\"Jumpstart\";s:25:\"additional_search_queries\";s:44:\"contact, form, grunion, feedback, submission\";}s:32:\"ea3970eebf8aac55fc3eca5dca0e0157\";a:14:{s:4:\"name\";s:20:\"Custom Content Types\";s:11:\"description\";s:92:\"Organize and display different types of content on your site, separate from posts and pages.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"34\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"3.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:7:\"Writing\";s:7:\"feature\";s:0:\"\"
 ;s:25:\"additional_search_queries\";s:72:\"cpt, custom post types, portfolio, portfolios, testimonial, testimonials\";}s:32:\"d2bb05ccad3d8789df40ca3abb97336c\";a:14:{s:4:\"name\";s:10:\"Custom CSS\";s:11:\"description\";s:57:\"Customize your site’s CSS without modifying your theme.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1:\"2\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.7\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:10:\"Appearance\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:108:\"css, customize, c
 ustom, style, editor, less, sass, preprocessor, font, mobile, appearance, theme, stylesheet\";}s:32:\"a2064eec5b9c7e0d816af71dee7a715f\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";}s:32:\"53a4ec755022ef3953699734c343da02\";a:14:{s:4:\"name\";s:21:\"Enhanced Distribution\";s:11:\"desc
 ription\";s:27:\"Increase reach and traffic.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1:\"5\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.2\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:6:\"Public\";s:11:\"module_tags\";s:7:\"Writing\";s:7:\"feature\";s:7:\"Traffic\";s:25:\"additional_search_queries\";s:54:\"google, seo, firehose, search, broadcast, broadcasting\";}s:32:\"72fecb67ee6704ba0a33e0225316ad06\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\"
 ;s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";}s:32:\"d56e2886185a9eace719cc57d46770df\";a:14:{s:4:\"name\";s:19:\"Gravatar Hovercards\";s:11:\"description\";s:58:\"Enable pop-up business cards over commenters’ Gravatars.\";s:14:\"jumpstart_desc\";s:131:\"Let commenters link their profiles to their Gravatar accounts, making it easy for your visitors to learn more about your community.\";s:4:\"sort\";s:2:\"11\";s:20:\"recommendat
 ion_order\";s:2:\"13\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:18:\"Social, Appearance\";s:7:\"feature\";s:9:\"Jumpstart\";s:25:\"additional_search_queries\";s:20:\"gravatar, hovercards\";}s:32:\"e391e760617bd0e0736550e34a73d7fe\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:8:\"2.0.3 ??\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"
 \";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";}s:32:\"2e345370766346c616b3c5046e817720\";a:14:{s:4:\"name\";s:15:\"Infinite Scroll\";s:11:\"description\";s:46:\"Add support for infinite scroll to your theme.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"26\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s
 :11:\"module_tags\";s:10:\"Appearance\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:33:\"scroll, infinite, infinite scroll\";}s:32:\"bd69edbf134de5fae8fdcf2e70a45b56\";a:14:{s:4:\"name\";s:8:\"JSON API\";s:11:\"description\";s:69:\"Allow applications to securely access your content through the cloud.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"19\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.9\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:6:\"Public\";s:11:\"module_tags\";s:19:\"Writing, Developers\";s:7:\"feature\";s:0:\&
 quot;\";s:25:\"additional_search_queries\";s:50:\"api, rest, develop, developers, json, klout, oauth\";}s:32:\"8110b7a4423aaa619dfa46b8843e10d1\";a:14:{s:4:\"name\";s:14:\"Beautiful Math\";s:11:\"description\";s:85:\"Use LaTeX markup language in posts and pages for complex equations and other geekery.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"12\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:7:\"Writing\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:47:\&quot
 ;latex, math, equation, equations, formula, code\";}s:32:\"fd7e85d3b4887fa6b6f997d6592c1f33\";a:14:{s:4:\"name\";s:5:\"Likes\";s:11:\"description\";s:70:\"Give visitors an easy way to show their appreciation for your content.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"23\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.2\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:6:\"Social\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:26:\"like, likes, wordpress.com\";}s:32:\"c5dfef41fad5bcdcaae8e315e5cfc420\";a:14:{s:4:
 \"name\";s:6:\"Manage\";s:11:\"description\";s:76:\"Manage all your sites from a centralized place, https://wordpress.com/sites.\";s:14:\"jumpstart_desc\";s:151:\"Helps you remotely manage plugins, turn on automated updates, and more from <a href=\"https://wordpress.com/plugins/\" target=\"_blank\">wordpress.com</a>.\";s:4:\"sort\";s:1:\"1\";s:20:\"recommendation_order\";s:1:\"3\";s:10:\"introduced\";s:3:\"3.4\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:35:\"Centralized Management, Recommended\";s:7:\"feature\";s:22:\"Recommended, Jumpstart\";s:25:\"additional_s
 earch_queries\";s:26:\"manage, management, remote\";}s:32:\"fd6dc399b92bce76013427e3107c314f\";a:14:{s:4:\"name\";s:8:\"Markdown\";s:11:\"description\";s:51:\"Write posts or pages in plain-text Markdown syntax.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"31\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.8\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:7:\"Writing\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:12:\"md, markdown\";}s:32:\"c49a35b6482b0426cb07ad28ecf5d7df\";a:14:{s:4:\"name\";
 s:12:\"Mobile Theme\";s:11:\"description\";s:64:\"Optimize your site with a mobile-friendly theme for smartphones.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"21\";s:20:\"recommendation_order\";s:2:\"11\";s:10:\"introduced\";s:3:\"1.8\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:31:\"Appearance, Mobile, Recommended\";s:7:\"feature\";s:11:\"Recommended\";s:25:\"additional_search_queries\";s:24:\"mobile, theme, minileven\";}s:32:\"b42e38f6fafd2e4104ebe5bf39b4be47\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\&quot
 ;jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";}s:32:\"771cfeeba0d3d23ec344d5e781fb0ae2\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s
 :10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";}s:32:\"54f0661d27c814fc8bde39580181d939\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\&q
 uot;\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";}s:32:\"46c4c413b5c72bbd3c3dbd14ff8f8adc\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";}s:32:\"9ea52fa25783e5ceeb6bfaed3268e64e\";a:14:{s:4:\"name\";s:7:\"Monitor\";s:11:\&qu
 ot;description\";s:25:\"Reports on site downtime.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"28\";s:20:\"recommendation_order\";s:2:\"10\";s:10:\"introduced\";s:3:\"2.6\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:11:\"Recommended\";s:7:\"feature\";s:33:\"Recommended, Performance-Security\";s:25:\"additional_search_queries\";s:37:\"monitor, uptime, downtime, monitoring\";}s:32:\"cfcaafd0fcad087899d715e0b877474d\";a:14:{s:4:\"name\";s:13:\"Notifications\";s:11:\"description\";s:84:\"Receive notification of site activity via the admin toolbar and your
  Mobile devices.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"13\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.9\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:5:\"Other\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:62:\"notification, notifications, toolbar, adminbar, push, comments\";}s:32:\"0d18bfa69bec61550c1d813ce64149b0\";a:14:{s:4:\"name\";s:10:\"Omnisearch\";s:11:\"description\";s:66:\"Search your entire database from a single field in your Dashboard.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:
 \"sort\";s:2:\"16\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.3\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:10:\"Developers\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:6:\"search\";}s:32:\"3f0a11e23118f0788d424b646a6d465f\";a:14:{s:4:\"name\";s:6:\"Photon\";s:11:\"description\";s:27:\"Speed up images and photos.\";s:14:\"jumpstart_desc\";s:141:\"Mirrors and serves your images from our free and fast image CDN, improving your site’s performance with no additional load on your servers.\";s:4:\"sort\";s:2:\"25\&
 quot;;s:20:\"recommendation_order\";s:1:\"1\";s:10:\"introduced\";s:3:\"2.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:42:\"Photos and Videos, Appearance, Recommended\";s:7:\"feature\";s:44:\"Recommended, Jumpstart, Performance-Security\";s:25:\"additional_search_queries\";s:38:\"photon, image, cdn, performance, speed\";}s:32:\"e37cfbcb72323fb1fe8255a2edb4d738\";a:14:{s:4:\"name\";s:13:\"Post by Email\";s:11:\"description\";s:58:\"Publish posts by email, using any device and email client.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"14\";s:20:\"recommend
 ation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:7:\"Writing\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:20:\"post by email, email\";}s:32:\"728290d131a480bfe7b9e405d7cd925f\";a:14:{s:4:\"name\";s:7:\"Protect\";s:11:\"description\";s:28:\"Prevent brute force attacks.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1:\"1\";s:20:\"recommendation_order\";s:1:\"4\";s:10:\"introduced\";s:3:\"3.4\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\&quot
 ;;s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:11:\"Recommended\";s:7:\"feature\";s:33:\"Recommended, Performance-Security\";s:25:\"additional_search_queries\";s:65:\"security, secure, protection, botnet, brute force, protect, login\";}s:32:\"f9ce784babbbf4dcca99b8cd2ceb420c\";a:14:{s:4:\"name\";s:9:\"Publicize\";s:11:\"description\";s:30:\"Automatically promote content.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"10\";s:20:\"recommendation_order\";s:1:\"7\";s:10:\"introduced\";s:3:\"2.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\&quot
 ;requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:19:\"Social, Recommended\";s:7:\"feature\";s:20:\"Recommended, Traffic\";s:25:\"additional_search_queries\";s:107:\"facebook, twitter, google+, googleplus, google, path, tumblr, linkedin, social, tweet, connections, sharing\";}s:32:\"052c03877dd3d296a71531cb07ad939a\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:
 0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";}s:32:\"52edecb2a75222e75b2dce4356a4efce\";a:14:{s:4:\"name\";s:13:\"Related Posts\";s:11:\"description\";s:24:\"Display similar content.\";s:14:\"jumpstart_desc\";s:113:\"Keep visitors engaged on your blog by highlighting relevant and new content at the bottom of each published post.\";s:4:\"sort\";s:2:\"29\";s:20:\"recommendation_order\";s:1:\"9\";s:10:\"introduced\";s:3:\"2.9\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:11:\"Recommended\&
 quot;;s:7:\"feature\";s:31:\"Recommended, Jumpstart, Traffic\";s:25:\"additional_search_queries\";s:22:\"related, related posts\";}s:32:\"8b059cb50a66b717f1ec842e736b858c\";a:14:{s:4:\"name\";s:7:\"Sharing\";s:11:\"description\";s:32:\"Visitors can share your content.\";s:14:\"jumpstart_desc\";s:116:\"Twitter, Facebook and Google+ buttons at the bottom of each post, making it easy for visitors to share your content.\";s:4:\"sort\";s:1:\"7\";s:20:\"recommendation_order\";s:1:\"6\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:3:\"1.2\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:19:\"Social, Recom
 mended\";s:7:\"feature\";s:31:\"Recommended, Jumpstart, Traffic\";s:25:\"additional_search_queries\";s:141:\"share, sharing, sharedaddy, buttons, icons, email, facebook, twitter, google+, linkedin, pinterest, pocket, press this, print, reddit, tumblr\";}s:32:\"a6d2394329871857401255533a9873f7\";a:14:{s:4:\"name\";s:16:\"Shortcode Embeds\";s:11:\"description\";s:77:\"Embed content from YouTube, Vimeo, SlideShare, and more, no coding necessary.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1:\"3\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:3:\"1.2\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes
 \";s:11:\"module_tags\";s:46:\"Photos and Videos, Social, Writing, Appearance\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:251:\"shortcodes, shortcode, embeds, media, bandcamp, blip.tv, dailymotion, digg, facebook, flickr, google calendars, google maps, google+, polldaddy, recipe, recipes, scribd, slideshare, slideshow, slideshows, soundcloud, ted, twitter, vimeo, vine, youtube\";}s:32:\"21496e2897ea5f81605e2f2ac3beb921\";a:14:{s:4:\"name\";s:16:\"WP.me Shortlinks\";s:11:\"description\";s:56:\"Enable WP.me-powered shortlinks for all posts and pages.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1:\"8\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:
 \"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:6:\"Social\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:17:\"shortlinks, wp.me\";}s:32:\"e2a54a5d7879a4162709e6ffb540dd08\";a:14:{s:4:\"name\";s:9:\"Site Icon\";s:11:\"description\";s:29:\"Add a site icon to your site.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"22\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"3.2\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"
 module_tags\";s:5:\"Other\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:24:\"favicon, icon, site icon\";}s:32:\"f5c537bc304f55b29c1a87e30be0cd24\";a:14:{s:4:\"name\";s:8:\"Sitemaps\";s:11:\"description\";s:75:\"Creates sitemaps to allow your site to be easily indexed by search engines.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"13\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"3.9\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:6:\"Public\";s:11:\"module_tags\";s:20:\"Recommended, Traffic\";s:7:\"feature\";s:0:\"\";s:25:\&
 quot;additional_search_queries\";s:39:\"sitemap, traffic, search, site map, seo\";}s:32:\"59a23643437358a9b557f1d1e20ab040\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";}s:32:\"6a90f97c3194cfca5671728eaaeaf15e\";a:14:{s:4:\"name\";s:14:\"Single Sign On\";s:11:\"description\&
 quot;;s:27:\"Secure user authentication.\";s:14:\"jumpstart_desc\";s:98:\"Lets you log in to all your Jetpack-enabled sites with one click using your WordPress.com account.\";s:4:\"sort\";s:2:\"30\";s:20:\"recommendation_order\";s:1:\"5\";s:10:\"introduced\";s:3:\"2.6\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:10:\"Developers\";s:7:\"feature\";s:31:\"Jumpstart, Performance-Security\";s:25:\"additional_search_queries\";s:34:\"sso, single sign on, login, log in\";}s:32:\"b65604e920392e2f7134b646760b75e8\";a:14:{s:4:\"name\";s:10:\"Site Stats\";s:11:\"description\";s:35:
 \"Collect traffic stats and insights.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1:\"1\";s:20:\"recommendation_order\";s:1:\"2\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:23:\"Site Stats, Recommended\";s:7:\"feature\";s:20:\"Recommended, Traffic\";s:25:\"additional_search_queries\";s:54:\"statistics, tracking, analytics, views, traffic, stats\";}s:32:\"23a586dd7ead00e69ec53eb32ef740e4\";a:14:{s:4:\"name\";s:13:\"Subscriptions\";s:11:\"description\";s:88:\"Allow users to subscribe to your posts and comments and receive notifi
 cations via email.\";s:14:\"jumpstart_desc\";s:126:\"Give visitors two easy subscription options — while commenting, or via a separate email subscription widget you can display.\";s:4:\"sort\";s:1:\"9\";s:20:\"recommendation_order\";s:1:\"8\";s:10:\"introduced\";s:3:\"1.2\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:6:\"Social\";s:7:\"feature\";s:9:\"Jumpstart\";s:25:\"additional_search_queries\";s:74:\"subscriptions, subscription, email, follow, followers, subscribers, signup\";}s:32:\"1d978b8d84d2f378fe1a702a67633b6d\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:
 0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";}s:32:\"b3b983461d7f3d27322a3551ed8a9405\";a:14:{s:4:\"name\";s:15:\"Tiled Galleries\";s:11:\"description\";s:73:\"Display your image galleries in a variety of sleek, graphic arrangements.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"24\";s:20:\"recommendation_order\&
 quot;;s:0:\"\";s:10:\"introduced\";s:3:\"2.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:17:\"Photos and Videos\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:43:\"gallery, tiles, tiled, grid, mosaic, images\";}s:32:\"d924e5b05722b0e104448543598f54c0\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s
 :4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";}s:32:\"36741583b10c521997e563ad8e1e8b77\";a:14:{s:4:\"name\";s:12:\"Data Backups\";s:11:\"description\";s:27:\"Daily or real-time backups.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"32\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:5:\"0:1.2\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:5:\"false\";s:4:\"free\";s:5:\"false\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags
 \";s:0:\"\";s:7:\"feature\";s:20:\"Performance-Security\";s:25:\"additional_search_queries\";s:28:\"vaultpress, backup, security\";}s:32:\"2b9b44f09b5459617d68dd82ee17002a\";a:14:{s:4:\"name\";s:17:\"Site Verification\";s:11:\"description\";s:77:\"Verify your site or domain with Google Search Console, Pinterest, and others.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"33\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"3.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\&quo
 t;additional_search_queries\";s:56:\"webmaster, seo, google, bing, pinterest, search, console\";}s:32:\"5ab4c0db7c42e10e646342da0274c491\";a:14:{s:4:\"name\";s:10:\"VideoPress\";s:11:\"description\";s:68:\"Upload and embed videos right on your site. (Subscription required.)\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"27\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.5\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:5:\"false\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:17:\"Photos and Videos\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:25:\"video, videos, videopre
 ss\";}s:32:\"60a1d3aa38bc0fe1039e59dd60888543\";a:14:{s:4:\"name\";s:17:\"Widget Visibility\";s:11:\"description\";s:57:\"Specify which widgets appear on which pages of your site.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"17\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.4\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:10:\"Appearance\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:54:\"widget visibility, logic, conditional, widgets, widget\";}s:32:\"174ed3416476c2cb9ff5b0f671280b15\";a:14:{s:4:\"name\&
 quot;;s:21:\"Extra Sidebar Widgets\";s:11:\"description\";s:79:\"Add images, Twitter streams, your site’s RSS links, and more to your sidebar.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1:\"4\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.2\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:18:\"Social, Appearance\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:65:\"widget, widgets, facebook, gallery, twitter, gravatar, image, rss\";}s:32:\"28b931a1db19bd24869bd54b14e733d5\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"descr
 iption\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";}}}','yes'),(140,'jetpack_available_modules','a:1:{s:5:\"4.0.3\";a:37:{s:18:\"after-the-deadline\";s:3:\"1.1\";s:8:\"carousel\";s:3:\"1.5\";s:8:\"comments\";s:3:\"1.4\";s:12:\"contact-form\";s:3:\"1.3\";s:20:\"custom-content-types\";s:3:\"3.1\";s
 :10:\"custom-css\";s:3:\"1.7\";s:21:\"enhanced-distribution\";s:3:\"1.2\";s:19:\"gravatar-hovercards\";s:3:\"1.1\";s:15:\"infinite-scroll\";s:3:\"2.0\";s:8:\"json-api\";s:3:\"1.9\";s:5:\"latex\";s:3:\"1.1\";s:5:\"likes\";s:3:\"2.2\";s:6:\"manage\";s:3:\"3.4\";s:8:\"markdown\";s:3:\"2.8\";s:9:\"minileven\";s:3:\"1.8\";s:7:\"monitor\";s:3:\"2.6\";s:5:\"notes\";s:3:\"1.9\";s:10:\"omnisearch\";s:3:\"2.3\";s:6:\"photon\";s:3:\"2.0\";s:13:\"post-by-email\";s:3:\"2.0\";s:7:\"protect\";s:3:\"3.4\";s:9:\"publicize\";s:3:\"2.0\";s:13:\"related-posts\";s:3:\"2.9\";s:10:\"sharedaddy\";s:3:\"1.1\";s:10:\"shortcodes\&q
 uot;;s:3:\"1.1\";s:10:\"shortlinks\";s:3:\"1.1\";s:9:\"site-icon\";s:3:\"3.2\";s:8:\"sitemaps\";s:3:\"3.9\";s:3:\"sso\";s:3:\"2.6\";s:5:\"stats\";s:3:\"1.1\";s:13:\"subscriptions\";s:3:\"1.2\";s:13:\"tiled-gallery\";s:3:\"2.1\";s:10:\"vaultpress\";s:5:\"0:1.2\";s:18:\"verification-tools\";s:3:\"3.0\";s:10:\"videopress\";s:3:\"2.5\";s:17:\"widget-visibility\";s:3:\"2.4\";s:7:\"widgets\";s:3:\"1.2\";}}','yes'),(154,'rewrite_rules','a:325:{s:11:\"^wp-json/?$\";s:22:\"index.php?json_route=/\";s:14:\"^wp-json/(.*)?\";s:33:\"index.php?json_route=/$matches[1]\";s:14:\"tggr-tweets/?$\";s:31:\"index.php?post_type=tggr-tweets\";s:44:\"tggr-tweets/feed/(feed|rdf|rss|rss2|atom)/?$\&quo
 t;;s:48:\"index.php?post_type=tggr-tweets&feed=$matches[1]\";s:39:\"tggr-tweets/(feed|rdf|rss|rss2|atom)/?$\";s:48:\"index.php?post_type=tggr-tweets&feed=$matches[1]\";s:31:\"tggr-tweets/page/([0-9]{1,})/?$\";s:49:\"index.php?post_type=tggr-tweets&paged=$matches[1]\";s:17:\"tggr-instagram/?$\";s:34:\"index.php?post_type=tggr-instagram\";s:47:\"tggr-instagram/feed/(feed|rdf|rss|rss2|atom)/?$\";s:51:\"index.php?post_type=tggr-instagram&feed=$matches[1]\";s:42:\"tggr-instagram/(feed|rdf|rss|rss2|atom)/?$\";s:51:\"index.php?post_type=tggr-instagram&feed=$matches[1]\";s:34:\"tggr-instagram/page/([0-9]{1,})/?$\";s:52:\"index.php?post_type=tggr-instagram&paged=$matches[1]\";s:14:\"tggr-flickr/?$\";s:31:\"index.php?post_type=tggr-flickr\";s:44:\"tggr-flickr/feed/(feed|rdf|rss|rss2|atom)/?$\";s:48:\"index.
 php?post_type=tggr-flickr&feed=$matches[1]\";s:39:\"tggr-flickr/(feed|rdf|rss|rss2|atom)/?$\";s:48:\"index.php?post_type=tggr-flickr&feed=$matches[1]\";s:31:\"tggr-flickr/page/([0-9]{1,})/?$\";s:49:\"index.php?post_type=tggr-flickr&paged=$matches[1]\";s:14:\"tggr-google/?$\";s:31:\"index.php?post_type=tggr-google\";s:44:\"tggr-google/feed/(feed|rdf|rss|rss2|atom)/?$\";s:48:\"index.php?post_type=tggr-google&feed=$matches[1]\";s:39:\"tggr-google/(feed|rdf|rss|rss2|atom)/?$\";s:48:\"index.php?post_type=tggr-google&feed=$matches[1]\";s:31:\"tggr-google/page/([0-9]{1,})/?$\";s:49:\"index.php?post_type=tggr-google&paged=$matches[1]\";s:15:\"^calendar\\.ics$\";s:32:\"index.php?wcorg_wordcamps_ical=1\";s:47:\"category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=
 $matches[2]\";s:42:\"category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:23:\"category/(.+?)/embed/?$\";s:46:\"index.php?category_name=$matches[1]&embed=true\";s:35:\"category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:17:\"category/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:44:\"tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:39:\"tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:20:\"tag/([^/]+)/embed/?$\";s:36:\"index.php?tag=$matches[1]&embed=true\";s:32:\"tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:14:\"tag/([^/]+)/?$\&q
 uot;;s:25:\"index.php?tag=$matches[1]\";s:45:\"type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:40:\"type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:21:\"type/([^/]+)/embed/?$\";s:44:\"index.php?post_format=$matches[1]&embed=true\";s:33:\"type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?post_format=$matches[1]&paged=$matches[2]\";s:15:\"type/([^/]+)/?$\";s:33:\"index.php?post_format=$matches[1]\";s:38:\"tix_ticket/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:48:\"tix_ticket/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:68:\"tix_ticket/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?
 attachment=$matches[1]&feed=$matches[2]\";s:63:\"tix_ticket/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:63:\"tix_ticket/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:44:\"tix_ticket/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:27:\"tix_ticket/([^/]+)/embed/?$\";s:58:\"index.php?post_type=tix_ticket&name=$matches[1]&embed=true\";s:31:\"tix_ticket/([^/]+)/trackback/?$\";s:52:\"index.php?post_type=tix_ticket&name=$matches[1]&tb=1\";s:39:\"tix_ticket/([^/]+)/page/?([0-9]{1,})/?$\";s:65:\"index.php?post_type=tix_ticket&name=$matches[1]&paged=$matches[2]\";s:46:\"tix_ticket/([^/]+)/comment-page-([0-9]{1,})/?$\";s:65:\"index.ph
 p?post_type=tix_ticket&name=$matches[1]&cpage=$matches[2]\";s:35:\"tix_ticket/([^/]+)(?:/([0-9]+))?/?$\";s:64:\"index.php?post_type=tix_ticket&name=$matches[1]&page=$matches[2]\";s:27:\"tix_ticket/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\"tix_ticket/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\"tix_ticket/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"tix_ticket/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"tix_ticket/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\"tix_ticket/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\"
 ;s:40:\"tix_question/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:50:\"tix_question/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:70:\"tix_question/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"tix_question/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"tix_question/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:46:\"tix_question/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:29:\"tix_question/([^/]+)/embed/?$\";s:60:\"index.php?post_type=tix_question&name=$matches[1]&embed=true\";s:3
 3:\"tix_question/([^/]+)/trackback/?$\";s:54:\"index.php?post_type=tix_question&name=$matches[1]&tb=1\";s:41:\"tix_question/([^/]+)/page/?([0-9]{1,})/?$\";s:67:\"index.php?post_type=tix_question&name=$matches[1]&paged=$matches[2]\";s:48:\"tix_question/([^/]+)/comment-page-([0-9]{1,})/?$\";s:67:\"index.php?post_type=tix_question&name=$matches[1]&cpage=$matches[2]\";s:37:\"tix_question/([^/]+)(?:/([0-9]+))?/?$\";s:66:\"index.php?post_type=tix_question&name=$matches[1]&page=$matches[2]\";s:29:\"tix_question/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:39:\"tix_question/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:59:\"tix_question/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"tix_questi
 on/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"tix_question/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:35:\"tix_question/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:40:\"tix_attendee/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:50:\"tix_attendee/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:70:\"tix_attendee/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"tix_attendee/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"tix_attendee/[^/]+/attachm
 ent/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:46:\"tix_attendee/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:29:\"tix_attendee/([^/]+)/embed/?$\";s:60:\"index.php?post_type=tix_attendee&name=$matches[1]&embed=true\";s:33:\"tix_attendee/([^/]+)/trackback/?$\";s:54:\"index.php?post_type=tix_attendee&name=$matches[1]&tb=1\";s:41:\"tix_attendee/([^/]+)/page/?([0-9]{1,})/?$\";s:67:\"index.php?post_type=tix_attendee&name=$matches[1]&paged=$matches[2]\";s:48:\"tix_attendee/([^/]+)/comment-page-([0-9]{1,})/?$\";s:67:\"index.php?post_type=tix_attendee&name=$matches[1]&cpage=$matches[2]\";s:37:\"tix_attendee/([^/]+)(?:/([0-9]+))?/?$\";s:66:\"index.php?post_type=tix_attendee&name=$matches[1]&page=$matches[2]\";s
 :29:\"tix_attendee/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:39:\"tix_attendee/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:59:\"tix_attendee/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"tix_attendee/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"tix_attendee/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:35:\"tix_attendee/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:38:\"tix_coupon/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:48:\"tix_coupon/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachme
 nt=$matches[1]&tb=1\";s:68:\"tix_coupon/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:63:\"tix_coupon/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:63:\"tix_coupon/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:44:\"tix_coupon/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:27:\"tix_coupon/([^/]+)/embed/?$\";s:58:\"index.php?post_type=tix_coupon&name=$matches[1]&embed=true\";s:31:\"tix_coupon/([^/]+)/trackback/?$\";s:52:\"index.php?post_type=tix_coupon&name=$matches[1]&tb=1\";s:39:\"tix_coupon/([^/]+)/page/?([0-9]{1,})/?$\";s:65:\"index.php?post_type=tix_co
 upon&name=$matches[1]&paged=$matches[2]\";s:46:\"tix_coupon/([^/]+)/comment-page-([0-9]{1,})/?$\";s:65:\"index.php?post_type=tix_coupon&name=$matches[1]&cpage=$matches[2]\";s:35:\"tix_coupon/([^/]+)(?:/([0-9]+))?/?$\";s:64:\"index.php?post_type=tix_coupon&name=$matches[1]&page=$matches[2]\";s:27:\"tix_coupon/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\"tix_coupon/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\"tix_coupon/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"tix_coupon/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"tix_coupon/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpa
 ge=$matches[2]\";s:33:\"tix_coupon/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:37:\"tix_email/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:47:\"tix_email/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:67:\"tix_email/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"tix_email/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"tix_email/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:43:\"tix_email/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:26:\"tix_e
 mail/([^/]+)/embed/?$\";s:57:\"index.php?post_type=tix_email&name=$matches[1]&embed=true\";s:30:\"tix_email/([^/]+)/trackback/?$\";s:51:\"index.php?post_type=tix_email&name=$matches[1]&tb=1\";s:38:\"tix_email/([^/]+)/page/?([0-9]{1,})/?$\";s:64:\"index.php?post_type=tix_email&name=$matches[1]&paged=$matches[2]\";s:45:\"tix_email/([^/]+)/comment-page-([0-9]{1,})/?$\";s:64:\"index.php?post_type=tix_email&name=$matches[1]&cpage=$matches[2]\";s:34:\"tix_email/([^/]+)(?:/([0-9]+))?/?$\";s:63:\"index.php?post_type=tix_email&name=$matches[1]&page=$matches[2]\";s:26:\"tix_email/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:36:\"tix_email/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:56:\"tix_email/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\&quot
 ;index.php?attachment=$matches[1]&feed=$matches[2]\";s:51:\"tix_email/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:51:\"tix_email/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:32:\"tix_email/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:37:\"tggr-tweets/.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:47:\"tggr-tweets/.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:67:\"tggr-tweets/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"tggr-tweets/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&amp
 ;feed=$matches[2]\";s:62:\"tggr-tweets/.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:43:\"tggr-tweets/.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:26:\"tggr-tweets/(.+?)/embed/?$\";s:44:\"index.php?tggr-tweets=$matches[1]&embed=true\";s:30:\"tggr-tweets/(.+?)/trackback/?$\";s:38:\"index.php?tggr-tweets=$matches[1]&tb=1\";s:50:\"tggr-tweets/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?tggr-tweets=$matches[1]&feed=$matches[2]\";s:45:\"tggr-tweets/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?tggr-tweets=$matches[1]&feed=$matches[2]\";s:38:\"tggr-tweets/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?tggr-tweets=$matches[1]&paged=$matches[2]\";s:45:\"tggr-tweets/(.+?)/comment-page-(
 [0-9]{1,})/?$\";s:51:\"index.php?tggr-tweets=$matches[1]&cpage=$matches[2]\";s:34:\"tggr-tweets/(.+?)(?:/([0-9]+))?/?$\";s:50:\"index.php?tggr-tweets=$matches[1]&page=$matches[2]\";s:48:\"hashtag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?hashtag=$matches[1]&feed=$matches[2]\";s:43:\"hashtag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?hashtag=$matches[1]&feed=$matches[2]\";s:24:\"hashtag/([^/]+)/embed/?$\";s:40:\"index.php?hashtag=$matches[1]&embed=true\";s:36:\"hashtag/([^/]+)/page/?([0-9]{1,})/?$\";s:47:\"index.php?hashtag=$matches[1]&paged=$matches[2]\";s:18:\"hashtag/([^/]+)/?$\";s:29:\"index.php?hashtag=$matches[1]\";s:40:\"tggr-instagram/.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:50:\"tggr-instagram/.+?/attachment/([^/]+)/trackback/?$\&quot
 ;;s:37:\"index.php?attachment=$matches[1]&tb=1\";s:70:\"tggr-instagram/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"tggr-instagram/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"tggr-instagram/.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:46:\"tggr-instagram/.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:29:\"tggr-instagram/(.+?)/embed/?$\";s:47:\"index.php?tggr-instagram=$matches[1]&embed=true\";s:33:\"tggr-instagram/(.+?)/trackback/?$\";s:41:\"index.php?tggr-instagram=$matches[1]&tb=1\";s:53:\"tggr-instagram/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:53:\&quo
 t;index.php?tggr-instagram=$matches[1]&feed=$matches[2]\";s:48:\"tggr-instagram/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:53:\"index.php?tggr-instagram=$matches[1]&feed=$matches[2]\";s:41:\"tggr-instagram/(.+?)/page/?([0-9]{1,})/?$\";s:54:\"index.php?tggr-instagram=$matches[1]&paged=$matches[2]\";s:48:\"tggr-instagram/(.+?)/comment-page-([0-9]{1,})/?$\";s:54:\"index.php?tggr-instagram=$matches[1]&cpage=$matches[2]\";s:37:\"tggr-instagram/(.+?)(?:/([0-9]+))?/?$\";s:53:\"index.php?tggr-instagram=$matches[1]&page=$matches[2]\";s:37:\"tggr-flickr/.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:47:\"tggr-flickr/.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:67:\"tggr-flickr/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[
 1]&feed=$matches[2]\";s:62:\"tggr-flickr/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"tggr-flickr/.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:43:\"tggr-flickr/.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:26:\"tggr-flickr/(.+?)/embed/?$\";s:44:\"index.php?tggr-flickr=$matches[1]&embed=true\";s:30:\"tggr-flickr/(.+?)/trackback/?$\";s:38:\"index.php?tggr-flickr=$matches[1]&tb=1\";s:50:\"tggr-flickr/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?tggr-flickr=$matches[1]&feed=$matches[2]\";s:45:\"tggr-flickr/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?tggr-flickr=$matches[1]&feed=$matches[2]\";s:38:\"tggr
 -flickr/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?tggr-flickr=$matches[1]&paged=$matches[2]\";s:45:\"tggr-flickr/(.+?)/comment-page-([0-9]{1,})/?$\";s:51:\"index.php?tggr-flickr=$matches[1]&cpage=$matches[2]\";s:34:\"tggr-flickr/(.+?)(?:/([0-9]+))?/?$\";s:50:\"index.php?tggr-flickr=$matches[1]&page=$matches[2]\";s:37:\"tggr-google/.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:47:\"tggr-google/.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:67:\"tggr-google/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"tggr-google/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"tggr-google/.+?/attachment/([^/]+)/comment-page-
 ([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:43:\"tggr-google/.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:26:\"tggr-google/(.+?)/embed/?$\";s:44:\"index.php?tggr-google=$matches[1]&embed=true\";s:30:\"tggr-google/(.+?)/trackback/?$\";s:38:\"index.php?tggr-google=$matches[1]&tb=1\";s:50:\"tggr-google/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?tggr-google=$matches[1]&feed=$matches[2]\";s:45:\"tggr-google/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?tggr-google=$matches[1]&feed=$matches[2]\";s:38:\"tggr-google/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?tggr-google=$matches[1]&paged=$matches[2]\";s:45:\"tggr-google/(.+?)/comment-page-([0-9]{1,})/?$\";s:51:\"index.php?tggr-google=$matches[1]&cpage=$matches
 [2]\";s:34:\"tggr-google/(.+?)(?:/([0-9]+))?/?$\";s:50:\"index.php?tggr-google=$matches[1]&page=$matches[2]\";s:35:\"speaker/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:45:\"speaker/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:65:\"speaker/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"speaker/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"speaker/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:41:\"speaker/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:24:\"speaker/([^/]+)/embe
 d/?$\";s:44:\"index.php?wcb_speaker=$matches[1]&embed=true\";s:28:\"speaker/([^/]+)/trackback/?$\";s:38:\"index.php?wcb_speaker=$matches[1]&tb=1\";s:36:\"speaker/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?wcb_speaker=$matches[1]&paged=$matches[2]\";s:43:\"speaker/([^/]+)/comment-page-([0-9]{1,})/?$\";s:51:\"index.php?wcb_speaker=$matches[1]&cpage=$matches[2]\";s:32:\"speaker/([^/]+)(?:/([0-9]+))?/?$\";s:50:\"index.php?wcb_speaker=$matches[1]&page=$matches[2]\";s:24:\"speaker/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:34:\"speaker/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:54:\"speaker/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"speaker/[^/]+/([^/]+)/(feed|rdf|rss|rss2|a
 tom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"speaker/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:30:\"speaker/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:35:\"session/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:45:\"session/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:65:\"session/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"session/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"session/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?att
 achment=$matches[1]&cpage=$matches[2]\";s:41:\"session/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:24:\"session/([^/]+)/embed/?$\";s:44:\"index.php?wcb_session=$matches[1]&embed=true\";s:28:\"session/([^/]+)/trackback/?$\";s:38:\"index.php?wcb_session=$matches[1]&tb=1\";s:36:\"session/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?wcb_session=$matches[1]&paged=$matches[2]\";s:43:\"session/([^/]+)/comment-page-([0-9]{1,})/?$\";s:51:\"index.php?wcb_session=$matches[1]&cpage=$matches[2]\";s:32:\"session/([^/]+)(?:/([0-9]+))?/?$\";s:50:\"index.php?wcb_session=$matches[1]&page=$matches[2]\";s:24:\"session/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:34:\"session/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1
 \";s:54:\"session/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"session/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"session/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:30:\"session/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:35:\"sponsor/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:45:\"sponsor/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:65:\"sponsor/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"sponsor/[^/]+/attachment/([^/]+)/(fee
 d|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"sponsor/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:41:\"sponsor/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:24:\"sponsor/([^/]+)/embed/?$\";s:44:\"index.php?wcb_sponsor=$matches[1]&embed=true\";s:28:\"sponsor/([^/]+)/trackback/?$\";s:38:\"index.php?wcb_sponsor=$matches[1]&tb=1\";s:36:\"sponsor/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?wcb_sponsor=$matches[1]&paged=$matches[2]\";s:43:\"sponsor/([^/]+)/comment-page-([0-9]{1,})/?$\";s:51:\"index.php?wcb_sponsor=$matches[1]&cpage=$matches[2]\";s:32:\"sponsor/([^/]+)(?:/([0-9]+))?/?$\";s:50:\"index.php?wcb_sponsor=$matches[1]&page=$matches[2]\&
 quot;;s:24:\"sponsor/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:34:\"sponsor/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:54:\"sponsor/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"sponsor/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"sponsor/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:30:\"sponsor/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:37:\"organizer/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:47:\"organizer/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\&
 quot;;s:67:\"organizer/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"organizer/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"organizer/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:43:\"organizer/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:26:\"organizer/([^/]+)/embed/?$\";s:46:\"index.php?wcb_organizer=$matches[1]&embed=true\";s:30:\"organizer/([^/]+)/trackback/?$\";s:40:\"index.php?wcb_organizer=$matches[1]&tb=1\";s:38:\"organizer/([^/]+)/page/?([0-9]{1,})/?$\";s:53:\"index.php?wcb_organizer=$matches[1]&paged=$matches[2]\";s:45:\"organizer/([^
 /]+)/comment-page-([0-9]{1,})/?$\";s:53:\"index.php?wcb_organizer=$matches[1]&cpage=$matches[2]\";s:34:\"organizer/([^/]+)(?:/([0-9]+))?/?$\";s:52:\"index.php?wcb_organizer=$matches[1]&page=$matches[2]\";s:26:\"organizer/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:36:\"organizer/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:56:\"organizer/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:51:\"organizer/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:51:\"organizer/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:32:\"organizer/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&
 amp;embed=true\";s:46:\"track/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:44:\"index.php?track=$matches[1]&feed=$matches[2]\";s:41:\"track/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:44:\"index.php?track=$matches[1]&feed=$matches[2]\";s:22:\"track/([^/]+)/embed/?$\";s:38:\"index.php?track=$matches[1]&embed=true\";s:34:\"track/([^/]+)/page/?([0-9]{1,})/?$\";s:45:\"index.php?track=$matches[1]&paged=$matches[2]\";s:16:\"track/([^/]+)/?$\";s:27:\"index.php?track=$matches[1]\";s:54:\"sponsor_level/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?sponsor_level=$matches[1]&feed=$matches[2]\";s:49:\"sponsor_level/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?sponsor_level=$matches[1]&feed=$matches[2]\";s:30:\"sponsor_level/([^/]+)/embed/?$\";s:46:\"index.php?sponsor_level=$matches[1]&embed
 =true\";s:42:\"sponsor_level/([^/]+)/page/?([0-9]{1,})/?$\";s:53:\"index.php?sponsor_level=$matches[1]&paged=$matches[2]\";s:24:\"sponsor_level/([^/]+)/?$\";s:35:\"index.php?sponsor_level=$matches[1]\";s:12:\"robots\\.txt$\";s:18:\"index.php?robots=1\";s:48:\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$\";s:18:\"index.php?feed=old\";s:20:\".*wp-app\\.php(/.*)?$\";s:19:\"index.php?error=403\";s:18:\".*wp-register.php$\";s:23:\"index.php?register=true\";s:32:\"feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:27:\"(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:8:\"embed/?$\";s:21:\"index.php?&embed=true\";s:20:\"page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:41:\"comments/feed/(feed|rdf|rss|rs
 s2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:36:\"comments/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:17:\"comments/embed/?$\";s:21:\"index.php?&embed=true\";s:44:\"search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:39:\"search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:20:\"search/(.+)/embed/?$\";s:34:\"index.php?s=$matches[1]&embed=true\";s:32:\"search/(.+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?s=$matches[1]&paged=$matches[2]\";s:14:\"search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:47:\"author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:42:\"auth
 or/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:23:\"author/([^/]+)/embed/?$\";s:44:\"index.php?author_name=$matches[1]&embed=true\";s:35:\"author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:17:\"author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:69:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:45:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/embed/?$\";s:74:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&
 amp;embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]\";s:39:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$\";s:63:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]\";s:56:\"([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:51:\"([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:32:\"([0-9]{4})/([0-9]{1,2})/embed/?$\";s:58:\"index.php?year=$matches[1]&monthnum=$matches[2]&embed=true\";s:44:\"([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]\";s:26:\&qu
 ot;([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:43:\"([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:38:\"([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:19:\"([0-9]{4})/embed/?$\";s:37:\"index.php?year=$matches[1]&embed=true\";s:31:\"([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:13:\"([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:58:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:68:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:88:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachme
 nt/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:83:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:83:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:64:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:53:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/embed/?$\";s:91:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/trackback/?$\";s:85:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name
 =$matches[4]&tb=1\";s:77:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:72:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:65:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/page/?([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&paged=$matches[5]\";s:72:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/comment-page-([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&cpage=$matches[5]\";s:61:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)(?:/([0-9]+)
 )?/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&page=$matches[5]\";s:47:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:57:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:77:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:53:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/embed/?$\";s:43:\"index.ph
 p?attachment=$matches[1]&embed=true\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&cpage=$matches[4]\";s:51:\"([0-9]{4})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&cpage=$matches[3]\";s:38:\"([0-9]{4})/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&cpage=$matches[2]\";s:27:\".?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\".?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?at
 tachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\".?.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"(.?.+?)/embed/?$\";s:41:\"index.php?pagename=$matches[1]&embed=true\";s:20:\"(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:40:\"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:35:\"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:28:\"(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:35:\"(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpa
 ge=$matches[2]\";s:24:\"(.?.+?)(?:/([0-9]+))?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";}','yes'),(155,'finished_splitting_shared_terms','1','yes'),(156,'widget_pages','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(157,'widget_calendar','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(158,'widget_archives','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(159,'widget_meta','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(160,'widget_search','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(161,'widget_tag_cloud','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(162,'widget_nav_menu','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(163,'widget_akismet_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(164,'widget_epcsp_subscribe','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(165,'widget_wcb_sponsors','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(166,'widget_wcpt_speakers','a:1:{s:12:\&
 quot;_multiwidget\";i:1;}','yes'),(167,'widget_wcpt_sessions','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(168,'widget_wcpt_organizers','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(171,'site_icon','0','yes'),(172,'medium_large_size_w','768','yes'),(173,'medium_large_size_h','0','yes'),(191,'template_root','/themes','yes'),(192,'stylesheet_root','/themes','yes'),(193,'theme_mods_twentysixteen','a:2:{i:0;b:0;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1465238383;s:4:\"data\";a:0:{}}}','yes'),(196,'sidebars_widgets','a:2:{s:19:\"wp_inactive_widgets\";a:0:{}s:13:\"array_version\";i:3;}','yes'),(197,'camptix_stats','a:5:{s:4:\"sold\";i:0;s:9:\"remaining\";i:0;s:8:\"subtotal\";i:0;s:10:\"discounted\";i:0;s:7:\"revenue\";i:0;}','yes'),(198,'wpsupercache_gc_time','1561490251','yes'),(199,'jetpack_sync_settings_disable','0','yes'),(200,'_transient_timeout_jetpack_idc_all
 owed','1561492958','no'),(201,'_transient_jetpack_idc_allowed','1','no'),(202,'widget_media_audio','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(203,'widget_media_image','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(204,'widget_media_gallery','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(205,'widget_media_video','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(206,'widget_custom_html','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(207,'widget_wcorg_campaign_monitor_wiget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(208,'widget_wcorg_mailchimp_wiget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(211,'wp_page_for_privacy_policy','0','yes'),(212,'show_comments_cookies_opt_in','1','yes'),(213,'is_https_supported','1','yes'),(214,'insecure_content','a:0:{}','yes');
</ins><span class="cx" style="display: block; padding: 0 10px"> /*!40000 ALTER TABLE `wc_45_options` ENABLE KEYS */;
</span><span class="cx" style="display: block; padding: 0 10px"> UNLOCK TABLES;
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -831,7 +828,7 @@
</span><span class="cx" style="display: block; padding: 0 10px">   `post_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'publish',
</span><span class="cx" style="display: block; padding: 0 10px">   `comment_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'open',
</span><span class="cx" style="display: block; padding: 0 10px">   `ping_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'open',
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-  `post_password` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+  `post_password` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
</ins><span class="cx" style="display: block; padding: 0 10px">   `post_name` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
</span><span class="cx" style="display: block; padding: 0 10px">   `to_ping` text COLLATE utf8mb4_unicode_ci NOT NULL,
</span><span class="cx" style="display: block; padding: 0 10px">   `pinged` text COLLATE utf8mb4_unicode_ci NOT NULL,
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -1090,7 +1087,7 @@
</span><span class="cx" style="display: block; padding: 0 10px">   `autoload` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'yes',
</span><span class="cx" style="display: block; padding: 0 10px">   PRIMARY KEY (`option_id`),
</span><span class="cx" style="display: block; padding: 0 10px">   UNIQUE KEY `option_name` (`option_name`)
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-) ENGINE=InnoDB AUTO_INCREMENT=568 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+) ENGINE=InnoDB AUTO_INCREMENT=587 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
</ins><span class="cx" style="display: block; padding: 0 10px"> /*!40101 SET character_set_client = @saved_cs_client */;
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><span class="cx" style="display: block; padding: 0 10px"> --
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -1099,7 +1096,7 @@
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><span class="cx" style="display: block; padding: 0 10px"> LOCK TABLES `wc_46_options` WRITE;
</span><span class="cx" style="display: block; padding: 0 10px"> /*!40000 ALTER TABLE `wc_46_options` DISABLE KEYS */;
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-INSERT INTO `wc_46_options` VALUES (1,'siteurl','http://2014.seattle.wordcamp.test','yes'),(2,'blogname','WordCamp Seattle 2014','yes'),(3,'blogdescription','Just another WordCamp','yes'),(4,'users_can_register','0','yes'),(5,'admin_email','foo@example.org','yes'),(6,'start_of_week','1','yes'),(7,'use_balanceTags','0','yes'),(8,'use_smilies','1','yes'),(9,'require_name_email','1','yes'),(10,'comments_notify','1','yes'),(11,'posts_per_rss','10','yes'),(12,'rss_use_excerpt','0','yes'),(13,'mailserver_url','mail.example.com','yes'),(14,'mailserver_login','login@example.com','yes'),(15,'mailserver_pass','password','yes'),(16,'mailserver_port','110','yes'),(17,'default_category','1','yes'),(18,'default_comment_status','open','yes'),(19,'default_ping_status','open','yes'),(20,'default_pingback_flag','1','yes'),(21,'posts_per_page','10','yes'),(22,'date_format','F j, Y','yes'),(23,'time_format'
 ,'g:i a','yes'),(24,'links_updated_date_format','F j, Y g:i a','yes'),(25,'comment_moderation','0','yes'),(26,'moderation_notify','1','yes'),(27,'permalink_structure','/%year%/%monthnum%/%day%/%postname%/','yes'),(29,'hack_file','0','yes'),(30,'blog_charset','UTF-8','yes'),(31,'moderation_keys','','no'),(32,'active_plugins','a:2:{i:0;s:19:\"camptix/camptix.php\";i:1;s:21:\"wc-fonts/wc-fonts.php\";}','yes'),(33,'home','http://2014.seattle.wordcamp.test','yes'),(34,'category_base','','yes'),(35,'ping_sites','http://rpc.pingomatic.com/','yes'),(37,'comment_max_links','2','yes'),(38,'gmt_offset','0','yes'),(39,'default_email_category','1','yes'),(40,'recently_edited','','no'),(41,'template','twentytwelve','yes'),(42,'stylesheet','twentytwelve','yes'),(43,'comment_whitelist','1','yes'),(44,'blacklist_keys','','no'),(45,'comment_registration','0','yes'),(46,'html_type','text/html','yes'),(47,'use_trackback','0','yes'),(48,'default_role','subscriber','yes'),(49,'db_vers
 ion','36686','yes'),(50,'uploads_use_yearmonth_folders','1','yes'),(51,'upload_path','','yes'),(52,'blog_public','1','yes'),(53,'default_link_category','2','yes'),(54,'show_on_front','posts','yes'),(55,'tag_base','','yes'),(56,'show_avatars','1','yes'),(57,'avatar_rating','G','yes'),(58,'upload_url_path','','yes'),(59,'thumbnail_size_w','150','yes'),(60,'thumbnail_size_h','150','yes'),(61,'thumbnail_crop','1','yes'),(62,'medium_size_w','300','yes'),(63,'medium_size_h','300','yes'),(64,'avatar_default','mystery','yes'),(65,'large_size_w','1024','yes'),(66,'large_size_h','1024','yes'),(67,'image_default_link_type','file','yes'),(68,'image_default_size','','yes'),(69,'image_default_align','','yes'),(70,'close_comments_for_old_posts','1','yes'),(71,'close_comments_days_old','30','yes'),(72,'thread_comments','1','yes'),(73,'thread_comments_depth','5','yes'),(74,'page_comments','0','yes'),(75,'comments_per_page','50','yes'),(76,'default_comments_page','newest','yes'),(77,'comment_order','
 asc','yes'),(78,'sticky_posts','a:0:{}','yes'),(79,'widget_categories','a:0:{}','yes'),(80,'widget_text','a:7:{i:2;a:3:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:207:\"WordCamp Seattle is dedicated to a friendly, safe, welcoming, and harassment-free conference experience for everyone.  See our <a href=\"http://2014.seattle.wordcamp.org/code-of-conduct:\">Code of Conduct</a>.\";s:6:\"filter\";b:0;}i:3;a:3:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:209:\"<div class=\"header-widget-inner\">\r\n<h4>Sponsor</h4>\r\n<p>Support your WordPress Community by sponsoring WordCamp. <a href=\"http://2014.seattle.wordcamp.org/sponsor/\">Learn more</a> about sponsoring.</p>\r\n</div>\";s:6:\"filter\";b:0;}i:4;a:3:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:203:\"<div class=\"header-
 widget-inner\">\r\n<h4>Volunteer</h4>\r\n<p>WordCamps are 100% volunteer run events. Want to help contribute? <a href=\"/volunteer/\">Learn more</a> about becoming a Volunteer. </p>\r\n</div>\r\n\";s:6:\"filter\";b:0;}i:5;a:3:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:359:\"<div class=\"header-widget-inner\">\r\n<h4>About</h4>\r\n<p>New to WordCamp? <a href=\"/about/\">Learn more</a>, Watch <a href=\"http://wordpress.tv/event/wordcamp-seattle-2013/\" target=\"_blank\">last year\'s presentations</a>, then check out the monthly <a href=\"http://www.meetup.com/SeattleWordPressMeetup/\" target=\"_blank\">Seattle WordPress Meetup</a>!</p>\r\n</div>\r\n\";s:6:\"filter\";b:0;}i:6;a:3:{s:5:\"title\";s:8:\"Schedule\";s:4:\&
 quot;text\";s:584:\"<h3>Saturday, June 28th</h3>\r\n<strong>8:00am:</strong> Registration Opens\r\n<br />\r\n<strong>9:00am:</strong> <a href=\"http://2014.seattle.wordcamp.org/schedule/\">WordCamp Seattle</a> at the University of Washington HUB.<br />\r\n<strong>5:30pm:</strong> <a href=\"http://2014.seattle.wordcamp.org/session/after-party/\">After Party</a> at UW Mary Gates Commons,\r\nsponsored by Media Temple.<br /><br />\r\n\r\n<h3>Sunday, June 29th</h3>\r\n<strong>9:30am:</strong> <a href=\"http://2014.seattle.wordcamp.org/contributor-day-sunday-june-29th/\">Contributor Day</a> at Impact HUB (Downtown Seattle)\r\n\";s:6:\"filter\";b:0;}i:7;a:3:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:207:\"WordCamp Seattle is dedicated to a friendly, safe, welcoming, and haras
 sment-free conference experience for everyone.  See our <a href=\"http://2014.seattle.wordcamp.org/code-of-conduct:\">Code of Conduct</a>.\";s:6:\"filter\";b:0;}s:12:\"_multiwidget\";i:1;}','yes'),(81,'widget_rss','a:0:{}','yes'),(82,'uninstall_plugins','a:0:{}','no'),(83,'timezone_string','','yes'),(84,'page_for_posts','0','yes'),(85,'page_on_front','0','yes'),(86,'default_post_format','0','yes'),(87,'link_manager_enabled','0','yes'),(88,'wc_46_user_roles','a:5:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:61:{s:13:\"switch_themes\";b:1;s:11:\"edit_themes\";b:1;s:16:\"activate_plugins\";b:1;s:12:\"edit_plugins\";b:1;s:10:\"edit_users\";b:1;s:10:\"edit_files\";b:1;s:14:\"manage_options\";b:1;s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"ma
 nage_links\";b:1;s:12:\"upload_files\";b:1;s:6:\"import\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:8:\"level_10\";b:1;s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b
 :1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:12:\"delete_users\";b:1;s:12:\"create_users\";b:1;s:17:\"unfiltered_upload\";b:1;s:14:\"edit_dashboard\";b:1;s:14:\"update_plugins\";b:1;s:14:\"delete_plugins\";b:1;s:15:\"install_plugins\";b:1;s:13:\"update_themes\";b:1;s:14:\"install_themes\";b:1;s:11:\"update_core\";b:1;s:10:\"list_users\";b:1;s:12:\"remove_users\";b:1;s:13:\"promote_users\";b:1;s:18:\"edit_theme_options\";b:1;s:13:\"delete_themes\";b:1;s:6:\"export\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilit
 ies\";a:34:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22
 :\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:10:{s:12:\"upload_files\";b:1;s:10:\"edit_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:22:\"delete_published_posts\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:5:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"
 level_0\";b:1;s:12:\"delete_posts\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}}','yes'),(92,'current_theme','Twenty Twelve','yes'),(93,'theme_mods_twentythirteen','a:2:{i:0;b:0;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1403381745;s:4:\"data\";a:0:{}}}','yes'),(94,'theme_switched','','yes'),(95,'safecss_rev','13','yes'),(96,'wccsp_settings','a:5:{s:7:\"enabled\";s:3:\"off\";s:21:\"body_background_color\";s:7:\"#666666\";s:26:\"container_background_color\";s:7:\"#FFFFFF\";s:10:\"text_color\";s:7:\"#000000\";s:8:\"image_id\";i:0;}','yes'),(100,'cron','a:13:{i:1465239530;a:1:{s:14:\"lsf_45_seconds\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\&q
 uot;45-seconds\";s:4:\"args\";a:0:{}s:8:\"interval\";i:45;}}}i:1465239535;a:1:{s:14:\"lsf_10_seconds\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"10-seconds\";s:4:\"args\";a:0:{}s:8:\"interval\";i:10;}}}i:1465239539;a:1:{s:23:\"wordcamp_dev_10_seconds\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"10-seconds\";s:4:\"args\";a:0:{}s:8:\"interval\";i:10;}}}i:1465239545;a:2:{s:14:\"lsf_60_seconds\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"60-seconds\";s:4:\"args\";a:0:{}s:8:\"interval\";i:60;}}s:14:\"lsf_30_seconds\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"30-seconds\";s:4:\"args\";a:0:{}s:8:\"inter
 val\";i:30;}}}i:1465239559;a:1:{s:23:\"wordcamp_dev_30_seconds\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"30-seconds\";s:4:\"args\";a:0:{}s:8:\"interval\";i:30;}}}i:1465239574;a:1:{s:23:\"wordcamp_dev_45_seconds\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"45-seconds\";s:4:\"args\";a:0:{}s:8:\"interval\";i:45;}}}i:1465239589;a:1:{s:23:\"wordcamp_dev_60_seconds\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"60-seconds\";s:4:\"args\";a:0:{}s:8:\"interval\";i:60;}}}i:1465239844;a:1:{s:31:\"tix_scheduled_every_ten_minutes\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:7:\"10-mins\";s:4:\"args\";a:0:{}s:8:\"interval\";i:600;
 }}}i:1465241643;a:2:{s:30:\"tix_dashboard_scheduled_hourly\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}s:20:\"jetpack_clean_nonces\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1465277644;a:1:{s:19:\"tix_scheduled_daily\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1465277645;a:1:{s:19:\"wp_scheduled_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1465279238;a:1:{s:30:\"wp_scheduled_auto_draft
 _delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}s:7:\"version\";i:2;}','yes'),(101,'post_count','16','yes'),(102,'jetpack_options','a:4:{s:7:\"version\";s:16:\"4.0.3:1465239089\";s:11:\"old_version\";s:18:\"3.1-dev:1402032843\";s:28:\"fallback_no_verify_ssl_certs\";i:0;s:9:\"time_diff\";i:0;}','yes'),(103,'camptix_options','a:16:{s:8:\"currency\";s:3:\"USD\";s:10:\"event_name\";s:21:\"WordCamp Seattle 2014\";s:7:\"version\";i:20140325;s:20:\"reservations_enabled\";b:0;s:15:\"refunds_enabled\";b:0;s:18:\"refund_all_enabled\";b:0;s:8:\"archived\";b:0;s:15:\"payment_methods\";a:1:{s:6:\"paypal\";b:1;}s:30:\"email_template_single_purchase\";s:233:\"Hi
  there!\n\nYou have purchased the following ticket:\n\n[receipt]\n\nYou can edit the information for the purchased ticket at any time before the event, by visiting the following link:\n\n[ticket_url]\n\nLet us know if you have any questions!\";s:32:\"email_template_multiple_purchase\";s:237:\"Hi there!\n\nThank you so much for purchasing a ticket and hope to see you soon at our event. You can edit your information at any time before the event, by visiting the following link:\n\n[ticket_url]\n\nLet us know if you have any questions!\";s:40:\"email_template_multiple_purchase_receipt\";s:239:\"Hi there!\n\nYou have purchased the following tickets:\n\n[receipt]\n\nYou can edit the information for all the purchased tickets at any time before the event, by visiting the following link:\n\n[ticket_url]\n\nLet us know if you have any questions!\";s:32:\"email_template_pending_succeeded\";s:237:\"Hey there!\n\nYour payment for [event
 _name] has been completed, looking forward to seeing you at the event! You can access and change your tickets information by visiting the following link:\n\n[ticket_url]\n\nLet us know if you need any help!\";s:29:\"email_template_pending_failed\";s:293:\"Hey there!\n\nWe\'re so sorry, but it looks like your payment for [event_name] has failed! Please check your payment transactions for more details. If you still wish to attend the event, feel free to purchase a new ticket using the following link:\n\n[ticket_url]\n\nLet us know if you need any help!\";s:28:\"email_template_single_refund\";s:230:\"Hey there!\n\nYour refund for [event_name] has been completed. If you change your mind and still wish to attend the event, feel free to purchase a new ticket using the following link:\n\n[ticket_url]\n\nLet us know if you need any help!\";s:30:\"email_template_multiple_refund\";s:229:\"Hey there!\n\nYour ticket for [event_name] ha
 s been refunded. If you change your mind and still wish to attend the event, feel free to purchase a new ticket using the following link:\n\n[ticket_url]\n\nLet us know if you need any help!\";s:22:\"payment_options_paypal\";a:1:{s:10:\"api_predef\";s:16:\"wordcamp-sandbox\";}}','yes'),(105,'tggr_settings','a:5:{s:10:\"db_version\";s:3:\"0.6\";s:17:\"TGGRSourceTwitter\";a:5:{s:12:\"consumer_key\";s:0:\"\";s:15:\"consumer_secret\";s:0:\"\";s:20:\"highlighted_accounts\";s:0:\"\";s:13:\"_bearer_token\";s:0:\"\";s:16:\"_newest_tweet_id\";i:0;}s:19:\"TGGRSourceInstagram\";a:3:{s:9:\"client_id\";s:0:\"\";s:20:\"highlighted_accounts\";s:0:\"\";s:16:\"_newest_media_id\";i:0;}s:16:\"TGGRSourceFlickr\";a:3:{s:7:\"api_key\";s:0:\"\";s:20:\"highligh
 ted_accounts\";s:0:\"\";s:18:\"_newest_media_date\";i:0;}s:16:\"TGGRSourceGoogle\";a:3:{s:7:\"api_key\";s:0:\"\";s:20:\"highlighted_accounts\";s:0:\"\";s:21:\"_newest_activity_date\";i:0;}}','yes'),(106,'jetpack_activated','2','yes'),(140,'camptix_stats','a:6:{s:4:\"sold\";i:936;s:9:\"remaining\";i:-236;s:8:\"subtotal\";i:18720;s:10:\"discounted\";i:0;s:7:\"revenue\";i:18720;s:13:\"last_modified\";i:1403381449;}','yes'),(156,'category_children','a:0:{}','yes'),(157,'wcb_track_children','a:0:{}','yes'),(158,'wcb_sponsor_level_children','a:0:{}','yes'),(246,'adminhash','a:2:{s:4:\"hash\";s:32:\"43dca84bc95c7920e6e7e446e941485d\";s:8:\"newemail\";s:23:\"ian.dunn@automattic.com\";}','yes'),(247,'WPLANG','','yes'),(297,'jetpack_log','a:3:{i:0;a:5:{s:4:\"time\";i:1403381684;s:7:\"user_id\&quo
 t;;i:1;s:7:\"blog_id\";b:0;s:4:\"code\";s:8:\"activate\";s:4:\"data\";s:10:\"custom-css\";}i:1;a:5:{s:4:\"time\";i:1403381691;s:7:\"user_id\";i:1;s:7:\"blog_id\";b:0;s:4:\"code\";s:8:\"activate\";s:4:\"data\";s:12:\"contact-form\";}i:2;a:5:{s:4:\"time\";i:1403381698;s:7:\"user_id\";i:1;s:7:\"blog_id\";b:0;s:4:\"code\";s:8:\"activate\";s:4:\"data\";s:10:\"shortcodes\";}}','no'),(298,'jetpack_active_modules','a:6:{i:1;s:10:\"custom-css\";i:3;s:12:\"contact-form\";i:5;s:10:\"shortcodes\";i:6;s:20:\"custom-content-types\";i:7;s:7:\"protect\";i:11;s:13:\"subscriptions\";}','yes'),(308,'template_root','/themes','yes'),(309,'stylesheet_root','/themes','yes'),(310,'theme_mods_twentytwelve','a:2:{i:0;b:0;s:18:\"nav_menu_locations\";a:1:
 {s:7:\"primary\";i:21;}}','yes'),(313,'safecss_revision_migrated','1403381747','yes'),(321,'_transient_tggr_last_media_fetch','1403384740.3098','yes'),(322,'jetpack_file_data','a:1:{s:5:\"4.0.3\";a:49:{s:32:\"31e5b9ae08b62c2b0cd8a7792242298b\";a:14:{s:4:\"name\";s:20:\"Spelling and Grammar\";s:11:\"description\";s:89:\"Check your spelling, style, and grammar with the After the Deadline proofreading service.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1:\"6\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:7:\"Writing\&quot
 ;;s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:115:\"after the deadline, afterthedeadline, spell, spellchecker, spelling, grammar, proofreading, style, language, cliche\";}s:32:\"3f41b2d629265b5de8108b463abbe8e2\";a:14:{s:4:\"name\";s:8:\"Carousel\";s:11:\"description\";s:63:\"Transform standard image galleries into full-screen slideshows.\";s:14:\"jumpstart_desc\";s:79:\"Brings your photos and images to life as full-size, easily navigable galleries.\";s:4:\"sort\";s:2:\"22\";s:20:\"recommendation_order\";s:2:\"12\";s:10:\"introduced\";s:3:\"1.5\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\
 "module_tags\";s:17:\"Photos and Videos\";s:7:\"feature\";s:9:\"Jumpstart\";s:25:\"additional_search_queries\";s:80:\"gallery, carousel, diaporama, slideshow, images, lightbox, exif, metadata, image\";}s:32:\"c6ebb418dde302de09600a6025370583\";a:14:{s:4:\"name\";s:8:\"Comments\";s:11:\"description\";s:79:\"Let readers comment with WordPress.com, Twitter, Facebook, or Google+ accounts.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"20\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.4\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:6:\&q
 uot;Social\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:53:\"comments, comment, facebook, twitter, google+, social\";}s:32:\"836f9485669e1bbb02920cb474730df0\";a:14:{s:4:\"name\";s:12:\"Contact Form\";s:11:\"description\";s:44:\"Insert a contact form anywhere on your site.\";s:14:\"jumpstart_desc\";s:111:\"Adds a button to your post and page editors, allowing you to build simple forms to help visitors stay in touch.\";s:4:\"sort\";s:2:\"15\";s:20:\"recommendation_order\";s:2:\"14\";s:10:\"introduced\";s:3:\"1.3\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:
 5:\"Other\";s:7:\"feature\";s:9:\"Jumpstart\";s:25:\"additional_search_queries\";s:44:\"contact, form, grunion, feedback, submission\";}s:32:\"ea3970eebf8aac55fc3eca5dca0e0157\";a:14:{s:4:\"name\";s:20:\"Custom Content Types\";s:11:\"description\";s:92:\"Organize and display different types of content on your site, separate from posts and pages.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"34\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"3.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:7:\"Writing\";s:7:\"feature\";s:0:\
 "\";s:25:\"additional_search_queries\";s:72:\"cpt, custom post types, portfolio, portfolios, testimonial, testimonials\";}s:32:\"d2bb05ccad3d8789df40ca3abb97336c\";a:14:{s:4:\"name\";s:10:\"Custom CSS\";s:11:\"description\";s:57:\"Customize your site’s CSS without modifying your theme.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1:\"2\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.7\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:10:\"Appearance\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:108:\"css,
  customize, custom, style, editor, less, sass, preprocessor, font, mobile, appearance, theme, stylesheet\";}s:32:\"a2064eec5b9c7e0d816af71dee7a715f\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";}s:32:\"53a4ec755022ef3953699734c343da02\";a:14:{s:4:\"name\";s:21:\"Enhanced Distribution\";s:1
 1:\"description\";s:27:\"Increase reach and traffic.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1:\"5\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.2\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:6:\"Public\";s:11:\"module_tags\";s:7:\"Writing\";s:7:\"feature\";s:7:\"Traffic\";s:25:\"additional_search_queries\";s:54:\"google, seo, firehose, search, broadcast, broadcasting\";}s:32:\"72fecb67ee6704ba0a33e0225316ad06\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\
 "\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";}s:32:\"d56e2886185a9eace719cc57d46770df\";a:14:{s:4:\"name\";s:19:\"Gravatar Hovercards\";s:11:\"description\";s:58:\"Enable pop-up business cards over commenters’ Gravatars.\";s:14:\"jumpstart_desc\";s:131:\"Let commenters link their profiles to their Gravatar accounts, making it easy for your visitors to learn more about your community.\";s:4:\"sort\";s:2:\"11\";s:20:\&quo
 t;recommendation_order\";s:2:\"13\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:18:\"Social, Appearance\";s:7:\"feature\";s:9:\"Jumpstart\";s:25:\"additional_search_queries\";s:20:\"gravatar, hovercards\";}s:32:\"e391e760617bd0e0736550e34a73d7fe\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:8:\"2.0.3 ??\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\&quot
 ;;s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";}s:32:\"2e345370766346c616b3c5046e817720\";a:14:{s:4:\"name\";s:15:\"Infinite Scroll\";s:11:\"description\";s:46:\"Add support for infinite scroll to your theme.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"26\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\&quo
 t;No\";s:11:\"module_tags\";s:10:\"Appearance\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:33:\"scroll, infinite, infinite scroll\";}s:32:\"bd69edbf134de5fae8fdcf2e70a45b56\";a:14:{s:4:\"name\";s:8:\"JSON API\";s:11:\"description\";s:69:\"Allow applications to securely access your content through the cloud.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"19\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.9\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:6:\"Public\";s:11:\"module_tags\";s:19:\"Writing, Developers\";s:7:\"feature\
 ";s:0:\"\";s:25:\"additional_search_queries\";s:50:\"api, rest, develop, developers, json, klout, oauth\";}s:32:\"8110b7a4423aaa619dfa46b8843e10d1\";a:14:{s:4:\"name\";s:14:\"Beautiful Math\";s:11:\"description\";s:85:\"Use LaTeX markup language in posts and pages for complex equations and other geekery.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"12\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:7:\"Writing\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\&quot
 ;;s:47:\"latex, math, equation, equations, formula, code\";}s:32:\"fd7e85d3b4887fa6b6f997d6592c1f33\";a:14:{s:4:\"name\";s:5:\"Likes\";s:11:\"description\";s:70:\"Give visitors an easy way to show their appreciation for your content.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"23\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.2\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:6:\"Social\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:26:\"like, likes, wordpress.com\";}s:32:\"c5dfef41fad5bcdcaae8e315e5cfc420\&quo
 t;;a:14:{s:4:\"name\";s:6:\"Manage\";s:11:\"description\";s:76:\"Manage all your sites from a centralized place, https://wordpress.com/sites.\";s:14:\"jumpstart_desc\";s:151:\"Helps you remotely manage plugins, turn on automated updates, and more from <a href=\"https://wordpress.com/plugins/\" target=\"_blank\">wordpress.com</a>.\";s:4:\"sort\";s:1:\"1\";s:20:\"recommendation_order\";s:1:\"3\";s:10:\"introduced\";s:3:\"3.4\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:35:\"Centralized Management, Recommended\";s:7:\"feature\";s:22:\"Recommended, Jumpstart\";s:25:\&quot
 ;additional_search_queries\";s:26:\"manage, management, remote\";}s:32:\"fd6dc399b92bce76013427e3107c314f\";a:14:{s:4:\"name\";s:8:\"Markdown\";s:11:\"description\";s:51:\"Write posts or pages in plain-text Markdown syntax.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"31\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.8\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:7:\"Writing\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:12:\"md, markdown\";}s:32:\"c49a35b6482b0426cb07ad28ecf5d7df\";a:14:{s:4:\&quot
 ;name\";s:12:\"Mobile Theme\";s:11:\"description\";s:64:\"Optimize your site with a mobile-friendly theme for smartphones.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"21\";s:20:\"recommendation_order\";s:2:\"11\";s:10:\"introduced\";s:3:\"1.8\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:31:\"Appearance, Mobile, Recommended\";s:7:\"feature\";s:11:\"Recommended\";s:25:\"additional_search_queries\";s:24:\"mobile, theme, minileven\";}s:32:\"b42e38f6fafd2e4104ebe5bf39b4be47\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\&quot
 ;;s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";}s:32:\"771cfeeba0d3d23ec344d5e781fb0ae2\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\&q
 uot;\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";}s:32:\"54f0661d27c814fc8bde39580181d939\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\&
 quot;;s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";}s:32:\"46c4c413b5c72bbd3c3dbd14ff8f8adc\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";}s:32:\"9ea52fa25783e5ceeb6bfaed3268e64e\";a:14:{s:4:\"name\";s:7:\"Monitor\&qu
 ot;;s:11:\"description\";s:25:\"Reports on site downtime.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"28\";s:20:\"recommendation_order\";s:2:\"10\";s:10:\"introduced\";s:3:\"2.6\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:11:\"Recommended\";s:7:\"feature\";s:33:\"Recommended, Performance-Security\";s:25:\"additional_search_queries\";s:37:\"monitor, uptime, downtime, monitoring\";}s:32:\"cfcaafd0fcad087899d715e0b877474d\";a:14:{s:4:\"name\";s:13:\"Notifications\";s:11:\"description\";s:84:\"Receive notification of site activity via the admin too
 lbar and your Mobile devices.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"13\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.9\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:5:\"Other\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:62:\"notification, notifications, toolbar, adminbar, push, comments\";}s:32:\"0d18bfa69bec61550c1d813ce64149b0\";a:14:{s:4:\"name\";s:10:\"Omnisearch\";s:11:\"description\";s:66:\"Search your entire database from a single field in your Dashboard.\";s:14:\"jumpstart_desc\";s:0:\&quot
 ;\";s:4:\"sort\";s:2:\"16\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.3\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:10:\"Developers\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:6:\"search\";}s:32:\"3f0a11e23118f0788d424b646a6d465f\";a:14:{s:4:\"name\";s:6:\"Photon\";s:11:\"description\";s:27:\"Speed up images and photos.\";s:14:\"jumpstart_desc\";s:141:\"Mirrors and serves your images from our free and fast image CDN, improving your site’s performance with no additional load on your servers.\";s:4:\"sort\";s:
 2:\"25\";s:20:\"recommendation_order\";s:1:\"1\";s:10:\"introduced\";s:3:\"2.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:42:\"Photos and Videos, Appearance, Recommended\";s:7:\"feature\";s:44:\"Recommended, Jumpstart, Performance-Security\";s:25:\"additional_search_queries\";s:38:\"photon, image, cdn, performance, speed\";}s:32:\"e37cfbcb72323fb1fe8255a2edb4d738\";a:14:{s:4:\"name\";s:13:\"Post by Email\";s:11:\"description\";s:58:\"Publish posts by email, using any device and email client.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"14\";s:20:\&q
 uot;recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:7:\"Writing\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:20:\"post by email, email\";}s:32:\"728290d131a480bfe7b9e405d7cd925f\";a:14:{s:4:\"name\";s:7:\"Protect\";s:11:\"description\";s:28:\"Prevent brute force attacks.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1:\"1\";s:20:\"recommendation_order\";s:1:\"4\";s:10:\"introduced\";s:3:\"3.4\";s:7:\"changed\";s:0:\"\";s:10:\"dea
 ctivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:11:\"Recommended\";s:7:\"feature\";s:33:\"Recommended, Performance-Security\";s:25:\"additional_search_queries\";s:65:\"security, secure, protection, botnet, brute force, protect, login\";}s:32:\"f9ce784babbbf4dcca99b8cd2ceb420c\";a:14:{s:4:\"name\";s:9:\"Publicize\";s:11:\"description\";s:30:\"Automatically promote content.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"10\";s:20:\"recommendation_order\";s:1:\"7\";s:10:\"introduced\";s:3:\"2.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\&quot
 ;;s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:19:\"Social, Recommended\";s:7:\"feature\";s:20:\"Recommended, Traffic\";s:25:\"additional_search_queries\";s:107:\"facebook, twitter, google+, googleplus, google, path, tumblr, linkedin, social, tweet, connections, sharing\";}s:32:\"052c03877dd3d296a71531cb07ad939a\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activ
 ate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";}s:32:\"52edecb2a75222e75b2dce4356a4efce\";a:14:{s:4:\"name\";s:13:\"Related Posts\";s:11:\"description\";s:24:\"Display similar content.\";s:14:\"jumpstart_desc\";s:113:\"Keep visitors engaged on your blog by highlighting relevant and new content at the bottom of each published post.\";s:4:\"sort\";s:2:\"29\";s:20:\"recommendation_order\";s:1:\"9\";s:10:\"introduced\";s:3:\"2.9\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:11:\"
 Recommended\";s:7:\"feature\";s:31:\"Recommended, Jumpstart, Traffic\";s:25:\"additional_search_queries\";s:22:\"related, related posts\";}s:32:\"8b059cb50a66b717f1ec842e736b858c\";a:14:{s:4:\"name\";s:7:\"Sharing\";s:11:\"description\";s:32:\"Visitors can share your content.\";s:14:\"jumpstart_desc\";s:116:\"Twitter, Facebook and Google+ buttons at the bottom of each post, making it easy for visitors to share your content.\";s:4:\"sort\";s:1:\"7\";s:20:\"recommendation_order\";s:1:\"6\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:3:\"1.2\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:19:\"
 Social, Recommended\";s:7:\"feature\";s:31:\"Recommended, Jumpstart, Traffic\";s:25:\"additional_search_queries\";s:141:\"share, sharing, sharedaddy, buttons, icons, email, facebook, twitter, google+, linkedin, pinterest, pocket, press this, print, reddit, tumblr\";}s:32:\"a6d2394329871857401255533a9873f7\";a:14:{s:4:\"name\";s:16:\"Shortcode Embeds\";s:11:\"description\";s:77:\"Embed content from YouTube, Vimeo, SlideShare, and more, no coding necessary.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1:\"3\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:3:\"1.2\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s
 :3:\"Yes\";s:11:\"module_tags\";s:46:\"Photos and Videos, Social, Writing, Appearance\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:251:\"shortcodes, shortcode, embeds, media, bandcamp, blip.tv, dailymotion, digg, facebook, flickr, google calendars, google maps, google+, polldaddy, recipe, recipes, scribd, slideshare, slideshow, slideshows, soundcloud, ted, twitter, vimeo, vine, youtube\";}s:32:\"21496e2897ea5f81605e2f2ac3beb921\";a:14:{s:4:\"name\";s:16:\"WP.me Shortlinks\";s:11:\"description\";s:56:\"Enable WP.me-powered shortlinks for all posts and pages.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1:\"8\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\&quot
 ;\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:6:\"Social\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:17:\"shortlinks, wp.me\";}s:32:\"e2a54a5d7879a4162709e6ffb540dd08\";a:14:{s:4:\"name\";s:9:\"Site Icon\";s:11:\"description\";s:29:\"Add a site icon to your site.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"22\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"3.2\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\"
 ;s:11:\"module_tags\";s:5:\"Other\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:24:\"favicon, icon, site icon\";}s:32:\"f5c537bc304f55b29c1a87e30be0cd24\";a:14:{s:4:\"name\";s:8:\"Sitemaps\";s:11:\"description\";s:75:\"Creates sitemaps to allow your site to be easily indexed by search engines.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"13\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"3.9\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:6:\"Public\";s:11:\"module_tags\";s:20:\"Recommended, Traffic\";s:7:\"feature\";s:0:\"\&
 quot;;s:25:\"additional_search_queries\";s:39:\"sitemap, traffic, search, site map, seo\";}s:32:\"59a23643437358a9b557f1d1e20ab040\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";}s:32:\"6a90f97c3194cfca5671728eaaeaf15e\";a:14:{s:4:\"name\";s:14:\"Single Sign On\";s:11:\"
 description\";s:27:\"Secure user authentication.\";s:14:\"jumpstart_desc\";s:98:\"Lets you log in to all your Jetpack-enabled sites with one click using your WordPress.com account.\";s:4:\"sort\";s:2:\"30\";s:20:\"recommendation_order\";s:1:\"5\";s:10:\"introduced\";s:3:\"2.6\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:10:\"Developers\";s:7:\"feature\";s:31:\"Jumpstart, Performance-Security\";s:25:\"additional_search_queries\";s:34:\"sso, single sign on, login, log in\";}s:32:\"b65604e920392e2f7134b646760b75e8\";a:14:{s:4:\"name\";s:10:\"Site Stats\";s:11:\"description
 \";s:35:\"Collect traffic stats and insights.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1:\"1\";s:20:\"recommendation_order\";s:1:\"2\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:23:\"Site Stats, Recommended\";s:7:\"feature\";s:20:\"Recommended, Traffic\";s:25:\"additional_search_queries\";s:54:\"statistics, tracking, analytics, views, traffic, stats\";}s:32:\"23a586dd7ead00e69ec53eb32ef740e4\";a:14:{s:4:\"name\";s:13:\"Subscriptions\";s:11:\"description\";s:88:\"Allow users to subscribe to your posts and comments and r
 eceive notifications via email.\";s:14:\"jumpstart_desc\";s:126:\"Give visitors two easy subscription options — while commenting, or via a separate email subscription widget you can display.\";s:4:\"sort\";s:1:\"9\";s:20:\"recommendation_order\";s:1:\"8\";s:10:\"introduced\";s:3:\"1.2\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:6:\"Social\";s:7:\"feature\";s:9:\"Jumpstart\";s:25:\"additional_search_queries\";s:74:\"subscriptions, subscription, email, follow, followers, subscribers, signup\";}s:32:\"1d978b8d84d2f378fe1a702a67633b6d\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"descript
 ion\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";}s:32:\"b3b983461d7f3d27322a3551ed8a9405\";a:14:{s:4:\"name\";s:15:\"Tiled Galleries\";s:11:\"description\";s:73:\"Display your image galleries in a variety of sleek, graphic arrangements.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"24\";s:20:\"recommend
 ation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:17:\"Photos and Videos\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:43:\"gallery, tiles, tiled, grid, mosaic, images\";}s:32:\"d924e5b05722b0e104448543598f54c0\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\&q
 uot;\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";}s:32:\"36741583b10c521997e563ad8e1e8b77\";a:14:{s:4:\"name\";s:12:\"Data Backups\";s:11:\"description\";s:27:\"Daily or real-time backups.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"32\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:5:\"0:1.2\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:5:\"false\";s:4:\"free\";s:5:\"false\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\&quo
 t;module_tags\";s:0:\"\";s:7:\"feature\";s:20:\"Performance-Security\";s:25:\"additional_search_queries\";s:28:\"vaultpress, backup, security\";}s:32:\"2b9b44f09b5459617d68dd82ee17002a\";a:14:{s:4:\"name\";s:17:\"Site Verification\";s:11:\"description\";s:77:\"Verify your site or domain with Google Search Console, Pinterest, and others.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"33\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"3.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\&quo
 t;;s:25:\"additional_search_queries\";s:56:\"webmaster, seo, google, bing, pinterest, search, console\";}s:32:\"5ab4c0db7c42e10e646342da0274c491\";a:14:{s:4:\"name\";s:10:\"VideoPress\";s:11:\"description\";s:68:\"Upload and embed videos right on your site. (Subscription required.)\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"27\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.5\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:5:\"false\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:17:\"Photos and Videos\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:25:\"video, vid
 eos, videopress\";}s:32:\"60a1d3aa38bc0fe1039e59dd60888543\";a:14:{s:4:\"name\";s:17:\"Widget Visibility\";s:11:\"description\";s:57:\"Specify which widgets appear on which pages of your site.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"17\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.4\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:10:\"Appearance\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:54:\"widget visibility, logic, conditional, widgets, widget\";}s:32:\"174ed3416476c2cb9ff5b0f671280b15\";a:14:{s:4:
 \"name\";s:21:\"Extra Sidebar Widgets\";s:11:\"description\";s:79:\"Add images, Twitter streams, your site’s RSS links, and more to your sidebar.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1:\"4\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.2\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:18:\"Social, Appearance\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:65:\"widget, widgets, facebook, gallery, twitter, gravatar, image, rss\";}s:32:\"28b931a1db19bd24869bd54b14e733d5\";a:14:{s:4:\"name\";s:0:\"\";s:11
 :\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";}}}','yes'),(323,'jetpack_available_modules','a:1:{s:5:\"4.0.3\";a:37:{s:18:\"after-the-deadline\";s:3:\"1.1\";s:8:\"carousel\";s:3:\"1.5\";s:8:\"comments\";s:3:\"1.4\";s:12:\"contact-form\";s:3:\"1.3\";s:20:\"custom-content-types\";s:3:\&quot
 ;3.1\";s:10:\"custom-css\";s:3:\"1.7\";s:21:\"enhanced-distribution\";s:3:\"1.2\";s:19:\"gravatar-hovercards\";s:3:\"1.1\";s:15:\"infinite-scroll\";s:3:\"2.0\";s:8:\"json-api\";s:3:\"1.9\";s:5:\"latex\";s:3:\"1.1\";s:5:\"likes\";s:3:\"2.2\";s:6:\"manage\";s:3:\"3.4\";s:8:\"markdown\";s:3:\"2.8\";s:9:\"minileven\";s:3:\"1.8\";s:7:\"monitor\";s:3:\"2.6\";s:5:\"notes\";s:3:\"1.9\";s:10:\"omnisearch\";s:3:\"2.3\";s:6:\"photon\";s:3:\"2.0\";s:13:\"post-by-email\";s:3:\"2.0\";s:7:\"protect\";s:3:\"3.4\";s:9:\"publicize\";s:3:\"2.0\";s:13:\"related-posts\";s:3:\"2.9\";s:10:\"sharedaddy\";s:3:\"1.1\";s:10:\"
 shortcodes\";s:3:\"1.1\";s:10:\"shortlinks\";s:3:\"1.1\";s:9:\"site-icon\";s:3:\"3.2\";s:8:\"sitemaps\";s:3:\"3.9\";s:3:\"sso\";s:3:\"2.6\";s:5:\"stats\";s:3:\"1.1\";s:13:\"subscriptions\";s:3:\"1.2\";s:13:\"tiled-gallery\";s:3:\"2.1\";s:10:\"vaultpress\";s:5:\"0:1.2\";s:18:\"verification-tools\";s:3:\"3.0\";s:10:\"videopress\";s:3:\"2.5\";s:17:\"widget-visibility\";s:3:\"2.4\";s:7:\"widgets\";s:3:\"1.2\";}}','yes'),(324,'db_upgraded','','yes'),(343,'sidebars_widgets','a:5:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:3:{i:0;s:6:\"text-6\";i:1;s:6:\"text-7\";i:2;s:14:\"wcb_sponsors-2\";}s:9:\"sidebar-2\";a:3:{i:0;s:6:\"text-5\";i:1;s:6:\"text-4\&quo
 t;;i:2;s:6:\"text-3\";}s:9:\"sidebar-3\";a:1:{i:0;s:6:\"text-2\";}s:13:\"array_version\";i:3;}','yes'),(349,'theme_mods_twentyfourteen','a:1:{s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1417901030;s:4:\"data\";a:7:{s:19:\"wp_inactive_widgets\";a:0:{}s:18:\"orphaned_widgets_1\";a:0:{}s:18:\"orphaned_widgets_2\";a:0:{}s:18:\"orphaned_widgets_3\";a:0:{}s:18:\"orphaned_widgets_4\";N;s:18:\"orphaned_widgets_5\";N;s:18:\"orphaned_widgets_6\";N;}}}','yes'),(365,'nav_menu_options','a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}','yes'),(384,'widget_wcb_sponsors','a:2:{i:2;a:1:{s:5:\"title\";s:8:\"Sponsors\";}s:12:\"_multiwidget\";i:1;}','yes'),(393,'_transient_random_seed','b893412efc0b6c8c132da2276de2a79e','yes'),(480,'json_api_plugin_version','1.2.5','yes'),(482,'rewrite_rules','a:325:{s:11:\"^wp-json/?$\";s:
 22:\"index.php?json_route=/\";s:14:\"^wp-json/(.*)?\";s:33:\"index.php?json_route=/$matches[1]\";s:14:\"tggr-tweets/?$\";s:31:\"index.php?post_type=tggr-tweets\";s:44:\"tggr-tweets/feed/(feed|rdf|rss|rss2|atom)/?$\";s:48:\"index.php?post_type=tggr-tweets&feed=$matches[1]\";s:39:\"tggr-tweets/(feed|rdf|rss|rss2|atom)/?$\";s:48:\"index.php?post_type=tggr-tweets&feed=$matches[1]\";s:31:\"tggr-tweets/page/([0-9]{1,})/?$\";s:49:\"index.php?post_type=tggr-tweets&paged=$matches[1]\";s:17:\"tggr-instagram/?$\";s:34:\"index.php?post_type=tggr-instagram\";s:47:\"tggr-instagram/feed/(feed|rdf|rss|rss2|atom)/?$\";s:51:\"index.php?post_type=tggr-instagram&feed=$matches[1]\";s:42:\"tggr-instagram/(feed|rdf|rss|rss2|atom)/?$\";s:51:\"index.php?post_type=tggr-instagram&feed=$matches[1]\";s:34:\"tggr-instagr
 am/page/([0-9]{1,})/?$\";s:52:\"index.php?post_type=tggr-instagram&paged=$matches[1]\";s:14:\"tggr-flickr/?$\";s:31:\"index.php?post_type=tggr-flickr\";s:44:\"tggr-flickr/feed/(feed|rdf|rss|rss2|atom)/?$\";s:48:\"index.php?post_type=tggr-flickr&feed=$matches[1]\";s:39:\"tggr-flickr/(feed|rdf|rss|rss2|atom)/?$\";s:48:\"index.php?post_type=tggr-flickr&feed=$matches[1]\";s:31:\"tggr-flickr/page/([0-9]{1,})/?$\";s:49:\"index.php?post_type=tggr-flickr&paged=$matches[1]\";s:14:\"tggr-google/?$\";s:31:\"index.php?post_type=tggr-google\";s:44:\"tggr-google/feed/(feed|rdf|rss|rss2|atom)/?$\";s:48:\"index.php?post_type=tggr-google&feed=$matches[1]\";s:39:\"tggr-google/(feed|rdf|rss|rss2|atom)/?$\";s:48:\"index.php?post_type=tggr-google&feed=$matches[1]\";s:31:\"tggr-google/page/([0-9]{1,})/?$\";s:49:\"
 index.php?post_type=tggr-google&paged=$matches[1]\";s:15:\"^calendar\\.ics$\";s:32:\"index.php?wcorg_wordcamps_ical=1\";s:47:\"category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:42:\"category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:23:\"category/(.+?)/embed/?$\";s:46:\"index.php?category_name=$matches[1]&embed=true\";s:35:\"category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:17:\"category/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:44:\"tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:39:\"tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&amp
 ;feed=$matches[2]\";s:20:\"tag/([^/]+)/embed/?$\";s:36:\"index.php?tag=$matches[1]&embed=true\";s:32:\"tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:14:\"tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:45:\"type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:40:\"type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:21:\"type/([^/]+)/embed/?$\";s:44:\"index.php?post_format=$matches[1]&embed=true\";s:33:\"type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?post_format=$matches[1]&paged=$matches[2]\";s:15:\"type/([^/]+)/?$\";s:33:\"index.php?post_format=$matches[1]\";s:38:\"tix_ticket/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.
 php?attachment=$matches[1]\";s:48:\"tix_ticket/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:68:\"tix_ticket/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:63:\"tix_ticket/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:63:\"tix_ticket/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:44:\"tix_ticket/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:27:\"tix_ticket/([^/]+)/embed/?$\";s:58:\"index.php?post_type=tix_ticket&name=$matches[1]&embed=true\";s:31:\"tix_ticket/([^/]+)/trackback/?$\";s:52:\"index.php?post_type=tix_ticket&am
 p;name=$matches[1]&tb=1\";s:39:\"tix_ticket/([^/]+)/page/?([0-9]{1,})/?$\";s:65:\"index.php?post_type=tix_ticket&name=$matches[1]&paged=$matches[2]\";s:46:\"tix_ticket/([^/]+)/comment-page-([0-9]{1,})/?$\";s:65:\"index.php?post_type=tix_ticket&name=$matches[1]&cpage=$matches[2]\";s:35:\"tix_ticket/([^/]+)(?:/([0-9]+))?/?$\";s:64:\"index.php?post_type=tix_ticket&name=$matches[1]&page=$matches[2]\";s:27:\"tix_ticket/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\"tix_ticket/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\"tix_ticket/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"tix_ticket/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]
 \";s:52:\"tix_ticket/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\"tix_ticket/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:40:\"tix_question/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:50:\"tix_question/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:70:\"tix_question/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"tix_question/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"tix_question/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";
 s:46:\"tix_question/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:29:\"tix_question/([^/]+)/embed/?$\";s:60:\"index.php?post_type=tix_question&name=$matches[1]&embed=true\";s:33:\"tix_question/([^/]+)/trackback/?$\";s:54:\"index.php?post_type=tix_question&name=$matches[1]&tb=1\";s:41:\"tix_question/([^/]+)/page/?([0-9]{1,})/?$\";s:67:\"index.php?post_type=tix_question&name=$matches[1]&paged=$matches[2]\";s:48:\"tix_question/([^/]+)/comment-page-([0-9]{1,})/?$\";s:67:\"index.php?post_type=tix_question&name=$matches[1]&cpage=$matches[2]\";s:37:\"tix_question/([^/]+)(?:/([0-9]+))?/?$\";s:66:\"index.php?post_type=tix_question&name=$matches[1]&page=$matches[2]\";s:29:\"tix_question/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:39:\"tix_quest
 ion/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:59:\"tix_question/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"tix_question/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"tix_question/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:35:\"tix_question/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:40:\"tix_attendee/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:50:\"tix_attendee/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:70:\"tix_attendee/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\&qu
 ot;;s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"tix_attendee/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"tix_attendee/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:46:\"tix_attendee/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:29:\"tix_attendee/([^/]+)/embed/?$\";s:60:\"index.php?post_type=tix_attendee&name=$matches[1]&embed=true\";s:33:\"tix_attendee/([^/]+)/trackback/?$\";s:54:\"index.php?post_type=tix_attendee&name=$matches[1]&tb=1\";s:41:\"tix_attendee/([^/]+)/page/?([0-9]{1,})/?$\";s:67:\"index.php?post_type=tix_attendee&name=$matches[1]&paged=$matches[2]\";s:48:\"tix_attendee/([^/]+)/comment-p
 age-([0-9]{1,})/?$\";s:67:\"index.php?post_type=tix_attendee&name=$matches[1]&cpage=$matches[2]\";s:37:\"tix_attendee/([^/]+)(?:/([0-9]+))?/?$\";s:66:\"index.php?post_type=tix_attendee&name=$matches[1]&page=$matches[2]\";s:29:\"tix_attendee/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:39:\"tix_attendee/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:59:\"tix_attendee/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"tix_attendee/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"tix_attendee/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:35:\"tix_attendee/[^/]+/([^/]+)/embed/?$\";s:
 43:\"index.php?attachment=$matches[1]&embed=true\";s:38:\"tix_coupon/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:48:\"tix_coupon/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:68:\"tix_coupon/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:63:\"tix_coupon/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:63:\"tix_coupon/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:44:\"tix_coupon/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:27:\"tix_coupon/([^/]+)/embed/?$\";s:58:\"index.php?post_type=tix_coupo
 n&name=$matches[1]&embed=true\";s:31:\"tix_coupon/([^/]+)/trackback/?$\";s:52:\"index.php?post_type=tix_coupon&name=$matches[1]&tb=1\";s:39:\"tix_coupon/([^/]+)/page/?([0-9]{1,})/?$\";s:65:\"index.php?post_type=tix_coupon&name=$matches[1]&paged=$matches[2]\";s:46:\"tix_coupon/([^/]+)/comment-page-([0-9]{1,})/?$\";s:65:\"index.php?post_type=tix_coupon&name=$matches[1]&cpage=$matches[2]\";s:35:\"tix_coupon/([^/]+)(?:/([0-9]+))?/?$\";s:64:\"index.php?post_type=tix_coupon&name=$matches[1]&page=$matches[2]\";s:27:\"tix_coupon/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\"tix_coupon/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\"tix_coupon/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\&qu
 ot;;s:52:\"tix_coupon/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"tix_coupon/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\"tix_coupon/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:37:\"tix_email/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:47:\"tix_email/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:67:\"tix_email/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"tix_email/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"tix_email/[^/]+/at
 tachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:43:\"tix_email/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:26:\"tix_email/([^/]+)/embed/?$\";s:57:\"index.php?post_type=tix_email&name=$matches[1]&embed=true\";s:30:\"tix_email/([^/]+)/trackback/?$\";s:51:\"index.php?post_type=tix_email&name=$matches[1]&tb=1\";s:38:\"tix_email/([^/]+)/page/?([0-9]{1,})/?$\";s:64:\"index.php?post_type=tix_email&name=$matches[1]&paged=$matches[2]\";s:45:\"tix_email/([^/]+)/comment-page-([0-9]{1,})/?$\";s:64:\"index.php?post_type=tix_email&name=$matches[1]&cpage=$matches[2]\";s:34:\"tix_email/([^/]+)(?:/([0-9]+))?/?$\";s:63:\"index.php?post_type=tix_email&name=$matches[1]&page=$matches[2]\";s:26:\"tix_email/[^/]+/(
 [^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:36:\"tix_email/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:56:\"tix_email/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:51:\"tix_email/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:51:\"tix_email/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:32:\"tix_email/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:37:\"tggr-tweets/.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:47:\"tggr-tweets/.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:67:\"tggr-
 tweets/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"tggr-tweets/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"tggr-tweets/.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:43:\"tggr-tweets/.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:26:\"tggr-tweets/(.+?)/embed/?$\";s:44:\"index.php?tggr-tweets=$matches[1]&embed=true\";s:30:\"tggr-tweets/(.+?)/trackback/?$\";s:38:\"index.php?tggr-tweets=$matches[1]&tb=1\";s:50:\"tggr-tweets/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?tggr-tweets=$matches[1]&feed=$matches[2]\";s:45:\"tggr-tweets/(.+?)/(feed|rdf|rss
 |rss2|atom)/?$\";s:50:\"index.php?tggr-tweets=$matches[1]&feed=$matches[2]\";s:38:\"tggr-tweets/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?tggr-tweets=$matches[1]&paged=$matches[2]\";s:45:\"tggr-tweets/(.+?)/comment-page-([0-9]{1,})/?$\";s:51:\"index.php?tggr-tweets=$matches[1]&cpage=$matches[2]\";s:34:\"tggr-tweets/(.+?)(?:/([0-9]+))?/?$\";s:50:\"index.php?tggr-tweets=$matches[1]&page=$matches[2]\";s:48:\"hashtag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?hashtag=$matches[1]&feed=$matches[2]\";s:43:\"hashtag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?hashtag=$matches[1]&feed=$matches[2]\";s:24:\"hashtag/([^/]+)/embed/?$\";s:40:\"index.php?hashtag=$matches[1]&embed=true\";s:36:\"hashtag/([^/]+)/page/?([0-9]{1,})/?$\";s:47:\"index.php?hashtag=$matches[1]&paged=$matches[2]\&
 quot;;s:18:\"hashtag/([^/]+)/?$\";s:29:\"index.php?hashtag=$matches[1]\";s:40:\"tggr-instagram/.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:50:\"tggr-instagram/.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:70:\"tggr-instagram/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"tggr-instagram/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"tggr-instagram/.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:46:\"tggr-instagram/.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:29:\"tggr-instagram/(.+?)/embed/?$\"
 ;s:47:\"index.php?tggr-instagram=$matches[1]&embed=true\";s:33:\"tggr-instagram/(.+?)/trackback/?$\";s:41:\"index.php?tggr-instagram=$matches[1]&tb=1\";s:53:\"tggr-instagram/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:53:\"index.php?tggr-instagram=$matches[1]&feed=$matches[2]\";s:48:\"tggr-instagram/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:53:\"index.php?tggr-instagram=$matches[1]&feed=$matches[2]\";s:41:\"tggr-instagram/(.+?)/page/?([0-9]{1,})/?$\";s:54:\"index.php?tggr-instagram=$matches[1]&paged=$matches[2]\";s:48:\"tggr-instagram/(.+?)/comment-page-([0-9]{1,})/?$\";s:54:\"index.php?tggr-instagram=$matches[1]&cpage=$matches[2]\";s:37:\"tggr-instagram/(.+?)(?:/([0-9]+))?/?$\";s:53:\"index.php?tggr-instagram=$matches[1]&page=$matches[2]\";s:37:\"tggr-flickr/.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$ma
 tches[1]\";s:47:\"tggr-flickr/.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:67:\"tggr-flickr/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"tggr-flickr/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"tggr-flickr/.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:43:\"tggr-flickr/.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:26:\"tggr-flickr/(.+?)/embed/?$\";s:44:\"index.php?tggr-flickr=$matches[1]&embed=true\";s:30:\"tggr-flickr/(.+?)/trackback/?$\";s:38:\"index.php?tggr-flickr=$matches[1]&tb=1\";s:50:\"tggr-flickr/(.
 +?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?tggr-flickr=$matches[1]&feed=$matches[2]\";s:45:\"tggr-flickr/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?tggr-flickr=$matches[1]&feed=$matches[2]\";s:38:\"tggr-flickr/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?tggr-flickr=$matches[1]&paged=$matches[2]\";s:45:\"tggr-flickr/(.+?)/comment-page-([0-9]{1,})/?$\";s:51:\"index.php?tggr-flickr=$matches[1]&cpage=$matches[2]\";s:34:\"tggr-flickr/(.+?)(?:/([0-9]+))?/?$\";s:50:\"index.php?tggr-flickr=$matches[1]&page=$matches[2]\";s:37:\"tggr-google/.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:47:\"tggr-google/.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:67:\"tggr-google/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"ind
 ex.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"tggr-google/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"tggr-google/.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:43:\"tggr-google/.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:26:\"tggr-google/(.+?)/embed/?$\";s:44:\"index.php?tggr-google=$matches[1]&embed=true\";s:30:\"tggr-google/(.+?)/trackback/?$\";s:38:\"index.php?tggr-google=$matches[1]&tb=1\";s:50:\"tggr-google/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?tggr-google=$matches[1]&feed=$matches[2]\";s:45:\"tggr-google/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?tggr-google=$matches[1]&feed=$matches
 [2]\";s:38:\"tggr-google/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?tggr-google=$matches[1]&paged=$matches[2]\";s:45:\"tggr-google/(.+?)/comment-page-([0-9]{1,})/?$\";s:51:\"index.php?tggr-google=$matches[1]&cpage=$matches[2]\";s:34:\"tggr-google/(.+?)(?:/([0-9]+))?/?$\";s:50:\"index.php?tggr-google=$matches[1]&page=$matches[2]\";s:35:\"speaker/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:45:\"speaker/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:65:\"speaker/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"speaker/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"speaker/[^/]+/attachment/([^/
 ]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:41:\"speaker/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:24:\"speaker/([^/]+)/embed/?$\";s:44:\"index.php?wcb_speaker=$matches[1]&embed=true\";s:28:\"speaker/([^/]+)/trackback/?$\";s:38:\"index.php?wcb_speaker=$matches[1]&tb=1\";s:36:\"speaker/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?wcb_speaker=$matches[1]&paged=$matches[2]\";s:43:\"speaker/([^/]+)/comment-page-([0-9]{1,})/?$\";s:51:\"index.php?wcb_speaker=$matches[1]&cpage=$matches[2]\";s:32:\"speaker/([^/]+)(?:/([0-9]+))?/?$\";s:50:\"index.php?wcb_speaker=$matches[1]&page=$matches[2]\";s:24:\"speaker/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:34:\"speaker/[^/]+/([^/]+)/trackback
 /?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:54:\"speaker/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"speaker/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"speaker/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:30:\"speaker/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:35:\"session/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:45:\"session/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:65:\"session/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$mat
 ches[2]\";s:60:\"session/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"session/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:41:\"session/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:24:\"session/([^/]+)/embed/?$\";s:44:\"index.php?wcb_session=$matches[1]&embed=true\";s:28:\"session/([^/]+)/trackback/?$\";s:38:\"index.php?wcb_session=$matches[1]&tb=1\";s:36:\"session/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?wcb_session=$matches[1]&paged=$matches[2]\";s:43:\"session/([^/]+)/comment-page-([0-9]{1,})/?$\";s:51:\"index.php?wcb_session=$matches[1]&cpage=$matches[2]\";s:32:\"session/([^/]+)(?:/([0-9]+))?/?$\";s:50
 :\"index.php?wcb_session=$matches[1]&page=$matches[2]\";s:24:\"session/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:34:\"session/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:54:\"session/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"session/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"session/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:30:\"session/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:35:\"sponsor/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:45:\"sponsor/[^/]+/attachment/([^/]+)/trackback/?$\&q
 uot;;s:37:\"index.php?attachment=$matches[1]&tb=1\";s:65:\"sponsor/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"sponsor/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"sponsor/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:41:\"sponsor/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:24:\"sponsor/([^/]+)/embed/?$\";s:44:\"index.php?wcb_sponsor=$matches[1]&embed=true\";s:28:\"sponsor/([^/]+)/trackback/?$\";s:38:\"index.php?wcb_sponsor=$matches[1]&tb=1\";s:36:\"sponsor/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?wcb_sponsor=$matches[1]&paged=$mat
 ches[2]\";s:43:\"sponsor/([^/]+)/comment-page-([0-9]{1,})/?$\";s:51:\"index.php?wcb_sponsor=$matches[1]&cpage=$matches[2]\";s:32:\"sponsor/([^/]+)(?:/([0-9]+))?/?$\";s:50:\"index.php?wcb_sponsor=$matches[1]&page=$matches[2]\";s:24:\"sponsor/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:34:\"sponsor/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:54:\"sponsor/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"sponsor/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"sponsor/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:30:\"sponsor/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?att
 achment=$matches[1]&embed=true\";s:37:\"organizer/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:47:\"organizer/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:67:\"organizer/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"organizer/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"organizer/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:43:\"organizer/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:26:\"organizer/([^/]+)/embed/?$\";s:46:\"index.php?wcb_organizer=$matches[1]&embed=true\";s
 :30:\"organizer/([^/]+)/trackback/?$\";s:40:\"index.php?wcb_organizer=$matches[1]&tb=1\";s:38:\"organizer/([^/]+)/page/?([0-9]{1,})/?$\";s:53:\"index.php?wcb_organizer=$matches[1]&paged=$matches[2]\";s:45:\"organizer/([^/]+)/comment-page-([0-9]{1,})/?$\";s:53:\"index.php?wcb_organizer=$matches[1]&cpage=$matches[2]\";s:34:\"organizer/([^/]+)(?:/([0-9]+))?/?$\";s:52:\"index.php?wcb_organizer=$matches[1]&page=$matches[2]\";s:26:\"organizer/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:36:\"organizer/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:56:\"organizer/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:51:\"organizer/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[
 1]&feed=$matches[2]\";s:51:\"organizer/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:32:\"organizer/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:46:\"track/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:44:\"index.php?track=$matches[1]&feed=$matches[2]\";s:41:\"track/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:44:\"index.php?track=$matches[1]&feed=$matches[2]\";s:22:\"track/([^/]+)/embed/?$\";s:38:\"index.php?track=$matches[1]&embed=true\";s:34:\"track/([^/]+)/page/?([0-9]{1,})/?$\";s:45:\"index.php?track=$matches[1]&paged=$matches[2]\";s:16:\"track/([^/]+)/?$\";s:27:\"index.php?track=$matches[1]\";s:54:\"sponsor_level/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?sponsor_level=$matches[1]&fee
 d=$matches[2]\";s:49:\"sponsor_level/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?sponsor_level=$matches[1]&feed=$matches[2]\";s:30:\"sponsor_level/([^/]+)/embed/?$\";s:46:\"index.php?sponsor_level=$matches[1]&embed=true\";s:42:\"sponsor_level/([^/]+)/page/?([0-9]{1,})/?$\";s:53:\"index.php?sponsor_level=$matches[1]&paged=$matches[2]\";s:24:\"sponsor_level/([^/]+)/?$\";s:35:\"index.php?sponsor_level=$matches[1]\";s:12:\"robots\\.txt$\";s:18:\"index.php?robots=1\";s:48:\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$\";s:18:\"index.php?feed=old\";s:20:\".*wp-app\\.php(/.*)?$\";s:19:\"index.php?error=403\";s:18:\".*wp-register.php$\";s:23:\"index.php?register=true\";s:32:\"feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:27:\"(feed|rdf|rss|rss2|
 atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:8:\"embed/?$\";s:21:\"index.php?&embed=true\";s:20:\"page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:41:\"comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:36:\"comments/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:17:\"comments/embed/?$\";s:21:\"index.php?&embed=true\";s:44:\"search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:39:\"search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:20:\"search/(.+)/embed/?$\";s:34:\"index.php?s=$matches[1]&embed=true\";s:32:\"search/(.+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?s=$m
 atches[1]&paged=$matches[2]\";s:14:\"search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:47:\"author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:42:\"author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:23:\"author/([^/]+)/embed/?$\";s:44:\"index.php?author_name=$matches[1]&embed=true\";s:35:\"author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:17:\"author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:69:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom
 )/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:45:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/embed/?$\";s:74:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]\";s:39:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$\";s:63:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]\";s:56:\"([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:51:\"([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:32:\"([0-9]{4})/([0-9]{1
 ,2})/embed/?$\";s:58:\"index.php?year=$matches[1]&monthnum=$matches[2]&embed=true\";s:44:\"([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]\";s:26:\"([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:43:\"([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:38:\"([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:19:\"([0-9]{4})/embed/?$\";s:37:\"index.php?year=$matches[1]&embed=true\";s:31:\"([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:13:\"([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:58:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^
 /]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:68:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:88:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:83:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:83:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:64:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:53:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/embed/?$\";s:91:\"index.php?y
 ear=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/trackback/?$\";s:85:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&tb=1\";s:77:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:72:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:65:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/page/?([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&paged=$matches[5]\";s:72:\"([0-9]{4}
 )/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/comment-page-([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&cpage=$matches[5]\";s:61:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)(?:/([0-9]+))?/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&page=$matches[5]\";s:47:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:57:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:77:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matc
 hes[2]\";s:72:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:53:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&cpage=$matches[4]\";s:51:\"([0-9]{4})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&cpage=$matches[3]\";s:38:\"([0-9]{4})/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&cpage=$matches[2]\";s:27:\".?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\".?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$
 matches[1]&tb=1\";s:57:\".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\".?.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"(.?.+?)/embed/?$\";s:41:\"index.php?pagename=$matches[1]&embed=true\";s:20:\"(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:40:\"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:35:\"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?p
 agename=$matches[1]&feed=$matches[2]\";s:28:\"(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:35:\"(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:24:\"(.?.+?)(?:/([0-9]+))?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";}','yes'),(483,'finished_splitting_shared_terms','1','yes'),(484,'widget_pages','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(485,'widget_calendar','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(486,'widget_archives','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(487,'widget_meta','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(488,'widget_search','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(489,'widget_tag_cloud','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(490,'widget_nav_menu','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(491,'widg
 et_akismet_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(492,'widget_epcsp_subscribe','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(493,'widget_wcpt_speakers','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(494,'widget_wcpt_sessions','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(495,'widget_wcpt_organizers','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(499,'site_icon','0','yes'),(500,'medium_large_size_w','768','yes'),(501,'medium_large_size_h','0','yes'),(509,'theme_mods_twentysixteen','a:3:{i:0;b:0;s:18:\"nav_menu_locations\";a:1:{s:7:\"primary\";i:21;}s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1465238138;s:4:\"data\";a:4:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:3:{i:0;s:6:\"text-6\";i:1;s:6:\"text-7\";i:2;s:14:\"wcb_sponsors-2\";}s:9:\"sidebar-2\";a:3:{i:0;s:6:\"text-5\";i:1;s:6:\"text-4\";i:2;
 s:6:\"text-3\";}s:9:\"sidebar-3\";a:1:{i:0;s:6:\"text-2\";}}}}','yes'),(522,'_transient_timeout_wcorg_need_central_info','1465241888','no'),(523,'_transient_wcorg_need_central_info','yes','no'),(524,'_transient_timeout_wcorg_needed_pages','1465241888','no'),(525,'_transient_wcorg_needed_pages','a:0:{}','no'),(527,'_transient_timeout_feed_ac0b00fe65abe10e0c5b588f3ed8c7ca','1465281491','no'),(528,'_transient_feed_ac0b00fe65abe10e0c5b588f3ed8c7ca','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:49:\"\n \n      \n      
 \n     \n      \n      \n      \n      \n      \n      \n              \n              \n              \n              \n              \n              \n              \n              \n              \n      \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"WordPress News\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"https://wordpress.org/news\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"WordPress News\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\&qu
 ot;;s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:13:\"lastBuildDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 06 May 2016 19:22:48 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"en-US\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"generator\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"https://wordpress.org/?v=4.6-alpha-37635\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:10:{i:0;a:6:{s:4:\"data\";s:36:\&q
 uot;\n         \n              \n              \n              \n                              \n              \n\n            \n              \n                              \n                      \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"WordPress 4.5.2 Security Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"https://wordpress.org/news/2016/05/wordpress-4-5-2/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 06 May 2016 19:17:08 +0000\";s:7:\"attribs\";a:
 0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Security\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=4290\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"de
 scription\";a:1:{i:0;a:5:{s:4:\"data\";s:381:\"WordPress 4.5.2 is now available. This is a security release for all previous versions and we strongly encourage you to update your sites immediately. WordPress versions 4.5.1 and earlier are affected by a SOME vulnerability through Plupload, the third-party library WordPress uses for uploading files. WordPress versions 4.2 through 4.5.1 are vulnerable to reflected XSS [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Helen Hou-Sandi\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/co
 ntent/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:1669:\"<p>WordPress 4.5.2 is now available. This is a <strong>security release</strong> for all previous versions and we strongly encourage you to update your sites immediately.</p>\n<p>WordPress versions 4.5.1 and earlier are affected by a <abbr title=\"Same-Origin Method Execution\">SOME</abbr> vulnerability through Plupload, the third-party library WordPress uses for uploading files. WordPress versions 4.2 through 4.5.1 are vulnerable to reflected XSS using specially crafted URIs through MediaElement.js, the third-party library used for media players. MediaElement.js and Plupload have also released updates fixing these issues.</p>\n<p>Both issues were analyzed and reported by Mario Heiderich, Masato Kinugawa, and Filedescriptor from <a href=\"https://cure53.de/\">Cure53</a>. Thanks to the team for practicing
  <a href=\"https://make.wordpress.org/core/handbook/testing/reporting-security-vulnerabilities/\">responsible disclosure</a>, and to the Plupload and MediaElement.js teams for working closely with us to coördinate and fix these issues.</p>\n<p><a href=\"https://wordpress.org/download/\">Download WordPress 4.5.2</a> or venture over to Dashboard → Updates and simply click “Update Now.” Sites that support automatic background updates are already beginning to update to WordPress 4.5.2.</p>\n<p>Additionally, there are multiple widely publicized vulnerabilities in the ImageMagick image processing library, which is used by a number of hosts and is supported in WordPress. For our current response to these issues, see <a href=\"https://make.wordpress.org/core/2016/05/06/imagemagick-vulnerability-information/\">this post on the core development blog</a>.</p>\n\";s:7:\"attribs\&quot
 ;;a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:36:\"\n               \n              \n              \n              \n                              \n              \n\n            \n              \n                              \n                      \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"WordPress 4.5.1 Maintenance Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"https://wordpress.org/news/2016/04/wordpress-4-5-1-maintenance-release/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_e
 xplicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 26 Apr 2016 18:58:18 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:3:\"4.5\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=4269\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:
 11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:358:\"After about six million downloads of WordPress 4.5, we are pleased to announce the immediate availability of WordPress 4.5.1, a maintenance release. This release fixes 12 bugs, chief among them a singular class issue that broke sites based on the Twenty Eleven theme, an incompatibility between certain Chrome versions and the visual editor, and an [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Adam Silverstein\";s:7:\"attribs\";a:0:{}
 s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:2134:\"<p>After about six million downloads of WordPress 4.5, we are pleased to announce the immediate availability of WordPress 4.5.1, a maintenance release.</p>\n<p>This release fixes 12 bugs, chief among them a singular class issue that broke sites based on the Twenty Eleven theme, an incompatibility between certain Chrome versions and the visual editor, and an Imagick bug that could break media uploads. This maintenance release fixes a total of 12 bugs in Version 4.5. <span style=\"line-height: 1.5\">For more information, see the </span><a style=\"line-height: 1.5\" href=\"https://codex.wordpress.org/Version_4.5.1\">release notes</a><span 
 style=\"line-height: 1.5\"> or consult the </span><a style=\"line-height: 1.5\" href=\"https://core.trac.wordpress.org/log/branches/4.5?rev=37295&amp;stop_rev=37182\">list of changes</a><span style=\"line-height: 1.5\">.</span></p>\n<p><a href=\"https://wordpress.org/download/\">Download WordPress 4.5.1</a> or venture over to Dashboard → Updates and simply click “Update Now.” Sites that support automatic background updates are already beginning to update to WordPress 4.5.1.</p>\n<p>Thanks to everyone who contributed to 4.5.1:</p>\n<p><a href=\"https://profiles.wordpress.org/jorbin\">Aaron Jorbin</a>, <a href=\"https://profiles.wordpress.org/afercia\">Andrea Fercia</a>, <a href=\"https://profiles.wordpress.org/azaozz\">Andrew Ozz</a>, <a href=\"https://profiles.wordpress.o
 rg/boonebgorges\">Boone Gorges</a>, <a href=\"https://profiles.wordpress.org/ocean90\">Dominik Schilling</a>, <a href=\"https://profiles.wordpress.org/flixos90\">Felix Arntz</a>, <a href=\"https://profiles.wordpress.org/pento\">Gary Pendergast</a>, <a href=\"https://profiles.wordpress.org/gblsm\">gblsm</a>, <a href=\"https://profiles.wordpress.org/helen\">Helen Hou-Sandi</a>, <a href=\"https://profiles.wordpress.org/joemcgill\">Joe McGill</a>, <a href=\"https://profiles.wordpress.org/johnbillion\">John Blackbourn</a>, <a href=\"https://profiles.wordpress.org/celloexpressions\">Nick Halsey</a>, <a href=\"https://profiles.wordpress.org/swissspidy\">Pascal Birchler</a>, and <a href=\"https://profiles.wordpress.org/WiZZarD_\">Pieter</a>.</p>\n\&quot
 ;;s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:36:\"\n             \n              \n              \n              \n                              \n              \n\n            \n              \n                              \n                      \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"WordPress 4.5 “Coleman”\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"https://wordpress.org/news/2016/04/coleman/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\&q
 uot;;b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 12 Apr 2016 19:15:32 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:3:\"4.5\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=4203\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"
 isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:383:\"Version 4.5 of WordPress, named “Coleman” in honor of jazz saxophonist Coleman Hawkins, is available for download or update in your WordPress dashboard. New features in 4.5 help streamline your workflow, whether you’re writing or building your site. Editing Improvements Inline Linking Stay focused on your writing with a less distracting interface that keeps you in [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Mike Schroder\";s:7:\"attribs\&
 quot;;a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:26690:\"<p>Version 4.5 of WordPress, named “Coleman” in honor of jazz saxophonist Coleman Hawkins, is available for download or update in your WordPress dashboard. New features in 4.5 help streamline your workflow, whether you’re writing or building your site.</p>\n<p><iframe width=\'692\' height=\'388\' src=\'https://videopress.com/embed/scFdjVo6?hd=0\' frameborder=\'0\' allowfullscreen></iframe><script src=\'https://v0.wordpress.com/js/next/videopress-iframe.js?m=1435166243\'></script></p>\n<hr />\n<h2 style=\"text-align: center\">Editing Improvements</h2>\n<p><img class=\"aligncenter size-full wp-image-4220
 \" src=\"https://wordpress.org/news/files/2016/04/illustration-short-inlinelinks.png\" alt=\"illustration-short-inlinelinks\" width=\"1000\" height=\"400\" srcset=\"https://wordpress.org/news/files/2016/04/illustration-short-inlinelinks.png 1000w, https://wordpress.org/news/files/2016/04/illustration-short-inlinelinks-300x120.png 300w, https://wordpress.org/news/files/2016/04/illustration-short-inlinelinks-768x307.png 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" /></p>\n<h3>Inline Linking</h3>\n<p>Stay focused on your writing with a less distracting interface that keeps you in place and allows you to easily link to your content.</p>\n<p><img class=\"aligncenter size-full wp-image-4265\" src=\"https://wordpress.org/news/files/2016/04/editing-shortcuts-big.gif\" alt=\"editing-shortcuts-big\" width=\"960\" height=\"576\" /&gt
 ;</p>\n<h3>Formatting Shortcuts</h3>\n<p>Do you enjoy using formatting shortcuts for lists and headings? Now they’re even more useful, with horizontal lines and <code>&lt;code&gt;</code>.</p>\n<hr />\n<h2 style=\"text-align: center\">Customization Improvements</h2>\n<p><img class=\"aligncenter size-full wp-image-4221\" src=\"https://wordpress.org/news/files/2016/04/illustration-short-responsive-preview.png\" alt=\"illustration-short-responsive-preview\" width=\"1000\" height=\"400\" srcset=\"https://wordpress.org/news/files/2016/04/illustration-short-responsive-preview.png 1000w, https://wordpress.org/news/files/2016/04/illustration-short-responsive-preview-300x120.png 300w, https://wordpress.org/news/files/2016/04/illustration-short-responsive-preview-768x307.png 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" /></p&
 gt;\n<h3>Live Responsive Previews</h3>\n<p>Make sure your site looks great on all screens! Preview mobile, tablet, and desktop views directly in the customizer.</p>\n<p><img class=\"aligncenter wp-image-4239 size-full\" src=\"https://wordpress.org/news/files/2016/04/illustration-short-customlogo-whitespace.png\" width=\"1000\" height=\"440\" srcset=\"https://wordpress.org/news/files/2016/04/illustration-short-customlogo-whitespace.png 1000w, https://wordpress.org/news/files/2016/04/illustration-short-customlogo-whitespace-300x132.png 300w, https://wordpress.org/news/files/2016/04/illustration-short-customlogo-whitespace-768x338.png 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" /></p>\n<h3>Custom Logos</h3>\n<p>Themes can now support logos for your business or brand. Try it out with Twenty Sixteen and Twenty Fifteen in the Site Identity section of the customize
 r.</p>\n<hr />\n<h2 style=\"text-align: center\">Under the Hood</h2>\n<div class=\"under-the-hood three-col\">\n<div class=\"col\">\n<h3>Smart Image Resizing</h3>\n<p>Generated images now load up to 50% faster with no noticeable quality loss. <a href=\"https://make.wordpress.org/core/2016/03/12/performance-improvements-for-images-in-wordpress-4-5/\">It’s really cool</a>.</p>\n</div>\n<div class=\"col\">\n<h3>Selective Refresh</h3>\n<p>The customizer now supports a <a href=\"https://make.wordpress.org/core/2016/02/16/selective-refresh-in-the-customizer/\">comprehensive framework</a> for rendering parts of the preview without rewriting your PHP code in JavaScript.</p>\n</div>\n<div class=\"col\">\n<h3>Script Loader Improvements</h3>\n<p>Better support has been added 
 for script header/footer dependencies. New <code><a href=\"https://make.wordpress.org/core/2016/03/08/enhanced-script-loader-in-wordpress-4-5/\">wp_add_inline_script()</a></code> enables adding extra code to registered scripts.</p>\n<h3>Better Embed Templates</h3>\n<p>Embed templates have been split into parts and can be <a href=\"https://make.wordpress.org/core/2016/03/11/embeds-changes-in-wordpress-4-5/\">directly overridden by themes</a> via the template hierarchy.</p>\n<h3>JavaScript Library Updates</h3>\n<p>jQuery 1.12.3, jQuery Migrate 1.4.0, Backbone 1.2.3, and Underscore 1.8.3 are bundled.</p>\n</div>\n</div>\n<div class=\"under-the-hood two-col\"></div>\n<hr />\n<h2 style=\"text-align: center\">The Crew</h2>\n<p><a class=\"alignleft\" href=\"https://profiles.wordpress.org/mikeschr
 oder\"><img src=\"https://www.gravatar.com/avatar/76424a001dc6b3ebb4faca0c567800c4?d=mm&amp;s=180&amp;r=G\" alt=\"Mike Schroder\" width=\"80\" height=\"80\" /></a>This release was led by <a href=\"https://getsource.net\">Mike Schroder</a>, backed up by <a href=\"https://profiles.wordpress.org/adamsilverstein\">Adam Silverstein</a> as Release Deputy, <a href=\"https://choycedesign.com/\">Mel Choyce</a> as Release Design Lead, and the help of these fine individuals. There are <span style=\"font-weight: 400\">298</span> contributors with props in this release. Pull up some Coleman Hawkins on your music service of choice, and check out some of their profiles:</p>\n<a href=\"https://profiles.wordpress.org/mercime\">@mercime</a>, <a href=\"https://profiles.wordpress.org/aaroncampbell\">Aaro
 n D. Campbell</a>, <a href=\"https://profiles.wordpress.org/uglyrobot\">Aaron Edwards</a>, <a href=\"https://profiles.wordpress.org/ahockley\">Aaron Hockley</a>, <a href=\"https://profiles.wordpress.org/jorbin\">Aaron Jorbin</a>, <a href=\"https://profiles.wordpress.org/abiralneupane\">Abiral Neupane</a>, <a href=\"https://profiles.wordpress.org/mrahmadawais\">Ahmad Awais</a>, <a href=\"https://profiles.wordpress.org/aidanlane\">aidanlane</a>, <a href=\"https://profiles.wordpress.org/ambrosey\">Alice Brosey</a>, <a href=\"https://profiles.wordpress.org/arush\">Amanda Rush</a>, <a href=\"https://profiles.wordpress.org/afercia\">Andrea Fercia</a>, <a href=\"https://profiles.wordpress.org/andg\">Andrea Gandino</a>, <a href=\"https://profiles.wordpress.org/
 nacin\">Andrew Nacin</a>, <a href=\"https://profiles.wordpress.org/azaozz\">Andrew Ozz</a>, <a href=\"https://profiles.wordpress.org/rockwell15\">Andrew Rockwell</a>, <a href=\"https://profiles.wordpress.org/andizer\">Andy</a>, <a href=\"https://profiles.wordpress.org/ankit-k-gupta\">Ankit K Gupta</a>, <a href=\"https://profiles.wordpress.org/atimmer\">Anton Timmermans</a>, <a href=\"https://profiles.wordpress.org/apaliku\">apaliku</a>, <a href=\"https://profiles.wordpress.org/aramzs\">Aram Zucker-Scharff</a>, <a href=\"https://profiles.wordpress.org/ashmatadeen\">ash.matadeen</a>, <a href=\"https://profiles.wordpress.org/bappidgreat\">Ashok Kumar Nath</a>, <a href=\"https://profiles.wordpress.org/bandonrandon\">BandonRandon</a>, <a href=\"https
 ://profiles.wordpress.org/barryceelen\">Barry Ceelen</a>, <a href=\"https://profiles.wordpress.org/empireoflight\">Ben Dunkle</a>, <a href=\"https://profiles.wordpress.org/berengerzyla\">berengerzyla</a>, <a href=\"https://profiles.wordpress.org/neoxx\">Bernhard Riedl</a>, <a href=\"https://profiles.wordpress.org/thisisit\">Bhushan S. Jawle</a>, <a href=\"https://profiles.wordpress.org/birgire\">Birgir Erlendsson (birgire)</a>, <a href=\"https://profiles.wordpress.org/boonebgorges\">Boone B. Gorges</a>, <a href=\"https://profiles.wordpress.org/williamsba1\">Brad Williams</a>, <a href=\"https://profiles.wordpress.org/bradyvercher\">Brady Vercher</a>, <a href=\"https://profiles.wordpress.org/thebrandonallen\">Brandon Allen</a>, <a href=\"https://profiles.wordpress.org/
 bhubbard\">Brandon Hubbard</a>, <a href=\"https://profiles.wordpress.org/kraftbj\">Brandon Kraft</a>, <a href=\"https://profiles.wordpress.org/krogsgard\">Brian Krogsgard</a>, <a href=\"https://profiles.wordpress.org/borgesbruno\">Bruno Borges</a>, <a href=\"https://profiles.wordpress.org/chmac\">Callum Macdonald</a>, <a href=\"https://profiles.wordpress.org/camikaos\">Cami Kaos</a>, <a href=\"https://profiles.wordpress.org/chandrapatel\">Chandra Patel</a>, <a href=\"https://profiles.wordpress.org/mackensen\">Charles Fulton</a>, <a href=\"https://profiles.wordpress.org/chetanchauhan\">Chetan Chauhan</a>, <a href=\"https://profiles.wordpress.org/chouby\">Chouby</a>, <a href=\"https://profiles.wordpress.org/chrico\">ChriCo</a>, <a href=\"https://p
 rofiles.wordpress.org/chriscct7\">Chris Christoff</a>, <a href=\"https://profiles.wordpress.org/chris_dev\">Chris Mok</a>, <a href=\"https://profiles.wordpress.org/christophherr\">christophherr</a>, <a href=\"https://profiles.wordpress.org/ckoerner\">ckoerner</a>, <a href=\"https://profiles.wordpress.org/claudiosanches\">Claudio Sanches</a>, <a href=\"https://profiles.wordpress.org/compute\">Compute</a>, <a href=\"https://profiles.wordpress.org/coreymcollins\">coreymcollins</a>, <a href=\"https://profiles.wordpress.org/d4z_c0nf\">d4z_c0nf</a>, <a href=\"https://profiles.wordpress.org/extendwings\">Daisuke Takahashi</a>, <a href=\"https://profiles.wordpress.org/danhgilmore\">danhgilmore</a>, <a href=\"https://profiles.wordpress.org/danielbachhuber\">Daniel Bac
 hhuber</a>, <a href=\"https://profiles.wordpress.org/scarinessreported\">Daniel Bailey</a>, <a href=\"https://profiles.wordpress.org/redsweater\">Daniel Jalkut (Red Sweater)</a>, <a href=\"https://profiles.wordpress.org/diddledan\">Daniel Llewellyn</a>, <a href=\"https://profiles.wordpress.org/mte90\">Daniele Scasciafratte</a>, <a href=\"https://profiles.wordpress.org/danielpataki\">danielpataki</a>, <a href=\"https://profiles.wordpress.org/dvankooten\">Danny van Kooten</a>, <a href=\"https://profiles.wordpress.org/thewanderingbrit\">Dave Clements</a>, <a href=\"https://profiles.wordpress.org/davidakennedy\">David A. Kennedy</a>, <a href=\"https://profiles.wordpress.org/dbrumbaugh10up\">David Brumbaugh</a>, <a href=\"https://profiles.wordpress.org/dlh\">David Herrera
 </a>, <a href=\"https://profiles.wordpress.org/dnewton\">David Newton</a>, <a href=\"https://profiles.wordpress.org/dshanske\">David Shanske</a>, <a href=\"https://profiles.wordpress.org/folletto\">Davide \'Folletto\' Casali</a>, <a href=\"https://profiles.wordpress.org/denis-de-bernardy\">Denis de Bernardy</a>, <a href=\"https://profiles.wordpress.org/realloc\">Dennis Ploetner</a>, <a href=\"https://profiles.wordpress.org/valendesigns\">Derek Herman</a>, <a href=\"https://profiles.wordpress.org/dd32\">Dion Hulse</a>, <a href=\"https://profiles.wordpress.org/dmsnell\">dmsnell</a>, <a href=\"https://profiles.wordpress.org/ocean90\">Dominik Schilling</a>, <a href=\"https://profiles.wordpress.org/dossy\">Dossy Shiobara</a>, <a href=\"https://profiles.wordp
 ress.org/dotancohen\">Dotan Cohen</a>, <a href=\"https://profiles.wordpress.org/drebbitsweb\">Dreb Bits</a>, <a href=\"https://profiles.wordpress.org/drewapicture\">Drew Jaynes</a>, <a href=\"https://profiles.wordpress.org/duaneblake\">duaneblake</a>, <a href=\"https://profiles.wordpress.org/kucrut\">Dzikri Aziz</a>, <a href=\"https://profiles.wordpress.org/eliorivero\">Elio Rivero</a>, <a href=\"https://profiles.wordpress.org/iseulde\">Ella Iseulde Van Dorpe</a>, <a href=\"https://profiles.wordpress.org/codex-m\">Emerson Maningo</a>, <a href=\"https://profiles.wordpress.org/enej\">enej</a>, <a href=\"https://profiles.wordpress.org/ericlewis\">Eric Andrew Lewis</a>, <a href=\"https://profiles.wordpress.org/ebinnion\">Eric Binnion</a>, <a href=\"
 https://profiles.wordpress.org/ericdaams\">Eric Daams</a>, <a href=\"https://profiles.wordpress.org/ethitter\">Erick Hitter</a>, <a href=\"https://profiles.wordpress.org/eherman24\">Evan Herman</a>, <a href=\"https://profiles.wordpress.org/fab1en\">Fabien Quatravaux</a>, <a href=\"https://profiles.wordpress.org/faishal\">faishal</a>, <a href=\"https://profiles.wordpress.org/fantasyworld\">fantasyworld</a>, <a href=\"https://profiles.wordpress.org/flixos90\">Felix Arntz</a>, <a href=\"https://profiles.wordpress.org/finnj\">finnj</a>, <a href=\"https://profiles.wordpress.org/firebird75\">firebird75</a>, <a href=\"https://profiles.wordpress.org/frozzare\">Fredrik Forsmo</a>, <a href=\"https://profiles.wordpress.org/fusillicode\">fusillicode</a>, <a href
 =\"https://profiles.wordpress.org/garyj\">Gary Jones</a>, <a href=\"https://profiles.wordpress.org/pento\">Gary Pendergast</a>, <a href=\"https://profiles.wordpress.org/gblsm\">gblsm</a>, <a href=\"https://profiles.wordpress.org/georgestephanis\">George Stephanis</a>, <a href=\"https://profiles.wordpress.org/garusky\">Giuseppe Mamone</a>, <a href=\"https://profiles.wordpress.org/jubstuff\">Giustino Borzacchiello</a>, <a href=\"https://profiles.wordpress.org/grantpalin\">Grant Palin</a>, <a href=\"https://profiles.wordpress.org/groovecoder\">groovecoder</a>, <a href=\"https://profiles.wordpress.org/wido\">Guido Scialfa</a>, <a href=\"https://profiles.wordpress.org/bordoni\">Gustavo Bordoni</a>, <a href=\"https://profiles.wordpress.org/hakre\">hakre</a&
 gt;, <a href=\"https://profiles.wordpress.org/helen\">Helen Hou-Sandí</a>, <a href=\"https://profiles.wordpress.org/henrywright\">Henry Wright</a>, <a href=\"https://profiles.wordpress.org/hnle\">Hinaloe</a>, <a href=\"https://profiles.wordpress.org/hlashbrooke\">Hugh Lashbrooke</a>, <a href=\"https://profiles.wordpress.org/hugobaeta\">Hugo Baeta</a>, <a href=\"https://profiles.wordpress.org/polevaultweb\">Iain Poulson</a>, <a href=\"https://profiles.wordpress.org/igmoweb\">Ignacio Cruz Moreno</a>, <a href=\"https://profiles.wordpress.org/imath\">imath</a>, <a href=\"https://profiles.wordpress.org/iamntz\">Ionut Staicu</a>, <a href=\"https://profiles.wordpress.org/ivankristianto\">Ivan Kristianto</a>, <a href=\"https://profiles.wordpress.org/jdgrimes\"&
 gt;J.D. Grimes</a>, <a href=\"https://profiles.wordpress.org/jadpm\">jadpm</a>, <a href=\"https://profiles.wordpress.org/jamesdigioia\">James DiGioia</a>, <a href=\"https://profiles.wordpress.org/jason_the_adams\">Jason</a>, <a href=\"https://profiles.wordpress.org/jaspermdegroot\">Jasper de Groot</a>, <a href=\"https://profiles.wordpress.org/cheffheid\">Jeffrey de Wit</a>, <a href=\"https://profiles.wordpress.org/jeffpyebrookcom\">Jeffrey Schutzman</a>, <a href=\"https://profiles.wordpress.org/jmdodd\">Jennifer M. Dodd</a>, <a href=\"https://profiles.wordpress.org/jeremyfelt\">Jeremy Felt</a>, <a href=\"https://profiles.wordpress.org/jeherve\">Jeremy Herve</a>, <a href=\"https://profiles.wordpress.org/jpry\">Jeremy Pry</a>, <a href=\"https://profiles.w
 ordpress.org/jesin\">Jesin A</a>, <a href=\"https://profiles.wordpress.org/ardathksheyna\">Jess G.</a>, <a href=\"https://profiles.wordpress.org/boluda\">Joan Boluda</a>, <a href=\"https://profiles.wordpress.org/joehoyle\">Joe Hoyle</a>, <a href=\"https://profiles.wordpress.org/joemcgill\">Joe McGill</a>, <a href=\"https://profiles.wordpress.org/joelerr\">joelerr</a>, <a href=\"https://profiles.wordpress.org/johnbillion\">John Blackbourn</a>, <a href=\"https://profiles.wordpress.org/johnjamesjacoby\">John James Jacoby</a>, <a href=\"https://profiles.wordpress.org/johnnypea\">JohnnyPea</a>, <a href=\"https://profiles.wordpress.org/jbrinley\">Jonathan Brinley</a>, <a href=\"https://profiles.wordpress.org/spacedmonkey\">Jonny Harris</a>, <a href=\"
 https://profiles.wordpress.org/keraweb\">Jory Hogeveen</a>, <a href=\"https://profiles.wordpress.org/joefusco\">Joseph Fusco</a>, <a href=\"https://profiles.wordpress.org/joshlevinson\">Josh Levinson</a>, <a href=\"https://profiles.wordpress.org/shelob9\">Josh Pollock</a>, <a href=\"https://profiles.wordpress.org/jrchamp\">jrchamp</a>, <a href=\"https://profiles.wordpress.org/jrf\">jrf</a>, <a href=\"https://profiles.wordpress.org/juanfra\">Juanfra Aldasoro</a>, <a href=\"https://profiles.wordpress.org/juhise\">Juhi Saxena</a>, <a href=\"https://profiles.wordpress.org/juliobox\">Julio Potier</a>, <a href=\"https://profiles.wordpress.org/katieburch\">katieburch</a>, <a href=\"https://profiles.wordpress.org/ryelle\">Kelly Dwan</a>, <a href=\"https
 ://profiles.wordpress.org/khag7\">Kevin Hagerty</a>, <a href=\"https://profiles.wordpress.org/kiranpotphode\">Kiran Potphode</a>, <a href=\"https://profiles.wordpress.org/kwight\">Kirk Wight</a>, <a href=\"https://profiles.wordpress.org/ixkaito\">Kite</a>, <a href=\"https://profiles.wordpress.org/kjbenk\">kjbenk</a>, <a href=\"https://profiles.wordpress.org/kovshenin\">Konstantin Kovshenin</a>, <a href=\"https://profiles.wordpress.org/obenland\">Konstantin Obenland</a>, <a href=\"https://profiles.wordpress.org/kouratoras\">Konstantinos Kouratoras</a>, <a href=\"https://profiles.wordpress.org/krissiev\">KrissieV</a>, <a href=\"https://profiles.wordpress.org/lancewillett\">Lance Willett</a>, <a href=\"https://profiles.wordpress.org/leemon\">leemon</a>, &l
 t;a href=\"https://profiles.wordpress.org/layotte\">Lew Ayotte</a>, <a href=\"https://profiles.wordpress.org/liamdempsey\">Liam Dempsey</a>, <a href=\"https://profiles.wordpress.org/luan-ramos\">Luan Ramos</a>, <a href=\"https://profiles.wordpress.org/luciole135\">luciole135</a>, <a href=\"https://profiles.wordpress.org/lpawlik\">Lukas Pawlik</a>, <a href=\"https://profiles.wordpress.org/latz\">Lutz Schr&#246;er</a>, <a href=\"https://profiles.wordpress.org/madvic\">madvic</a>, <a href=\"https://profiles.wordpress.org/marcochiesi\">Marco Chiesi</a>, <a href=\"https://profiles.wordpress.org/tyxla\">Marin Atanasov</a>, <a href=\"https://profiles.wordpress.org/nofearinc\">Mario Peshev</a>, <a href=\"https://profiles.wordpress.org/mark8barnes\">Mark Barn
 es</a>, <a href=\"https://profiles.wordpress.org/markjaquith\">Mark Jaquith</a>, <a href=\"https://profiles.wordpress.org/mapk\">Mark Uraine</a>, <a href=\"https://profiles.wordpress.org/markoheijnen\">Marko Heijnen</a>, <a href=\"https://profiles.wordpress.org/gitlost\">Martin Burke</a>, <a href=\"https://profiles.wordpress.org/mattfelten\">Matt Felten</a>, <a href=\"https://profiles.wordpress.org/matt\">Matt Mullenweg</a>, <a href=\"https://profiles.wordpress.org/mattwiebe\">Matt Wiebe</a>, <a href=\"https://profiles.wordpress.org/mattgeri\">MattGeri</a>, <a href=\"https://profiles.wordpress.org/maweder\">maweder</a>, <a href=\"https://profiles.wordpress.org/mayukojpn\">Mayo Moriyama</a>, <a href=\"https://profiles.wordpress.org/mcapybara\">mc
 apybara</a>, <a href=\"https://profiles.wordpress.org/mehulkaklotar\">Mehul Kaklotar</a>, <a href=\"https://profiles.wordpress.org/meitar\">Meitar</a>, <a href=\"https://profiles.wordpress.org/mensmaximus\">mensmaximus</a>, <a href=\"https://profiles.wordpress.org/michael-arestad\">Michael Arestad</a>, <a href=\"https://profiles.wordpress.org/michalzuber\">michalzuber</a>, <a href=\"https://profiles.wordpress.org/micropat\">micropat</a>, <a href=\"https://profiles.wordpress.org/ipstenu\">Mika Epstein</a>, <a href=\"https://profiles.wordpress.org/mdgl\">Mike Glendinning</a>, <a href=\"https://profiles.wordpress.org/mikehansenme\">Mike Hansen</a>, <a href=\"https://profiles.wordpress.org/mikejolley\">Mike Jolley</a>, <a href=\"https://profiles.wordpress.o
 rg/dimadin\">Milan Dinić</a>, <a href=\"https://profiles.wordpress.org/morganestes\">Morgan Estes</a>, <a href=\"https://profiles.wordpress.org/mt8biz\">moto hachi ( mt8.biz )</a>, <a href=\"https://profiles.wordpress.org/usermrpapa\">Mr Papa</a>, <a href=\"https://profiles.wordpress.org/mwidmann\">mwidmann</a>, <a href=\"https://profiles.wordpress.org/nexurium\">nexurium</a>, <a href=\"https://profiles.wordpress.org/niallkennedy\">Niall Kennedy</a>, <a href=\"https://profiles.wordpress.org/nicdford\">Nic Ford</a>, <a href=\"https://profiles.wordpress.org/celloexpressions\">Nick Halsey </a>, <a href=\"https://profiles.wordpress.org/rabmalin\">Nilambar Sharma</a>, <a href=\"https://profiles.wordpress.org/ninos-ego\">Ninos</a>, <a href=\"https://
 profiles.wordpress.org/oaron\">oaron</a>, <a href=\"https://profiles.wordpress.org/overclokk\">overclokk</a>, <a href=\"https://profiles.wordpress.org/swissspidy\">Pascal Birchler</a>, <a href=\"https://profiles.wordpress.org/obrienlabs\">Pat O\'Brien</a>, <a href=\"https://profiles.wordpress.org/pbearne\">Paul Bearne</a>, <a href=\"https://profiles.wordpress.org/pauldewouters\">Paul de Wouters</a>, <a href=\"https://profiles.wordpress.org/sirbrillig\">Payton Swick</a>, <a href=\"https://profiles.wordpress.org/perezlabs\">Perez Labs</a>, <a href=\"https://profiles.wordpress.org/gungeekatx\">Pete Nelson</a>, <a href=\"https://profiles.wordpress.org/peterwilsoncc\">Peter Wilson</a>, <a href=\"https://profiles.wordpress.org/cadeyrn\">petermolnar</a>, <a
  href=\"https://profiles.wordpress.org/walbo\">Petter Walb&#248; Johnsg&#229;rd</a>, <a href=\"https://profiles.wordpress.org/wizzard_\">Pieter</a>, <a href=\"https://profiles.wordpress.org/mordauk\">Pippin Williamson</a>, <a href=\"https://profiles.wordpress.org/ptahdunbar\">Pirate Dunbar</a>, <a href=\"https://profiles.wordpress.org/prettyboymp\">prettyboymp</a>, <a href=\"https://profiles.wordpress.org/profforg\">Profforg</a>, <a href=\"https://profiles.wordpress.org/programmin\">programmin</a>, <a href=\"https://profiles.wordpress.org/rachelbaker\">Rachel Baker</a>, <a href=\"https://profiles.wordpress.org/rahalaboulfeth\">rahal.aboulfeth</a>, <a href=\"https://profiles.wordpress.org/ramiy\">Rami Yushuvaev</a>, <a href=\"https://profiles.wordpress.or
 g/lamosty\">Rastislav Lamos</a>, <a href=\"https://profiles.wordpress.org/rickalee\">Ricky Lee Whittemore</a>, <a href=\"https://profiles.wordpress.org/ritteshpatel\">Ritesh Patel</a>, <a href=\"https://profiles.wordpress.org/rob\">rob</a>, <a href=\"https://profiles.wordpress.org/rogerhub\">Roger Chen</a>, <a href=\"https://profiles.wordpress.org/romsocial\">RomSocial</a>, <a href=\"https://profiles.wordpress.org/ruudjoyo\">Ruud Laan</a>, <a href=\"https://profiles.wordpress.org/ryan\">Ryan Boren</a>, <a href=\"https://profiles.wordpress.org/ryankienstra\">Ryan Kienstra</a>, <a href=\"https://profiles.wordpress.org/rmccue\">Ryan McCue</a>, <a href=\"https://profiles.wordpress.org/welcher\">Ryan Welcher</a>, <a href=\"https://profiles.wordpress.
 org/sagarjadhav\">Sagar Jadhav</a>, <a href=\"https://profiles.wordpress.org/salcode\">Sal Ferrarello</a>, <a href=\"https://profiles.wordpress.org/salvoaranzulla\">salvoaranzulla</a>, <a href=\"https://profiles.wordpress.org/samhotchkiss\">Sam Hotchkiss</a>, <a href=\"https://profiles.wordpress.org/rosso99\">Sara Rosso</a>, <a href=\"https://profiles.wordpress.org/sarciszewski\">Scott Arciszewski</a>, <a href=\"https://profiles.wordpress.org/sc0ttkclark\">Scott Kingsley Clark</a>, <a href=\"https://profiles.wordpress.org/coffee2code\">Scott Reilly</a>, <a href=\"https://profiles.wordpress.org/wonderboymusic\">Scott Taylor</a>, <a href=\"https://profiles.wordpress.org/scottbrownconsulting\">scottbrownconsulting</a>, <a href=\"https://profiles.wordpress.org/scribu\&qu
 ot;>scribu</a>, <a href=\"https://profiles.wordpress.org/sebastianpisula\">Sebastian Pisula</a>, <a href=\"https://profiles.wordpress.org/sergejmueller\">Sergej M&#252;ller</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov\">Sergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/shamess\">Shane</a>, <a href=\"https://profiles.wordpress.org/shinichin\">Shinichi Nishikawa</a>, <a href=\"https://profiles.wordpress.org/sidati\">Sidati</a>, <a href=\"https://profiles.wordpress.org/siobhan\">Siobhan</a>, <a href=\"https://profiles.wordpress.org/aargh-a-knot\">sky</a>, <a href=\"https://profiles.wordpress.org/slushman\">slushman</a>, <a href=\"https://profiles.wordpress.org/smerriman\">smerriman</a>, <a href=\"https://profiles.wordpres
 s.org/stephanethomas\">stephanethomas</a>, <a href=\"https://profiles.wordpress.org/netweb\">Stephen Edgar</a>, <a href=\"https://profiles.wordpress.org/stephenharris\">Stephen Harris</a>, <a href=\"https://profiles.wordpress.org/stevegrunwell\">Steve Grunwell</a>, <a href=\"https://profiles.wordpress.org/stevenkword\">Steven Word</a>, <a href=\"https://profiles.wordpress.org/charlestonsw\">Store Locator Plus</a>, <a href=\"https://profiles.wordpress.org/subharanjan\">Subharanjan</a>, <a href=\"https://profiles.wordpress.org/sudar\">Sudar Muthu</a>, <a href=\"https://profiles.wordpress.org/5um17\">Sumit Singh</a>, <a href=\"https://profiles.wordpress.org/tacoverdo\">Taco Verdonschot</a>, <a href=\"https://profiles.wordpress.org/tahteche\">tahteche</a>, 
 <a href=\"https://profiles.wordpress.org/iamtakashi\">Takashi Irie</a>, <a href=\"https://profiles.wordpress.org/takayukister\">Takayuki Miyoshi</a>, <a href=\"https://profiles.wordpress.org/karmatosed\">Tammie Lister</a>, <a href=\"https://profiles.wordpress.org/tharsheblows\">tharsheblows</a>, <a href=\"https://profiles.wordpress.org/themiked\">theMikeD</a>, <a href=\"https://profiles.wordpress.org/thomaswm\">thomaswm</a>, <a href=\"https://profiles.wordpress.org/timothyblynjacobs\">Timothy Jacobs</a>, <a href=\"https://profiles.wordpress.org/timplunkett\">timplunkett</a>, <a href=\"https://profiles.wordpress.org/tmuikku\">tmuikku</a>, <a href=\"https://profiles.wordpress.org/skithund\">Toni Viemer&#246;</a>, <a href=\"https://profiles.wordpress.org/tor
 o_unit\">Toro_Unit (Hiroshi Urabe)</a>, <a href=\"https://profiles.wordpress.org/liljimmi\">Tracy Levesque</a>, <a href=\"https://profiles.wordpress.org/rilwis\">Tran Ngoc Tuan Anh</a>, <a href=\"https://profiles.wordpress.org/wpsmith\">Travis Smith</a>, <a href=\"https://profiles.wordpress.org/tywayne\">Ty Carlson</a>, <a href=\"https://profiles.wordpress.org/grapplerulrich\">Ulrich</a>, <a href=\"https://profiles.wordpress.org/utkarshpatel\">Utkarsh</a>, <a href=\"https://profiles.wordpress.org/vhomenko\">vhomenko</a>, <a href=\"https://profiles.wordpress.org/virgodesign\">virgodesign</a>, <a href=\"https://profiles.wordpress.org/vladolaru\">vlad.olaru</a>, <a href=\"https://profiles.wordpress.org/voldemortensen\">voldemortensen</a>, <a href=\&quot
 ;https://profiles.wordpress.org/vtieu\">vtieu</a>, <a href=\"https://profiles.wordpress.org/webaware\">webaware</a>, <a href=\"https://profiles.wordpress.org/wesleye\">Wesley Elfring</a>, <a href=\"https://profiles.wordpress.org/westonruter\">Weston Ruter</a>, <a href=\"https://profiles.wordpress.org/wisdmlabs\">WisdmLabs</a>, <a href=\"https://profiles.wordpress.org/wpdelighter\">WP Delighter</a>, <a href=\"https://profiles.wordpress.org/wp-architect\">wp-architect</a>, <a href=\"https://profiles.wordpress.org/xavortm\">xavortm</a>, <a href=\"https://profiles.wordpress.org/yetanotherdaniel\">yetAnotherDaniel</a>, and <a href=\"https://profiles.wordpress.org/zinigor\">zinigor</a>.\n<p>&nbsp;</p>\n<p>Special thanks go to <a href=\"http://siobhanm
 ckeown.com/\">Siobhan McKeown</a> for producing the release video and <a href=\"https://jacklenox.com\">Jack Lenox</a> for the voice-over.</p>\n<p>Finally, thanks to all of the contributors who provided translations for the release. WordPress 4.5 comes fully translated into 44 languages and the release video has been translated into 32 languages!</p>\n<p>If you want to follow along or help out, check out <a href=\"https://make.wordpress.org/\">Make WordPress</a> and our <a href=\"https://make.wordpress.org/core/\">core development blog</a>. Thanks for choosing WordPress. See you soon for version 4.6!</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:39:\"\n           \n              \n              \n              \n                              \n              \n              \n\n            \n              \n                              \n                      
 \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"WordPress 4.5 RC2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/news/2016/04/wordpress-4-5-rc2/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 10 Apr 2016 05:14:28 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xm
 l_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"4.5\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=4186\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"fals
 e\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:350:\"The second release candidate for WordPress 4.5 is now available. We&#8217;ve made 91 changes since the first release candidate. RC means we think we’re done, but with millions of users and thousands of plugins and themes, it’s possible we’ve missed something. We hope to ship WordPress 4.5 on Tuesday, April 12, but we need your help [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Mike Schroder\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:
 \"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:3044:\"<p>The second release candidate for WordPress 4.5 is now available.</p>\n<p>We&#8217;ve made <a href=\"https://core.trac.wordpress.org/log/trunk?action=stop_on_copy&amp;mode=stop_on_copy&amp;rev=37171&amp;stop_rev=37078&amp;limit=120&amp;verbose=on\">91 changes</a> since the first release candidate. RC means we think we’re done, but with millions of users and thousands of plugins and themes, it’s possible we’ve missed something. We hope to ship WordPress 4.5 on <strong>Tuesday, April 12</strong>, but we need your help to get there.</p>\n<p>If you haven’t tested 4.5 yet, now is the time!</p>\n<p><strong>Think you&#8217;ve found a bug?</stron
 g> Please post to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">Alpha/Beta support forum</a>. If any known issues come up, you&#8217;ll be able to <a href=\"https://core.trac.wordpress.org/report/5\">find them here</a>.</p>\n<p>To test WordPress 4.5, you can use the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin or you can <a href=\"https://wordpress.org/wordpress-4.5-RC2.zip\">download the release candidate here</a> (zip).</p>\n<p>For more information about what’s new in version 4.5, check out the <a href=\"https://wordpress.org/news/2016/02/wordpress-4-5-beta-1/\">Beta 1</a>, <a href=\"https://wordpress.org/news/2016/03/wordpress-4-5-beta-2/\">Beta 2</a>, <a href=\"https://wordpress.org/news/2016/03/wordpress-4-5-beta-3/\">Beta 3</
 a>, and <a href=\"https://wordpress.org/news/2016/03/wordpress-4-5-beta-4/\">Beta 4</a> blog posts.</p>\n<p><strong>Developers</strong>, please test your plugins and themes against WordPress 4.5 and update your plugin&#8217;s <em>Tested up to</em> version in the readme to 4.5. If you find compatibility problems, we never want to break things, so please be sure to post to the support forums so we can figure those out before the final release.</p>\n<p><strong>Polyglots</strong>, strings are now hard frozen, including the About Page, so you are clear to translate!</p>\n<p>A few changes of note since the first release candidate:</p>\n<ul>\n<li>Normalized non-slashing of data in the REST API infrastructure. If you use the REST API infrastructure, <a href=\"https://make.wordpress.org/core/2016/04/06/rest-api-slashed-data-in-wordpress-4-4-and-4-5/\">check
  out the post on this change</a>.</li>\n<li>Customizer settings for widget instances get registered a bit later to give a chance for the widget instances themselves to be registered first. See <a href=\"https://core.trac.wordpress.org/ticket/36431\">#36431</a> for details.</li>\n<li>Fixed various cropping issues in the Custom Logo feature and Twenty Fifteen / Twenty Sixteen themes.</li>\n</ul>\n<p>Be sure to <a href=\"https://make.wordpress.org/core/\">follow along the core development blog</a>, where you can find the <a href=\"https://make.wordpress.org/core/2016/03/30/wordpress-4-5-field-guide/\">Field Guide for 4.5</a>.</p>\n<p><em>It&#8217;s great fun to test</em><br />\n<em>Enjoyment in another</em><br />\n<em>Release Candidate</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base
 \";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:33:\"\n          \n              \n              \n              \n                              \n\n            \n              \n                              \n                      \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"Contributor Weekend: Global WordPress Translation Day\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:88:\"https://wordpress.org/news/2016/04/contributor-weekend-global-wordpress-translation-day/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_ba
 se_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 07 Apr 2016 21:04:39 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Community\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=4191\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\&
 quot;;a:1:{i:0;a:5:{s:4:\"data\";s:378:\"Global WordPress Translation Day is a one-day contributor initiative organised by the WordPress project’s Polyglots team that is dedicated to helping new contributors who would like to translate WordPress in one of the 160 languages WordPress is available in. Global WordPress Translation Day will be on Sunday, April 24th, starting at 0:00 UTC and will go on for [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"Josepha\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:
 \"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:3069:\"<p class=\"p1\"><span class=\"s1\">Global WordPress Translation Day is a one-day contributor initiative organised </span><span class=\"s1\">by the WordPress project’s </span><span class=\"s1\"> <a href=\"https://make.wordpress.org/polyglots\"><span class=\"s2\">Polyglots team</span></a> that is dedicated to helping new contributors who would like to translate WordPress in one of the 160 languages WordPress is available in.</span></p>\n<p class=\"p1\"><span class=\"s1\">Global WordPress Translation Day will be on Sunday, April 24th, starting at 0:00 UTC and will go on for 24 hours covering all time zones.</span></p>\n<p class=\"p3\"><span class=\"s1\"><b>What are we doing?</b></span>&l
 t;/p>\n<ul class=\"ul1\">\n<li class=\"li1\"><span class=\"s1\"><span class=\"s1\">Live training: A 24h live streaming of tutorials about translating WordPress in different languages and making your code translatable (30min/1h sessions in different languages including a general instruction and specifics for that particular language). The </span></span><span class=\"s1\">internationalization </span>sessions will be in English. The sessions will be presented by some of the most experienced WordPress translators and internationalization experts. The Schedule can be found on the website.</li>\n<li class=\"li1\"><span class=\"s1\">Local translation contributor days: Groups of contributors gather at different locations and work face to face.</span></li>\n<li class=\"li1\"><span class=\"s1\">Local remote tra
 nslation contributor days: Current translation teams dedicate time and get involved remotely to do orientation for their potential contributors or work with their current translation teams on translating as many strings as they can.</span></li>\n</ul>\n<p class=\"p1\"><span class=\"s1\">If you organise a local meetup, why not organise a contributor day for translating in your language?</span></p>\n<p class=\"p3\"><span class=\"s1\"><b>Join us! Read about the initiative and </b><a href=\"https://make.wordpress.org/polyglots/2016/03/02/wordpress-global-translation-day-april-24th-2016/\"><span class=\"s3\"><b>sign up as an organiser</b></span></a><b>.</b></span></p>\n<p class=\"p3\"><span class=\"s1\"><b>Can I get involved if I only speak English?</b></span
 ></p>\n<p class=\"p1\"><span class=\"s1\">Yes! Even if you only speak English, it would be great to get involved and check out some of the English locale variants &#8211; English as spoken in the United Kingdom, Canada, New Zealand, Australia, South Africa. English has many variants across the globe and you can learn about the differences and why it&#8217;s important that users have the option to choose a variant during some of our sessions. And if you&#8217;re in a funky mood, you can give translating the interface into Emoji a try! Yes, we have a WordPress in Emoji locale!</span></p>\n<p class=\"p3\"><span class=\"s1\"><b>Questions?</b></span></p>\n<p class=\"p1\"><span class=\"s1\">The polyglots team and the event organisers hang out in <a href=\"http://wordpress.slack.com/messages/polyglots/\">#Polyglots in Slac
 k</a>. They will gladly help you out.</span></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:39:\"\n           \n              \n              \n              \n                              \n              \n              \n\n            \n              \n                              \n                      \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"WordPress 4.5 Release Candidate\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"https://wordpress.org/news/2016/03/wordpress-4-5-release-candidate/\";s:7:
 \"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 24 Mar 2016 03:50:27 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"4.5\";s:7:\"at
 tribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=4165\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:344:\"The release candidate for WordPress 4.5 is now available. We&#8217;ve made 49 changes since releasing Beta 4 a week ago. RC means we think we’re done, but with millions of users and thousands of plugins and themes, it’s possible we’ve missed something. We hope to ship WordPress 4.5 on Tuesday, April 12, but we need your help [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\&quo
 t;xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Mike Schroder\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:2251:\"<p>The release candidate for WordPress 4.5 is now available.</p>\n<p>We&#8217;ve made <a href=\"https://core.trac.wordpress.org/log/trunk?action=stop_on_copy&amp;mode=stop_on_copy&amp;rev=37077&amp;stop_rev=37026&amp;limit=120&amp;verbose=on\">49 changes</a> since releasing Beta 4 a week ago. RC means we think we’re done, but with million
 s of users and thousands of plugins and themes, it’s possible we’ve missed something. We hope to ship WordPress 4.5 on <strong>Tuesday, April 12</strong>, but we need your help to get there.</p>\n<p>If you haven’t tested 4.5 yet, now is the time!</p>\n<p><strong>Think you&#8217;ve found a bug?</strong> Please post to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">Alpha/Beta support forum</a>. If any known issues come up, you&#8217;ll be able to <a href=\"https://core.trac.wordpress.org/report/5\">find them here</a>.</p>\n<p>To test WordPress 4.5, you can use the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin or you can <a href=\"https://wordpress.org/wordpress-4.5-RC1.zip\">download the release candidate here</a> (zip).</p>\n<p>For more informat
 ion about what’s new in version 4.5, check out the <a href=\"https://wordpress.org/news/2016/02/wordpress-4-5-beta-1/\">Beta 1</a>, <a href=\"https://wordpress.org/news/2016/03/wordpress-4-5-beta-2/\">Beta 2</a>, <a href=\"https://wordpress.org/news/2016/03/wordpress-4-5-beta-3/\">Beta 3</a>, and <a href=\"https://wordpress.org/news/2016/03/wordpress-4-5-beta-4/\">Beta 4</a> blog posts.</p>\n<p><strong>Developers</strong>, please test your plugins and themes against WordPress 4.5 and update your plugin&#8217;s <em>Tested up to</em> version in the readme to 4.5 before next week. If you find compatibility problems, we never want to break things, so please be sure to post to the support forums so we can figure those out before the final release.</p>\n<p>Be sure to <a href=\"https://make.wordpress.org/core/\">follow along the co
 re development blog</a>, where we&#8217;ll continue to post <a href=\"https://make.wordpress.org/core/tag/dev-notes+4-5/\">notes for developers</a> for 4.5.</p>\n<p><em>Free as in Freedom</em><br />\n<em>It is WordPress 4.5</em><br />\n<em>Also free as in beer</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:42:\"\n              \n              \n              \n              \n                              \n              \n              \n              \n\n            \n              \n                              \n                      \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordPress 4.5 Beta 4\";s:7:\"attribs\&quot
 ;;a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2016/03/wordpress-4-5-beta-4/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 17 Mar 2016 04:30:25 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:4:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{
 s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"4.5\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:4:\"beta\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=4155\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\"
 ;s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:329:\"WordPress 4.5 Beta 4 is now available! This software is still in development, so we don’t recommend you run it on a production site. Consider setting up a test site just to play with the new version. To test WordPress 4.5, try the WordPress Beta Tester plugin (you’ll want “bleeding edge nightlies”). Or you can [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Mike Schroder\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:
 {s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:3392:\"<p>WordPress 4.5 Beta 4 is now available!</p>\n<p>This software is still in development, so we don’t recommend you run it on a production site. Consider setting up a test site just to play with the new version. To test WordPress 4.5, try the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\" target=\"_blank\">WordPress Beta Tester</a> plugin (you’ll want “bleeding edge nightlies”). Or you can <a href=\"https://wordpress.org/wordpress-4.5-beta4.zip\" target=\"_blank\">download the beta here</a> (zip).</p>\n<p>For more information on what&#8217;s new in 4.5, check out the <a href=\"https://wordpress.org/news/2016/02/wordpress-4-5-beta-1/\">Beta 1</a>, <a href=\"https://wordpress.org/news/2016/03/wordpress-4-5-beta-2/\">Beta 2</a>, and <a hre
 f=\"https://wordpress.org/news/2016/03/wordpress-4-5-beta-3/\">Beta 3</a> blog posts, along with <a href=\"https://make.wordpress.org/core/tag/4-5+dev-notes/\">in-depth field guides on make/core</a>. This is the final <a href=\"https://make.wordpress.org/core/version-4-5-project-schedule/\">planned beta</a> of WordPress 4.5, with a release candidate scheduled for next week.</p>\n<p>Some of the changes in Beta 4 include:</p>\n<ul>\n<li>Add support for oEmbed <strong>moments and timelines from Twitter</strong> (<a href=\"https://core.trac.wordpress.org/ticket/36197\">#36197</a>).</li>\n<li>More changes to better support <strong>HHVM with Imagick</strong>.<strong> </strong>Please test with HHVM setups and resizing/rotating images (<a href=\"https://core.trac.wordpress.org/ticket/35973\">#35973</a>).
 </li>\n<li>Tightened up the <strong>Inline Link</strong> feature (<a href=\"https://core.trac.wordpress.org/ticket/33301\">#33301</a>, <a href=\"https://core.trac.wordpress.org/ticket/30468\">#30468</a>).</li>\n<li>Support <code>&lt;hr&gt;</code> <strong>editor shortcut</strong> with 3 or more dashes (<code>---</code>); no spaces. To give more time to study the best shortcuts for users, text patterns for bold and italic have been removed and won&#8217;t ship with for 4.5 (<a href=\"https://core.trac.wordpress.org/ticket/33300\">#33300</a>).</li>\n<li>Fixes for <strong>SSL with Responsive Images</strong>. Please test with SSL, especially on sites with mixed http/https setups (<a href=\"https://core.trac.wordpress.org/ticket/34945\">#34945</a>).</li>\n<li>Allow rewrite rules
  to work in nested <strong>WordPress installations on IIS</strong> (<a href=\"https://core.trac.wordpress.org/ticket/35558\">#35558</a>).</li>\n<li><strong>Various bug fixes</strong>. We&#8217;ve made <a href=\"https://core.trac.wordpress.org/log/?action=stop_on_copy&amp;mode=stop_on_copy&amp;rev=37025&amp;stop_rev=36932&amp;limit=200&amp;verbose=on\">almost 100 changes</a> during the last week.</li>\n</ul>\n<p><strong>If you think you’ve found a bug</strong>, you can post to the <a href=\"https://wordpress.org/support/forum/alphabeta\" target=\"_blank\">Alpha/Beta area</a> in the support forums. We’d love to hear from you! If you’re comfortable writing a reproducible bug report, <a href=\"https://make.wordpress.org/core/reports/\" target=\"_blank\">file one on the WordPress Trac</a&
 gt;. There, you can also find <a href=\"https://core.trac.wordpress.org/tickets/major\" target=\"_blank\">a list of known bugs.</a></p>\n<p>Happy testing!</p>\n<p class=\"p1\"><em>Llegamos al fin</em><br />\n<em>del tiempo pa&#8217; beta</em><br />\n<em>¡Pruébalo Ahora!</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:42:\"\n               \n              \n              \n              \n                              \n              \n              \n              \n\n            \n              \n                              \n                      \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordPress 4.5
  Beta 3\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2016/03/wordpress-4-5-beta-3/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 10 Mar 2016 06:59:26 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:4:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_la
 ng\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"4.5\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:4:\"beta\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=4128\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explici
 t\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:329:\"WordPress 4.5 Beta 3 is now available! This software is still in development, so we don’t recommend you run it on a production site. Consider setting up a test site just to play with the new version. To test WordPress 4.5, try the WordPress Beta Tester plugin (you’ll want “bleeding edge nightlies”). Or you can [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Mike Schroder\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.o
 rg/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:3631:\"<p>WordPress 4.5 Beta 3 is now available!</p>\n<p>This software is still in development<strong>,</strong> so we don’t recommend you run it on a production site. Consider setting up a test site just to play with the new version. To test WordPress 4.5, try the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\" target=\"_blank\">WordPress Beta Tester</a> plugin (you’ll want “bleeding edge nightlies”). Or you can <a href=\"https://wordpress.org/wordpress-4.5-beta3.zip\" target=\"_blank\">download the beta here</a> (zip).</p>\n<p>For more information on what&#8217;s new in 4.5, check out the <a href=\"https://wordpress.org/news/2016/02/wordpress-4-5-beta-1/\">Beta 1</a> and <a href=\"https://wordpress.org/news/20
 16/03/wordpress-4-5-beta-2/\">Beta 2</a> blog posts, along with <a href=\"https://make.wordpress.org/core/tag/4-5+dev-notes/\">in-depth field guides on make/core</a>. Some of the fixes in Beta 3 include:</p>\n<ul>\n<li>Many <strong>Theme Logo Support</strong> (<a href=\"https://core.trac.wordpress.org/ticket/33755\">#33755</a>) fixes, including support for bundled Twenty Fifteen (<a href=\"https://core.trac.wordpress.org/ticket/35944\">#35944</a>).</li>\n<li>Add <strong>Responsive Preview</strong> to theme install previewer (<a href=\"https://core.trac.wordpress.org/ticket/36017\">#36017</a>).</li>\n<li>Support <strong>Imagick in HHVM</strong> (<a href=\"https://core.trac.wordpress.org/ticket/35973\">#35973</a>).</li>\n<li><strong>Whitelist IPTC, XMP, and EXIF pr
 ofiles</strong> from <code>strip_meta()</code> to maintain authorship, copyright, license, and image orientation (<a href=\"https://core.trac.wordpress.org/ticket/28634\">#28634</a>).</li>\n<li>Support <strong>Windows shares/DFS roots</strong> in <code>wp_normalize_path()</code> (<a href=\"https://core.trac.wordpress.org/ticket/35996\">#35996</a>).</li>\n<li><span class=\"s1\">New installs default to <strong>generating secret keys and salts locally</strong> instead of relying on the <span class=\"s2\">WordPress.org</span> API. Please test installing WP in situations where it can’t connect to the internet <span class=\"s1\">(like on a ?, ✈️, or ?) </span></span><span class=\"s1\">(<a href=\"https://core.trac.wordpress.org/ticket/35290\">#35290</a>).<
 /span></li>\n<li>OPTIONS requests to REST API should <strong>return Allow header</strong> (<a href=\"https://core.trac.wordpress.org/ticket/35975\">#35975</a>).</li>\n<li>Upgrade twemoji.js to version 2 (<a href=\"https://core.trac.wordpress.org/ticket/36059\">#36059</a>) and add extra IE11 compatibility (<a href=\"https://core.trac.wordpress.org/ticket/35977\">#35977</a>) for <strong>Emoji</strong>.</li>\n<li><strong>Various bug fixes</strong>. We&#8217;ve made <a href=\"https://core.trac.wordpress.org/log/?action=stop_on_copy&amp;mode=stop_on_copy&amp;rev=36931&amp;stop_rev=36814&amp;limit=200&amp;verbose=on\">more than 100 changes</a> during the last week.</li>\n</ul>\n<p><strong>If you think you’ve found a bug</strong>, you can post to the <a href=\"https
 ://wordpress.org/support/forum/alphabeta\" target=\"_blank\">Alpha/Beta area</a> in the support forums. We’d love to hear from you! If you’re comfortable writing a reproducible bug report, <a href=\"https://make.wordpress.org/core/reports/\" target=\"_blank\">file one on the WordPress Trac</a>. There, you can also find <a href=\"https://core.trac.wordpress.org/tickets/major\" target=\"_blank\">a list of known bugs.</a></p>\n<p>Happy testing!</p>\n<p class=\"p1\"><em><span class=\"s1\">Beta one, two, three<br />\n</span><span class=\"s1\">so many bugs have been fixed<br />\n</span><span class=\"s2\">Closer now; four, five.</span></em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s
 :8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:39:\"\n               \n              \n              \n              \n                              \n              \n              \n\n            \n              \n                              \n                      \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordPress 4.5 Beta 2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2016/03/wordpress-4-5-beta-2/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data
 \";s:31:\"Thu, 03 Mar 2016 04:55:35 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"4.5\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34
 :\"https://wordpress.org/news/?p=4116\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:329:\"WordPress 4.5 Beta 2 is now available! This software is still in development, so we don’t recommend you run it on a production site. Consider setting up a test site just to play with the new version. To test WordPress 4.5, try the WordPress Beta Tester plugin (you’ll want “bleeding edge nightlies”). Or you can [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"da
 ta\";s:13:\"Mike Schroder\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:2370:\"<p>WordPress 4.5 Beta 2 is now available!</p>\n<p>This software is still in development<strong>,</strong> so we don’t recommend you run it on a production site. Consider setting up a test site just to play with the new version. To test WordPress 4.5, try the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\" target=\"_blank\">WordPress Beta Tester</a> plugin (you’ll want “bleeding edge nightlies”). Or you can <a href=\"https://wordpress.org/wordpress-4.5-beta2.zip\" target=\"_blank\">download the beta here</a> (zip).</p
 >\n<p>For more information on what&#8217;s new in 4.5, check out the <a href=\"https://wordpress.org/news/2016/02/wordpress-4-5-beta-1/\">Beta 1 blog post</a>. Some of the fixes in Beta 2 include:</p>\n<ul>\n<li>Added <a href=\"https://core.trac.wordpress.org/ticket/33300\">Horizontal Rule (HR) editing shortcut</a> and <a href=\"https://core.trac.wordpress.org/ticket/28612\">dismissible &#8220;Paste as Text&#8221; notice</a> in <strong>TinyMCE</strong>.</li>\n<li><strong>Selective Refresh</strong> support is <a href=\"https://core.trac.wordpress.org/changeset/36797\">enabled for core themes titles and taglines</a>, which allows shift-click to focus on controls and PHP filters to apply in the preview.</li>\n<li>Resolved a fatal error on <strong>image upload</strong> when ImageMagick could not 
 complete stripping meta during resize (<a href=\"https://core.trac.wordpress.org/ticket/33642\">#33642</a>).</li>\n<li><strong>Various bug fixes</strong>. We&#8217;ve made <a href=\"https://core.trac.wordpress.org/log/?action=stop_on_copy&amp;mode=stop_on_copy&amp;rev=36813&amp;stop_rev=36701&amp;limit=200&amp;verbose=on\">just over 100 changes</a> in the last week.</li>\n</ul>\n<p><strong>If you think you’ve found a bug</strong>, you can post to the <a href=\"https://wordpress.org/support/forum/alphabeta\" target=\"_blank\">Alpha/Beta area</a> in the support forums. We’d love to hear from you! If you’re comfortable writing a reproducible bug report, <a href=\"https://make.wordpress.org/core/reports/\" target=\"_blank\">file one on the WordPress Trac</a>. There, you can also find <a href=\&q
 uot;https://core.trac.wordpress.org/tickets/major\" target=\"_blank\">a list of known bugs.</a></p>\n<p>Happy testing!</p>\n<p><em>It&#8217;s peer pressure time</em><br />\n<em>Testing: all cool kids do it</em><br />\n<em>Help find ALL the bugs!</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:33:\"\n             \n              \n              \n              \n                              \n\n            \n              \n                              \n                      \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"Contributor Weekend: One-Hour Video\";s:7:\"attribs\";a:
 0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"https://wordpress.org/news/2016/02/contributor-weekend-one-hour-video/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 26 Feb 2016 19:36:30 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Community\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s
 :4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=4112\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:349:\"It&#8217;s time for our second global contributor weekend, and this time we&#8217;re focusing on the video team. For this month&#8217;s challenge, in honor of it being our second month, you have two options for how you can participate! The challenge for this month overall is to work with at least one hour worth of WordCamp video, which [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"htt
 p://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:3:\"Jen\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:2590:\"<p>It&#8217;s time for our second global contributor weekend, and this time we&#8217;re focusing on the <a href=\"https://make.wordpress.org/tv\">video team</a>. For this month&#8217;s challenge, in honor of it being our second month, you have two options for how you can participate! The challenge for this month overall is to work with at least one hour worth of WordCamp video, which you can do by either creating subtitles or editing the video file in preparation for upload to <a href=\"http://WordPress.t
 v\">WordPress.tv</a>.</p>\n<p>One of the great things about contributing to the video team is that you get to learn so much, since all the work basically involves watching WordCamp presentation videos. Subtitling is a doubly important need, as it is needed to make all those WordCamp videos accessible to people who are deaf or hard of hearing and can&#8217;t listen to the audio track, as well as making it possible for the videos to be consumed (in some cases after subtitle translation) by people who speak different languages.</p>\n<p>The challenge will last from Saturday, February 27, 2016 through Sunday, February 28, 2016, and the results will be reviewed afterward by members of the video team. If you enjoy the challenge, the video team would be very excited to welcome you into their ranks! Interested? <a href=\"https://wp.me/P6onIa-28D\">Here&#8217;s how to participate</a>.</p>\n<h3>What About Last Mo
 nth?</h3>\n<p>In January, the inaugural contributor weekend was focused on the support forums. That challenge had 73 participants, including 10 people who provided 20 or more correct answers to open support threads, thereby winning the challenge. Congratulations to Harris Anastasiadis, Ahmad Awais, Takis Bouyouris, Phil Erb, Eric Gunawan, Jackie McBride, Diana Nichols, Kostas Nicolacopoulos, Juhi Saxena, and Sarah Semark! To them and to everyone else who participated, thank you <strong>so much</strong> for your efforts. Every answer helps, and over the course of this contributor weekend, these amazing volunteers responded to <strong>800 support threads</strong>. The support forums queue of requests with no replies went from 28 pages to 7 pages &#8212; that was an incredible success, of which every participant was a part!</p>\n<p>So head on over to see how to <a href=\"https://wp.me/P6onIa-28D\">get involved wit
 h the one-hour video challenge</a> this weekend, and help us make next month&#8217;s post just as impressive! <img src=\"https://s.w.org/images/core/emoji/72x72/1f642.png\" alt=\"?\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}s:27:\"http://www.w3.org/2005/Atom\";a:1:{s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:4:\"href\";s:32:\"https://wordpress.org/news/feed/\";s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:19:\"application/rss+xml\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}
 }}s:44:\"http://purl.org/rss/1.0/modules/syndication/\";a:2:{s:12:\"updatePeriod\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"hourly\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:15:\"updateFrequency\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";a:10:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Mon, 06 Jun 2016 18:38:11 GMT\";s:12:\"content-type\";s:34:\"application/rss+xml; charset=UTF-8\";s:10:\"connection\";s:5:\"close\";s:25:\"strict-transport-security\";s:11:\"max-age=360\&quot
 ;;s:6:\"x-olaf\";s:3:\"⛄\";s:13:\"last-modified\";s:29:\"Fri, 06 May 2016 19:22:48 GMT\";s:4:\"link\";s:63:\"<https://wordpress.org/news/wp-json/>; rel=\"https://api.w.org/\"\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:11:\"HIT lax 250\";}s:5:\"build\";s:14:\"20160606161022\";}','no'),(529,'_transient_timeout_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca','1465281491','no'),(530,'_transient_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca','1465238291','no'),(531,'_transient_timeout_feed_d117b5738fbd35bd8c0391cda1f2b5d9','1465281491','no'),(532,'_transient_feed_d117b5738fbd35bd8c0391cda1f2b5d9','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:
 8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:61:\"\n  \n      \n      \n      \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"WordPress Planet\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://planet.wordpress.org/\";s:7:\"attribs\&qu
 ot;;a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"en\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"WordPress Planet - http://planet.wordpress.org/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:50:{i:0;a:6:{s:4:\"data\";s:13:\"\n \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0
 :\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:50:\"WP Mobile Apps: WordPress for Android: Version 5.4\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://apps.wordpress.com/?p=3403\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"https://apps.wordpress.com/2016/06/01/wordpress-for-android-version-5-4/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3183:\&qu
 ot;<p>Hello WordPress users! <a href=\"https://play.google.com/store/apps/details?id=org.wordpress.android\" target=\"_blank\">Version 5.4 of the WordPress for Android app</a> is now available in the Google Play Store.</p>\n<h1>Gravatar update</h1>\n<p>Did you just take a great selfie? You can update your Gravatar from the app on the <em>Me</em> screen. Tap your profile picture, and follow the prompts to take a new photo or pick an image from your device&#8217;s photo library.</p>\n<div id=\"v-a5lLmHSc-1\" class=\"video-player\">\n</div>\n<h1>Smart Lock for Passwords integration</h1>\n<p>Signing in with a WordPress.com account is easier than ever with Smart Lock for Passwords, the Google password manager. If you signed in to your account on your computer using Google&#8217;s Chrome browser, the username and password fields will be automatical
 ly pre-filled when you open the app &#8212; you can even manage several identities.</p>\n<p><img class=\"alignnone wp-image-3404 size-large\" src=\"https://apps.files.wordpress.com/2016/05/screenshot-2016-05-04_12-08-06-614.png?w=614&h=1024\" alt=\"screenshot-2016-05-04_12.08.06.614\" width=\"614\" height=\"1024\" /></p>\n<h1>Other Changes</h1>\n<p>Version 5.4 also comes with a few other fixes:</p>\n<ul>\n<li>Fixed comment previews with images in the Comment List screen.</li>\n<li>Fixed an issue with tag display in the Reader.</li>\n<li>Fixed a problem sometimes removed the <em>Themes</em> option after sign-in.</li>\n</ul>\n<p>You can track our development progress for the next release by visiting <a href=\"https://github.com/wordpress-mobile/WordPress-Android/milestones/5.5\">our 5.5 milestone 
 on GitHub</a>.</p>\n<h1>Beta</h1>\n<p>Do you like keeping up with what’s new in the app? Do you enjoy testing new stuff before anyone else? Our testers have access to beta versions with updates shipped directly through Google Play. The beta versions may have new features, new fixes — and possibly new bugs! Testers make it possible for us to improve the overall app experience, and offer us invaluable development feedback.</p>\n<p>Want to become a tester? <a href=\"https://play.google.com/apps/testing/org.wordpress.android\">Opt-in</a>!</p>\n<h1>Thank you</h1>\n<p>Thanks to our GitHub contributors: <a href=\"https://github.com/aerych\">@aerych</a>, <a href=\"https://github.com/aforcier\">@aforcier</a>, <a href=\"https://github.com/daniloercoli\">@daniloercoli</a>, <a href=\"https://github.com/hypest\">@hypest</
 a>, <a href=\"https://github.com/kwonye\">@kwonye</a>, <a href=\"https://github.com/maxme\">@maxme</a>, <a href=\"https://github.com/mzorz\">@mzorz</a>, <a href=\"https://github.com/nbradbury\">@nbradbury</a>, <a href=\"https://github.com/oguzkocer\">@oguzkocer</a>, <a href=\"https://github.com/roundhill\">@roundhill</a>, and <a href=\"https://github.com/tonyr59h\">@tonyr59h</a>.</p><img alt=\"\" border=\"0\" src=\"https://pixel.wp.com/b.gif?host=apps.wordpress.com&blog=108068616&post=3403&subd=apps&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"https://apps.wordpress.com/2016/06/01/wordpress-for-android-version-5-4/\"><img alt=\"gravatar\" src=\"https://videos.files.wordpress.com/a5lLmHSc/gravatar_
 std.original.jpg\" width=\"160\" height=\"120\" /></a></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 01 Jun 2016 11:53:19 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"Maxime\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:13:\"\n \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\&
 quot;;s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:83:\"WPTavern: WordCamp Incubator Program to Launch in Indonesia, Zimbabwe, and Colombia\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=55034\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:91:\"http://wptavern.com/wordcamp-incubator-program-to-launch-in-indonesia-zimbabwe-and-columbia\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\&qu
 ot;;s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2932:\"<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/02/flags.jpg\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/02/flags.jpg?resize=1020%2C500\" alt=\"flags\" class=\"aligncenter size-full wp-image-16697\" /></a></p>\n<p>After receiving <a href=\"http://wptavern.com/wordcamp-incubator-program-receives-182-applications-narrows-candidates-to-16-communities\" target=\"_blank\">182 applications from cities all over the world</a>, the WordPress Community Team has selected three locations for the WordCamp Incubator program:</p>\n<ul>\n<li>Denpasar, Indonesia</li>\n<li>Harare, Zimbabwe</li>\n<li>Medellín, Colombia&lt
 ;/li>\n</ul>\n<p>Representatives from the thirteen other short-listed locations are encouraged to organize a local WordPress meetup and will have the help of Community Team mentors as needed.</p>\n<p>Thanks to the addition of a new volunteer deputy from the Community Team, the program will move forward with three locations, instead of having to scale back to two, as previously anticipated. Each event has been assigned a deputy who will meet bi-weekly with the local team to mentor the new WordCamp organizers.</p>\n<p>Andrea Middleton outlined in the <a href=\"https://make.wordpress.org/community/2016/05/25/wordcamp-incubator-locations-announcement/\" target=\"_blank\">announcement</a> how the team plans to proceed with getting these events off the ground.</p>\n<p>&#8220;Denpasar, Harare, and Medellín will work with their respective deputies to start a monthly WordPress meetup group or add their ex
 isting meetup group to the chapter account program,&#8221; Middleton said. &#8220;Once the local WordPress user group is meeting regularly, each team will work on finding a venue, setting a date, recruiting speakers, and spreading the word about the upcoming WordCamp.&#8221;</p>\n<p>In order to take the pressure off the new organizers, the Community team will assist them in scheduling and finding speakers. The events will be 100% funded by the global sponsorship grant so organizers can focus on community building without the pressure of fundraising. Middleton said they are aiming for no more than three non-local speakers at each event, which she anticipates will happen in the last quarter of 2016.</p>\n<p>The challenge with the Incubator program is to ensure these events are a launching point and not just a flash in the pan. Middleton and the community team deputies are working to establish these emerging communities so that they continue to grow 
 organically after the events conclude.</p>\n<p>&#8220;The goal for these events is to organize an easily reproducible, one-day, one-track event with about 50-75 attendees,&#8221; Middleton said. &#8220;Hopefully by the end of the organizing/incubating experience, members of the local community will feel confident that they can organize an annual WordCamp independently in the years to come.&#8221;</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 31 May 2016 05:12:14 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1
 .1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:13:\"\n       \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Donncha: WordPress is thirteen!\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:24:\"http://z9.io/?p=89499890\";s:7:\"attribs\";a:0:{}s:8:\&quot
 ;xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:46:\"http://z9.io/2016/05/27/wordpress-is-thirteen/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1231:\"<p>You could have knocked me over with a feather today when I read <a href=\"https://ma.tt/2016/05/wordpress-is-a-teenager/\">Matt&#8217;s post</a> announcing that WordPress was celebrating a birthday!</p>\n<p>It didn&#8217;t seem so long ago that we were working on b2++, hacking the multiuser bits in and doing all sorts of crazy things with it.</p>\n<p>Now I&#8217;m &#8220;typing&#8221; this on a mobile phone by swiping 
 my finger across a virtual keyboard. Back then the closest to this that I could imagine would be some sort of SMS integration!</p>\n<p>WordPress today is unrecognisable from what it was back then, especially if you use the slick Calypso interface.</p>\n<p>I&#8217;m looking forward to seeing what the next few years bring.</p>\n\n<p><strong>Related Posts</strong><ul><li> <a href=\"http://z9.io/2013/08/02/like-a-dog-and-his-ball/\" rel=\"bookmark\" title=\"Permanent Link: Like a dog and his ball\">Like a dog and his ball</a></li><li> <a href=\"http://z9.io/2009/01/28/wordpress-mu-27/\" rel=\"bookmark\" title=\"Permanent Link: WordPress MU 2.7\">WordPress MU 2.7</a></li><li> <a href=\"http://z9.io/2008/09/02/wordpress-mu-261/\" rel=\"bookmark\" title=\"Permanent Link: WordPress MU 2.6.1\&qu
 ot;>WordPress MU 2.6.1</a></li></ul></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 27 May 2016 22:57:38 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"Donncha\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:13:\"\n \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\&
 quot;xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"Post Status: WordPress.org — Draft podcast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"https://poststatus.com/?p=24730\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"https://poststatus.com/wordpress-org-draft-podcast/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\&quot
 ;;}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3592:\"<p>Welcome to the Post Status <a href=\"https://poststatus.com/category/draft\">Draft podcast</a>, which you can find <a href=\"https://itunes.apple.com/us/podcast/post-status-draft-wordpress/id976403008\">on iTunes</a>, <a href=\"https://play.google.com/music/m/Ih5egfxskgcec4qadr3f4zfpzzm?t=Post_Status__Draft_WordPress_Podcast\">Google Play</a>, <a href=\"http://www.stitcher.com/podcast/krogsgard/post-status-draft-wordpress-podcast\">Stitcher</a>, and <a href=\"http://simplecast.fm/podcasts/1061/rss\">via RSS</a> for your favorite podcatcher. Post Status Draft is hosted by Joe Hoyle &#8212; the CTO of Human Made &#8212; and Brian Krogsgard.</p>\n<p><span>In this episode, Joe and Brian discuss the structure and function of the WordPress.org website, which 
 is the hub of the WordPress project. From the actual software distribution, to discussions about the project, to support, and buying swag: it all happens from WordPress.org. We break down what’s what and what we think you should know.</span></p>\n<p><!--[if lt IE 9]><script>document.createElement(\'audio\');</script><![endif]-->\n<a href=\"https://audio.simplecast.com/38479.mp3\">https://audio.simplecast.com/38479.mp3</a><br />\n<a href=\"http://audio.simplecast.com/38479.mp3\">Direct Download</a></p>\n<h3>Notes</h3>\n<p>Who owns WordPress.org?<br />\nWho works on WordPress.org<br />\nHow WordPress.org distributes software updates</p>\n<h3>Different Sections of WordPress.org Navigation</h3>\n<ul>\n<li>Showcase</li>\n<li>WordPress theme directory &#8212; and reviews &#8212; and commercial themes</li>\
 n<li>WordPress plugin directory &#8212; and reviews</li>\n<li>Mobile &#8212; Redirects to .com</li>\n<li>Support Forums / Codex &#8220;documentation&#8221;</li>\n<li>Make WordPress (Get Involved)</li>\n<li>About (many sub pages and also project structure)</li>\n<li>Blog</li>\n<li>Hosting</li>\n<li>Download (button &#8212; in future to be <a href=\"https://make.wordpress.org/meta/2016/02/29/get-wordpress-improving-the-path-to-wordpress/\">Get WordPress</a>)</li>\n</ul>\n<h3>Other Sections</h3>\n<ul>\n<li><a href=\"https://core.trac.wordpress.org/\">core.trac.wordpress.org</a></li>\n<li><a href=\"https://developer.wordpress.org/\">developer.wordpress.org</a></li>\n<li><a href=\"https://mercantile.wordpress.org/\">mercantile.wordpress.org
 </a></li>\n<li><a href=\"http://jobs.wordpress.net/\">jobs.wordpress.net</a></li>\n<li><a href=\"https://learn.wordpress.org/\">learn.wordpress.org</a></li>\n<li><a href=\"https://wordpress.org/ideas/\">Ideas</a></li>\n</ul>\n<h3>Other Linked Sites</h3>\n<ul>\n<li><a href=\"https://central.wordcamp.org/\">WordCamp</a></li>\n<li><a href=\"http://wordpress.tv/\">WordPress.tv</a></li>\n<li><a href=\"https://buddypress.org/\">BuddyPress</a></li>\n<li><a href=\"https://bbpress.org/\">bbPress</a></li>\n<li><a href=\"https://wordpress.com/\">WordPress.com</a></li>\n<li><a href=\"https://ma.tt/\">ma.tt</a></li>\n</ul>\n<h3>Active Projects for 
 Improving</h3>\n<ul>\n<li><a href=\"https://make.wordpress.org/meta/tag/helphub/\">Helphub</a></li>\n<li>Handbooks (theme), plugin published</li>\n<li>Plugin directory</li>\n</ul>\n<h3>Links</h3>\n<ul>\n<li><a href=\"https://make.wordpress.org/meta/\">Blog for WordPress.org projects</a></li>\n</ul>\n<h3>Sponsor</h3>\n<p><span>This episode is sponsored by Gravity Forms. <a href=\"http://www.gravityforms.com/\">Gravity Forms</a>  makes the best web forms on the planet. Over a million WordPress sites are already using Gravity Forms. Is yours? For more information, check out their <a href=\"http://www.gravityforms.com/\">website</a> and thank you to Gravity Forms for being a Post Status partner. </span><b> </b></p>\";s:7:\"attribs\";a:0:{}s:8:\&qu
 ot;xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 27 May 2016 19:18:04 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Katie Richards\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:13:\"\n    \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2
 :{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"WPTavern: Jetpack 4.0.3 Patches a Critical XSS Vulnerability\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=55036\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"http://wptavern.com/jetpack-4-0-3-patches-a-critical-xss-vulnerability\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2
 266:\"<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/07/jetpack-logo.gif\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/07/jetpack-logo.gif?resize=700%2C276\" alt=\"jetpack-logo\" class=\"aligncenter size-full wp-image-27470\" /></a></p>\n<p><a href=\"https://jetpack.com/2016/05/27/jetpack-4-0-3-critical-security-update/\" target=\"_blank\">Jetpack 4.0.3 is a security release</a> that contains an important fix for a critical vulnerability that has been present in the plugin since version 2.0, released in 2012. According to Jetpack team member Sam Hotchkiss, a stored XSS vulnerability was found in the way that some Jetpack shortcodes are processed, which allows an attacker to insert JavaScript into comments to hijack a visitor&#8217;s browser.</p>\n<p>This particular bug is similar to one <a href=\"https://blo
 g.sucuri.net/2016/05/security-advisory-stored-xss-bbpress-2.html\" target=\"_blank\">recently found and patched in bbPress</a>.</p>\n<p>&#8220;Similar issues may exist in other plugins, and it’s a good reminder about the power of regular expressions to create issues when parsing data,&#8221; Hotchkiss said.</p>\n<p>The Jetpack team has been working with the WordPress security team to push out point releases for all vulnerable branches of the plugin&#8217;s codebase, which includes all versions following 2.0. They are using WordPress&#8217; core automatic update system, so all sites that have not explicitly opted out will receive the security update.</p>\n<p>&#8220;Fortunately, we have no evidence of this being used in the wild,&#8221; Hotchkiss said. &#8220;However, now that this update is public, it’s just a matter of time before someone attempts to exploit it.&#8221; The Jetpack team is
  advising users to update as soon as possible, as the update also fixes any potential exploits that may have already been put in place.</p>\n<p>The team credits Marc-Alexandre Montpas from <a href=\"https://sucuri.net/\" target=\"_blank\">Sucuri</a> for finding the bug and disclosing it responsibly. Users will be notified about the security release via email, but those who have Akismet and/or VaultPress installed have already been protected since the first reporting of the vulnerability.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 27 May 2016 01:05:10 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_e
 xplicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:13:\"\n  \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"Post Status: Growing a lifestyle business without losing the lifestyle\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";
 }}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"https://poststatus.com/?p=24644\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:50:\"https://poststatus.com/growing-lifestyle-business/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:8760:\"<p><em><strong>Editor&#8217;s Note</strong>: This is a guest post by Nate Wright. Nate is a WordPress developer and solopreneur. He runs <a href=\"http://themeofthecrop.com\">Theme of The Crop</a>, a niche WordPress theme company geared toward restaurant websites. You can learn more abou
 t Nate on his <a href=\"https://poststatus.com/profiles/nate-wright/\">Post Status profile</a> and follow him on <a href=\"https://twitter.com/natewr\">Twitter</a>.</em></p>\n<hr />\n<p>Here&#8217;s a scenario you&#8217;re probably familiar with: a friend or family member, not terribly tech-savvy, approaches you with an idea. Why don&#8217;t you build Facebook for clowns? What about Uber for sandwiches?</p>\n<p>Their ideas are often a little better than these. Sometimes they&#8217;re worse. But in my case the conversation always gets to the same point in the end.</p>\n<p>You can build stuff on the internet. Why aren&#8217;t you shooting for the stars? Don&#8217;t you want to be rich like Zuckerberg?</p>\n<p>Right now some of you may be thinking: yes I do! This post isn&#8217;t for you.</p>\n<p>This is for those of you who cringe at the thoug
 ht of your days filling up with hiring and training staff, conducting meetings, or filling out paperwork. Those of you who don&#8217;t want to live the big siloed life of a CEO. Who dove into the WordPress market because you wanted to build things yourself. For yourself.</p>\n<h3>The rockstars and the rest of us</h3>\n<p>It’s hard to find someone more widely admired among WordPress developers &#8212; and more deserving of that admiration &#8212; than <a href=\"https://pippinsplugins.com/about/\">Pippin Williamson</a>. So when he <a href=\"https://pippinsplugins.com/control-give-grow/\">described his evolution</a> from staunch go-it-aloner to team leader, many of us sat up and listened.</p>\n<p>The <a href=\"https://pippinsplugins.com/control-give-grow/#comments\">comments</a> in response to that post exhibit a common mix of anxiety, frustration and hope for us go-it-al
 oners, who have carved out small (and not so small) niches in the WordPress world.</p>\n<p>We’re overstretched and under resourced. We lack good marketing strategies. And we can see that growth will come from transforming our businesses into larger enterprises.</p>\n<p>But then we start thinking about what that means. The hiring. The firing. The training. The meetings. The paperwork. <i>The liability</i>.</p>\n<p>&#8216;I don’t want to be the next Zuckerberg,&#8217; you may think. Then, hopefully, you’ll laugh at the absurdity. But really, you may think, &#8216;I don’t even want to be the next <a href=\"http://carlhancock.com/\">Carl Hancock</a> or <a href=\"https://yoast.com/author/joost/\">Joost de Valk</a>.&#8217;</p>\n<p>Let me be honest with you. I’ll stop putting words in your mouth and put them in mine.</p>\n<p>I have a lifestyle busine
 ss. No, I don’t sell lifestyle products. I have a business <em>tailored to my lifestyle</em>.</p>\n<p>I have a business that allows to me to take lunch when I want, finish the day when I want, go on holiday when I want, write the code that I want. That’s my job perk. That’s my killer bonus. No, that’s my Shangri-La.</p>\n<p>When people tell you to hire early or scale quickly, they’re right that giving up control can be liberating. But it can also be encumbering. It brings new responsibilities at the same time that it releases you from old ones.</p>\n<p>Whether or not growing your team is right for you will depend on your temperament, your appetite and the kind of lifestyle you want.</p>\n<h3>Being a little fish in a big pond</h3>\n<p>But let’s be honest. You took a chance on the WordPress market because you saw a window of opportunity. That window may be closing.</p>\n<p>In the last few y
 ears we’ve seen a lot of consolidation. The theme market exploded, <a href=\"http://inside.envato.com/envato-stories-muhammad-haris-themefusion-2/\">made millions for a few</a>, and then caused a gold rush which <a href=\"http://scottbolinger.com/wordpress-theme-business/\">saturated the market and pushed out small operators</a>.</p>\n<p>At the same time, two big traditional distribution channels dried up: the official <a href=\"https://wordpress.org/themes/\">WordPress.org theme repository</a>, which has a huge backlog of themes awaiting approval, and <a href=\"https://theme.wordpress.com/\">Automattic’s marketplace</a>, which is closed to new entrants.</p>\n<p>We’re also seeing more traditional investment in WordPress properties. The big one is the <a href=\"http://recode.net/2014/05/05/wordpress-parent-automattic-has-raised-160-million-now-valued-at-1-16-b
 illion-post-money/\">$160 million raised by Automattic</a> and Automattic&#8217;s subsequent <a href=\"https://poststatus.com/automattic-acquired-woocommerce-woothemes/\">acquisition of WooThemes</a>. Many actors are moving more aggressively to leverage or retain their market position. Syed Balkhi is on a buying and building spree (<a href=\"http://enviragallery.com/about-us/\">1</a>, <a href=\"http://optinmonster.com/about/\">2</a>, <a href=\"https://wpforms.com/say-hello-to-wpforms/\">3</a>, <a href=\"http://wptavern.com/syed-balkhi-acquires-google-analytics-by-yoast-renames-to-monsterinsights\">4</a>). Ninja Forms did a <a href=\"https://ninjaforms.com/releasing-three/\">ground-up rebuild</a>. Pippin’s shedding non-essential products (<a href=\"https://pippinsplugins.com/easy-content-types-acquired/\">1</a&gt
 ;, <a href=\"https://pippinsplugins.com/nikhil-vimal-adopts-front-end-registration-and-login-forms-plugin/\">2</a>) and <a href=\"https://pippinsplugins.com/selfish/\">purging some third-party addons</a>.</p>\n<p>The ecosystem looks increasingly unfriendly to us go-it-aloners. Automattic was the first to go big. Given exclusive commercial access to the WordPress trademark, it carved out its own space and split WordPress down the middle. Now the other half &#8212; the WordPress for the rest of us &#8212; is going big too.</p>\n<p>The nice thing about being a small operator is that you only need a tiny sliver of the pie. But as the size of the market has grown, it’s become more difficult to attract attention. Showing up with a good product isn’t enough.</p>\n<h3>Going it alone, together</h3>\n<p>My lifestyle business is working well for me. Revenue keeps inching up. Slowly.</p&gt
 ;\n<p>But it might not make it in a different kind of WordPress space. I’ve been thinking a lot about that lately. And I bet you have too.</p>\n<p>Where’s the market going? What am I willing to trade to survive? Which headaches are <a href=\"http://www.codeinwp.com/blog/transparency-report-14/\">worth changing direction for</a> and which headaches aren’t?</p>\n<p>Here are some of the ideas I’ve been tossing around:</p>\n<h3>Contractors</h3>\n<p>Hiring out. I could scale up or down easily, depending on how well it goes. But it’s tough to manage quality when juggling vendors.</p>\n<p>And what would I contract? I’d like to shed my bumbling efforts in marketing and traffic generation. But that seems like precisely the kind of job full of jackals who don’t know what they’re doing.</p>\n<p>Ok, that’s harsh. I’ll just say: I worry it’d be a headache to manage it well.&
 lt;/p>\n<p>Theme development seems the most plausible, since there’s a large body of talented, hungry themers washing up from the stormy seas of ThemeForest. But it may be the least valuable since the market is being swallowed up by a few big themes.</p>\n<h3>Commissions</h3>\n<p>Affiliate marketing is already working for me. A little. I could go further and recruit theme or plugin developers to sell from my site on commission.</p>\n<p>Then I’m saddled with support for products I didn’t build. Can I maintain quality? Can I drive enough traffic to be an attractive outlet for them? Will I end up with all of the headaches I wanted to avoid?</p>\n<h3>Partnerships</h3>\n<p>Maybe I’ll trade in my king-of-the-hill cap and bring on partners. Not employees. Genuine partners with overlapping skill sets. Instead of being a go-it-aloner we can be two or three go-it-aloners going it alone together!</p>\n<p>O
 r maybe that’s just a terrible way to run a business.</p>\n<h3>Alliances</h3>\n<p>There are a lot of us out there. Independent themers looking to expand beyond ThemeForest or give up on the old freemium approach of the official repository. Plugin developers looking for a new home or seeking out themes that will integrate with their plugins.</p>\n<p>We could probably do something special if we made stronger alliances. Combined to build to stronger platforms for our products.</p>\n<p>But that sounds like a lot of project management. Isn’t that what we were hoping to avoid?</p>\n<p>I don’t know. I’m going to go write some code.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 26 May 2016 18:10:07 +0000\&qu
 ot;;s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Nate Wright\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:13:\"\n    \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:46:\"WP Mobile Apps: WordPress for iOS: Version 6.2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\&qu
 ot;xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://apps.wordpress.com/?p=3416\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"https://apps.wordpress.com/2016/05/25/wordpress-for-ios-version-6-2/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3021:\"<p>Hi there, WordPress users! <a href=\"https://itunes.apple.com/us/app/wordpress/id335703880?mt=8&uo=6&at=&ct=\">Version 6.2 of the WordPress for iOS app</a> is now available in the App Store.&l
 t;/p>\n<h1>What&#8217;s New:</h1>\n<p><strong>Sharing just got easier!</strong> Post content from apps to your WordPress.com site with a new Share extension. Also, share a post right from your editor’s preview screen.</p>\n\n<a href=\"https://apps.wordpress.com/img_2229_2/\"><img width=\"169\" height=\"300\" src=\"https://apps.files.wordpress.com/2016/05/img_2229_2.png?w=169&h=300\" class=\"attachment-medium size-medium\" alt=\"IMG_2229_2\" /></a>\n<a href=\"https://apps.wordpress.com/img_2230/\"><img width=\"169\" height=\"300\" src=\"https://apps.files.wordpress.com/2016/05/img_2230.png?w=169&h=300\" class=\"attachment-medium size-medium\" alt=\"IMG_2230\" /></a>\n\n<p><strong>Improved clipboard support: </strong>Working with images? You can now copy and pa
 ste single images in your editor.</p>\n<p><strong>Login with ease:</strong> We improved error messages for self-hosted users.</p>\n<p><strong>Enhancements:</strong> Because &#8220;good&#8221; is not enough! Here&#8217;s the full <a href=\"https://github.com/wordpress-mobile/WordPress-iOS/issues?q=is%3Aclosed+is%3Aissue+milestone%3A6.2+label%3A%22%5BType%5D+Enhancement%22\">list of enhancements</a>.</p>\n<p><strong>Bugs, be gone!</strong> We zapped bugs that prevented images from rendering properly and caused backspaces to misbehave.  You can see the full list of bug fixes <a href=\"https://github.com/wordpress-mobile/WordPress-iOS/issues?q=is%3Aclosed+is%3Aissue+milestone%3A6.1+label%3A%22%5BType%5D+Bug%22\">here</a>!</p>\n<h1>Thank You</h1>\n<p>Thanks to all of the contributors who worked on this release:<br />\n<a hr
 ef=\"https://github.com/aerych\">@aerych</a>, <a href=\"https://github.com/akirk\">@akirk</a>, <a href=\"https://github.com/alexcurylo\">@alexcurylo</a>, <a href=\"https://github.com/astralbodies\">@astralbodies</a>, <a href=\"https://github.com/diegoreymendez\">@diegoreymendez</a>, <a href=\"https://github.com/frosty\">@frosty</a>, <a href=\"https://github.com/jleandroperez\">@jleandroperez</a>, <a href=\"https://github.com/koke\">@koke</a>, <a href=\"https://github.com/kurzee\">@kurzee</a>, <a href=\"https://github.com/kwonye\">@kwonye</a>, <a href=\"https://github.com/maxme\">@maxme</a>, <a href=\"https://github.com/nheagy\">@nheagy</a>, <a href=\"https://github.com/rachelmcr\">@rachelmcr</a>, <a hr
 ef=\"https://github.com/sendhil\">@sendhil</a>, <a href=\"https://github.com/mattmiklic\">@mattmiklic</a> and <a href=\"https://github.com/SergioEstevao\">@SergioEstevao</a>.</p>\n<p>You can track the development progress for the next update by visiting <a href=\"https://github.com/wordpress-mobile/WordPress-iOS/issues?utf8=✓&q=is%3Aissue+milestone%3A6.3+\" target=\"_blank\">our 6.3 milestone on GitHub</a>. Until next time!</p><img alt=\"\" border=\"0\" src=\"https://pixel.wp.com/b.gif?host=apps.wordpress.com&blog=108068616&post=3416&subd=apps&ref=&feed=1\" width=\"1\" height=\"1\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0
 ;a:5:{s:4:\"data\";s:31:\"Wed, 25 May 2016 06:05:48 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"diegoreymendez\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:13:\"\n     \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"WPTavern: In Case You Missed It – Issue 9\";s:7:\"
 attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"http://wptavern.com?p=55015&preview_id=55015\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"http://wptavern.com/in-case-you-missed-it-issue-9\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:8011:\"<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/01/ICYMIFeaturedImage.png\" rel=\"attachment wp-att-50955\"><img class=\&qu
 ot;size-full wp-image-50955\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/01/ICYMIFeaturedImage.png?resize=676%2C292\" alt=\"In Case You Missed It Featured Image\" /></a>photo credit: <a href=\"http://www.flickr.com/photos/112901923@N07/16153818039\">Night Moves</a> &#8211; <a href=\"https://creativecommons.org/licenses/by-nc/2.0/\">(license)</a>\n<p>There’s a lot of great WordPress content published in the community but not all of it is featured on the Tavern. This post is an assortment of items related to WordPress that caught my eye but didn’t make it into a full post.</p>\n<h2>Chris Lema Launches Beyond Good</h2>\n<p>Chris Lema has launched a new site called <a href=\"http://beyondgood.com/\">Beyond Good </a>that provides insight, tips, and methodologies for leading employees to become better than good. If it&#8217;s anythi
 ng like his other sites, it&#8217;s sure to be a hit in the WordPress community.</p>\n<h2>Remote Jobs, a Remote Worker Specific Jobs Board</h2>\n<p>Chris Wallace and the team at Lift have launched <a href=\"https://remotejobs.com/\">Remote Jobs</a>, a jobs board specifically catered to remote workers. According to Wallace, &#8220;The site exists to help others find remote jobs that connect them with their passions in life.&#8221; Check out the site as there&#8217;s already a decent listing of opportunities available for remote workers.</p>\n<h2>Why .Blog is Worth $19M</h2>\n<p>Matt Mullenweg participated in a <a href=\"http://venturebeat.com/2016/05/12/the-creator-of-wordpress-on-why-blog-was-worth-19-million/\">phone interview with VentureBeat</a>. The first question in the interview asks why the .blog domain is worth $19M.</p>\n<blockquote><p>Well, the doma
 in business is actually a really good business because you can sell a domain and people use it and keep it forever. So, if you look at like a Verisign, or people who have TLDs, it’s actually an incredible business.</p>\n<p>We really wanted .blog to be open, and some of the other applications for .blog were closed, including Google — so, let’s say for example, only Blogger could have a .blog domain. And we thought that .blog should be open to everyone, even if they’re not using WordPress.</p>\n<p>I gotta be honest though, it was a stressful auction.</p></blockquote>\n<p>There are other tidbits of information included in the interview that I highly encourage you to read. If I were Google, I&#8217;d be upset as .blog is the perfect complimentary domain for Blogger.</p>\n<h2>Drupal Association Gives Community Member a Lifetime Ban</h2>\n<p>DrupalCon New Orleans took place last week and during the event, severa
 l speakers <a href=\"https://www.drupal.org/node/2729687\">experienced online harassment</a> in the form of derogatory racist, homophobic, and misogynistic comments and images from an anonymous Twitter account. Upon further investigation by community members and the Drupal Association technical and event staff, the harassment was tracked to an attendee at the event.</p>\n<blockquote><p>This person was then confronted by members of the Drupal Association staff and the Community Working Group. They were asked to leave the event and informed that they have been banned from attending any future DrupalCons as well as any events produced by the Drupal Association, in accordance with the <a href=\"https://events.drupal.org/neworleans2016/code-conduct\" rel=\"nofollow\">DrupalCon Code of Conduct</a>, which states, &#8216;We do not tolerate harassment of conference participants in any form.&#8217; Shortly after t
 he person left the conference, the account from which the harassing tweets were made was deleted.</p></blockquote>\n<p>This is an excellent example of why Codes of Conduct exist for events. By the way, check out the <a href=\"https://plan.wordcamp.org/code-of-conduct/\">Code of Conduct</a> that&#8217;s in place for every WordCamp. If you experience harassment of any kind at a WordCamp, please tell event staff.</p>\n<h2>Plans Published to Upgrade WordPress Support Forums</h2>\n<p>Jennifer Dodd published a <a href=\"https://make.wordpress.org/meta/2016/05/19/wordpress-org-forums-upgrade/\">detailed plan</a> for migrating the WordPress.org support forums from bbPress 1.x to 2.x. The project is a huge undertaking and involves moving massive amounts of data. If all goes according to plan, the support forums will be on bbPress 2.x by the end of the year. I&#8217;m sure a lot of support forum volu
 nteers are stoked to hear this news.</p>\n<h2>What NOT to Name a WordPress Theme</h2>\n<p>This tweet by Ryan Sullivan gave me a good laugh.</p>\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">I\'d strongly consider rebranding. <a href=\"https://t.co/9MeevJTlPq\">pic.twitter.com/9MeevJTlPq</a></p>\n<p>&mdash; Ryan D. Sullivan (@ryandonsullivan) <a href=\"https://twitter.com/ryandonsullivan/status/733120690816065536\">May 19, 2016</a></p></blockquote>\n<p></p>\n<h2>Tom McFarlin on Improving the WordPress Plugin UX</h2>\n<p>Tom McFarlin published a <a href=\"https://tommcfarlin.com/wordpress-plugin-user-experience-2/\">great article</a> that offers ideas on how plugin developers can improve the WordPress plugin user experience. His first suggestion is a key reason I think Gravi
 tyForms became successful.</p>\n<blockquote><p>Try to make sure that your project tightly integrates with the core WordPress user interface.</p></blockquote>\n<p>When I witnessed GravityForms for the first time in 2009, I loved how it integrated into the WordPress backend as if it were a part of the core software. Fast forward to 2016 and plugins that tie into a service are experimenting with overlay interfaces that replace WordPress&#8217;. The most recent example I recall is WP Forms <a href=\"http://wptavern.com/wpforms-aims-to-be-the-most-beginner-friendly-forms-plugin-for-wordpress\">that I reviewed</a> earlier this year.</p>\n<p>In my review, I specifically noted that the interface the developers used allowed me to focus on creating forms. It doesn&#8217;t seem like it&#8217;s a WordPress core feature and it didn&#8217;t have too. While the advice McFarlin gives is likely accurate for most ca
 ses, there are plugins that benefit from having a unique user interface different from WordPress&#8217;.</p>\n<h2>Don&#8217;t Edit Core</h2>\n<p>This comic <a href=\"http://www.commitstrip.com/en/2016/05/17/coder-dilemma-9-the-upgrade/\">created by CommitStrip</a> made me smile.</p>\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">Coder Dilemma #9 &#8211; The Upgrade<br /> <a href=\"https://t.co/2Tu2l1tgYX\">https://t.co/2Tu2l1tgYX</a> <a href=\"https://t.co/xnMr2VdYWv\">pic.twitter.com/xnMr2VdYWv</a></p>\n<p>&mdash; CommitStrip (@CommitStrip) <a href=\"https://twitter.com/CommitStrip/status/732505464768843776\">May 17, 2016</a></p></blockquote>\n<p></p>\n<h2>Wapuu Tattoo!</h2>\n<p>In what is a traditional part of this series, I end eac
 h issue by featuring a Wapuu design. For those who don&#8217;t know, Wapuu is the <a href=\"http://wapuu.jp/2015/12/12/wapuu-origins/\">unofficial mascot</a> of the WordPress project. WordCamp St. Louis 2016, took place last weekend and one of the attendees had a Wapuu tattoo! Wapuu looks good everywhere, including human skin!</p>\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">Wapuu has been sighted at <a href=\"https://twitter.com/hashtag/wcstl?src=hash\">#wcstl</a> <a href=\"https://twitter.com/hashtag/wordpress?src=hash\">#wordpress</a> <a href=\"https://twitter.com/hashtag/wapuu?src=hash\">#wapuu</a> <a href=\"https://t.co/4HYlp6GI0S\">pic.twitter.com/4HYlp6GI0S</a></p>\n<p>&mdash; Nile Flores (@blondishnet) <a href=\"https://twitter.com/blondishnet/status/731504592668758017\&quo
 t;>May 14, 2016</a></p></blockquote>\n<p></p>\n<p>That&#8217;s it for issue nine. If you recently discovered a cool resource or post related to WordPress, please share it with us in the comments.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 20 May 2016 22:30:11 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\"
 ;s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:13:\"\n    \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:83:\"WPTavern: WordPress Meta Team Publishes Prototypes of The Plugin Directory Redesign\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=55006\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\&qu
 ot;link\";a:1:{i:0;a:5:{s:4:\"data\";s:93:\"http://wptavern.com/wordpress-meta-team-publishes-prototypes-of-the-plugin-directory-redesign\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3713:\"<p>In early 2015, the WordPress.org Meta team <a href=\"http://wptavern.com/wordpress-plugin-directory-launches-new-design\">redesigned</a> the <a href=\"https://wordpress.org/plugins/\">WordPress plugin directory</a> and added a number of new features. In an effort to iterate on the page&#8217;s layout, the Meta Team has <a href=\"https://make.wordpress.org/meta/2016/05/19/plugin-directory-prototypes/\">published prototypes</a> of a new design for the <a href=\"http://codepen.io/mapk/full/jqxq
 bo/\">plugin directory&#8217;s home</a> and <a href=\"http://codepen.io/mapk/full/KzGQKv/\">search results pages</a>.</p>\n<p>The prototypes are inspired by <a href=\"https://get.wp.com/\">Get WordPress</a>, a landing page that provides key information about the WordPress project at a glance.</p>\n<p>There are a few things to keep in mind while looking at these prototypes. The first is that plugin information displayed on the page is inaccurate. Second, the Pro and Light classifications are for design purposes only. Third, links at the bottom will point to their corresponding pages.</p>\n<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/PluginDirectoryMockup1.png\"><img class=\"size-full wp-image-55007\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/PluginDirectoryMockup1.png?resize=1025%2C2753\" alt=\"WordPress Plu
 gin Directory Homepage Protoype\" /></a>WordPress Plugin Directory Homepage Protoype\n<p>Unlike the current design, the prototype displays far less information. Authors, Last Updated, Compatibility, and Active Installs are absent from the homepage view. Initial feedback <a href=\"https://make.wordpress.org/meta/2016/05/19/plugin-directory-prototypes/#comment-8151\">highlights the concern</a> that too much information has been stripped away.</p>\n<p>In response to a comment on the announcement post, Samuel Sidler, <span class=\"st\">Apollo Team Lead at Automattic and contributor to the Meta team</span>, <a href=\"https://make.wordpress.org/meta/2016/05/19/plugin-directory-prototypes/#comment-8154\">explains</a> why he doesn&#8217;t think the information is useful to users.</p>\n<blockquote><p>Author, as you said, is only really useful for insiders. The latter two, m
 eanwhile, are already taken into account in the search results. If a plugin doesn’t have a recent compatible version, it will move down the list. If it’s too old, it won’t get shown at all (which is the case today).</p>\n<p>Active installs is more interesting, but we account for it weighting search results as-is. I actually find it refreshing to <em>not</em> show the active installs as it allows for less-popular plugins to get more downloads. Users will be less likely to click the popular plugins (outside of familiar names) and more likely to find the plugin they actually need.</p></blockquote>\n<p>Another commenter suggests <a href=\"https://profiles.wordpress.org/awakensolutions/\">creating a simple/advanced view. </a>By default, the page could display a simplistic design while giving power users an option for more details.</p>\n<p>&#8220;Just like <a href=\"https://wordpress.org/about/ph
 ilosophy/\" rel=\"nofollow\">WordPress core</a>, we strive to design for the majority and build features for the 80%,&#8221; Sidler said in response to the comment. &#8220;An &#8216;advanced&#8217; view doesn’t meet that requirement, in my eyes.&#8221;</p>\n<p>The Meta team is iterating quickly and will soon publish a prototype of the plugin details page. If you have feedback on the plugin homepage and search result prototypes, please leave a comment on <a href=\"https://make.wordpress.org/meta/2016/05/19/plugin-directory-prototypes/\">the announcement post</a>.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 20 May 2016 20:19:32 +
 0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:13:\"\n  \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:94:\"WPTavern: WPWeekly Episode 235 – Interview with James Giroux Envato’s WordPress Evangelist\";s:7:\"attribs\";a:0
 :{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"http://wptavern.com?p=55000&preview_id=55000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:97:\"http://wptavern.com/wpweekly-episode-235-interview-with-james-giroux-envatos-wordpress-evangelist\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1298:\"<p>In this episode, <a href=\"http://marcuscouch.com/\">Marcus Couch</a> and I are joined by <a href=\&quot
 ;https://jamesgiroux.ca/\">James Giroux</a>, Envato&#8217;s WordPress evangelist. We discuss a number of topics including what he&#8217;s accomplished since taking over the position in January, the item support policy change, and author driven pricing.</p>\n<p>We also find out what his favorite part of the job is and what he enjoys most about his role at Envato. Last but not least, we discover what the company is doing to shorten the length of time it takes to get through the review queue.</p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Wednesday, June 1st 9:30 P.M. Eastern</p>\n<p><strong>Subscribe To WPWeekly Via Itunes: </strong><a href=\"https://itunes.apple.com/us/podcast/wordpress-weekly/id694849738\" target=\"_blank\">Click here to subscribe</a></p>\n<p><strong>Subscribe To WPWeekly Via RSS: </strong><a href=\
 "http://www.wptavern.com/feed/podcast\" target=\"_blank\">Click here to subscribe</a></p>\n<p><strong>Subscribe To WPWeekly Via Stitcher Radio: </strong><a href=\"http://www.stitcher.com/podcast/wordpress-weekly-podcast?refid=stpr\" target=\"_blank\">Click here to subscribe</a></p>\n<p><strong>Listen To Episode #235:</strong><br />\n</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 19 May 2016 19:18:56 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http:/
 /purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:10;a:6:{s:4:\"data\";s:13:\"\n       \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"WPTavern: BuddyPress Launches Style Modules Trial Initiative\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?
 p=54954\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"http://wptavern.com/buddypress-launches-style-modules-trial-initiative\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3960:\"<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/05/customize-posts.jpg\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/05/customize-posts.jpg?resize=1024%2C583\" alt=\"photo credit: Paintbrush - (license)\" class=\"size-full wp-image-54351\" /></a>photo credit: <a href=\"http://www.flickr.com/photos/93249705@N03/1
 3067171403\">Paintbrush</a> &#8211; <a href=\"https://creativecommons.org/licenses/by-nd/2.0/\">(license)</a>\n<p>BuddyPress core developer <a href=\"https://twitter.com/hnla\" target=\"_blank\">Hugo Ashmore</a> announced a new trial initiative this week that aims to create a library of CSS and JavaScript snippets to help users customize their communities. The <a href=\"https://bpdevel.wordpress.com/2016/05/11/buddypress-style-modules/\" target=\"_blank\">Style Modules</a> project will aggregate community-submitted code that enhances BuddyPress components in a plug-and-play manner.</p>\n<p>Developers who want to contribute to the project can submit their modules by creating a ticket on <a href=\"https://buddypress.trac.wordpress.org/newticket\" target=\"_blank\">BP trac</a> and attaching a zip file that includes the CSS/JS files, a
  readme.md, and a screenshot.</p>\n<p>Users who want to add a module will need to create a /style-modules/ directory and then unzip the module inside it. The next step requires the user to copy functions from the module&#8217;s readme file to their theme&#8217;s functions.php file, a step which provides a significant hurdle for a non-technical BuddyPress community manager.</p>\n<p>&#8220;Initially this is a trial to see whether we get sufficient interest in the concept to continue and develop further, perhaps enhancing the loading process with enqueueing of files based on directory scanning and loading of files as an array but run from the core theme compat class, removing the need for users to copy the loading functions to their functions file,&#8221; Ashmore said.</p>\n<p>The project&#8217;s GitHub repository includes <a href=\"https://github.com/buddypress/style-modules/wiki/Style-Modules-Listings\">an exampl
 e module</a> that re-styles the members list into a grid layout. Other example ideas Ashmore suggested include a new look for profile entries, a different presentation for the activity posting form, or something as simple as changing the font size for the activity stream.</p>\n<p>The experimental initiative will test the waters to see if the BuddyPress community will chip in to provide enough modules to make this a real library. The support policy stated in the proposal doesn&#8217;t offer much incentive for module authors to submit their work:</p>\n<blockquote><p>Provision of modules and use of them is entirely the discretion of the authors and users, while BP will run some basic checks on the module BP does not guarantee that the modules will work in all given situations or installs, or accept any liability in their use. Support for a module remains the responsibility of the author to ensure the continued effectiveness of the module with upd
 ates to themes, WP or BP.</p></blockquote>\n<p>Historically, BuddyPress has struggled to present itself as an easily customizable solution for communities. <a href=\"http://codex.buddypress.org/themes/theme-compatibility-1-7/a-quick-look-at-1-7-theme-compatibility/\" target=\"_blank\">Theme compatibility</a>, introduced in April 2013, made it easier to use BP with any theme, but unless you purchase a theme specifically designed for the plugin, its default output is rather generic and in need of heavy styling.</p>\n<p>The <a href=\"https://bpdevel.wordpress.com/2016/05/11/buddypress-style-modules/\" target=\"_blank\">BuddyPress Style Modules</a> concept is an attempt to make it easier for community managers to enhance BP components with different looks, but the project will need to provide a compelling reason for developers to contribute modules and continue to maintain them.</p>\n<
 div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 19 May 2016 02:34:32 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:11;a:6:{s:4:\"data\";s:13:\"\n    \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\&quo
 t;xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"WPTavern: The .blog Domain Extension Is Now Open to Registrars\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=54971\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"http://wptavern.com/the-blog-domain-extension-is-now-open-to-registrars\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"x
 ml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2083:\"<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/blogging.jpg\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/blogging.jpg?resize=960%2C521\" alt=\"photo credit: Luis Llerena\" class=\"size-full wp-image-54799\" /></a>photo credit: <a href=\"https://stocksnap.io/photo/3ZHG0XOIT6\">Luis Llerena</a>\n<p>Today marks a moment in internet history, as the very first .blog domain is now operational on WordPress.com. Knock Knock, WHOIS There, a subsidiary of Automattic, launched <a href=\"https://nic.blog/\" target=\"_blank\">Nic.blog</a> today to begin getting registrars to sign up to sell the new TLD.</p>\n<p>Automattic <a href=\"http://wptavern.com/automattic-to-oversee-the-sale-and-registration-o
 f-top-level-blog-domains\" target=\"_blank\">won the rights to oversee the sale and registration of the .blog domain</a> in 2015 via a bidding process that is estimated to have closed around $20 million. The domain extension is so new that Twitter doesn&#8217;t yet support it as a valid link, but Automattic expects to activate 250,000 new names in 2016.</p>\n<p>According to the new nic.blog information site, registrars that sign up to sell .blog domains will be able to participate in an incentive partnership model that rewards a higher volume of sales:</p>\n<blockquote><p>Pricing will be in the standard range for new gTLDs, with premium names available in several tiers. High margins for registrars will be guaranteed by an incentive model, rewarding sales above a certain baseline. Final terms will be published in the coming weeks.</p></blockquote>\n<p>Automattic is opening up the .blog TLD to registrars aroun
 d the world and companies can sign up on nic.blog to learn more about the requirements. Individuals who are interested in purchasing a .blog domain should review the tentative <a href=\"https://nic.blog/launch-plan/\" target=\"_blank\">launch plan</a> published today. Registration will be open to trademark owners during the Sunrise period starting in August 2016, followed by a Landrush period in October.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 18 May 2016 23:26:09 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/d
 c/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:12;a:6:{s:4:\"data\";s:13:\"\n  \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:87:\"WPTavern: After Eight Years, Thematic Theme’s Lead Developers Discontinue the Project\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http:
 //wptavern.com/?p=54967\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:93:\"http://wptavern.com/after-eight-years-thematic-themes-lead-developers-discontinue-the-project\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3812:\"<p>Gene Robinson, lead developer of the Thematic WordPress theme, has <a href=\"http://thematictheme.com/2016/05/15/thematic-retrospective/\">announced</a> that the project will no longer be developed. Thematic <a href=\"https://wordpress.org/themes/thematic/\">was last updated</a> in 2013 and is actively installed on more th
 an 4K sites. Users are advised to migrate to a different theme as updates will no longer be released. As WordPress core evolves, sites using Thematic may develop incompatibilities.</p>\n<h2>Continuing The Legacy with a Different Name</h2>\n<p>Although development on Thematic is discontinuing, Robinson has forked the project and renamed it to <a href=\"http://d.eciduo.us\">Deciduous. </a>The project picks up where Thematic leaves off. Those interested in continuing development can <a href=\"https://github.com/emhr/Deciduous\">follow it on GitHub</a> where pull requests are welcomed. Robinson is also seeking links to other projects that are derivative of Thematic.</p>\n<h2>Where to Get Support for Thematic</h2>\n<p>Users who need support are advised to post on the <a href=\"https://wordpress.org/support/theme/thematic\">WordPress.org support forums</a> for the Thematic the
 me, &#8220;The support forums on the Thematic website are shutting down due to the lack of community involvement, moderation, and developer feedback,&#8221; Robinson said. &#8220;Hopefully the greater WordPress support community will be able to help you find a resolution.&#8221;</p>\n<h2>A Look Back</h2>\n<p>The years 2008-2009 is an interesting time frame in WordPress&#8217; history. A number of commercial theme and plugin companies, WordPress-centric sites, and projects were launched. Among these was the <a href=\"https://web.archive.org/web/20080611165821/http://themeshaper.com/thematic-for-wordpress/\">Thematic theme</a> by Ian Stewart, theme Wrangler for Automattic. Thematic was more than just a theme, it was an opportunity for Stewart to learn how WordPress&#8217; theme system works.</p>\n<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/ThematicThemePreview.png\"><i
 mg class=\"size-full wp-image-54981\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/ThematicThemePreview.png?resize=951%2C740\" alt=\"Thematic Theme Preview from WordPress.org\" /></a>Preview of Thematic from WordPress.org\n<p>He regularly shared his knowledge with the community through <a href=\"https://themeshaper.com/\">ThemeShaper.com</a>, a site now owned by Automattic that features contributions from other members of the theme team. It was the wild west of theme development in 2008 and any person who regularly shared theme development techniques became an influential member of the community.</p>\n<p>Two years after launching Thematic, Stewart <a href=\"https://themeshaper.com/2010/03/04/ian-stewart-joined-automattic/\">joined Automattic</a> as a theme wrangler.</p>\n<blockquote><p>What can I say besides awesome, awesome, awesome? The enormous 
 opportunity for learning and improvement; all the super-talented, friendly people; the chance to work on so many really, really cool projects—it’s almost unbelievable. This is a dream job for me.</p></blockquote>\n<p>The hiring allowed him to make available all of his commercial child themes built on the Thematic framework available free of charge to the community.</p>\n<h2>Did You Learn From Thematic?</h2>\n<p>It&#8217;s bittersweet and slightly nostalgic to see the theme come to an end. When I launched the Tavern in 2009, I regularly linked to tutorials and articles published by Stewart. I&#8217;m almost certain Thematic and its creator helped out a number of budding theme developers between 2008-2011. Let us know in the comments if you used Thematic for any projects or what you learned from its code.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_ba
 se\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 18 May 2016 20:45:48 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:13;a:6:{s:4:\"data\";s:13:\"\n     \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\&q
 uot;\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"Post Status: WordPress as a Headless CMS — Draft podcast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"https://poststatus.com/?p=24518\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"https://poststatus.com/wordpress-headless-cms-draft-podcast/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2870:\"<p&g
 t;Welcome to the Post Status <a href=\"https://poststatus.com/category/draft\">Draft podcast</a>, which you can find <a href=\"https://itunes.apple.com/us/podcast/post-status-draft-wordpress/id976403008\">on iTunes</a>, <a href=\"https://play.google.com/music/m/Ih5egfxskgcec4qadr3f4zfpzzm?t=Post_Status__Draft_WordPress_Podcast\">Google Play</a>, <a href=\"http://www.stitcher.com/podcast/krogsgard/post-status-draft-wordpress-podcast\">Stitcher</a>, and <a href=\"http://simplecast.fm/podcasts/1061/rss\">via RSS</a> for your favorite podcatcher. Post Status Draft is hosted by Joe Hoyle &#8212; the CTO of Human Made &#8212; and Brian Krogsgard.</p>\n<p><span>Joe and Brian discuss WordPress as a Headless CMS. They talk about what a Headless CMS is, WordPress’s strengths and weaknesses as a Headless CMS, popular frameworks to utilize, and offer up ex
 ample websites to check out.</span></p>\n<p><a href=\"https://audio.simplecast.com/37861.mp3\">https://audio.simplecast.com/37861.mp3</a><br />\n<a href=\"http://audio.simplecast.com/37861.mp3\">Direct Download</a></p>\n<h3>Examples</h3>\n<ul>\n<li><a href=\"https://www.guggenheim.org/\">The Guggenheim</a></li>\n<li><a href=\"https://adayofrest.hm/boston-2016/\">A Day of Rest Boston</a></li>\n<li><a href=\"https://ustwo.com/\">ustwo</a></li>\n<li><a href=\"http://skaled.com/\">Skaled</a></li>\n<li><a href=\"http://tri.be/\">Modern Tribe</a></li>\n</ul>\n<h3>Links</h3>\n<ul>\n<li><a href=\"https://angularjs.org/\">Angular</a></li>\n<li><a href=\"https://fa
 cebook.github.io/react/\">React</a></li>\n<li><a href=\"http://blog.scalac.io/2016/02/16/react-vs-angular-2.html\">React vs Angular 2</a></li>\n<li><a href=\"https://getmoxied.net/lean/\">Lean, an Agular for WordPress framework</a></li>\n<li><a href=\"https://pantheon.io/decoupled-cms\">Decoupled CMS</a></li>\n<li><a href=\"https://css-tricks.com/what-is-a-headless-cms/\">What is a Headless CMS?</a></li>\n<li><a href=\"http://petya.in/we-need-to-talk-about-the-rest-api-the-non-developer-guide-to-the-future-of-wordpress/\">We Need to Talk about the REST API</a></li>\n<li><a href=\"https://make.wordpress.org/core/2016/05/16/rest-api-authentication-broker/\">Introducing the REST API Authentication Broker</a></li>\n<li><a href=\"https://hmn.md/2016/01/1
 4/introducing-our-wordpress-rest-api-white-paper/\">Human Made&#8217;s REST API White Paper</a></li>\n</ul>\n<h3>Sponsor</h3>\n<p><span>Today’s show is sponsored by </span><a href=\"http://optinmonster.com\"><span>OptinMonster</span></a><span>. OptinMonster allows you to convert visitors into subscribers. You can easily create &amp; A/B test beautiful lead capture forms without a developer. They recently released </span><a href=\"http://optinmonster.com/introducing-optinmonster-3-0-taking-your-conversion-optimization-to-the-next-level/\"><span>OptinMonster 3.0</span></a><span>, with an all new builder interface and other great features.</span></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7
 :\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 18 May 2016 17:47:56 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Katie Richards\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:14;a:6:{s:4:\"data\";s:13:\"\n     \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:87:\"WPTavern: Take Granular Contro
 l of WordPress’ Update System with Easy Updates Manager\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=54952\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:94:\"http://wptavern.com/take-granular-control-of-wordpress-update-system-with-easy-updates-manager\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3933:\"<p>When <a href=\"https://wordpress.org/news/2013/10/
 basie/\">WordPress 3.7 &#8220;Basie&#8221;</a> was released in 2013, it brought automatic updates to the masses. By default, WordPress automatically updates to point releases. Using <a href=\"https://codex.wordpress.org/Configuring_Automatic_Background_Updates\">additional constants</a> within wp-config.php, you can configure WordPress to automatically update themes, plugins, and major releases.</p>\n<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/EasyUpdateManagerFeaturedImage.png\"><img class=\"aligncenter size-full wp-image-54958\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/EasyUpdateManagerFeaturedImage.png?resize=650%2C207\" alt=\"Easy Update Manager Featured Image\" /></a></p>\n<p>If you want granular control over the WordPress update system without touching code, check out <a href=\"https://wordpress.or
 g/plugins/stops-core-theme-and-plugin-updates/\">Easy Updates Manager</a>. Easy Updates Manager is a free plugin that&#8217;s active on more than 70k sites. It&#8217;s maintained by <a href=\"https://profiles.wordpress.org/kidsguide/\">Matthew</a>, <a href=\"https://profiles.wordpress.org/ronalfy/\">Ronald Huereca</a>, <a href=\"https://profiles.wordpress.org/roary86/\">Roary Tubbs</a>, and <a href=\"https://profiles.wordpress.org/bigwing/\">BigWing Interactive</a>.</p>\n<h2>Countless Number of Configurations Available</h2>\n<p>Once activated, you&#8217;ll find the options page by browsing to Dashboard &gt; Update Options. There are two different interfaces for configuring updates. The first includes a number of toggle switches that disable/enable updates. The second is a traditional screen with radial buttons.</p>\n<a href=\"htt
 p://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/EasyUpdateManagerDashboard.png\"><img class=\"size-full wp-image-54959\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/EasyUpdateManagerDashboard.png?resize=1025%2C432\" alt=\"Easy Update Manager Dashboard\" /></a>Easy Updates Manager Dashboard\n<p>Traditional settings page for Easy Updates Manager.</p>\n<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/05/EasyUpdateManagerGeneralSettings.png\"><img class=\"size-full wp-image-54960\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/05/EasyUpdateManagerGeneralSettings.png?resize=566%2C480\" alt=\"Easy Update Manager General Settings\" /></a>Easy Updates Manager General Settings\n<p>One of the highlights of Easy Updates Manager is the ability to enable automatic updates for individual themes and plugins. It&#8217
 ;s a convenient way to update themes and plugins that rarely cause issues. There&#8217;s also a built-in logging feature that when enabled creates a new table in the database. It logs the username, update type, version, action, status, and date.</p>\n<p>Logging is listed as a beta feature and should be used at your own risk. It also may not work with all commercial themes and plugins. Here&#8217;s what the log looks like after I updated three plugins.</p>\n<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/EasyUpdateManagerLogs.png\"><img class=\"size-full wp-image-54961\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/EasyUpdateManagerLogs.png?resize=1025%2C350\" alt=\"Easy Update Management Log\" /></a>Easy Updates Management Log\n<p>Easy Updates Manager also includes the ability to exclude users from manipulating the plugin&#8217;s settings. The plugin con
 tains additional features that I encourage you to explore by using it on a test site.</p>\n<p>Thanks to the number of options available, users have a countless number of update configurations to choose from. I tested the plugin on WordPress 4.6 alpha and it works as expected. You can <a href=\"https://wordpress.org/plugins/stops-core-theme-and-plugin-updates/\">download it for free</a> from the WordPress plugin directory.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 18 May 2016 07:17:01 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\&qu
 ot;http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:15;a:6:{s:4:\"data\";s:13:\"\n      \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:91:\"WPTavern: WordPress 4.6 Improves the Accessibility of the Tag and Category Management Pages\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\
 ";s:28:\"http://wptavern.com/?p=54910\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:101:\"http://wptavern.com/wordpress-4-6-improves-the-accessibility-of-the-tag-and-category-management-pages\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2775:\"<p>Among the improvements coming in WordPress 4.6 are <a href=\"https://make.wordpress.org/core/2016/05/16/categories-and-tags-screens-changes/\">accessibility enhancements</a> to the Category and Tag management pages. The flow of each page has been changed so that the visual order of elements match the tab order. 
 This allows those who navigate with keyboards to access the Add New Tag or Add New Category area first.</p>\n<p>Andrea Fercia, WordPress core committer and a member of the accessibility team, explains why the changes matter, &#8220;For accessibility, the visual order should always match the tab order. The main functionality in a page should just be the first thing in the source markup and other parts of the user interface should never be &#8216;skipped&#8217;.&#8221;</p>\n<p>The following image shows the tab order of elements on the Tag management screen in WordPress 4.5. In order to reach the Add New Tag section, you need to tab through a number of checkboxes, each tag in the tag cloud, and various quick edit links. This is a time-consuming and frustrating process.</p>\n<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/05/WordPress45TagManagementPage.png\"><img class=\"size-full wp-image-54944\&quot
 ; src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/05/WordPress45TagManagementPage.png?resize=1025%2C806\" alt=\"WordPress 4.5 Tag Management Element Order\" /></a>WordPress 4.5 Tag Management Element Order\n<p>In WordPress 4.6, the Add New Tag section is the first visual element as well as the first section accessed when pressing the tab key.</p>\n<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/WordPress46TagManagementScreen.png\"><img class=\"size-full wp-image-54945\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/WordPress46TagManagementScreen.png?resize=1025%2C792\" alt=\"WordPress 4.6 Tag Management Screen\" /></a>WordPress 4.6 Tag Management Screen\n<p>The new flow is more logical and provides consistency between the tag and category management screens, &#8220;From an accessibility point of view, the content structure and o
 rganization will be easier to understand and navigate,&#8221; Fercia said.</p>\n<p>WordPress theme and plugin authors who have added custom functionality to these screens are advised to double-check their code against the bleeding edge version of WordPress 4.6. There&#8217;s also an <a href=\"https://core.trac.wordpress.org/ticket/35664\">in-depth ticket</a> where developers and users can see how the team reached a consensus to implement the changes. If you have any questions or concerns please leave a comment on the <a href=\"https://make.wordpress.org/core/2016/05/16/categories-and-tags-screens-changes/\">announcement post</a>.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\&quo
 t;data\";s:31:\"Tue, 17 May 2016 19:30:29 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:16;a:6:{s:4:\"data\";s:13:\"\n    \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"WPTavern: New Plugin Uses BuddyPress Email API to Send bbPress Forum Emails\&
 quot;;s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=54863\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:85:\"http://wptavern.com/new-plugin-uses-buddypress-email-api-to-send-bbpress-forum-emails\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3011:\"<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/09/buddypress-bbpress.jpg\"><img src=\&quot
 ;http://i2.wp.com/wptavern.com/wp-content/uploads/2014/09/buddypress-bbpress.jpg?resize=1025%2C493\" alt=\"buddypress-bbpress\" class=\"aligncenter size-full wp-image-30982\" /></a></p>\n<p><a href=\"http://wptavern.com/buddypress-2-5-0-released-features-customizable-emails-and-support-for-emoji\" target=\"_blank\">BuddyPress 2.5</a>, released in March, introduced customizable emails via a new <a href=\"http://wptavern.com/buddypress-2-5-will-add-customizable-emails-via-a-new-bp-email-api\" target=\"_blank\">BP Email API</a>. This new feature allows community managers to easily edit BuddyPress-generated emails in the admin and make design changes in the customizer.</p>\n<p>It didn&#8217;t take long for developers to think of bringing this same customizability to bbPress emails. <a href=\"https://profiles.wordpress.org/thebrandonallen/\" target=\&
 quot;_blank\">Brandon Allen</a> has just released <a href=\"https://wordpress.org/plugins/bp-emails-for-bbp/\" target=\"_blank\">BP Emails for BBP</a>, a plugin that sends forum and topic subscription emails using the new BP Email API.</p>\n<p>Once installed, administrators will find templates for new forum topics and topic replies under the same Emails menu item with the 16 customizable BuddyPress core emails.</p>\n<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/buddypress-bbpress-emails.png\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/buddypress-bbpress-emails.png?resize=1025%2C305\" alt=\"buddypress-bbpress-emails\" class=\"aligncenter size-full wp-image-54878\" /></a></p>\n<p>Allen noted that the plugin sends emails differently than bbPress, which puts every subscriber email in the BCC field and
  sends one email. Instead, it sends a separate email to each subscriber, which Allen said may improve deliverability given that some email providers look unfavorably on emails with large BCC fields.</p>\n<p>I tested the plugin and found that it works as advertised for customizing and sending bbPress emails. There are no settings to configure. It simply adds the same functionality that users now expect from BuddyPress core emails with all the same customization options.</p>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/05/bbpress-subscription-email.png\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/05/bbpress-subscription-email.png?resize=1025%2C500\" alt=\"bbpress-subscription-email\" class=\"aligncenter size-full wp-image-54929\" /></a></p>\n<p><a href=\"https://wordpress.org/plugins/bp-emails-for-bbp/\" target=\"_blank\">
 BP Emails for BBP</a> is available on WordPress.org. It does not work with bbPress alone but requires both bbPress 2.5+ and BuddyPress 2.5+ to be active. With the help of this plugin, a community manager can brand all the email communications generated by the site so that the design and wording is consistent across both plugins.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 17 May 2016 05:32:44 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"
 Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:17;a:6:{s:4:\"data\";s:13:\"\n \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"WPTavern: BuddyPress 2.6 to Introduce New API for Navigation\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=54803\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_
 explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"http://wptavern.com/buddypress-2-6-to-introduce-new-api-for-navigation\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2401:\"<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/09/buddypress-logo-blue.png\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/09/buddypress-logo-blue.png?resize=839%2C398\" alt=\"buddypress-logo-blue\" class=\"aligncenter size-full wp-image-30655\" /></a></p>\n<p>In an exceptionally well-documented <a href=\"https://buddypress.trac.wordpress.org/changeset/10745/\" target=\"_blank\">commit 
 message</a>, BuddyPress lead developer Boone Gorges introduced a new API to manage single item navigation, thanks to contributions from core developers Mathieu Viet and Raymond Hoh. Gorges summarized the changes to how BuddyPress will handle navigation in the upcoming 2.6 release:</p>\n<blockquote><p>The new BP_Core_Nav overhauls the way that BuddyPress registers, stores, and renders navigation items. Navigations are now component-specific, eliminating the potential for confusion and conflict between navigation items with similar names in different components, and opening the possibility of generating navs for separate objects of the same type on a single pageload.</p></blockquote>\n<p>The previous navigation system used bp_nav and bp_options_nav, global properties that managed nav and subnav across all of BuddyPress&#8217; components. Developers had a difficult time extending navigation and sometimes ended up stepping on each other&
 #8217;s toes when adding similar navigation items.</p>\n<p>&#8220;The new system eliminates most of these problems, by removing direct access to the underlying navigation data, while providing a full-fledged API for accessing and modifying that data,&#8221; Gorges said.</p>\n<p>Although the new API ensures backward compatibility with the legacy bp_nav and bp_options_nav, plugin developers whose extensions depend on these methods will want to update their code. With the exception of certain configurations running PHP 5.2.x, most plugins should work the same as before.</p>\n<p>However, Gorges&#8217; <a href=\"https://buddypress.trac.wordpress.org/changeset/10745/\" target=\"_blank\">commit message</a> details a handful of small ways that the new API may break backward compatibility in a few rare instances. BuddyPress plugin developers will want to review these ahead of the upcoming 2.6 release. Beta 1 is j
 ust one week away from release on May 25 and the official release is targeted for June 15.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 17 May 2016 05:06:43 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:18;a:6:{s:4:\"data\";s:13:\"\n  \n      \n      \
 n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"WPTavern: Wes Bos Launches Free React.js + Redux Online Course\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=54903\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"http://wptavern.com/wes-bos-launches-free-react-js-redux-online-course\";s:7:\"attribs\";
 a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3193:\"<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/react-redux-course.png\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/react-redux-course.png?resize=1025%2C465\" alt=\"react-redux-course\" class=\"aligncenter size-full wp-image-54916\" /></a></p>\n<p><a href=\"http://wesbos.com/\" target=\"_blank\">Wes Bos</a>, a developer and educator known for his high quality video tutorials, has just launched a free online course for building JavaScript apps with <a href=\"https://facebook.github.io/react/\" target=\"_blank\">React.js</a> and <a href=\"http://redux.js.org/\" target=\
 "_blank\">Redux</a>. The 2.5 hour <a href=\"https://learnredux.com/\" target=\"_blank\">Learn Redux</a> course includes 20 videos that guide developers through building an example &#8216;Reduxstagram&#8217; app to present the core ideas behind Redux.</p>\n<p>To get the most out of Learn Redux, students should have a decent foundation of React and ES6. Bos recommends those who are not comfortable with React to start with his <a href=\"https://reactforbeginners.com/\" target=\"_blank\">React for Beginners</a> course.</p>\n<p>After you sign up, you&#8217;ll receive an email with a link to the starter files and access to the videos. The example app uses Webpack to bundle ES6 modules into a single JavaScript file, so the course begins with a video on using NPM and Webpack to set up a local development environment. Learn Redux includes:</p>\n<ul>\n<li>Ac
 cess to all 20 videos</li>\n<li>All starter files</li>\n<li>Webpack Build Templates</li>\n<li>Stepped and finished solutions</li>\n</ul>\n<p>Bos spent more than 100 hours producing this series in partnership with <a href=\"https://getsentry.com/welcome/\" target=\"_blank\">Sentry</a> as a sponsor. Anyone who signs up receives a $50 Sentry credit.</p>\n<p>After Calypso was announced, Bos, who describes himself as &#8220;a huge WordPress fan,&#8221; wrote a <a href=\"http://wesbos.com/wordpress-calypso-react/\" target=\"_blank\">post</a> dispelling rumors that WordPress was ditching PHP and being rewritten in Node.js. He also urged WordPress developers to learn JavaScript.</p>\n<p>&#8220;This is thunder in the distance as to what is to come in WordPress,&#8221; Bos said. &#8220;Much of the theme writing I do is already in Jav
 aScript – I often use WordPress as just an API to get data out of, and then use frameworks like Angular, React, Google Maps or jQuery to display that data. I’m not building an entire website in a JavaScript framework, but much of the interactive view layer of these sites is moving into JavaScript frameworks.&#8221;</p>\n<p>If you want to be ready to dive into the next generation of WordPress site and application development with knowledge of one of the most popular JS frameworks, the free <a href=\"https://learnredux.com/\" target=\"_blank\">Learn Redux</a> course offers all the tools necessary for getting started with React.js, Redux, and React Router.</p>\n<p>&#8220;Our trusty PHP template files aren’t going anywhere anytime soon, but I’ll bet you dollars to donuts you’ll be writing a lot more JavaScript in your WordPress sites in the years to come,&#8221; Bos said.</p>\n<div id=\"epoch-wid
 th-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 16 May 2016 21:50:34 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:19;a:6:{s:4:\"data\";s:13:\"\n   \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\&qu
 ot;;b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:134:\"WPTavern: Daniel Bachhuber Discusses WP-CLI, the WP REST API, and the Challenges of Contributing to Open Source on Roots Radio Podcast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=54738\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:142:\"http://wptavern.com/daniel-bachhuber-discusses-wp-cli-the-wp-rest-api-and-the-challenges-of-contributing-to-open-source-on-roots-radio-podcast\";s:7:\&quo
 t;attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:7828:\"<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/05/daniel-bachhuber.jpg\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/05/daniel-bachhuber.jpg?resize=300%2C300\" alt=\"daniel-bachhuber\" class=\"alignright size-medium wp-image-54898\" /></a><a href=\"https://danielbachhuber.com/\" target=\"_blank\">Daniel Bachhuber</a>, maintainer of the <a href=\"http://wp-cli.org/\" target=\"_blank\">WP-CLI</a> project and a contributing developer to the <a href=\"http://v2.wp-api.org/\" target=\"_blank\">WP REST API</a>, joined Chris Carr and Austin Pray on a recent
  episode of the <a href=\"https://roots.io/podcast/ep13/\" target=\"_blank\">Roots Radio podcast</a>. Bachhuber discussed his recent experience crowdfunding his work on &#8220;<a href=\"https://wp-cli.org/restful/\" target=\"_blank\">A More RESTful WP-CLI</a>&#8221; as well as the challenges he&#8217;s encountered as a contributor to various open source projects over the years.</p>\n<p>In the first part of the episode, Bachhuber shared how he spent the 283 hours of time that the WordPress community funded to advance the WP-CLI and WP REST API projects. The funding gave him the opportunity to dedicate time split between the two projects. Bachhuber put in approximately 95 hours towards the REST API in January and February but the bulk of the hours went towards making WP-CLI more friendly for developers who work with the REST API.</p>\n<p>&#8220;WordPress developers are going to be p
 utting a lot of time now towards writing REST endpoints that expose their functionality to the world, and it would be really nice if WP-CLI interoperated nicely with that and allowed you to use that functionality at the command line without having to separately write your own WP-CLI commands,&#8221; Bachhuber said.</p>\n<p>He discussed the challenge of scoping out this broad goal and what he learned about crowdfunding during the process.</p>\n<p>&#8220;The RESTful WP-CLI kickstarter project was intentionally ambitious, because I&#8217;m a guy who has big ideas and likes to do big things,&#8221; Bachhuber said. &#8220;There are some things I feel really happy that I&#8217;ve been able to ship and produce so far, and there are other features that, for one reason or another, I haven&#8217;t quite been able to execute  yet and that&#8217;s a bit frustrating.</p>\n<p>&#8220;It&#8217;s a whole different ball game 
 trying to manage the expectations of your Kickstarter backers than it is a single client. I&#8217;ve got 107 clients that I have to make happy,&#8221; he said.</p>\n<p>Nevertheless, Bachhuber said he was able to get the issue backlog for WP-CLI down to less than 60 issues and the dedicated time has allowed him to resolve old issues that have &#8220;languished since the dawn of time.&#8221;</p>\n<p>As part of the rewards offered for contributors to the crowdfunding campaign, Bachhuber offered his time consulting with individuals and organizations, which he found to be easier than traditional physical swag rewards.</p>\n<p>&#8220;I&#8217;m really glad that I chose [consulting] over having to give out physical swag, because it&#8217;s very difficult to procure and ship to everyone, particularly when you have international backers,&#8221; he said. &#8220;Even though I&#8217;ve spent a lot of my time fulfilling t
 he rewards and talking with people and having calls with them and meeting up with them in person, it&#8217;s a much easier effort to manage than sending 100 coffee mugs across the world.&#8221;</p>\n<p>When asked if he&#8217;d do it again, Bachhuber said yes but emphasized that spending this much time on an open source project only works if you keep a healthy balance with other aspects of life.</p>\n<p>&#8220;I think it&#8217;s really important that if you&#8217;re contributing to open source projects on a regular basis or even maintaining them, that you balance your time between that and other things,&#8221; he said. &#8220;It&#8217;s really easy to get burned out on said open source project if you spend 100% of your time on it for a whole month or six months.</p>\n<p>&#8220;I was pretty intentional to say that the money I was raising was going to cover my involvement with the project for six months, a cert
 ain number of hours, and that it was going to be a part-time thing. That was a really healthy way to approach it. I think I would have gotten burned out if I had just tried to dive into it, crank it out, and move on to the next thing,&#8221; Bachhuber said.</p>\n<h3>The Emotional Challenges of Working on Open Source Projects</h3>\n<p>During the course of the interview Bachhuber was asked to share his feelings on what he referred to as &#8220;the kerfuffle with the REST API&#8221; that happened in February. The REST API team had written a merge proposal in September 2015 that recommended merging the API in two parts &#8211; the infrastructure in 4.4 and the posts, comments, terms, and users endpoints in 4.5 or 4.6. After partially executing on that proposal, the team held a status chat to discuss the plan moving forward.</p>\n<p>Bachhuber said that the discussion became &#8220;a very emotionally fraught event&#8221; after Ma
 tt Mullenweg said the project needed feature parity with the WordPress admin before any of the endpoints could be considered for merge. After putting hundreds of hours into the project alongside a handful of dedicated contributors who were already spread thin, he found this new requirement was a difficult pill to swallow.</p>\n<p>&#8220;For better or for worse, as a maintainer or even a participant of an open source project, you have to have a thick skin and realize that all the time the decisions that are made are not about you &#8211; they are about the project,&#8221; Bachhuber said. &#8220;Even if you are personally offended by the decision, it doesn&#8217;t matter because it isn&#8217;t about you. It&#8217;s really difficult to deal with emotionally.&#8221;</p>\n<p>Bachhuber&#8217;s years of contributing to and maintaing open source projects has taught him a few things about managing stress and conflict that <a href
 =\"https://2016.europe.wordcamp.org/session/my-condolences-youre-now-the-maintainer-of-a-popular-open-source-project/\" target=\"_blank\">he plans to share at WordCamp Europe</a> in a talk titled, &#8220;My condolences, You&#8217;re now the maintainer of a popular OS project.&#8221;</p>\n<p>&#8220;I find a lot of joy in maintaining open source projects,&#8221; Bachhuber said. &#8220;I also have to actively work to address the emotional side of the equation to make sure I&#8217;m in a healthy space to continue maintaining the project and the project is not affecting me personally. It&#8217;s taken me years to come to a point where I&#8217;m comfortable with that.&#8221;</p>\n<p>In the case of the WP REST API, Bachhuber has come to a place where he can compartmentalize his emotional reactions and responses to the differing opinions.</p>\n<p>&#8220;I&#8217;ve come to a point
  now where I care but I don&#8217;t care,&#8221; he said. &#8220;I care in the sense that I&#8217;d still love to see those endpoints go into core and see the fruits of our labors realized. I don&#8217;t care because I&#8217;m not emotionally attached to that happening on any particular time frame. I honestly would rather it happen when it&#8217;s ready to happen over prematurely, and I realize I might not be the best qualified person to make that decision.&#8221;</p>\n<p>In the remainder of the episode, Bachhuber and Carr discuss React, Redux, Karma, Enzyme, and other tools for testing and developing with the REST API. Check out the recording of the episode on <a href=\"https://roots.io/podcast/ep13/\" target=\"_blank\">Roots Radio</a> for more details about Bachhuber&#8217;s work on WP-CLI and his crowdfunding experience.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:
 7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 16 May 2016 06:03:31 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:20;a:6:{s:4:\"data\";s:13:\"\n      \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\&qu
 ot;\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:102:\"WPTavern: The WordPress.org Recommended Hosting Page is Revamped, Features Flywheel for the First Time\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=54822\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:111:\"http://wptavern.com/the-wordpress-org-recommended-hosting-page-is-revamped-features-flywheel-for-the-first-time\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";
 b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:8235:\"<p>DreamHost, Flywheel, and SiteGround have joined Bluehost on WordPress.org&#8217;s new <a href=\"https://wordpress.org/hosting/\">recommended hosting</a> page. In mid 2015, Matt Mullenweg, co-founder of the open source WordPress project, <a href=\"http://wptavern.com/the-recommended-hosting-page-on-wordpress-org-starts-over-from-scratch\">announced</a> the page would be revamped. To have a chance at being listed webhosting companies needed to fill out a 40-question survey.</p>\n<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/05/RecommendedHostsPage.png\"><img class=\"size-full wp-image-54844\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/05/RecommendedHostsPage.png?resize=790%2C642\" alt=\"2016 Recommended Hosts Page
 \" /></a>2016 Recommended Hosts Page\n<p>This is Flywheel&#8217;s first time on the page. <a href=\"https://getflywheel.com/\">Flywheel</a>, launched in 2013, is a managed WordPress hosting company with an emphasis towards designers and agencies. I asked Dusty Davidson, c<span class=\"team__role\">o-Founder and CEO of Flywheel</span>, what it means to be included on the page. &#8220;We&#8217;re obviously excited to be included, and think it really reflects on the work we&#8217;ve done to create a great experience for WordPress users,&#8221; he<span class=\"team__role\"> said. </span></p>\n<p>The recommended webhosting page on WordPress.org is incredibly lucrative. Based on conversations I&#8217;ve had with employees of hosts listed, it can generate millions of dollars in revenue. I asked Davidson what impact this will have on his company, &#8220;<span clas
 s=\"team__role\">I&#8217;m sure it will undoubtedly send a good deal of traffic, but honestly we&#8217;re just humbled and excited to be recognized,&#8221; he said. </span></p>\n<h2>A New Round of Controversy</h2>\n<p>Over the years, companies have come and gone from the recommended hosting page. However, Bluehost in particular has consistently appeared on the list, including the most recent iteration. Bluehost is owned by <a href=\"http://www.endurance.com/\">Endurance International Group</a> who <a href=\"http://www.prweb.com/releases/2014/05/prweb11874425.htm\">invested in Automattic</a> in 2014. Because Mullenweg is the CEO of Automattic and controls who is listed on the page, it&#8217;s easy to see why it regularly generates controversy.</p>\n<p>Kevin Ohashi of ReviewSignal.com, <a href=\"http://reviewsignal.com/blog/2016/05/12/wordpress-org-updates-hosting
 -recommendations-nobody-knows-selection-criteria/\">criticized the lack of transparency</a> regarding the process for how hosts.</p>\n<blockquote><p>Who is responsible for this revamp? What were the selection criteria? How often will it be updated? Will existing companies be continuously re-evaluated?</p></blockquote>\n<p>These are important questions to ask and there are no publicly documented answers. In a follow up post, <a href=\"http://reviewsignal.com/blog/2016/05/13/wordpress-org-hosting-recommendations-listing-criteria/\">Ohashi investigated</a> what criteria needs to be met for being listed on the page. The post contains a number of screenshots of his private conversation with <a href=\"https://profiles.wordpress.org/macmanx\">James Huff</a>, who has volunteered for the WordPress project for 12 years and has worked at Automattic for five years.</p>\n<p>Huff was directly
  related to the project and influenced who was chosen thanks to his involvement on the WordPress Support Team. Within the conversation, he shares details of the process and mentions that no money exchanged hands. Early in the conversation, Ohashi tells Huff that he wants to learn and publish how the process works. However, Huff had no idea that everything he said would be made public.</p>\n<p>&#8220;I was invited to what sounded like a friendly chat over direct message from a concerned community member, after he was referred to me by a friend,&#8221; Huff said. &#8220;At no point was it clarified or even implied that anything discussed would be made public.&#8221;</p>\n<p><del>Conversations held in a private matter should remain private unless given permission to publish them, something I discovered the hard way.</del> Unfortunately, the post comes across as a public interrogation of Huff. I asked Huff, who was shaken by the experi
 ence, how it has affected him moving forward as it relates to the WordPress project.</p>\n<p>&#8220;I&#8217;d be lying if I said my feelings weren&#8217;t at least shaken by the experience, especially considering how polite he was to my friend and how hostile he was towards me apparently just because I work for Automattic, but this isn&#8217;t the first time that has happened to me and I don&#8217;t expect it to be the last,&#8221; he said.</p>\n<p>&#8220;There&#8217;s an usually prevalent negative bias against Automatticians who contribute to WordPress.&#8221;</p>\n<h2>Mullenweg Provides Clarification</h2>\n<p>Mullenweg <a href=\"http://reviewsignal.com/blog/2016/05/13/wordpress-org-hosting-recommendations-listing-criteria/#comment-1011\">commented on the post</a> where he not only sticks up for Huff, but answers some of the controversial questions raised by Ohashi. Mullenweg e
 xplains how the applicants were chosen, how the criteria is weighted, who makes the final decisions, and how much money is involved. Here is his comment in full.</p>\n<blockquote><p>&#8216;I would like to see some transparency in the process&#8217;</p>\n<p>As stated on the page, the listing is completely arbitrary. The process was: There was a survey, four applicants were chosen, and the page was updated. That might repeat later in the year, or the process might change.</p>\n<p>&#8216;how criteria are weighted&#8217;</p>\n<p>There is no criteria or weighting. It ultimately is one person’s opinion. Information that is important is reflected in the questions asked in the survey, but that is not everything that is taken into account. (I have looked at this site in the past, for example.)</p>\n<p>&#8216;who is making the decisions&#8217;</p>\n<p>I am. James helped in sorting through t
 he many submissions that came in, doing additional research, and digging on finalists, but ultimately the decision was mine. You can and should blame me fully for any issues you have with it. I appreciate James’ help in this go-round, but he will not be involved at all with any future updates. (So, please leave him alone.)</p>\n<p>&#8216;how much money is involved&#8217;</p>\n<p>There was no money involved. Obviously being listed on the page is hugely valuable and impacts the listed (or unlisted) businesses a great deal. This is why I take full responsibility for the listing, now and in the future — I have been fortunate to be extraordinarily successful and no financial or business consideration any of the applicants could offer matters to me. A host could offer $100,000,000 to be listed on the page for 1 day, and I would say no.</p></blockquote>\n<p>It&#8217;s unfortunate that the information in Mullenweg&#8217;s comment
  is not published in an official post announcing the changes to the recommended hosting page. If an official post was published that included the same information in his comment, it&#8217;s possible it would have eliminated most of the confusion, uncertainty, and doubt surrounding it.</p>\n<h2>Should WordPress.org Have a Recommended Hosting Page?</h2>\n<p>Due to the investments EIG has made in Automattic, Mullenweg&#8217;s role at the company, and him making the final decisions, there will always be a potential conflict of interest despite taking full responsibility of the page and the processes associated with it.</p>\n<p>Should WordPress.org have a recommended hosting page? What if the page was replaced with information people could use to make informed decisions on choosing a host? It would eliminate potential conflicts of interest and if there was a host Mullenweg felt strongly about, he could label it as a partner of the project. This
  would make it clear that any financial connection with the company is a business relationship.</p>\n<p>Are you hosting with any of the companies listed on the recommended hosting page? If so, tell us about your experience in the comments.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 14 May 2016 16:39:29 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\
 "\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:21;a:6:{s:4:\"data\";s:13:\"\n      \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:88:\"WPTavern: WordPress Accessibility Team Seeks Testers Using Speech Recognition Technology\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=54829\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\&quot
 ;\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:98:\"http://wptavern.com/wordpress-accessibility-team-seeks-testers-using-speech-recognition-technology\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2791:\"<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/05/glasses.jpg\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/05/glasses.jpg?resize=1024%2C562\" alt=\"photo credit: Let\'s Read - (license)\" class=\"size-full wp-image-54851\" /></a>photo credit: <a href=\"http://www.flickr.com/photos/42788859@N00/320216939\">Let&#8217;s Read</a> &#8211; <a href=\"https://creativecommons.org/licenses/by-nc-sa/2.0/\">(license)</a&g
 t;\n<p>The World Health Organization estimates that <a href=\"http://www.who.int/mediacentre/factsheets/fs282/en/\" target=\"_blank\">285 million people</a> worldwide are living with some form of visual impairment and 39 million of those are estimated to be blind. Many people with low vision depend on speech recognition technology to navigate the web and communicate their thoughts. This type of software also assists people who have carpal tunnel, RSI (Repetitive Stress Injuries) and/or limited mobility in their hands and arms.</p>\n<p>Rian Rietveld and the Accessibility team are working to improve the experience of using WordPress with speech recognition software, such as <a href=\"http://www.nuance.com/dragon/index.htm\" target=\"_blank\">Dragon Naturally Speaking</a> (widely considered as one of the best for desktop use.) In particular, <a href=\"https://core.trac.wordpress.org/ticket/23562\&
 quot; target=\"_blank\">the task of adding media to a post has a number of obstacles</a> that make it nearly impossible for those using speech recognition software.</p>\n<p>Rietveld <a href=\"https://make.wordpress.org/accessibility/2016/05/13/20th-wordpress-accessibility-test-add-media-with-speech-recognition-software/\" target=\"_blank\">posted three tests</a> to the Accessibility team&#8217;s blog today, inviting those who use <a href=\"http://www.nuance.com/dragon/index.htm\" target=\"_blank\">Dragon Naturally Speaking</a> or other assistive technology to help the contributors determine the roadblocks that need to be removed for adding media. These tests include actions like adding media, editing attachment details, and creating a gallery.</p>\n<p>If you use WordPress with assistive technology for speech recognition, completing these tests and offering your feedback is 
 one way to get involved as a contributor. You don&#8217;t necessarily have to use Dragon Naturally Speaking, as there are many newer alternatives such as Windows Speech Recognition (Cortana) and Chrome&#8217;s speech recognition powered by Google Speech to Text. Testers can report their experiences, along with the assistive technology/browser/OS, in the comments on Rietveld&#8217;s <a href=\"https://make.wordpress.org/accessibility/2016/05/13/20th-wordpress-accessibility-test-add-media-with-speech-recognition-software/\" target=\"_blank\">post</a>.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 13 May 2016 22:40:35 +0000\";s:7:\"attribs\";a:0:{}s:8:\&
 quot;xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:22;a:6:{s:4:\"data\";s:13:\"\n   \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"WPTavern: Happytables Pivots to Provide Restaurant Analytics and Insights\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_
 explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=41046\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:83:\"http://wptavern.com/happytables-pivots-to-provide-restaurant-analytics-and-insights\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5302:\"<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/03/happy-tables.jpg\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/03/happy-tables.jpg?resize=1000%2C608\" alt=\"ha
 ppy-tables\" class=\"aligncenter size-full wp-image-54835\" /></a></p>\n<p><a href=\"http://www.happytables.com/\" target=\"_blank\">Happytables</a> is changing from being a platform that hosts restaurant websites to one that provides analytics and insights by tapping into apps that restaurants are already using to promote their businesses. The company uses WordPress as a command center for the application that communicates with various restaurant-tech APIs to deliver information to the dashboard in realtime.</p>\n<p>&#8220;We started with the website builder a while back,&#8221; Founder and CEO Noel Tock said. &#8220;It’s been a great ride, but we realized two things: 1) Website builders have become a race to the bottom with regards to revenue as well as extremely competitive, and 2) From our many conversations with restaurants, their challenges have become much larger; consolidating data 
 and insights from all the products they now use.&#8221;</p>\n<p>One of the Happytables beta restaurants in London uses 14 different applications to manage its sales, operations, and marketing, and Tock says this trend is only growing.</p>\n<p>&#8220;The centre of gravity is shifting from the Point of Sale to a very fragmented collection of siloed products (reservations, online ordering, staff scheduling/wages, loyalty, waitlist, social, etc.),&#8221; Tock said. &#8220;Becoming that 30,000 foot view whilst generating actionable insights across the portfolio of applications is the challenge we’ve taken on with the new Happytables.&#8221;</p>\n<p>The first installation of the new Happytables was set up for <a href=\"http://whyteandbrown.com/\" target=\"_blank\">Whyte &amp; Brown</a> in London where the team is focusing their beta testing. The application currently aggregates data from POS (Poi
 nt of Sale) and Social, but Tock says this will rapidly evolve to providing various insights from POS and Labor, such as revenue forecasting, employee performance, and breakfast/lunch/dinner performance.</p>\n<p>&#8220;It’s been very exciting working towards actionable insights, whereby we can tell a waiter that he/she was underselling a certain product or category compared to their colleagues, or that a particular employee performs a lot better on lunch then on dinner,&#8221; Tock said.</p>\n<p>Below you can see an example of Happytables&#8217; latest kitchen dashboard, using the team view as opposed to the individual employee recommendations/suggestions view.</p>\n<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/03/Happytables_kitchen_dashboard.png\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/03/Happytables_kitchen_dashboard.png?resize=1025%2C731\" alt=\"Happ
 ytables_kitchen_dashboard\" class=\"aligncenter size-full wp-image-54833\" /></a></p>\n<p>The new Happytables uses WordPress as a backend and the WP REST API and ReactJS on the frontend.  Although the development team still uses WordPress as one of its core technologies, the infrastructure is a bit more complicated.</p>\n<p>&#8220;It’s not pure WordPress for the data storage,&#8221; CTO Aaron Jorbin said. &#8220;In fact, very little of it is actually stored inside WordPress. It is used to store some information about the restaurant and manage requests to third parties where we fetch the data and then store it in DynamoDB.&#8221;</p>\n<p>The screenshots in this post show the WordPress theme in full screen mode, but Jorbin said the restaurant staff never interact with wp-admin. Restaurant operators use the app to view all the realtime information coming in so that they can make better decisions about how the
 y run their businesses.</p>\n<p>Happytables is still hosting its customers from its first iteration as a website builder, but Tock said most are not good candidates for the beta.</p>\n<p>&#8220;The infrastructure is quite different now as we’re capturing different types of data (previously web content, now largely transactional data),&#8221; he said. &#8220;Our customers on the website builder platform came from all walks of life, so there’s not many who fit the ideal beta candidate (using Micros/Aloha as POS, based in London, run a multiunit restaurant, etc.).</p>\n<p>&#8220;We&#8217;re just looking to see how we can fit this into the larger Happytables model downstream,&#8221; Tock said. &#8220;If we’re going to implement so many API’s, there’s also value in tying those back to the website.&#8221;</p>\n<p>Not many aspects of the new infrastructure have been open sourced yet, as the team has b
 een moving fast. Tock said they hope to make some of their code public further down the road after it&#8217;s been tested.</p>\n<p>&#8220;Once we’re past testing/beta, I’m sure a number of features will become more mature tools and move into their own public repo if they are of that sort of benefit,&#8221; he said. The new infrastructure is one of the many exciting ways that the WP REST API is being used to bring a host of information into WordPress from various third party applications and tie it all together in a useful way.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 13 May 2016 19:45:25 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\&quot
 ;;s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:23;a:6:{s:4:\"data\";s:13:\"\n \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:19:\"Matt: Mom on Tinder\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a
 :1:{i:0;a:5:{s:4:\"data\";s:22:\"https://ma.tt/?p=46572\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"https://ma.tt/2016/05/mom-on-tinder/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:227:\"<p>If you&#8217;re looking for a fun Friday read, <a href=\"http://www.gq.com/story/my-mom-ran-my-tinder\">check out this story of a young GQ writer who gave control of his Tinder account to his Mom</a>. It&#8217;s adorkable.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\&
 quot;;b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 13 May 2016 16:35:45 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:24;a:6:{s:4:\"data\";s:13:\"\n   \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data
 \";s:89:\"WPTavern: GitLab Courts Disgruntled GitHub Customers with Response to Recent Pricing Hike\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=54780\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:99:\"http://wptavern.com/gitlab-courts-disgruntled-github-customers-with-response-to-recent-pricing-hike\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5016:\"<p>&
 lt;a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/01/gitlab.png\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/01/gitlab.png?resize=1025%2C371\" alt=\"gitlab\" class=\"aligncenter size-full wp-image-50741\" /></a></p>\n<p>Yesterday GitHub <a href=\"http://wptavern.com/github-introduces-unlimited-private-repositories-hikes-prices-for-organizations\" target=\"_blank\">announced</a> pricing changes that give all paid plans unlimited repositories and change plans to a pricing-per-user model. Individual developers are the most likely customers to benefit from the changes, but many organizations will see an exponential increase in pricing.</p>\n<p>GitLab, a competitor in the Git repository hosting space, immediately addressed disgruntled GitHub customers with a <a href=\"https://about.gitlab.com/2016/05/11/git-repository-pricing/\"
  target=\"_blank\">pricing comparison</a> on the company&#8217;s blog. Co-founder and CEO <a href=\"https://twitter.com/sytses\" target=\"_blank\">Sid Sijbrandij</a> noted that the three main players in this space, GitHub, Bitbucket, and GitLab, all offer unlimited private repositories but that it doesn&#8217;t cost companies more to host additional repositories for a given user.</p>\n<p>Sijbrandij attributes the change to the increase in the <a href=\"https://www.sequoiacap.com/article/build-us-microservices/\" target=\"_blank\">microservices model</a>, a development approach that breaks software down into smaller, related pieces that communicate with one another via APIs.</p>\n<p>&#8220;As more and more developers, teams, and organizations seek out the advantages of microservices, they’ll need more repositories to support this new code structure,&#8221; Sijb
 randij said. &#8220;Basically, the more microservices you have the more repositories you’ll need. That is why it is not surprising that GitHub has announced free private repositories.&#8221;</p>\n<p>Sijbrandij referenced several examples where GitHub&#8217;s pricing changes hit open source organizations hard, including <a href=\"https://github.com/edx/\" target=\"_blank\">Open edX</a>, a non-profit with a large number of contributors, which <a href=\"https://news.ycombinator.com/item?id=11674530\" target=\"_blank\">posted</a> the following on Hacker News:</p>\n<blockquote><p>I work for a non-profit open source organization that <a href=\"https://github.com/edx/\" target=\"_blank\">collaborates on github</a>. We have lots of people who aren&#8217;t employees, but have signed a contributor agreement with our organization and contribute changes
  to our software. Our bill will go up from $200/month to over $2000/month with this new pricing. We can afford it (it&#8217;s still a small fraction of our AWS bill) but it will force us to look at other alternatives. Github&#8217;s code review tools are already pretty mediocre compared to other tools like gerrit, and we&#8217;ve long since moved off of GitHub issue tracking due to lack of features compared to JIRA.</p></blockquote>\n<p>Sijbrandij emphasized that the team at GitLab believes “everyone can contribute,” a mission which drives GitLab.com&#8217;s pricing structure to offer unlimited private repositories, unlimited contributors, and unlimited CI runners for free. The on-premises solution, which includes enterprise features and support, is what keeps the lights on at the company. GitLab.com, the free, hosted version, runs the same enterprise edition software but is, by Sijbrandij&#8217;s own admission, still <a href=\"https
 ://gitlab.com/gitlab-com/operations/issues/42\" target=\"_blank\">struggling with sluggish performance</a>.</p>\n<p>Earlier this year when open source project maintainers <a href=\"http://wptavern.com/open-source-project-maintainers-confront-github-with-open-letter-on-issue-management\" target=\"_blank\">confronted GitHub with an open letter on issue management</a>, GitLab differentiated itself by <a href=\"http://wptavern.com/gitlab-courts-open-source-project-maintainers-with-response-to-dear-github-letter\" target=\"_blank\">responding</a> to the situation with a new initiative focused on “making GitLab the best place for big open source projects.”</p>\n<p>Nearly a month later, <a href=\"http://wptavern.com/github-responds-to-letter-from-open-source-project-maintainers\" target=\"_blank\">GitHub finally responded</a> with an apology to
  open source project maintainers and a promise to address their concerns with a steady string of changes.</p>\n<p>GitHub has not given any indication of reversing its recent decision to change its pricing structure. However, with competitors like GitLab putting on the heat, GitHub may be forced to make some changes to its paid plans. At the very least, it could inspire the company to address concerns about organizations having to pay for inactive users and perhaps spur GitHub to offer customers the ability to distinguish between collaborators on open source projects and users who simply need access to private repositories.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 13 May 2016 02:33:33 +0000\&
 quot;;s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:25;a:6:{s:4:\"data\";s:13:\"\n       \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:106:\"WPTavern: How Authors With Plugins in the Official Directory Can Use Tags to Get a Moderator’s Attention\";s:7:\"attribs\&q
 uot;;a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=54441\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:113:\"http://wptavern.com/how-authors-with-plugins-in-the-official-directory-can-use-tags-to-get-a-moderators-attention\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2627:\"<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/05/WordPressAdviceForNewUsers.png\"><img class=\&q
 uot;size-full wp-image-44085\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/05/WordPressAdviceForNewUsers.png?resize=612%2C237\" alt=\"WordPress Advice For New Users\" /></a>photo credit: <a href=\"http://www.flickr.com/photos/99329675@N02/11064947983\">What You Need To Know About Food Poisoning</a> &#8211; <a href=\"https://creativecommons.org/licenses/by-sa/2.0/\">(license)</a>\n<p>It&#8217;s almost inevitable that as a WordPress plugin gains popularity, it will receive a bad review. How plugin authors handle and respond to bad reviews is crucial, especially in a public forum. Mika Epstein, who helps review plugins before they&#8217;re added to the directory and is a dedicated support forum volunteer, <a href=\"https://make.wordpress.org/plugins/2016/05/03/handling-bad-reviews/\">gives advice </a>on how to handle and respond to bad reviews.</p>
 \n<p>Bad reviews are classified as those written as spam, trolling, emotional blackmail for support, and those that should have been a support post. Since the plugin review system is powered by bbPress, plugin authors can add tags to reviews in order to draw a moderator&#8217;s attention. The tags include:</p>\n<ul>\n<li><strong>Modlook</strong> &#8211; This tag notifies moderators that a particular thread needs their attention. If you think a review is spam, don&#8217;t respond to it. Instead, add the Modlook and Spam tags and let a moderator decide if the review should be deleted.</li>\n<li><strong>Sockpuppet</strong> &#8211; If you suspect a review is part of a spamming campaign where a group of people are marking a plugin as one or five stars, apply the sockpuppet and modlook tags to the review.</li>\n<li><strong>Wrongplugin</strong> &#8211; Add the wrongplugin tag to the revi
 ew if you believe it&#8217;s for a different plugin. The team can move the review to the appropriate place.</li>\n<li><strong>Pluginmod</strong> &#8211; Add this tag to a review if you need an administrator&#8217;s attention. This usually results in the team performing a full review of your plugin. If it&#8217;s determined that it breaks any of <a href=\"https://wordpress.org/plugins/about/guidelines/\">the guidelines</a>, it will be removed until they&#8217;re fixed.</li>\n</ul>\n<p>Developers who host plugins in the official directory should make note of these tags and use them when necessary. The tag system is generally unknown to the public but it&#8217;s a great way for moderators to keep on top of the forums and reviews.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml
 _base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 13 May 2016 01:06:02 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:26;a:6:{s:4:\"data\";s:13:\"\n \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1
 :{i:0;a:5:{s:4:\"data\";s:76:\"WPTavern: WPWeekly Episode 234 – All Things WordCamp with Andrea Middleton\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"http://wptavern.com?p=54807&preview_id=54807\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:82:\"http://wptavern.com/wpweekly-episode-234-all-things-wordcamp-with-andrea-middleton\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2896:\
 "<p>In this episode of WordPress Weekly, Marcus Couch and I are joined by <a href=\"https://thethingwiththestuff.wordpress.com/\">Andrea Middleton</a>, who works at Automattic as a Community Organizer for the WordPress open source project. We discuss a number of topics including, updates to the WordCamp Central website, the <a href=\"https://make.wordpress.org/community/2016/03/02/transitioning-to-wordpress-community-support/\">for-profit subsidiary</a>, and the experimental <a href=\"http://wptavern.com/wordpress-to-launch-experimental-wordcamp-incubator-program\">WordCamp incubator program</a>.</p>\n<p>At the conclusion of our interview with Middleton, Mendel Kurland, GoDaddy&#8217;s Evangelist, joined us to describe his experiences attending DrupalCons. DrupalCons are events similar to WordCamps but on a larger scale. He tells us what the similarities and differences are and the unique th
 ings they do that he&#8217;d like to see WordCamps adopt. We close out the show with Marcus&#8217; plugin picks of the week.</p>\n<h2>Stories Discussed:</h2>\n<p><a href=\"http://wptavern.com/wordpress-4-5-2-patches-two-security-vulnerabilities\">WordPress 4.5.2 Patches Two Security Vulnerabilities</a><br />\n<a href=\"http://wptavern.com/automattic-is-protecting-its-woo-woothemes-and-woocommerce-trademarks\">Automattic is Protecting its Woo, WooThemes, and WooCommerce Trademarks</a></p>\n<h2>Plugins Picked By Marcus:</h2>\n<p><a href=\"https://wordpress.org/plugins/disable-core-update-email/\">Disable WordPress Core Update Email</a> allows used to disable the default notification email sent by WordPress after an automatic core update is applied.</p>\n<p><a href=\"https://wordpress.org/plugins/downgrade/\">Downgrade </a>ena
 bles users to easily downgrade WordPress to an earlier version. It&#8217;s a handy diagnostics tool that helps determine if a new WordPress release is the cause of errors.</p>\n<p><a href=\"https://wordpress.org/plugins/woo-customer-insight\">Woo Customer Insight </a>provides greater insight into what visitors are doing on your sites. It allows you to see the pages your customers are visiting, where they&#8217;re clicking, the time spent on the different pages, and more.</p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Wednesday, May 18th 9:30 P.M. Eastern</p>\n<p><strong>Subscribe To WPWeekly Via Itunes: </strong><a href=\"https://itunes.apple.com/us/podcast/wordpress-weekly/id694849738\" target=\"_blank\">Click here to subscribe</a></p>\n<p><strong>Subscribe To WPWeekly Via RSS: </strong><a href=\"http:
 //www.wptavern.com/feed/podcast\" target=\"_blank\">Click here to subscribe</a></p>\n<p><strong>Subscribe To WPWeekly Via Stitcher Radio: </strong><a href=\"http://www.stitcher.com/podcast/wordpress-weekly-podcast?refid=stpr\" target=\"_blank\">Click here to subscribe</a></p>\n<p><strong>Listen To Episode #234:</strong><br />\n</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 12 May 2016 23:23:19 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/d
 c/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:27;a:6:{s:4:\"data\";s:13:\"\n  \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Matt: .Blog\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"https://ma.tt/?p=46554\";s:7:\"attribs\";a:0:{}s:8:\"xml_base
 \";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"https://ma.tt/2016/05/blog/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:858:\"<p>It&#8217;s now public that Automattic is the company behind Knock Knock Whois There LLC, the registry for the new .blog TLD. (And a great pun.) We wanted to stay stealth while in the bidding process and afterward in order not to draw too much attention, but nonetheless the cost of the .blog auction got up there (people are <a href=\"http://www.theregister.co.uk/2015/02/13/who_just_bought_dotblog_for_30m/\">estimating around $20M</a>). I&#8217;m excited we won and think that it wi
 ll be both an amazing business going forward and give lots of folks an opportunity to have a fantastic domain name in a new namespace and with an easy-to-say TLD. <a href=\"https://dotblog.wordpress.com/\">You can sign up to be first in line to reserve a domain here</a>. If you have a trademark you can get in August, and then October for the &#8220;land rush.&#8221;</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 12 May 2016 19:23:11 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"M
 att\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:28;a:6:{s:4:\"data\";s:13:\"\n   \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:84:\"WPTavern: Automattic to Oversee the Sale and Registration of Top-Level .Blog Domains\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=54788\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\&
 quot;xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:93:\"http://wptavern.com/automattic-to-oversee-the-sale-and-registration-of-top-level-blog-domains\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2974:\"<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/blogging.jpg\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/blogging.jpg?resize=960%2C521\" alt=\"photo credit: Luis Llerena\" class=\"size-full wp-image-54799\" /></a>photo credit: <a href=\"https://stocksnap.io/photo/3ZHG0XOIT6\">Luis Llerena</a>\n<p>Automattic <a href=\"https://en.blog.wordpress.com/2016/
 05/12/coming-soon-new-blog-domains-for-websites/\" target=\"_blank\">announced</a> today that it will begin offering top-level .blog domain registration starting in August 2016. The .blog domain extension will be available to both WordPress and non-WordPress sites.</p>\n<p>According to <a href=\"https://twitter.com/markarms\" target=\"_blank\">Mark Armstrong</a>, an Automattic subsidiary is exclusively managing the registration of .blog domains and will be offering it for purchase through WordPress.com and other domain registrars.</p>\n<p>&#8220;Automattic subsidiary Knock Knock Whois There LLC, in partnership with the domain company Primer Nivel, won the rights to the .blog domain in 2015 through an auction process overseen by the Internet Corporation for Assigned Names and Numbers (ICANN), the non profit organization that oversees namespaces of the internet,&#8221; Armstrong said.</p>\n&l
 t;p>In an <a href=\"https://ma.tt/2016/05/blog/\" target=\"_blank\">announcement</a> on his blog, Automattic CEO Matt Mullenweg said they used the Knock Knock Whois There LLC company name to &#8220;stay stealth while in the bidding process,&#8221; which closed around $19 million.</p>\n<p>Although WordPress.com is currently providing the registration information site at <a href=\"https://dotblog.wordpress.com/\" target=\"_blank\">dotblog.wordpress.com</a>, Armstrong said that the company is using <a href=\"http://www.nominet.uk/\" target=\"_blank\">Nominet</a> (the backend registry provider for .UK) to provide the technical infrastructure for managing the domain extension.</p>\n<p>Registration for .blog domains will be offered in a phased approach during the second half of 2016, according to the following estimated timeframe:</p>\n<ul>\n<li
 ><strong>Sunrise (August):</strong> Trademark owners will be able to register .blog domains associated with their brands</li>\n<li><strong>Landrush (October):</strong> Before .blog becomes available to the public, domains may be registered during the landrush period on an application basis.</li>\n<li><strong>General Availability (November):</strong> Automattic plans to begin offering .blog domains to the general public before the end of the year.</li>\n</ul>\n<p>With the exclusive rights to manage the sale of millions of .blog domains, Automattic has the opportunity to promote WordPress.com as a potential host for new registrants. The company hasn&#8217;t finalized the price but Armstrong said it will be &#8220;in the standard range for new top-level domains with some premium pricing for higher-value names.&#8221;</p>\n<div id=\"epoch-width-sniffer\"></div>\"
 ;s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 12 May 2016 18:19:44 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:29;a:6:{s:4:\"data\";s:13:\"\n   \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\
 "\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:78:\"WPTavern: Critical Vulnerabilities Found in PhpStorm, Immediate Update Advised\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=54770\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:87:\"http://wptavern.com/critical-vulnerabilities-found-in-phpstorm-immediate-update-advised\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\&quo
 t;;}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2128:\"<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/09/phpstorm-wp-feature.jpg\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/09/phpstorm-wp-feature.jpg?resize=1025%2C471\" alt=\"phpstorm-wp-feature\" class=\"aligncenter size-full wp-image-30739\" /></a></p>\n<p>JetBrains <a href=\"http://blog.jetbrains.com/blog/2016/05/11/security-update-for-intellij-based-ides-v2016-1-and-older-versions/\" target=\"_blank\">announced</a> today that it has released a security update for PhpStorm and all of its other IntelliJ-based IDEs due to a set of critical vulnerabilities:</p>\n<blockquote><p>The cross-site request forgery (CSRF) flaw in the IDE’s built-in webserver allowed an attacker to access local file system from a malicious web page without us
 er consent.</p>\n<p>Over-permissive CORS settings allowed attackers to use a malicious website in order to access various internal API endpoints, gain access to data saved by the IDE, and gather various meta-information like IDE version or open a project.</p></blockquote>\n<p>PhpStorm is by far <a href=\"http://www.sitepoint.com/best-php-ide-2014-survey-results/\" target=\"_blank\">the most favored IDE for PHP developers</a>. It&#8217;s also widely used among WordPress developers, especially since <a href=\"http://wptavern.com/phpstorm-8-released-with-full-wordpress-support\" target=\"_blank\">version 8 added official support for WordPress</a>.</p>\n<p>The update issued today patches the critical vulnerabilities inside the underlying IntelliJ platform that powers nearly a dozen popular IDEs. Installing the update is as easy as selecting &#8216;Check for Updates&#8217
 ; inside the IDE. Alternatively, customers can download the most recent version from JetBrains.com and the <a href=\"http://blog.jetbrains.com/blog/2016/05/11/security-update-for-intellij-based-ides-v2016-1-and-older-versions/\" target=\"_blank\">security announcement</a> includes links to download older versions.</p>\n<p>Although the JetBrains security team is not aware of these vulnerabilities having been exploited, immediate update is recommended.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 11 May 2016 22:26:43 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang
 \";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:30;a:6:{s:4:\"data\";s:13:\"\n       \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:90:\"WPTavern: GitHub Introduces Unlimited Private Repositories, Hikes Prices for Organizations\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid
 \";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=54746\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:99:\"http://wptavern.com/github-introduces-unlimited-private-repositories-hikes-prices-for-organizations\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:7590:\"<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/04/github-octocat.jpg\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/04/github-octocat.jpg?resize=857%2C400\" alt=\"github-octocat\" class=\"aligncenter size-full wp-image-
 42456\" /></a></p>\n<p>GitHub has been inundated with negative feedback after <a href=\"https://github.com/blog/2164-introducing-unlimited-private-repositories\" target=\"_blank\">announcing a major change to its pricing</a> today. All paid plans now include unlimited private repositories, but there&#8217;s a catch. The new pricing structure requires GitHub.com organizations to purchase a seat for each user. At $9 per user/month, collaborating on private repositories is now far more costly than the legacy plans which started at $25/month for 10 repositories and unlimited members.</p>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/05/github-pricing.png\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/05/github-pricing.png?resize=1025%2C392\" alt=\"github-pricing\" class=\"aligncenter size-full wp-image-54756\" /></a&gt
 ;</p>\n<p>The change is good news for individual developers with paid accounts, as they are no longer charged on a per-repository basis. However, many owners of organizations are finding the new pricing to be untenable and are actively considering alternatives. For comparison, Bitbucket offers unlimited private repositories and <a href=\"https://bitbucket.org/product/pricing\" target=\"_blank\">charges $1/user/month</a>. Unlimited users caps out at $200/month.</p>\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\"><a href=\"https://twitter.com/Krogsgard\">@Krogsgard</a> EDD org alone will go from $25 per month to $592 per month <a href=\"https://twitter.com/github\">@github</a></p>\n<p>&mdash; Pippinsplugins (@pippinsplugins) <a href=\"https://twitter.com/pippinsplugins/status/730396802638176257\">May 11,
  2016</a></p></blockquote>\n<p></p>\n<p>While unlimited private repositories is an exciting benefit that enables developers to make their code more modular, it isn&#8217;t a benefit that every organization needs.</p>\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\"><a href=\"https://twitter.com/github\">@github</a> Terrible news. I work on an open-source organization &gt;100 devs. We have 2 private repos for internal projects. $900+ vs $25 really!?</p>\n<p>&mdash; João Ventura (@jcnventura) <a href=\"https://twitter.com/jcnventura/status/730319187667759104\">May 11, 2016</a></p></blockquote>\n<p></p>\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\"><a href=\"https://twitter.com/williamsba\">@williamsba</a> ours jumpe
 d to $1,204 :-( <a href=\"https://twitter.com/github\">@github</a></p>\n<p>&mdash; Tom Willmot (@tomwillmot) <a href=\"https://twitter.com/tomwillmot/status/730391291691995136\">May 11, 2016</a></p></blockquote>\n<p></p>\n<p><a href=\"https://easydigitaldownloads.com/\" target=\"_blank\">Easy Digital Downloads</a> creator Pippin Williamson <a href=\"http://www.twitlonger.com/show/n_1solvjd\" target=\"_blank\">explained</a> why he is frustrated with what amounts to a 2,276% increase in costs for his organization:</p>\n<blockquote><p>I actually have no problems with the pricing for new organizations. It&#8217;s their space and they provide a huge number of valuable tools. It is absolutely worth it.</p>\n<p>The problem I have is the drastic increase for existing customers. It&#8217;s largely the p
 rincipal of increasing a customer&#8217;s cost by 2,276% without giving them any additional value.</p>\n<p>The value that Github provides me and my team does not change at all with the new pricing, only what I pay per month.</p></blockquote>\n<p>Samuel &#8220;Otto&#8221; Wood <a href=\"http://www.twitlonger.com/show/n_1solviv\" target=\"_blank\">contends</a> that GitHub&#8217;s $9/user/month is a reasonable price to pay for having all the functionality of GitHub hosted for an organization but that the alternative of building your own is far more economical.</p>\n<blockquote><p>A &#8220;private&#8221; repo is, you know, private. On your own server. Git is, after all, decentralized. You could plop a normal git repo on any private VPS you like in a matter of under an hour. If you&#8217;re collaborating with a small group of like 5 people, then coordination is not really a big dea
 l that I&#8217;d pay $45 a month to use GitHub for it. You can use any tooling you like, make any website you like. You could probably reproduce the important parts of GitHub that you need for your private setup using WordPress in like a day or two. </p>\n<p>It just seems to me that any advantages of using GitHub at all seem largely nullified by using private repos. Yes, collaboration and using the same toolset you are used to, I get that. But here you&#8217;re falling prey to vendor lock-in once again. You&#8217;re used to it, you like it, you&#8217;re afraid of change, pay up. Simple. </p>\n<p>The advantage of open source software is the freedom to say &#8220;up yours&#8221; and build your own version instead. Git is open source. Think about it. A $15 a month VPS could easily fit your needs for both privacy and collaboration.</p></blockquote>\n<blockquote class=\"twitter-tweet\"><p lang=\"en\"
  dir=\"ltr\"><a href=\"https://twitter.com/github\">@github</a> found a way to be more expensive than the datacenter that runs my app. Seriously, what\'s happening at <a href=\"https://twitter.com/github\">@github</a> ???</p>\n<p>&mdash; Adilson Carvalho (@lcadilson) <a href=\"https://twitter.com/lcadilson/status/730405070819471361\">May 11, 2016</a></p></blockquote>\n<p></p>\n<p>GitHub has established itself as the de facto code collaboration site by offering free hosting for public, open source repositories. However, the emphasis on &#8220;social coding&#8221; no longer extends to private repositories as organization owners will have little incentive to add more collaborators under the new pricing structure. It discourages organizations from adding users to be bug reporters or third-party collaborators. Teams and agencies hit hardest by the changes a
 re now examining competitors like Bitbucket and self-hosted GitLab.</p>\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">Today is for <a href=\"https://twitter.com/gitlab\">@gitlab</a> what 2007 was for <a href=\"https://twitter.com/WordPress\">@WordPress</a>. If code is poetry, Gitlab is your library. Own your code like you own your content. ❤️</p>\n<p>&mdash; John James Jacoby (@JJJ) <a href=\"https://twitter.com/JJJ/status/730417868047790080\">May 11, 2016</a></p></blockquote>\n<p></p>\n<p>Organization owners will not be forced onto the new pricing plans immediately and GitHub promises to give a year&#8217;s notice before mandating a switch to the new plans:</p>\n<blockquote><p>We want everyone to have a plan with unlimited private repositories, but don’t worry—you are welcome t
 o stay on your current plan while you evaluate the new cost structure and understand how to best manage your organization members and their private repository access. And while we&#8217;re currently not enforcing a timeline to move, rest assured that you&#8217;ll have at least 12 months notice before any mandated change to your plan.</p></blockquote>\n<p>While many individual developers will see lower monthly prices and even prorated credits on their accounts, the exponential cost increase for GitHub&#8217;s largest customers may cause a mass exodus to the company&#8217;s more affordable competitors. Are you moving your organization off of GitHub? Let us know in the comments.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i
 :0;a:5:{s:4:\"data\";s:31:\"Wed, 11 May 2016 19:27:29 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:31;a:6:{s:4:\"data\";s:13:\"\n   \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"WPTavern: Affinity: A Free WordPress Wedding Theme from Auto
 mattic\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=54688\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"http://wptavern.com/affinity-a-free-wordpress-wedding-theme-from-automattic\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3832:\"<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/05/affinity.png\"><img src=\"http://i1.w
 p.com/wptavern.com/wp-content/uploads/2016/05/affinity.png?resize=800%2C471\" alt=\"affinity\" class=\"aligncenter size-full wp-image-54691\" /></a></p>\n<p>Affinity is the latest addition to WordPress.com&#8217;s small collection of <a href=\"https://wordpress.com/themes/search/wedding/\" target=\"_blank\">themes created specifically for weddings</a>. This highly customizable, elegant theme was designed by <a href=\"http://carolinemoore.net/\" target=\"_blank\">Caroline Moore</a> with weddings and family announcements in mind.</p>\n<p>Affinity is a one-page theme with support for five different panels. Each panel&#8217;s content can be assigned in the customizer under Theme Options by selecting a page from a drop-down.</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/05/panel.png\"><img src=\"htt
 p://i0.wp.com/wptavern.com/wp-content/uploads/2016/05/panel.png?resize=660%2C231\" alt=\"panel\" class=\"aligncenter size-full wp-image-54717\" /></a></p>\n<p>With the customizable panel approach users are not locked into providing content for sections they don&#8217;t need. Single posts and pages support full screen featured images that, if used as a panel, become the background of that section. Affinity offers the option to set the header image opacity to create better contrast with header text. Users can also enable or disable scrolling on the header and front-page featured images.</p>\n<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/affinity-home-page.png\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/affinity-home-page.png?resize=200%2C474\" alt=\"affinity-home-page\" class=\"alignright size-full wp-image-54693\" /></a
 ></p>\n<p>Affinity includes support for a sidebar widget area and three optional widget areas in the footer. If widgets are added to the sidebar, the one-column layout becomes a two-column layout. It also has a fullwidth page template for removing the sidebar on select pages.</p>\n<p>The different panels give users ample space for adding photos, links to registries, personal stories, info about the bridal party, and anything else related to the event. Affinity includes a Guestbook page template with a special format for displaying visitors&#8217; comments. Turning the Guestbook on is as easy as setting the page template and making sure that comments are enabled.</p>\n<p>Another unique feature of the theme is its post intro area that displays beneath the headline before the first paragraph. It pulls content from the excerpt field and post authors can use it to capture readers&#8217; attention with a quick summary or highlight.</p>\
 n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/05/affinity-post-intro.png\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/05/affinity-post-intro.png?resize=660%2C328\" alt=\"affinity-post-intro\" class=\"aligncenter size-full wp-image-54729\" /></a></p>\n<p>Check out the <a href=\"https://affinitydemo.wordpress.com/\" target=\"_blank\">live demo</a> to see the theme in action. It shows an example of panels that display quotes, an RSVP form, event details, and an engagement story.</p>\n<p>Since no wedding or family announcement is the same, Affinity&#8217;s multi-panel approach offers flexibility for many different types of uses. If you&#8217;re creating a wedding website and are not finding enough customization options with a hosted service, this theme makes it quick and easy to set it up with WordPress. It&#8217;
 s not yet available on WordPress.org, but you can download a copy for your self-hosted site for free from the sidebar of its <a href=\"https://wordpress.com/themes/affinity\" target=\"_blank\">homepage on WordPress.com</a>.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 11 May 2016 06:52:35 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s
 :0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:32;a:6:{s:4:\"data\";s:13:\"\n  \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:77:\"WPTavern: Help WPCampus Gather Data on How Schools and Campuses Use WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=54650\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\&quot
 ;;}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:87:\"http://wptavern.com/help-wpcampus-gather-data-on-how-schools-and-campuses-use-wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1247:\"<p>The organizers of <a href=\"https://2016.wpcampus.org/\">WPCampus</a> are <a href=\"https://www.surveymonkey.com/r/wpcampus05-2016\">seeking feedback</a> via a survey on how schools and campuses utilize WordPress in their environments. The survey consists of five sections:</p>\n<ul>\n<li>How Do You Use WordPress on Campus</li>\n<li>Site Demographics, Traffic, and Data</li>\n<li>Plugins, Themes, and Features</li>\n<li>Security, Performance, and Hosting</li>\n&l
 t;li>Your Team Structure &amp; Workflows</li>\n</ul>\n<p>There are a couple of perks for those who fill out the survey. Respondents will receive an anonymized version of the complete data set. Those who complete four or more sections will be entered into a drawing to win a free ticket to the conference and will receive a $5 Starbucks or Amazon Gift card.</p>\n<p>Answer the questions that you know and skip the ones you don&#8217;t. The team needs as much data as possible to provide a clearer picture of WordPress&#8217; use in higher education. If you know someone or an organization that uses WordPress in higher education, please <a href=\"https://www.surveymonkey.com/r/wpcampus05-2016\">share the survey</a> with them. The survey closes on May 27th.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml
 _base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 11 May 2016 03:21:06 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:33;a:6:{s:4:\"data\";s:13:\"\n \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1
 :{i:0;a:5:{s:4:\"data\";s:73:\"WPTavern: What Do You Think of the Recommended Plugins Page in WordPress?\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=54437\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:82:\"http://wptavern.com/what-do-you-think-of-the-recommended-plugins-page-in-wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3913:\"<p>In late 
 2014, <a href=\"http://wptavern.com/wordpress-4-1-to-introduce-plugin-recommendations\">WordPress 4.1 added</a> a Recommended Plugins tab that takes into account the plugins you have installed and suggests plugins based on which ones are commonly used together. After nearly a year and a half since it was added, I asked the <a href=\"https://twitter.com/wptavern/status/727578470415532032\">Tavern&#8217;s Twitter followers</a> if they have ever installed plugins recommended by WordPress.</p>\n<p>I was surprised to discover that some people don&#8217;t know the tab exists.</p>\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\"><a href=\"https://twitter.com/wptavern\">@wptavern</a> There\'s a \"Recommended\" tab?!?</p>\n<p>&mdash; Joe Taiabjee (@joetek) <a href=\"https://twitter.com/joetek/status/727581218414
 407681\">May 3, 2016</a></p></blockquote>\n<p></p>\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\"><a href=\"https://twitter.com/wptavern\">@wptavern</a> I\'ve just noticed the Recommended tab. It seems to show those plugins with most Active Installs. Interesting, but a bit \'hidden\'</p>\n<p>&mdash; Alejandro Vargas S. (@Alejandro_V_S) <a href=\"https://twitter.com/Alejandro_V_S/status/727836820159930369\">May 4, 2016</a></p></blockquote>\n<p></p>\n<p>Steve Brown says the recommendations are useful.</p>\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\"><a href=\"https://twitter.com/wptavern\">@wptavern</a> yep :) very useful feature indeed</p>\n<p>&mdash; Steve Brown (@stevna) <a href=\"https:
 //twitter.com/stevna/status/727681984504287232\">May 4, 2016</a></p></blockquote>\n<p></p>\n<p>Some people view the page as an opportunity for Automattic to advertise its plugins while others don&#8217;t trust the recommendations.</p>\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\"><a href=\"https://twitter.com/wptavern\">@wptavern</a> I have no needs for the Automattic plugins that are almost only being recommended there</p>\n<p>&mdash; Marko Heijnen (@markoheijnen) <a href=\"https://twitter.com/markoheijnen/status/727624592399998976\">May 3, 2016</a></p></blockquote>\n<p></p>\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\"><a href=\"https://twitter.com/wptavern\">@wptavern</a> Once. However 10 of the plugins r
 ecommended on page 1 are untested with my version of WP. So wouldnt rely on the recommendations</p>\n<p>&mdash; WPin.me (@wp_in) <a href=\"https://twitter.com/wp_in/status/727725233843671040\">May 4, 2016</a></p></blockquote>\n<p></p>\n<p>When I viewed the recommended plugins page in 2014, the results displayed plugins that weren&#8217;t updated in years.</p>\n<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/12/RecommendedPluginsTab.png\"><img class=\"size-full wp-image-35318\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/12/RecommendedPluginsTab.png?resize=1025%2C527\" alt=\"Plugins Recommended To Me Based on Data of Sites with Similar Plugins Installed\" /></a>Plugins Recommended To Me Based on Data of Sites with Similar Plugins Installed\n<p>Today, the page displays more relevant results with recently updated p
 lugins. On the first page of results for WP Tavern, only one plugin from Automattic is recommended. The second page of results doesn&#8217;t list any plugins authored by Automattic.</p>\n<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/05/2016RecommendedPlugins.png\"><img class=\"size-full wp-image-54616\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/05/2016RecommendedPlugins.png?resize=1025%2C514\" alt=\"Recommended Plugins in 2016\" /></a>Recommended Plugin Results in 2016\n<p>To help determine how useful the recommended plugins page is, I&#8217;d like you to take this short survey. Results will be displayed on Tuesday, May 17th. In addition to the survey, you can leave your feedback in the comments.</p>\n<div class=\"pd-embed\" type=\"type\"></div>\n<p></p>\n<div id=\"epoch-width-sniffer\"></div>\"
 ;s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 11 May 2016 03:19:37 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:34;a:6:{s:4:\"data\";s:13:\"\n   \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\
 "\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:81:\"WPTavern: Automattic is Protecting its Woo, WooThemes, and WooCommerce Trademarks\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=54645\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:89:\"http://wptavern.com/automattic-is-protecting-its-woo-woothemes-and-woocommerce-trademarks\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"
 \";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6735:\"<p>When <a href=\"http://wptavern.com/automattic-acquires-woocommerce\">Automattic acquired WooThemes in 2015</a>, it gained employees, plugins, themes, and the company&#8217;s trademarks. These trademarks include, standard character marks, logos, and specific graphics such as the Verified WooExpert badges. One of the responsibilities of a trademark owner is to protect it from infringement.</p>\n<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/05/VerifiedWooExpertServicemark.png\"><img class=\"size-full wp-image-54702\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/05/VerifiedWooExpertServicemark.png?resize=1025%2C621\" alt=\"Verified WooExpert Service Mark\" /></a>Verified WooExpert Service Mark\n<p>WooGPL is a service that provides customers with commercial them
 es, plugins, and extensions for WooCommerce at a discounted rate. In March, Automattic <a href=\"https://woogpl.com/woogpl-is-closing/\">sent Billy Ablett</a>, owner of <a href=\"https://woogpl.com\">WooGPL</a>, the following notice that informs him that his domain infringes the Woo and WooCommerce trademarks.</p>\n<blockquote><p>I’m writing to you on behalf of Automattic Inc. regarding your use of the Woo and WooCommerce trademarks.</p>\n<p>As you may know, Automattic owns the Woo, WooCommerce, and WooThemes brands, as well as the associated trademarks. We recently learned of https://woogpl.com, which actively makes use of our registered trademarks in both its name and promotion. We are very concerned that your use of Woo and WooCommerce will create confusion by communicating that your WooCommerce products are endorsed by or associated with Automattic, when in fact it is not.</p>\n<p>While Autom
 attic appreciates that you are providing products that build on WooCommerce open source software, that fact does not authorize you to use Woo, WooThemes or WooCommerce trademarks.</p>\n<p>To minimize user confusion and to protect our own intellectual property, we unfortunately must insist that you take prompt steps to change your domain name to something that doesn’t include &#8216;Woo&#8217; in the prefix, and change your product descriptions to avoid confusion and potentially misleading consumers to believe they are purchasing our products. An example of this would be: WooCommerce Email Customiser Pro would need to be changed to Email Customiser Pro for WooCommerce.</p>\n<p>For more information, please see our <a href=\"https://www.woothemes.com/style-guide/#sg-trademarks\">Trademark Guidelines</a>.</p>\n<p>While we are appreciative that you have included a disclaimer on your site, unfortunately this would not be 
 sufficient and we would still insist that the domain name and product names be changed.</p></blockquote>\n<p>While it&#8217;s not the sole reason <a href=\"https://woogpl.com/woogpl-is-closing/\">WooGPL is shutting down</a>, the notice provides a convenient opportunity to rebrand to <a href=\"https://www.gplkit.com/\">GPL Kit</a>, something the company was already planning to do.</p>\n<p>&#8220;We would have eventually closed down WooGPL due to GPL Kit however, it would have been great to close it down on our terms when the time was right,&#8221; Daniel, who is part of the GPL Kit team told the Tavern.</p>\n<p>Daniel says that when he started WooGPL there wasn&#8217;t a trademark registered with the Woo character mark until October of 2015.</p>\n<p>A search of the United States Patent and Trademark Office for Woo contains over 1K results. However, this is the only charac
 ter mark for Woo that I found. The filing date is October 22nd, 2015 and is in the approval process.</p>\n<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/WooCharacterMark.png\"><img class=\"size-full wp-image-54703\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/WooCharacterMark.png?resize=1003%2C557\" alt=\"Woo Character Mark\" /></a>Woo Character Mark\n<h2>When You Should Ask For Permission</h2>\n<p>WooThemes has a <a href=\"https://www.woothemes.com/style-guide/#sg-trademarks\">style guide</a> on its site that explains how the brand is used and has details on when Woo™, WooCommerce®, and WooThemes® names, logos, and related icons collectively known as Woo Marks can be used without permission. The following chart provides some examples.</p>\n<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/PermissionChartFor
 WooTrademarks.png\"><img class=\"size-full wp-image-54704\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/PermissionChartForWooTrademarks.png?resize=1010%2C814\" alt=\"Examples of When You Do and Don\'t Need Permission\" /></a>Examples of When You Do and Don&#8217;t Need Permission\n<p>If you&#8217;re in doubt, you can email Automattic&#8217;s trademark team  <a href=\"mailto:trademarks@automattic.com\">trademarks @ automattic.com</a> to receive clarification.</p>\n<h2>Woo&#8217;s at Risk?</h2>\n<p>There are quite a few businesses in the WordPress ecosystem that use Woo in their name and domain. <a href=\"http://www.woorockets.com/\">WooRockets</a> is a WooCommerce theme shop while <a href=\"http://wooassist.com/\">WooAssist</a> provides support and maintenance for store owners.</p>\n<p>I reach
 ed out to both companies to determine if Automattic sent them the same notice it sent to WooGPL. While I didn&#8217;t receive a response from WooRockets, John Gamour of WooAssist provided the Tavern with the following statement:</p>\n<blockquote><p>No, we haven&#8217;t been contacted by Automattic about that. It would be dissapointing if we were asked to change our name as our founder Nicholas Jones reached out to WooThemes before starting Wooassist and they gave the OK. We have also worked with Matt Cohen and James Koster on a project and nothing was ever mentioned about our name.</p></blockquote>\n<p>I tried to get in touch with Paul Sieminski, legal counsel for Automattic, to learn what the criteria is for violating the trademarks, who&#8217;s at risk, and how long they have enforced the marks but he could not be reached for comment.</p>\n<h2>Better to be Safe Than Sorry</h2>\n<p>As WooGPL discovered, adding 
 a disclaimer to the bottom of your sites may not be enough. Considering the cost and potential impacts of re branding a company or product, it&#8217;s important to know as soon as possible if you&#8217;re infringing a company&#8217;s trademarks.</p>\n<p>Business owners in the WooCommerce and WooThemes ecosystem should double-check the <a href=\"https://www.woothemes.com/style-guide/#sg-trademarks\">style guide</a> to make sure you&#8217;re not violating any guidelines. Owners can also take a proactive step and contact Automattic&#8217;s trademark team to determine if your business meets the requirements.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 10 Ma
 y 2016 20:21:06 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:35;a:6:{s:4:\"data\";s:13:\"\n        \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:86:\"WPTavern: WooCommerce Releases Storefront 2.0 with Major Improvements to Mobile Design\";s:7:\"attribs\
 ";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=54641\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:96:\"http://wptavern.com/woocommerce-releases-storefront-2-0-with-major-improvements-to-mobile-design\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3509:\"<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/storefront-update.png\"><img src=\"http://i2.wp.c
 om/wptavern.com/wp-content/uploads/2016/05/storefront-update.png?resize=1025%2C451\" alt=\"storefront-update\" class=\"aligncenter size-full wp-image-54669\" /></a></p>\n<p><a href=\"https://wordpress.org/themes/storefront/\" target=\"_blank\">Storefront</a>, the official WooCommerce theme built to work seamlessly with the plugin, has just passed the <a href=\"https://www.woothemes.com/2016/05/storefront-2-0-release/\" target=\"_blank\">2.0 milestone</a>. This release introduces a new &#8220;best sellers&#8221; section to the homepage and adds compatibility with the upcoming WooCommerce 2.6’s tabbed “My Account” section and the average rating widget.</p>\n<p>The most important update in Storefront 2.0 is the redesigned mobile experience. According to <a href=\"http://resources.mobify.com/50-mobile-commerce-stats.html\" target=\"_bl
 ank\">Mobify</a>, 30% of mobile shoppers will abandon a transaction if the experience is not optimized for mobile. <a href=\"http://www.themobileplaybook.com/\" target=\"_blank\">Google&#8217;s Mobile Playbook</a> says that not having a mobile optimized website is like closing your store one day each week. To keep pace with the expectations of mobile buyers, WooCommerce has drastically reduced Storefront&#8217;s mobile header height by 60% and has added the search, shopping cart, and account links to a sticky bottom menu for easy access.</p>\n<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/storefront-mobile-home.png\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/storefront-mobile-home.png?resize=799%2C697\" alt=\"storefront-mobile-home\" class=\"aligncenter size-full wp-image-54671\" /></a></p>\n<p>Storef
 ront 2.0 includes many design improvements that make the theme cleaner and more flexible. This update removes Helvetica in favor of Source Sans, which WooCommerce says gives them access to a wider variety of weights they can use to &#8220;provide greater depth and cohesion.&#8221; Other notable design changes include:</p>\n<ul>\n<li>Borders have been largely removed so that pages don’t feel quite so broken up.</li>\n<li>The breadcrumb and the main navigation are now wrapped in their own content regions, cementing them as unique components.</li>\n<li>Product reviews and comments tweaked to make them cleaner and more scannable.</li>\n<li>Blog post meta has been redesigned to include the author Gravatar.</li>\n<li>Softer design treatment for tables with colors based on the main background color.</li>\n<li>oEmbeds have been styled to match the rest of Storefront (including typography, padding, colors
 ).</li>\n<li>Integrated WordPress 4.5’s custom logo feature so users can add a logo without using a plugin.</li>\n</ul>\n<p><a href=\"https://wordpress.org/themes/storefront/\" target=\"_blank\">Storefront</a> is active on more than 50,000 websites. There are nearly a dozen free themes on WordPress.org that use it as a parent theme and another dozen commercial themes on WooThemes.com. If you use a heavily customized Storefront child theme, you may want to test its compatibility with the 2.0 update on a development site to ensure that there are no visual surprises. If you have any ideas or recommendations for updates to Storefront, you can leave feedback on the theme&#8217;s <a href=\"http://ideas.woothemes.com/forums/275029-storefront\" target=\"_blank\">idea board</a>.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\
 "xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 09 May 2016 22:23:17 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:36;a:6:{s:4:\"data\";s:13:\"\n \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";
 a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"WPTavern: Timber 1.0 Is Now Available on WordPress.org\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=54396\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"http://wptavern.com/timber-1-0-is-now-available-on-wordpress-org\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5932:\&quo
 t;<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/timber.png\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/timber.png?resize=1025%2C405\" alt=\"timber\" class=\"aligncenter size-full wp-image-54630\" /></a></p>\n<p>Last week the creators of <a href=\"https://wordpress.org/plugins/timber-library/\" target=\"_blank\">Timber</a>, the plugin that enables WordPress theme developers to write HTML using the <a href=\"http://twig.sensiolabs.org/\" target=\"_blank\">Twig Template Engine</a>, released version 1.0 on WordPress.org. The plugin is active on more than 10,000 websites where theme authors have elected to keep PHP files separate from HTML. Timber is built on DRY and MVC principles to solve the problem stated in its unofficial tagline: <em>&#8220;Because WordPress is awesome, but the_loop is
 n&#8217;t.&#8221;</em></p>\n<p>Over the past four years, the open source project has evolved from being a starter theme to a plugin that can be added to existing themes. It is now used on <a href=\"http://upstatement.com/timber/#showcase\" target=\"_blank\">thousands of websites</a> and has 83 <a href=\"https://github.com/timber/timber/graphs/contributors\" target=\"_blank\">contributors</a> listed on GitHub.</p>\n<p>&#8220;In 2012 I was getting more into WordPress after doing lots of JS development with <a href=\"http://handlebarsjs.com/\" target=\"_blank\">Handlebars</a> (a JS templating language),&#8221; Timber creator Jared Novack said. &#8220;I went to WordCamp Providence to learn more about state-of-the-art WordPress ways. I remember thinking: &#8216;This is great, but I really miss the cleanliness of Handlebars &#8212; I wis
 h someone would make something like that for WordPress.&#8217; That&#8217;s when I realized, I was that someone.&#8221;</p>\n<p>Novack was playing around with <a href=\"http://www.smarty.net/\" target=\"_blank\">Smarty</a> and <a href=\"https://mustache.github.io/\" target=\"_blank\">Mustache</a> before he finally discovered Fabien Potencier&#8217;s <a href=\"http://twig.sensiolabs.org/\" target=\"_blank\">Twig project</a>.</p>\n<p>&#8220;The syntax felt so natural I almost didn&#8217;t need to read the docs (don&#8217;t worry, I did),&#8221; he said. &#8220;I realized what I needed was a way to marry Twig and WordPress, and thus: Timber was born.&#8221;</p>\n<p>At that time Novack&#8217;s company, <a href=\"https://upstatement.com/\" target=\"_blank\">Upstatement</a>, was begin
 ning development on a big new project for Random House to enable their marketers to generate unique sites from a library of templates. This client project became Timber&#8217;s first test case.</p>\n<p>&#8220;Originally, Timber was a parent theme, like _s. But after we completed the Random House project, I realized I wanted to apply Timber functionality to existing sites,&#8221; Novack said. &#8220;I converted it into a plugin that could be employed on existing themes which is the form it takes today.&#8221;</p>\n<p>The plugin allows designers skilled with HTML and CSS to create themes without having extensive knowledge of PHP and WordPress functions. Timber successfully powers sites like Michael Bloomberg&#8217;s <a href=\"https://www.thetrace.org/\" target=\"_blank\">The Trace</a>, <a href=\"http://everytown.org/\" target=\"_blank\">Everytown for Gun Safety</a>, <a hr
 ef=\"https://www.hoteltonight.com/\" target=\"_blank\">Hotel Tonight</a>, and the <a href=\"http://harvardlawreview.org/\" target=\"_blank\">Harvard Law Review</a>.</p>\n<h3>Timber 1.0 Puts the Project on the Path of Stability</h3>\n<p>As of Timber 1.0, developers can now include the project as a plugin or require it as a <a href=\"https://packagist.org/packages/timber/timber\" target=\"_blank\">Composer dependency</a>.</p>\n<p>&#8220;The big news is that 1.0 represents a maturing of the platform — developers can use Timber and Twig with confidence that they’re building on top of a stable and universal platform,&#8221; Novack said.</p>\n<p>This release sheds years of deprecated functions and methods dating back to the project&#8217;s early days in 2013. Novack said that technical and documentation debt were the biggest hurdles i
 n getting to 1.0.</p>\n<p>&#8220;In hindsight it’s so easy to build stuff, but so hard to build a complete system,&#8221; he said. &#8220;When Timber started it was just for me and the documentation could just live in my head. I’d add and improve stuff and then live with some of the quirks.&#8221;</p>\n<p>As the project and its contributors grew, Novack found it difficult to keep up with the growing codebase while running his company. Bringing it to a place of maturity with up-to-date automated testing and documentation took nearly a year.</p>\n<p>&#8220;Backwards compatibility was also a major challenge,&#8221; Novack said. &#8220;As ideas and new code got submitted, development slowed as every decision might have implications for existing users. We would deprecate features, but I was hesitant to remove things that I knew were mistakes, but that people were using.&#8221;</p>\n<p>Developers are encou
 raged to read the <a href=\"https://github.com/timber/timber/wiki/1.0-Upgrade-Guide\" target=\"_blank\">1.0 Upgrade Guide</a>, as there may be additional steps required depending on how Timber is being used. This release adds a few new features but the most important change is the bulk removal of older sections of the codebase. The upgrade guide outlines all of the object properties and static methods that will need to be updated so that nothing breaks. In the future, Timber-powered themes will be easier to maintain, with fewer quirks and better-documented features.</p>\n<p>&#8220;The key learning for me is that the ultimate &#8216;killer feature&#8217; is stability and predictability,&#8221; Novack said. &#8220;When everything is organized cleanly and developers can use the things that they would intuitively expect — that’s success.&#8221;</p>\n<div id=\"epoch-width-sniffer\"></div>\
 ";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 09 May 2016 17:52:38 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:37;a:6:{s:4:\"data\";s:13:\"\n     \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\"
 ;s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"Post Status: WordPress Security — Draft podcast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"https://poststatus.com/?p=24378\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://poststatus.com/wordpress-security-draft-podcast/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s
 :4:\"data\";s:2296:\"<p>Welcome to the Post Status <a href=\"https://poststatus.com/category/draft\">Draft podcast</a>, which you can find <a href=\"https://itunes.apple.com/us/podcast/post-status-draft-wordpress/id976403008\">on iTunes</a>, <a href=\"http://www.stitcher.com/podcast/krogsgard/post-status-draft-wordpress-podcast\">Stitcher</a>, and <a href=\"http://simplecast.fm/podcasts/1061/rss\">via RSS</a> for your favorite podcatcher. Post Status Draft is hosted by Joe Hoyle &#8212; the CTO of Human Made &#8212; and Brian Krogsgard.</p>\n<p><span>Security &#8212; in WordPress core, distributed plugins and themes, and in our custom code &#8212; is a constant battle. It’s important to be vigilant with our security practices, from the perspective of managing our websites and when writing code. In this episode, Joe and Brian discuss the n
 ature of WordPress security, best practices for writing secure code, and dig into various situations WordPress developers and site owners may run into.</span></p>\n<a href=\"https://audio.simplecast.com/37301.mp3\">https://audio.simplecast.com/37301.mp3</a>\n<p><a href=\"http://audio.simplecast.com/37301.mp3\">Direct Download</a></p>\n<h3>Links</h3>\n<ul>\n<li><a href=\"http://codex.wordpress.org/Hardening_WordPress\">Hardening WordPress</a></li>\n<li><a href=\"https://wordpress.org/about/security/\">About WordPress Security</a></li>\n<li><a href=\"https://make.wordpress.org/themes/2015/05/19/a-guide-to-writing-secure-themes-part-1-introduction/\">A Guide to Writing Secure Themes</a></li>\n<li><a href=\"http://ben.lobaugh.net/uploads/writing-secure-plugins-and-themes/#/\">Writ
 ing Secure Plugins &amp; Themes</a> by Ben Lobaugh</li>\n<li><a href=\"https://codex.wordpress.org/Class_Reference/wpdb\">$wpdb</a></li>\n<li><a href=\"https://wpvulndb.com/\">WP Scan</a></li>\n<li><a href=\"https://blog.sucuri.net/2015/03/understanding-wordpress-plugin-vulnerabilities.html\">Understanding Vulnerabilities</a></li>\n</ul>\n<h3>Sponsor: Pagely</h3>\n<p><a href=\"https://pagely.com\"><span>Pagely</span></a><span> offers best in class managed WordPress hosting, powered by the Amazon Cloud, the Internet’s most reliable infrastructure. Post Status is proudly hosted by Pagely. Thank you to </span><a href=\"https://pagely.com\"><span>Pagely</span></a><span> for being a Post Status partner.</span></p>\";s:7:\"attribs\";a:
 0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 09 May 2016 01:01:31 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Katie Richards\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:38;a:6:{s:4:\"data\";s:13:\"\n       \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"chi
 ld\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"Matt: Apple and Podcasting\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"https://ma.tt/?p=46548\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"https://ma.tt/2016/05/apple-and-podcasting/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:557:\"<p><a href=\"https://marco.org
 /2016/05/07/apple-role-in-podcasting\">Marco Arment has a great take on how the decentralized nature of podcasting is a feature</a>, not a bug, and Apple being more proactive there would be harmful to the ecosystem. As an aside, since I&#8217;ve been in Houston more recently, which means driving a lot, I&#8217;ve been really loving his app <a href=\"https://overcast.fm/\">Overcast</a> and I opted in to the optional paid subscription for it. I just need to get in more of a habit of listening to podcasts outside of Houston.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 08 May 2016 14:17:25 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\&qu
 ot;xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:39;a:6:{s:4:\"data\";s:13:\"\n      \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:98:\"WPTavern: VersionPress 3.0 Adds New Search Feature, Bulk Undo, and Commit Tracking per Environment\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\&
 quot;guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=54530\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:106:\"http://wptavern.com/versionpress-3-0-adds-new-search-feature-bulk-undo-and-commit-tracking-per-environment\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3843:\"<p><a href=\"https://blog.versionpress.net/2016/04/versionpress-3-0-released/\" target=\"_blank\">VersionPress 3.0</a>, released this week, is the first version since the plugin <a href=\"http://wptavern.com/versionpress-transitions-into-a-free-o
 pen-source-project\" target=\"_blank\">became a free, open source project</a>. Creators Borek Bernard and Jan Voráček, who originally attempted to crowdfund the project and then <a href=\"http://wptavern.com/versionpress-raises-400k-in-seed-funding\" target=\"_blank\">raised $400,000 in seed funding</a>, <a href=\"http://wptavern.com/versionpress-transitions-into-a-free-open-source-project\" target=\"_blank\">announced</a> last month that they are transitioning to a public development model.</p>\n<p>The team&#8217;s goal with this release was to polish up the experience of using VersionPress in the default WordPress installation while adding more useful features. However, it is not yet ready for use in production, according to Bernard.</p>\n<p>&#8220;We’re still keeping VersionPress in the <a href=\"http://docs.versionpress.net/en/getting-started/about-
 eap\" target=\"_blank\">“early access” period</a>, because of the third party plugins integration story but on simpler sites, VersionPress already shines,&#8221; he said.</p>\n<p>One of the most notable new features in VersionPress 3.0 is the plugin&#8217;s ability to track commits with the environment where they were created. Users can view changes in the admin and easily see if they were pushed to the staging or production environment.</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/05/commit-tracking-in-environment.gif\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/05/commit-tracking-in-environment.gif?resize=725%2C347\" alt=\"commit-tracking-in-environment\" class=\"aligncenter size-full wp-image-54599\" /></a></p>\n<p>Version 3.0 also adds searching capabilities for filtering commits by author, date, commit
  message, and WordPress action. This release also includes a new bulk undo feature for commits and many improvements to the core versioning engine.</p>\n<h3>VersionPress 4.0 to Focus on Support for 3rd Party Plugins</h3>\n<p>One of the reasons the VersionPress team decided to go with a public development model was to mitigate the plugin&#8217;s conflicts with third-party themes and plugins. This was only possible if the opened up the codebase for contribution from other developers.</p>\n<p>&#8220;While we had most of the WordPress core covered pretty well, there was still this huge ecosystem of WordPress plugins and themes that could cause trouble to VersionPress in million different ways,&#8221; Borek said. &#8220;In the long run, the project had to turn into OSS should it be successful, and, fortunately, we met investors who understood this and supported our vision.&#8221;</p>\n<p>Borek and the team plan to focus 
 on adding support for complex third party plugins in version 4.0, tentatively scheduled for mid-2016. One commenter on the post mentioned that a lack of WooCommerce support is a major thing holding him back from using VersionPress on projects. Borek confirmed that WooCommerce is high on their list of plugins they want to support.</p>\n<p>&#8220;Our goal remains the same: to take all the incredibly powerful functionality of Git and package it so that every WordPress user can use it,&#8221; Borek said.</p>\n<p>Since most site owners interested in this plugin are not running vanilla installations of WordPress, support for third party plugins will be a major leap forward for the project with the potential to greatly expand its user base. Check out VersionPress&#8217; <a href=\"http://docs.versionpress.net/en/release-notes/roadmap\" target=\"_blank\">roadmap</a> to follow along with its progress and see what&#8217;s 
 next.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 06 May 2016 22:04:53 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:40;a:6:{s:4:\"data\";s:13:\"\n       \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\&qu
 ot;\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"WPTavern: WordPress 4.5.2 Patches Two Security Vulnerabilities\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=54594\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"http://wptavern.com/wordpress-4-5-2-patches-two-security-vulnerabilities\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\&
 quot;;b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1441:\"<p>The WordPress core team has <a href=\"https://wordpress.org/news/2016/05/wordpress-4-5-2/\">released WordPress 4.5.2</a> which patches two security vulnerabilities in WordPress versions 4.5.1 and below. The first is a <a href=\"http://www.benhayak.com/2015/06/same-origin-method-execution-some.html\">SOME vulnerability</a> (Same-Origin Method Execution) in Plupload, the third-party library WordPress uses for uploading files. The second is a reflected cross-site-scripting vulnerability in MediaElement.js, the third-party library used for media players.</p>\n<p>Auto updates are rolling out to sites but if you don&#8217;t want to wait, browse to Dashboard &gt; Updates and click the Update Now button. Mario Heiderich, Masato Kinugawa, and Filedescriptor of <a href=\"http
 s://cure53.de/\">Cure53</a> are credited with <a href=\"https://make.wordpress.org/core/handbook/testing/reporting-security-vulnerabilities/\">responsibly disclosing</a> the vulnerabilities.</p>\n<p>In addition to the release, the core team has <a href=\"https://make.wordpress.org/core/2016/05/06/imagemagick-vulnerability-information/\">published a post</a> concerning the <a href=\"https://imagetragick.com/\">multiple vulnerabilities</a> discovered in ImageMagick, a popular image processing script used on thousands of webhosting servers. The post describes how WordPress is affected and what the team is doing to mitigate issues.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\&quo
 t;;a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 06 May 2016 20:01:26 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:41;a:6:{s:4:\"data\";s:13:\"\n  \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:97:\"WPTavern: Laravel Releases Valet, a Minimalist Deve
 lopment Environment with Support for WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=54580\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:106:\"http://wptavern.com/laravel-releases-valet-a-minimalist-development-environment-with-support-for-wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3404:\"<a href=\"http://i1.wp.com/wptavern.com/wp-content/upload
 s/2016/05/valet-parking.jpg\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/05/valet-parking.jpg?resize=900%2C520\" alt=\"photo credit: Valet Parking, Las Vegas, NV - (license)\" class=\"size-full wp-image-54589\" /></a>photo credit: <a href=\"http://www.flickr.com/photos/55151301@N00/175606346\">Valet Parking, Las Vegas, NV</a> &#8211; <a href=\"https://creativecommons.org/licenses/by-nd/2.0/\">(license)</a>\n<p><a href=\"https://laravel.com/\" target=\"_blank\">Laravel</a>, the open source MVC PHP framework created for application development, has just released <a href=\"https://laravel.com/docs/5.2/valet\" target=\"_blank\">Valet</a>, a minimalist development environment for Mac. It uses just 7mb of RAM, because it doesn&#8217;t include Vagrant, Apache, Nginx, or a /etc/hosts file. Here&#
 8217;s how it works:</p>\n<blockquote><p>Laravel Valet configures your Mac to always run PHP&#8217;s built-in web server in the background when your machine starts. Then, using DnsMasq, Valet proxies all requests on the *.dev domain to point to sites installed on your local machine.\n</p></blockquote>\n<p>Valet supports Laravel, Lumen, Statamic, Craft, Jigsaw, and even has a driver for WordPress. It&#8217;s handy if you just need a simple, fast development environment without virtualization. Developers can also share sites publicly via local tunnels. It&#8217;s as easy as navigating to the site&#8217;s directory in the terminal and running the <code>valet share</code> command, which generates a publicly accessible URL.</p>\n<p><a href=\"https://wppusher.com/\" target=\"_blank\">WP Pusher</a> founder Peter Suhm, who is active in both the Laravel and WordPress communities, wrote
  a <a href=\"http://blog.wppusher.com/a-minimalist-development-environment-for-wordpress-with-laravel-valet/\" target=\"_blank\">tutorial</a> for setting up Valet for WordPress development.</p>\n<p>&#8220;For larger apps, I generally prefer my development environment to be very similar to production,&#8221; Suhm said. &#8220;Vagrant and Docker are great for that. Valet is great for all those quick and dirty WordPress installations you need, just to test something or quickly work on an idea. If you don’t need anything else besides PHP 7 and a database, Valet is a great setup.&#8221;</p>\n<p>Since it doesn&#8217;t require a ton of dependencies, Valet is quick to set up and doesn&#8217;t require any configuration. Developers don&#8217;t even need to make Valet aware that their app is WordPress &#8211; you can simply drop WordPress core files into a folder on your machine and then access the site i
 n your browser.</p>\n<p>If you&#8217;re looking for a new lightweight development environment or just a quick way to do some PHP 7 testing for WordPress plugins, Valet may fit nicely into your workflow. You can install it using <a href=\"http://brew.sh/\" target=\"_blank\">Homebrew</a>. View the <a href=\"https://laravel.com/docs/5.2/valet#installation\" target=\"_blank\">docs</a> for installation and site setup or follow along with Suhm&#8217;s <a href=\"http://blog.wppusher.com/a-minimalist-development-environment-for-wordpress-with-laravel-valet/\" target=\"_blank\">tutorial</a>.</p>\n<p>To see a quick demo of Valet in action, check out the two-minute introduction video created by Adam Wathan:</p>\n<div class=\"embed-wrap\"></div>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:
 0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 06 May 2016 18:44:40 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:42;a:6:{s:4:\"data\";s:13:\"\n        \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"chil
 d\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:79:\"WPTavern: WordPress 4.6 to Drop Open Sans in the Admin in Favor of System Fonts\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=54507\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:89:\"http://wptavern.com/wordpress-4-6-to-drop-open-sans-in-the-admin-in-favor-of-system-fonts\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"descripti
 on\";a:1:{i:0;a:5:{s:4:\"data\";s:2130:\"<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/05/system-fonts-firefox-osx.png\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/05/system-fonts-firefox-osx.png?resize=1025%2C450\" alt=\"system-fonts-firefox-osx\" class=\"aligncenter size-full wp-image-54575\" /></a></p>\n<p>WordPress 4.6 will bid farewell to Open Sans in the admin in favor of using system fonts. Open Sans, which loads from Google Fonts as an external resource, has been in use in the admin since 2013.</p>\n<p>&#8220;At the time of introduction in 3.8, there were not good system fonts common to all platforms at the time,&#8221; WordPress lead developer <a href=\"http://helenhousandi.com/\" target=\"_blank\">Helen Hou-Sandí</a> said in her <a href=\"https://core.trac.wordpress.org/change
 set/37361\" target=\"_blank\">commit</a> message. &#8220;In the years since, Windows, Android, OS X, iOS, Firefox OS, and various flavors of Linux have all gotten their own (good) system UI fonts.&#8221;</p>\n<p>Now that the admin doesn&#8217;t have to load fonts from Google, it should feel faster and will provide a better experience for developers who are working offline.</p>\n<p>Dropping Open Sans originated as part of the <a href=\"https://make.wordpress.org/core/features/font-natively/\" target=\"_blank\">Font Natively</a> feature project led by WordPress designer <a href=\"https://mattmiklic.com/\" target=\"_blank\">Matt Miklic</a>, Mark Uraine, and Helen Hou-Sandí. The project page provides screenshots for the WP admin with Open Sans in Firefox on OSX vs the admin with system fonts, but the team noted that they are in need of more screenshots from differ
 ent environments.</p>\n<p>Anytime that WordPress can shed a third-party dependency while improving the experience in the admin is a win for everyone. The commit comes early in the release cycle in order to get more people testing for misalignments and any other issues. Feel free to report any bugs you experience with the change, as work is still ongoing on the <a href=\"https://core.trac.wordpress.org/ticket/36753\" target=\"_blank\">ticket</a>.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 05 May 2016 20:50:27 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\&quo
 t;;s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:43;a:6:{s:4:\"data\";s:13:\"\n    \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"WPTavern: Ninja Forms Update Patches Critical Security Vulnerability\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\
 "data\";s:28:\"http://wptavern.com/?p=54556\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:78:\"http://wptavern.com/ninja-forms-update-patches-critical-security-vulnerability\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4325:\"<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/03/NinjaFormsFeaturedImage.png\"><img class=\"aligncenter size-full wp-image-40019\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/03/NinjaFormsFeaturedImage.png?resize=840%2C273\" alt=\"Ninja Forms Featured Image\" />
 </a><a href=\"https://wordpress.org/plugins/ninja-forms/\">Ninja Forms</a>, a popular plugin active on more than 500K websites, released an update 48 hours ago that addresses a critical security vulnerability. Wordfence <a href=\"https://www.wordfence.com/blog/2016/05/ninja-forms-shell-upload-vulnerability-high-risk/\">is reporting</a> that Ninja Forms versions 2.9.36 to 2.9.42 contain multiple security vulnerabilities.</p>\n<p>One of the vulnerabilities allows an attacker to upload and execute code remotely on WordPress sites. The only information needed to exploit the vulnerability is the URL of the target site that&#8217;s using a form powered by an affected version of Ninja Forms.</p>\n<p>Kevin Stover, CTO of Ninja Forms, explains to the Tavern how they discovered the vulnerabilities:</p>\n<blockquote><p>About two weeks ago, we were contacted by a security researcher, James Golovich, 
 regarding a file upload issue within Ninja Forms. He demonstrated that it was possible to upload an arbitrary file using some test code that hadn’t been removed during our build process.</p>\n<p>We realised that the test code had accidentally been utilised in other areas of the plugin, and we immediately began working on a fix. While the issue was being patched, we reached out to the devs at the <a href=\"http://wordpress.org/\" target=\"_blank\" rel=\"noreferrer\">WordPress.org</a> repo and began the processes of preparing for auto updating users of the affected versions.</p>\n<p>Once the patch had been tested, we pushed version 2.9.43 and .1 versions of 2.9.36 &#8211; 2.9.42. Shortly after, <a href=\"http://wordpress.org/\" target=\"_blank\" rel=\"noreferrer\">WordPress.org</a> began pushing out automatic updates.</p></blockquote>\n<p>As to why there 
 wasn&#8217;t a post published immediately on the official <a href=\"https://ninjaforms.com/blog/\">Ninja Forms blog</a> announcing the update, &#8220;We didn’t want to go public with the vulnerability until our users had time to update, both to the newest version and the .1 versions,&#8221; Stover said.</p>\n<p>&#8220;James Golovich&#8217;s responsible disclosure gave us time to fix the issue and for our users to update to safe versions before disclosing the vulnerability on his site,&#8221; he said. The company has since <a href=\"https://ninjaforms.com/important-security-update-always-hurt-ones-love/\">published a blog post </a>concerning the update.</p>\n<p>Working with the WordPress security team, automatic updates started rolling out on Tuesday, May 3rd. If automatic plugin updates are disabled, you&#8217;re highly encouraged to update manually to 2.9.45 as soon as possible. The Ni
 nja Forms team is also working with a number of large webhosts to ensure as many sites as possible are updated.</p>\n<p>Wordfence is not detecting wide-spread exploitation but this could change in the next few days as details of the exploit emerge.</p>\n<p>When it comes to security vulnerabilities, the ability to upload and execute code remotely is about as severe as it gets. Golovich is credited with <a href=\"http://www.pritect.net/blog/ninja-forms-2-9-42-critical-security-vulnerabilities\">responsibly disclosing</a> the vulnerability to the Ninja Forms team. He also provides technical details of each vulnerability, most of which are in the Ninja Forms 3.0 code base.</p>\n<p>According to Golovich, the most vulnerable code is a proof of concept:</p>\n<blockquote><p>The following vulnerable code was, according to Kyle Johnson of the WP Ninjas team &#8216;not a live feature of Ninja Forms, but was more of
  a proof of concept for a future free feature.&#8217; Unfortunately, even proof of concept code that is accessible is still vulnerable to attack. This is the most critical vulnerability here because it potentially allows an attacker to execute arbitrary php code on a site.</p></blockquote>\n<p>Users should update as soon as possible as it&#8217;s only a matter of time before tools are created that can easily take advantage of the exploit.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 05 May 2016 20:46:19 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}
 s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:44;a:6:{s:4:\"data\";s:13:\"\n     \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"WPTavern: WordPress.org Support Forums Adds Accessibility Section\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\&quo
 t;http://wptavern.com/?p=54472\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"http://wptavern.com/wordpress-org-support-forums-adds-accessibility-section\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3619:\"<p>Earlier this year, the WordPress project made a huge move by <a href=\"http://wptavern.com/wordpress-adopts-accessibility-coding-standards-for-all-new-and-updated-code\">adopting accessibility coding standards</a> for new and updated code. If you&#8217;re struggling to meet <a href=\"https://www.w3.org/WAI/intro/wcag\">WCAG 2.0 guideli
 nes</a> in your WordPress projects and need help, check out the new <a href=\"https://wordpress.org/support/forum/accessibility\">Accessibility section</a> in the WordPress.org support forums.</p>\n<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/WPAccessibilitySupport.png\"><img class=\"size-full wp-image-54551\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/WPAccessibilitySupport.png?resize=1025%2C487\" alt=\"WordPress Accessibility Support\" /></a>WordPress Accessibility Support\n<p>Amanda Rush, who helps WordPress developers make their themes and plugins accessible, says the forum is the result of a conversation with a support team member at WordCamp Atlanta.</p>\n<p>&#8220;I <span class=\"message_body\">mentioned that part of what makes the job difficult when it comes to making WordPress accessible is stopping durin
 g our work to answer occasional questions.<br />\n</span></p>\n<p>&#8220;Most of the time the answer is not a quick one, because in the case of screen reader users, you have to first find out how well they can use their tech, how familiar they are with WordPress itself, and if neither of those chances are high, you spend time giving them a crash course in either one or both, and then answer their question,&#8221; <span class=\"message_body\">Rush said. </span></p>\n<p>Most of the people on the <a href=\"https://make.wordpress.org/accessibility/\">WordPress Accessibility team</a> are volunteers with full-time jobs which limits their ability to provide one-on-one support. Many of the support queries come through email or direct messages to individuals on the team. The forum enables everyone to participate in the support process.</p>\n<p>&#8220;If people ask their questions publicly,
  I or others not necessarily on the Accessibility Team can answer, and the answers are then public,&#8221; Rush said.</p>\n<p>&#8220;We have a pattern library on GitHub, which we all contribute to when we have time. But there are all kinds of solutions being passed around on Twitter and spread across other people&#8217;s GitHub accounts. So if someone asks a question like that, we can either point to something in specific cases, which is most of them, there&#8217;s probably already a specific solution that someone&#8217;s built, and we can link to that,&#8221; Rush told the Tavern.</p>\n<p>The accessibility support forum also comes with a side benefit, &#8220;W<span class=\"message_body\">e don&#8217;t have to say no all the time when people ask for support, or what looks like all the time to some people. Everyone can help each other </span><span class=\"message_body\">out and Google has a 
 public resource,&#8221; Rush said.<br />\n</span></p>\n<p>The support forum comes at a time where accessibility is an increasingly important part of web development. For example, the European Union <a href=\"http://europa.eu/rapid/press-release_IP-16-1654_en.htm\">recently agreed to new rules</a> that will make public sector websites and apps more accessible.</p>\n<p>If you have any questions related to accessibility, you can post them on the forum. If you have experience and knowledge in the accessibility field, consider answering questions as it&#8217;s a great way to contribute to the WordPress project.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\&q
 uot;Thu, 05 May 2016 20:13:11 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:45;a:6:{s:4:\"data\";s:13:\"\n  \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:110:\"WPTavern: Font Awesome CDN Now in Beta, Loads Icons Asynchronously with Automatic Accessibility Be
 st Practices\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=54509\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:119:\"http://wptavern.com/font-awesome-cdn-now-in-beta-loads-icons-asynchronously-with-automatic-accessibility-best-practices\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2903:\"<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/05/fo
 nt-awesome.png\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/05/font-awesome.png?resize=1025%2C326\" alt=\"font-awesome\" class=\"aligncenter size-full wp-image-54532\" /></a></p>\n<p><a href=\"https://fortawesome.github.io/Font-Awesome/\" target=\"_blank\">Font Awesome</a>, the open source vector icon collection used by more than 300 plugins on WordPress.org and many free and commercial themes, <a href=\"https://articles.fortawesome.com/announcing-font-awesome-cdn-81773e0b301f#.egol888o7\" target=\"_blank\">announced the beta release of its new CDN</a>. Developers can now add a single line of code to bring the icons and CSS toolkit into their projects.</p>\n<p>The icon files and CSS are hosted by <a href=\"https://www.maxcdn.com/\" target=\"_blank\">MaxCDN</a>, which serves a cached version tha
 t loads quickly on websites that use Font Awesome. The CDN uses <a href=\"https://github.com/typekit/webfontloader\" target=\"_blank\">Web Font Loader</a>, which was co-developed by Google and Typekit, to load the icons asynchronously. This also gives developers <a href=\"https://github.com/typekit/webfontloader#events\" target=\"_blank\">CSS and JavaScript events</a> to hook into on loading.</p>\n<p><a href=\"http://wptavern.com/font-awesome-4-6-0-adds-new-accessibility-icons-category\" target=\"_blank\">FontAwesome 4.6 added a new accessibility icon category</a> and the new CDN helps to automate outputting the correct markup. If the icon you&#8217;re using has semantic meaning, including an accurate title attribute with the inline icon will trigger Font Awesome&#8217;s JS to do the rest.</p>\n<p>Font Awesome requires an email address from those want to us
 e the CDN so it can issue a unique embed code for each. Developers also have the option to register a Font Awesome CDN account to keep track of sites and apps where they are using the icons, and manage multiple embed codes. Once logged in, you can enable or disable auto-accessibility, asynchronous icon loading, easy updates to newer Font Awesome versions, and CSS or JS embed.</p>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/05/font-awesome-account.png\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/05/font-awesome-account.png?resize=1025%2C865\" alt=\"font-awesome-account\" class=\"aligncenter size-full wp-image-54543\" /></a></p>\n<p>One of the most convenient reasons to use the CDN is to simplify updates. WordPress plugin and theme developers do not have to bump versions or push any code to use the latest version. Font Awesome version changes can be triggered
  on an individual basis for each embed code in a developer&#8217;s account dashboard. Check out the instructions at <a href=\"https://cdn.fontawesome.com/\" target=\"_blank\">cdn.fontawesome.com</a> to get your project hooked up.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 05 May 2016 18:09:31 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_bas
 e\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:46;a:6:{s:4:\"data\";s:13:\"\n        \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:50:\"WP Mobile Apps: WordPress for Android: Version 5.3\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://apps.wordpress.com/?p=3352\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\&qu
 ot;link\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"https://apps.wordpress.com/2016/05/05/wordpress-for-android-version-5-3/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3203:\"<p>Hello WordPress users! <a href=\"https://play.google.com/store/apps/details?id=org.wordpress.android\" target=\"_blank\">Version 5.3 of the WordPress for Android app</a> is now available in the Google Play Store.</p>\n<h1>Account Settings and App Settings</h1>\n<p>We split the old Account Settings into two distinct screens: Account Settings for everything related to your account, and App Settings for everything specific to the App, like the interface language, PIN lock, and Analytics opt-out.</p>\n<p><img class=\&qu
 ot;alignnone size-full wp-image-3354\" src=\"https://apps.files.wordpress.com/2016/04/screenshot-2016-04-04_15-43-50-172.png?w=640\" alt=\"screenshot-2016-04-04_15.43.50.172\" /></p>\n<h1>Delete WordPress.com site</h1>\n<p>With 5.3, you can now export your content (posts, pages, and settings) by email and delete your WordPress.com site from the app.</p>\n<p><img class=\"alignnone size-full wp-image-3356\" src=\"https://apps.files.wordpress.com/2016/04/screenshot-2016-04-04_15-45-34-504.png?w=640\" alt=\"screenshot-2016-04-04_15.45.34.504\" /></p>\n<h1>Other Changes</h1>\n<p>Version 5.3 also comes with a few other enhancements:</p>\n<ul>\n<li>New styling of the action bar in the Reader.</li>\n<li>If you made changes to a post, you&#8217;ll see a confirmation blink on <strong>Blog Posts</strong> when returning to th
 e <strong>My site</strong> screen.</li>\n<li>Better styling of the Post and Page Preview screen.</li>\n<li>An updated support tool reduces crashes.</li>\n</ul>\n\n<a href=\"https://apps.wordpress.com/2016/05/05/wordpress-for-android-version-5-3/screenshot-2016-04-04_15-59-35-639/\"><img width=\"84\" height=\"150\" src=\"https://apps.files.wordpress.com/2016/04/screenshot-2016-04-04_15-59-35-639.png?w=84&h=150\" class=\"attachment-thumbnail size-thumbnail\" alt=\"screenshot-2016-04-04_15.59.35.639\" /></a>\n<a href=\"https://apps.wordpress.com/2016/05/05/wordpress-for-android-version-5-3/screenshot-2016-04-04_16-01-41-971/\"><img width=\"84\" height=\"150\" src=\"https://apps.files.wordpress.com/2016/04/screenshot-2016-04-04_16-01-41-971.png?w=84&h=150\" class=\"attachment-thumbnail size-thumbnail
 \" alt=\"screenshot-2016-04-04_16.01.41.971\" /></a>\n\n<p>We&#8217;re working hard on new features for the next version &#8212; you can track our development progress for the next release by visiting <a href=\"https://github.com/wordpress-mobile/WordPress-Android/milestones/5.4\">our 5.4 milestone on GitHub</a>.</p>\n<h1>Thank you</h1>\n<p>Thanks to our contributors: <a href=\"https://github.com/aforcier\">@aforcier</a>, <a href=\"https://github.com/daniloercoli\">@daniloercoli</a>, <a href=\"https://github.com/hypest\">@hypest</a>, <a href=\"https://github.com/kwonye\">@kwonye</a>, <a href=\"https://github.com/maxme\">@maxme</a>, <a href=\"https://github.com/mzorz\">@mzorz</a>, <a href=\"https://github.com/nbradbury\">@nbradbury</a>, <a href=\
 "https://github.com/oguzkocer\">@oguzkocer</a>, <a href=\"https://github.com/rishabh7m\">@rishabh7m</a>, <a href=\"https://github.com/roundhill\">@roundhill</a>, and <a href=\"https://github.com/tonyr59h\">@tonyr59h</a>.</p><img alt=\"\" border=\"0\" src=\"https://pixel.wp.com/b.gif?host=apps.wordpress.com&blog=108068616&post=3352&subd=apps&ref=&feed=1\" width=\"1\" height=\"1\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 05 May 2016 08:57:23 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"
 \";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"Maxime\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:47;a:6:{s:4:\"data\";s:13:\"\n  \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"WPTavern: WPWeekly Episode 233 – Recap of WordCamp Chicago 2016\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\&
 quot;http://wptavern.com?p=54518&preview_id=54518\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"http://wptavern.com/wpweekly-episode-233-recap-of-wordcamp-chicago-2016\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2903:\"<p>On this episode of WordPress Weekly, I describe my experience attending WordCamp Chicago 2016 this past weekend. Marcus Couch and I then discuss the news of the week including a new tool that helps WordCamp organizers create customized name badges.</p>\n<p>We also have a lengthy discussion on the freemium business model and how it&#8217;s aff
 ecting users of themes and plugins downloaded from the official directories. Last but not least, we talk about WooCommerce Connect, a new SaaS tool from Automattic that has a tight relationship with Jetpack.</p>\n<h2>Stories Discussed:</h2>\n<p><a href=\"http://wptavern.com/wordcamp-organizers-get-new-tool-for-creating-personalized-wordcamp-badges\">WordCamp Organizers Get New Tool for Creating Personalized WordCamp Badges</a><br />\n<a href=\"http://wptavern.com/wordpress-is-now-100-translated-into-marathi\">WordPress is Now 100% Translated Into Marathi</a><br />\n<a href=\"http://wptavern.com/templatic-hacked-files-and-databases-compromised\">Templatic Hacked, Files and Databases Compromised</a><br />\n<a href=\"http://wptavern.com/wordpress-theme-review-team-votes-on-new-guidelines-to-ban-obtrusive-upselling\">WordPress Theme Review Team Votes on New Guideli
 nes to Ban Obtrusive Upselling</a><br />\n<a href=\"http://wptavern.com/automattic-introduces-woocommerce-connect-hosted-components-for-e-commerce\">Automattic Introduces WooCommerce Connect, Hosted Components for E-Commerce</a></p>\n<h2>Plugins Picked By Marcus:</h2>\n<p><a href=\"https://wordpress.org/plugins/rss-feed-canceller/\">RSS Feed Canceller </a>provides more control over your RSS feed. You can turn it on or off per post and control whether or not a post is excluded from the feed.</p>\n<p><a href=\"https://wordpress.org/plugins/tld-woocommerce-downloadable-product-update-emails/\">TLD WooCommerce Downloadable Product Update Emails</a> is a simple plugin that notifies customers who purchased a downloadable product via email that there&#8217;s an update available.</p>\n<p><a href=\"https://wordpress.org/plugins/inline-click-to-tweet/\&quot
 ;>Inline Click To Tweet</a> allows authors to highlight text from within the visual editor and make it tweetable by clicking within the post or page.</p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Wednesday, May 11th 9:30 P.M. Eastern</p>\n<p><strong>Subscribe To WPWeekly Via Itunes: </strong><a href=\"https://itunes.apple.com/us/podcast/wordpress-weekly/id694849738\" target=\"_blank\">Click here to subscribe</a></p>\n<p><strong>Subscribe To WPWeekly Via RSS: </strong><a href=\"http://www.wptavern.com/feed/podcast\" target=\"_blank\">Click here to subscribe</a></p>\n<p><strong>Subscribe To WPWeekly Via Stitcher Radio: </strong><a href=\"http://www.stitcher.com/podcast/wordpress-weekly-podcast?refid=stpr\" target=\"_blank\">Click here to subscribe</a></p&
 gt;\n<p><strong>Listen To Episode #233:</strong><br />\n</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 05 May 2016 08:46:25 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:48;a:6:{s:4:\"data\";s:13:\"\n    \n      \n      \n      \n      \n      \n
 \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"WPTavern: WordCamp Chicago 2016 Was a Deep Dish of Fun\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=54453\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"http://wptavern.com/wordcamp-chicago-2016-was-a-deep-dish-of-fun\";s:7:\"attribs\";a:0:{}s:8:\"xml_bas
 e\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5547:\"<p><a href=\"https://2016.chicago.wordcamp.org/\">WordCamp Chicago 2016</a> was held at University Center in the heart of Chicago, IL, where more than 300 attendees spent the weekend learning about WordPress. The event was organized by Ryan Erwin and a <a href=\"https://2016.chicago.wordcamp.org/organizers/\">team of volunteers. </a></p>\n<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/05/JJJWCChicago2016.jpg\"><img class=\"size-full wp-image-54500\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/05/JJJWCChicago2016.jpg?resize=1024%2C768\" alt=\"John James Jacoby talking about bbPress and BuddyPress\" /></a>John James Jacoby talking about bbPress 
 and BuddyPress\n<p>Tracks were split up into three separate rooms limiting the amount of background noise during sessions. Giving attendees a schedule is handled differently at most camps. Some provide a paper schedule while others put it on the back of the name badge.</p>\n<p>At WordCamp Chicago, schedule boards were displayed outside each room that corresponded with a track number. This made it easier for attendees to determine if they wanted to stay in the room for the next session.</p>\n<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/WCChicago2016Schedule.jpg\"><img class=\"size-full wp-image-54501\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/WCChicago2016Schedule.jpg?resize=1024%2C1365\" alt=\"Schedule Board Outside The Room Hosting Track 1\" /></a>Schedule Board Outside The Room Hosting Track 1\n<p>WordCamps are a great way to stress test a venue&#
 8217;s network but the WiFi at WordCamp Chicago was flawless. I didn&#8217;t experience any issues and it remained fast throughout the event. I didn&#8217;t stick around for lunch as there are plenty of lunch options available within walking distance of the venue.</p>\n<h2>The After Party</h2>\n<p>Most WordCamps host an after party at a restaurant, bar, or other establishment away from the venue. WordCamp Chicago&#8217;s after party was held at the venue. It included, non-alcoholic and alcoholic drinks, food, and card games on each table. It was fun mingling and networking with people without having to compete with blaring music or a loud atmosphere.</p>\n<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/05/WCChicago2016AfterParty.jpg\"><img class=\"size-full wp-image-54503\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/05/WCChicago2016AfterParty.jpg?resize=1024%2C768\" alt=
 \"WordCamp Chicago 2016 After Party\" /></a>WordCamp Chicago 2016 After Party\n<p>Out of all the sessions I attended, my favorite is <a href=\"https://2016.chicago.wordcamp.org/session/disastrous-deals-to-profitable-projects-comparing-my-best-and-worst-client-experiences/\">by Kyle Maurer,</a> who shared experiences and advice from <a href=\"http://realbigmarketing.com/\">building client websites</a> over the years.</p>\n<p>One of the biggest pieces of advice he shared is to build direct relationships with clients. No one is going to fight your battles as much as you and third-parties are unlikely to stick their neck out. Managing direct relationships leads to trust, referrals, and being rehired to do additional work.</p>\n<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/05/KyleMaurerSlideWCChicago2016.jpg\"><img class=\"size-full wp-image-54504\" src=\&
 quot;http://i0.wp.com/wptavern.com/wp-content/uploads/2016/05/KyleMaurerSlideWCChicago2016.jpg?resize=1024%2C768\" alt=\"A Slide from Kyle Maurer\'s Presentation\" /></a>A Slide from Kyle Maurer&#8217;s Presentation\n<p>His session contains a lot of great information and I highly encourage you to watch it when it&#8217;s published on WordPress.tv.</p>\n<h2>WordCamps Offer a Lot of Value For The Price</h2>\n<p>Throughout the event, I spoke to a number of people and noted the following. Many attendees said they received more value than expected paying $40 a ticket. Some have spent hundreds of dollars on conference tickets and didn&#8217;t enjoy themselves or come away with nearly as much information.</p>\n<p>I discovered a number of attendees are part of one or more WordPress meetup groups. According to Meetup.com, there are at least <a href=\"http://www.meetup.com/find/?allMeetups=false&keywords
 =Chicago+WordPress&radius=25&userFreeform=chicago+I&mcId=c60601&change=yes&sort=recommended&eventFilter=mysugg\">four WordPress groups </a>with hundreds of members spread throughout the Chicago area. It&#8217;s a strong indication that the WordPress community in Chicago is thriving and supportive of each other.</p>\n<h2>WordCamp Chicago in 2017</h2>\n<p>It was a pleasure attending WordCamp Chicago and making new friends. I especially enjoyed speaking to WordPress Weekly listeners and getting their feedback. Also for those wondering, I satisfied my craving for deep-dish pizza via <a href=\"http://www.loumalnatis.com/arizona-phoenix\">Lou Malnati&#8217;s</a>. The pizza tastes better than I remembered. If you&#8217;re ever in the Chicago area, you have to try Lou Malnati&#8217;s pizza.</p>\n<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/TheLou.jpg\"
 ><img class=\"size-full wp-image-54505\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/TheLou.jpg?resize=1024%2C768\" alt=\"The Lou!\" /></a>The Lou!\n<p>Everyone involved with WordCamp Chicago 2016 did a great job. If you didn&#8217;t get a chance to attend this year, don&#8217;t worry. After taking a break for a few weeks, the organizing team plans to begin organizing WordCamp Chicago 2017.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 05 May 2016 03:00:06 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";
 }}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:49;a:6:{s:4:\"data\";s:13:\"\n  \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:85:\"WPTavern: Automattic Introduces WooCommerce Connect, Hosted Components for E-Commerce\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\&quot
 ;data\";s:28:\"http://wptavern.com/?p=54476\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:94:\"http://wptavern.com/automattic-introduces-woocommerce-connect-hosted-components-for-e-commerce\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5426:\"<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/woocommerce-logo.png\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/woocommerce-logo.png?resize=1025%2C466\" alt=\"woocommerce-logo\" class=\"aligncenter size-full wp-image-54492\" /></a>&l
 t;/p>\n<p><a href=\"https://www.woothemes.com/woocommerce/\" target=\"_blank\">WooCommerce</a> is the current leader in e-commerce software, capturing <a href=\"https://wappalyzer.com/categories/ecommerce\" target=\"_blank\">31% of the market</a>, thanks to its relatively user-friendly interface and connection to WordPress. However, setting up a WooCommerce site, or any e-commerce site for that matter, is not for the faint of heart, no matter how user-friendly the software. It requires knowledge of hosting, PCI compliance, payment gateways, SSL certificates, shipping methods, tax, and more.</p>\n<p>When <a href=\"http://wptavern.com/automattic-acquires-woocommerce\" target=\"_blank\">Automattic acquired WooCommerce</a> last May, the company accepted the challenge to make it as easy to create stores online as WordPress.com has done for websites.</p>\n<p>“
 I believe that the web needs an open, independent and easy-to-use commerce platform that you can run yourself on your own website,” Matt Mullenweg said in his <a href=\"https://www.youtube.com/watch?v=xJOfTB8-daA\" target=\"_blank\">video</a> announcement of the acquisition.</p>\n<p>Automattic has been working to simplify selling with WooCommerce and today the company announced <a href=\"https://www.woothemes.com/2016/05/woocommerce-connect-announcement/\" target=\"_blank\">WooCommerce Connect</a>, the secret project that Mullenweg <a href=\"https://twitter.com/WooConf/status/717725650916741120\" target=\"_blank\">hinted</a> at during WooConf.</p>\n<p>WC Connect is WooCommerce&#8217;s new Automattic-hosted SaaS architecture that was created to offer store features in a more user-friendly way. It is built on the WP REST API and offers a simplified Calypso-styl
 e interface for configuring options.</p>\n<p>The first service offered via the alpha version of WC Connect is real-time USPS shipping rates for US-based stores. It eliminates the need for a USPS API key as well as a subscription key from WooCommerce. One of the advantages for the user is that there are fewer software updates to install for extensions, as all the code is maintained on Automattic&#8217;s servers.</p>\n<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/usps-wc-connect.png\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/usps-wc-connect.png?resize=650%2C362\" alt=\"usps-wc-connect\" class=\"aligncenter size-full wp-image-54493\" /></a></p>\n<h3>What&#8217;s Next for WooCommerce Connect?</h3>\n<p>If the testing goes well, WooCommerce plans to roll Connect into the plugin&#8217;s core to make it easier to serve more 
 hosted e-commerce components. The team is also working on expanding shipping options for the beta.</p>\n<p>&#8220;In the near future we hope to integrate with further shipping services, most likely Canada Post next,&#8221; said WooThemes co-founder <a href=\"https://twitter.com/mark_forrester\" target=\"_blank\">Mark Forrester</a>. &#8220;Shipping and payment options seem the logical place for us to start.&#8221;</p>\n<p>Forrester confirmed that while the USPS shipping method is free, WooThemes is exploring monetizing other service offerings in the future. If WC Connect has a successful beta period, the team will consider using the same model for offering payment gateways in the future.</p>\n<p>&#8220;Setting up payments for your store should be simple and behind the scenes,&#8221; Forrester said. &#8220;We believe we can offer better options for our customers working closely with payment
  partners and using connected services.&#8221;</p>\n<p>Forrester said that the team hopes WC Connect can be baked into WooCommerce core soon, but they will make the decision based on user feedback from the alpha/beta period.</p>\n<p>Those who create WooCommerce extensions and depend on its ecosystem may be wondering whether the SaaS model will overtake the plugin entirely. Last May, during his WooCommerce Q&amp;A, Matt Mullenweg <a href=\"https://ma.tt/2015/05/woomattic/#comment-583541\" target=\"_blank\">confirmed</a> that Automattic is not moving towards a 100% SaaS model.</p>\n<p>&#8220;If or when we do SAAS, the plugin isn’t going away, it’ll continue as it has,&#8221; Mullenweg said.</p>\n<p>WooCommerce is not being rolled into Jetpack, as many suspected when Automattic acquired the product. However, WC Connect does require users to connect to WordPress.com via Jetpack.</p>
 \n<p>&#8220;We feel it makes sense to leverage the code/infrastructure of one of the most powerful WordPress connected services,&#8221; Forrester said.</p>\n<p>The team is aiming to make WC Connect a simpler way to connect services to online stores without users having to leave their WooCommerce dashboards. Many store owners would rather pay for hosted software they don&#8217;t have to update as opposed to self-hosted extensions that require regular maintenance.</p>\n<p>If the strategy of offering hosted e-commmerce components succeeds at making store management easier for non-developers, Automattic will be able to profit from offering compelling commercial WC Connect services, such as payment gateways, and expand WooCommerce&#8217;s global reach.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\"
 ;b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 04 May 2016 22:20:21 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";a:10:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Mon, 06 Jun 2016 18:38:11 GMT\";s:12:\"content-type\";s:8:\"text/xml\";s:14:\"content-length\";s:6:\"228016\";s:10:\"connection\&quot
 ;;s:5:\"close\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:13:\"last-modified\";s:29:\"Mon, 06 Jun 2016 18:30:18 GMT\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:11:\"HIT lax 250\";s:13:\"accept-ranges\";s:5:\"bytes\";}s:5:\"build\";s:14:\"20160606161022\";}','no'),(533,'_transient_timeout_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9','1465281491','no'),(534,'_transient_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9','1465238291','no'),(535,'_transient_timeout_dash_88ae138922fe95674369b1cb3d215a2b','1465281491','no'),(536,'_transient_dash_88ae138922fe95674369b1cb3d215a2b','<div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://wordpress.org/news/2016/05/wordpress-4-5-2/\'>WordPress 4.5.2 Security Release</a> <span class=\"rss-date\">May 6, 2016</span><div class=\"
 rssSummary\">WordPress 4.5.2 is now available. This is a security release for all previous versions and we strongly encourage you to update your sites immediately. WordPress versions 4.5.1 and earlier are affected by a SOME vulnerability through Plupload, the third-party library WordPress uses for uploading files. WordPress versions 4.2 through 4.5.1 are vulnerable to reflected XSS [&hellip;]</div></li></ul></div><div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://apps.wordpress.com/2016/06/01/wordpress-for-android-version-5-4/\'>WP Mobile Apps: WordPress for Android: Version 5.4</a></li><li><a class=\'rsswidget\' href=\'http://wptavern.com/wordcamp-incubator-program-to-launch-in-indonesia-zimbabwe-and-columbia\'>WPTavern: WordCamp Incubator Program to Launch in Indonesia, Zimbabwe, and Colombia</a></li><li><a class=\'rsswidget\' href=\'http://z9.io/
 2016/05/27/wordpress-is-thirteen/\'>Donncha: WordPress is thirteen!</a></li></ul></div>','no'),(543,'jetpack_security_report','a:0:{}','yes'),(556,'_transient_timeout_jetpack_https_test','1465325490','no'),(557,'_transient_jetpack_https_test','1','no'),(567,'_transient_is_multi_author','0','yes');
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+INSERT INTO `wc_46_options` VALUES (1,'siteurl','http://2014.seattle.wordcamp.test','yes'),(2,'blogname','WordCamp Seattle 2014','yes'),(3,'blogdescription','Just another WordCamp','yes'),(4,'users_can_register','0','yes'),(5,'admin_email','foo@example.org','yes'),(6,'start_of_week','1','yes'),(7,'use_balanceTags','0','yes'),(8,'use_smilies','1','yes'),(9,'require_name_email','1','yes'),(10,'comments_notify','1','yes'),(11,'posts_per_rss','10','yes'),(12,'rss_use_excerpt','0','yes'),(13,'mailserver_url','mail.example.com','yes'),(14,'mailserver_login','login@example.com','yes'),(15,'mailserver_pass','password','yes'),(16,'mailserver_port','110','yes'),(17,'default_category','1','yes'),(18,'default_comment_status','open','yes'),(19,'default_ping_status','open','yes'),(20,'default_pingback_flag','1','yes'),(21,'posts_per_page','10','yes'),(22,'date_format','F j, Y','yes'),(23,'time_format',
 'g:i a','yes'),(24,'links_updated_date_format','F j, Y g:i a','yes'),(25,'comment_moderation','0','yes'),(26,'moderation_notify','1','yes'),(27,'permalink_structure','/%year%/%monthnum%/%day%/%postname%/','yes'),(29,'hack_file','0','yes'),(30,'blog_charset','UTF-8','yes'),(31,'moderation_keys','','no'),(32,'active_plugins','a:2:{i:0;s:19:\"camptix/camptix.php\";i:1;s:21:\"wc-fonts/wc-fonts.php\";}','yes'),(33,'home','http://2014.seattle.wordcamp.test','yes'),(34,'category_base','','yes'),(35,'ping_sites','http://rpc.pingomatic.com/','yes'),(37,'comment_max_links','2','yes'),(38,'gmt_offset','0','yes'),(39,'default_email_category','1','yes'),(40,'recently_edited','','no'),(41,'template','twentytwelve','yes'),(42,'stylesheet','twentytwelve','yes'),(43,'comment_whitelist','1','yes'),(44,'blacklist_keys','','no'),(45,'comment_registration','0','yes'),(46,'html_type','text/html','yes'),(47,'use_trackback','0','yes'),(48,'default_role','subscriber','yes'),(49,'db_versi
 on','44719','yes'),(50,'uploads_use_yearmonth_folders','1','yes'),(51,'upload_path','','yes'),(52,'blog_public','1','yes'),(53,'default_link_category','2','yes'),(54,'show_on_front','posts','yes'),(55,'tag_base','','yes'),(56,'show_avatars','1','yes'),(57,'avatar_rating','G','yes'),(58,'upload_url_path','','yes'),(59,'thumbnail_size_w','150','yes'),(60,'thumbnail_size_h','150','yes'),(61,'thumbnail_crop','1','yes'),(62,'medium_size_w','300','yes'),(63,'medium_size_h','300','yes'),(64,'avatar_default','mystery','yes'),(65,'large_size_w','1024','yes'),(66,'large_size_h','1024','yes'),(67,'image_default_link_type','file','yes'),(68,'image_default_size','','yes'),(69,'image_default_align','','yes'),(70,'close_comments_for_old_posts','1','yes'),(71,'close_comments_days_old','30','yes'),(72,'thread_comments','1','yes'),(73,'thread_comments_depth','5','yes'),(74,'page_comments','0','yes'),(75,'comments_per_page','50','yes'),(76,'default_comments_page','newest','yes'),(77,'comment_order','a
 sc','yes'),(78,'sticky_posts','a:0:{}','yes'),(79,'widget_categories','a:0:{}','yes'),(80,'widget_text','a:7:{i:2;a:3:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:207:\"WordCamp Seattle is dedicated to a friendly, safe, welcoming, and harassment-free conference experience for everyone.  See our <a href=\"http://2014.seattle.wordcamp.org/code-of-conduct:\">Code of Conduct</a>.\";s:6:\"filter\";b:0;}i:3;a:3:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:209:\"<div class=\"header-widget-inner\">\r\n<h4>Sponsor</h4>\r\n<p>Support your WordPress Community by sponsoring WordCamp. <a href=\"http://2014.seattle.wordcamp.org/sponsor/\">Learn more</a> about sponsoring.</p>\r\n</div>\";s:6:\"filter\";b:0;}i:4;a:3:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:203:\"<div class=\"header-w
 idget-inner\">\r\n<h4>Volunteer</h4>\r\n<p>WordCamps are 100% volunteer run events. Want to help contribute? <a href=\"/volunteer/\">Learn more</a> about becoming a Volunteer. </p>\r\n</div>\r\n\";s:6:\"filter\";b:0;}i:5;a:3:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:359:\"<div class=\"header-widget-inner\">\r\n<h4>About</h4>\r\n<p>New to WordCamp? <a href=\"/about/\">Learn more</a>, Watch <a href=\"http://wordpress.tv/event/wordcamp-seattle-2013/\" target=\"_blank\">last year\'s presentations</a>, then check out the monthly <a href=\"http://www.meetup.com/SeattleWordPressMeetup/\" target=\"_blank\">Seattle WordPress Meetup</a>!</p>\r\n</div>\r\n\";s:6:\"filter\";b:0;}i:6;a:3:{s:5:\"title\";s:8:\"Schedule\";s:4:\&q
 uot;text\";s:584:\"<h3>Saturday, June 28th</h3>\r\n<strong>8:00am:</strong> Registration Opens\r\n<br />\r\n<strong>9:00am:</strong> <a href=\"http://2014.seattle.wordcamp.org/schedule/\">WordCamp Seattle</a> at the University of Washington HUB.<br />\r\n<strong>5:30pm:</strong> <a href=\"http://2014.seattle.wordcamp.org/session/after-party/\">After Party</a> at UW Mary Gates Commons,\r\nsponsored by Media Temple.<br /><br />\r\n\r\n<h3>Sunday, June 29th</h3>\r\n<strong>9:30am:</strong> <a href=\"http://2014.seattle.wordcamp.org/contributor-day-sunday-june-29th/\">Contributor Day</a> at Impact HUB (Downtown Seattle)\r\n\";s:6:\"filter\";b:0;}i:7;a:3:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:207:\"WordCamp Seattle is dedicated to a friendly, safe, welcoming, and harass
 ment-free conference experience for everyone.  See our <a href=\"http://2014.seattle.wordcamp.org/code-of-conduct:\">Code of Conduct</a>.\";s:6:\"filter\";b:0;}s:12:\"_multiwidget\";i:1;}','yes'),(81,'widget_rss','a:0:{}','yes'),(82,'uninstall_plugins','a:1:{s:33:\"classic-editor/classic-editor.php\";a:2:{i:0;s:14:\"Classic_Editor\";i:1;s:9:\"uninstall\";}}','no'),(83,'timezone_string','','yes'),(84,'page_for_posts','0','yes'),(85,'page_on_front','0','yes'),(86,'default_post_format','0','yes'),(87,'link_manager_enabled','0','yes'),(88,'wc_46_user_roles','a:5:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:61:{s:13:\"switch_themes\";b:1;s:11:\"edit_themes\";b:1;s:16:\"activate_plugins\";b:1;s:12:\"edit_plugins\";b:1;s:10:\"edit_users\";b:1;s:10:\"edit_files\";b:1;s:14:\
 "manage_options\";b:1;s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:6:\"import\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:8:\"level_10\";b:1;s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\&quot
 ;;b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:12:\"delete_users\";b:1;s:12:\"create_users\";b:1;s:17:\"unfiltered_upload\";b:1;s:14:\"edit_dashboard\";b:1;s:14:\"update_plugins\";b:1;s:14:\"delete_plugins\";b:1;s:15:\"install_plugins\";b:1;s:13:\"update_themes\";b:1;s:14:\"install_themes\";b:1;s:11:\"update_core\";b:1;s:10:\"list_users\";b:1;s:12:\"remove_users\";b:1;s:13:\"promote_users\";b:1;s:18:\"edit_theme_options\";b:1;s:13:\"delete_themes\";b:1;s:
 6:\"export\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:34:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s
 :22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:10:{s:12:\"upload_files\";b:1;s:10:\"edit_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:22:\"delete_published_posts\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\&quot
 ;capabilities\";a:5:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}}','yes'),(92,'current_theme','Twenty Twelve','yes'),(93,'theme_mods_twentythirteen','a:2:{i:0;b:0;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1403381745;s:4:\"data\";a:0:{}}}','yes'),(94,'theme_switched','','yes'),(95,'safecss_rev','13','yes'),(96,'wccsp_settings','a:5:{s:7:\"enabled\";s:3:\"off\";s:21:\"body_background_color\";s:7:\"#666666\";s:26:\"container_background_color\";s:7:\"#FFFFFF\";s:10:\"text_color\";s:7:\"#000000\";s:8:\"image_id\";i:0;}','yes'),(100,'cron','a:17:{i:1561490254;a:1:{s:2
 3:\"wordcamp_dev_45_seconds\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"45-seconds\";s:4:\"args\";a:0:{}s:8:\"interval\";i:45;}}}i:1561490255;a:3:{s:14:\"lsf_10_seconds\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"10-seconds\";s:4:\"args\";a:0:{}s:8:\"interval\";i:10;}}s:14:\"lsf_30_seconds\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"30-seconds\";s:4:\"args\";a:0:{}s:8:\"interval\";i:30;}}s:14:\"lsf_45_seconds\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"45-seconds\";s:4:\"args\";a:0:{}s:8:\"interval\";i:45;}}}i:1561490259;a:1:{s:23:\"wordcamp_dev_10_seconds\";a:1:{s:32:\"40cd750bba9870f18aada2478b248
 40a\";a:3:{s:8:\"schedule\";s:10:\"10-seconds\";s:4:\"args\";a:0:{}s:8:\"interval\";i:10;}}}i:1561490264;a:1:{s:14:\"lsf_20_seconds\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"20-seconds\";s:4:\"args\";a:0:{}s:8:\"interval\";i:30;}}}i:1561490269;a:2:{s:23:\"wordcamp_dev_30_seconds\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"30-seconds\";s:4:\"args\";a:0:{}s:8:\"interval\";i:30;}}s:23:\"wordcamp_dev_60_seconds\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"60-seconds\";s:4:\"args\";a:0:{}s:8:\"interval\";i:60;}}}i:1561490285;a:1:{s:14:\"lsf_60_seconds\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"60-
 seconds\";s:4:\"args\";a:0:{}s:8:\"interval\";i:60;}}}i:1561490550;a:1:{s:11:\"wp_cache_gc\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1561490644;a:1:{s:31:\"tix_scheduled_every_ten_minutes\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:7:\"10-mins\";s:4:\"args\";a:0:{}s:8:\"interval\";i:600;}}}i:1561491243;a:2:{s:30:\"tix_dashboard_scheduled_hourly\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}s:20:\"jetpack_clean_nonces\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1561492634;a:2:{s:34:\&quo
 t;wp_privacy_delete_old_export_files\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}s:38:\"camptix_cache_all_attendees_shortcodes\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1561527244;a:1:{s:19:\"tix_scheduled_daily\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1561527245;a:1:{s:19:\"wp_scheduled_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1561528838;a:1:{s:30:\"wp_scheduled_auto_draft_delete\&
 quot;;a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1561532234;a:3:{s:24:\"wcb_redact_paid_requests\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:27:\"camptix_prime_tshirt_report\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:22:\"wp_https_support_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1561575433;a:2:{s:31:\"clear_error_rate_limiting_files\";a:1:{s:32:\"40cd750bba9870f18a
 ada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:16:\"wcsc_prime_sites\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1561575434;a:1:{s:29:\"send_invoice_pending_reminder\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}s:7:\"version\";i:2;}','yes'),(101,'post_count','16','yes'),(102,'jetpack_options','a:4:{s:7:\"version\";s:16:\"4.0.3:1465239089\";s:11:\"old_version\";s:18:\"3.1-dev:1402032843\";s:28:\"fallback_no_verify_ssl_certs\";i:0;s:9:\"time_diff\";i:0;}','yes'),(103,'camptix_options','a:17:{s:8:\"currency\";s:3:\&quo
 t;USD\";s:10:\"event_name\";s:21:\"WordCamp Seattle 2014\";s:7:\"version\";i:20180709;s:20:\"reservations_enabled\";b:0;s:15:\"refunds_enabled\";b:0;s:18:\"refund_all_enabled\";b:0;s:8:\"archived\";b:0;s:15:\"payment_methods\";a:1:{s:6:\"paypal\";b:1;}s:30:\"email_template_single_purchase\";s:233:\"Hi there!\n\nYou have purchased the following ticket:\n\n[receipt]\n\nYou can edit the information for the purchased ticket at any time before the event, by visiting the following link:\n\n[ticket_url]\n\nLet us know if you have any questions!\";s:32:\"email_template_multiple_purchase\";s:237:\"Hi there!\n\nThank you so much for purchasing a ticket and hope to see you soon at our event. You can edit your information at any time before the event, by visiting the following link:\n\n[ticket_url]\n\nLet us know if you have any questions!\";s:40:\"email_te
 mplate_multiple_purchase_receipt\";s:239:\"Hi there!\n\nYou have purchased the following tickets:\n\n[receipt]\n\nYou can edit the information for all the purchased tickets at any time before the event, by visiting the following link:\n\n[ticket_url]\n\nLet us know if you have any questions!\";s:32:\"email_template_pending_succeeded\";s:237:\"Hey there!\n\nYour payment for [event_name] has been completed, looking forward to seeing you at the event! You can access and change your tickets information by visiting the following link:\n\n[ticket_url]\n\nLet us know if you need any help!\";s:29:\"email_template_pending_failed\";s:293:\"Hey there!\n\nWe\'re so sorry, but it looks like your payment for [event_name] has failed! Please check your payment transactions for more details. If you still wish to attend the event, feel free to purchase a new ticket using the following link:\n\n[ticket_url]\n\nLet us know if you need any help!\";s
 :28:\"email_template_single_refund\";s:230:\"Hey there!\n\nYour refund for [event_name] has been completed. If you change your mind and still wish to attend the event, feel free to purchase a new ticket using the following link:\n\n[ticket_url]\n\nLet us know if you need any help!\";s:30:\"email_template_multiple_refund\";s:229:\"Hey there!\n\nYour ticket for [event_name] has been refunded. If you change your mind and still wish to attend the event, feel free to purchase a new ticket using the following link:\n\n[ticket_url]\n\nLet us know if you need any help!\";s:22:\"payment_options_stripe\";a:1:{s:10:\"api_predef\";s:12:\"wpcs-sandbox\";}s:22:\"payment_options_paypal\";a:1:{s:10:\"api_predef\";s:16:\"wordcamp-sandbox\";}}','yes'),(105,'tggr_settings','a:5:{s:10:\"db_version\";s:3:\"0.6\";s:17:\"TGGRSourceTwitter\";a:5:{s:12:\"consumer_key\";
 s:0:\"\";s:15:\"consumer_secret\";s:0:\"\";s:20:\"highlighted_accounts\";s:0:\"\";s:13:\"_bearer_token\";s:0:\"\";s:16:\"_newest_tweet_id\";i:0;}s:19:\"TGGRSourceInstagram\";a:3:{s:9:\"client_id\";s:0:\"\";s:20:\"highlighted_accounts\";s:0:\"\";s:16:\"_newest_media_id\";i:0;}s:16:\"TGGRSourceFlickr\";a:3:{s:7:\"api_key\";s:0:\"\";s:20:\"highlighted_accounts\";s:0:\"\";s:18:\"_newest_media_date\";i:0;}s:16:\"TGGRSourceGoogle\";a:3:{s:7:\"api_key\";s:0:\"\";s:20:\"highlighted_accounts\";s:0:\"\";s:21:\"_newest_activity_date\";i:0;}}','yes'),(106,'jetpack_activated','2','yes'),(140,'camptix_stats','a:6:{s:4:\"sold\";i:936;s:9:\"remaining\";i:-236;s:8:\"subtotal\";i:18720;s:10:\"discounted\";
 i:0;s:7:\"revenue\";i:18720;s:13:\"last_modified\";i:1403381449;}','yes'),(156,'category_children','a:0:{}','yes'),(157,'wcb_track_children','a:0:{}','yes'),(158,'wcb_sponsor_level_children','a:0:{}','yes'),(246,'adminhash','a:2:{s:4:\"hash\";s:32:\"43dca84bc95c7920e6e7e446e941485d\";s:8:\"newemail\";s:23:\"ian.dunn@automattic.com\";}','yes'),(247,'WPLANG','','yes'),(297,'jetpack_log','a:3:{i:0;a:5:{s:4:\"time\";i:1403381684;s:7:\"user_id\";i:1;s:7:\"blog_id\";b:0;s:4:\"code\";s:8:\"activate\";s:4:\"data\";s:10:\"custom-css\";}i:1;a:5:{s:4:\"time\";i:1403381691;s:7:\"user_id\";i:1;s:7:\"blog_id\";b:0;s:4:\"code\";s:8:\"activate\";s:4:\"data\";s:12:\"contact-form\";}i:2;a:5:{s:4:\"time\";i:1403381698;s:7:\"user_id\";i:1;s:7:\"blog_id\";b:0;s:4:\"code\&q
 uot;;s:8:\"activate\";s:4:\"data\";s:10:\"shortcodes\";}}','no'),(298,'jetpack_active_modules','a:6:{i:1;s:10:\"custom-css\";i:3;s:12:\"contact-form\";i:5;s:10:\"shortcodes\";i:6;s:20:\"custom-content-types\";i:7;s:7:\"protect\";i:11;s:13:\"subscriptions\";}','yes'),(308,'template_root','/themes','yes'),(309,'stylesheet_root','/themes','yes'),(310,'theme_mods_twentytwelve','a:3:{i:0;b:0;s:18:\"nav_menu_locations\";a:1:{s:7:\"primary\";i:21;}s:18:\"custom_css_post_id\";i:-1;}','yes'),(313,'safecss_revision_migrated','1403381747','yes'),(321,'_transient_tggr_last_media_fetch','1403384740.3098','yes'),(322,'jetpack_file_data','a:1:{s:5:\"4.0.3\";a:49:{s:32:\"31e5b9ae08b62c2b0cd8a7792242298b\";a:14:{s:4:\"name\";s:20:\"Spelling and Grammar\";s:11:\"description\";s:89:\"Check your spelling, style, and grammar with t
 he After the Deadline proofreading service.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1:\"6\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:7:\"Writing\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:115:\"after the deadline, afterthedeadline, spell, spellchecker, spelling, grammar, proofreading, style, language, cliche\";}s:32:\"3f41b2d629265b5de8108b463abbe8e2\";a:14:{s:4:\"name\";s:8:\"Carousel\";s:11:\"description\";s:63:\"Transform standard image galleries into full-screen 
 slideshows.\";s:14:\"jumpstart_desc\";s:79:\"Brings your photos and images to life as full-size, easily navigable galleries.\";s:4:\"sort\";s:2:\"22\";s:20:\"recommendation_order\";s:2:\"12\";s:10:\"introduced\";s:3:\"1.5\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:17:\"Photos and Videos\";s:7:\"feature\";s:9:\"Jumpstart\";s:25:\"additional_search_queries\";s:80:\"gallery, carousel, diaporama, slideshow, images, lightbox, exif, metadata, image\";}s:32:\"c6ebb418dde302de09600a6025370583\";a:14:{s:4:\"name\";s:8:\"Comments\";s:11:\"description\";s:79:\"Let readers comment
  with WordPress.com, Twitter, Facebook, or Google+ accounts.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"20\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.4\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:6:\"Social\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:53:\"comments, comment, facebook, twitter, google+, social\";}s:32:\"836f9485669e1bbb02920cb474730df0\";a:14:{s:4:\"name\";s:12:\"Contact Form\";s:11:\"description\";s:44:\"Insert a contact form anywhere on your site.\";s:14:\"jumpstart_desc\";s:111:\&
 quot;Adds a button to your post and page editors, allowing you to build simple forms to help visitors stay in touch.\";s:4:\"sort\";s:2:\"15\";s:20:\"recommendation_order\";s:2:\"14\";s:10:\"introduced\";s:3:\"1.3\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:5:\"Other\";s:7:\"feature\";s:9:\"Jumpstart\";s:25:\"additional_search_queries\";s:44:\"contact, form, grunion, feedback, submission\";}s:32:\"ea3970eebf8aac55fc3eca5dca0e0157\";a:14:{s:4:\"name\";s:20:\"Custom Content Types\";s:11:\"description\";s:92:\"Organize and display different types of content on your site, separate from posts 
 and pages.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"34\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"3.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:7:\"Writing\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:72:\"cpt, custom post types, portfolio, portfolios, testimonial, testimonials\";}s:32:\"d2bb05ccad3d8789df40ca3abb97336c\";a:14:{s:4:\"name\";s:10:\"Custom CSS\";s:11:\"description\";s:57:\"Customize your site’s CSS without modifying your theme.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\&qu
 ot;sort\";s:1:\"2\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.7\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:10:\"Appearance\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:108:\"css, customize, custom, style, editor, less, sass, preprocessor, font, mobile, appearance, theme, stylesheet\";}s:32:\"a2064eec5b9c7e0d816af71dee7a715f\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"int
 roduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";}s:32:\"53a4ec755022ef3953699734c343da02\";a:14:{s:4:\"name\";s:21:\"Enhanced Distribution\";s:11:\"description\";s:27:\"Increase reach and traffic.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1:\"5\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.2\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"re
 quires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:6:\"Public\";s:11:\"module_tags\";s:7:\"Writing\";s:7:\"feature\";s:7:\"Traffic\";s:25:\"additional_search_queries\";s:54:\"google, seo, firehose, search, broadcast, broadcasting\";}s:32:\"72fecb67ee6704ba0a33e0225316ad06\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"fea
 ture\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";}s:32:\"d56e2886185a9eace719cc57d46770df\";a:14:{s:4:\"name\";s:19:\"Gravatar Hovercards\";s:11:\"description\";s:58:\"Enable pop-up business cards over commenters’ Gravatars.\";s:14:\"jumpstart_desc\";s:131:\"Let commenters link their profiles to their Gravatar accounts, making it easy for your visitors to learn more about your community.\";s:4:\"sort\";s:2:\"11\";s:20:\"recommendation_order\";s:2:\"13\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:18:\"Social, Appearance\";s:7:\&quo
 t;feature\";s:9:\"Jumpstart\";s:25:\"additional_search_queries\";s:20:\"gravatar, hovercards\";}s:32:\"e391e760617bd0e0736550e34a73d7fe\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:8:\"2.0.3 ??\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";}s:32:\"2e345370766346c616b3c5046e817720\";a:14:{s:4:\"name\";s:15:\"I
 nfinite Scroll\";s:11:\"description\";s:46:\"Add support for infinite scroll to your theme.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"26\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:10:\"Appearance\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:33:\"scroll, infinite, infinite scroll\";}s:32:\"bd69edbf134de5fae8fdcf2e70a45b56\";a:14:{s:4:\"name\";s:8:\"JSON API\";s:11:\"description\";s:69:\"Allow applications to securely access your content through the c
 loud.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"19\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.9\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:6:\"Public\";s:11:\"module_tags\";s:19:\"Writing, Developers\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:50:\"api, rest, develop, developers, json, klout, oauth\";}s:32:\"8110b7a4423aaa619dfa46b8843e10d1\";a:14:{s:4:\"name\";s:14:\"Beautiful Math\";s:11:\"description\";s:85:\"Use LaTeX markup language in posts and pages for complex equations and other geekery.\";s:14:\"jumpstart_desc\";s:0:\
 "\";s:4:\"sort\";s:2:\"12\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:7:\"Writing\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:47:\"latex, math, equation, equations, formula, code\";}s:32:\"fd7e85d3b4887fa6b6f997d6592c1f33\";a:14:{s:4:\"name\";s:5:\"Likes\";s:11:\"description\";s:70:\"Give visitors an easy way to show their appreciation for your content.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"23\";s:20:\"recommendation_order\"
 ;s:0:\"\";s:10:\"introduced\";s:3:\"2.2\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:6:\"Social\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:26:\"like, likes, wordpress.com\";}s:32:\"c5dfef41fad5bcdcaae8e315e5cfc420\";a:14:{s:4:\"name\";s:6:\"Manage\";s:11:\"description\";s:76:\"Manage all your sites from a centralized place, https://wordpress.com/sites.\";s:14:\"jumpstart_desc\";s:151:\"Helps you remotely manage plugins, turn on automated updates, and more from <a href=\"https://wordpress.com/plugins/\" target=\"_blank\">wordpress.com</a>.\";s:4:\&
 quot;sort\";s:1:\"1\";s:20:\"recommendation_order\";s:1:\"3\";s:10:\"introduced\";s:3:\"3.4\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:35:\"Centralized Management, Recommended\";s:7:\"feature\";s:22:\"Recommended, Jumpstart\";s:25:\"additional_search_queries\";s:26:\"manage, management, remote\";}s:32:\"fd6dc399b92bce76013427e3107c314f\";a:14:{s:4:\"name\";s:8:\"Markdown\";s:11:\"description\";s:51:\"Write posts or pages in plain-text Markdown syntax.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"31\";s:20:\"recommendation_order\";s:0:
 \"\";s:10:\"introduced\";s:3:\"2.8\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:7:\"Writing\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:12:\"md, markdown\";}s:32:\"c49a35b6482b0426cb07ad28ecf5d7df\";a:14:{s:4:\"name\";s:12:\"Mobile Theme\";s:11:\"description\";s:64:\"Optimize your site with a mobile-friendly theme for smartphones.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"21\";s:20:\"recommendation_order\";s:2:\"11\";s:10:\"introduced\";s:3:\"1.8\";s:7:\"changed\";s:0:\"\";s:10:\"deact
 ivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:31:\"Appearance, Mobile, Recommended\";s:7:\"feature\";s:11:\"Recommended\";s:25:\"additional_search_queries\";s:24:\"mobile, theme, minileven\";}s:32:\"b42e38f6fafd2e4104ebe5bf39b4be47\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";
 s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";}s:32:\"771cfeeba0d3d23ec344d5e781fb0ae2\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";}s:32:\"54f0661d27c814fc8bde39580181d939\";a:14:{s
 :4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";}s:32:\"46c4c413b5c72bbd3c3dbd14ff8f8adc\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\
 ";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";}s:32:\"9ea52fa25783e5ceeb6bfaed3268e64e\";a:14:{s:4:\"name\";s:7:\"Monitor\";s:11:\"description\";s:25:\"Reports on site downtime.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"28\";s:20:\"recommendation_order\";s:2:\"10\";s:10:\"introduced\";s:3:\"2.6\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\
 "requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:11:\"Recommended\";s:7:\"feature\";s:33:\"Recommended, Performance-Security\";s:25:\"additional_search_queries\";s:37:\"monitor, uptime, downtime, monitoring\";}s:32:\"cfcaafd0fcad087899d715e0b877474d\";a:14:{s:4:\"name\";s:13:\"Notifications\";s:11:\"description\";s:84:\"Receive notification of site activity via the admin toolbar and your Mobile devices.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"13\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.9\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Y
 es\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:5:\"Other\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:62:\"notification, notifications, toolbar, adminbar, push, comments\";}s:32:\"0d18bfa69bec61550c1d813ce64149b0\";a:14:{s:4:\"name\";s:10:\"Omnisearch\";s:11:\"description\";s:66:\"Search your entire database from a single field in your Dashboard.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"16\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.3\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"modul
 e_tags\";s:10:\"Developers\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:6:\"search\";}s:32:\"3f0a11e23118f0788d424b646a6d465f\";a:14:{s:4:\"name\";s:6:\"Photon\";s:11:\"description\";s:27:\"Speed up images and photos.\";s:14:\"jumpstart_desc\";s:141:\"Mirrors and serves your images from our free and fast image CDN, improving your site’s performance with no additional load on your servers.\";s:4:\"sort\";s:2:\"25\";s:20:\"recommendation_order\";s:1:\"1\";s:10:\"introduced\";s:3:\"2.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:42:\"Photos 
 and Videos, Appearance, Recommended\";s:7:\"feature\";s:44:\"Recommended, Jumpstart, Performance-Security\";s:25:\"additional_search_queries\";s:38:\"photon, image, cdn, performance, speed\";}s:32:\"e37cfbcb72323fb1fe8255a2edb4d738\";a:14:{s:4:\"name\";s:13:\"Post by Email\";s:11:\"description\";s:58:\"Publish posts by email, using any device and email client.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"14\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:7:\"Writing\";s:7:\"feature\&
 quot;;s:0:\"\";s:25:\"additional_search_queries\";s:20:\"post by email, email\";}s:32:\"728290d131a480bfe7b9e405d7cd925f\";a:14:{s:4:\"name\";s:7:\"Protect\";s:11:\"description\";s:28:\"Prevent brute force attacks.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1:\"1\";s:20:\"recommendation_order\";s:1:\"4\";s:10:\"introduced\";s:3:\"3.4\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:11:\"Recommended\";s:7:\"feature\";s:33:\"Recommended, Performance-Security\";s:25:\"additional_search_queries\";s:65:\"security, secure, protection, botnet, brut
 e force, protect, login\";}s:32:\"f9ce784babbbf4dcca99b8cd2ceb420c\";a:14:{s:4:\"name\";s:9:\"Publicize\";s:11:\"description\";s:30:\"Automatically promote content.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"10\";s:20:\"recommendation_order\";s:1:\"7\";s:10:\"introduced\";s:3:\"2.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:19:\"Social, Recommended\";s:7:\"feature\";s:20:\"Recommended, Traffic\";s:25:\"additional_search_queries\";s:107:\"facebook, twitter, google+, googleplus, google, path, tumblr, linkedin, social, tweet, connections, sharing\";}s:32
 :\"052c03877dd3d296a71531cb07ad939a\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";}s:32:\"52edecb2a75222e75b2dce4356a4efce\";a:14:{s:4:\"name\";s:13:\"Related Posts\";s:11:\"description\";s:24:\"Display similar content.\";s:14:\"jumpstart_desc\";s:113:\"Keep v
 isitors engaged on your blog by highlighting relevant and new content at the bottom of each published post.\";s:4:\"sort\";s:2:\"29\";s:20:\"recommendation_order\";s:1:\"9\";s:10:\"introduced\";s:3:\"2.9\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:11:\"Recommended\";s:7:\"feature\";s:31:\"Recommended, Jumpstart, Traffic\";s:25:\"additional_search_queries\";s:22:\"related, related posts\";}s:32:\"8b059cb50a66b717f1ec842e736b858c\";a:14:{s:4:\"name\";s:7:\"Sharing\";s:11:\"description\";s:32:\"Visitors can share your content.\";s:14:\"jumpstart_desc\";s:116:\"Twitter, Fa
 cebook and Google+ buttons at the bottom of each post, making it easy for visitors to share your content.\";s:4:\"sort\";s:1:\"7\";s:20:\"recommendation_order\";s:1:\"6\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:3:\"1.2\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:19:\"Social, Recommended\";s:7:\"feature\";s:31:\"Recommended, Jumpstart, Traffic\";s:25:\"additional_search_queries\";s:141:\"share, sharing, sharedaddy, buttons, icons, email, facebook, twitter, google+, linkedin, pinterest, pocket, press this, print, reddit, tumblr\";}s:32:\"a6d2394329871857401255533a9873f7\";a:14:{s:4:\"name\";s:16:\"Shortcode Embeds\";s:1
 1:\"description\";s:77:\"Embed content from YouTube, Vimeo, SlideShare, and more, no coding necessary.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1:\"3\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:3:\"1.2\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:46:\"Photos and Videos, Social, Writing, Appearance\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:251:\"shortcodes, shortcode, embeds, media, bandcamp, blip.tv, dailymotion, digg, facebook, flickr, google calendars, google maps, google+, polldaddy, recipe, recipes, scribd, slideshare, slideshow, slideshows, soundc
 loud, ted, twitter, vimeo, vine, youtube\";}s:32:\"21496e2897ea5f81605e2f2ac3beb921\";a:14:{s:4:\"name\";s:16:\"WP.me Shortlinks\";s:11:\"description\";s:56:\"Enable WP.me-powered shortlinks for all posts and pages.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1:\"8\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:6:\"Social\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:17:\"shortlinks, wp.me\";}s:32:\"e2a54a5d7879a4162709e6ffb540dd08\";a:14:{s:4:\"name\";
 s:9:\"Site Icon\";s:11:\"description\";s:29:\"Add a site icon to your site.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"22\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"3.2\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:5:\"Other\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:24:\"favicon, icon, site icon\";}s:32:\"f5c537bc304f55b29c1a87e30be0cd24\";a:14:{s:4:\"name\";s:8:\"Sitemaps\";s:11:\"description\";s:75:\"Creates sitemaps to allow your site to be easily indexed by search engines.\";s:14:\&
 quot;jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"13\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"3.9\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:6:\"Public\";s:11:\"module_tags\";s:20:\"Recommended, Traffic\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:39:\"sitemap, traffic, search, site map, seo\";}s:32:\"59a23643437358a9b557f1d1e20ab040\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"intro
 duced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";}s:32:\"6a90f97c3194cfca5671728eaaeaf15e\";a:14:{s:4:\"name\";s:14:\"Single Sign On\";s:11:\"description\";s:27:\"Secure user authentication.\";s:14:\"jumpstart_desc\";s:98:\"Lets you log in to all your Jetpack-enabled sites with one click using your WordPress.com account.\";s:4:\"sort\";s:2:\"30\";s:20:\"recommendation_order\";s:1:\"5\";s:10:\"introduced\";s:3:\"2.6\";s:7:\"changed\";s:0:\"\";s:10:\"d
 eactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:10:\"Developers\";s:7:\"feature\";s:31:\"Jumpstart, Performance-Security\";s:25:\"additional_search_queries\";s:34:\"sso, single sign on, login, log in\";}s:32:\"b65604e920392e2f7134b646760b75e8\";a:14:{s:4:\"name\";s:10:\"Site Stats\";s:11:\"description\";s:35:\"Collect traffic stats and insights.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1:\"1\";s:20:\"recommendation_order\";s:1:\"2\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_conn
 ection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:23:\"Site Stats, Recommended\";s:7:\"feature\";s:20:\"Recommended, Traffic\";s:25:\"additional_search_queries\";s:54:\"statistics, tracking, analytics, views, traffic, stats\";}s:32:\"23a586dd7ead00e69ec53eb32ef740e4\";a:14:{s:4:\"name\";s:13:\"Subscriptions\";s:11:\"description\";s:88:\"Allow users to subscribe to your posts and comments and receive notifications via email.\";s:14:\"jumpstart_desc\";s:126:\"Give visitors two easy subscription options — while commenting, or via a separate email subscription widget you can display.\";s:4:\"sort\";s:1:\"9\";s:20:\"recommendation_order\";s:1:\"8\";s:10:\"introduced\";s:3:\"1.2\";s:7:\"changed\";s:0:\"\";s:10:\"
 deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:6:\"Social\";s:7:\"feature\";s:9:\"Jumpstart\";s:25:\"additional_search_queries\";s:74:\"subscriptions, subscription, email, follow, followers, subscribers, signup\";}s:32:\"1d978b8d84d2f378fe1a702a67633b6d\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:
 \"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";}s:32:\"b3b983461d7f3d27322a3551ed8a9405\";a:14:{s:4:\"name\";s:15:\"Tiled Galleries\";s:11:\"description\";s:73:\"Display your image galleries in a variety of sleek, graphic arrangements.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"24\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:17:\"Photos and Videos\";s:7:\"feature\&quot
 ;;s:0:\"\";s:25:\"additional_search_queries\";s:43:\"gallery, tiles, tiled, grid, mosaic, images\";}s:32:\"d924e5b05722b0e104448543598f54c0\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";}s:32:\"36741583b10c521997e563ad8e1e8b77\";a:14:{s:4:\"name\";s:12:\"Data Backups\&q
 uot;;s:11:\"description\";s:27:\"Daily or real-time backups.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"32\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:5:\"0:1.2\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:5:\"false\";s:4:\"free\";s:5:\"false\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:20:\"Performance-Security\";s:25:\"additional_search_queries\";s:28:\"vaultpress, backup, security\";}s:32:\"2b9b44f09b5459617d68dd82ee17002a\";a:14:{s:4:\"name\";s:17:\"Site Verification\";s:11:\"description\";s:77:\"Verify your site or domain with Google Search Console, Pinterest, and o
 thers.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"33\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"3.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:56:\"webmaster, seo, google, bing, pinterest, search, console\";}s:32:\"5ab4c0db7c42e10e646342da0274c491\";a:14:{s:4:\"name\";s:10:\"VideoPress\";s:11:\"description\";s:68:\"Upload and embed videos right on your site. (Subscription required.)\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s
 :2:\"27\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.5\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:5:\"false\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:17:\"Photos and Videos\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:25:\"video, videos, videopress\";}s:32:\"60a1d3aa38bc0fe1039e59dd60888543\";a:14:{s:4:\"name\";s:17:\"Widget Visibility\";s:11:\"description\";s:57:\"Specify which widgets appear on which pages of your site.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"17\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\&qu
 ot;;s:3:\"2.4\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:10:\"Appearance\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:54:\"widget visibility, logic, conditional, widgets, widget\";}s:32:\"174ed3416476c2cb9ff5b0f671280b15\";a:14:{s:4:\"name\";s:21:\"Extra Sidebar Widgets\";s:11:\"description\";s:79:\"Add images, Twitter streams, your site’s RSS links, and more to your sidebar.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1:\"4\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.2\";s:7:\"changed\";s:0:\&quo
 t;\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:18:\"Social, Appearance\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:65:\"widget, widgets, facebook, gallery, twitter, gravatar, image, rss\";}s:32:\"28b931a1db19bd24869bd54b14e733d5\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\&qu
 ot;\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";}}}','yes'),(323,'jetpack_available_modules','a:1:{s:5:\"4.0.3\";a:37:{s:18:\"after-the-deadline\";s:3:\"1.1\";s:8:\"carousel\";s:3:\"1.5\";s:8:\"comments\";s:3:\"1.4\";s:12:\"contact-form\";s:3:\"1.3\";s:20:\"custom-content-types\";s:3:\"3.1\";s:10:\"custom-css\";s:3:\"1.7\";s:21:\"enhanced-distribution\";s:3:\"1.2\";s:19:\"gravatar-hovercards\";s:3:\"1.1\";s:15:\"infinite-scroll\";s:3:\"2.0\";s:8:\"json-api\";s:3:\"1.9\";s:5:\"latex\";s:3:\"1.1\";s:5:\"likes\";s:3:\"2.2\";s:6:\"manage\";s:3:\"3.4\"
 ;s:8:\"markdown\";s:3:\"2.8\";s:9:\"minileven\";s:3:\"1.8\";s:7:\"monitor\";s:3:\"2.6\";s:5:\"notes\";s:3:\"1.9\";s:10:\"omnisearch\";s:3:\"2.3\";s:6:\"photon\";s:3:\"2.0\";s:13:\"post-by-email\";s:3:\"2.0\";s:7:\"protect\";s:3:\"3.4\";s:9:\"publicize\";s:3:\"2.0\";s:13:\"related-posts\";s:3:\"2.9\";s:10:\"sharedaddy\";s:3:\"1.1\";s:10:\"shortcodes\";s:3:\"1.1\";s:10:\"shortlinks\";s:3:\"1.1\";s:9:\"site-icon\";s:3:\"3.2\";s:8:\"sitemaps\";s:3:\"3.9\";s:3:\"sso\";s:3:\"2.6\";s:5:\"stats\";s:3:\"1.1\";s:13:\"subscriptions\";s:3:\"1.2\";s:13:\"tiled-gallery\";s:3:\"2.1\";s:10:\"vaultpress\";s:5:\"
 0:1.2\";s:18:\"verification-tools\";s:3:\"3.0\";s:10:\"videopress\";s:3:\"2.5\";s:17:\"widget-visibility\";s:3:\"2.4\";s:7:\"widgets\";s:3:\"1.2\";}}','yes'),(324,'db_upgraded','1','yes'),(343,'sidebars_widgets','a:5:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:3:{i:0;s:6:\"text-6\";i:1;s:6:\"text-7\";i:2;s:14:\"wcb_sponsors-2\";}s:9:\"sidebar-2\";a:3:{i:0;s:6:\"text-5\";i:1;s:6:\"text-4\";i:2;s:6:\"text-3\";}s:9:\"sidebar-3\";a:1:{i:0;s:6:\"text-2\";}s:13:\"array_version\";i:3;}','yes'),(349,'theme_mods_twentyfourteen','a:1:{s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1417901030;s:4:\"data\";a:7:{s:19:\"wp_inactive_widgets\";a:0:{}s:18:\"orphaned_widgets_1\";a:0:{}s:18:\"orphaned_widgets_2\";a:0:{}s:18:\&quot
 ;orphaned_widgets_3\";a:0:{}s:18:\"orphaned_widgets_4\";N;s:18:\"orphaned_widgets_5\";N;s:18:\"orphaned_widgets_6\";N;}}}','yes'),(365,'nav_menu_options','a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}','yes'),(384,'widget_wcb_sponsors','a:2:{i:2;a:1:{s:5:\"title\";s:8:\"Sponsors\";}s:12:\"_multiwidget\";i:1;}','yes'),(393,'_transient_random_seed','b893412efc0b6c8c132da2276de2a79e','yes'),(480,'json_api_plugin_version','1.2.5','yes'),(482,'rewrite_rules','a:325:{s:11:\"^wp-json/?$\";s:22:\"index.php?json_route=/\";s:14:\"^wp-json/(.*)?\";s:33:\"index.php?json_route=/$matches[1]\";s:14:\"tggr-tweets/?$\";s:31:\"index.php?post_type=tggr-tweets\";s:44:\"tggr-tweets/feed/(feed|rdf|rss|rss2|atom)/?$\";s:48:\"index.php?post_type=tggr-tweets&feed=$matches[1]\";s:39:\"tggr-tweets/(feed|rdf|rss|rss2|atom)/?$\";s:48:\"index.php?po
 st_type=tggr-tweets&feed=$matches[1]\";s:31:\"tggr-tweets/page/([0-9]{1,})/?$\";s:49:\"index.php?post_type=tggr-tweets&paged=$matches[1]\";s:17:\"tggr-instagram/?$\";s:34:\"index.php?post_type=tggr-instagram\";s:47:\"tggr-instagram/feed/(feed|rdf|rss|rss2|atom)/?$\";s:51:\"index.php?post_type=tggr-instagram&feed=$matches[1]\";s:42:\"tggr-instagram/(feed|rdf|rss|rss2|atom)/?$\";s:51:\"index.php?post_type=tggr-instagram&feed=$matches[1]\";s:34:\"tggr-instagram/page/([0-9]{1,})/?$\";s:52:\"index.php?post_type=tggr-instagram&paged=$matches[1]\";s:14:\"tggr-flickr/?$\";s:31:\"index.php?post_type=tggr-flickr\";s:44:\"tggr-flickr/feed/(feed|rdf|rss|rss2|atom)/?$\";s:48:\"index.php?post_type=tggr-flickr&feed=$matches[1]\";s:39:\"tggr-flickr/(feed|rdf|rss|rss2|atom)/?$\";s:48:\"index.php?post_type=tggr-flickr&a
 mp;feed=$matches[1]\";s:31:\"tggr-flickr/page/([0-9]{1,})/?$\";s:49:\"index.php?post_type=tggr-flickr&paged=$matches[1]\";s:14:\"tggr-google/?$\";s:31:\"index.php?post_type=tggr-google\";s:44:\"tggr-google/feed/(feed|rdf|rss|rss2|atom)/?$\";s:48:\"index.php?post_type=tggr-google&feed=$matches[1]\";s:39:\"tggr-google/(feed|rdf|rss|rss2|atom)/?$\";s:48:\"index.php?post_type=tggr-google&feed=$matches[1]\";s:31:\"tggr-google/page/([0-9]{1,})/?$\";s:49:\"index.php?post_type=tggr-google&paged=$matches[1]\";s:15:\"^calendar\\.ics$\";s:32:\"index.php?wcorg_wordcamps_ical=1\";s:47:\"category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:42:\"category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s
 :23:\"category/(.+?)/embed/?$\";s:46:\"index.php?category_name=$matches[1]&embed=true\";s:35:\"category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:17:\"category/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:44:\"tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:39:\"tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:20:\"tag/([^/]+)/embed/?$\";s:36:\"index.php?tag=$matches[1]&embed=true\";s:32:\"tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:14:\"tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:45:\"type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[
 1]&feed=$matches[2]\";s:40:\"type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:21:\"type/([^/]+)/embed/?$\";s:44:\"index.php?post_format=$matches[1]&embed=true\";s:33:\"type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?post_format=$matches[1]&paged=$matches[2]\";s:15:\"type/([^/]+)/?$\";s:33:\"index.php?post_format=$matches[1]\";s:38:\"tix_ticket/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:48:\"tix_ticket/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:68:\"tix_ticket/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:63:\"tix_ticket/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?at
 tachment=$matches[1]&feed=$matches[2]\";s:63:\"tix_ticket/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:44:\"tix_ticket/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:27:\"tix_ticket/([^/]+)/embed/?$\";s:58:\"index.php?post_type=tix_ticket&name=$matches[1]&embed=true\";s:31:\"tix_ticket/([^/]+)/trackback/?$\";s:52:\"index.php?post_type=tix_ticket&name=$matches[1]&tb=1\";s:39:\"tix_ticket/([^/]+)/page/?([0-9]{1,})/?$\";s:65:\"index.php?post_type=tix_ticket&name=$matches[1]&paged=$matches[2]\";s:46:\"tix_ticket/([^/]+)/comment-page-([0-9]{1,})/?$\";s:65:\"index.php?post_type=tix_ticket&name=$matches[1]&cpage=$matches[2]\";s:35:\"tix_ticket/([^/]+)(?:/([0-9]+))?/?$\";s:64:\"index.php?post_typ
 e=tix_ticket&name=$matches[1]&page=$matches[2]\";s:27:\"tix_ticket/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\"tix_ticket/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\"tix_ticket/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"tix_ticket/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"tix_ticket/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\"tix_ticket/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:40:\"tix_question/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:50:\"tix_question/[^/]+/attachment/([^
 /]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:70:\"tix_question/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"tix_question/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"tix_question/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:46:\"tix_question/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:29:\"tix_question/([^/]+)/embed/?$\";s:60:\"index.php?post_type=tix_question&name=$matches[1]&embed=true\";s:33:\"tix_question/([^/]+)/trackback/?$\";s:54:\"index.php?post_type=tix_question&name=$matches[1]&tb=1\";s:41:\"tix_question/(
 [^/]+)/page/?([0-9]{1,})/?$\";s:67:\"index.php?post_type=tix_question&name=$matches[1]&paged=$matches[2]\";s:48:\"tix_question/([^/]+)/comment-page-([0-9]{1,})/?$\";s:67:\"index.php?post_type=tix_question&name=$matches[1]&cpage=$matches[2]\";s:37:\"tix_question/([^/]+)(?:/([0-9]+))?/?$\";s:66:\"index.php?post_type=tix_question&name=$matches[1]&page=$matches[2]\";s:29:\"tix_question/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:39:\"tix_question/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:59:\"tix_question/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"tix_question/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"tix_question/[^/]+/([
 ^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:35:\"tix_question/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:40:\"tix_attendee/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:50:\"tix_attendee/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:70:\"tix_attendee/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"tix_attendee/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"tix_attendee/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:46:\"tix_attendee/[^/]+/attach
 ment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:29:\"tix_attendee/([^/]+)/embed/?$\";s:60:\"index.php?post_type=tix_attendee&name=$matches[1]&embed=true\";s:33:\"tix_attendee/([^/]+)/trackback/?$\";s:54:\"index.php?post_type=tix_attendee&name=$matches[1]&tb=1\";s:41:\"tix_attendee/([^/]+)/page/?([0-9]{1,})/?$\";s:67:\"index.php?post_type=tix_attendee&name=$matches[1]&paged=$matches[2]\";s:48:\"tix_attendee/([^/]+)/comment-page-([0-9]{1,})/?$\";s:67:\"index.php?post_type=tix_attendee&name=$matches[1]&cpage=$matches[2]\";s:37:\"tix_attendee/([^/]+)(?:/([0-9]+))?/?$\";s:66:\"index.php?post_type=tix_attendee&name=$matches[1]&page=$matches[2]\";s:29:\"tix_attendee/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:39:\"tix_attendee/[^/]+/([^/]+)/trackback/?$\"
 ;s:37:\"index.php?attachment=$matches[1]&tb=1\";s:59:\"tix_attendee/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"tix_attendee/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"tix_attendee/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:35:\"tix_attendee/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:38:\"tix_coupon/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:48:\"tix_coupon/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:68:\"tix_coupon/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$match
 es[1]&feed=$matches[2]\";s:63:\"tix_coupon/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:63:\"tix_coupon/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:44:\"tix_coupon/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:27:\"tix_coupon/([^/]+)/embed/?$\";s:58:\"index.php?post_type=tix_coupon&name=$matches[1]&embed=true\";s:31:\"tix_coupon/([^/]+)/trackback/?$\";s:52:\"index.php?post_type=tix_coupon&name=$matches[1]&tb=1\";s:39:\"tix_coupon/([^/]+)/page/?([0-9]{1,})/?$\";s:65:\"index.php?post_type=tix_coupon&name=$matches[1]&paged=$matches[2]\";s:46:\"tix_coupon/([^/]+)/comment-page-([0-9]{1,})/?$\";s:65:\"index.php?post_type=tix_c
 oupon&name=$matches[1]&cpage=$matches[2]\";s:35:\"tix_coupon/([^/]+)(?:/([0-9]+))?/?$\";s:64:\"index.php?post_type=tix_coupon&name=$matches[1]&page=$matches[2]\";s:27:\"tix_coupon/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\"tix_coupon/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\"tix_coupon/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"tix_coupon/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"tix_coupon/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\"tix_coupon/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:37:\"tix_
 email/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:47:\"tix_email/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:67:\"tix_email/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"tix_email/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"tix_email/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:43:\"tix_email/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:26:\"tix_email/([^/]+)/embed/?$\";s:57:\"index.php?post_type=tix_email&name=$matches[1]&embed=true\";s:30:\"tix_email/([^/]+)/trackback/?$\&
 quot;;s:51:\"index.php?post_type=tix_email&name=$matches[1]&tb=1\";s:38:\"tix_email/([^/]+)/page/?([0-9]{1,})/?$\";s:64:\"index.php?post_type=tix_email&name=$matches[1]&paged=$matches[2]\";s:45:\"tix_email/([^/]+)/comment-page-([0-9]{1,})/?$\";s:64:\"index.php?post_type=tix_email&name=$matches[1]&cpage=$matches[2]\";s:34:\"tix_email/([^/]+)(?:/([0-9]+))?/?$\";s:63:\"index.php?post_type=tix_email&name=$matches[1]&page=$matches[2]\";s:26:\"tix_email/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:36:\"tix_email/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:56:\"tix_email/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:51:\"tix_email/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?att
 achment=$matches[1]&feed=$matches[2]\";s:51:\"tix_email/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:32:\"tix_email/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:37:\"tggr-tweets/.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:47:\"tggr-tweets/.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:67:\"tggr-tweets/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"tggr-tweets/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"tggr-tweets/.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cp
 age=$matches[2]\";s:43:\"tggr-tweets/.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:26:\"tggr-tweets/(.+?)/embed/?$\";s:44:\"index.php?tggr-tweets=$matches[1]&embed=true\";s:30:\"tggr-tweets/(.+?)/trackback/?$\";s:38:\"index.php?tggr-tweets=$matches[1]&tb=1\";s:50:\"tggr-tweets/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?tggr-tweets=$matches[1]&feed=$matches[2]\";s:45:\"tggr-tweets/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?tggr-tweets=$matches[1]&feed=$matches[2]\";s:38:\"tggr-tweets/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?tggr-tweets=$matches[1]&paged=$matches[2]\";s:45:\"tggr-tweets/(.+?)/comment-page-([0-9]{1,})/?$\";s:51:\"index.php?tggr-tweets=$matches[1]&cpage=$matches[2]\";s:34:\"tggr-tweets/(.+?)(?:/([0-9]+))?/?$\";s:50:\&q
 uot;index.php?tggr-tweets=$matches[1]&page=$matches[2]\";s:48:\"hashtag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?hashtag=$matches[1]&feed=$matches[2]\";s:43:\"hashtag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?hashtag=$matches[1]&feed=$matches[2]\";s:24:\"hashtag/([^/]+)/embed/?$\";s:40:\"index.php?hashtag=$matches[1]&embed=true\";s:36:\"hashtag/([^/]+)/page/?([0-9]{1,})/?$\";s:47:\"index.php?hashtag=$matches[1]&paged=$matches[2]\";s:18:\"hashtag/([^/]+)/?$\";s:29:\"index.php?hashtag=$matches[1]\";s:40:\"tggr-instagram/.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:50:\"tggr-instagram/.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:70:\"tggr-instagram/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:
 \"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"tggr-instagram/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"tggr-instagram/.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:46:\"tggr-instagram/.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:29:\"tggr-instagram/(.+?)/embed/?$\";s:47:\"index.php?tggr-instagram=$matches[1]&embed=true\";s:33:\"tggr-instagram/(.+?)/trackback/?$\";s:41:\"index.php?tggr-instagram=$matches[1]&tb=1\";s:53:\"tggr-instagram/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:53:\"index.php?tggr-instagram=$matches[1]&feed=$matches[2]\";s:48:\"tggr-instagram/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:53:\"index.php?t
 ggr-instagram=$matches[1]&feed=$matches[2]\";s:41:\"tggr-instagram/(.+?)/page/?([0-9]{1,})/?$\";s:54:\"index.php?tggr-instagram=$matches[1]&paged=$matches[2]\";s:48:\"tggr-instagram/(.+?)/comment-page-([0-9]{1,})/?$\";s:54:\"index.php?tggr-instagram=$matches[1]&cpage=$matches[2]\";s:37:\"tggr-instagram/(.+?)(?:/([0-9]+))?/?$\";s:53:\"index.php?tggr-instagram=$matches[1]&page=$matches[2]\";s:37:\"tggr-flickr/.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:47:\"tggr-flickr/.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:67:\"tggr-flickr/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"tggr-flickr/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&
 amp;feed=$matches[2]\";s:62:\"tggr-flickr/.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:43:\"tggr-flickr/.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:26:\"tggr-flickr/(.+?)/embed/?$\";s:44:\"index.php?tggr-flickr=$matches[1]&embed=true\";s:30:\"tggr-flickr/(.+?)/trackback/?$\";s:38:\"index.php?tggr-flickr=$matches[1]&tb=1\";s:50:\"tggr-flickr/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?tggr-flickr=$matches[1]&feed=$matches[2]\";s:45:\"tggr-flickr/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?tggr-flickr=$matches[1]&feed=$matches[2]\";s:38:\"tggr-flickr/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?tggr-flickr=$matches[1]&paged=$matches[2]\";s:45:\"tggr-flickr/(.+?)/comment-pag
 e-([0-9]{1,})/?$\";s:51:\"index.php?tggr-flickr=$matches[1]&cpage=$matches[2]\";s:34:\"tggr-flickr/(.+?)(?:/([0-9]+))?/?$\";s:50:\"index.php?tggr-flickr=$matches[1]&page=$matches[2]\";s:37:\"tggr-google/.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:47:\"tggr-google/.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:67:\"tggr-google/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"tggr-google/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"tggr-google/.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:43:\"tggr-google/.+?/attachment/([^/]+)/embed/?$\"
 ;s:43:\"index.php?attachment=$matches[1]&embed=true\";s:26:\"tggr-google/(.+?)/embed/?$\";s:44:\"index.php?tggr-google=$matches[1]&embed=true\";s:30:\"tggr-google/(.+?)/trackback/?$\";s:38:\"index.php?tggr-google=$matches[1]&tb=1\";s:50:\"tggr-google/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?tggr-google=$matches[1]&feed=$matches[2]\";s:45:\"tggr-google/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?tggr-google=$matches[1]&feed=$matches[2]\";s:38:\"tggr-google/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?tggr-google=$matches[1]&paged=$matches[2]\";s:45:\"tggr-google/(.+?)/comment-page-([0-9]{1,})/?$\";s:51:\"index.php?tggr-google=$matches[1]&cpage=$matches[2]\";s:34:\"tggr-google/(.+?)(?:/([0-9]+))?/?$\";s:50:\"index.php?tggr-google=$matches[1]&page=$matches[2]\";s:35:\"speaker
 /[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:45:\"speaker/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:65:\"speaker/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"speaker/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"speaker/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:41:\"speaker/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:24:\"speaker/([^/]+)/embed/?$\";s:44:\"index.php?wcb_speaker=$matches[1]&embed=true\";s:28:\"speaker/([^/]+)/trackback/?$\";s:38:\"index.php?wcb_spea
 ker=$matches[1]&tb=1\";s:36:\"speaker/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?wcb_speaker=$matches[1]&paged=$matches[2]\";s:43:\"speaker/([^/]+)/comment-page-([0-9]{1,})/?$\";s:51:\"index.php?wcb_speaker=$matches[1]&cpage=$matches[2]\";s:32:\"speaker/([^/]+)(?:/([0-9]+))?/?$\";s:50:\"index.php?wcb_speaker=$matches[1]&page=$matches[2]\";s:24:\"speaker/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:34:\"speaker/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:54:\"speaker/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"speaker/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"speaker/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s
 :50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:30:\"speaker/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:35:\"session/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:45:\"session/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:65:\"session/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"session/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"session/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:41:\"session/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&amp
 ;embed=true\";s:24:\"session/([^/]+)/embed/?$\";s:44:\"index.php?wcb_session=$matches[1]&embed=true\";s:28:\"session/([^/]+)/trackback/?$\";s:38:\"index.php?wcb_session=$matches[1]&tb=1\";s:36:\"session/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?wcb_session=$matches[1]&paged=$matches[2]\";s:43:\"session/([^/]+)/comment-page-([0-9]{1,})/?$\";s:51:\"index.php?wcb_session=$matches[1]&cpage=$matches[2]\";s:32:\"session/([^/]+)(?:/([0-9]+))?/?$\";s:50:\"index.php?wcb_session=$matches[1]&page=$matches[2]\";s:24:\"session/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:34:\"session/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:54:\"session/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:4
 9:\"session/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"session/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:30:\"session/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:35:\"sponsor/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:45:\"sponsor/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:65:\"sponsor/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"sponsor/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"sponsor/[^/]+/attachment/([^/]+)/comment-p
 age-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:41:\"sponsor/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:24:\"sponsor/([^/]+)/embed/?$\";s:44:\"index.php?wcb_sponsor=$matches[1]&embed=true\";s:28:\"sponsor/([^/]+)/trackback/?$\";s:38:\"index.php?wcb_sponsor=$matches[1]&tb=1\";s:36:\"sponsor/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?wcb_sponsor=$matches[1]&paged=$matches[2]\";s:43:\"sponsor/([^/]+)/comment-page-([0-9]{1,})/?$\";s:51:\"index.php?wcb_sponsor=$matches[1]&cpage=$matches[2]\";s:32:\"sponsor/([^/]+)(?:/([0-9]+))?/?$\";s:50:\"index.php?wcb_sponsor=$matches[1]&page=$matches[2]\";s:24:\"sponsor/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:34:\"sponsor/[^/]+/([^/]+)/trackback/?$\";s:
 37:\"index.php?attachment=$matches[1]&tb=1\";s:54:\"sponsor/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"sponsor/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"sponsor/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:30:\"sponsor/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:37:\"organizer/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:47:\"organizer/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:67:\"organizer/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]
 \";s:62:\"organizer/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"organizer/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:43:\"organizer/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:26:\"organizer/([^/]+)/embed/?$\";s:46:\"index.php?wcb_organizer=$matches[1]&embed=true\";s:30:\"organizer/([^/]+)/trackback/?$\";s:40:\"index.php?wcb_organizer=$matches[1]&tb=1\";s:38:\"organizer/([^/]+)/page/?([0-9]{1,})/?$\";s:53:\"index.php?wcb_organizer=$matches[1]&paged=$matches[2]\";s:45:\"organizer/([^/]+)/comment-page-([0-9]{1,})/?$\";s:53:\"index.php?wcb_organizer=$matches[1]&cpage=$matches[2]\";s:34:\"organizer/([^/]+)(?:/([0-9]+)
 )?/?$\";s:52:\"index.php?wcb_organizer=$matches[1]&page=$matches[2]\";s:26:\"organizer/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:36:\"organizer/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:56:\"organizer/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:51:\"organizer/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:51:\"organizer/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:32:\"organizer/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:46:\"track/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:44:\"index.php?track=$matches[1]&feed=$matches[2]\";s:
 41:\"track/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:44:\"index.php?track=$matches[1]&feed=$matches[2]\";s:22:\"track/([^/]+)/embed/?$\";s:38:\"index.php?track=$matches[1]&embed=true\";s:34:\"track/([^/]+)/page/?([0-9]{1,})/?$\";s:45:\"index.php?track=$matches[1]&paged=$matches[2]\";s:16:\"track/([^/]+)/?$\";s:27:\"index.php?track=$matches[1]\";s:54:\"sponsor_level/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?sponsor_level=$matches[1]&feed=$matches[2]\";s:49:\"sponsor_level/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?sponsor_level=$matches[1]&feed=$matches[2]\";s:30:\"sponsor_level/([^/]+)/embed/?$\";s:46:\"index.php?sponsor_level=$matches[1]&embed=true\";s:42:\"sponsor_level/([^/]+)/page/?([0-9]{1,})/?$\";s:53:\"index.php?sponsor_level=$matches[1]&paged=$matches[2]\";s:24:\
 "sponsor_level/([^/]+)/?$\";s:35:\"index.php?sponsor_level=$matches[1]\";s:12:\"robots\\.txt$\";s:18:\"index.php?robots=1\";s:48:\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$\";s:18:\"index.php?feed=old\";s:20:\".*wp-app\\.php(/.*)?$\";s:19:\"index.php?error=403\";s:18:\".*wp-register.php$\";s:23:\"index.php?register=true\";s:32:\"feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:27:\"(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:8:\"embed/?$\";s:21:\"index.php?&embed=true\";s:20:\"page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:41:\"comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:36:\"comments/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"i
 ndex.php?&feed=$matches[1]&withcomments=1\";s:17:\"comments/embed/?$\";s:21:\"index.php?&embed=true\";s:44:\"search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:39:\"search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:20:\"search/(.+)/embed/?$\";s:34:\"index.php?s=$matches[1]&embed=true\";s:32:\"search/(.+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?s=$matches[1]&paged=$matches[2]\";s:14:\"search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:47:\"author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:42:\"author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:23:\"author/([^/]+)/embed/?$\&q
 uot;;s:44:\"index.php?author_name=$matches[1]&embed=true\";s:35:\"author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:17:\"author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:69:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:45:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/embed/?$\";s:74:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matche
 s[2]&day=$matches[3]&paged=$matches[4]\";s:39:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$\";s:63:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]\";s:56:\"([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:51:\"([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:32:\"([0-9]{4})/([0-9]{1,2})/embed/?$\";s:58:\"index.php?year=$matches[1]&monthnum=$matches[2]&embed=true\";s:44:\"([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]\";s:26:\"([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:43:\"([0-9]{4})/feed/(feed|rdf|rss|rss2|ato
 m)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:38:\"([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:19:\"([0-9]{4})/embed/?$\";s:37:\"index.php?year=$matches[1]&embed=true\";s:31:\"([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:13:\"([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:58:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:68:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:88:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:83:\"[0-9]{4}/[0-9]{1,2}/[0
 -9]{1,2}/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:83:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:64:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:53:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/embed/?$\";s:91:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/trackback/?$\";s:85:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&tb=1\";s:77:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matc
 hes[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:72:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:65:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/page/?([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&paged=$matches[5]\";s:72:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/comment-page-([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&cpage=$matches[5]\";s:61:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)(?:/([0-9]+))?/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&page=$matches[5]\";s:47:\"
 [0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:57:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:77:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:53:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:81:\"index.php?year=
 $matches[1]&monthnum=$matches[2]&day=$matches[3]&cpage=$matches[4]\";s:51:\"([0-9]{4})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&cpage=$matches[3]\";s:38:\"([0-9]{4})/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&cpage=$matches[2]\";s:27:\".?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\".?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$mat
 ches[1]&cpage=$matches[2]\";s:33:\".?.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"(.?.+?)/embed/?$\";s:41:\"index.php?pagename=$matches[1]&embed=true\";s:20:\"(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:40:\"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:35:\"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:28:\"(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:35:\"(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:24:\"(.?.+?)(?:/([0-9]+))?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";}','yes'),(483,'finis
 hed_splitting_shared_terms','1','yes'),(484,'widget_pages','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(485,'widget_calendar','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(486,'widget_archives','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(487,'widget_meta','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(488,'widget_search','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(489,'widget_tag_cloud','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(490,'widget_nav_menu','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(491,'widget_akismet_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(492,'widget_epcsp_subscribe','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(493,'widget_wcpt_speakers','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(494,'widget_wcpt_sessions','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(495,'widget_wcpt_organizers','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(499,'site_icon','0','yes'),(500,'me
 dium_large_size_w','768','yes'),(501,'medium_large_size_h','0','yes'),(509,'theme_mods_twentysixteen','a:3:{i:0;b:0;s:18:\"nav_menu_locations\";a:1:{s:7:\"primary\";i:21;}s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1465238138;s:4:\"data\";a:4:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:3:{i:0;s:6:\"text-6\";i:1;s:6:\"text-7\";i:2;s:14:\"wcb_sponsors-2\";}s:9:\"sidebar-2\";a:3:{i:0;s:6:\"text-5\";i:1;s:6:\"text-4\";i:2;s:6:\"text-3\";}s:9:\"sidebar-3\";a:1:{i:0;s:6:\"text-2\";}}}}','yes'),(543,'jetpack_security_report','a:0:{}','yes'),(567,'_transient_is_multi_author','0','yes'),(568,'wpsupercache_gc_time','1561490250','yes'),(569,'jetpack_sync_settings_disable','0','yes'),(570,'_transient_timeout_jetpack_idc_allowed','1561492633','no'),(571,'_transient_jetpack_idc_allowed','1','no'),(572,'widget_media_audio','a:
 1:{s:12:\"_multiwidget\";i:1;}','yes'),(573,'widget_media_image','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(574,'widget_media_gallery','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(575,'widget_media_video','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(576,'widget_custom_html','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(577,'widget_wcorg_campaign_monitor_wiget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(578,'widget_wcorg_mailchimp_wiget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(581,'wp_page_for_privacy_policy','0','yes'),(582,'show_comments_cookies_opt_in','1','yes'),(583,'_transient_timeout_camptix-attendees-a0b552572c6d9b913b94a3b5833587ee','1561575434','no'),(584,'_transient_camptix-attendees-a0b552572c6d9b913b94a3b5833587ee','a:2:{s:4:\"time\";i:1561489034;s:7:\"content\";s:160:\"        <div id=\"tix-attendees\">\n            <ul class=\"tix-attendee-list tix-columns
 -3\">\n                                            </ul>\n        </div>\n        <br class=\"tix-clear\"/>\n      \";}','no'),(585,'is_https_supported','1','yes'),(586,'insecure_content','a:6:{i:0;s:95:\"http://2014.seattle.wordcamp.test/wp-content/uploads/sites/22/2014/06/wcsea-pillar-sponsors.jpg\";i:1;s:89:\"http://2014.seattle.wordcamp.test/wp-content/uploads/sites/22/2014/05/BlueHost600x198.png\";i:2;s:92:\"http://2014.seattle.wordcamp.test/wp-content/uploads/sites/22/2014/05/MediaTemple600x198.png\";i:3;s:90:\"http://2014.seattle.wordcamp.test/wp-content/uploads/sites/22/2014/05/WiredTree600x198.png\";i:4;s:84:\"http://2014.seattle.wordcamp.test/wp-content/uploads/sites/22/2014/05/contribday.jpg\";i:5;s:102:\"http://2014.seattle.wordcamp.test/wp-content/uploads/sites/22/2014/04/deadline-midnight-approaches.jpg\";}','yes');
</ins><span class="cx" style="display: block; padding: 0 10px"> /*!40000 ALTER TABLE `wc_46_options` ENABLE KEYS */;
</span><span class="cx" style="display: block; padding: 0 10px"> UNLOCK TABLES;
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -1149,7 +1146,7 @@
</span><span class="cx" style="display: block; padding: 0 10px">   `post_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'publish',
</span><span class="cx" style="display: block; padding: 0 10px">   `comment_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'open',
</span><span class="cx" style="display: block; padding: 0 10px">   `ping_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'open',
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-  `post_password` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+  `post_password` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
</ins><span class="cx" style="display: block; padding: 0 10px">   `post_name` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
</span><span class="cx" style="display: block; padding: 0 10px">   `to_ping` text COLLATE utf8mb4_unicode_ci NOT NULL,
</span><span class="cx" style="display: block; padding: 0 10px">   `pinged` text COLLATE utf8mb4_unicode_ci NOT NULL,
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -1176,7 +1173,7 @@
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><span class="cx" style="display: block; padding: 0 10px"> LOCK TABLES `wc_46_posts` WRITE;
</span><span class="cx" style="display: block; padding: 0 10px"> /*!40000 ALTER TABLE `wc_46_posts` DISABLE KEYS */;
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-INSERT INTO `wc_46_posts` VALUES (1,1,'2014-06-06 05:32:50','2014-06-06 05:32:50','<p><em>Organizers note:</em> You can enter content for this page in the Sessions menu item in the sidebar.</p> <h1>Saturday, January 1st</h1> <p>[schedule date=\"YYYY-MM-DD\" tracks=\"example-track,another-example-track,yet-another-example-track\"]</p>','Schedule','','publish','open','open','','schedule','','','2014-06-06 05:32:50','2014-06-06 05:32:50','',0,'http://2014.seattle.wordcamp.test/schedule/',0,'page','',0),(2,1,'2014-06-06 05:32:50','2014-06-06 05:32:50','<p><em>Organizers note:</em> You can enter content for this page in the Speakers menu item in the sidebar.</p> <p>[speakers]</p>','Speakers','','publish','open','open','','speakers','','','2014-06-06 05:32:50','2014-06-06 05:32:50','',0,'htt
 p://2014.seattle.wordcamp.test/speakers/',0,'page','',0),(3,1,'2014-06-06 05:32:50','2014-06-06 05:32:50','<p><em>Organizers note:</em> You can enter content for this page in the Sessions menu item in the sidebar.</p> <p>[sessions]</p>','Sessions','','publish','open','open','','sessions','','','2014-06-06 05:32:50','2014-06-06 05:32:50','',0,'http://2014.seattle.wordcamp.test/sessions/',0,'page','',0),(4,1,'2014-06-06 05:32:50','2014-06-06 05:32:50','<p><em>Organizers note:</em> Multi-event sponsors have been automatically created in the Sponsors menu, but you\'ll need to remove the ones that don\'t apply to your specific event. To find out which ones apply, please visit http://central.wordcamp.org/multi-event-sponsorship-packages/. After that, you should add the sponsors that are specific to your event.</p> <h3>Our Sponsors</h3> <p>Blurb thanking sponsors</p> <p>[sponsors]</p> <h3>
 Interested in sponsoring WordCamp this year?</h3> <p>Check out our <a href=\'/call-for-sponsors\'>Call for Sponsors</a> post for details on how you can help make this year\'s WordCamp the best it can be!</p>','Sponsors','','publish','open','open','','sponsors','','','2014-06-06 05:32:50','2014-06-06 05:32:50','',0,'http://2014.seattle.wordcamp.test/sponsors/',0,'page','',0),(5,1,'2014-06-06 05:32:50','2014-06-06 05:32:50','','Location','','publish','open','open','','location','','','2014-06-06 05:32:50','2014-06-06 05:32:50','',0,'http://2014.seattle.wordcamp.test/location/',0,'page','',0),(6,1,'2014-06-06 05:32:50','2014-06-06 05:32:50','<p><em>Organizers note:</em> You can enter content for this page in the Organizers menu item in the sidebar.</p> <p>[organizers]</p>','Organizers','','publish','open','open','','organizers','','','2014-06-06 05:32:50','2014-06-06 05:32:50','',0,'http://2014.seattle.wordcamp.test/orga
 nizers/',0,'page','',0),(8,1,'2014-06-06 05:32:50','0000-00-00 00:00:00','[camptix_attendees columns=\"3\"]','Attendees','','publish','open','open','','','','','2014-06-06 05:32:50','0000-00-00 00:00:00','',0,'http://2014.seattle.wordcamp.test/?page_id=8',0,'page','',0),(11,1,'2014-06-06 05:32:50','2014-06-06 05:32:50','<p>[contact-form to=\'seattle@wordcamp.org\' subject=\'WordCamp Contact Request\'][contact-field label=\'Name\' type=\'name\' required=\'1\'/][contact-field label=\'Email\' type=\'email\' required=\'1\'/][contact-field label=\'Message\' type=\'textarea\' required=\'1\'/][/contact-form]</p>','Contact','','publish','open','open','','contact','','','2014-06-06 05:32:50','2014-06-06 05:32:50','',0,'http://2014.seattle.wordcamp.test/contact/',0,'page','',0),(12,1,'2014-06-06 05:32:50','2014-06-06 05:32:50','<p><em>Organizers note:</em> The [[tagregator]] shortcode will pull in a stream of social media posts and display them. In orde
 r to use it, you\'ll need to follow the setup instructions at http://wordpress.org/plugins/tagregator/installation, and then update \"#wcxyz\" below with your hashtag.</p> <p>[tagregator hashtag=\"#wcxzy\"]</p>','Social Media Stream','','publish','open','open','','social-media-stream','','','2014-06-06 05:32:50','2014-06-06 05:32:50','',0,'http://2014.seattle.wordcamp.test/social-media-stream/',0,'page','',0),(13,1,'2014-06-06 05:32:50','2014-06-06 05:32:50','<p><em>Organizers note:</em> Below is a boilerplate code of conduct that you can customize; another great example is the Ada Initiative <a href=\"http://geekfeminism.wikia.com/wiki/Conference_anti-harassment/Policy\">anti-harassment policy.</a></p> <p>We also recommend the organizing team read this article on <a href=\"http://geekfeminism.wikia.com/wiki/Conference_anti-harassment/Responding_to_reports\">how to take a harass
 ment report</a>.</p> <p>Please update the portions <span style=\"color: red; text-decoration: underline;\">with red text</span>. You can use the \"Remove Formatting\" button on the toolbar (the eraser icon on the second line) to remove the color and underline.\n               <ol>\n                    <li>\n                            <h3>Purpose</h3>\n\n                                <p><span style=\"color: red; text-decoration: underline;\">WordCamp YourCityName</span> believes our community should be truly open for everyone. As such, we are committed to providing a friendly, safe and welcoming environment for all, regardless of gender, sexual orientation, disability, ethnicity, religion, preferred operating system, programming language, or text editor.</p>\n                               <p>This code of conduct outlines our expectations for participant behavior as well as the consequences for unacceptable behavior.</p>\n                             <p>We invite all sponsors, volunteers,
  speakers, attendees, and other participants to help us realize a safe and positive conference experience for everyone.</p>\n                    </li>\n\n                 <li>\n                            <h3>Open Source Citizenship</h3>\n\n                                <p>A supplemental goal of this code of conduct is to increase open source citizenship by encouraging participants to recognize and strengthen the relationships between what we do and the community at large.</p>\n                                <p>In service of this goal, <span style=\"color: red; text-decoration: underline;\">WordCamp YourCityName</span> organizers will be taking nominations for exemplary citizens throughout the event and will recognize select participants after the conference on the website.</p>\n                          <p>If you see someone who is making an extra effort to ensure our community is welcoming, friendly, and encourages all participants to contribute to the fullest extent, we want to know. <span style=\"color: red; text-deco
 ration: underline;\">You can nominate someone at the Registration table or online at URL HERE.</span></p>\n                        </li>\n\n                 <li>\n                            <h3>Expected Behavior</h3>\n\n                              <ul>\n                                    <li>Be considerate, respectful, and collaborative.</li>\n                                   <li>Refrain from demeaning, discriminatory or harassing behavior and speech.</li>\n                                 <li>Be mindful of your surroundings and of your fellow participants. Alert conference organizers if you notice a dangerous situation or someone in distress.</li>\n                                 <li>Participate in an authentic and active way. In doing so, you help to create <span style=\"color: red; text-decoration: underline;\">WordCamp YourCityName</span> and make it your own.</li>\n                             </ul>\n                   </li>\n\n                 <li>\n                            <h3>Unacceptable Behavior</h3>\n\n                          <p>Unacceptable behaviors include: intimidating, harassing, abusive, discrimina
 tory, derogatory or demeaning conduct by any attendees of <span style=\"color: red; text-decoration: underline;\">WordCamp YourCityName</span> and related events. All <span style=\"color: red; text-decoration: underline;\">WordCamp YourCityName</span> venues may be shared with members of the public; please be respectful to all patrons of these locations.</p>\n                           <p>Harassment includes: offensive verbal comments related to gender, sexual orientation, race, religion, disability; inappropriate use of nudity and/or sexual images in public spaces (including presentation slides); deliberate intimidation, stalking or following; harassing photography or recording; sustained disruption of talks or other events; inappropriate physical contact, and unwelcome sexual attention.</p>\n                    </li>\n\n                 <li>\n                            <h3>Consequences Of Unacceptable Behavior</h3>\n\n                          <p>Unacceptable behavior will not be tolerat
 ed whether by other attendees, organizers, venue staff, sponsors, or other patrons of <span style=\"color: red; text-decoration: underline;\">WordCamp YourCityName</span> venues.</p>\n                           <p>Anyone asked to stop unacceptable behavior is expected to comply immediately.</p>\n                              <p>If a participant engages in unacceptable behavior, the conference organizers may take any action they deem appropriate, up to and including expulsion from the conference without warning or refund.</p>\n                       </li>\n\n                 <li>\n                            <h3>What To Do If You Witness Or Are Subject To Unacceptable Behavior</h3>\n\n                              <p>If you are subject to unacceptable behavior, notice that someone else is being subject to unacceptable behavior, or have any other concerns, please notify a conference organizer as soon as possible.</p>\n                             <p>The <span style=\"color: red; text-decoration: underline;\">WordCamp YourCityName&l
 t;/span> team will be available to help participants contact venue security or local law enforcement, to provide escorts, or to otherwise assist those experiencing unacceptable behavior to feel safe for the duration of the conference. <span style=\"color: red; text-decoration: underline;\">Volunteers will be wearing XXXXXXXXXXXXXXXXXXXXXXXX.</span> Any volunteer can connect you with a conference organizer. You can also come to the special registration desk in the lobby and ask for the organizers.</p>\n                     </li>\n\n                 <li>\n                            <h3>Scope</h3>\n                            <p>We expect all conference participants (sponsors, volunteers, speakers, attendees, and other guests) to abide by this code of conduct at all conference venues and conference-related social events.</p>\n                        </li>\n\n                 <li>\n                            <h3>Contact Information</h3>\n\n                            <p><span style=\"color: red; text-decoration: underline;\">Contact 
 info here! Make sure this includes a way to access the organizers during the event.</span></p>\n                   </li>\n\n                 <li>\n                            <h3>License And Attribution</h3>\n\n                                <p>This Code of Conduct is a direct swipe from the awesome work of Open Source Bridge, but with our event information substituted. The original is available at <a href=\"http://opensourcebridge.org/about/code-of-conduct/\">http://opensourcebridge.org/about/code-of-conduct/</a> and is released under a <a href=\"http://creativecommons.org/licenses/by-sa/3.0/\">Creative Commons Attribution-ShareAlike</a> license.</p>\n                     </li>\n           </ol>\n\n         ','Code of Conduct','','publish','open','open','','code-of-conduct','','','2014-06-06 05:32:50','2014-06-06 05:32:50','',0,'http://2014.seattle.wordcamp.test/code-of-conduct/',0,'page','',0),(18,1,'2014-06-06 05:32:54','2014-06-06 05:32:54','<p>If you use WordPress to build things fo
 r other people, Code Poet wants to make your life easier. No matter whether you freelance on a solo basis, lead a small web shop, make plugins in a dark closet, or crack the whip at a large design firm, Code Poet’s aim is to become your go-to source of information and resources to help you expand your WordPress skills and know-how. To make you better at what you do. To make it easier to make your living and look great doing it.</p> <p>You’re part of a tribe of WordPress designers and developers over 10,000 strong, spanning the entire globe. <a href=\'http://codepoet.com\'>codepoet.com</a> aims to bring the working knowledge and real world strategies of those people into one place, for you to tap into.</p>','Code Poet','','publish','open','open','','code-poet','','','2014-06-06 05:32:54','2014-06-06 05:32:54','',0,'http://2014.seattle.wordcamp.test/sponsor/code-poet/',0,'wcb_sponsor','',0),(20,1,'2014-06-06 05:33:00','2014-06-06 05:33:00','<p>W
 PML turns WordPress websites multilingual. It works with caching, SEO and E-Commerce plugins, and allows the building of complete multilingual sites. WPML powers simple blogs as well as corporate and enterprise sites.</p> <p>WPML allows users to translate everything in the site, including content, menus, widgets and even theme and plugin texts. WPML powers over 400,000 commercial websites from all over the world.</p> <p>More information about going multilingual can be found at <a href=\'http://wpml.org\'>WPML.org</a></p>','WPML','','publish','open','open','','wpml','','','2014-06-06 05:33:00','2014-06-06 05:33:00','',0,'http://2014.seattle.wordcamp.test/sponsor/wpml/',0,'wcb_sponsor','',0),(22,1,'2014-06-06 05:33:03','2014-06-06 05:33:03','<p><a href=\'http://bluehost.com\'>Bluehost</a> has been a WordPress partner since 2005 and powers over one million WordPress sites. Their goal is to provide outstanding hosting services 
 and customer support for the best possible price. Bluehost is also constantly innovating and upgrading their services and infrastructure at no additional cost to their customers. Join the millions of other website owners that have already chosen Bluehost and see how they can help you with your site.</p>','Bluehost','','publish','open','open','','bluehost','','','2014-06-06 05:33:03','2014-06-06 05:33:03','',0,'http://2014.seattle.wordcamp.test/sponsor/bluehost/',0,'wcb_sponsor','',0),(24,1,'2014-06-06 05:33:04','2014-06-06 05:33:04','<p>DreamHost is a global Web hosting and cloud services provider with over 350,000 customers and 1.2 million blogs, websites and apps hosted. The company offers a wide spectrum of Web hosting and cloud services including Shared Hosting, Virtual Private Servers (VPS), Dedicated Server Hosting, Domain Name Registration, the cloud storage service, DreamObjects, and the cloud computing service DreamCompute. More information can be found at <a
  href=\'http://dreamhost.com\'>http://dreamhost.com</a>.</p>','DreamHost','','publish','open','open','','dreamhost','','','2014-06-06 05:33:04','2014-06-06 05:33:04','',0,'http://2014.seattle.wordcamp.test/sponsor/dreamhost/',0,'wcb_sponsor','',0),(26,1,'2014-06-06 05:33:07','2014-06-06 05:33:07','<p>From its inception in 1998, (mt) Media Temple has been on a mission to help people and businesses succeed online.</p> <p>Over 125,000 customers in 100 countries now rely on Media Temple’s tools for domain registration, web hosting, business applications, virtual servers, and other cloud services to power more than 1.5 million websites. With 200 dedicated, U.S.-based employees, Media Temple takes pride in our 24/7 customer support. Our customers range from everyday people to top bloggers, creative professionals, and small businesses, as well as large enterprises like Starbucks, Adidas, Samsung, and Toyota.</p> <p>More information can be foun
 d anytime on the web at <a href=\'http://mediatemple.com\'>http://mediatemple.com</a> or on Twitter <a href=\'https://twitter.com/mediatemple\'>@MediaTemple</a>.</p>','Media Temple','','publish','open','open','','media-temple','','','2014-06-06 05:33:07','2014-06-06 05:33:07','',0,'http://2014.seattle.wordcamp.test/sponsor/media-temple/',0,'wcb_sponsor','',0),(28,1,'2014-06-06 05:33:08','2014-06-06 05:33:08','<p><a href=\'http://34sp.com\'>34SP.com</a> is a professional website hosting and domain name registration company offering services for web developers, bloggers, designers and small businesses throughout the world. The 34SP.com team of technical experts offers support and service coupled with a money-back guarantee to ensure client satisfaction. 34SP.com has particular focus in WordPress hosting, having supported the WordPress community since WordPress was originally developed and launched in 2003. The company currently hosts tho
 usands of WordPress websites and is headquartered in central Manchester, England.</p>','34sp.com','','publish','open','open','','34sp-com','','','2014-06-06 05:33:08','2014-06-06 05:33:08','',0,'http://2014.seattle.wordcamp.test/sponsor/34sp-com/',0,'wcb_sponsor','',0),(271687,1,'2014-01-02 22:28:05','2014-01-02 22:28:05','<strong>Welcome to the home of WordCamp Seattle 2014!</strong>\n\nWordCamps are casual, locally-organized, non-profit conferences covering everything related to <a href=\"http://wordpress.org/\" target=\"_blank\">WordPress</a>, the free and open source content-management software that powers over 75 million sites on the web. WordCamps come in all different flavors, based on the local communities that produce them. In Seattle that means great speakers from near and far, showcasing the talent and prestige of the Seattle technology community.\n<h1>Is WordCamp for Me?</h1>\n<strong>WordCamp Seattle 
 has something for everyone.</strong> Sessions range in skill level from Users to Designers/Power-Users to full on Developers.\n\n&nbsp;\n<h1>HOW MUCH DOES IT COST?</h1>\nDue to the generosity of local and national sponsors, <strong>WordCamps only cost you $20</strong>! If you\'re a student, you may be eligible for a <a title=\"Student Tickets\" href=\"http://2014.seattle.wordcamp.org/student-tickets/\">free student ticket</a>!','Welcome','','publish','open','open','','welcome','','','2014-01-02 22:28:05','2014-01-02 22:28:05','',0,'http://2014.seattle.wordcamp.org/?page_id=271687',0,'page','',0),(271689,1,'2014-01-02 22:28:23','2014-01-02 22:28:23','','News','','publish','open','open','','news','','','2014-01-02 22:28:23','2014-01-02 22:28:23','',0,'http://2014.seattle.wordcamp.org/?page_id=271689',0,'page','',0),(271692,1,'2014-01-02 22:34:06','2014-01-02 22:34:06','If you use WordPress in any capacity, you must exp
 erience a WordCamp!\n<h1>What is WordCamp?</h1>\nWordCamps are casual, locally-organized, non-profit conferences covering everything related to <a href=\"http://wordpress.org/\" target=\"_blank\">WordPress</a>, the free and open source content-management software that powers over 75 million sites on the web. WordCamps come in all different flavors, based on the local communities that produce them, but in general, WordCamps include speakers presenting on topics ranging from basic WordPress tips to serious development tools and strategies. The types of sessions typically seen at WordCamps can be viewed online on <a href=\"http://wordpress.tv/category/wordcamptv/\" target=\"_blank\">WordCamp.tv</a>.\n\nYou can watch past events\' talks for free, organized by year on WordPress.tv:\n<ul>\n       <li><a href=\"http://wordpress.tv/event/wordcamp-seattle-2013/\" target=\"_blank\">2
 013 WordCamp Talks</a></li>\n      <li><a href=\"http://wordpress.tv/event/wordcamp-seattle-2012/\" target=\"_blank\">2012 WordCamp Talks</a></li>\n   <li><a href=\"http://wordpress.tv/event/wordcamp-seattle-2011/\" target=\"_blank\">2011 WordCamp Talks</a></li>\n   <li><a href=\"http://wordpress.tv/event/wordcamp-seattle-2009/\" target=\"_blank\">2009 WordCamp Talks</a></li>\n</ul>\n<h1>Is WordCamp for Me?</h1>\nYes. There is something for everyone.  Sessions range in skill level from Users to Designers/Power-Users to full on Developers. Even if you\'ve never used WordPress, WordCamp can be a great place to learn about it for the first time!\n<h1>How much does it cost?</h1>\nDue to the generosity of our sponsors, this year’s event will be only cost you $20!','About','','publish','closed','closed','','about','','','2
 014-01-02 22:34:06','2014-01-02 22:34:06','',0,'http://2014.seattle.wordcamp.org/?page_id=271692',0,'page','',0),(271703,1,'2014-01-02 23:00:56','2014-01-02 23:00:56','It is with great pleasure that we announce WordCamp Seattle is officially on the calendar for 2014!\n\nWordCamp Seattle will be <strong>Saturday, June 28th, 2014</strong> at <strong>The HUB</strong>, a fantastic building on The University of Washington campus, and the same venue WordCamp was held last year. We received rave reviews of the venue from last year\'s attendees, and are very excited to be back for another year.\n\n<img class=\"alignnone size-full wp-image-271697\" alt=\"hub_sw_entrance\" src=\"http://2014.seattle.wordcamp.test/wp-content/uploads/sites/22/2013/10/hub_sw_entrance.jpg\" width=\"610\" height=\"240\" />\n\nYou can find more details about the venue on the <a title=\"Location\" href=\"http://2014.sea
 ttle.wordcamp.org/location/\">location page</a> of this site.\n\nFollow <a href=\"https://twitter.com/wordcampseattle\" target=\"_blank\">WordCampSeattle</a> on twitter or subscribe using the form in the sidebar to stay up to date on the most recent news. We\'ll be keeping you posted on all the details over the coming months, including speaker submissions, ticket sales and more!\n\nCheers!\n<em>Your Organizing Team</em>','Officially Announcing WordCamp Seattle 2014','','publish','open','open','','officially-announcing-wordcamp-seattle-2014','','','2014-01-02 23:00:56','2014-01-02 23:00:56','',0,'http://2014.seattle.wordcamp.org/?p=271703',0,'post','',0),(271706,1,'2014-01-02 23:05:21','2014-01-02 23:05:21','Senior Web Strategist @ 10up. Passionate about WordPress + user experience. Marathon runner. Seattleite via Minneapolis.','Grant Landram','','publish','closed','closed','','grant-landram','','','2014-01-02 23:05:21','2014-
 01-02 23:05:21','',0,'http://2014.seattle.wordcamp.org/?post_type=wcb_organizer&#038;p=271706',0,'wcb_organizer','',0),(280179,1,'2014-01-04 21:14:19','2014-01-04 21:14:19','<strong>Seattle WordCamp is a community run event, put on by the community, for the community, funded by the community.</strong> If you would like to sponsor, please consider one of the sponsorship levels below, and contact <a href=\"mailto:seattle@wordcamp.org\">seattle@wordcamp.org</a>.\n\n<div style=\"clear: both\"></div>\n<div class=\"sponsor-box-left\">\n<h2>Mt. Rainier Sponsorship <span style=\"color: #666;font-size: 16px;vertical-align: middle\">| $1,000</span></h2>\nThe Mt. Rainier sponsorship ensures that costs stay low for participants by offsetting many of the large costs involved in putting on a conference. Includes...\n<ul>\n      <li>Special Thanks at the event, and in pre- and post
 -event emails</li>\n     <li>The exclusive opportunity to put swag at the swag giveaway table</li>\n <li>A special thank-you on the WordCamp blog</li>\n <li>Your logo displayed on slides at WordCamp</li>\n        <li>Your logo on the WordCamp site &amp; premium placement in the sidebar</li>\n        <li>Thank you mentions at WordCamp, on Twitter, Facebook, and the WordCamp blog</li>\n        <li>Opportunity to place SWAG or real humans at the shared sponsor table.</li>\n  <li>two (2) tickets to WordCamp (to attend or raffle away)</li>\n</ul>\n</div>\n<div class=\"sponsor-box-right\">\n<h2>Mt. St. Helens Sponsorship <span style=\"color: #666;font-size: 16px;vertical-align: middle\">| $500</span></h2>\nWhether your business relies on WordPress or you’re an active part of the WordPress community, you can show your support as a sponsor. Includes...\n
 <ul>\n\n <li>A special thank-you on the WordCamp blog</li>\n <li>Your logo on the WordCamp site &amp; in the sidebar</li>\n        <li>Opportunity to place SWAG or real humans at the shared sponsor table.</li>\n      <li>Thank you mentions at WordCamp, on Twitter, Facebook, and the WordCamp blog</li>\n      <li>One (1) ticket to WordCamp</li>\n</ul>\n<h2>In-Kind Donation <span style=\"color: #666;font-size: 16px;vertical-align: middle\">| Priceless</span></h2>\nContact us at <a href=\"seattle@wordcamp.org\">seattle@wordcamp.org</a> to discuss this unique opportunity.\n</div>\n\n<div style=\"clear: both\"></div>\n<div class=\"sponsor-banner\">\n<h2>None of these work for you?</h2>\nYou can still show your support as a volunteer!\n\n</div>\n<div style=\"clear: both\"></div>\n\n<h
 2>Volunteer <span style=\"color: #666;font-size: 16px;vertical-align: middle\">| $0</span></h2>\nShow your support by helping out the day of the event. Setup, cleanup, A/V help, expert WordPress advice... you name it and we need volunteers to help. Email <a href=\"mailto:seattle@wordcamp.org\">seattle@wordcamp.org</a> if you\'re interested in volunteering!\n<div style=\"clear: both\"></div>\n\n<div class=\"sponsor-banner\">\n<h2>Contact for more information</h2>\n<a href=\"mailto:seattle@wordcamp.org\">seattle@wordcamp.org</a>\n\n</div>','Sponsor WordCamp','','publish','closed','closed','','sponsor','','','2014-01-04 21:14:19','2014-01-04 21:14:19','',0,'http://2014.seattle.wordcamp.org/?page_id=280179',0,'page','',0),(329125,1,'2014-01-15 10:06:06','2014-01-15 10:06:06','Ian is a plugin developer who loves punk rock and ice cream.','Ian Dunn','','publis
 h','closed','closed','','ian-dunn','','','2014-01-15 10:06:06','2014-01-15 10:06:06','',0,'http://2014.seattle.wordcamp.org/?post_type=wcb_organizer&#038;p=329125',0,'wcb_organizer','',0),(329127,1,'2014-01-15 10:06:48','2014-01-15 10:06:48','Sam is a ninja wrangler for WordPress who loves to travel as much as possible.','Sam Sidler','','publish','closed','closed','','sam-sidler','','','2014-01-15 10:06:48','2014-01-15 10:06:48','',0,'http://2014.seattle.wordcamp.org/?post_type=wcb_organizer&#038;p=329127',0,'wcb_organizer','',0),(329331,1,'2014-01-15 10:35:10','2014-01-15 10:35:10','Frequently Asked Questions (and answers)\n\n<strong>When will tickets go on sale?</strong> Tickets will go on sale in early-to-mid May. You can visit <a title=\"Tickets\" href=\"http://2014.seattle.wordcamp.org/tickets/\">the Tickets page</a> to sign up to be notified when they\'re available.\n\n<strong>How much do tickets cost?</strong> T
 hanks to the generosity of local and national sponsors, WordCamp Seattle tickets are only $20.\n\n<strong>How do I volunteer to Speak at WordCamp?</strong>WordCamp speakers are all volunteers. If you\'re interested in presenting a talk, speaking submissions will open around March 10th, 2014. More details will be published on the blog, so make sure to subscribe for updates.\n\n<strong>Is WordCamp for me?</strong> Yes! WordCamp Seattle is a casual event meant for people of all skill levels and interests. Whether you want to learn about WordPress for the first time, or are a seasoned developer bending WordPress to your will - there will be something for you at WordCamp.\n\nIt is also WordCamp policy to be an open and safe place for everyone regardless of race, gender, financial status, creed, sexual orientation, location, or any other characteristic. We do our best to make sure WordCamp Seattle is a great event for EVERYONE, not just the vocal majority. If there
 \'s anything we can do to better accommodate you, please <a title=\"Contact\" href=\"http://2014.seattle.wordcamp.org/contact/\">let us know</a>.\n\n<strong>Can I watch the presentations online?</strong> Yes! We\'ll be live-streaming the sessions on June 28th, and the videos will also be posted to <a href=\"http://wordpress.tv\">WordPress.tv</a> once they\'ve been processed.\n\n<strong>Will there be a contributor day?</strong> Yes!  The <a href=\"http://2014.seattle.wordcamp.org/contributor-day\">2014 Contributor day</a> will take place on Sunday, June 29th and it will be awesome.  More info coming soon!  &lt;!--a href=&quot;http://2014.seattle.wordcamp.org/contact/&quot;&gt;volunteer</a>!--&gt;\n\n<strong>Will child care be provided?</strong> Yes! We have made arrangements with the <a href=\"http://childlearning.org\">Child Care
  and Learning Center</a>, located close to UW. Keep an eye on our news page for registration details.','FAQ','','publish','closed','closed','','faq','','','2014-01-15 10:35:10','2014-01-15 10:35:10','',0,'http://2014.seattle.wordcamp.org/?page_id=329331',0,'page','',0),(329341,1,'2014-01-15 11:02:18','2014-01-15 11:02:18','Jetpack Engineer - Musician - Sailor - Open Source Fanatic - Mephobia Sufferer - WordPress Lover','Ben Lobaugh','','publish','closed','closed','','ben-lobaugh','','','2014-01-15 11:02:18','2014-01-15 11:02:18','',0,'http://2014.seattle.wordcamp.org/?post_type=wcb_organizer&#038;p=329341',0,'wcb_organizer','',0),(352201,1,'2014-01-20 07:02:51','2014-01-20 07:02:51','Morgan runs WP Alchemists, where she specializes in converting graphic designs into WordPress themes and Managed WordPress hosting.','Morgan Kay','','publish','closed','closed','','morgan','','','2014-01-20 07:02:51','2014-01-20 07:02:51','',0,'http://2014.seattle.wordcamp.org/?post_type=wcb_o
 rganizer&#038;p=352201',0,'wcb_organizer','',0),(365242,1,'2014-01-23 01:06:36','2014-01-23 01:06:36','Freelance Web Designer who enjoys connecting people to opportunities, thinks everyone should make it possible to learn something new each day, and is energized by the creative and collaborative community of WordPress.','Karen Eliuk','','publish','closed','closed','','karen-eliuk','','','2014-01-23 01:06:36','2014-01-23 01:06:36','',0,'http://2014.seattle.wordcamp.org/?post_type=wcb_organizer&#038;p=365242',0,'wcb_organizer','',0),(399425,1,'2014-01-30 03:38:44','2014-01-30 03:38:44','Jonathan is a freelance systems administrator who, among other things is currently writing a WordPress plugin called WP Stagecoach, which will make it easy to create a staging copy of your WordPress site with a single click.','Jonathan Kay','','publish','closed','closed','','jonathan','','','2014-01-30 03:38:44','2014-01-30 03:38:44','',0,'http://2014.seattle.wordcamp.org/?post_type=wcb_or
 ganizer&#038;p=399425',0,'wcb_organizer','',0),(503350,1,'2014-02-19 21:21:38','2014-02-19 21:21:38','<div style=\"margin-bottom: 50px;font-size: 18px;line-height: 28px;clear: both\">\n<img src=\"http://2014.seattle.wordcamp.test/wp-content/uploads/sites/22/2014/02/laura-volunteer-e1393094430771.png\" alt=\"laura-volunteer\" width=\"450\" height=\"246\" class=\"alignright size-full wp-image-518716\" />\nMeet other passionate WordPress community members, build connections and friendships that will last years while helping make WordCamp Seattle 2014 happen.\n<a class=\"button\" style=\"margin-top: 30px\" href=\"#volunteer-form\">Become a Volunteer</a> <span style=\"font-size:14px\">or <a href=\"#why-volunteer\">Learn More</a></span>\n<div style=\"clear: both\"></div>\n</div>\n<h1 style=\"te
 xt-align:center\" id=\"why-volunteer\">Why Volunteer?</h1>\nThe WordPress community is driven by volunteers, and the 2014 Seattle WordCamp is no different. As organizers feel the best volunteer opportunities are those that present us with a challenge, an opportunity to learn, a chance to meet new people, and the ability to have an impact. Your volunteer involvement has a positive impact on the success of WordCamp. We want to engage your passion, knowledge and commitment in the most meaningful way possible. <strong>Volunteers will receive free admission to the event</strong>, a volunteer t-shirt, and the satisfaction of participating in another successful WordCamp.\n\nHave we motivated you to volunteer yet? If not, tell us how you would like to share your time and experience and we are happy to discuss opportunities to incorporate your skills in making this Seattle WordCamp 2014 even more successful.\n<h1 style=\"text-align:center;margin-to
 p: 45px\" id=\"volunteer-form\">Sign Up to Volunteer</h1>\nBy signing up to volunteer you are offering your time and effort to help make WordCamp a great event. There is no guarantee we can give you a certain volunteer task or duty, however we\'ll do our best to match you with the task or duty that best fits your skills, schedule and interests. We look forward to having you as a part of the volunteer team!\n\n [contact-form to=\'wordcamp.seattle.organizers@gmail.com\' subject=\'New Volunteer Form Submission\'][contact-field label=\'Name\' type=\'name\' required=\'1\'/][contact-field label=\'Email\' type=\'email\' required=\'1\'/][contact-field label=\'Phone Number\' type=\'text\' required=\'1\'/][contact-field label=\'Why Do You Want to Volunteer?\' type=\'textarea\' required=\'1\'/][contact-field label=\'Special Skills / Volunteer Interest?\' type=\'textarea\'/][contact-field label=\'Are you available Saturday June 28th%26#x002c; 2014?\' type=\'radio\' requi
 red=\'1\' options=\'Yes,No,Not Sure\'/][/contact-form] ','Volunteer','','publish','closed','closed','','volunteer','','','2014-02-19 21:21:38','2014-02-19 21:21:38','',0,'http://2014.seattle.wordcamp.org/?page_id=503350',0,'page','',0),(519188,1,'2014-02-18 19:31:01','2014-02-18 19:31:01','The #lawyering lunch of champions.','The #lawyering lunch of champions.','','publish','open','open','','the-lawyering-lunch-of-champions','','','2014-02-18 19:31:01','2014-02-18 19:31:01','',0,'http://2014.seattle.wordcamp.org/tggr-instagram/the-lawyering-lunch-of-champions/',0,'tggr-instagram','',0),(519189,1,'2013-09-18 17:23:14','2013-09-18 17:23:14','Coffee with an old friend this morning. #wcsea','Coffee with an old friend this morning. #wcsea','','publish','open','open','','coffee-with-an-old-friend-this-morning-wcsea','','','2013-09-18 17:23:14','2013-09-18 17:23:14','',0,'http://2014.seattle.wordcamp.org/tggr-instagram/coffee-with-an-old-friend-this-morning-wcsea/',0,'tggr-instagram','',0)
 ,(519190,1,'2013-06-13 20:51:38','2013-06-13 20:51:38','Hey, look. I feel like a little bit of Seattle followed me home to LA. #wcsea #nutellalatte','Hey, look. I feel like a little bit of Seattle fol','','publish','open','open','','hey-look-i-feel-like-a-little-bit-of-seattle-fol','','','2013-06-13 20:51:38','2013-06-13 20:51:38','',0,'http://2014.seattle.wordcamp.org/tggr-instagram/hey-look-i-feel-like-a-little-bit-of-seattle-fol/',0,'tggr-instagram','',0),(519191,1,'2013-06-11 20:58:08','2013-06-11 20:58:08','#wcsea was a lot of fun. Displaying our new app and seeing our logo everywhere was a bit surreal','#wcsea was a lot of fun. Displaying our new app an','','publish','open','open','','wcsea-was-a-lot-of-fun-displaying-our-new-app-an','','','2013-06-11 20:58:08','2013-06-11 20:58:08','',0,'http://2014.seattle.wordcamp.org/tggr-instagram/wcsea-was-a-lot-of-fun-displaying-our-new-app-an/',0,'tggr-instagram','',0),(519192,1,'2013-06-11 17:35:21','2013-06-11 17:35:21','Drinking tea
  in my #wcsea tumbler while coding a #plugin for an overseas client! #fittechie','Drinking tea in my #wcsea tumbler while coding a #','','publish','open','open','','drinking-tea-in-my-wcsea-tumbler-while-coding-a','','','2013-06-11 17:35:21','2013-06-11 17:35:21','',0,'http://2014.seattle.wordcamp.org/tggr-instagram/drinking-tea-in-my-wcsea-tumbler-while-coding-a/',0,'tggr-instagram','',0),(519193,1,'2013-06-11 16:34:12','2013-06-11 16:34:12','I have a thing for #coffee mugs. #wcsea #lawyering','I have a thing for #coffee mugs. #wcsea #lawyering','','publish','open','open','','i-have-a-thing-for-coffee-mugs-wcsea-lawyering','','','2013-06-11 16:34:12','2013-06-11 16:34:12','',0,'http://2014.seattle.wordcamp.org/tggr-instagram/i-have-a-thing-for-coffee-mugs-wcsea-lawyering/',0,'tggr-instagram','',0),(519194,1,'2013-06-11 06:04:05','2013-06-11 06:04:05','So long #wcsea. It\'s been a real slice. @wordcampseattle','So long #wcsea. It&#039;s been a real slice. @wordcamps','','publish
 ','open','open','','so-long-wcsea-its-been-a-real-slice-wordcamps','','','2013-06-11 06:04:05','2013-06-11 06:04:05','',0,'http://2014.seattle.wordcamp.org/tggr-instagram/so-long-wcsea-its-been-a-real-slice-wordcamps/',0,'tggr-instagram','',0),(519195,1,'2013-06-10 16:36:25','2013-06-10 16:36:25','Team BWD at WordCamp Seattle minus one!!! (Chase!) What a fantastic and informative weekend. The #WordPress community is vibrant, strong, and diverse. #wcsea','Team BWD at WordCamp Seattle minus one!!! (Chase!)','','publish','open','open','','team-bwd-at-wordcamp-seattle-minus-one-chase','','','2013-06-10 16:36:25','2013-06-10 16:36:25','',0,'http://2014.seattle.wordcamp.org/tggr-instagram/team-bwd-at-wordcamp-seattle-minus-one-chase/',0,'tggr-instagram','',0),(519196,1,'2013-06-10 16:22:56','2013-06-10 16:22:56','Amazing and refreshing session on modern #SEO with the extremely talented @justinrbriggs at #wcsea.','Amazing and refreshing session on modern #SEO with','','publish','open','ope
 n','','amazing-and-refreshing-session-on-modern-seo-with','','','2013-06-10 16:22:56','2013-06-10 16:22:56','',0,'http://2014.seattle.wordcamp.org/tggr-instagram/amazing-and-refreshing-session-on-modern-seo-with/',0,'tggr-instagram','',0),(519197,1,'2013-06-10 00:35:34','2013-06-10 00:35:34','Goodbye Seattle. Goodbye #wcsea','Goodbye Seattle. Goodbye #wcsea','','publish','open','open','','goodbye-seattle-goodbye-wcsea','','','2013-06-10 00:35:34','2013-06-10 00:35:34','',0,'http://2014.seattle.wordcamp.org/tggr-instagram/goodbye-seattle-goodbye-wcsea/',0,'tggr-instagram','',0),(519198,1,'2013-06-09 17:07:20','2013-06-09 17:07:20','Word Camp bling #wcsea','Word Camp bling #wcsea','','publish','open','open','','word-camp-bling-wcsea','','','2013-06-09 17:07:20','2013-06-09 17:07:20','',0,'http://2014.seattle.wordcamp.org/tggr-instagram/word-camp-bling-wcsea/',0,'tggr-instagram','',0),(519199,1,'2013-06-09 16:57:53','2013-06-09 16:57:53','So awesome to hear @justinrbriggs refreshing an
 d extensive presentation on modern #SEO #wcsea','So awesome to hear @justinrbriggs refreshing and e','','publish','open','open','','so-awesome-to-hear-justinrbriggs-refreshing-and-e','','','2013-06-09 16:57:53','2013-06-09 16:57:53','',0,'http://2014.seattle.wordcamp.org/tggr-instagram/so-awesome-to-hear-justinrbriggs-refreshing-and-e/',0,'tggr-instagram','',0),(519200,1,'2013-06-09 16:47:21','2013-06-09 16:47:21','Nice WordCamp swag. #wcsea','Nice WordCamp swag. #wcsea','','publish','open','open','','nice-wordcamp-swag-wcsea','','','2013-06-09 16:47:21','2013-06-09 16:47:21','',0,'http://2014.seattle.wordcamp.org/tggr-instagram/nice-wordcamp-swag-wcsea/',0,'tggr-instagram','',0),(519201,1,'2013-06-09 04:52:46','2013-06-09 04:52:46','Perfect coffee mug for the city known for its love of great coffee. #wcsea','Perfect coffee mug for the city known for its love','','publish','open','open','','perfect-coffee-mug-for-the-city-known-for-its-love','','','2013-06-09 04:52:46','2013-06-09 0
 4:52:46','',0,'http://2014.seattle.wordcamp.org/tggr-instagram/perfect-coffee-mug-for-the-city-known-for-its-love/',0,'tggr-instagram','',0),(519202,1,'2013-06-09 03:12:12','2013-06-09 03:12:12','I had such a great time at #wcsea today with @ramandt7 @brittany_wmsb and @mrsjaimetaylor! #vscocam','I had such a great time at #wcsea today with @rama','','publish','open','open','','i-had-such-a-great-time-at-wcsea-today-with-rama','','','2013-06-09 03:12:12','2013-06-09 03:12:12','',0,'http://2014.seattle.wordcamp.org/tggr-instagram/i-had-such-a-great-time-at-wcsea-today-with-rama/',0,'tggr-instagram','',0),(519203,1,'2013-06-09 03:06:55','2013-06-09 03:06:55','Fun swag from #wcsea!','Fun swag from #wcsea!','','publish','open','open','','fun-swag-from-wcsea','','','2013-06-09 03:06:55','2013-06-09 03:06:55','',0,'http://2014.seattle.wordcamp.org/tggr-instagram/fun-swag-from-wcsea/',0,'tggr-instagram','',0),(519204,1,'2013-06-09 02:27:26','2013-06-09 02:27:26','@belgort master husky phot
 ographer. #wcsea','@belgort master husky photographer. #wcsea','','publish','open','open','','belgort-master-husky-photographer-wcsea','','','2013-06-09 02:27:26','2013-06-09 02:27:26','',0,'http://2014.seattle.wordcamp.org/tggr-instagram/belgort-master-husky-photographer-wcsea/',0,'tggr-instagram','',0),(519205,1,'2013-06-09 01:26:07','2013-06-09 01:26:07','#wordpress is my homeboy. Yep. love it! Thanks to all the volunteers and speakers for such a great event today! #wcsea #wordcamp #seattle  #designerd #selfiesaredumbunlessyouownthishat','#wordpress is my homeboy. Yep. love it! Thanks to ','','publish','open','open','','wordpress-is-my-homeboy-yep-love-it-thanks-to','','','2013-06-09 01:26:07','2013-06-09 01:26:07','',0,'http://2014.seattle.wordcamp.org/tggr-instagram/wordpress-is-my-homeboy-yep-love-it-thanks-to/',0,'tggr-instagram','',0),(519206,1,'2013-06-09 01:08:05','2013-06-09 01:08:05','Most epic volunteer t-shirt ever. #wcsea #tshirt #volunteer #swag','Most epic volunteer
  t-shirt ever. #wcsea #tshirt #','','publish','open','open','','most-epic-volunteer-t-shirt-ever-wcsea-tshirt','','','2013-06-09 01:08:05','2013-06-09 01:08:05','',0,'http://2014.seattle.wordcamp.org/tggr-instagram/most-epic-volunteer-t-shirt-ever-wcsea-tshirt/',0,'tggr-instagram','',0),(519207,1,'2013-06-09 00:30:55','2013-06-09 00:30:55','It\'s not #wcsea but it\'ll do.','It&#039;s not #wcsea but it&#039;ll do.','','publish','open','open','','its-not-wcsea-but-itll-do-%f0%9f%98','','','2013-06-09 00:30:55','2013-06-09 00:30:55','',0,'http://2014.seattle.wordcamp.org/tggr-instagram/its-not-wcsea-but-itll-do-%f0%9f%98/',0,'tggr-instagram','',0),(519208,1,'2013-06-09 21:09:13','2013-06-09 21:09:13','The most important slide from my WordCamp Seattle 2013 Keynote presentation. Women are changing the face of the web through WordPress.','WordPress Women are Superheroes','','publish','open','open','','wordpress-women-are-superheroes','','','2013-06-09 21:09:13','2013-06-09 21:09:1
 3','',0,'http://2014.seattle.wordcamp.org/tggr-flickr/wordpress-women-are-superheroes/',0,'tggr-flickr','',0),(519209,1,'2013-06-08 15:49:39','2013-06-08 15:49:39','','And #wcsea begins!','','publish','open','open','','and-wcsea-begins','','','2013-06-08 15:49:39','2013-06-08 15:49:39','',0,'http://2014.seattle.wordcamp.org/tggr-flickr/and-wcsea-begins/',0,'tggr-flickr','',0),(519210,1,'2013-06-08 05:47:37','2013-06-08 05:47:37','Courtesy of WordCamp Seattle','WordPress: the cookie #wcsea','','publish','open','open','','wordpress-the-cookie-wcsea','','','2013-06-08 05:47:37','2013-06-08 05:47:37','',0,'http://2014.seattle.wordcamp.org/tggr-flickr/wordpress-the-cookie-wcsea/',0,'tggr-flickr','',0),(519211,1,'2011-04-17 20:14:13','2011-04-17 20:14:13','<a href=\"http://twitter.com/wcsea\">#WCSEA </a>|<a href=\"http://wordcampseattle.org/\"> Seattle Word Camp</a> - Seattle, April 16, 2011 | <a href=\"http://www.meetup.com/SeattleWordP
 ressMeetup/\">Seattle Wordpress Meetup</a>\n\nPics by <a href=\"mailto:jo@themeetingmaximizer.com\">Jolene Jang</a>, <a href=\"http://themeetingmaximizer.com/\">The Meeting Maximizer </a>- <a href=\"http://www.twitter.com/meetingmaximize\">@MeetingMaximize  | </a><a href=\"http://returnonimage.com/\">ReturnOnImage.com</a> | <a href=\"http://personalcameracrew.com/\">PersonalCameraCrew.com </a> | <a href=\"http://www.themeetingmaximizer.com/products-2/the-flash-badge/\">www.themeetingmaximizer.com/products-2/the-flash-badge/</a>\n\n<a href=\"http://wordcampseattle.oRg/\">\n</a>','#WCSEA_WordCampSeattle (59)','','publish','open','open','','wcsea_wordcampseattle-59','','','2011-04-17 20:14:13','2011-04-17 20:14:13','',0,'http://2014.seattle.wordcamp.org/tggr-flickr/wcsea_wordcampseattle-59/',0,'tggr-flickr','',0),(519212
 ,1,'2011-04-17 20:13:56','2011-04-17 20:13:56','<a href=\"http://twitter.com/wcsea\">#WCSEA </a>|<a href=\"http://wordcampseattle.org/\"> Seattle Word Camp</a> - Seattle, April 16, 2011 | <a href=\"http://www.meetup.com/SeattleWordPressMeetup/\">Seattle Wordpress Meetup</a>\n\nPics by <a href=\"mailto:jo@themeetingmaximizer.com\">Jolene Jang</a>, <a href=\"http://themeetingmaximizer.com/\">The Meeting Maximizer </a>- <a href=\"http://www.twitter.com/meetingmaximize\">@MeetingMaximize  | </a><a href=\"http://returnonimage.com/\">ReturnOnImage.com</a> | <a href=\"http://personalcameracrew.com/\">PersonalCameraCrew.com </a> | <a href=\"http://www.themeetingmaximizer.com/products-2/the-flash-badge/\">www.themeetingmaximizer.com/products-2/the-flash-badge/</a>\n\n<a href=\"http://wordc
 ampseattle.oRg/\">\n</a>','#WCSEA_WordCampSeattle (16)','','publish','open','open','','wcsea_wordcampseattle-16','','','2011-04-17 20:13:56','2011-04-17 20:13:56','',0,'http://2014.seattle.wordcamp.org/tggr-flickr/wcsea_wordcampseattle-16/',0,'tggr-flickr','',0),(519213,1,'2011-04-17 20:14:10','2011-04-17 20:14:10','<a href=\"http://twitter.com/wcsea\">#WCSEA </a>|<a href=\"http://wordcampseattle.org/\"> Seattle Word Camp</a> - Seattle, April 16, 2011 | <a href=\"http://www.meetup.com/SeattleWordPressMeetup/\">Seattle Wordpress Meetup</a>\n\nPics by <a href=\"mailto:jo@themeetingmaximizer.com\">Jolene Jang</a>, <a href=\"http://themeetingmaximizer.com/\">The Meeting Maximizer </a>- <a href=\"http://www.twitter.com/meetingmaximize\">@MeetingMaximize  | </a><a href=\"http://returnonimage.com/\">ReturnOnImage.com</a> | &
 lt;a href=\"http://personalcameracrew.com/\">PersonalCameraCrew.com </a> | <a href=\"http://www.themeetingmaximizer.com/products-2/the-flash-badge/\">www.themeetingmaximizer.com/products-2/the-flash-badge/</a>\n\n<a href=\"http://wordcampseattle.oRg/\">\n</a>','#WCSEA_WordCampSeattle (53)','','publish','open','open','','wcsea_wordcampseattle-53','','','2011-04-17 20:14:10','2011-04-17 20:14:10','',0,'http://2014.seattle.wordcamp.org/tggr-flickr/wcsea_wordcampseattle-53/',0,'tggr-flickr','',0),(519214,1,'2011-04-17 20:14:16','2011-04-17 20:14:16','<a href=\"http://twitter.com/wcsea\">#WCSEA </a>|<a href=\"http://wordcampseattle.org/\"> Seattle Word Camp</a> - Seattle, April 16, 2011 | <a href=\"http://www.meetup.com/SeattleWordPressMeetup/\">Seattle Wordpress Meetup</a>\n\nPics by <a href=\"mailto:jo@themeetingmaximizer.com\">Jolene Jang<
 /a>, <a href=\"http://themeetingmaximizer.com/\">The Meeting Maximizer </a>- <a href=\"http://www.twitter.com/meetingmaximize\">@MeetingMaximize  | </a><a href=\"http://returnonimage.com/\">ReturnOnImage.com</a> | <a href=\"http://personalcameracrew.com/\">PersonalCameraCrew.com </a> | <a href=\"http://www.themeetingmaximizer.com/products-2/the-flash-badge/\">www.themeetingmaximizer.com/products-2/the-flash-badge/</a>\n\n<a href=\"http://wordcampseattle.oRg/\">\n</a>','#WCSEA_WordCampSeattle (60)','','publish','open','open','','wcsea_wordcampseattle-60','','','2011-04-17 20:14:16','2011-04-17 20:14:16','',0,'http://2014.seattle.wordcamp.org/tggr-flickr/wcsea_wordcampseattle-60/',0,'tggr-flickr','',0),(519215,1,'2011-04-17 20:14:17','2011-04-17 20:14:17','<a href=\"http://twitter.com/wcsea\">#WCSEA </a>|<a href=\"http://w
 ordcampseattle.org/\"> Seattle Word Camp</a> - Seattle, April 16, 2011 | <a href=\"http://www.meetup.com/SeattleWordPressMeetup/\">Seattle Wordpress Meetup</a>\n\nPics by <a href=\"mailto:jo@themeetingmaximizer.com\">Jolene Jang</a>, <a href=\"http://themeetingmaximizer.com/\">The Meeting Maximizer </a>- <a href=\"http://www.twitter.com/meetingmaximize\">@MeetingMaximize  | </a><a href=\"http://returnonimage.com/\">ReturnOnImage.com</a> | <a href=\"http://personalcameracrew.com/\">PersonalCameraCrew.com </a> | <a href=\"http://www.themeetingmaximizer.com/products-2/the-flash-badge/\">www.themeetingmaximizer.com/products-2/the-flash-badge/</a>\n\n<a href=\"http://wordcampseattle.oRg/\">\n</a>','#WCSEA_WordCampSeattle-DavidIassac(61)','','publish','open','open','','wcsea_wordcampseattle-davidiassac
 61','','','2011-04-17 20:14:17','2011-04-17 20:14:17','',0,'http://2014.seattle.wordcamp.org/tggr-flickr/wcsea_wordcampseattle-davidiassac61/',0,'tggr-flickr','',0),(519216,1,'2011-04-17 20:14:01','2011-04-17 20:14:01','<a href=\"http://twitter.com/wcsea\">#WCSEA </a>|<a href=\"http://wordcampseattle.org/\"> Seattle Word Camp</a> - Seattle, April 16, 2011 | <a href=\"http://www.meetup.com/SeattleWordPressMeetup/\">Seattle Wordpress Meetup</a>\n\nPics by <a href=\"mailto:jo@themeetingmaximizer.com\">Jolene Jang</a>, <a href=\"http://themeetingmaximizer.com/\">The Meeting Maximizer </a>- <a href=\"http://www.twitter.com/meetingmaximize\">@MeetingMaximize  | </a><a href=\"http://returnonimage.com/\">ReturnOnImage.com</a> | <a href=\"http://personalcameracrew.com/\">PersonalCameraCrew.com </a> | <a href=\"
 http://www.themeetingmaximizer.com/products-2/the-flash-badge/\">www.themeetingmaximizer.com/products-2/the-flash-badge/</a>\n\n<a href=\"http://wordcampseattle.oRg/\">\n</a>','#WCSEA_WordCampSeattle_JustinSainton(28)','','publish','open','open','','wcsea_wordcampseattle_justinsainton28','','','2011-04-17 20:14:01','2011-04-17 20:14:01','',0,'http://2014.seattle.wordcamp.org/tggr-flickr/wcsea_wordcampseattle_justinsainton28/',0,'tggr-flickr','',0),(519217,1,'2011-04-17 20:14:09','2011-04-17 20:14:09','<a href=\"http://twitter.com/wcsea\">#WCSEA </a>|<a href=\"http://wordcampseattle.org/\"> Seattle Word Camp</a> - Seattle, April 16, 2011 | <a href=\"http://www.meetup.com/SeattleWordPressMeetup/\">Seattle Wordpress Meetup</a>\n\nPics by <a href=\"mailto:jo@themeetingmaximizer.com\">Jolene Jang</a>, <a href=\"http://themeetingmaximizer.com/\">The M
 eeting Maximizer </a>- <a href=\"http://www.twitter.com/meetingmaximize\">@MeetingMaximize  | </a><a href=\"http://returnonimage.com/\">ReturnOnImage.com</a> | <a href=\"http://personalcameracrew.com/\">PersonalCameraCrew.com </a> | <a href=\"http://www.themeetingmaximizer.com/products-2/the-flash-badge/\">www.themeetingmaximizer.com/products-2/the-flash-badge/</a>\n\n<a href=\"http://wordcampseattle.oRg/\">\n</a>','#WCSEA_WordCampSeattle (50)','','publish','open','open','','wcsea_wordcampseattle-50','','','2011-04-17 20:14:09','2011-04-17 20:14:09','',0,'http://2014.seattle.wordcamp.org/tggr-flickr/wcsea_wordcampseattle-50/',0,'tggr-flickr','',0),(519218,1,'2011-04-17 20:13:52','2011-04-17 20:13:52','<a href=\"http://twitter.com/wcsea\">#WCSEA </a>|<a href=\"http://wordcampseattle.org/\"> Seattle Word Camp</a> - Seattle, Apr
 il 16, 2011 | <a href=\"http://www.meetup.com/SeattleWordPressMeetup/\">Seattle Wordpress Meetup</a>\n\nPics by <a href=\"mailto:jo@themeetingmaximizer.com\">Jolene Jang</a>, <a href=\"http://themeetingmaximizer.com/\">The Meeting Maximizer </a>- <a href=\"http://www.twitter.com/meetingmaximize\">@MeetingMaximize  | </a><a href=\"http://returnonimage.com/\">ReturnOnImage.com</a> | <a href=\"http://personalcameracrew.com/\">PersonalCameraCrew.com </a> | <a href=\"http://www.themeetingmaximizer.com/products-2/the-flash-badge/\">www.themeetingmaximizer.com/products-2/the-flash-badge/</a>\n\n<a href=\"http://wordcampseattle.oRg/\">\n</a>','#WCSEA_WordCampSeattle (10)','','publish','open','open','','wcsea_wordcampseattle-10','','','2011-04-17 20:13:52','2011-04-17 20:13:52','',0,'http://2014.seattle.wordcamp.org/tg
 gr-flickr/wcsea_wordcampseattle-10/',0,'tggr-flickr','',0),(519219,1,'2011-04-17 20:14:07','2011-04-17 20:14:07','<a href=\"http://twitter.com/wcsea\">#WCSEA </a>|<a href=\"http://wordcampseattle.org/\"> Seattle Word Camp</a> - Seattle, April 16, 2011 | <a href=\"http://www.meetup.com/SeattleWordPressMeetup/\">Seattle Wordpress Meetup</a>\n\nPics by <a href=\"mailto:jo@themeetingmaximizer.com\">Jolene Jang</a>, <a href=\"http://themeetingmaximizer.com/\">The Meeting Maximizer </a>- <a href=\"http://www.twitter.com/meetingmaximize\">@MeetingMaximize  | </a><a href=\"http://returnonimage.com/\">ReturnOnImage.com</a> | <a href=\"http://personalcameracrew.com/\">PersonalCameraCrew.com </a> | <a href=\"http://www.themeetingmaximizer.com/products-2/the-flash-badge/\">www.themeetingmaximizer.com/produ
 cts-2/the-flash-badge/</a>\n\n<a href=\"http://wordcampseattle.oRg/\">\n</a>','#WCSEA_WordCampSeattle (45)','','publish','open','open','','wcsea_wordcampseattle-45','','','2011-04-17 20:14:07','2011-04-17 20:14:07','',0,'http://2014.seattle.wordcamp.org/tggr-flickr/wcsea_wordcampseattle-45/',0,'tggr-flickr','',0),(519220,1,'2011-04-17 20:13:51','2011-04-17 20:13:51','<a href=\"http://twitter.com/wcsea\">#WCSEA </a>|<a href=\"http://wordcampseattle.org/\"> Seattle Word Camp</a> - Seattle, April 16, 2011 | <a href=\"http://www.meetup.com/SeattleWordPressMeetup/\">Seattle Wordpress Meetup</a>\n\nPics by <a href=\"mailto:jo@themeetingmaximizer.com\">Jolene Jang</a>, <a href=\"http://themeetingmaximizer.com/\">The Meeting Maximizer </a>- <a href=\"http://www.twitter.com/meetingmaximize\">@MeetingMaximize  | </a><a href=\"h
 ttp://returnonimage.com/\">ReturnOnImage.com</a> | <a href=\"http://personalcameracrew.com/\">PersonalCameraCrew.com </a> | <a href=\"http://www.themeetingmaximizer.com/products-2/the-flash-badge/\">www.themeetingmaximizer.com/products-2/the-flash-badge/</a>\n\n<a href=\"http://wordcampseattle.oRg/\">\n</a>','#WCSEA_WordCampSeattle (9)','','publish','open','open','','wcsea_wordcampseattle-9','','','2011-04-17 20:13:51','2011-04-17 20:13:51','',0,'http://2014.seattle.wordcamp.org/tggr-flickr/wcsea_wordcampseattle-9/',0,'tggr-flickr','',0),(519221,1,'2011-04-17 20:13:55','2011-04-17 20:13:55','<a href=\"http://twitter.com/wcsea\">#WCSEA </a>|<a href=\"http://wordcampseattle.org/\"> Seattle Word Camp</a> - Seattle, April 16, 2011 | <a href=\"http://www.meetup.com/SeattleWordPressMeetup/\">Seattle Wordpress Meetup</a>\n\nPics by <a href=\&q
 uot;mailto:jo@themeetingmaximizer.com\">Jolene Jang</a>, <a href=\"http://themeetingmaximizer.com/\">The Meeting Maximizer </a>- <a href=\"http://www.twitter.com/meetingmaximize\">@MeetingMaximize  | </a><a href=\"http://returnonimage.com/\">ReturnOnImage.com</a> | <a href=\"http://personalcameracrew.com/\">PersonalCameraCrew.com </a> | <a href=\"http://www.themeetingmaximizer.com/products-2/the-flash-badge/\">www.themeetingmaximizer.com/products-2/the-flash-badge/</a>\n\n<a href=\"http://wordcampseattle.oRg/\">\n</a>','#WCSEA_WordCampSeattle (14)','','publish','open','open','','wcsea_wordcampseattle-14','','','2011-04-17 20:13:55','2011-04-17 20:13:55','',0,'http://2014.seattle.wordcamp.org/tggr-flickr/wcsea_wordcampseattle-14/',0,'tggr-flickr','',0),(519222,1,'2011-04-17 20:13:54','2011-04-17 20:13:54','<a href=\"http://twitter.c
 om/wcsea\">#WCSEA </a>|<a href=\"http://wordcampseattle.org/\"> Seattle Word Camp</a> - Seattle, April 16, 2011 | <a href=\"http://www.meetup.com/SeattleWordPressMeetup/\">Seattle Wordpress Meetup</a>\n\nPics by <a href=\"mailto:jo@themeetingmaximizer.com\">Jolene Jang</a>, <a href=\"http://themeetingmaximizer.com/\">The Meeting Maximizer </a>- <a href=\"http://www.twitter.com/meetingmaximize\">@MeetingMaximize  | </a><a href=\"http://returnonimage.com/\">ReturnOnImage.com</a> | <a href=\"http://personalcameracrew.com/\">PersonalCameraCrew.com </a> | <a href=\"http://www.themeetingmaximizer.com/products-2/the-flash-badge/\">www.themeetingmaximizer.com/products-2/the-flash-badge/</a>\n\n<a href=\"http://wordcampseattle.oRg/\">\n</a>','#WCSEA_WordCampSeattle (13)','','publish'
 ,'open','open','','wcsea_wordcampseattle-13','','','2011-04-17 20:13:54','2011-04-17 20:13:54','',0,'http://2014.seattle.wordcamp.org/tggr-flickr/wcsea_wordcampseattle-13/',0,'tggr-flickr','',0),(519223,1,'2011-04-17 20:14:06','2011-04-17 20:14:06','<a href=\"http://twitter.com/wcsea\">#WCSEA </a>|<a href=\"http://wordcampseattle.org/\"> Seattle Word Camp</a> - Seattle, April 16, 2011 | <a href=\"http://www.meetup.com/SeattleWordPressMeetup/\">Seattle Wordpress Meetup</a>\n\nPics by <a href=\"mailto:jo@themeetingmaximizer.com\">Jolene Jang</a>, <a href=\"http://themeetingmaximizer.com/\">The Meeting Maximizer </a>- <a href=\"http://www.twitter.com/meetingmaximize\">@MeetingMaximize  | </a><a href=\"http://returnonimage.com/\">ReturnOnImage.com</a> | <a href=\"http://personalcameracrew.com/\">PersonalCameraCrew.com &
 lt;/a> | <a href=\"http://www.themeetingmaximizer.com/products-2/the-flash-badge/\">www.themeetingmaximizer.com/products-2/the-flash-badge/</a>\n\n<a href=\"http://wordcampseattle.oRg/\">\n</a>','#WCSEA_WordCampSeattle (44)','','publish','open','open','','wcsea_wordcampseattle-44','','','2011-04-17 20:14:06','2011-04-17 20:14:06','',0,'http://2014.seattle.wordcamp.org/tggr-flickr/wcsea_wordcampseattle-44/',0,'tggr-flickr','',0),(519224,1,'2011-04-17 20:14:08','2011-04-17 20:14:08','<a href=\"http://twitter.com/wcsea\">#WCSEA </a>|<a href=\"http://wordcampseattle.org/\"> Seattle Word Camp</a> - Seattle, April 16, 2011 | <a href=\"http://www.meetup.com/SeattleWordPressMeetup/\">Seattle Wordpress Meetup</a>\n\nPics by <a href=\"mailto:jo@themeetingmaximizer.com\">Jolene Jang</a>, <a href=\"http://themeetingmaximizer.com/\">The Meeting Ma
 ximizer </a>- <a href=\"http://www.twitter.com/meetingmaximize\">@MeetingMaximize  | </a><a href=\"http://returnonimage.com/\">ReturnOnImage.com</a> | <a href=\"http://personalcameracrew.com/\">PersonalCameraCrew.com </a> | <a href=\"http://www.themeetingmaximizer.com/products-2/the-flash-badge/\">www.themeetingmaximizer.com/products-2/the-flash-badge/</a>\n\n<a href=\"http://wordcampseattle.oRg/\">\n</a>','#WCSEA_WordCampSeattle (49)','','publish','open','open','','wcsea_wordcampseattle-49','','','2011-04-17 20:14:08','2011-04-17 20:14:08','',0,'http://2014.seattle.wordcamp.org/tggr-flickr/wcsea_wordcampseattle-49/',0,'tggr-flickr','',0),(519225,1,'2011-04-17 20:13:31','2011-04-17 20:13:31','<a href=\"http://twitter.com/wcsea\">#WCSEA </a>|<a href=\"http://wordcampseattle.org/\"> Seattle Word Camp</a> - Seattle, April 16, 20
 11 | <a href=\"http://www.meetup.com/SeattleWordPressMeetup/\">Seattle Wordpress Meetup</a>\n\nPics by <a href=\"mailto:jo@themeetingmaximizer.com\">Jolene Jang</a>, <a href=\"http://themeetingmaximizer.com/\">The Meeting Maximizer </a>- <a href=\"http://www.twitter.com/meetingmaximize\">@MeetingMaximize  | </a><a href=\"http://returnonimage.com/\">ReturnOnImage.com</a> | <a href=\"http://personalcameracrew.com/\">PersonalCameraCrew.com </a> | <a href=\"http://www.themeetingmaximizer.com/products-2/the-flash-badge/\">www.themeetingmaximizer.com/products-2/the-flash-badge/</a>\n\n<a href=\"http://wordcampseattle.oRg/\">\n</a>','#WCSEA_WordCampSeattle (16)','','publish','open','open','','wcsea_wordcampseattle-16-2','','','2011-04-17 20:13:31','2011-04-17 20:13:31','',0,'http://2014.seattle.wordcamp.org/tggr-flic
 kr/wcsea_wordcampseattle-16-2/',0,'tggr-flickr','',0),(519226,1,'2011-04-17 20:14:12','2011-04-17 20:14:12','<a href=\"http://twitter.com/wcsea\">#WCSEA </a>|<a href=\"http://wordcampseattle.org/\"> Seattle Word Camp</a> - Seattle, April 16, 2011 | <a href=\"http://www.meetup.com/SeattleWordPressMeetup/\">Seattle Wordpress Meetup</a>\n\nPics by <a href=\"mailto:jo@themeetingmaximizer.com\">Jolene Jang</a>, <a href=\"http://themeetingmaximizer.com/\">The Meeting Maximizer </a>- <a href=\"http://www.twitter.com/meetingmaximize\">@MeetingMaximize  | </a><a href=\"http://returnonimage.com/\">ReturnOnImage.com</a> | <a href=\"http://personalcameracrew.com/\">PersonalCameraCrew.com </a> | <a href=\"http://www.themeetingmaximizer.com/products-2/the-flash-badge/\">www.themeetingmaximizer.com/products-2
 /the-flash-badge/</a>\n\n<a href=\"http://wordcampseattle.oRg/\">\n</a>','#WCSEA_WordCampSeattle (56)','','publish','open','open','','wcsea_wordcampseattle-56','','','2011-04-17 20:14:12','2011-04-17 20:14:12','',0,'http://2014.seattle.wordcamp.org/tggr-flickr/wcsea_wordcampseattle-56/',0,'tggr-flickr','',0),(519227,1,'2011-04-17 20:14:04','2011-04-17 20:14:04','<a href=\"http://twitter.com/wcsea\">#WCSEA </a>|<a href=\"http://wordcampseattle.org/\"> Seattle Word Camp</a> - Seattle, April 16, 2011 | <a href=\"http://www.meetup.com/SeattleWordPressMeetup/\">Seattle Wordpress Meetup</a>\n\nPics by <a href=\"mailto:jo@themeetingmaximizer.com\">Jolene Jang</a>, <a href=\"http://themeetingmaximizer.com/\">The Meeting Maximizer </a>- <a href=\"http://www.twitter.com/meetingmaximize\">@MeetingMaximize  | </a><a href=\"http:/
 /returnonimage.com/\">ReturnOnImage.com</a> | <a href=\"http://personalcameracrew.com/\">PersonalCameraCrew.com </a> | <a href=\"http://www.themeetingmaximizer.com/products-2/the-flash-badge/\">www.themeetingmaximizer.com/products-2/the-flash-badge/</a>\n\n<a href=\"http://wordcampseattle.oRg/\">\n</a>','#WCSEA_WordCampSeattle-Mort(35)','','publish','open','open','','wcsea_wordcampseattle-mort35','','','2011-04-17 20:14:04','2011-04-17 20:14:04','',0,'http://2014.seattle.wordcamp.org/tggr-flickr/wcsea_wordcampseattle-mort35/',0,'tggr-flickr','',0),(519228,1,'2011-04-17 20:14:06','2011-04-17 20:14:06','<a href=\"http://twitter.com/wcsea\">#WCSEA </a>|<a href=\"http://wordcampseattle.org/\"> Seattle Word Camp</a> - Seattle, April 16, 2011 | <a href=\"http://www.meetup.com/SeattleWordPressMeetup/\">Seattle Wordpress Meetup</a>\n\nPics by <
 a href=\"mailto:jo@themeetingmaximizer.com\">Jolene Jang</a>, <a href=\"http://themeetingmaximizer.com/\">The Meeting Maximizer </a>- <a href=\"http://www.twitter.com/meetingmaximize\">@MeetingMaximize  | </a><a href=\"http://returnonimage.com/\">ReturnOnImage.com</a> | <a href=\"http://personalcameracrew.com/\">PersonalCameraCrew.com </a> | <a href=\"http://www.themeetingmaximizer.com/products-2/the-flash-badge/\">www.themeetingmaximizer.com/products-2/the-flash-badge/</a>\n\n<a href=\"http://wordcampseattle.oRg/\">\n</a>','#WCSEA_WordCampSeattle (41)','','publish','open','open','','wcsea_wordcampseattle-41','','','2011-04-17 20:14:06','2011-04-17 20:14:06','',0,'http://2014.seattle.wordcamp.org/tggr-flickr/wcsea_wordcampseattle-41/',0,'tggr-flickr','',0),(519229,1,'2011-04-17 20:13:53','2011-04-17 20:13:53','<a href=\"http:/
 /twitter.com/wcsea\">#WCSEA </a>|<a href=\"http://wordcampseattle.org/\"> Seattle Word Camp</a> - Seattle, April 16, 2011 | <a href=\"http://www.meetup.com/SeattleWordPressMeetup/\">Seattle Wordpress Meetup</a>\n\nPics by <a href=\"mailto:jo@themeetingmaximizer.com\">Jolene Jang</a>, <a href=\"http://themeetingmaximizer.com/\">The Meeting Maximizer </a>- <a href=\"http://www.twitter.com/meetingmaximize\">@MeetingMaximize  | </a><a href=\"http://returnonimage.com/\">ReturnOnImage.com</a> | <a href=\"http://personalcameracrew.com/\">PersonalCameraCrew.com </a> | <a href=\"http://www.themeetingmaximizer.com/products-2/the-flash-badge/\">www.themeetingmaximizer.com/products-2/the-flash-badge/</a>\n\n<a href=\"http://wordcampseattle.oRg/\">\n</a>','#WCSEA_WordCampSeattle (12)',''
 ,'publish','open','open','','wcsea_wordcampseattle-12','','','2011-04-17 20:13:53','2011-04-17 20:13:53','',0,'http://2014.seattle.wordcamp.org/tggr-flickr/wcsea_wordcampseattle-12/',0,'tggr-flickr','',0),(519230,1,'2011-04-17 20:13:57','2011-04-17 20:13:57','<a href=\"http://twitter.com/wcsea\">#WCSEA </a>|<a href=\"http://wordcampseattle.org/\"> Seattle Word Camp</a> - Seattle, April 16, 2011 | <a href=\"http://www.meetup.com/SeattleWordPressMeetup/\">Seattle Wordpress Meetup</a>\n\nPics by <a href=\"mailto:jo@themeetingmaximizer.com\">Jolene Jang</a>, <a href=\"http://themeetingmaximizer.com/\">The Meeting Maximizer </a>- <a href=\"http://www.twitter.com/meetingmaximize\">@MeetingMaximize  | </a><a href=\"http://returnonimage.com/\">ReturnOnImage.com</a> | <a href=\"http://personalcameracrew.com/\">PersonalCamera
 Crew.com </a> | <a href=\"http://www.themeetingmaximizer.com/products-2/the-flash-badge/\">www.themeetingmaximizer.com/products-2/the-flash-badge/</a>\n\n<a href=\"http://wordcampseattle.oRg/\">\n</a>','#WCSEA_WordCampSeattle (19)','','publish','open','open','','wcsea_wordcampseattle-19','','','2011-04-17 20:13:57','2011-04-17 20:13:57','',0,'http://2014.seattle.wordcamp.org/tggr-flickr/wcsea_wordcampseattle-19/',0,'tggr-flickr','',0),(519231,1,'2011-04-17 20:13:59','2011-04-17 20:13:59','<a href=\"http://twitter.com/wcsea\">#WCSEA </a>|<a href=\"http://wordcampseattle.org/\"> Seattle Word Camp</a> - Seattle, April 16, 2011 | <a href=\"http://www.meetup.com/SeattleWordPressMeetup/\">Seattle Wordpress Meetup</a>\n\nPics by <a href=\"mailto:jo@themeetingmaximizer.com\">Jolene Jang</a>, <a href=\"http://themeetingmaximizer.com/\">The 
 Meeting Maximizer </a>- <a href=\"http://www.twitter.com/meetingmaximize\">@MeetingMaximize  | </a><a href=\"http://returnonimage.com/\">ReturnOnImage.com</a> | <a href=\"http://personalcameracrew.com/\">PersonalCameraCrew.com </a> | <a href=\"http://www.themeetingmaximizer.com/products-2/the-flash-badge/\">www.themeetingmaximizer.com/products-2/the-flash-badge/</a>\n\n<a href=\"http://wordcampseattle.oRg/\">\n</a>','#WCSEA_WordCampSeattle (24)','','publish','open','open','','wcsea_wordcampseattle-24','','','2011-04-17 20:13:59','2011-04-17 20:13:59','',0,'http://2014.seattle.wordcamp.org/tggr-flickr/wcsea_wordcampseattle-24/',0,'tggr-flickr','',0),(519232,1,'2011-04-17 20:14:00','2011-04-17 20:14:00','<a href=\"http://twitter.com/wcsea\">#WCSEA </a>|<a href=\"http://wordcampseattle.org/\"> Seattle Word Camp</a> - Seattle, Ap
 ril 16, 2011 | <a href=\"http://www.meetup.com/SeattleWordPressMeetup/\">Seattle Wordpress Meetup</a>\n\nPics by <a href=\"mailto:jo@themeetingmaximizer.com\">Jolene Jang</a>, <a href=\"http://themeetingmaximizer.com/\">The Meeting Maximizer </a>- <a href=\"http://www.twitter.com/meetingmaximize\">@MeetingMaximize  | </a><a href=\"http://returnonimage.com/\">ReturnOnImage.com</a> | <a href=\"http://personalcameracrew.com/\">PersonalCameraCrew.com </a> | <a href=\"http://www.themeetingmaximizer.com/products-2/the-flash-badge/\">www.themeetingmaximizer.com/products-2/the-flash-badge/</a>\n\n<a href=\"http://wordcampseattle.oRg/\">\n</a>','#WCSEA_WordCampSeattle (27)','','publish','open','open','','wcsea_wordcampseattle-27','','','2011-04-17 20:14:00','2011-04-17 20:14:00','',0,'http://2014.seattle.wordcamp.org/t
 ggr-flickr/wcsea_wordcampseattle-27/',0,'tggr-flickr','',0),(519233,1,'2011-04-17 20:14:03','2011-04-17 20:14:03','<a href=\"http://twitter.com/wcsea\">#WCSEA </a>|<a href=\"http://wordcampseattle.org/\"> Seattle Word Camp</a> - Seattle, April 16, 2011 | <a href=\"http://www.meetup.com/SeattleWordPressMeetup/\">Seattle Wordpress Meetup</a>\n\nPics by <a href=\"mailto:jo@themeetingmaximizer.com\">Jolene Jang</a>, <a href=\"http://themeetingmaximizer.com/\">The Meeting Maximizer </a>- <a href=\"http://www.twitter.com/meetingmaximize\">@MeetingMaximize  | </a><a href=\"http://returnonimage.com/\">ReturnOnImage.com</a> | <a href=\"http://personalcameracrew.com/\">PersonalCameraCrew.com </a> | <a href=\"http://www.themeetingmaximizer.com/products-2/the-flash-badge/\">www.themeetingmaximizer.com/prod
 ucts-2/the-flash-badge/</a>\n\n<a href=\"http://wordcampseattle.oRg/\">\n</a>','#WCSEA_WordCampSeattle (32)','','publish','open','open','','wcsea_wordcampseattle-32','','','2011-04-17 20:14:03','2011-04-17 20:14:03','',0,'http://2014.seattle.wordcamp.org/tggr-flickr/wcsea_wordcampseattle-32/',0,'tggr-flickr','',0),(519234,1,'2011-04-17 20:13:58','2011-04-17 20:13:58','<a href=\"http://twitter.com/wcsea\">#WCSEA </a>|<a href=\"http://wordcampseattle.org/\"> Seattle Word Camp</a> - Seattle, April 16, 2011 | <a href=\"http://www.meetup.com/SeattleWordPressMeetup/\">Seattle Wordpress Meetup</a>\n\nPics by <a href=\"mailto:jo@themeetingmaximizer.com\">Jolene Jang</a>, <a href=\"http://themeetingmaximizer.com/\">The Meeting Maximizer </a>- <a href=\"http://www.twitter.com/meetingmaximize\">@MeetingMaximize  | </a><a href=\"
 http://returnonimage.com/\">ReturnOnImage.com</a> | <a href=\"http://personalcameracrew.com/\">PersonalCameraCrew.com </a> | <a href=\"http://www.themeetingmaximizer.com/products-2/the-flash-badge/\">www.themeetingmaximizer.com/products-2/the-flash-badge/</a>\n\n<a href=\"http://wordcampseattle.oRg/\">\n</a>','#WCSEA_WordCampSeattle (20)','','publish','open','open','','wcsea_wordcampseattle-20','','','2011-04-17 20:13:58','2011-04-17 20:13:58','',0,'http://2014.seattle.wordcamp.org/tggr-flickr/wcsea_wordcampseattle-20/',0,'tggr-flickr','',0),(519235,1,'2011-04-17 20:14:11','2011-04-17 20:14:11','<a href=\"http://twitter.com/wcsea\">#WCSEA </a>|<a href=\"http://wordcampseattle.org/\"> Seattle Word Camp</a> - Seattle, April 16, 2011 | <a href=\"http://www.meetup.com/SeattleWordPressMeetup/\">Seattle Wordpress Meetup</a>\n\nPics by <a href
 =\"mailto:jo@themeetingmaximizer.com\">Jolene Jang</a>, <a href=\"http://themeetingmaximizer.com/\">The Meeting Maximizer </a>- <a href=\"http://www.twitter.com/meetingmaximize\">@MeetingMaximize  | </a><a href=\"http://returnonimage.com/\">ReturnOnImage.com</a> | <a href=\"http://personalcameracrew.com/\">PersonalCameraCrew.com </a> | <a href=\"http://www.themeetingmaximizer.com/products-2/the-flash-badge/\">www.themeetingmaximizer.com/products-2/the-flash-badge/</a>\n\n<a href=\"http://wordcampseattle.oRg/\">\n</a>','#WCSEA_WordCampSeattle (55)','','publish','open','open','','wcsea_wordcampseattle-55','','','2011-04-17 20:14:11','2011-04-17 20:14:11','',0,'http://2014.seattle.wordcamp.org/tggr-flickr/wcsea_wordcampseattle-55/',0,'tggr-flickr','',0),(519236,1,'2011-04-17 20:14:05','2011-04-17 20:14:05','<a href=\"http://twitt
 er.com/wcsea\">#WCSEA </a>|<a href=\"http://wordcampseattle.org/\"> Seattle Word Camp</a> - Seattle, April 16, 2011 | <a href=\"http://www.meetup.com/SeattleWordPressMeetup/\">Seattle Wordpress Meetup</a>\n\nPics by <a href=\"mailto:jo@themeetingmaximizer.com\">Jolene Jang</a>, <a href=\"http://themeetingmaximizer.com/\">The Meeting Maximizer </a>- <a href=\"http://www.twitter.com/meetingmaximize\">@MeetingMaximize  | </a><a href=\"http://returnonimage.com/\">ReturnOnImage.com</a> | <a href=\"http://personalcameracrew.com/\">PersonalCameraCrew.com </a> | <a href=\"http://www.themeetingmaximizer.com/products-2/the-flash-badge/\">www.themeetingmaximizer.com/products-2/the-flash-badge/</a>\n\n<a href=\"http://wordcampseattle.oRg/\">\n</a>','#WCSEA_WordCampSeattle (37)','','publ
 ish','open','open','','wcsea_wordcampseattle-37','','','2011-04-17 20:14:05','2011-04-17 20:14:05','',0,'http://2014.seattle.wordcamp.org/tggr-flickr/wcsea_wordcampseattle-37/',0,'tggr-flickr','',0),(519237,1,'2011-04-17 20:13:50','2011-04-17 20:13:50','<a href=\"http://twitter.com/wcsea\">#WCSEA </a>|<a href=\"http://wordcampseattle.org/\"> Seattle Word Camp</a> - Seattle, April 16, 2011 | <a href=\"http://www.meetup.com/SeattleWordPressMeetup/\">Seattle Wordpress Meetup</a>\n\nPics by <a href=\"mailto:jo@themeetingmaximizer.com\">Jolene Jang</a>, <a href=\"http://themeetingmaximizer.com/\">The Meeting Maximizer </a>- <a href=\"http://www.twitter.com/meetingmaximize\">@MeetingMaximize  | </a><a href=\"http://returnonimage.com/\">ReturnOnImage.com</a> | <a href=\"http://personalcameracrew.com/\">PersonalCameraCrew.c
 om </a> | <a href=\"http://www.themeetingmaximizer.com/products-2/the-flash-badge/\">www.themeetingmaximizer.com/products-2/the-flash-badge/</a>\n\n<a href=\"http://wordcampseattle.oRg/\">\n</a>','#WCSEA_WordCampSeattle (8)','','publish','open','open','','wcsea_wordcampseattle-8','','','2011-04-17 20:13:50','2011-04-17 20:13:50','',0,'http://2014.seattle.wordcamp.org/tggr-flickr/wcsea_wordcampseattle-8/',0,'tggr-flickr','',0),(519238,1,'2011-04-17 20:13:48','2011-04-17 20:13:48','<a href=\"http://twitter.com/wcsea\">#WCSEA </a>|<a href=\"http://wordcampseattle.org/\"> Seattle Word Camp</a> - Seattle, April 16, 2011 | <a href=\"http://www.meetup.com/SeattleWordPressMeetup/\">Seattle Wordpress Meetup</a>\n\nPics by <a href=\"mailto:jo@themeetingmaximizer.com\">Jolene Jang</a>, <a href=\"http://themeetingmaximizer.com/\">The Meeting M
 aximizer </a>- <a href=\"http://www.twitter.com/meetingmaximize\">@MeetingMaximize  | </a><a href=\"http://returnonimage.com/\">ReturnOnImage.com</a> | <a href=\"http://personalcameracrew.com/\">PersonalCameraCrew.com </a> | <a href=\"http://www.themeetingmaximizer.com/products-2/the-flash-badge/\">www.themeetingmaximizer.com/products-2/the-flash-badge/</a>\n\n<a href=\"http://wordcampseattle.oRg/\">\n</a>','#WCSEA_WordCampSeattle (6)','','publish','open','open','','wcsea_wordcampseattle-6','','','2011-04-17 20:13:48','2011-04-17 20:13:48','',0,'http://2014.seattle.wordcamp.org/tggr-flickr/wcsea_wordcampseattle-6/',0,'tggr-flickr','',0),(519239,1,'2011-04-17 20:13:49','2011-04-17 20:13:49','<a href=\"http://twitter.com/wcsea\">#WCSEA </a>|<a href=\"http://wordcampseattle.org/\"> Seattle Word Camp</a> - Seattle, April 16, 2011
  | <a href=\"http://www.meetup.com/SeattleWordPressMeetup/\">Seattle Wordpress Meetup</a>\n\nPics by <a href=\"mailto:jo@themeetingmaximizer.com\">Jolene Jang</a>, <a href=\"http://themeetingmaximizer.com/\">The Meeting Maximizer </a>- <a href=\"http://www.twitter.com/meetingmaximize\">@MeetingMaximize  | </a><a href=\"http://returnonimage.com/\">ReturnOnImage.com</a> | <a href=\"http://personalcameracrew.com/\">PersonalCameraCrew.com </a> | <a href=\"http://www.themeetingmaximizer.com/products-2/the-flash-badge/\">www.themeetingmaximizer.com/products-2/the-flash-badge/</a>\n\n<a href=\"http://wordcampseattle.oRg/\">\n</a>','#WCSEA_WordCampSeattle (7)','','publish','open','open','','wcsea_wordcampseattle-7','','','2011-04-17 20:13:49','2011-04-17 20:13:49','',0,'http://2014.seattle.wordcamp.org/tggr-flickr/wcs
 ea_wordcampseattle-7/',0,'tggr-flickr','',0),(519240,1,'2011-04-17 20:13:56','2011-04-17 20:13:56','<a href=\"http://twitter.com/wcsea\">#WCSEA </a>|<a href=\"http://wordcampseattle.org/\"> Seattle Word Camp</a> - Seattle, April 16, 2011 | <a href=\"http://www.meetup.com/SeattleWordPressMeetup/\">Seattle Wordpress Meetup</a>\n\nPics by <a href=\"mailto:jo@themeetingmaximizer.com\">Jolene Jang</a>, <a href=\"http://themeetingmaximizer.com/\">The Meeting Maximizer </a>- <a href=\"http://www.twitter.com/meetingmaximize\">@MeetingMaximize  | </a><a href=\"http://returnonimage.com/\">ReturnOnImage.com</a> | <a href=\"http://personalcameracrew.com/\">PersonalCameraCrew.com </a> | <a href=\"http://www.themeetingmaximizer.com/products-2/the-flash-badge/\">www.themeetingmaximizer.com/products-2/the-flas
 h-badge/</a>\n\n<a href=\"http://wordcampseattle.oRg/\">\n</a>','#WCSEA_WordCampSeattle (17)','','publish','open','open','','wcsea_wordcampseattle-17','','','2011-04-17 20:13:56','2011-04-17 20:13:56','',0,'http://2014.seattle.wordcamp.org/tggr-flickr/wcsea_wordcampseattle-17/',0,'tggr-flickr','',0),(519241,1,'2011-04-17 20:14:00','2011-04-17 20:14:00','<a href=\"http://twitter.com/wcsea\">#WCSEA </a>|<a href=\"http://wordcampseattle.org/\"> Seattle Word Camp</a> - Seattle, April 16, 2011 | <a href=\"http://www.meetup.com/SeattleWordPressMeetup/\">Seattle Wordpress Meetup</a>\n\nPics by <a href=\"mailto:jo@themeetingmaximizer.com\">Jolene Jang</a>, <a href=\"http://themeetingmaximizer.com/\">The Meeting Maximizer </a>- <a href=\"http://www.twitter.com/meetingmaximize\">@MeetingMaximize  | </a><a href=\"http://returnon
 image.com/\">ReturnOnImage.com</a> | <a href=\"http://personalcameracrew.com/\">PersonalCameraCrew.com </a> | <a href=\"http://www.themeetingmaximizer.com/products-2/the-flash-badge/\">www.themeetingmaximizer.com/products-2/the-flash-badge/</a>\n\n<a href=\"http://wordcampseattle.oRg/\">\n</a>','#WCSEA_WordCampSeattle (25)','','publish','open','open','','wcsea_wordcampseattle-25','','','2011-04-17 20:14:00','2011-04-17 20:14:00','',0,'http://2014.seattle.wordcamp.org/tggr-flickr/wcsea_wordcampseattle-25/',0,'tggr-flickr','',0),(519242,1,'2011-04-17 20:14:02','2011-04-17 20:14:02','<a href=\"http://twitter.com/wcsea\">#WCSEA </a>|<a href=\"http://wordcampseattle.org/\"> Seattle Word Camp</a> - Seattle, April 16, 2011 | <a href=\"http://www.meetup.com/SeattleWordPressMeetup/\">Seattle Wordpress Meetup</a>\n\nPics by <a href=\"mailto:
 jo@themeetingmaximizer.com\">Jolene Jang</a>, <a href=\"http://themeetingmaximizer.com/\">The Meeting Maximizer </a>- <a href=\"http://www.twitter.com/meetingmaximize\">@MeetingMaximize  | </a><a href=\"http://returnonimage.com/\">ReturnOnImage.com</a> | <a href=\"http://personalcameracrew.com/\">PersonalCameraCrew.com </a> | <a href=\"http://www.themeetingmaximizer.com/products-2/the-flash-badge/\">www.themeetingmaximizer.com/products-2/the-flash-badge/</a>\n\n<a href=\"http://wordcampseattle.oRg/\">\n</a>','#WCSEA_WordCampSeattle-ScottBerkun(30)','','publish','open','open','','wcsea_wordcampseattle-scottberkun30','','','2011-04-17 20:14:02','2011-04-17 20:14:02','',0,'http://2014.seattle.wordcamp.org/tggr-flickr/wcsea_wordcampseattle-scottberkun30/',0,'tggr-flickr','',0),(519243,1,'2011-04-17 20:07:21','2011-04-17 20:07:21','','Beautiful
  road for the morning ride','','publish','open','open','','beautiful-road-for-the-morning-ride','','','2011-04-17 20:07:21','2011-04-17 20:07:21','',0,'http://2014.seattle.wordcamp.org/tggr-flickr/beautiful-road-for-the-morning-ride/',0,'tggr-flickr','',0),(519244,1,'2011-04-17 20:07:48','2011-04-17 20:07:48','','Washington University campus in bloom','','publish','open','open','','washington-university-campus-in-bloom','','','2011-04-17 20:07:48','2011-04-17 20:07:48','',0,'http://2014.seattle.wordcamp.org/tggr-flickr/washington-university-campus-in-bloom/',0,'tggr-flickr','',0),(519245,1,'2011-04-16 22:30:10','2011-04-16 22:30:10','','Alex King at WordCamp Seattle','','publish','open','open','','alex-king-at-wordcamp-seattle','','','2011-04-16 22:30:10','2011-04-16 22:30:10','',0,'http://2014.seattle.wordcamp.org/tggr-flickr/alex-king-at-wordcamp-seattle/',0,'tggr-flickr','',0),(519246,1,'2011-04-16 22:30:15','2011-04-16 22:30:15','','Nick Ohrn interviews Alex King at WordCamp Sea
 ttle','','publish','open','open','','nick-ohrn-interviews-alex-king-at-wordcamp-seattle','','','2011-04-16 22:30:15','2011-04-16 22:30:15','',0,'http://2014.seattle.wordcamp.org/tggr-flickr/nick-ohrn-interviews-alex-king-at-wordcamp-seattle/',0,'tggr-flickr','',0),(519247,1,'2011-04-16 22:31:05','2011-04-16 22:31:05','Posted from <a href=\"http://twitter.com/SamHowat/status/\">Twitter</a>','A worthy future hire for @Avelient? Tip: @McHardman #wcsea but really we want to talk to devs and designers! DM me!','','publish','open','open','','a-worthy-future-hire-for-avelient-tip-mchardman-wcsea-but-really-we-want-to-talk-to-devs-and-designers-dm-me','','','2011-04-16 22:31:05','2011-04-16 22:31:05','',0,'http://2014.seattle.wordcamp.org/tggr-flickr/a-worthy-future-hire-for-avelient-tip-mchardman-wcsea-but-really-we-want-to-talk-to-devs-and-designers-dm-me/',0,'tggr-flickr','',0),(519248,1,'2011-04-16 22:30:33','2011-04-16 22:30:33','','Nick Ohrn interviews Alex King 
 at WordCamp Seattle','','publish','open','open','','nick-ohrn-interviews-alex-king-at-wordcamp-seattle-2','','','2011-04-16 22:30:33','2011-04-16 22:30:33','',0,'http://2014.seattle.wordcamp.org/tggr-flickr/nick-ohrn-interviews-alex-king-at-wordcamp-seattle-2/',0,'tggr-flickr','',0),(519249,1,'2011-04-16 22:29:00','2011-04-16 22:29:00','','Winning at WordCamp Seattle','','publish','open','open','','winning-at-wordcamp-seattle','','','2011-04-16 22:29:00','2011-04-16 22:29:00','',0,'http://2014.seattle.wordcamp.org/tggr-flickr/winning-at-wordcamp-seattle/',0,'tggr-flickr','',0),(519250,1,'2011-04-16 22:29:12','2011-04-16 22:29:12','ThemeForest provided t-shirts for everyone at WordCamp Seattle','ThemeForest t-shirt at WordCamp Seattle','','publish','open','open','','themeforest-t-shirt-at-wordcamp-seattle','','','2011-04-16 22:29:12','2011-04-16 22:29:12','',0,'http://2014.seattle.wordcamp.org/tggr-flickr/themeforest-t-shirt-at-wordcamp-seattle/',0,'tggr-flickr','',0),(519251,1,'2011
 -04-16 22:29:35','2011-04-16 22:29:35','','Justin Briggs at WordCamp Seattle','','publish','open','open','','justin-briggs-at-wordcamp-seattle','','','2011-04-16 22:29:35','2011-04-16 22:29:35','',0,'http://2014.seattle.wordcamp.org/tggr-flickr/justin-briggs-at-wordcamp-seattle/',0,'tggr-flickr','',0),(519252,1,'2011-04-16 22:29:06','2011-04-16 22:29:06','','Winning at WordCamp Seattle','','publish','open','open','','winning-at-wordcamp-seattle-2','','','2011-04-16 22:29:06','2011-04-16 22:29:06','',0,'http://2014.seattle.wordcamp.org/tggr-flickr/winning-at-wordcamp-seattle-2/',0,'tggr-flickr','',0),(519253,1,'2011-04-16 22:28:42','2011-04-16 22:28:42','','Video blogging at WordCamp Seattle','','publish','open','open','','video-blogging-at-wordcamp-seattle','','','2011-04-16 22:28:42','2011-04-16 22:28:42','',0,'http://2014.seattle.wordcamp.org/tggr-flickr/video-blogging-at-wordcamp-seattle/',0,'tggr-flickr','',0),(519254,1,'2011-04-16 22:29:50','2011-04-16 22:29:50','','Andrew Naci
 n at WordCamp Seattle','','publish','open','open','','andrew-nacin-at-wordcamp-seattle','','','2011-04-16 22:29:50','2011-04-16 22:29:50','',0,'http://2014.seattle.wordcamp.org/tggr-flickr/andrew-nacin-at-wordcamp-seattle/',0,'tggr-flickr','',0),(519255,1,'2011-04-16 22:28:48','2011-04-16 22:28:48','','Food at WordCamp Seattle','','publish','open','open','','food-at-wordcamp-seattle','','','2011-04-16 22:28:48','2011-04-16 22:28:48','',0,'http://2014.seattle.wordcamp.org/tggr-flickr/food-at-wordcamp-seattle/',0,'tggr-flickr','',0),(519256,1,'2011-04-16 22:28:36','2011-04-16 22:28:36','','Global Domination at WordCamp Seattle','','publish','open','open','','global-domination-at-wordcamp-seattle','','','2011-04-16 22:28:36','2011-04-16 22:28:36','',0,'http://2014.seattle.wordcamp.org/tggr-flickr/global-domination-at-wordcamp-seattle/',0,'tggr-flickr','',0),(519257,1,'2011-04-16 22:29:58','2011-04-16 22:29:58','','Nick Ohrn at WordCamp Seattle','','publish','open','open','','nick-ohrn-
 at-wordcamp-seattle','','','2011-04-16 22:29:58','2011-04-16 22:29:58','',0,'http://2014.seattle.wordcamp.org/tggr-flickr/nick-ohrn-at-wordcamp-seattle/',0,'tggr-flickr','',0),(519258,1,'2011-04-16 22:29:23','2011-04-16 22:29:23','','Watching the WordCamp Seattle LiveStream','','publish','open','open','','watching-the-wordcamp-seattle-livestream','','','2011-04-16 22:29:23','2011-04-16 22:29:23','',0,'http://2014.seattle.wordcamp.org/tggr-flickr/watching-the-wordcamp-seattle-livestream/',0,'tggr-flickr','',0),(519259,1,'2011-04-16 20:35:11','2011-04-16 20:35:11','','Michael Fields at WordCamp Seattle','','publish','open','open','','michael-fields-at-wordcamp-seattle','','','2011-04-16 20:35:11','2011-04-16 20:35:11','',0,'http://2014.seattle.wordcamp.org/tggr-flickr/michael-fields-at-wordcamp-seattle/',0,'tggr-flickr','',0),(519260,1,'2011-04-16 20:33:42','2011-04-16 20:33:42','','Divya Manian at WordCamp Seattle','','publish','open','open','','divya-manian-at-wordcamp-seattle','','
 ','2011-04-16 20:33:42','2011-04-16 20:33:42','',0,'http://2014.seattle.wordcamp.org/tggr-flickr/divya-manian-at-wordcamp-seattle/',0,'tggr-flickr','',0),(519261,1,'2011-04-16 20:34:13','2011-04-16 20:34:13','','WordCamp Seattle crowd','','publish','open','open','','wordcamp-seattle-crowd','','','2011-04-16 20:34:13','2011-04-16 20:34:13','',0,'http://2014.seattle.wordcamp.org/tggr-flickr/wordcamp-seattle-crowd/',0,'tggr-flickr','',0),(519262,1,'2011-04-16 20:34:21','2011-04-16 20:34:21','','WordCamp Seattle crowd','','publish','open','open','','wordcamp-seattle-crowd-2','','','2011-04-16 20:34:21','2011-04-16 20:34:21','',0,'http://2014.seattle.wordcamp.org/tggr-flickr/wordcamp-seattle-crowd-2/',0,'tggr-flickr','',0),(519263,1,'2011-04-16 20:35:02','2011-04-16 20:35:02','','Bob Dunn at WordCamp Seattle','','publish','open','open','','bob-dunn-at-wordcamp-seattle','','','2011-04-16 20:35:02','2011-04-16 20:35:02','',0,'http://2014.seattle.wordcamp.org/tggr-flickr/bob-dunn-at-wordcam
 p-seattle/',0,'tggr-flickr','',0),(519264,1,'2011-04-16 20:34:38','2011-04-16 20:34:38','','Ariz Jacinto at WordCamp Seattle','','publish','open','open','','ariz-jacinto-at-wordcamp-seattle','','','2011-04-16 20:34:38','2011-04-16 20:34:38','',0,'http://2014.seattle.wordcamp.org/tggr-flickr/ariz-jacinto-at-wordcamp-seattle/',0,'tggr-flickr','',0),(519265,1,'2011-04-16 20:33:53','2011-04-16 20:33:53','','Livecasting WordCamp Seattle','','publish','open','open','','livecasting-wordcamp-seattle','','','2011-04-16 20:33:53','2011-04-16 20:33:53','',0,'http://2014.seattle.wordcamp.org/tggr-flickr/livecasting-wordcamp-seattle/',0,'tggr-flickr','',0),(519266,1,'2011-04-16 20:34:00','2011-04-16 20:34:00','','Aaron Hockley at WordCamp Seattle','','publish','open','open','','aaron-hockley-at-wordcamp-seattle','','','2011-04-16 20:34:00','2011-04-16 20:34:00','',0,'http://2014.seattle.wordcamp.org/tggr-flickr/aaron-hockley-at-wordcamp-seattle/',0,'tggr-flickr','',0),(519267,1,'2011-04-16 20:34
 :55','2011-04-16 20:34:55','','Tracking the WordCamp Seattle tag #wcsea','','publish','open','open','','tracking-the-wordcamp-seattle-tag-wcsea','','','2011-04-16 20:34:55','2011-04-16 20:34:55','',0,'http://2014.seattle.wordcamp.org/tggr-flickr/tracking-the-wordcamp-seattle-tag-wcsea/',0,'tggr-flickr','',0),(519268,1,'2011-04-16 20:34:06','2011-04-16 20:34:06','','Toby McKes at WordCamp Seattle','','publish','open','open','','toby-mckes-at-wordcamp-seattle','','','2011-04-16 20:34:06','2011-04-16 20:34:06','',0,'http://2014.seattle.wordcamp.org/tggr-flickr/toby-mckes-at-wordcamp-seattle/',0,'tggr-flickr','',0),(519269,1,'2011-04-16 20:33:34','2011-04-16 20:33:34','','Focus, focus, focus','','publish','open','open','','focus-focus-focus','','','2011-04-16 20:33:34','2011-04-16 20:33:34','',0,'http://2014.seattle.wordcamp.org/tggr-flickr/focus-focus-focus/',0,'tggr-flickr','',0),(519270,1,'2011-04-16 17:56:43','2011-04-16 17:56:43','','Will Anderson at WordCamp Seattle','','publish',
 'open','open','','will-anderson-at-wordcamp-seattle','','','2011-04-16 17:56:43','2011-04-16 17:56:43','',0,'http://2014.seattle.wordcamp.org/tggr-flickr/will-anderson-at-wordcamp-seattle/',0,'tggr-flickr','',0),(519271,1,'2011-04-16 17:55:27','2011-04-16 17:55:27','','Heather Gold at WordCamp Seattle','','publish','open','open','','heather-gold-at-wordcamp-seattle','','','2011-04-16 17:55:27','2011-04-16 17:55:27','',0,'http://2014.seattle.wordcamp.org/tggr-flickr/heather-gold-at-wordcamp-seattle/',0,'tggr-flickr','',0),(519272,1,'2011-04-16 17:50:20','2011-04-16 17:50:20','The obligatory WordPress buttons at WordCamp Seattle','WordPress buttons','','publish','open','open','','wordpress-buttons','','','2011-04-16 17:50:20','2011-04-16 17:50:20','',0,'http://2014.seattle.wordcamp.org/tggr-flickr/wordpress-buttons/',0,'tggr-flickr','',0),(519273,1,'2011-04-16 17:54:16','2011-04-16 17:54:16','','Livecasting WordCamp Seattle','','publish','open','open','','livecasting-wordcamp-seattle-
 2','','','2011-04-16 17:54:16','2011-04-16 17:54:16','',0,'http://2014.seattle.wordcamp.org/tggr-flickr/livecasting-wordcamp-seattle-2/',0,'tggr-flickr','',0),(519274,1,'2011-04-16 17:53:33','2011-04-16 17:53:33','Uploading your slides to the web ahead of a talk makes it easier for your audience to follow along.','iPad and a notebook','','publish','open','open','','ipad-and-a-notebook','','','2011-04-16 17:53:33','2011-04-16 17:53:33','',0,'http://2014.seattle.wordcamp.org/tggr-flickr/ipad-and-a-notebook/',0,'tggr-flickr','',0),(519275,1,'2011-04-16 17:56:18','2011-04-16 17:56:18','','Justin Sainton at WordCamp Seattle','','publish','open','open','','justin-sainton-at-wordcamp-seattle','','','2011-04-16 17:56:18','2011-04-16 17:56:18','',0,'http://2014.seattle.wordcamp.org/tggr-flickr/justin-sainton-at-wordcamp-seattle/',0,'tggr-flickr','',0),(519276,1,'2011-04-16 17:53:24','2011-04-16 17:53:24','The event has a serious livecasting setup. Very impressive.','Livecasting from WordCamp
  Seattle','','publish','open','open','','livecasting-from-wordcamp-seattle','','','2011-04-16 17:53:24','2011-04-16 17:53:24','',0,'http://2014.seattle.wordcamp.org/tggr-flickr/livecasting-from-wordcamp-seattle/',0,'tggr-flickr','',0),(519277,1,'2011-04-16 17:52:42','2011-04-16 17:52:42','','WordCamp Seattle Keynote','','publish','open','open','','wordcamp-seattle-keynote','','','2011-04-16 17:52:42','2011-04-16 17:52:42','',0,'http://2014.seattle.wordcamp.org/tggr-flickr/wordcamp-seattle-keynote/',0,'tggr-flickr','',0),(519278,1,'2011-04-16 17:55:58','2011-04-16 17:55:58','','Justin Sainton at WordCamp Seattle','','publish','open','open','','justin-sainton-at-wordcamp-seattle-2','','','2011-04-16 17:55:58','2011-04-16 17:55:58','',0,'http://2014.seattle.wordcamp.org/tggr-flickr/justin-sainton-at-wordcamp-seattle-2/',0,'tggr-flickr','',0),(519279,1,'2011-04-16 17:53:43','2011-04-16 17:53:43','From Will Anderson\'s talk on AJAX in WordPress','Using AJAX in Plugins and Themes','','pub
 lish','open','open','','using-ajax-in-plugins-and-themes','','','2011-04-16 17:53:43','2011-04-16 17:53:43','',0,'http://2014.seattle.wordcamp.org/tggr-flickr/using-ajax-in-plugins-and-themes/',0,'tggr-flickr','',0),(519280,1,'2011-04-16 17:54:39','2011-04-16 17:54:39','Real audience participation in a talk.','Heather Gold engages the audience at WordCamp Seattle','','publish','open','open','','heather-gold-engages-the-audience-at-wordcamp-seattle','','','2011-04-16 17:54:39','2011-04-16 17:54:39','',0,'http://2014.seattle.wordcamp.org/tggr-flickr/heather-gold-engages-the-audience-at-wordcamp-seattle/',0,'tggr-flickr','',0),(519281,1,'2011-04-16 17:52:05','2011-04-16 17:52:05','The WordCamp Seattle Keynote','WordCamp Seattle during keynote','','publish','open','open','','wordcamp-seattle-during-keynote','','','2011-04-16 17:52:05','2011-04-16 17:52:05','',0,'http://2014.seattle.wordcamp.org/tggr-flickr/wordcamp-seattle-during-keynote/',0,'tggr-flickr','',0),(519282,1,'2011-04-16 17:
 57:02','2011-04-16 17:57:02','Curtis MacHale and Christine Rondeau representing Vancouver at WordCamp Seattle','Representing Vancouver at WordCamp Seattle','','publish','open','open','','representing-vancouver-at-wordcamp-seattle','','','2011-04-16 17:57:02','2011-04-16 17:57:02','',0,'http://2014.seattle.wordcamp.org/tggr-flickr/representing-vancouver-at-wordcamp-seattle/',0,'tggr-flickr','',0),(519283,1,'2011-04-16 17:50:08','2011-04-16 17:50:08','Quiet before the storm','WordCamp Seattle registration','','publish','open','open','','wordcamp-seattle-registration','','','2011-04-16 17:50:08','2011-04-16 17:50:08','',0,'http://2014.seattle.wordcamp.org/tggr-flickr/wordcamp-seattle-registration/',0,'tggr-flickr','',0),(519284,1,'2011-04-16 17:50:48','2011-04-16 17:50:48','The big conference room before everyone arrives','WordCamp Seattle - before','','publish','open','open','','wordcamp-seattle-before','','','2011-04-16 17:50:48','2011-04-16 17:50:48','',0,'http://2014.seattle.wordca
 mp.org/tggr-flickr/wordcamp-seattle-before/',0,'tggr-flickr','',0),(519285,1,'2009-11-04 02:04:29','2009-11-04 02:04:29','(CC) Randy Stewart, <a href=\"http://blog.stewtopia.com\">blog.stewtopia.com</a>.  Feel free to use this picture. Please credit as shown.\n\nIf you are a person that I have taken a photo of, it\'s yours (but I\'d still be curious as to where it is).','Calvin Freitas - WordCamp Seattle 2009','','publish','open','open','','calvin-freitas-wordcamp-seattle-2009','','','2009-11-04 02:04:29','2009-11-04 02:04:29','',0,'http://2014.seattle.wordcamp.org/tggr-flickr/calvin-freitas-wordcamp-seattle-2009/',0,'tggr-flickr','',0),(519286,1,'2009-09-28 20:04:48','2009-09-28 20:04:48','Word Camp\nAdobe\n801 N 34th Street\nSeattle, WA 98103\n[09.26.2009]','IMG_3997','','publish','open','open','','img_3997','','','2009-09-28 20:04:48','2009-09-28 20:04:48','',0,'http://2014.seattle.wordcamp.org/tggr-flickr/img_3997/',0,'tggr-flickr','',0),(519287,1,'2009-09-
 28 20:03:35','2009-09-28 20:03:35','Word Camp\nAdobe\n801 N 34th Street\nSeattle, WA 98103\n[09.26.2009]','IMG_4030','','publish','open','open','','img_4030','','','2009-09-28 20:03:35','2009-09-28 20:03:35','',0,'http://2014.seattle.wordcamp.org/tggr-flickr/img_4030/',0,'tggr-flickr','',0),(519288,1,'2009-09-28 20:05:14','2009-09-28 20:05:14','Word Camp Seattle\nAdobe\n801 N 34th Street\nSeattle, WA 98103\n[09.26.2009]','IMG_3986','','publish','open','open','','img_3986','','','2009-09-28 20:05:14','2009-09-28 20:05:14','',0,'http://2014.seattle.wordcamp.org/tggr-flickr/img_3986/',0,'tggr-flickr','',0),(519289,1,'2009-09-28 20:03:23','2009-09-28 20:03:23','Word Camp\nAdobe\n801 N 34th Street\nSeattle, WA 98103\n[09.26.2009]','IMG_4033','','publish','open','open','','img_4033','','','2009-09-28 20:03:23','2009-09-28 20:03:23','',0,'http://2014.seattle.wordcamp.org/tggr-flickr/img_4033/',0,'tggr-flickr','',0),(519290,1,'2009-09-28 20:03:12','2009-09-28 20:03:12','Word Camp\nAdobe\n80
 1 N 34th Street\nSeattle, WA 98103\n[09.26.2009]','IMG_4037','','publish','open','open','','img_4037','','','2009-09-28 20:03:12','2009-09-28 20:03:12','',0,'http://2014.seattle.wordcamp.org/tggr-flickr/img_4037/',0,'tggr-flickr','',0),(519291,1,'2009-09-28 20:05:25','2009-09-28 20:05:25','Word Camp Seattle\nAdobe\n801 N 34th Street\nSeattle, WA 98103\n[09.26.2009]','IMG_3981','','publish','open','open','','img_3981','','','2009-09-28 20:05:25','2009-09-28 20:05:25','',0,'http://2014.seattle.wordcamp.org/tggr-flickr/img_3981/',0,'tggr-flickr','',0),(519292,1,'2009-09-28 20:03:16','2009-09-28 20:03:16','Word Camp\nAdobe\n801 N 34th Street\nSeattle, WA 98103\n[09.26.2009]','IMG_4035','','publish','open','open','','img_4035','','','2009-09-28 20:03:16','2009-09-28 20:03:16','',0,'http://2014.seattle.wordcamp.org/tggr-flickr/img_4035/',0,'tggr-flickr','',0),(519293,1,'2009-09-28 20:03:52','2009-09-28 20:03:52','Word Camp\nAdobe\n801 N 34th Street\nSeattle, WA 98103\n[09.26.2009]','IMG_4
 023','','publish','open','open','','img_4023','','','2009-09-28 20:03:52','2009-09-28 20:03:52','',0,'http://2014.seattle.wordcamp.org/tggr-flickr/img_4023/',0,'tggr-flickr','',0),(519294,1,'2009-09-28 20:04:05','2009-09-28 20:04:05','Word Camp\nAdobe\n801 N 34th Street\nSeattle, WA 98103\n[09.26.2009]','IMG_4018','','publish','open','open','','img_4018','','','2009-09-28 20:04:05','2009-09-28 20:04:05','',0,'http://2014.seattle.wordcamp.org/tggr-flickr/img_4018/',0,'tggr-flickr','',0),(519295,1,'2009-09-28 20:05:38','2009-09-28 20:05:38','Word Camp Seattle\nAdobe\n801 N 34th Street\nSeattle, WA 98103\n[09.26.2009]','IMG_3976','','publish','open','open','','img_3976','','','2009-09-28 20:05:38','2009-09-28 20:05:38','',0,'http://2014.seattle.wordcamp.org/tggr-flickr/img_3976/',0,'tggr-flickr','',0),(519296,1,'2009-09-28 20:03:48','2009-09-28 20:03:48','Word Camp\nAdobe\n801 N 34th Street\nSeattle, WA 98103\n[09.26.2009]','IMG_4026','','publish','open','open','','img_4026','','','200
 9-09-28 20:03:48','2009-09-28 20:03:48','',0,'http://2014.seattle.wordcamp.org/tggr-flickr/img_4026/',0,'tggr-flickr','',0),(519297,1,'2009-09-28 20:05:48','2009-09-28 20:05:48','Word Camp Seattle\nAdobe\n801 N 34th Street\nSeattle, WA 98103\n[09.26.2009]','IMG_3974','','publish','open','open','','img_3974','','','2009-09-28 20:05:48','2009-09-28 20:05:48','',0,'http://2014.seattle.wordcamp.org/tggr-flickr/img_3974/',0,'tggr-flickr','',0),(519298,1,'2009-09-28 20:03:41','2009-09-28 20:03:41','Word Camp\nAdobe\n801 N 34th Street\nSeattle, WA 98103\n[09.26.2009]','IMG_4029','','publish','open','open','','img_4029','','','2009-09-28 20:03:41','2009-09-28 20:03:41','',0,'http://2014.seattle.wordcamp.org/tggr-flickr/img_4029/',0,'tggr-flickr','',0),(519299,1,'2009-09-28 20:05:22','2009-09-28 20:05:22','Word Camp Seattle\nAdobe\n801 N 34th Street\nSeattle, WA 98103\n[09.26.2009]','IMG_3982','','publish','open','open','','img_3982','','','2009-09-28 20:05:22','2009-09-28 20:05:22','',0,'ht
 tp://2014.seattle.wordcamp.org/tggr-flickr/img_3982/',0,'tggr-flickr','',0),(519300,1,'2009-09-28 20:04:27','2009-09-28 20:04:27','Word Camp\nAdobe\n801 N 34th Street\nSeattle, WA 98103\n[09.26.2009]','IMG_4007','','publish','open','open','','img_4007','','','2009-09-28 20:04:27','2009-09-28 20:04:27','',0,'http://2014.seattle.wordcamp.org/tggr-flickr/img_4007/',0,'tggr-flickr','',0),(519301,1,'2009-09-28 20:06:18','2009-09-28 20:06:18','Word Camp Seattle\nAdobe\n801 N 34th Street\nSeattle, WA 98103\n[09.26.2009]','IMG_3959','','publish','open','open','','img_3959','','','2009-09-28 20:06:18','2009-09-28 20:06:18','',0,'http://2014.seattle.wordcamp.org/tggr-flickr/img_3959/',0,'tggr-flickr','',0),(519302,1,'2009-09-28 20:04:34','2009-09-28 20:04:34','Word Camp\nAdobe\n801 N 34th Street\nSeattle, WA 98103\n[09.26.2009]','IMG_4005','','publish','open','open','','img_4005','','','2009-09-28 20:04:34','2009-09-28 20:04:34','',0,'http://2014.seattle.wordcamp.org/tggr-flickr/img_4005/',0,
 'tggr-flickr','',0),(519303,1,'2009-09-28 20:04:20','2009-09-28 20:04:20','Word Camp\nAdobe\n801 N 34th Street\nSeattle, WA 98103\n[09.26.2009]','IMG_4009','','publish','open','open','','img_4009','','','2009-09-28 20:04:20','2009-09-28 20:04:20','',0,'http://2014.seattle.wordcamp.org/tggr-flickr/img_4009/',0,'tggr-flickr','',0),(519304,1,'2009-09-28 20:05:36','2009-09-28 20:05:36','Word Camp Seattle\nAdobe\n801 N 34th Street\nSeattle, WA 98103\n[09.26.2009]','IMG_3977','','publish','open','open','','img_3977','','','2009-09-28 20:05:36','2009-09-28 20:05:36','',0,'http://2014.seattle.wordcamp.org/tggr-flickr/img_3977/',0,'tggr-flickr','',0),(519305,1,'2009-09-28 20:03:57','2009-09-28 20:03:57','Word Camp\nAdobe\n801 N 34th Street\nSeattle, WA 98103\n[09.26.2009]','IMG_4022','','publish','open','open','','img_4022','','','2009-09-28 20:03:57','2009-09-28 20:03:57','',0,'http://2014.seattle.wordcamp.org/tggr-flickr/img_4022/',0,'tggr-flickr','',0),(519306,1,'2009-09-28 20:03:43','200
 9-09-28 20:03:43','Word Camp\nAdobe\n801 N 34th Street\nSeattle, WA 98103\n[09.26.2009]','IMG_4027','','publish','open','open','','img_4027','','','2009-09-28 20:03:43','2009-09-28 20:03:43','',0,'http://2014.seattle.wordcamp.org/tggr-flickr/img_4027/',0,'tggr-flickr','',0),(519307,1,'2009-09-28 20:04:59','2009-09-28 20:04:59','Word Camp\nAdobe\n801 N 34th Street\nSeattle, WA 98103\n[09.26.2009]','IMG_3993','','publish','open','open','','img_3993','','','2009-09-28 20:04:59','2009-09-28 20:04:59','',0,'http://2014.seattle.wordcamp.org/tggr-flickr/img_3993/',0,'tggr-flickr','',0),(595799,1,'2014-03-11 00:17:56','2014-03-11 00:17:56','From full-service hotels to little B&amp;Bs, you can find a dozen places to rest your head and still be near the the UW campus when you wake up. If you prefer to stay in downtown Seattle, you will need to arrange transportation to the UW Campus for WordCamp, whether that be car or bus.\n\n<h2>Recommended Hotels</h2>\n\nThe following busin
 esses have generously offered a discounted rate <strong>(subject to availability)</strong> if you mention you are attending WordCamp 2014.\n\nThe Travelodge Seattle - <strong>30% discount when you mention Seattle WordCamp 2014</strong>\n<a title=\"Travelodge Seattle\" href=\"http://www.travelodgeseattleuniversity.com/\">http://www.travelodgeseattleuniversity.com/</a>\n\nThe College Inn - <strong>10% discount</strong>\n<a title=\"College Inn Seattle\" href=\"http://www.collegeinnseattle.com/\">http://www.collegeinnseattle.com/</a>\n\nUniversity Inn - <strong>ask for the General UW Business Rate</strong>\n<a title=\"University Inn Seattle\" href=\"http://www.universityinnseattle.com/\">http://www.universityinnseattle.com/</a>\n\n[googlemaps https://maps.google.com/maps/ms?msa=0&amp;msid=206032822274375290264.0004d7c11d008a9c8d2c8&amp;g
 l=us&amp;ie=UTF8&amp;t=m&amp;ll=47.65978,-122.309418&amp;spn=0.017343,0.008497&amp;z=14&amp;output=embed&amp;w=100%&amp;h=500]','Hotels','','publish','open','open','','hotels','','','2014-03-11 00:17:56','2014-03-11 00:17:56','',808009,'http://2014.seattle.wordcamp.org/?page_id=595799',0,'page','',0),(596034,1,'2014-03-09 02:57:46','2014-03-09 02:57:46','WordCamp Seattle is dedicated to providing a friendly, safe, welcoming, and harassment-free conference experience for everyone, regardless of gender, gender identity and expression, sexual orientation, disability, physical appearance, body size, race, religion, operating system, or text editor. We do not tolerate harassment of conference participants in any form. Sexual language and imagery is not appropriate for any conference venue, including talks. Conference participants violating these rules may be sanctioned or expelled from the conference without a refund at the discretion of the conference org
 anizers.\n\nHarassment includes offensive verbal comments related to gender, gender identity and expression, sexual orientation, disability, physical appearance, body size, race, religion, sexual images in public spaces, deliberate intimidation, stalking, following, harassing photography or recording, sustained disruption of talks or other events, inappropriate physical contact, and unwelcome sexual attention. Participants asked to stop any harassing behavior are expected to comply immediately.\n\nIf a participant engages in harassing behavior, the conference organizers may take any action they deem appropriate, including warning the offender or expulsion from the conference with no refund. If you are being harassed, notice that someone else is being harassed, or have any other concerns, please contact a member of conference staff immediately.\n\nConference staff will be happy to help participants contact venue security or local law enforcement, provide escorts, or otherwise assist 
 those experiencing harassment to feel safe for the duration of the conference. We value your attendance.\n\n   <li>Organizers’ email: seattle@wordcamp.org</li>\n\n      <li>UW Security: 206.685.9255 for walking escort on campus</li>\n\n <li>Local assault hotline: Harborview Center for Sexual Assualt and Traumatic Stress: (206) 744-1600</li>\n\n       <li>Taxi: 206-622-6500</li>\n\n\nWe expect participants to follow these rules at all conference venues and conference-related social events.\n','Code of Conduct','','publish','open','open','','code-of-conduct-2','','','2014-03-09 02:57:46','2014-03-09 02:57:46','',0,'http://2014.seattle.wordcamp.org/?page_id=596034',0,'page','',0),(604709,1,'2014-03-10 17:00:34','2014-03-10 17:00:34','Our <a title=\"Call For Speakers\" href=\"http://2014.seattle.wordcamp.org/call-for-speakers/\">Call for Speakers</a> is now open! We will accept proposals until April 18, 2014.\n\nWe kno
 w we have a really knowledgeable community, so we\'re excited to see the topics you\'re interested in presenting this year.\n\nIf you\'re thinking, \"Wow, I\'d really love to speak at WordCamp, but I don\'t know what to talk about!\" we\'ve got you covered! Later this month, we will host two brainstorming events where we can come up with ideas, start to outline talks, and even practice giving short talks. We also have <a href=\"http://2014.seattle.wordcamp.org/2014/03/10/what-would-you-like-to-see-at-wordcamp-seattle/\">a survey to find out what topics people want to hear about</a>: we\'ll publish the results of that survey soon!\n\nIf you\'re thinking, \"But I\'ve never spoken in front of a big group before and that makes me nervous!\" fear not! We are also planning some speaker training events, so if you\'re nervous about speaking, you\'ll get a chance to practice and get some expert advice before you speak.\n\nIf you\'re thinking, \"
 I wish I could do something other than just stand in front of the room and talk,\" then we\'re ahead of you on that one too. This year, we are open to a variety of formats for your talks. We will have a workshop track, where you can guide your audience through a task or project. You can also facilitate a panel discussion, group discussion, or series of lighting talks.\n\nSo what\'s stopping you? <a title=\"Call For Speakers\" href=\"http://2014.seattle.wordcamp.org/call-for-speakers/\">Go submit your talk idea(s)</a>!','Call for Speakers Now Open!','','publish','open','open','','call-for-speakers-now-open','','','2014-03-10 17:00:34','2014-03-10 17:00:34','',0,'http://2014.seattle.wordcamp.org/?p=604709',0,'post','',2),(604712,1,'2014-03-10 17:49:03','2014-03-10 17:49:03','As the organizing team starts getting into the nitty-gritty planning of WordCamp Seattle, we\'d like to collect some feedback from the community to help guide our decisions and
  make sure this year\'s WordCamp delivers the things that matter most to you.\n\nIf you could give us a few minutes of your time to <a title=\"What would you like to see at WordCamp Seattle 2014?\" href=\"http://iandunn.polldaddy.com/s/what-would-you-like-to-see-at-wordcamp-seattle-2014\">answer this short survey</a> we\'d really appreciate it.<span style=\"line-height: 1.714285714;font-size: 1rem\"> </span>\n\nAnd if you\'d like to get more involved, <a href=\"http://2014.seattle.wordcamp.org/volunteer/\">sign up to volunteer</a>!','What would you like to see at WordCamp Seattle?','','publish','open','open','','what-would-you-like-to-see-at-wordcamp-seattle','','','2014-03-10 17:49:03','2014-03-10 17:49:03','',0,'http://2014.seattle.wordcamp.org/?p=604712',0,'post','',0),(623446,1,'2014-03-17 13:47:21','2014-03-17 13:47:21','We published a survey to ask people what they would like to see at WordCamp this
  year.  Here\'s a summary of the results: if you\'re thinking about speaking at WordCamp, this is a great starting place to get ideas!\n\nTopics people want to learn more about (topics marked with an asterisk were requested multiple times):\n<ul>\n <li>*How to choose plug-ins and templates that will best serve my blog</li>\n       <li>Content strategy, marketing and business</li>\n <li>Marketing your theme business</li>\n    <li>Theme design</li>\n     <li>*Responsive design</li>\n       <li>Integrating the theme customizer in your themes</li>\n  <li>*Best coding practices</li>\n   <li>What\'s new with core WP</li>\n <li>*Innovative web solutions using WP (not blogs)</li>\n   <li>Custom multiple loops, Pages and posts that do not need the loop.</li>\n        <li>Starting a Wordpress based business</li>\n      <li>Working with / contracting Photographers</li>\n <li&gt
 ;Best Practices in \"training\" new clients how to use their site</li>\n       <li>Best Practices in selling to people with horrible sites (out of date, poorly designed, etc)</li>\n      <li>*Creating Membership sites</li>\n       <li>Maintaining a WordPress site</li>\n     <li>Moving blog from WordPress.com to self-hosted</li>\n    <li>*SEO</li>\n     <li>Step-by-step talks on development that start absolutely from scratch</li>\n     <li>*Security in WordPress</li>\n   <li>Largely unknown uses of WordPress that are inherent in core (like Post Formats, or available WP Config lines of code that are being under utilized, and things that can be \'turned on\' or \'off\' easily to enhance the functionality and experience of just a core install - no plugins)</li>\n      <li>*Multisite</li>\n       <li>*Theme frameworks</li>\n        <li>*Starter themes</li>\n  <li>*Running a WP business, m
 arketing, getting clients</li>\n <li>launching wordpress sites from stage/local to live</li>\n       <li>how to get my wordpress site lean and fast, not bloated</li>\n  <li>Rich snippets for non-developers</li>\n <li>business planning and why you need to set goals before starting a website design/build.</li>\n  <li>Git and WordPress development</li>\n    <li>wordpress core functions every new dev should know</li>\n       <li>enqueue files/scripts and how to clean up plugins that bastardize the function</li>\n   <li>combine/minify includes like JS and CSS</li>\n  <li>*SASS and/or Compass</li>\n     <li>*WP-CLI</li>\n  <li>Content creation</li>\n <li>Social Media</li>\n     <li>*How to pick a good hosting company</li>\n      <li>Does managing your blog from a mobile device make sense?</li>\n <li>Non-programmer\'s guide to applying CSS to ach
 ieve desired effects</li>\n      <li>How to create cookie-cutter WordPress websites</li>\n   <li>Non-Core Contributing (theme reviews? documentation?)</li>\n    <li>Third Party Server Best Practices for WordPress</li>\n  <li>WordPress Small Business Best Practices</li>\n  <li>WordPress in Seattle</li>\n     <li>How WordPress integrates to enhance User Experience</li>\n      <li>HTML coding</li>\n      <li>Manipulation of themes, customization</li>\n    <li>Best plugins, most used, popular</li>\n <li>WP as an app platform</li>\n    <li>how to run a dev agency</li>\n  <li>Using your blog as a resume to start a career</li>\n    <li>frameworks versus themes</li>\n <li>are plugins good or bad?</li>\n <li>modern design trends</li>\n     <li>important elements of business sites</li>\n     <li>beginner troubleshooting</li>\n &l
 t;li>How to leverage the built in JS libraries within WordPress</li>\n        <li>Using WP as a RESTful backend</li>\n    <li>integrating with other platforms</li>\n <li>Logo Design for Web Developers</li>\n</ul>\n\nWe asked what formats people prefer, and by far the most popular choices were lecture with Q&amp;A and workshop.\n\nIf you have knowledge to share about any of these topics, head over to our <a href=\"http://2014.seattle.wordcamp.org/call-for-speakers/\" title=\"Call For Speakers\">call for speakers page</a> and submit your talk!\n\n','Survey Results','','publish','open','open','','survey-results','','','2014-03-17 13:47:21','2014-03-17 13:47:21','',0,'http://2014.seattle.wordcamp.org/?p=623446',0,'post','',0),(643298,1,'2014-03-18 18:11:04','2014-03-18 18:11:04','Are you thinking of giving a talk at WordCamp, but you are quite sure what to talk about?\n\nDo you want to talk at WordCamp, but you
 \'re nervous about public speaking?\n\nThen come join us for our Talking About WordPress events!  At these events, we will brainstorm ideas for talks you can give at WordCamp or at our regular WordPress meetups.  We will generate outlines for our talks, and even get a little bit of practice speaking in front of a small group.\n\nPlease note that one of these events is for women only.  Women face a few extra obstacles when speaking at tech events, so we\'ll discuss those obstacles and how to overcome them.\n\nWe hope to see you at these meetups!\n\nApril 1, 7pm-9pm: <a href=\"http://www.meetup.com/SeattleWordPressMeetup/events/171771762/\">Women Talking About WordPress</a>\nApril 2, 7pm-9pm: <a href=\"http://www.meetup.com/SeattleWordPressMeetup/events/171772542/\">Talking About WordPress</a>','Speaker Brainstorming and Confidence-building Events','','publish','open','open','','speaker-brainstorming-and-confidence-building-events','','','20
 14-03-18 18:11:04','2014-03-18 18:11:04','',0,'http://2014.seattle.wordcamp.org/?p=643298',0,'post','',0),(670584,1,'2014-03-24 21:15:27','2014-03-24 21:15:27','We are very lucky to be able to offer a wonderful opportunity to WordCamp speakers this year: a speaker coaching session led by <a href=\"http://scottberkun.com/\" target=\"_blank\">Scott Berkun</a>.  Scott is a best-selling author and speaker.  In addition to his books, he has written for The New York Times, The Washington Post, Forbes, The Wall Street Journal, The Economist, The Guardian, Wired magazine, Forbes, USA Today, Wired, Fast Company, National Public Radio, The Huffington Post and other media.  He has spoken at hundreds of events - in fact, he gave the keynote at WordCamp Seattle 2012.\n\nAmong his books are <a href=\"http://www.amazon.com/exec/obidos/ASIN/0596801998/scottberkunco-20/\">Confessions of a Public Speaker</a>, which offers entertaining and practica
 l advice for people who want to speak in public, and <a href=\"http://www.amazon.com/The-Year-Without-Pants-WordPress-com/dp/1118660633\">The Year Without Pants: WordPress.com and the Future of Work</a>, about the year Berkun spent working for Automattic (the company that runs WordPress.com) and how Automattic functions with a 100% distributed workforce.\n\nThis is an amazing opportunity for speakers to learn from a veteran speaker and coach.  Speakers of every experience level will learn something valuable from Scott.  We are very grateful to him for offering this opportunity to our speakers!','Speaker Coaching with Scott Berkun','','publish','open','open','','speaker-coaching-with-scott-berkun','','','2014-03-24 21:15:27','2014-03-24 21:15:27','',0,'http://2014.seattle.wordcamp.org/?p=670584',0,'post','',3),(726428,1,'2014-04-01 17:57:11','2014-04-01 17:57:11','We are hoping we can provide child care for WordCamp this year to make it easier for families with 
 young children to attend.  As we make arrangements with child care facilities, we need some information about whether people are interested in using child care, and how much they are willing to pay.\n\nIf you have children and are interested in attending WordCamp, please <a href=\"http://morganthealchemist.polldaddy.com/s/childcare-at-wordcamp\" target=\"_blank\"><strong>fill out our child care survey</strong></a>!','Child Care Survey','','publish','open','open','','child-care-survey','','','2014-04-01 17:57:11','2014-04-01 17:57:11','',0,'http://2014.seattle.wordcamp.org/?p=726428',0,'post','',0),(737496,1,'2014-04-03 16:07:30','2014-04-03 16:07:30','I\'m a WordPress trainer and... good listener | teacher | innovator | fan of non-geek | social media freak | animal lover | loves to laugh, often at himself','Bob Dunn','','publish','closed','closed','','bob-dunn','','','2014-04-03 16:07:30','2014-04-03 16:07:30','',0,'http://2014.seattle.wor
 dcamp.org/?post_type=wcb_organizer&#038;p=737496',0,'wcb_organizer','',0),(783730,1,'2014-04-11 17:28:55','2014-04-11 17:28:55','','Matt Perry','','publish','closed','closed','','matt-perry','','','2014-04-11 17:28:55','2014-04-11 17:28:55','',0,'http://2014.seattle.wordcamp.org/?post_type=wcb_organizer&#038;p=783730',0,'wcb_organizer','',0),(806899,1,'2014-04-18 06:00:09','2014-04-18 06:00:09','<img src=\"http://2014.seattle.wordcamp.test/wp-content/uploads/sites/22/2014/04/deadline-midnight-approaches.jpg\" alt=\"speaker submission deadline\" width=\"600\" height=\"271\" class=\"aligncenter size-full wp-image-806900\" />\n\nHave you been planning to submit a talk for this years WordCamp Seattle? If so, you have till midnight tonight.\n\n<a href=\"http://2014.seattle.wordcamp.org/call-for-speakers/\" title=\"Call For Speakers\">So get on it right now!</a>','Speaker Submissions Close Toni
 ght at Midnight','','publish','open','open','','speaker-submissions-close-tonight-at-midnight','','','2014-04-18 06:00:09','2014-04-18 06:00:09','',0,'http://2014.seattle.wordcamp.org/?p=806899',0,'post','',2),(806953,1,'2014-04-19 05:36:14','2014-04-19 05:36:14','I\'ve been a graphic designer since 1988. Initially doing print work then eventually websites. I started using WP in the fall of 2009 and primarily build custom WP sites using the Pagelines DMS framework.','Sheila Hoffman','','publish','closed','closed','','sheila-hoffman','','','2014-04-19 05:36:14','2014-04-19 05:36:14','',0,'http://2014.seattle.wordcamp.org/?post_type=wcb_organizer&#038;p=806953',0,'wcb_organizer','',0),(806970,1,'2014-04-23 16:02:21','2014-04-23 16:02:21','We are pleased to announce that we have made arrangements with the <a href=\"http://childlearning.org\">Child Learning and Care Center</a> to provide child care during WordCamp this year!\n\nThe Child Learning and Care Cente
 r is located inside University Congregational United Church of Christ, just across the street from UW\'s campus.  They will offer child care for children aged 15 months to 8 years, from 8:00am to 5:30pm.  They have lots of yummy food planned (and can accommodate allergies and special diets) and lots of fun activities, including art projects, books, board games, and some outdoor excursions.\n\nCost for child care for the day will be $100.  Parents will need to fill out registration forms and pay the Child Care and Learning Center directly.\n\nWe will make the registration forms and payment information available when WordCamp tickets go on sale.','Child Care will be available for WordCamp Seattle','','publish','open','open','','child-care-will-be-available-for-wordcamp-seattle','','','2014-04-23 16:02:21','2014-04-23 16:02:21','',0,'http://2014.seattle.wordcamp.org/?p=806970',0,'post','',1),(806984,1,'2014-05-16 15:23:03','2014-05-16 15:23:03','We\'re happy to announce that we\'ve con
 firmed two great speakers to keynote WordCamp Seattle this year. <strong>Siobhan McKeown</strong> will be kicking things off in the morning, and <strong>Andrew Nacin</strong> will close us out at the end of the day.\n\n<strong>Siobhan McKeown</strong> is a Word Ninja at Audrey Capital where she writes about WordPress, deals with documentation, and has nightmares about the Codex. She’s currently working on an open source book about the history of WordPress. She spends her days delving into the brains of its early developers and community members. When she’s not worrying about the finer details of forking and the GPL, she’s helping out with the project’s future by wrangling WordPress’ documentation.\n\n<strong>Andrew Nacin</strong> is a Lead Developer of WordPress, squashing bugs, mentoring contributors, and spearheading new development — including leading the 3.5, 3.7, and 3.9 releases. He has strong feelings about the co
 re philosophies of WordPress, among them “decisions, not options” and “designing for the majority” — software should be opinionated in lieu of burdening the user. In his first appearance at WordCamp Seattle since 2011, he\'ll be sharing what the community has been working on, where we are headed, and how we\'re going to get there. Bring your questions as there will be plenty of time for discussion.','Keynote Speakers','','publish','open','open','','keynote-speakers','','','2014-05-16 15:23:03','2014-05-16 15:23:03','',0,'http://2014.seattle.wordcamp.org/?p=806984',0,'post','',3),(806988,1,'2014-05-02 20:47:24','2014-05-02 20:47:24','Will you be out of town on June 28th? Or do you live too far away to attend in person? Or maybe you\'re afraid that being in a room with 700 other WordPress nerds will be so much awesome that you\'ll pee you pants?!?!\n\nWell, have no fear! We\'ll be <a title=\"Live Stream\" href=\"http://2014.seattle.wordcamp.org/live-stream
 /\">livestreaming WordCamp Seattle</a> again this year, so you can enjoy all of the WordPressy goodness from the comfort of your own home. And best of all, it\'s free!\n\nIf you are able to make it in person, though, we\'ve got lots of extra goodies in store for you:\n<ul>\n      <li><strong>Workshops</strong>! We\'ve got a whole room this year dedicated to helping you get yours hands dirty in all sorts of topics, led by an experienced guide who can give you personalized assistance.</li>\n <li><strong>Networking</strong>! Any seasoned WordCamp attendee can tell you that the sessions are only half of the experience. Building relationships with other attendees and volunteers is one of the main benefits of a WordCamp.</li>\n   <li><strong>Food</strong>! I think this one is pretty self-explanatory ;)</li>\n        <li><strong>The after party</strong>! Enjoy some social time with your pee
 rs and colleagues.</li>\n        <li><strong>Contributor Day</strong>! Get involved with the teams that are building WordPress and its community every day. And not just by writing code, either; you can contribute by writing documentation, translating WordPress into other languages, helping users to solve problems they\'ve having, and a variety of other ways.</li>\n  <li><strong>Swag</strong>! Bring home a little piece of WordCamp Seattle 2014.</li>\n</ul>\n&nbsp;\n\n&nbsp;','Livestreaming WordCamp Seattle','','publish','open','open','','livestreaming-wordcamp-seattle','','','2014-05-02 20:47:24','2014-05-02 20:47:24','',0,'http://2014.seattle.wordcamp.org/?p=806988',0,'post','',5),(807002,1,'2014-05-06 20:11:10','2014-05-06 20:11:10','Erica Jorgensen has been writing for the web since the first dot-com boom. She worked for Amazon back when it sold only books; you can still find many of her hundreds of book reviews o
 nline. She blogged for MSN.com\'s Lifestyles channel, which receives more than 7 million daily visitors, and managed their Fashion Week bloggers. She was also among the first bloggers at Nordstrom.com.\n\nShe worked as managing editor for the Seattle edition of Daily Candy Kids and has won journalism awards for feature writing for Seattle magazine. She consults for a number of design and communications firms in Seattle and has written and edited many high-profile projects for Starbucks, the Bill and Melinda Gates Foundation, and Microsoft. In December 2013, she received her master\'s degree in journalism and strategic communication from the University of Missouri School of Journalism. She\'s also a board member of the University of Washington\'s certificate program in editing and currently blogs for a Seattle startup. Lest you think she\'s a total nerd, she got her start as a music reviewer, writing for the late, great Rocket, plus the Seattle Times and Seattle Weekly. She also writ
 es for Draft, a magazine for serious beer enthusiasts. She lives in Green Lake with her husband and two children.','Erica Jorgensen','','publish','closed','closed','','erica-jorgensen','','','2014-05-06 20:11:10','2014-05-06 20:11:10','',0,'http://2014.seattle.wordcamp.org/?post_type=wcb_speaker&#038;p=807002',0,'wcb_speaker','',0),(807004,1,'2014-05-06 20:12:08','2014-05-06 20:12:08','As a blogger, you post photos, and probably quotes from people you interview (or, maybe you borrow quotes and content from other websites). If you have a transactional site, you\'re making marketing claims. Every single one of these things can get you into legal trouble, and many bloggers are doing them horribly wrong. Which photos are illegal to post on your blog? What is \"fair use,\" and how does it affect bloggers, exactly? To what degree can you tweak a direct quotation from someone? What about libel and slander? And what constitutes over-promising from a marketing perspective, and 
 how can it get you into hot water with the FTC? What you don\'t know about communication law can hurt you. I\'ll present examples writers who\'ve found themselves stuck in a legal quagmire, and give practical guidelines and resources for keeping your blog in line.\n\nSpeaker: Erica Jorgensen','What you don&#039;t know can hurt you: Legal considerations for bloggers','','publish','closed','closed','','what-you-dont-know-can-hurt-you-legal-considerations-for-bloggers','','','2014-05-06 20:12:08','2014-05-06 20:12:08','',0,'http://2014.seattle.wordcamp.org/?post_type=wcb_session&#038;p=807004',0,'wcb_session','',0),(807015,1,'2014-05-06 20:24:53','2014-05-06 20:24:53','Web design does not start with a Photoshop comp. Web design does not start with a Photoshop comp. Photoshop is step 7. Or 10. Or 50. Before you draw a single pixel on your canvas there are a myriad of things that need to be covered. This talk is an exploration of the web design process, all the way from the first
  client meeting to the shipping of the final product. The audience will learn about IA and UX techniques, card sorting, personas, concurrent development, agile process, version control, the works. This will be a hyper-intensive flyby to give people who work in or want to enter the field of professional web design and development a better understanding of all the roles they\'ll have to play and all the ground they\'ll need to cover if they want to be truly successful.\n\nSpeaker: Morten Rand-Hendriksen','Web Design Is A Process','','publish','closed','closed','','web-design-is-a-process','','','2014-05-06 20:24:53','2014-05-06 20:24:53','',0,'http://2014.seattle.wordcamp.org/?post_type=wcb_session&#038;p=807015',0,'wcb_session','',0),(807017,1,'2014-05-06 20:25:43','2014-05-06 20:25:43','Morten Rand-Hendriksen is a staff author at lynda.com and an instructor at Emily Carr University of Art and Design and British Columbia Institute of Technology where he teaches WordPress and stan
 dards-based web development. WordPress has been the foundation of his client, teaching, and personal web design and development work for the last 8 years and he loves making WordPress do things people thought couldn\'t be done. Morten is the co-organizer of the Vancouver WordPress Meetup Group and blogs weekly about WordPress and the web at mor10.com.','Morten Rand-Hendriksen','','publish','closed','closed','','morten-rand-hendriksen','','','2014-05-06 20:25:43','2014-05-06 20:25:43','',0,'http://2014.seattle.wordcamp.org/?post_type=wcb_speaker&#038;p=807017',0,'wcb_speaker','',0),(807019,1,'2014-05-06 20:41:34','2014-05-06 20:41:34','Steve Roy is the VP of Marketing for Disqus, the web’s most popular discussion system. He spent 15 years as a brand consultant for a wide range of organizations including Johnson &amp; Johnson, IBM, GE, The National Cancer Institute and Philips among others. Prior to joining Disqus, Steve spent five years in the New York office of Edelman whe
 re he co-led the firm’s master narrative practice. ','Steve Roy','','publish','closed','closed','','steve-roy','','','2014-05-06 20:41:34','2014-05-06 20:41:34','',0,'http://2014.seattle.wordcamp.org/?post_type=wcb_speaker&#038;p=807019',0,'wcb_speaker','',0),(807021,1,'2014-05-06 20:42:36','2014-05-06 20:42:36','Vladimir Putin is currently the bad guy of the world. Recently his actions are similar to that of an internet troll, whose primary objective is to instigate a negative response and disorder.\n\nJoin Steve Roy from Disqus as he breaks down the patented behavioral methods that trolls of all kinds use. Showing you both technical and human approaches to creating a cleaner, and more civil online community space supported by data from Disqus powered communities, this talk will give you practical do’s and don’ts when it comes to dealing with online incivility.\n\nSpeaker: Steve Roy','What Vladimir Putin Can Teach Us About Responding to Trolling','','publish','closed','cl
 osed','','what-vladimir-putin-can-teach-us-about-responding-to-trolling','','','2014-05-06 20:42:36','2014-05-06 20:42:36','',0,'http://2014.seattle.wordcamp.org/?post_type=wcb_session&#038;p=807021',0,'wcb_session','',0),(807024,1,'2014-05-07 23:54:30','2014-05-07 23:54:30','Heather Johnson is a tech teacher and trainer who focuses on helping people become comfortable and confident online. Until six years ago, she was not a techie. In fact, she avoided tech and didn\'t see how it would add value to her life or business. Through the influence of a mentor, she began to learn about coding websites and that led to her learning more and more about the tech world. She gained confidence and skills and started her own business designing websites. Over a year and a half of working with customers, she learned that her passion lay in translating the Geek to English. Now she focuses on teaching people, individually and in groups, to help them to gain confidence and understanding in using t
 ech. Rather than talking at people, she walks people through the process of learning WordPress, social media, programs or apps so they can have the thrill of conquering something new with a supportive mentor standing by to reassure. Tech is a tool: it should not control how you run a business or interact with people. Once people learn how to make tech work for them rather than being a slave to their fears, uncertainty or assumptions of what they “have” to do, they become free. She takes tech from complex to personal.','Heather Johnson','','publish','closed','closed','','heather-johnson','','','2014-05-07 23:54:30','2014-05-07 23:54:30','',0,'http://2014.seattle.wordcamp.org/?post_type=wcb_speaker&#038;p=807024',0,'wcb_speaker','',0),(807026,1,'2014-05-07 23:55:31','2014-05-07 23:55:31','Technology can be intimidating. From the tools to the geek speak, many clients glaze over when they think about working with WordPress. By embracing the role of geek translator, you can train
  your clients to work within their site or at least be comfortable in knowing what they want done. Everyone has skills they bring to the table when working with a website but those skills may not be in understanding the terminology or function of WordPress. We will go over some simple steps and resources to help make the process of educating clients about WordPress go more smoothly and be more effective. By utilizing multiple training methods and tailoring your training to his/her level of understanding you can give your client the space in which to build confidence and understanding. Build long-lasting, healthy client relationships (and make money!) by learning how to translate the geek!\n\nSpeaker: Heather Johnson','Translate the Geek: Teaching Clients How To Use WordPress','','publish','closed','closed','','translate-the-geek-teaching-clients-how-to-use-wordpress','','','2014-05-07 23:55:31','2014-05-07 23:55:31','',0,'http://2014.seattle.wordcamp.org/?post_type=wcb_session&#
 038;p=807026',0,'wcb_session','',0),(807029,1,'2014-05-07 23:59:09','2014-05-07 23:59:09','Brennen Byrne is the CEO and cofounder of Clef, a security plugin for WordPress. He speaks about security across the country with a focus on making security approachable and interesting to non-technical audiences. Modern security requires safer communities, not just safer sites, and Brennen is dedicated to helping the WordPress community protect itself. @brennenbyrne on Twitter','Brennen Byrne','','publish','closed','closed','','brennen-byrne','','','2014-05-07 23:59:09','2014-05-07 23:59:09','',0,'http://2014.seattle.wordcamp.org/?post_type=wcb_speaker&#038;p=807029',0,'wcb_speaker','',0),(807031,1,'2014-05-08 00:00:57','2014-05-08 00:00:57','\"The weakest link in the security of anything you do online is your password. It’s the key to your site, your email, your social networking accounts or any other online service you use. If your password is easy to guess, your online identity 
 is vulnerable.” - The WordPress Security team\n\nWhen we talk about WordPress security, it’s easy to get caught up in the technical details that give us the craziest hacks that make the best stories. In reality, though, most WordPress sites are hacked because bad habits — and, more specifically, bad passwords. It’s easy to recommend better passwords, but this talk will cover the technology that is changing how the password battle is being waged. Background on botnets, two-factor authentication, SSL, and password rot will accompany actionable advice any user can follow to secure their WordPress site.\n\nSpeaker: Brennen Byrne','Passwords: The Weakest Link in WordPress Security','','publish','closed','closed','','passwords-the-weakest-link-in-wordpress-security','','','2014-05-08 00:00:57','2014-05-08 00:00:57','',0,'http://2014.seattle.wordcamp.org/?post_type=wcb_session&#038;p=807031',0,'wcb_session','',0),(807034,1,'2014-05-08 00:02:55','2014-05-08 00:02:55','Kate Stull
  is the cofounder of Popforms, a company making tools to help superstars shine at work. At Popforms, she oversees content strategy, curriculum development, and marketing. Prior to this role, she worked as a freelance writer, helping tech entrepreneurs build their brands and side projects through blogging, content marketing, and social media. In her free time, Kate enjoys yoga, listening to audiobooks, and blogging about her boyfriend\'s outfits at katestull.wordpress.com.','Kate Stull','','publish','closed','closed','','kate-stull','','','2014-05-08 00:02:55','2014-05-08 00:02:55','',0,'http://2014.seattle.wordcamp.org/?post_type=wcb_speaker&#038;p=807034',0,'wcb_speaker','',0),(807036,1,'2014-05-08 00:04:22','2014-05-08 00:04:22','When you\'re on a budget, you don\'t have the time or money to waste on growth tactics that go nowhere. Learn strategies for growing your blog that just plain work. We\'ll go over ways to boost traffic through targeted content, how to apply keyword re
 search, how to build an email list of loyal readers, and even how to start leveraging your content to make you money. Find out how to make your amazing content work for you, whether you\'ve got $1 to spend or $1000.','Free And Low Cost Ways To Grow An Amazing Blog','','publish','closed','closed','','free-and-low-cost-ways-to-grow-an-amazing-blog','','','2014-05-08 00:04:22','2014-05-08 00:04:22','',0,'http://2014.seattle.wordcamp.org/?post_type=wcb_session&#038;p=807036',0,'wcb_session','',0),(807039,1,'2014-05-08 01:56:30','2014-05-08 01:56:30','','WordCamp Seattle Tickets','WordCamp Saturday.  Contributor Sunday is free. For childcare, please see our childcare registration page.','publish','closed','closed','','early-bird-ticket','','','2014-05-08 01:56:30','2014-05-08 01:56:30','',0,'http://2014.seattle.wordcamp.org/?post_type=tix_ticket&#038;p=807039',0,'tix_ticket','',0),(807040,1,'2014-05-08 01:49:26','2014-05-08 01:49:26','','Meal Preference (select all that apply)','
 ','publish','open','open','','meal-preference','','','2014-05-08 01:49:26','2014-05-08 01:49:26','',0,'http://2014.seattle.wordcamp.org/tix_question/meal-preference/',0,'tix_question','',0),(807041,1,'2014-05-08 01:49:26','2014-05-08 01:49:26','','How do you classify yourself','','publish','open','open','','how-do-you-classify-yourself','','','2014-05-08 01:49:26','2014-05-08 01:49:26','',0,'http://2014.seattle.wordcamp.org/tix_question/how-do-you-classify-yourself/',0,'tix_question','',0),(807042,1,'2014-05-08 01:49:26','2014-05-08 01:49:26','','Where are you traveling from?','','publish','open','open','','where-are-you-traveling-from','','','2014-05-08 01:49:26','2014-05-08 01:49:26','',0,'http://2014.seattle.wordcamp.org/tix_question/where-are-you-traveling-from/',0,'tix_question','',0),(807043,1,'2014-05-08 01:50:46','2014-05-08 01:50:46','','How would you rate your experience with WordPress?','','publish','open','open','','how-would-you-rate-your-experience-with-wordpress','','
 ','2014-05-08 01:50:46','2014-05-08 01:50:46','',0,'http://2014.seattle.wordcamp.org/tix_question/how-would-you-rate-your-experience-with-wordpress/',0,'tix_question','',0),(807044,1,'2014-05-08 01:53:02','2014-05-08 01:53:02','','How would you describe your community involvement?','','publish','open','open','','how-would-you-rate-your-community-involvement','','','2014-05-08 01:53:02','2014-05-08 01:53:02','',0,'http://2014.seattle.wordcamp.org/tix_question/how-would-you-rate-your-community-involvement/',0,'tix_question','',0),(807045,1,'2014-05-08 01:53:38','2014-05-08 01:53:38','','Do you currently own or operate a site running WordPress?','','publish','open','open','','do-you-currently-own-or-operate-a-site-running-wordpress','','','2014-05-08 01:53:38','2014-05-08 01:53:38','',0,'http://2014.seattle.wordcamp.org/tix_question/do-you-currently-own-or-operate-a-site-running-wordpress/',0,'tix_question','',0),(807049,1,'2014-05-08 02:07:51','2014-05-08 02:07:51','','Do you require 
 any special assistance (ASL interpreter, guide for visually impaired, etc).','','publish','open','open','','please-indicate-if-you-require-any-special-assistance-asl-interpreter-guide-hearing-aid-device-etc','','','2014-05-08 02:07:51','2014-05-08 02:07:51','',0,'http://2014.seattle.wordcamp.org/tix_question/please-indicate-if-you-require-any-special-assistance-asl-interpreter-guide-hearing-aid-device-etc/',0,'tix_question','',0),(807061,1,'2014-05-09 02:29:42','2014-05-09 02:29:42','Merrill Mayer is the founder and web developer at Kool Kat Web Designs. She specializes in creating custom WordPress themes for informational and e-commerce websites. She enjoys working with designers to translate their vision into a working website.\n\nMerrill began her career in technology by studying for a master’s degree in French at the University of Michigan. There she had the opportunity to work on a project to computerize French demographic data from the 19th and early 20th centuries. As a res
 ult, Merrill became hooked on technology.','Merrill Mayer','','publish','closed','closed','','merrill-mayer','','','2014-05-09 02:29:42','2014-05-09 02:29:42','',0,'http://2014.seattle.wordcamp.org/?post_type=wcb_speaker&#038;p=807061',0,'wcb_speaker','',0),(807063,1,'2014-05-09 02:31:24','2014-05-09 02:31:24','<strong>Revising WordPress Revisions with Backbone</strong>, Adam Silverstein\nWordPress revisions got a jolt of Backbone and a complete interface overhaul in WordPress 3.6 (as did media in 3.5 and themes in 3.8). Hear the revisions rewrite story and description of the effort involved, plus a code overview and ideas for leveraging Backbone (and Underscore) in your WordPress project.\n\n<strong>Bulletproof Your WordPress Development</strong>, Elisha Terada\nPrevention can be more valuable than a cure. Bulletproof your WordPress with WP development best practices, task automations, and safeguarding tools.\n\n<strong>Heartbeat API Jump-Start<
 /strong>, Mike Schroder\nAs of WordPress 3.9, the Heartbeat API is no longer experimental! It\'s intended to help developers synchronize data between the browser and server without manually sending individual AJAX calls. Attendees will learn Heartbeat basics and have a quick runthrough on how it\'s used by WordPress\' core.\n\n<strong>Hidden Treasures of WordPress Core,</strong> Kailey Lampert\nThere are a lot of hidden, little-known, and under-documented parts of core that can be really handy to have in your toolkit. Let\'s take a look at several of the most-loved and under-used parts of core that will make us all better developers.','Developer Lightning Talks','','publish','closed','closed','','advanced-custom-fields-beyond-the-basics','','','2014-05-09 02:31:24','2014-05-09 02:31:24','',0,'http://2014.seattle.wordcamp.org/?post_type=wcb_session&#038;p=807063',0,'wcb_session','',0),(807069,1,'2014-05-09 02:38:00','2014-05-09 02:38:00','Todd Miller is the Program
  Manager for Information Systems at Spokane Regional Health District (SRHD), Spokane, WA. Todd started using WordPress in 2013. He has found several ways to augment SRHD’s existing websites with targeted WordPress functionality that included web forms, surveys and news forums using the bbPress plugin. Todd has over 20 years of experience working as a database and application programmer. This included working in the Silicon Valley during the dot-com bubble. He most recently enjoyed building OLAP solutions with Microsoft\'s SQL Sever Analysis Services. Todd received a Bachelor of Arts degree in Physics from Brandeis University in 1989. He received a Master of Science degree in Statistics from California State University, East Bay in 2004. Todd is currently training for his seventh marathon. He enjoys running with his brother, hiking with his spouse, and sharing vinyl records with his son.','Todd Miller','','publish','closed','closed','','todd-miller','','','2014-05-09 02:38:00','201
 4-05-09 02:38:00','',0,'http://2014.seattle.wordcamp.org/?post_type=wcb_speaker&#038;p=807069',0,'wcb_speaker','',0),(807071,1,'2014-05-09 02:39:55','2014-05-09 02:39:55','Naci (pronounced Najee) Seyhanli is the video production specialist at the Spokane Regional Health District (SRHD), Spokane, WA.  He received a Bachelor of Arts degree in radio and television as well as a Bachelor of Arts degree in professional accounting from Eastern Washington University.  Mr. Seyhanli left a fifteen-year career in broadcast television and his position as supervising director at KING 5 Television in Seattle, WA to return to Spokane in 2008.  Mr. Seyhanli works with SRHD staff to produce public health-related audio and video content designed for SRHD staff, partner agencies, and the general public.  As a member of the SRHD Information Systems department, he also supports the maintenance of SRHD computer and voice networks.  Mr. Seyhanli resides in Spokane with his wife Alicia, his son Kaya, a
 nd his two rat terriers.','Naci Seyhanli','','publish','closed','closed','','naci-seyhanli','','','2014-05-09 02:39:55','2014-05-09 02:39:55','',0,'http://2014.seattle.wordcamp.org/?post_type=wcb_speaker&#038;p=807071',0,'wcb_speaker','',0),(807073,1,'2014-05-09 02:41:13','2014-05-09 02:41:13','The latest WordPress theme, Twenty Fourteen, has a lot of new features and options that were not available in earlier themes. Because of this the theme is an attractive choice for starting a new WordPress site or modifying an existing site. With a few, mostly non-technical steps, this theme can be easily modified to meet the basic needs of many website branding tasks. This involves making changes through the dashboard as well as adding custom CSS. This workshop will walk through the steps we took to modify the out-of-box Twenty Fourteen theme to closely match one of our existing, non-WordPress websites.','Branding the WordPress Twenty Fourteen Theme: An Overview for the Non-Technical','',
 'publish','closed','closed','','branding-the-wordpress-twenty-fourteen-theme-an-overview-for-the-non-technical','','','2014-05-09 02:41:13','2014-05-09 02:41:13','',0,'http://2014.seattle.wordcamp.org/?post_type=wcb_session&#038;p=807073',0,'wcb_session','',0),(807076,1,'2014-05-09 04:51:08','2014-05-09 04:51:08','Michelle Castillo is the President and CEO of Castillo Media Group, a Vancouver BC based web development and internet marketing company.\n\nMichelle passion lies in helping business owners to establish meaningful web presence that helps them achieve their business goals, attract more clients and increase their revenues. She discovered WordPress when she needed to promote her own real estate investment business and fell in love with it. Michelle has recently published an eBook titled \"8 Actions You Can Take RIGHT NOW to Optimize Your WordPress Website\", the eBook can be downloaded for free in her website WpInsider.org\n\nMichelle has always been a techie. Sh
 e holds a Masters degree in Mechanical engineering and has spent 10 years leading software development teams in Tokyo, Paris and Michigan leading the  delivery of complex software development solutions to companies such as Toyota, Nissan, Mazda, BMW, Dell and GM.','Michelle Castillo','','publish','closed','closed','','michelle-castillo','','','2014-05-09 04:51:08','2014-05-09 04:51:08','',0,'http://2014.seattle.wordcamp.org/?post_type=wcb_speaker&#038;p=807076',0,'wcb_speaker','',0),(807080,1,'2014-05-09 21:45:11','2014-05-09 21:45:11',' Residing in Portland, Oregon, Zack longs for the cold, snowy days of his Alaskan youth. He enjoys strumming his guitar, playing hockey, and spending time with his wife and dog. Otherwise, you\'ll find him at his computer meticulously spinning lines of clean WordPress code as a developer at The Theme Foundry.','Zach Tollman','','publish','closed','closed','','zach-tollman','','','2014-05-09 21:45:11','2014-05-09 21:45:11','',0,'http://2014.seattl
 e.wordcamp.org/?post_type=wcb_speaker&#038;p=807080',0,'wcb_speaker','',0),(807082,1,'2014-05-09 21:46:16','2014-05-09 21:46:16','Understanding why your page is rendering slowly is the first step to improving your page load speed. The faster your pages load, the better the site will convert and the happier your clients will be! In this talk, Zack will introduce you to concepts that affect your site\'s performance, including network connectivity, CSS rendering, and latency. Comprehension of these core performance concepts will then be used to inform sensible recommendations for overcoming these problems. Throughout the discussion, tools for exploring your site\'s performance will be demonstrated to show how to optimize your site through proper measurement.','Speed as a Feature: Getting a Handle on Page Load Time','','publish','closed','closed','','speed-as-a-feature-getting-a-handle-on-page-load-time','','','2014-05-09 21:46:16','2014-05-09 21:46:16','',0,'http://2014.seattle.wor
 dcamp.org/?post_type=wcb_session&#038;p=807082',0,'wcb_session','',0),(807084,1,'2014-05-09 22:01:14','2014-05-09 22:01:14','We are pleased to announce that we have made arrangements with the <a href=\"http://childlearning.org\">Child Learning and Care Center</a> to provide child care during WordCamp this year!\n\nIf you would like to register for child care, please print and fill out the <a href=\"http://2014.seattle.wordcamp.test/wp-content/uploads/sites/22/2014/05/Child-Care-Registration-Forms.pdf\">Child Care Registration Forms</a>, and mail them along with your payment to:\nChild Care and Learning Center\n4515 16th Ave NE\nSeattle, WA 98105\n\nRegistration is due by June 13.\n\nIf you have any questions, please contact Michele Sorenson, 206-524-3400 or director@childlearning.org','Register for Child Care','','publish','closed','closed','','register-for-child-care','','','2014-05-09 22:01:14','2014-05-09 22:01:14','',0,'http://2014
 .seattle.wordcamp.org/?page_id=807084',0,'page','',0),(807088,1,'2014-05-09 22:12:40','2014-05-09 22:12:40','Stacey is a seasoned web developer who not only enjoys making websites but also enjoys teaching others how to make their own sites! She has been developing websites since the ripe age of 13 and specializes in front-end technologies with an emphasis on WordPress theme customization. Stacey has enjoyed working for many industry leaders including IGT, Microsoft and HasOffers.','Stacey Lane','','publish','closed','closed','','stacey-lane','','','2014-05-09 22:12:40','2014-05-09 22:12:40','',0,'http://2014.seattle.wordcamp.org/?post_type=wcb_speaker&#038;p=807088',0,'wcb_speaker','',0),(807090,1,'2014-05-09 22:14:28','2014-05-09 22:14:28','There are a lot of WordPress themes out there. Some are free; some are not. Some are chocked full of bells and whistles while others offer little to no additional features. But how do you know which one is right for you? This talk will answe
 r that question and get you on the right track to finding the right theme for your business or blog and will teach you how to avoid some of the most common pitfalls you can encounter during the theme selection process.','How to Pick a Theme That Doesn&#039;t Suck','','publish','closed','closed','','how-to-pick-a-theme-that-doesnt-suck','','','2014-05-09 22:14:28','2014-05-09 22:14:28','',0,'http://2014.seattle.wordcamp.org/?post_type=wcb_session&#038;p=807090',0,'wcb_session','',0),(807093,1,'2014-05-09 22:30:55','2014-05-09 22:30:55','Jeremy is a senior WordPress engineer with the central University Communications team at Washington State University. After moving to Pullman and becoming a Coug last year, he\'s excited to invade Husky territory and spread the word about the cool web stuff being built at WSU. He loves using and creating open source software, is a recent dabbler in open source hardware, and when WCSEA comes around will have just bottled home-brew number six.',
 'Jeremy Felt','','publish','closed','closed','','jeremy-felt','','','2014-05-09 22:30:55','2014-05-09 22:30:55','',0,'http://2014.seattle.wordcamp.org/?post_type=wcb_speaker&#038;p=807093',0,'wcb_speaker','',0),(807095,1,'2014-05-09 22:31:47','2014-05-09 22:31:47','Large projects often change scope rapidly, hence the use of ambiguous words like scale and platform.\n\nIn this session, we’ll cover general strategies around approaching your project with an incremental mindset. Version control, environment, collaboration, and deployment all play key roles when pushing a platform to serve big needs. By laying out a strategy at the start and making consistent small changes, your platform will scale before anyone realizes.','Small Changes toward Big Things','','publish','closed','closed','','working-the-scale-building-and-managing-a-platform-with-wordpress','','','2014-05-09 22:31:47','2014-05-09 22:31:47','',0,'http://2014.seattle.wordcamp.org/?post_type=wcb_session&#038;p=80709
 5',0,'wcb_session','',0),(807100,1,'2014-05-10 16:55:20','2014-05-10 16:55:20','Hi! I\'m Julie Kuehl. I’m an emerging WordPress developer that’s hell-bent on learning. Sometimes from books and websites. Sometimes from friends and colleagues. Sometimes from successes and failures. I’m happy to share that learning with others, and learn even more in the process. I’ve taught myself WordPress and some of the coding that goes with it (HTML, CSS, PHP, JavaScript, etc.). Recently, I was named to a list of 25 Awesome WordPress Women to Watch. I own straightFORWARD Web Solutions.','Julie Kuehl','','publish','closed','closed','','julie-kuhl','','','2014-05-10 16:55:20','2014-05-10 16:55:20','',0,'http://2014.seattle.wordcamp.org/?post_type=wcb_speaker&#038;p=807100',0,'wcb_speaker','',0),(807102,1,'2014-05-10 16:56:32','2014-05-10 16:56:32','<strong>All the Things (That Aren\'t WordPress)</strong>, Julie Kuehl\nSo you\'ve learned WordPress and are ready to make it a bu
 siness. You\'ll quickly find that you\'ll need to get some systems put in place to make that happen. From CRMs to IDEs, we\'ll got through a brief overview of the pieces needed to make it all work.\n\n<strong>Planning a Successful WordPress Site</strong>, Kronda Adair\nI\'ll provide a blueprint for investing your time and money wisely to end up with a site you love that is also useful, effective and easy to manage. I\'ll talk about finding a good developer, asking the right questions, and what you as the site owner should be prepared to contribute.\n\n<strong>5 Stages of a Startup, </strong>Alex Bean\nThis is a pre-built outline that helps people think through the business, creative, and technical elements they need to think about before they start a online business. Each stage (ideate, validate, build, etc..) comes with actionable steps to think about as your investing time and money into a idea you have.\n\n<strong>Website Woes: What To Do When Nobod
 y Clicks</strong>, Claudia Smith\nA visually pleasing website is a thing of beauty, however, if your message is supposed to be selling “widgets” and it looks like a “cruise in the Carribbean” site, it’s time to do some planning. Here are tips for preparing to start your website using a business and marketing approach to attract your target market!','Business Lighting Talks','','publish','closed','closed','','business-lighting-talks','','','2014-05-10 16:56:32','2014-05-10 16:56:32','',0,'http://2014.seattle.wordcamp.org/?post_type=wcb_session&#038;p=807102',0,'wcb_session','',0),(807105,1,'2014-05-12 15:54:35','2014-05-12 15:54:35','Adam started programming by learning assembly code on his Radio Shack color computer (with 4k!), and started a software company from his college dorm room. After years building custom solutions he embraced WordPress as his platform of choice, building sites for clients large and small.\n\nAdam is a contributing developer to WordPress 
 and was recognized as a “Rockstar” for his role in the revisions rewrite for WordPress 3.6. Adam currently works as a Senior Web Engineer at 10up. He loves long rafting trips, playing mbira, travel, taking walks and tending his over sized garden.','Adam Silverstein','','publish','closed','closed','','adam-silverstein','','','2014-05-12 15:54:35','2014-05-12 15:54:35','',0,'http://2014.seattle.wordcamp.org/?post_type=wcb_speaker&#038;p=807105',0,'wcb_speaker','',0),(807110,1,'2014-05-12 15:59:30','2014-05-12 15:59:30','Lisa K. is a digital media consultant, helping small businesses connect with the digital universe.  She uses a holistic approach to examine ways that businesses can become more social and use all aspects of their internet presence to create and cultivate new business.  She works closely with clients to develop customized strategies for website design and social media interactions as well as convergence of their online and offline marketing plans.\n\n“My favor
 ite part of the process is the exchange of knowledge that comes from working directly with business owners.  I love to teach, I love to learn and I love to problem solve and because the internet is constantly in a state of change, these elements show up in every project.”\n\nLisa holds a Master of Science Degree in Information Technology and a Bachelor of Science Degree in Business.  She is a member of WE Rotary Club, District 5000, HI, and co-hosts a WordPress workshop for beginners called \'Tech-it-Easy-with-WordPress\'.  Lisa has also served as a volunteer with the Tarrant Literacy Coalition and on the Marketing Committee for The Women’s Center of Tarrant County.','Lisa Kruczynski','','publish','closed','closed','','lisa-kruczynski','','','2014-05-12 15:59:30','2014-05-12 15:59:30','',0,'http://2014.seattle.wordcamp.org/?post_type=wcb_speaker&#038;p=807110',0,'wcb_speaker','',0),(807112,1,'2014-05-12 16:01:35','2014-05-12 16:01:35','WordPress is not just a blogging platfo
 rm.  It is a content management system that entrepreneurs and small business owners looking for a way to easily launch a website that they can maintain themselves, should take full advantage of.  This presentation offers everything you need to know to get started using WordPress from finding a hosting company to creating a post to organizing your navigation.\n\nTopics Covered:\n<ul>\n      <li>What is the Difference between WordPress.com and WordPress.org?</li>\n\n        <li>Installing WordPress</li>\n\n   <li>Installing a theme</li>\n\n     <li>How to create a page</li>\n\n   <li>How to create a post</li>\n\n   <li>How to setup a navigation menu</li>\n\n <li>What is a Widget?</li>\n\n      <li>What is a Plugin?</li>\n</ul>\n\n','WordPress Basics','','publish','closed','closed','','wordpress-basics','','','2014-05-12 16:01:35','2014-05-12 16:01:35','',0,'http://2014.seattle.wordcamp.org/?post_type=wcb_
 session&#038;p=807112',0,'wcb_session','',0),(807114,1,'2014-05-12 16:05:10','2014-05-12 16:05:10','Taylor is a full time user interface engineer with 10up. Every day, he gets to work on really big and really cool WordPress installations. But it’s not just a job and WordPress is more than a tool: It’s people. It’s a community. It’s a group of folks that love the web, love publishing, love technology, and love open source software.','Taylor Dewey','','publish','closed','closed','','taylor-dewey','','','2014-05-12 16:05:10','2014-05-12 16:05:10','',0,'http://2014.seattle.wordcamp.org/?post_type=wcb_speaker&#038;p=807114',0,'wcb_speaker','',0),(807116,1,'2014-05-12 16:06:31','2014-05-12 16:06:31','Syntactically Awesome Stylesheets make working with CSS really freakin\' fun. Although variables (yeah, variables in your CSS, how cool is that!) are often highlighted when talking about CSS preprocessers, SASS is so much more. We\'ll discuss, with practical examples, other ma
 jor features of the language such as functions, mixins, placeholder classes and selector nesting.','SASS — It&#039;s more than just variables in your CSS','','publish','closed','closed','','sass-its-more-than-just-variables-in-your-css','','','2014-05-12 16:06:31','2014-05-12 16:06:31','',0,'http://2014.seattle.wordcamp.org/?post_type=wcb_session&#038;p=807116',0,'wcb_session','',0),(807118,1,'2014-05-12 16:07:46','2014-05-12 16:07:46','<strong>Advanced Custom Fields - Beyond the Basics</strong>, Merril Mayer\nThis talk will cover use of ACF in non-blog oriented websites. It will focus on using ACF in a custom post type. It will demonstrate custom queries along with custom prev/next posts. The talk will also show how to display ACF fields in the dashboard for the custom post type overview. Examples will be taken from a live, working website.\n\n<strong>A responsive web design workflow: more than just \'mobile first\'</strong>, Taylor Dewey\nDesignin
 g a website for the modern age is a much more complicated endeavor than the term \'mobile first\' lets on. I\'m going to reject the notion of \'mobile first\' and proffer the replacement buzzword, \'humans first\', along with a series of specific steps to achieve that goal.\n\n<strong>WordPress Accessibility - building WordPress websites that EVERYONE can use</strong>, Jordan Quintal\nThe focus of this quick presentation will be on website and WordPress accessibility. I will briefly explain what web accessibility is and what it involves. I will also demonstrate a popular web accessibility evaluation tool that any develop can use to test their website’s accessibility.\n\n<strong>Images for Wordpress Done Right</strong>, Nancy Thanki\nWhether you’re setting up a portfolio page, a site for realtors, or for a professional blogger, images are important. But how do you use images that look great and don’t slow down visitors to your site? What are some importa
 nt considerations you need to have in mind? This talk will cover things like how WordPress handles images and what you need to know about that (thumbnails, regeneration); how to compress your images; how and when to use progressive jpegs, for instance, or pngs; and what you can do to help images on your site load faster (Photon, CDNs, static asset caching, parallel downloading, etc).','Themer Lightning Talks','','publish','closed','closed','','themer-lightning-talks','','','2014-05-12 16:07:46','2014-05-12 16:07:46','',0,'http://2014.seattle.wordcamp.org/?post_type=wcb_session&#038;p=807118',0,'wcb_session','',0),(807127,1,'2014-05-15 21:23:15','2014-05-15 21:23:15','Whether you\'ve never <a href=\"http://make.wordpress.org/\">contributed to WordPress</a> before, or if you\'ve done so for years, <strong>you\'re invited to WordCamp Seattle Contributor day 2014</strong>. This is your chance to learn out how to contribute from the experts, hang out
  with others who love to contribute, and push some of your own contributions -- all in one (well, really less than one) day.\n\nWe\'re planning a fun, active and intense day of learning, coding, testing, documentation and hanging out. Members and experts from many teams including core, meta, documentation and theme review will be present to help you get up to speed quickly with how to contribute to WordPress. Don\'t know exactly what you want to do? No problem! Just show up and we\'ll get you plugged into a team that needs your help. Not a coder? That\'s okay too -- there are plenty of non-dev ways to contribute to the WordPress community, including documentation and more. There\'s even a free lunch, lots of coffee, and probably a <em>beerortwo</em> in a nearby establishment after.\n\n<strong>Location:</strong> <a href=\"http://www.impacthubseattle.com/\">Impact HUB Seattle</a> in Pioneer Square, Downtown Seattle (<a href=\"https
 ://www.google.com/maps/place/Impact+Hub+Seattle/@47.600342,-122.331132,17z/data=!3m1!4b1!4m2!3m1!1s0x54906abadfbfb47b:0xd05a0d4f34fa1c1a\">map</a>) <em>Note: despite the similar venue name, this event is in Downtown Seattle and not on the UW campus.</em>\n\n<strong>Schedule for June 29th:</strong>\n\nCheck out <a href=\"http://2014.seattle.wordcamp.org/schedule/\">our Schedule page</a>.\n\n<strong>How do I register?</strong>\n\nJust indicate that you\'ll be joining us at contributor day when you register for WordCamp Seattle. Attendance is free. Please let us know ahead of time if you\'ll be coming -- we can\'t guarantee that there will be spots left on the weekend of the event.','Contributor Day -- Sunday June 29th','','publish','open','open','','contributor-day-sunday-june-29th','','','2014-05-15 21:23:15','2014-05-15 21:23:15','',0,'http://2014.seattle.wordcamp.org/?page_id=807127',0,'page','',0),(807132,1,'2
 014-05-13 16:04:37','2014-05-13 16:04:37','','Do you plan to attend the Contributor Day on Sunday?','','publish','open','open','','do-you-plan-to-attend-the-contributor-day-on-sunday','','','2014-05-13 16:04:37','2014-05-13 16:04:37','',0,'http://2014.seattle.wordcamp.org/tix_question/do-you-plan-to-attend-the-contributor-day-on-sunday/',0,'tix_question','',0),(807134,1,'2014-05-14 02:01:52','2014-05-14 02:01:52','Jordan Quintal is a successful Online Multipreneur, a seasoned Web Developer, as well as a WordPress Contributor and Community Member. Jordan is the current President at The Genius Web Media Inc. that was founded in 2007, and he has over 15 years of web development experience. His skill, intelligence, and ambition have allowed him and his company to flourish in a very competitive Media market.','Jordan Quintal','','publish','closed','closed','','jordan-quintal','','','2014-05-14 02:01:52','2014-05-14 02:01:52','',0,'http://2014.seattle.wordcamp.org/?post_type=wcb_speaker&a
 mp;#038;p=807134',0,'wcb_speaker','',0),(807138,1,'2014-05-14 02:11:29','2014-05-14 02:11:29','Eric Amundson founded IvyCat in 2002 and is the team’s lead web strategist, user-experience designer, and server geek. Once he began developing on WordPress in early 2005, he had found his niche.\n\nEric’s company specializes in WordPress development, hosting, and maintenance and support. His experience with security, and the intricacies (and headaches) associated with hosting, deploying, moving, and troubleshooting WordPress has made him a helpful resource to happy WordPress users throughout the world.\n\nIn his spare time, you might catch him participating at a local WordPress Meetup, writing documentation for the WordPress Docs Team, hacking on themes or plugins, or herding wayward sock monkeys.\n\nEric is a co-organizer of the Seattle WordPress Documentation Meetup and stays active in the WordPress Community in the Pacific Northwest by sponsoring, attending and speaking at WordPres
 s Meetups and WordCamps. ','Eric Amundson','','publish','closed','closed','','eric-amundson','','','2014-05-14 02:11:29','2014-05-14 02:11:29','',0,'http://2014.seattle.wordcamp.org/?post_type=wcb_speaker&#038;p=807138',0,'wcb_speaker','',0),(807141,1,'2014-05-14 02:13:19','2014-05-14 02:13:19','There\'s a LOT of interest in WordPress development, but getting started can be overwhelming, and you may sometimes feel like you’re flailing around and \"doing things wrong.\"\n\nEric Amundson will moderate a panel discussion involving four accomplished WordPress developers who will talk about their experiences with WordPress development, answer questions, and share tips on how they keep sharp, including:\n\n <li>What they did to get where they are, </li>\n\n  <li>How they maintain and improve their skills, </li>\n\n   <li>Time-saving tips for novice developers to help avoid heartache and get you on the right track.</li>\n','Panel: How to Bec
 ome a Better WordPress Developer ','','publish','closed','closed','','panel-how-to-become-a-better-wordpress-developer','','','2014-05-14 02:13:19','2014-05-14 02:13:19','',0,'http://2014.seattle.wordcamp.org/?post_type=wcb_session&#038;p=807141',0,'wcb_session','',0),(807143,1,'2014-05-14 02:16:06','2014-05-14 02:16:06','Ever need to move WordPress sites between hosts, from a production site to a local development site, or vice-versa?  If moving WordPress sites causes you fear, pain, or hives, this workshop is for you.\n\nWe’ll explore three different methods for moving, or deploying, WordPress sites including:\n\n  <li>PHPMyAdmin backup and manual migration of database and files. (changing hosts, same domain)</li>\n\n    <li>Moving sites to a different domain using WordPress plugins like BackupBuddy. (changing hosts, use different domain)</li>\n\n    <li>Deploying from a git repository and moving database using WP Migrate DB Pro. (changing hosts, diffe
 rent domain)</li>\n\n\nWe’ll also illustrate common problems that occur during site migrations and how to troubleshoot them, including the evil white screen of death, permalink problems, memory issues, .htaccess snafus, and more.','Migrating WordPress Sites ','','publish','closed','closed','','migrating-wordpress-sites','','','2014-05-14 02:16:06','2014-05-14 02:16:06','',0,'http://2014.seattle.wordcamp.org/?post_type=wcb_session&#038;p=807143',0,'wcb_session','',0),(807147,1,'2014-05-14 02:49:35','2014-05-14 02:49:35','<a href=\"http://2014.seattle.wordcamp.test/wp-content/uploads/sites/22/2014/05/DreamHost600x198.png\"><img class=\"alignnone size-medium wp-image-807151\" src=\"http://2014.seattle.wordcamp.test/wp-content/uploads/sites/22/2014/05/DreamHost600x198-300x99.png\" alt=\"DreamHost600x198\" width=\"300\" height=\"99\" /></a>\n\nDreamHost is a global Web hosting and cloud services com
 pany with over 370,000 entrepreneur and developer customers, and 1.3 million blogs, websites, and apps hosted. The company offers a wide spectrum of Web services including Shared Hosting, Virtual Private Servers (VPS), Dedicated Server Hosting, Domain Name Registration, the public cloud storage service, DreamObjects, and the public cloud computing service, DreamCompute. Please visit http://DreamHost.com for more information.','Dreamhost','','publish','closed','closed','','dreamhost-2','','','2014-05-14 02:49:35','2014-05-14 02:49:35','',0,'http://2014.seattle.wordcamp.org/?post_type=wcb_sponsor&#038;p=807147',0,'wcb_sponsor','',0),(807160,1,'2014-05-14 02:50:10','2014-05-14 02:50:10','<a href=\"http://2014.seattle.wordcamp.test/wp-content/uploads/sites/22/2014/05/BlueHost600x198.png\"><img class=\"alignnone size-medium wp-image-807149\" src=\"http://2014.seattle.wordcamp.test/wp-content/uploads/sites/22/2014/05/BlueHost600x198-300x99.png\" 
 alt=\"BlueHost600x198\" width=\"300\" height=\"99\" /></a>\n\nBluehost has been a WordPress partner since 2005 and powers over one million WordPress sites. Their goal is to provide outstanding hosting services and customer support for the best possible price. Bluehost is also constantly innovating and upgrading their services and infrastructure at no additional cost to their customers. Join the millions of other website owners that have already chosen Bluehost and see how they can help you with your site.','Bluehost','','publish','closed','closed','','bluehost-2','','','2014-05-14 02:50:10','2014-05-14 02:50:10','',0,'http://2014.seattle.wordcamp.org/?post_type=wcb_sponsor&#038;p=807160',0,'wcb_sponsor','',0),(807162,1,'2014-05-14 02:52:06','2014-05-14 02:52:06','<a href=\"http://2014.seattle.wordcamp.test/wp-content/uploads/sites/22/2014/05/WiredTree600x198.png\"><img class=\"alignnone size-medium wp-image-807156\&q
 uot; src=\"http://2014.seattle.wordcamp.test/wp-content/uploads/sites/22/2014/05/WiredTree600x198-300x99.png\" alt=\"WiredTree600x198\" width=\"300\" height=\"99\" /></a>\n\nWiredTree provides Managed VPS and Managed Dedicated Servers to WordPress users worldwide from our Chicago-based data center and offices. Every WT server is backed by 24×7 telephone support, ticket support with 15 minute average response times, and is fully managed and monitored by WiredTree to maximize uptime and minimize frustration. All servers come ready-to-run with cPanel/WHM and are optimized and security hardened with firewall and anti-spam out of the box. With experience in SSD technology, MariaDB, Memcached, WordPress plugins, server optimization, and LiteSpeed Web server, WiredTree can take your site’s performance to the next level.','WiredTree','','publish','closed','closed','','wiredtree','','','2014-05-14 02:52:06','2014-05-14 02:52:06','',0,'http:
 //2014.seattle.wordcamp.org/?post_type=wcb_sponsor&#038;p=807162',0,'wcb_sponsor','',0),(807165,1,'2014-05-14 02:52:44','2014-05-14 02:52:44','<a href=\"http://2014.seattle.wordcamp.test/wp-content/uploads/sites/22/2014/05/MediaTemple600x198.png\"><img class=\"alignnone size-medium wp-image-807153\" src=\"http://2014.seattle.wordcamp.test/wp-content/uploads/sites/22/2014/05/MediaTemple600x198-300x99.png\" alt=\"MediaTemple600x198\" width=\"300\" height=\"99\" /></a>\n\nFrom its inception in 1998, (mt) Media Temple has been on a mission to help people and businesses succeed online.\n\nOver 125,000 customers in 100 countries now rely on Media Temple’s tools for domain registration, web hosting, business applications, virtual servers, and other cloud services to power more than 1.5 million websites. With 200 dedicated, U.S.-based employees, Media Temple takes pride in our 24/7 customer support. Our cust
 omers range from everyday people to top bloggers, creative professionals, and small businesses, as well as large enterprises like Starbucks, Adidas, Samsung, and Toyota.\n\nMore information can be found anytime on the web at <a href=\"http://mediatemple.com/\">http://mediatemple.com</a> or on Twitter <a href=\"https://twitter.com/MediaTemple\">@MediaTemple</a>.','Media Temple','','publish','closed','closed','','media-temple-2','','','2014-05-14 02:52:44','2014-05-14 02:52:44','',0,'http://2014.seattle.wordcamp.org/?post_type=wcb_sponsor&#038;p=807165',0,'wcb_sponsor','',0),(807166,1,'2014-05-14 02:53:06','2014-05-14 02:53:06','[sponsors link=\"website\"]','Sponsors','','publish','closed','closed','','sponsors','','','2014-05-14 02:53:06','2014-05-14 02:53:06','',271692,'http://2014.seattle.wordcamp.org/?page_id=807166',0,'page','',0),(807169,1,'2014-05-14 02:55:02','2014-05-14 02:55:02','<a href=\"http://2014.seattle.
 wordcamp.test/wp-content/uploads/sites/22/2014/05/WPML600x198.png\"><img class=\"alignnone size-medium wp-image-807158\" src=\"http://2014.seattle.wordcamp.test/wp-content/uploads/sites/22/2014/05/WPML600x198-300x99.png\" alt=\"WPML600x198\" width=\"300\" height=\"99\" /></a>\n\nWPML turns WordPress websites multilingual. It works with caching, SEO and E-Commerce plugins, and allows the building of complete multilingual sites. WPML powers simple blogs as well as corporate and enterprise sites.\n\nWPML allows users to translate everything in the site, including content, menus, widgets and even theme and plugin texts. WPML powers over 400,000 commercial websites from all over the world.\n\nMore information about going multilingual can be found at WPML.org','WPML','','publish','closed','closed','','wpm','','','2014-05-14 02:55:02','2014-05-14 02:55:02','',0,'http://2014.seattle.wordcamp.org/?post_type=wcb_sponsor&amp
 ;#038;p=807169',0,'wcb_sponsor','',0),(807172,1,'2014-05-14 02:55:54','2014-05-14 02:55:54','<a href=\"http://2014.seattle.wordcamp.test/wp-content/uploads/sites/22/2014/05/IvyCat600x198.png\"><img class=\"alignnone size-medium wp-image-807152\" src=\"http://2014.seattle.wordcamp.test/wp-content/uploads/sites/22/2014/05/IvyCat600x198-300x99.png\" alt=\"IvyCat600x198\" width=\"300\" height=\"99\" /></a>\n\nIvyCat is a small, agile team of WordPress developers and server geeks based in lovely Gig Harbor, Washington. We spend our days creating custom WordPress sites designed to sell products and services; especially event management and e-commerce sites, Hosting WordPress sites (others too) for clients that need top-shelf, managed hosting with outstanding technical support where everybody knows your name, and providing WordPress Maintenance &amp; Support. We love, live, and breathe WordPress; it’s much 
 of how we make our living, so we’re grateful to be able to participate in the WordPress community.','IvyCat','','publish','closed','closed','','ivycat','','','2014-05-14 02:55:54','2014-05-14 02:55:54','',0,'http://2014.seattle.wordcamp.org/?post_type=wcb_sponsor&#038;p=807172',0,'wcb_sponsor','',0),(807174,1,'2014-05-14 02:57:11','2014-05-14 02:57:11','<a href=\"http://2014.seattle.wordcamp.test/wp-content/uploads/sites/22/2014/05/WAStateU600x198.png\"><img class=\"alignnone size-medium wp-image-807155\" src=\"http://2014.seattle.wordcamp.test/wp-content/uploads/sites/22/2014/05/WAStateU600x198-300x99.png\" alt=\"WAStateU600x198\" width=\"300\" height=\"99\" /></a>\n\nWashington State University was founded as the people’s university in 1890. WSU’s mission is to improve the lives and livelihoods of people around the world with world-class education, research,  and community outreach. More than 
 26,000 students attend WSU at campuses in Pullman, Spokane, the Tri-Cities, and Vancouver, as well as through the Global Campus, a nationally recognized online learning community serving people worldwide.\n\nBased on its philosophy of serving the public good, WSU is committed to an active partnership with the WordPress and open-source communities to help make the web a better resource for all.','Washington State University','','publish','closed','closed','','washington-state-university','','','2014-05-14 02:57:11','2014-05-14 02:57:11','',0,'http://2014.seattle.wordcamp.org/?post_type=wcb_sponsor&#038;p=807174',0,'wcb_sponsor','',0),(807176,1,'2014-05-14 02:57:49','2014-05-14 02:57:49','<a href=\"http://2014.seattle.wordcamp.test/wp-content/uploads/sites/22/2014/05/WP-Engine600x198.png\"><img class=\"alignnone size-medium wp-image-807157\" src=\"http://2014.seattle.wordcamp.test/wp-content/uploads/sites/22/2014/05/WP-Engine600x198-300x99.png\&qu
 ot; alt=\"WP-Engine600x198\" width=\"300\" height=\"99\" /></a>\n\nWP Engine is the premium managed hosting platform for websites and applications built with WordPress. WP Engine powers tens of thousands of websites and apps built with WordPress, delivering the fastest, most reliable, and most secure web experience possible. Businesses large and small rely on WP Engine’s exceptional customer service team that specializes in quickly solving technical problems, and creating a world-class customer experience. The service includes top-notch support (the most WordPress experts on staff per 1000 customers), one-click backup/restore, one-click deployment from staging to production, version control, optimization for speed and scalability, and security features that include automatic software upgrades.','WP Engine','','publish','closed','closed','','wp-engine','','','2014-05-14 02:57:49','2014-05-14 02:57:49','',0,'http://2014.seattle.wordcamp.org/?po
 st_type=wcb_sponsor&#038;p=807176',0,'wcb_sponsor','',0),(807178,1,'2014-05-14 02:59:03','2014-05-14 02:59:03','<a title=\"Rightside\" href=\"http://rightside.co\"><img class=\"alignnone size-medium wp-image-807799\" src=\"http://2014.seattle.wordcamp.test/wp-content/uploads/sites/22/2014/05/Rightside_lg_600x198-300x99.png\" alt=\"Rightside_lg_600x198\" width=\"300\" height=\"99\" /></a>\n\nRightside™ inspires and delivers on new possibilities in digital identity. We give you the freedom to tell your story, your way. Our domain name services provide the entry point for individuals and organizations to define themselves. Our value-added services help them tell their stories online. And our turnkey service platform is the easiest way for resellers, registries, registrars, and domain investors to build their businesses. More options mean more opportunity—for storytelling, for commerce, for i
 nnovation, for you.\n\n&nbsp;','Rightside','','publish','closed','closed','','rightside','','','2014-05-14 02:59:03','2014-05-14 02:59:03','',0,'http://2014.seattle.wordcamp.org/?post_type=wcb_sponsor&#038;p=807178',0,'wcb_sponsor','',0),(807183,1,'2014-05-14 03:02:47','2014-05-14 03:02:47','<a href=\"http://2014.seattle.wordcamp.test/wp-content/uploads/sites/22/2014/05/DiamondLining600x198.png\"><img class=\"alignnone size-medium wp-image-807208\" src=\"http://2014.seattle.wordcamp.test/wp-content/uploads/sites/22/2014/05/DiamondLining600x198-300x99.png\" alt=\"DiamondLining600x198\" width=\"300\" height=\"99\" /></a>\n\nThe <a href=\"http://thediamondlining.com/\">Diamond Lining</a> helps consumers sell their unneeded or unwanted diamond jewelry.  By offering a trustworthy and friendly consumer experience coupled with deep industry knowledge, The Diamond Lining is able to o
 ffer consumers aggressive prices and a transparent process, ensuring that selling a diamond ring with be a profitable and pleasant experience.','Diamond Lining','','publish','closed','closed','','diamond-lining','','','2014-05-14 03:02:47','2014-05-14 03:02:47','',0,'http://2014.seattle.wordcamp.org/?post_type=wcb_sponsor&#038;p=807183',0,'wcb_sponsor','',0),(807185,1,'2014-05-14 03:03:16','2014-05-14 03:03:16','','Hypr','','publish','closed','closed','','hypr','','','2014-05-14 03:03:16','2014-05-14 03:03:16','',0,'http://2014.seattle.wordcamp.org/?post_type=wcb_sponsor&#038;p=807185',0,'wcb_sponsor','',0),(807187,1,'2014-05-14 03:03:39','2014-05-14 03:03:39','','Kapture Photography','','publish','closed','closed','','kapture-photography','','','2014-05-14 03:03:39','2014-05-14 03:03:39','',0,'http://2014.seattle.wordcamp.org/?post_type=wcb_sponsor&#038;p=807187',0,'wcb_sponsor','',0),(807189,1,'2014-05-14 03:03:49','2014-05-14 03:03:49','','Sticker Giant','','publish',
 'closed','closed','','sticker-giant','','','2014-05-14 03:03:49','2014-05-14 03:03:49','',0,'http://2014.seattle.wordcamp.org/?post_type=wcb_sponsor&#038;p=807189',0,'wcb_sponsor','',0),(807191,1,'2014-05-14 03:03:58','2014-05-14 03:03:58','','TagBoard','','publish','closed','closed','','tagboard','','','2014-05-14 03:03:58','2014-05-14 03:03:58','',0,'http://2014.seattle.wordcamp.org/?post_type=wcb_sponsor&#038;p=807191',0,'wcb_sponsor','',0),(807193,1,'2014-05-14 03:04:23','2014-05-14 03:04:23','<a href=\"http://2014.seattle.wordcamp.test/wp-content/uploads/sites/22/2014/05/disqus600x1981.png\"><img class=\"alignnone size-medium wp-image-807206\" src=\"http://2014.seattle.wordcamp.test/wp-content/uploads/sites/22/2014/05/disqus600x1981-300x99.png\" alt=\"disqus600x198\" width=\"300\" height=\"99\" /></a>\n\nDisqus is a free service that makes it easy for anyone to create or participate in an onli
 ne community. Our magic is in connecting people to stuff that’s worth talking about.','Disqus','','publish','closed','closed','','disqus','','','2014-05-14 03:04:23','2014-05-14 03:04:23','',0,'http://2014.seattle.wordcamp.org/?post_type=wcb_sponsor&#038;p=807193',0,'wcb_sponsor','',0),(807212,1,'2014-05-15 00:47:49','2014-05-15 00:47:49','Elisha is the \'ninja\' front-end developer. He has developed over 70 client websites in small to mid size projects. Elisha specializes in WordPress development including custom theme, plugin, and admin UI. With tech, design, and business skills, Elisha plans and executes on digital missions from start to finish.','Elisha Terada','','publish','closed','closed','','elisha-terada','','','2014-05-15 00:47:49','2014-05-15 00:47:49','',0,'http://2014.seattle.wordcamp.org/?post_type=wcb_speaker&#038;p=807212',0,'wcb_speaker','',0),(807215,1,'2014-05-15 00:50:04','2014-05-15 00:50:04','Kronda Adair is an independent WordPress developer and cons
 ultant who loves helping people make their sites better. She\'s spoken at Open Source Bridge, WordCamp Portland, and recently gave an Ignite talk titled, Stop Making Senseless Websites. In her spare time, she crusades against tiny web fonts and restaurant sites that suck.','Kronda Adair','','publish','closed','closed','','kronda-adair','','','2014-05-15 00:50:04','2014-05-15 00:50:04','',0,'http://2014.seattle.wordcamp.org/?post_type=wcb_speaker&#038;p=807215',0,'wcb_speaker','',0),(807218,1,'2014-05-15 00:54:29','2014-05-15 00:54:29','Nancy takes photos, shoots film, designs stuff, and tries not to be too pretentious about it. Her very first client was a woman in her eighties running a spectacularly successful cancer non-profit program…who didn’t really use email, let alone anything else. Nancy trained her to set-up and maintain a WordPress site. Throughout undergrad she gave regular talks to prospective students and parents on the trials, tribulations, and triumphs of coll
 ege. Now as both a web designer and filmmaker, she has realized that she\'s teaching very similar lessons to many of my clients, especially those that haven’t worked much with visual design, on how to avoid the pitfalls of “en vogue” to create products that can withstand the test of rising and falling fashions in typography, photography, film, and design.','Nancy Thanki','','publish','closed','closed','','nancy-thanki','','','2014-05-15 00:54:29','2014-05-15 00:54:29','',0,'http://2014.seattle.wordcamp.org/?post_type=wcb_speaker&#038;p=807218',0,'wcb_speaker','',0),(807221,1,'2014-05-15 00:58:03','2014-05-15 00:58:03','Scott Eklund is a results-driven marketer with a wide range of experience. He has worked with authors, doctors, entrepreneurs, and small businesses to improve their traffic and conversions. His combination of SEO and PPC experience allow him to dramatically improve the results his clients receive.','Scott Eklund','','publish','closed','closed','','scott-eklu
 nd','','','2014-05-15 00:58:03','2014-05-15 00:58:03','',0,'http://2014.seattle.wordcamp.org/?post_type=wcb_speaker&#038;p=807221',0,'wcb_speaker','',0),(807223,1,'2014-05-15 00:58:35','2014-05-15 00:58:35','This panel discussion will focus on SEO issues specific to WordPress and, particularly, blogs. In addition, it will attempt to illuminate the lastest in Google goofiness and other peculiarities of SEO. It is not a basic tutorial in SEO, but is still a good choice for beginners.','Making Sense of SEO for WordPress','','publish','closed','closed','','seo-panel-discussion','','','2014-05-15 00:58:35','2014-05-15 00:58:35','',0,'http://2014.seattle.wordcamp.org/?post_type=wcb_session&#038;p=807223',0,'wcb_session','',0),(807228,1,'2014-05-15 16:56:55','2014-05-15 16:56:55','Tanner has been engineering solutions with WordPress for over 2 years. During that time he has been able to work on a wide variety of projects from startup blogs to complex applications for Fortune 500 hu
 ndred companies both as a contractor and as a Web Engineer at 10up. He now runs iWitness Design, a WordPress consulting agency focused on creating elegant solutions for complex WordPress challenges.','Tanner Moushey','','publish','closed','closed','','tanner-moushey','','','2014-05-15 16:56:55','2014-05-15 16:56:55','',0,'http://2014.seattle.wordcamp.org/?post_type=wcb_speaker&#038;p=807228',0,'wcb_speaker','',0),(807230,1,'2014-05-15 16:57:50','2014-05-15 16:57:50','This is a workshop that will walk through the steps for creating a WordPress plugin to customize the Jetpack social icons with FontAwesome. The workshop will touch on WordPress and plugin coding best practices, WordPress coding standards, actions, and filters. Users should be familiar working with PHP and CSS and should come prepared with a laptop equipped with an IDE or text editor.','Creating a Plugin from Scratch','','publish','closed','closed','','creating-a-plugin-from-scratch','','','2014-05-15 16:57:50','2014
 -05-15 16:57:50','',0,'http://2014.seattle.wordcamp.org/?post_type=wcb_session&#038;p=807230',0,'wcb_session','',0),(807246,1,'2014-05-16 00:30:01','2014-05-16 00:30:01','Mike, known as Shredder to most of his colleagues, is a cross-cultural\nkid, coffee-drinking sailor, and lover of Open Source. He currently\nworks at DreamHost, contributing to the WordPress core and community\nprojects including WP-CLI. You can find him blogging on various geeky\nthings at http://www.getsource.net','Mike Schroder','','publish','closed','closed','','mike-schroder','','','2014-05-16 00:30:01','2014-05-16 00:30:01','',0,'http://2014.seattle.wordcamp.org/?post_type=wcb_speaker&#038;p=807246',0,'wcb_speaker','',0),(807254,1,'2014-05-16 03:31:13','2014-05-16 03:31:13','Andrew Nacin a Lead Developer of WordPress, squashing bugs, mentoring contributors, and spearheading new development — including leading the 3.5, 3.7, and 3.9 releases. He has strong feelings about the core philosophies of WordP
 ress, among them “decisions, not options” and “designing for the majority” — software should be opinionated in lieu of burdening the user. In his first appearance at WordCamp Seattle since 2011, he\'ll be sharing what the community has been working on, where we are headed, and how we\'re going to get there. Bring your questions as there will be plenty of time for discussion.','Andrew Nacin','','publish','closed','closed','','andrew-nacin','','','2014-05-16 03:31:13','2014-05-16 03:31:13','',0,'http://2014.seattle.wordcamp.org/?post_type=wcb_speaker&#038;p=807254',0,'wcb_speaker','',0),(807256,1,'2014-05-16 03:31:57','2014-05-16 03:31:57','','Keynote','','publish','closed','closed','','keynote','','','2014-05-16 03:31:57','2014-05-16 03:31:57','',0,'http://2014.seattle.wordcamp.org/?post_type=wcb_session&#038;p=807256',0,'wcb_session','',0),(807258,1,'2014-05-16 03:32:50','2014-05-16 03:32:50','Siobhan McKeown is a Word Ninja at Audrey Capital where she writes about
  WordPress, deals with documentation, and has nightmares about the Codex. She’s currently working on an open source book about the history of WordPress. She spends her days delving into the brains of its early developers and community members. When she’s not worrying about the finer details of forking and the GPL, she’s helping out with the project’s future by wrangling WordPress’ documentation.','Siobhan McKeown','','publish','closed','closed','','siobhan-mckeown','','','2014-05-16 03:32:50','2014-05-16 03:32:50','',0,'http://2014.seattle.wordcamp.org/?post_type=wcb_speaker&#038;p=807258',0,'wcb_speaker','',0),(807260,1,'2014-05-16 03:33:22','2014-05-16 03:33:22','','Opening Remarks and Keynote','','publish','closed','closed','','keynote-2','','','2014-05-16 03:33:22','2014-05-16 03:33:22','',0,'http://2014.seattle.wordcamp.org/?post_type=wcb_session&#038;p=807260',0,'wcb_session','',0),(807262,1,'2014-05-16 04:18:00','2014-05-16 04:18:00','Mary Ann Chapman has be
 en involved in web work since the days of flashing type and bouncing balls.  Her primary emphasis is online marketing strategy, but recently she has been working with a WordPress author to develop a new WordPress blog, for which she is doing the SEO. Her lengthy career has included ownership of businesses in a variety of areas, always with a strategic perspective in mind.','Mary Ann Chapman','','publish','closed','closed','','mary-ann-chapman','','','2014-05-16 04:18:00','2014-05-16 04:18:00','',0,'http://2014.seattle.wordcamp.org/?post_type=wcb_speaker&#038;p=807262',0,'wcb_speaker','',0),(807268,1,'2014-05-16 16:22:46','2014-05-16 16:22:46','','Other dietary needs:','','publish','open','open','','other-dietary-needs','','','2014-05-16 16:22:46','2014-05-16 16:22:46','',0,'http://2014.seattle.wordcamp.org/tix_question/other-dietary-needs/',0,'tix_question','',0),(807273,1,'2014-05-16 17:02:02','2014-05-16 17:02:02','<a href=\"http://2014.seattle.wordcamp.org/contributor
 -day-sunday-june-29th/\"><img src=\"http://2014.seattle.wordcamp.test/wp-content/uploads/sites/22/2014/05/contribday.jpg\" alt=\"contribday\" class=\"aligncenter wp-image-807285\" /></a>\n\nWe\'re excited to announce the addition of <a href=\"http://2014.seattle.wordcamp.org/contributor-day-sunday-june-29th/\">WordCamp Seattle 2014 Contributor Day</a> on Sunday, June 29th at the <a href=\"http://www.impacthubseattle.com/\">Impact HUB Seattle</a> in Downtown Seattle\'s Pioneer Square neighborhood.  This is a great, fun and free event for anyone who currently enjoys contributing to WordPress, or wants to learn how to do so.  Make sure to RSVP when you register!','WordCamp Seattle contributor day on Sunday, June 29th ','','publish','open','open','','wordcamp-seattle-contributor-day-on-sunday-june-29th','','','2014-05-16 17:02:02','2014-05-16 17:02:02','',0,'http://2014.seattle.wordcamp.org/?p=
 807273',0,'post','',0),(807341,1,'2014-05-16 17:49:23','2014-05-16 17:49:23','Need I say more? Make sure and grab your ticket before we sell out!\n\nhttp://2014.seattle.wordcamp.org/tickets/','Tickets Are Now On Sale!','','publish','open','open','','tickets-are-now-on-sale','','','2014-05-16 17:49:23','2014-05-16 17:49:23','',0,'http://2014.seattle.wordcamp.org/?p=807341',0,'post','',2),(807515,1,'2014-05-17 02:22:58','2014-05-17 02:22:58','Kimberly Gauthier is the big mouth behind Keep the Tail Wagging, a pet blog inspired by her love of her dogs. Launched in December 2011 in protest of the barrage of ASPCA commercials during the holidays, Keep the Tail Wagging has grown swiftly as Kimberly found an audience who connected with her desire to raise healthy, happy dogs. She waves her Dog Mom flag proudly, faces of critiques with a smile (most of the time), and is open about her wins and losses. A leader in both the pet blogging and raw food community, Kimberly is using the foundation 
 she has built with Keep the Tail Wagging to create a business that will help dog lovers who want to go raw learn the ins and outs, ups and downs, of this “so not a fad” diet!\n\nAuthor of Standing out in a Popular Blogging Niche (available on Amazon), Kimberly also writes bi-monthly for TPPV.tv (Pets Teach Us So Much), she’s a regular contributor to BlogPaws, has presented at the BlogPaws annual pet blogging conference in 2013 and 2014, and speaks locally to aspiring bloggers about the business and lifestyle of blogging. And if that’s not enough, she also manages multiple Facebook groups that support bloggers and small business owners in the pet industry. All of this while working a full time job, raising 4 dogs and being bossed around by 2 cats with her partner in crime in Marysville, Washington.','Kimberly Gauthier','','publish','closed','closed','','kimberly-gauthier','','','2014-05-17 02:22:58','2014-05-17 02:22:58','',0,'http://2014.seattle.wordcamp.org/?post_type=wcb_s
 peaker&#038;p=807515',0,'wcb_speaker','',0),(807517,1,'2014-05-17 02:25:47','2014-05-17 02:25:47','When I started my first, third, and tenth blog, I was excited about the topic, I spent hours obsessing about the design, I’d write a ton of posts, launch my social networking pages and then….Nothing.\n\nWhere are the comments? Am I even on the Internet? Umm, what do you mean by keyword research? An editorial what? There’s a difference between Wordpress.com and .org? Is this thing on????\n\nIf you’ve just started a blog, or are considering one, I’m going to share with you the easy steps I took that helped me take Keep the Tail Wagging from a Me Too Blog (I’ll explain what that is) to a blog owned by someone who regularly chats to the CEOs of major brands, networks with local business owners, and speaks and blogging conferences – in less than 2-1/2 years.','I Started A Blog! Now What?','','publish','closed','closed','','i-started-a-blog-now-what','','','2014-05-17 02:25
 :47','2014-05-17 02:25:47','',0,'http://2014.seattle.wordcamp.org/?post_type=wcb_session&#038;p=807517',0,'wcb_session','',0),(807520,1,'2014-05-17 02:32:26','2014-05-17 02:32:26','','Lunch','','publish','closed','closed','','lunch','','','2014-05-17 02:32:26','2014-05-17 02:32:26','',0,'http://2014.seattle.wordcamp.org/?post_type=wcb_session&#038;p=807520',0,'wcb_session','',0),(807535,1,'2014-05-17 18:58:52','2014-05-17 18:58:52','<a href=\"http://parallels.com\"><img class=\"alignnone size-medium wp-image-807536\" src=\"http://2014.seattle.wordcamp.test/wp-content/uploads/sites/22/2014/05/parallels_logo_RGB-300x99.jpg\" alt=\"parallels_logo_RGB\" width=\"300\" height=\"99\" /></a>\n\n<a href=\"http://www.parallels.com/products/hosting-cloud-automation-platforms/\" rel=\"nofollow\">Parallels</a>, a leading hosting and cloud services enablement provider, will showca
 se the new <a href=\"http://www.parallels.com/plesk\" rel=\"nofollow\">Parallels Plesk 12</a>, featuring a powerful new security core, a full-featured WordPress Toolkit and four distinct editions of the software designed to deliver targeted functionality to web administrators, application developers, web professionals and hosting service providers.','Parallels','','publish','closed','closed','','parallels','','','2014-05-17 18:58:52','2014-05-17 18:58:52','',0,'http://2014.seattle.wordcamp.org/?post_type=wcb_sponsor&#038;p=807535',0,'wcb_sponsor','',0),(807549,1,'2014-05-18 03:39:44','2014-05-18 03:39:44','Nancy West Johnson has been online since AOL.1 and designing websites soon after that. When she found WordPress it was love at first site. Nancy is the owner/creative director of Rampant Web Designs where she works with clients to help them develop and brand their online presence with a blog, group, or business. Nancy also enjoys teaching in-per
 son classes for WordPress beginners in the South King County area. In her spare time she attends various Celtic events and is a volunteer with the Seattle Highland Games Association (SSHGA.org) where she designs and produces the 80-page program magazine for the annual highland games event held in Enumclaw on the last weekend in July (shameless plug!). Sláinte! {Gaelic for Cheers!}','Nancy West Johnson','','publish','closed','closed','','nancy-west-johnson','','','2014-05-18 03:39:44','2014-05-18 03:39:44','',0,'http://2014.seattle.wordcamp.org/?post_type=wcb_speaker&#038;p=807549',0,'wcb_speaker','',0),(807551,1,'2014-05-18 03:40:40','2014-05-18 03:40:40','This session is everyone from bloggers to business owners who is an absolute beginner (or just needs a refresher) on their first journey in the wonderful world of WordPress. Join Nancy West Johnson (Rampant Web Designs) to find out how Wordpress can help your website project and how to choose which version of the WordPress pl
 atform (WordPress.com or self-hosted [aka WordPress.org]) is best for you. We\'ll also take a tour of the dashboard and learn five essential settings to get you started. Feel free to bring your laptop and follow along on your own domain.','Create your first WordPress website - an introduction to WordPress','','publish','closed','closed','','create-your-first-wordpress-website-an-introduction-to-wordpress','','','2014-05-18 03:40:40','2014-05-18 03:40:40','',0,'http://2014.seattle.wordcamp.org/?post_type=wcb_session&#038;p=807551',0,'wcb_session','',0),(807560,1,'2014-05-18 17:40:42','2014-05-18 17:40:42','Are you a student who wants to attend WordCamp for free?\n\nFirst, please consider <a title=\"Volunteer\" href=\"http://2014.seattle.wordcamp.org/volunteer/\">volunteering</a>.  Volunteers attend WordCamp for free, as well as a few other perks.  Don\'t worry - if you volunteer, you won\'t be too busy to attend the talks you want to hear!\n\nIf 
 you aren\'t able to volunteer, you can <a href=\"mailto:wordcamp.seattle.organizers@gmail.com\">email us a photo of your student ID</a>, and we will send you a discount code.','Student Tickets','','publish','open','open','','student-tickets','','','2014-05-18 17:40:42','2014-05-18 17:40:42','',0,'http://2014.seattle.wordcamp.org/?page_id=807560',0,'page','',0),(807595,1,'2014-05-19 16:17:31','2014-05-19 16:17:31','Kailey wrote her first line of HTML in 2000, and the years following were filled with some really, really terrible stuff (her words). Then in about 2005/6 she was finally introduced to CSS, and a few months later, also to PHP and MySQL. Those were dangerous times. Putting this new found knowledge to use, she actually managed to cobble together something like a custom blogging system. Code so terrible, it has since been banished from existence. For the next couple years, she continued writing code for all sorts of little things, playing around with it 
 all until she eventually got hired as a web developer.\n\nShortly following, in late 2008, she had her first WordPress task, create a custom theme for a client\'s new blog. Kailey\'s first question: What\'s WordPress? (though she probably said it with a lowercase p). With a lot of help from Google, she did eventually complete the custom theme, which was really just a heavily modified version of the default Kubrick theme. In 2009 she attended the first Seattle WordCamp, and around this time, her interest was piqued. Since then, she\'s started doing all sorts of things with WordPress, including just reading through core. Countless code snippets, a handful of plugins, and a few WordCamps later bring her to today, as a full-fledged WordPress geek.','Kailey Lampert','','publish','closed','closed','','kailey-lampert','','','2014-05-19 16:17:31','2014-05-19 16:17:31','',0,'http://2014.seattle.wordcamp.org/?post_type=wcb_speaker&#038;p=807595',0,'wcb_speaker','',0),(807631,1,'2014-05-20
  02:02:51','2014-05-20 02:02:51','Alex McClafferty is the co-founder of WP Curve - a 24/7 WordPress support service for business owners. Alex lives in San Francisco with his beautiful wife Brittany. This is Alex’s first WordCamp and he’s excited to share what he’s learned in the first year of building a WordPress business. Alex thinks of Seattle as his second home in the USA - he was actually going to move there… Two things stopped him: the rain and the Sacramento Kings. Follow him on Twitter @alexmcclafferty.','Alex McClafferty','','publish','closed','closed','','alex-mcclafferty','','','2014-05-20 02:02:51','2014-05-20 02:02:51','',0,'http://2014.seattle.wordcamp.org/?post_type=wcb_speaker&#038;p=807631',0,'wcb_speaker','',0),(807633,1,'2014-05-20 02:04:28','2014-05-20 02:04:28','There’s nothing sexy about WordPress support, but there’s plenty of work to be done and WP Curve does it. 24/7.\r\n\r\nIn this presentation, Alex will share actionable insights gained from
  growing the WP Curve business from 0 to 250 customers in one year. Specifically, you’ll learn:\r\n<ul>\r\n    <li>How relationships can help you build your business</li>\r\n     <li>The 3 key types of business relationships you should work on</li>\r\n   <li>How and where to find potential business relationships</li>\r\n <li>The non-sleazy approach to building relationships</li>\r\n</ul>','The WordPress Community + Relationships = A Booming Business','','publish','closed','closed','','the-wordpress-community-relationships-a-booming-business','','','2014-06-06 06:02:08','2014-06-06 06:02:08','',0,'http://2014.seattle.wordcamp.org/?post_type=wcb_session&#038;p=807633',0,'wcb_session','',0),(807645,1,'2014-05-20 17:48:06','2014-05-20 17:48:06','Erik Fadiman is freelance designer and developer who specializes in branding and identity, user experience design, and WordPress development. He is also an instructor at the Seattle Centra
 l Creative Academy. He spends a lot of time researching and reading articles to keep up on the latest trends in web design. When he’s not in front of a computer, he likes riding his bike to work, and teaching his two small children about the importance of web standards and semantic markup.','Erik Fadiman','','publish','closed','closed','','erik-fadiman','','','2014-05-20 17:48:06','2014-05-20 17:48:06','',0,'http://2014.seattle.wordcamp.org/?post_type=wcb_speaker&#038;p=807645',0,'wcb_speaker','',0),(807647,1,'2014-05-20 17:49:22','2014-05-20 17:49:22','While a traditional waterfall workflow might have a designer handing static comps over to a developer, this no longer works in the age of responsive design and frequently causes friction between both parties. This workshop will help designers learn how to \"design in the browser\", create a responsive style prototype, allow better communication with developers, and explain responsive design to clients. Stop making sta
 tic photoshop comps and learn a more contemporary, agile workflow today.','Responsive Agile Wordpress Workflow (RAWW) ','','publish','closed','closed','','responsive-agile-wordpress-workflow-raww','','','2014-05-20 17:49:22','2014-05-20 17:49:22','',0,'http://2014.seattle.wordcamp.org/?post_type=wcb_session&#038;p=807647',0,'wcb_session','',0),(807708,1,'2014-05-22 00:22:21','2014-05-22 00:22:21','Jennifer Bourn is the Creative Director and Digital Strategist for Bourn Creative, a full service design company based in Sacramento, California that specializes in custom, lead generation WordPress sites. As a Genesis recommended developer, Bourn Creative works with clients around the globe on on branding, website strategy, web design, WordPress, as well as a wide range of graphic design projects. The company also provides consulting on blogging for business, content marketing, and online marketing.\n\nWith more than 15 years in the design trenches, and 9 years as co-owner of Bourn Cr
 eative (with her husband Brian Bourn), Jennifer is an award-winning designer with a penchant for writing, marketing, chocolate, and Legos (yes, Legos not logos). She built her first WordPress site in 2008, fell in love with giving clients the ability to make their own content revisions, and went all in with WordPress pretty much the same day. Now with more than 300 custom WordPress sites under the belt at Bourn Creative, Jennifer now shares her expertise and lessons learned as a dynamic speaker and avid blogger.','Jennifer Bourn','','publish','closed','closed','','jennifer-bourn','','','2014-05-22 00:22:21','2014-05-22 00:22:21','',0,'http://2014.seattle.wordcamp.org/?post_type=wcb_speaker&#038;p=807708',0,'wcb_speaker','',0),(807727,1,'2014-05-22 04:44:31','2014-05-22 04:44:31','This will be an informal opportunity to hang out and meet your fellow WordCampers.','Zero Hour Networking','','publish','closed','closed','','zero-hour-networking','','','2014-05-22 04:44:31','2014-05-2
 2 04:44:31','',0,'http://2014.seattle.wordcamp.org/?post_type=wcb_session&#038;p=807727',0,'wcb_session','',0),(807796,1,'2014-05-24 20:17:17','2014-05-24 20:17:17','<a title=\"InMotion Hosting\" href=\"http://inmotionhosting.com\"><img class=\"alignnone size-medium wp-image-807797\" src=\"http://2014.seattle.wordcamp.test/wp-content/uploads/sites/22/2014/05/InMotion600x198-300x99.png\" alt=\"InMotion Hosting\" width=\"300\" height=\"99\" /></a>\n\n\"Founded in 2001, <a href=\"http://www.inmotionhosting.com/\">InMotion Hosting</a> is one of the premier providers of web hosting worldwide, with a consistent record of award-winning customer satisfaction.Our 24/7/365 proactive customer service, along with our proprietary back-end technology and hardware configuration are just the beginning.\n\nWe love WordPress! We have experts on-staff to answer difficult questions,
  provide a variety of tools and technologies geared toward WordPress users, and an extensive WordPress Education Channel.\n\nOur scalable product offering, from Shared, VPS, Reseller, Dedicated or Commercial Class servers and an industry leading 90-day money back guarantee makes InMotion Hosting the best option for your site!  Learn more about the company at inmotionhosting.com.\"','InMotion Hosting','','publish','closed','closed','','inmotion-hosting','','','2014-05-24 20:17:17','2014-05-24 20:17:17','',0,'http://2014.seattle.wordcamp.org/?post_type=wcb_sponsor&#038;p=807796',0,'wcb_sponsor','',0),(807879,1,'2014-05-28 21:12:09','2014-05-28 21:12:09','','Alex Bean','','publish','closed','closed','','alex-bean','','','2014-05-28 21:12:09','2014-05-28 21:12:09','',0,'http://2014.seattle.wordcamp.org/?post_type=wcb_speaker&#038;p=807879',0,'wcb_speaker','',0),(807895,1,'2014-05-29 16:43:16','2014-05-29 16:43:16','The after-party will take place in Mary Gates Commons on 
 UW\'s campus, close to the HUB.','After-Party!','','publish','closed','closed','','after-party','','','2014-05-29 16:43:16','2014-05-29 16:43:16','',0,'http://2014.seattle.wordcamp.org/?post_type=wcb_session&#038;p=807895',0,'wcb_session','',0),(807900,1,'2014-05-30 16:29:53','2014-05-30 16:29:53','We\'ll be <a title=\"Livestreaming WordCamp Seattle\" href=\"http://2014.seattle.wordcamp.org/2014/05/02/livestreaming-wordcamp-seattle/\">live streaming WordCamp Seattle for free this year</a>, so visit this page on Saturday, June 28th to watch.\n\nIn the meantime, it\'d be a good idea to <a href=\"http://2014.seattle.wordcamp.org/live-stream/live-stream-attendee-test/\">test out your computer</a> to make sure you won\'t have any problems when you go to watch on the 28th.','Live Stream','','publish','closed','closed','','live-stream','','','2014-05-30 16:29:53','2014-05-30 16:29:53','',0,'http://2014.seattle.wordcamp.org/?page_
 id=807900',0,'page','',0),(807901,1,'2014-06-18 09:00:46','2014-06-18 16:00:46','Any time a WordCamp live-streams their event, there are always a few people who have trouble accessing it due to technical problems. These almost always end up being caused by the person\'s computer rather than the live stream itself, so it\'s a good idea test out your computer ahead of time, which you can do by <a title=\"Live Stream Attendee Test\" href=\"http://2014.seattle.wordcamp.org/live-stream/live-stream-attendee-test/\">visiting our testing page</a>.','Make Sure You&#039;re Ready for the Live Stream','','publish','open','open','','make-sure-youre-ready-for-the-live-stream','','','2014-06-18 09:00:46','2014-06-18 16:00:46','',0,'http://2014.seattle.wordcamp.org/?p=807901',0,'post','',0),(807902,1,'2014-05-30 16:30:08','2014-05-30 16:30:08','The embedded video below is similar to how we\'ll be live streaming WordCamp Seattle this year. If you\'re able to play
  it, then you shouldn\'t have any problems watching when we start broadcasting on the 28th.\n\nIf you\'re having trouble viewing it, try using a different computer or network. If that doesn\'t work, <a title=\"Contact\" href=\"http://2014.seattle.wordcamp.org/contact/\">contact us</a> and we\'ll try to help.\n\n[livestream url=\"http://new.livestream.com/accounts/840054/events/2143755/feed_embed?width=480&amp;height=900\" width=\"480\" height=\"900\"]','Live Stream Attendee Test','','publish','closed','closed','','live-stream-attendee-test','','','2014-05-30 16:30:08','2014-05-30 16:30:08','',807900,'http://2014.seattle.wordcamp.org/?page_id=807902',0,'page','',0),(807957,1,'2014-06-02 07:52:18','2014-06-02 14:52:18','<img src=\"http://2014.seattle.wordcamp.test/wp-content/uploads/sites/22/2014/06/wcsea-pillar-sponsors.jpg\" alt=\"wcsea-pillar-sponsors\" width=\"800\" height=\"300
 \" class=\"aligncenter size-full wp-image-807963\" />\n\nWe want to thank these sponsors for stepping up and helping WordCamp Seattle be a success. As you know, our WordCamp would not happen if not for them.\n<strong>\nThis years Pillar sponsors.</strong>\n\n<a href=\"http://2014.seattle.wordcamp.test/wp-content/uploads/sites/22/2014/05/BlueHost600x198.png\"><img src=\"http://2014.seattle.wordcamp.test/wp-content/uploads/sites/22/2014/05/BlueHost600x198.png\" alt=\"BlueHost600x198\" width=\"600\" height=\"198\" class=\"aligncenter size-full wp-image-807149\" /></a>\n\nBluehost has been a WordPress partner since 2005 and powers over one million WordPress sites. Their goal is to provide outstanding hosting services and customer support for the best possible price. Bluehost is also constantly innovating and upgrading their services and infrastructure at no additional cost to thei
 r customers. Join the millions of other website owners that have already chosen Bluehost and see how they can help you with your site.\n\nYou can learn more about Bluehost by <a href=\"http://www.bluehost.com/\" title=\"Bluehost\">visiting their site</a> or follow them on <a href=\"https://twitter.com/bluehost\" title=\"Bluehost on Twitter\">Twitter</a>.\n\n<a href=\"http://2014.seattle.wordcamp.test/wp-content/uploads/sites/22/2014/05/MediaTemple600x198.png\"><img src=\"http://2014.seattle.wordcamp.test/wp-content/uploads/sites/22/2014/05/MediaTemple600x198.png\" alt=\"MediaTemple600x198\" width=\"600\" height=\"198\" class=\"aligncenter size-full wp-image-807153\" /></a>\n\nFrom its inception in 1998, (mt) Media Temple has been on a mission to help people and businesses succeed online.\n\nOver 125,000 customers in 100 countries now rely on M
 edia Temple’s tools for domain registration, web hosting, business applications, virtual servers, and other cloud services to power more than 1.5 million websites. With 200 dedicated, U.S.-based employees, Media Temple takes pride in our 24/7 customer support. Our customers range from everyday people to top bloggers, creative professionals, and small businesses, as well as large enterprises like Starbucks, Adidas, Samsung, and Toyota.\n\nYou can learn more about Media Temple by <a href=\"http://mediatemple.com/\" title=\"Media Temple\">visiting their site</a> or follow them on <a href=\"https://twitter.com/mediatemple/\" title=\"Media Temple on Twitter\">Twitter</a>.\n\n<a href=\"http://2014.seattle.wordcamp.test/wp-content/uploads/sites/22/2014/05/WiredTree600x198.png\"><img src=\"http://2014.seattle.wordcamp.test/wp-content/uploads/sites/22/2014/05/WiredTree600x198.png\" alt=\"Wired
 Tree600x198\" width=\"600\" height=\"198\" class=\"aligncenter size-full wp-image-807156\" /></a>\n\nWiredTree provides Managed VPS and Managed Dedicated Servers to WordPress users worldwide from our Chicago-based data center and offices. Every WT server is backed by 24×7 telephone support, ticket support with 15 minute average response times, and is fully managed and monitored by WiredTree to maximize uptime and minimize frustration. All servers come ready-to-run with cPanel/WHM and are optimized and security hardened with firewall and anti-spam out of the box. With experience in SSD technology, MariaDB, Memcached, WordPress plugins, server optimization, and LiteSpeed Web server, WiredTree can take your site’s performance to the next level.\n\nYou can learn more about WiredTree by <a href=\"https://www.wiredtree.com/\" title=\"WiredTree\">visiting their site</a> or follow them on <a href=\"https:
 //twitter.com/wiredtree/\" title=\"WiredTree on Twitter\">Twitter</a>.','Thanks To Our Pillar Sponsors!','','publish','open','open','','thanks-to-our-pillar-sponsors','','','2014-06-02 07:52:18','2014-06-02 14:52:18','',0,'http://2014.seattle.wordcamp.org/?p=807957',0,'post','',0),(807980,1,'2014-06-03 08:00:48','2014-06-03 15:00:48','','What&#039;s your Twitter username?','','publish','open','open','','whats-your-twitter-username','','','2014-06-03 08:00:48','2014-06-03 15:00:48','',0,'http://2014.seattle.wordcamp.org/tix_question/whats-your-twitter-username/',0,'tix_question','',0),(807991,1,'2014-06-03 17:10:49','2014-06-04 00:10:49','<a href=\"http://2014.seattle.wordcamp.test/wp-content/uploads/sites/22/2014/06/css-igniter.png\"><img src=\"http://2014.seattle.wordcamp.test/wp-content/uploads/sites/22/2014/06/css-igniter-300x99.png\" alt=\"css-igniter\" width=\"300\" height=\"99\" class=\&quot
 ;alignnone size-medium wp-image-807992\" /></a>\n<a href=\"http://cssigniter.com\">CSSIgniter</a> is a small team of designers &amp; WordPress developers based in Greece. We provide beautiful WordPress themes to small web design / development agencies, freelancers and small business owners around the world. We make sure that there aren’t any confusing part in our themes so users can concentrate on what really matters, their content. People love us for our technical support too.','CSS Igniter','','publish','closed','closed','','css-igniter','','','2014-06-03 17:10:49','2014-06-04 00:10:49','',0,'http://2014.seattle.wordcamp.org/?post_type=wcb_sponsor&#038;p=807991',0,'wcb_sponsor','',0),(807998,1,'2014-06-03 20:30:18','2014-06-04 03:30:18','','Paul Clark','','publish','closed','closed','','paul-clark','','','2014-06-03 20:30:18','2014-06-04 03:30:18','',0,'http://2014.seattle.wordcamp.org/?post_type=wcb_speaker&#038;p=807998',0,'wcb_s
 peaker','',0),(808000,1,'2014-06-03 20:31:11','2014-06-04 03:31:11','I recently worked on a project that had required all these \"enterprise\" type requirements all at once: 200,000 to 1,000,000 posts 2,000 categories Geolocation Instant search by intersecting taxonomies or fuzzy text search Basically, it was a directory of learning resources, categorized by thousands of world languages, countries, and publishers. While making it, I ran into a lot of gotchas when it comes to scaling WordPress. For example: • When you have thousands of terms in a taxonomy, it crashes the admin. • When you do fuzzy search on a quarter million posts, it times out or crashes the server. • When you don\'t find way to render and serve complex data to web site visitors within a second or so, people start to leave. This would pretty much be a case study walking through various high-scale / high-traffic problems and suggested solutions.','Case Study: Performance, Scale, and WordPress ','','pu
 blish','closed','closed','','case-study-performance-scale-and-wordpress','','','2014-06-03 20:31:11','2014-06-04 03:31:11','',0,'http://2014.seattle.wordcamp.org/?post_type=wcb_session&#038;p=808000',0,'wcb_session','',0),(808006,1,'2014-06-06 05:35:47','2014-06-06 05:35:47','','Home','','publish','open','open','','home','','','2014-12-06 21:27:42','2014-12-06 21:27:42','',0,'http://2014.seattle.wordcamp.test/2014/06/06/home/',2,'nav_menu_item','',0),(808009,1,'2013-10-29 18:59:40','2013-10-29 18:59:40','<img class=\"alignnone size-full wp-image-271697\" alt=\"hub_sw_entrance\" src=\"http://2014.seattle.wordcamp.test/wp-content/uploads/sites/22/2013/10/hub_sw_entrance.jpg\" width=\"610\" height=\"240\" />\n\nThis year\'s event is being held at the Husky Union Building Building (HUB) on the University of Washington\'s campus, just north of downtown Seattle Washington. The HUB offers an incredible venue that allows WordCamp S
 eattle to accommodate more attendees than any previous  year. See the <a href=\"http://www.washington.edu/maps/\">Interactive map</a>.\n\n4001 Stevens Way NE,\nHUB 204L,\nSeattle, WA ‎\n\nYou can learn more about the venue on <a href=\"http://hub.washington.edu/\" target=\"_blank\">the HUB website</a>, or by browsing the map we\'ve embedded below, which maps the venue and nearby hotels.\n\n[googlemaps https://maps.google.com/maps/ms?msa=0&amp;msid=206032822274375290264.0004d7c11d008a9c8d2c8&amp;gl=us&amp;ie=UTF8&amp;t=m&amp;ll=47.65978,-122.309418&amp;spn=0.017343,0.008497&amp;z=14&amp;output=embed&amp;w=100%&amp;h=300]\n<h1>Getting to the HUB</h1>\nDirections are <a title=\"Directions to the HUB\" href=\"http://depts.washington.edu/thehub/home/directions/\">available on the HUB\'s website</a>, and you can also <a href=\"http://maps.g
 oogle.com/maps?q=Husky+Union+Building&amp;hl=en&amp;ll=47.655495,-122.305148&amp;spn=0.005897,0.009291&amp;sll=37.6,-95.665&amp;sspn=55.75985,76.113281&amp;hq=Husky+Union+Building&amp;t=m&amp;z=17&amp;iwloc=A\" target=\"_blank\">view the HUB on Google Maps</a>. We\'ve outlined several public and private transportation options below.\n<h2>Bus Service to the HUB</h2>\n<a href=\"http://2013.seattle.wordcamp.org/files/2013/03/bus_routes-e1370464234644.jpg\"><img class=\"alignleft size-medium wp-image-1881\" alt=\"bus_routes\" src=\"http://2013.seattle.wordcamp.org/files/2013/03/bus_routes-e1370464234644-225x300.jpg\" width=\"225\" height=\"300\" /></a>\nWhen using <a href=\"http://metro.kingcounty.gov/\" target=\"_blank\">Metro Transit</a>, please use \"UNIVERSITY OF WASHINGTON HUB\" as the destina
 tion. There are a number of <a href=\"http://metro.kingcounty.gov/tops/bus/neighborhoods/university_district.html\" target=\"_blank\">University District Bus Routes</a> that stop at the Husky Union Building. See also <a href=\"http://www.washington.edu/facilities/transportation/commuterservices/bus-train\">UW Commuter Services</a>.\n<ul>\n      <li>Route <a href=\"http://metro.kingcounty.gov/tops/bus/schedules/s025_0_.html\">25</a></li>\n       <li>Route <a href=\"http://metro.kingcounty.gov/tops/bus/schedules/s373_0_.html\">373</a></li>\n      <li>Route <a href=\"http://metro.kingcounty.gov/tops/bus/schedules/s031_0_.html\">31</a></li>\n       <li>Route <a href=\"http://www.soundtransit.org/Schedules/ST-Express-Bus/540\">540</a></li>\n <li>Route <a href=\"http://metro.kingcounty.gov/tops/bus/sched
 ules/s032_0_.html\">32</a></li>\n  <li>Route <a href=\"http://metro.kingcounty.gov/tops/bus/schedules/s067_0_.html\">67</a></li>\n       <li>Route <a href=\"http://metro.kingcounty.gov/tops/bus/schedules/s205_0_.html\">205</a></li>\n      <li>Route <a href=\"http://metro.kingcounty.gov/tops/bus/schedules/s277_0_.html\">277</a></li>\n</ul>\n&nbsp;\n<h2>UBER</h2>\n<img class=\"alignleft size-full wp-image-1747\" alt=\"uber\" src=\"http://2013.seattle.wordcamp.org/files/2013/03/uber.png\" width=\"216\" height=\"82\" />\n<a href=\"https://www.uber.com/\" target=\"_blank\">Uber</a> is an on-demand car service you can call straight from you iPhone, anywhere, anytime. They have flat airport specials to downtown, and are available almost anytime, anywhere around Seattle. Dow
 nload the app on your iPhone or smart phone.\n<h2>Biking</h2>\nThe University of Washington is located right on the Burke-Gilman Trail which stretches from Ballard to Marymoor Park in Redmond, WA. There are bike lockers right next to the HUB to secure your bike.\n<h2>Walking</h2>\nIf you are staying nearby, walking to the campus is a great option, however please allow adequate time to find the building.\n<h1>Parking near the HUB</h1>\nIf you plan to park on campus, parking passes must be purchased when you get to campus. Parking is only $5 for the whole day, which can be purchased at the gate when you enter the parking garage. The <a href=\"http://www.washington.edu/facilities/transportation/commuterservices/files/Map_V3.0.pdf\">Central Parking Garage</a> located beneath <a href=\"http://en.wikipedia.org/wiki/Red_Square_%28University_of_Washington%29\">Red Square</a> has been assigned to WordCamp attende
 es. After parking, come up to Red Square and WordCamp volunteers will help guide you to the HUB.\n\nTo get to the Central Plaza Garage from I-5 (Point A, below), take the NE 45th Street exit (#169). Turn East onto NE 45th Street. Continue East about one quarter of a mile to 15th Avenue NE and turn right. Head South on 15th Avenue three blocks to NE 41st Street. Turn left at Gate #1 into the Central Plaza Garage (Point B, below). Stop at the gatehouse inside the garage for directions and a parking permit.\n<ul>\n    <li>$5 for all day parking in the Central Plaza Garage which is a 1 block walk away from the HUB Ballroom.</li>\n   <li>$5 with a disability permit in Lot N22 which is right next to the HUB Ballroom which is equipped with ramps and elevators. <a href=\"https://www.washington.edu/facilities/transportation/commuterservices/parking/disability\" target=\"_blank\">Contact UW</a> or talk to the gate attendant when you arrive.&l
 t;/li>\n</ul>\n<a href=\"http://2013.seattle.wordcamp.org/files/2013/03/I-5_to_central_garage.jpg\"><img class=\"size-medium wp-image-1882\" alt=\"NE 45th St to Skagit Ln - G...\" src=\"http://2013.seattle.wordcamp.org/files/2013/03/I-5_to_central_garage-300x296.jpg\" width=\"300\" height=\"296\" /></a>\n\nParking is NOT allowed on the brick pavers or pathways that surround the HUB along the north, south or west sides. Additionally, HUB staff do not make parking arrangements and cannot resolve parking citations for customers.','Location','','publish','open','open','','location-2','','','2013-10-29 18:59:40','2013-10-29 18:59:40','',0,'http://2014.seattle.wordcamp.org/location/',0,'page','',0),(808012,1,'2014-05-16 16:34:09','2014-05-16 16:34:09','<h1>Saturday, June 28</h1>\n[schedule date=\"2014-06-28\"]\n\n&nbsp;\n<h1>Sunday, June 29</h1>\n<a href=\"h
 ttp://2014.seattle.wordcamp.org/contributor-day-sunday-june-29th/\">Contributor Day</a>! <strong>Important note:</strong> This is at a different venue than Saturday.\n\n[schedule date=\"2014-06-29\"]','Schedule','','publish','closed','closed','','schedule-2','','','2014-05-16 16:34:09','2014-05-16 16:34:09','',0,'http://2014.seattle.wordcamp.org/?page_id=1',0,'page','',0),(808013,1,'2014-05-06 20:19:05','2014-05-06 20:19:05','[speakers]','Speakers','','publish','open','open','','speakers','','','2014-05-06 20:19:05','2014-05-06 20:19:05','',271692,'http://2014.seattle.wordcamp.org/?page_id=2',0,'page','',0),(808014,1,'2014-05-06 20:19:33','2014-05-06 20:19:33','[sessions show_meta=\"true\" speaker_link=\"anchor\"]\n\n[speakers]','Sessions','','publish','closed','closed','','sessions','','','2014-05-06 20:19:33','2014-05-06 20:19:33','',271692,'http://2014.seattle.wordcamp.org/?page_id=3',0,'page','',0),(808015,1,'2014-01-02 23:
 05:55','2014-01-02 23:05:55','<strong><span style=\"line-height: 1.714285714;font-size: 1rem\">Along with support from the <a href=\"http://wordpressfoundation.org/\" target=\"_blank\">WordPress Foundation</a>, the group below is working with the Seattle community to make WordCamp Seattle 2014 a reality.</span></strong>\n\n<span style=\"line-height: 1.714285714;font-size: 1rem\">[organizers]</span>','Organizers','','publish','closed','closed','','organizers-2','','','2014-01-02 23:05:55','2014-01-02 23:05:55','',0,'http://2014.seattle.wordcamp.org/?page_id=6',0,'page','',0),(808016,1,'2014-04-28 19:26:32','2014-04-28 19:26:32','Get your tickets for Saturday WordCamp Seattle!  Volunteers can attend WordCamp for free - <a title=\"Volunteer\" href=\"http://2014.seattle.wordcamp.org/volunteer/\">sign up to volunteer</a>!\n\nNeed <strong>childcare</strong>?
   Go to the <a title=\"Register for Child Care\" href=\"http://2014.seattle.wordcamp.org/register-for-child-care/\" target=\"_blank\">child care registration</a> page.\n\nWant more information about <strong>Contributor Day</strong> on Sunday?  <a title=\"Contributor Day — Sunday June 29th\" href=\"http://2014.seattle.wordcamp.org/contributor-day-sunday-june-29th/\" target=\"_blank\">Here you go</a>!\n\n[camptix]','Tickets','','publish','closed','closed','','tickets','','','2014-06-06 05:40:04','2014-06-06 05:40:04','',0,'http://2014.seattle.wordcamp.org/?page_id=7',0,'page','',4),(808017,1,'2014-05-16 16:29:45','2014-05-16 16:29:45','[camptix_attendees columns=\"3\"]','Attendees','','publish','open','open','','attendees','','','2014-05-16 16:29:45','2014-05-16 16:29:45','',0,'http://2014.seattle.wordcamp.org/?page_id=8',0,'page','',3),(808018,1,'2014-01-04 21:32:22','2014-01
 -04 21:32:22','<span style=\"line-height: 1.714285714;font-size: 1rem\"><i><strong>Questions about WordCamp Seattle 2014?</strong> </i></span><span><i><span style=\"font-size: 1rem;line-height: 1.714285714\">Do you have a special dietary requirement OR disability that you\'d like </span>accommodated<span style=\"font-size: 1rem;line-height: 1.714285714\"> for this year\'s event? </span></i></span>\n\n<span style=\"line-height: 1.714285714;font-size: 1rem\">We want to hear from you! Please fill out the form below and we\'ll follow up with you right away! </span>\n\n<span style=\"line-height: 1.714285714;font-size: 1rem\">[contact-form to=\'seattle@wordcamp.org\' subject=\'WordCamp Contact Request\'][contact-field label=\'Name\' type=\'name\' required=\'1\'/][contact-field label=\'Email\' type=\'email\' required=\'1\'/][contact-fie
 ld label=\'Message\' type=\'textarea\' required=\'1\'/][/contact-form]</span>','Contact','','publish','closed','closed','','contact-2','','','2014-01-04 21:32:22','2014-01-04 21:32:22','',0,'http://2014.seattle.wordcamp.org/?page_id=11',0,'page','',0),(808019,1,'2014-02-22 20:34:06','2014-02-22 20:34:06','<span style=\"line-height: 1.714285714;font-size: 1rem\">[tagregator hashtag=\"#wcsea\"]</span>','Social Media Stream','','publish','closed','closed','','social-media-stream-2','','','2014-02-22 20:34:06','2014-02-22 20:34:06','',0,'http://2014.seattle.wordcamp.org/?page_id=12',0,'page','',0),(808020,1,'2013-10-29 18:59:40','2013-10-29 18:59:40','Hang in there! This WordCamp site is in early planning. Check back soon for more information.','Welcome to WordCamp Seattle','','publish','open','open','','welcome-to-wordcamp-seattle','','','2013-10-29 18:59:40','2013-10-29 18:59:40','',0,'http://2014.seattle.wordcamp.org/2013/10/29/welcome-to-wordcam
 p-seattle/',0,'post','',0),(808024,1,'2014-06-04 09:48:28','2014-06-04 16:48:28','','Contribute, work, hack, learn, hang out etc. in team groups.','','publish','closed','closed','','contribute-work-hack-learn-hang-out-etc-in-team-groups','','','2014-06-04 09:48:28','2014-06-04 16:48:28','',0,'http://2014.seattle.wordcamp.org/?post_type=wcb_session&#038;p=808024',0,'wcb_session','',0),(808025,1,'2014-06-04 09:47:42','2014-06-04 16:47:42','','Hear quick pitches from various teams. Then divide into groups for further orientation.','','publish','closed','closed','','hear-quick-pitches-from-various-teams-then-divide-into-groups-for-further-orientation','','','2014-06-04 09:47:42','2014-06-04 16:47:42','',0,'http://2014.seattle.wordcamp.org/?post_type=wcb_session&#038;p=808025',0,'wcb_session','',0),(808026,1,'2014-06-04 09:47:19','2014-06-04 16:47:19','','Introduction: Contributing to WordPress','','publish','closed','closed','','introduction-contributing-to-wordpress','','','201
 4-06-04 09:47:19','2014-06-04 16:47:19','',0,'http://2014.seattle.wordcamp.org/?post_type=wcb_session&#038;p=808026',0,'wcb_session','',0),(808034,1,'2014-06-04 09:51:58','2014-06-04 16:51:58','','Contribute, work, hack, learn, hang out etc. in team groups.','','publish','closed','closed','','contribute-work-hack-learn-hang-out-etc-in-team-groups-2','','','2014-06-04 09:51:58','2014-06-04 16:51:58','',0,'http://2014.seattle.wordcamp.org/?post_type=wcb_session&#038;p=808034',0,'wcb_session','',0),(808043,1,'2014-06-04 10:48:57','2014-06-04 17:48:57','Claudia D. Smith, Principal at CSConsulting and Professional Career Manager, offers Business Consulting and Career Coaching Resources for businesses and individuals. She is available for public speaking events featuring the \"nuts and bolts\" of running a business, marketing or managing your career and interactive skill building workshops.\n\nShe represents Target Public Marketing as the Director of the Northwest Region
  developing business and establishing a client base in the Pacific Northwest Market.\n\nShe is adept at practical business solutions &amp; is an intuitive career coach specializing in Career Discovery &amp; Transition for professionals &amp; students, Job Search Preparation, Branding - Resume, Cover Letter, LinkedIn Profile, Elevator Pitch, Personal Story for Interviewing &amp; Networking, Strategic Networking Training, Interview &amp; Negotiation Training &amp; Drills, Accountability Coaching as well as Professional Development for Individuals &amp; Entrepreneurs.','Claudia Smith','','publish','closed','closed','','claudia-smith','','','2014-06-04 10:48:57','2014-06-04 17:48:57','',0,'http://2014.seattle.wordcamp.org/?post_type=wcb_speaker&#038;p=808043',0,'wcb_speaker','',0),(808070,1,'2014-06-05 20:19:11','2014-06-06 03:19:11','','Sonja Leix','','publish','closed','closed','','sonja-leix','','','2014-06-05 20:19:11','2014-06-06 03:19:11','',0,'http
 ://2014.seattle.wordcamp.org/?post_type=wcb_speaker&#038;p=808070',0,'wcb_speaker','',0),(808072,1,'2014-06-05 20:20:48','2014-06-06 03:20:48','','Build better WordPress Sites - release your UX mojo ','','publish','closed','closed','','build-better-wordpress-sites-release-your-ux-mojo','','','2014-06-05 20:20:48','2014-06-06 03:20:48','',0,'http://2014.seattle.wordcamp.org/?post_type=wcb_session&#038;p=808072',0,'wcb_session','',0),(808079,1,'2014-06-04 09:45:50','2014-06-04 16:45:50','','Gather, register, coffee, welcome','','publish','closed','closed','','gather-register-coffee-welcome','','','2014-06-04 09:45:50','2014-06-04 16:45:50','',0,'http://2014.seattle.wordcamp.org/?post_type=wcb_session&#038;p=808020',0,'wcb_session','',0),(808080,1,'2014-06-04 09:49:41','2014-06-04 16:49:41','','Close. Go get a beverage with your new friends.','','publish','closed','closed','','close-go-get-a-beverage-with-your-new-friends','','','2014-06-04 09:49:41','2014-06-04 16:49:41','
 ',0,'http://2014.seattle.wordcamp.org/?post_type=wcb_session&#038;p=808022',0,'wcb_session','',0),(808081,1,'2014-06-04 09:48:58','2014-06-04 16:48:58','','FREE LUNCH!','','publish','closed','closed','','808023','','','2014-06-04 09:48:58','2014-06-04 16:48:58','',0,'http://2014.seattle.wordcamp.org/?post_type=wcb_session&#038;p=808023',0,'wcb_session','',0),(808084,1,'2014-06-06 05:38:14','2014-06-06 05:38:14',' ','','','publish','open','open','','808084','','','2014-12-06 21:27:42','2014-12-06 21:27:42','',0,'http://2014.seattle.wordcamp.test/2014/06/06/808084/',15,'nav_menu_item','',0),(808091,1,'2014-06-06 05:38:14','2014-06-06 05:38:14',' ','','','publish','open','open','','808091','','','2014-12-06 21:27:42','2014-12-06 21:27:42','',808009,'http://2014.seattle.wordcamp.test/2014/06/06/808091/',16,'nav_menu_item','',0),(808104,1,'2014-06-06 05:38:26','2014-06-06 05:38:26','','JUNE 28 - 29, 2014 • Seattle, WA','','publish','open','open','','june-28-29-2014-%e2%80%a2-se
 attle-wa-2','','','2014-12-06 21:27:42','2014-12-06 21:27:42','',0,'http://2014.seattle.wordcamp.test/2014/06/06/june-28-29-2014-%e2%80%a2-seattle-wa-2/',1,'nav_menu_item','',0),(808664,1,'2014-06-06 05:40:04','2014-06-06 05:40:04',' ','','','publish','open','open','','808664','','','2014-12-06 21:27:42','2014-12-06 21:27:42','',0,'http://2014.seattle.wordcamp.test/2014/06/06/808664/',3,'nav_menu_item','',0),(808665,1,'2014-06-06 05:40:04','2014-06-06 05:40:04',' ','','','publish','open','open','','808665','','','2014-12-06 21:27:42','2014-12-06 21:27:42','',0,'http://2014.seattle.wordcamp.test/2014/06/06/808665/',14,'nav_menu_item','',0),(808667,1,'2014-06-06 05:40:04','2014-06-06 05:40:04',' ','','','publish','open','open','','808667','','','2014-12-06 21:27:42','2014-12-06 21:27:42','',0,'http://2014.seattle.wordcamp.test/2014/06/06/808667/',19,'nav_menu_item','',0),(808668,1,'2014-06-06 05:40:04','2014-06-06 05:40:04',' ','','','publish','open','open','','808668','','','2014-12-
 06 21:27:42','2014-12-06 21:27:42','',0,'http://2014.seattle.wordcamp.test/2014/06/06/808668/',11,'nav_menu_item','',0),(808669,1,'2014-06-06 05:40:04','2014-06-06 05:40:04',' ','','','publish','open','open','','808669','','','2014-12-06 21:27:42','2014-12-06 21:27:42','',0,'http://2014.seattle.wordcamp.test/2014/06/06/808669/',8,'nav_menu_item','',0),(808670,1,'2014-06-06 05:40:04','2014-06-06 05:40:04',' ','','','publish','open','open','','808670','','','2014-12-06 21:27:42','2014-12-06 21:27:42','',0,'http://2014.seattle.wordcamp.test/2014/06/06/808670/',9,'nav_menu_item','',0),(808671,1,'2014-06-06 05:40:04','2014-06-06 05:40:04',' ','','','publish','open','open','','808671','','','2014-12-06 21:27:42','2014-12-06 21:27:42','',0,'http://2014.seattle.wordcamp.test/2014/06/06/808671/',12,'nav_menu_item','',0),(808672,1,'2014-06-06 05:40:04','2014-06-06 05:40:04',' ','','','publish','open','open','','808672','','','2014-12-06 21:27:42','2014-12-06 21:27:42','',0,'http://2014.seattl
 e.wordcamp.test/2014/06/06/808672/',13,'nav_menu_item','',0),(808674,1,'2014-06-06 05:40:04','2014-06-06 05:40:04',' ','','','publish','open','open','','808674','','','2014-12-06 21:27:42','2014-12-06 21:27:42','',0,'http://2014.seattle.wordcamp.test/2014/06/06/808674/',20,'nav_menu_item','',0),(808675,1,'2014-06-06 05:40:04','2014-06-06 05:40:04',' ','','','publish','open','open','','808675','','','2014-12-06 21:27:42','2014-12-06 21:27:42','',271692,'http://2014.seattle.wordcamp.test/2014/06/06/808675/',5,'nav_menu_item','',0),(808676,1,'2014-06-06 05:40:04','2014-06-06 05:40:04',' ','','','publish','open','open','','808676','','','2014-12-06 21:27:42','2014-12-06 21:27:42','',271692,'http://2014.seattle.wordcamp.test/2014/06/06/808676/',6,'nav_menu_item','',0),(808677,1,'2014-06-06 05:40:04','2014-06-06 05:40:04',' ','','','publish','open','open','','808677','','','2014-12-06 21:27:42','2014-12-06 21:27:42','',0,'http://2014.seattle.wordcamp.test/2014/06/06/808677/',21,'nav_menu_
 item','',0),(808678,1,'2014-06-06 05:40:04','2014-06-06 05:40:04',' ','','','publish','open','open','','808678','','','2014-12-06 21:27:42','2014-12-06 21:27:42','',271692,'http://2014.seattle.wordcamp.test/2014/06/06/808678/',10,'nav_menu_item','',0),(808679,1,'2014-06-06 05:40:04','2014-06-06 05:40:04','','Contributor Day','','publish','open','open','','contributor-day-2','','','2014-12-06 21:27:42','2014-12-06 21:27:42','',0,'http://2014.seattle.wordcamp.test/2014/06/06/contributor-day-2/',7,'nav_menu_item','',0),(808680,1,'2014-06-06 05:40:04','2014-06-06 05:40:04',' ','','','publish','open','open','','808680','','','2014-12-06 21:27:42','2014-12-06 21:27:42','',0,'http://2014.seattle.wordcamp.test/2014/06/06/808680/',22,'nav_menu_item','',0),(808681,1,'2014-06-06 05:40:04','2014-06-06 05:40:04',' ','','','publish','open','open','','808681','','','2014-12-06 21:27:42','2014-12-06 21:27:42','',0,'http://2014.seattle.wordcamp.test/2014/06/06/808681/',4,'nav_menu_item','',0),(80868
 2,1,'2014-06-06 05:40:04','2014-06-06 05:40:04',' ','','','publish','open','open','','808682','','','2014-12-06 21:27:42','2014-12-06 21:27:42','',0,'http://2014.seattle.wordcamp.test/2014/06/06/808682/',17,'nav_menu_item','',0),(808683,1,'2014-06-06 05:40:04','2014-06-06 05:40:04',' ','','','publish','open','open','','808683','','','2014-12-06 21:27:42','2014-12-06 21:27:42','',807900,'http://2014.seattle.wordcamp.test/2014/06/06/808683/',18,'nav_menu_item','',0),(808703,1,'2014-06-21 20:15:31','2014-06-21 20:15:31','/*\nCustom stylesheet for WordCamp Seattle 2013\n*/\n/* global */\na {\n   color: #006cfc;\n       text-decoration: none;\n}\n\na:hover {\n        color: #006cfc;\n       text-decoration: underline;\n}\n\n.entry-content a:visited, .comment-content a:visited {\n      color: #006cfc;\n}\n\n.button {\n       display: inline-block;\n        padding: 8px 26px;\n    border: 2px solid #006cfc;\n    width: auto;\n  border-radius: 5px;\n   margin: 17px 0;\n       font-size: 15px;\n      font-weight: bold;\n    color: #006cfc;\n       text-decor
 ation: none;\n}\n\n.button:hover, .button:visited:hover {\n    text-decoration: none;\n        color: #fff;\n  background-color: #006cfc;\n}\n\n/* header */\n.site-title, .site-description {\n       display: none;\n}\n\n/* Layout */\n.body {\n    background-color: #fff;\n}\n\n.site {\n background: none;\n     margin: 0 0 50px;\n     max-width: 100%;\n      min-width: 250px;\n     padding: 0 30px;\n}\n\n.site-header {\n padding: 0;\n}\n\n#main {\n     background-color: #fff;\n       border-radius: 5px;\n   box-shadow: 0 1px 5px #ccc;\n   margin: 315px auto 0;\n max-width: 1030px;\n    overflow: visible;\n    position: relative;\n   padding-top: 15px;\n}\n\n#primary {\n   padding: 0 4%;\n}\n\nbody.single-attachment .site-content,\nbody.full-width .site-content {\n   width: auto;\n}\n\n#colophon {\n        border: none;\n margin: 0 auto;\n       max-width: 1030px;\n    text-align: center;\n}\n\n/* Primary Menu */\n.site-header {\n  background-color: none;\n       padding: 0;\n}\n\n.main-navigation {\n  margin: 0 auto;\n       text-align: center;\n   max-width: 1030px;\n}\n\n.mai
 n-navigation ul.nav-menu,\n.main-navigation div.nav-menu > ul {\n   border: none;\n text-align: center !important;\n}\n\n.main-navigation li {\n    margin: 0;\n    font-family: \'Montserrat\', sans-serif;\n      font-weight: 400;\n}\n\n.main-navigation li a {\n       color: #fff;\n  padding: 0 14px;\n      -webkit-transition: color .3s ease-in;\n        -moz-transition: color .3s ease-in;\n   -o-transition: color .3s ease-in;\n     transition: color .3s ease-in;\n        text-shadow: 1px 1px 1px #444;\n}\n\n.main-navigation li a:hover {\n    color: #dce2ff;\n}\n\n.main-navigation .current-menu-item > a,\n.main-navigation .current-menu-ancestor > a,\n.main-navigation .current_page_item > a,\n.main-navigation .current_page_ancestor > a {\n     color: #dce2ff;\n}\n\n.main-navigation ul.nav-menu.toggled-on,\n.menu-toggle,\n.menu-toggle:active,\n.menu-toggle.toggled-on,\nbutton:active {\n        background: none repeat scroll 0 0 transparent;\n       border: medium none;\n  border-radius: 0 0 0 0;\n       box-shadow: none;\n     color: #b2b2b0;\n       
 font-size: 12px;\n     line-height: 32px;\n    padding: 0;\n   text-transform: uppercase;\n    width: 100%;\n  -webkit-transition: color .2s ease-in;\n        -moz-transition: color .2s ease-in;\n   -o-transition: color .2s ease-in;\n     transition: color .2s ease-in;\n}\n\n.main-navigation ul.nav-menu.toggled-on:hover,\n.menu-toggle:hover {\n     background: none repeat scroll 0 0 transparent;\n       border: medium none;\n  border-radius: 0 0 0 0;\n       color: #FFFFFF;\n}\n\n.main-navigation li ul li a {\n   color: #333;\n  text-shadow: none;\n}\n\n.main-navigation li.no-pointer a {\n   font-size: 13px;\n      background-color: #333;\n       line-height: 44px;\n    margin-top: 11px;\n     cursor: default;\n      text-shadow: none;\n    padding: 0 15px;\n      margin-right: 20px;\n}\n\n.main-navigation li.no-pointer a:hover {\n    cursor: default;\n      color: #fff;\n}\n\n.main-navigation li.no-pointer a span {\n    color: #78a3e0;\n}\n\n.main-navigation li ul li.current_page_item > a {\n    color: #78a3e0;\n}\n\n/* Content */\n.single-author .entry-meta .by-author 
 {\n    display: inline;\n}\n\n.entry-content li {\n    margin-bottom: 10px;\n}\n\n.single-wcb_sponsor img.wp-post-image, body.page-id-451 .entry-content img, .entry-content img {\n   box-shadow: none;\n}\n\n.single-wcb_sponsor .entry-meta, .single-wcb_sponsor .nav-single {\n    display: none;\n}\n\nbody.template-front-page .entry-content h1 {\n     background: transparent url(\'https://2014.seattle.wordcamp.org/files/2014/01/blue-dot.png\') no-repeat center left;\n  padding: 16px 0 16px 21px;\n}\n\n/* Sessions Page */\n.wcorg-session {\n        padding-bottom: 20px;\n margin-bottom: 20px;\n  border-bottom: 3px double #999;\n}\n\n.wcorg-session h2 {\n     margin-bottom: 5px;\n   font-size: 24px;\n}\n\n.wcorg-session .wcpt-session-meta {\n    font-size: 12px;\n      color: #999;\n  margin-bottom: 5px;\n}\n\n/* Frontpage */\nbody.template-front-page #page #main {\n     background: #fff repeat-x top left;\n   padding: 190px 0 0;\n}\n\nbody.template-front-page #page .site-content {\n      float: left;\n  width: 58%;\n}\n\nbody.template-f
 ront-page #page .widget-area {\n       border: none;\n clear: none;\n  float: right;\n padding: 0 2% 0 0;\n    width: 32%;\n}\n\nbody.template-front-page #page .first.front-widgets {\n       float: none;\n  height: 240px;\n        left: 0;\n      overflow: hidden;\n     position: absolute;\n   top: -63px;\n   width: 100%;\n}\n\nbody.template-front-page #page .first.front-widgets .widget {\n      background: none;\n     border-radius: 0;\n     box-shadow: none;\n     clear: none;\n  float: left;\n  padding: 100px 0 0;\n   text-align: center;\n   width: 33.33%;\n}\n\nbody.template-front-page #page .widget-area {\n    padding-top: 40px;\n}\n\n.header-widget-inner {\n       border-right: solid 1px #cecece;\n      padding: 15px 35px 5px;\n}\n\n#text-4 .header-widget-inner {\n  border-right: none;\n}\n\n.first.front-widgets .widget h4 {\n   font-size: 24px;\n      font-weight: 400;\n     line-height: 24px;\n    margin: 0 0 10px;\n     text-transform: none;\n}\n\n#page .first.front-widgets .widget h4 a {\n color: #4a4946;\n       text-decoration: none;\n        -webkit-transition: color .2s ea
 se-in;\n       -moz-transition: color .2s ease-in;\n   -o-transition: color .2s ease-in;\n     transition: color .2s ease-in;\n}\n\n#page .first.front-widgets .widget h4 a:hover {\n  color: #1b65c7;\n       text-decoration: none;\n}\n\n#page .first.front-widgets .widget p {\n   font-size: 14px;\n      font-weight: 200;\n     line-height: 20px;\n}\n\nbody.template-front-page #page .second.front-widgets {\n       float: right;\n width: 100%;\n}\n\n.template-front-page .widget-area .widget li {\n     list-style-type: none;\n}\n\n.template-front-page .widget-area .widget h3 {\n   margin-bottom: 0;\n}\n\n/* Typography */\nbody.custom-font-enabled {\n  font-family: \"Raleway\", \"Segoe UI\", \"Bitstream Vera Sans\", \"DejaVu Sans\", \"Bitstream Vera Sans\", \"Trebuchet MS\", Verdana, \"Verdana Ref\", sans-serif;\n}\n\n#content {\n     font-size: 15px;\n}\n\n#page h1 {\n     font-family: Montserrat;\n      font-size: 24px;\n      font-weight: 400;\n     line-height: 24px;\n    text-trans
 form: uppercase;\n}\n\nh2 {\n  font-family: Montserrat;\n      font-weight: 400;\n}\n\nh3 {\n  font-family: Montserrat;\n      font-weight: 400;\n}\n\nh4 {\n  font-family: Montserrat;\n      font-weight: 400;\n}\n\n/* Content */\nbody.page .entry-header h1 {\n   background: transparent url(\'https://2014.seattle.wordcamp.org/files/2014/01/blue-dot.png\') no-repeat center left;\n  padding: 16px 0 16px 21px;\n}\n\n/* Widgets */\n#page .widget-area {\n  padding-top: 25px;\n}\n\n#page .widget {\n      background: #f5f5f5 url(\'http://2013.seattle.wordcamp.org/files/2013/03/widget-bg.jpg\') repeat top left;\n    border-radius: 5px;\n   box-shadow: 0 1px 3px #d5d5d5;\n        margin: 0 0 50px;\n     padding: 10px 30px;\n}\n\n.widget-title {\n     background: transparent url(\'https://2014.seattle.wordcamp.org/files/2014/01/blue-dot.png\') no-repeat top center;\n   font-family: Montserrat;\n      font-size: 24px;\n      font-weight: 400;\n     line-height: 24px;\n    margin: -36px 0 0;\n    padding: 60px 0 0;\n    text-align: center;\n   text-transform: none;\n}
 \n\n.widget h5 {\n     background: transparent url(\'http://2013.minneapolis.wordcamp.org/files/2013/03/widget-h5-bg.jpg\') repeat-x center left;\n    color: #49c9f2;\n       font-size: 13px;\n      font-weight: 700;\n     line-height: 13px;\n    margin: 50px 0 30px;\n  padding: 0 5px;\n       text-align: center;\n   text-transform: none;\n text-shadow: 1px 0 0 #ffffff;\n}\n\n#page .widget_text img {\n  border-radius: 0;\n     box-shadow: none;\n     float: none;\n  margin: 0;\n}\n\n#page .widget_text,\n#page .widget_text p {\n  font-size: 13px;\n      line-height: 22px;\n}\n\n#page .widget_text a {\n       color: #006cfc;\n}\n\n#page .widget_text a:hover {\n    color: #006cfc;\n}\n\n#page .widget_text #buddycamp-header {\n  display: block;\n       margin: -30px auto 20px;\n}\n\n.sponsor-logo {\n        text-align: center;\n}\n\n#page .widget_text .widget-link {\n   font-weight: bold;\n    margin: 0 0 5px;\n      text-align: center;\n}\n\n.widget_twitter_timeline iframe {\n   width: 100% !important;\n}\n\n/* Schedule Table */\n.schedule-table th {\n      text-align: cent
 er;\n  font-size: 1em;\n       color: #333;\n}\n\n.schedule-table tbody td {\n text-align: center;\n}\n\n.entry-content .schedule-table td {\n padding: 13px 0;\n}\n\n.schedule-table tbody td:nth-child(2n+1) {\n     background-color: #f5f5f5;\n}\n\n.schedule-table td.t-time {\n  color: #333;\n  text-align: left;\n     background-color: transparent;\n}\n\n.schedule-table tbody td.t-time {\n        background-color: transparent;\n}\n\n.table-legend {\n  width: auto !important;\n}\n\n.t-beg {\n        background-color: lightblue;\n}\n\n.t-int {\n   background-color: white;\n}\n\n.t-adv {\n       background-color: lightcoral;\n}\n\n.t-row {\n  text-align: center;\n}\n\n.wcpt-session-title {\n       font-weight: bold;\n}\n\n.wcpt-session-speakers:before {\n      display: inline;\n      content: \'- \';\n}\n\ntr.global-session td.wcpt-session-type-session,\ntr.global-session td.wcpt-session-type-custom,\ntd.wcb-session-zero-hour-networking {\n text-align: center;\n}\n\ntr.wcpt-time-1120am td,\ntr.wcpt-time-120pm td,\ntr.wcpt-time-230pm td,\ntr.w
 cpt-time-340pm td {\n  border-top: none;\n}\n\n/* Footer */\n.site-info a {\n  text-decoration: none;\n}\n\n/* Sponsorship Page */\n.sponsor-box-left {\n      width: 46%;\n   margin-right: 5%;\n     float: left;\n}\n\n.sponsor-box-right {\n       width: 46%;\n   float: left;\n}\n\n.sponsor-banner {\n  background-color: #eee;\n       margin: 20px auto 40px;\n       padding: 1px;\n width: 97%;\n   -webkit-border-radius: 8px;\n   -moz-border-radius: 8px;\n      border-radius: 8px;\n   text-align: center;\n}\n\n/* Sidebar */\nh4.sponsor-level-title {\n     font-size: 18px;\n      margin: 0 0 15px;\n     border-bottom: 3px double #ccc;\n       padding-bottom: 5px;\n}\n\na.sponsor-logo img.wp-post-image {\n box-shadow: none;\n     margin-bottom: 10px;\n}\n\ndiv.sponsor-level {\n        margin-bottom: 20px;\n}\n\n.widget .in-kind {\n display: none;\n}\n\n/* Camp Tix */\n#tix-attendees .tix-columns-4 li {\n       width: 29% !important;\n}\n\n.tix-column-quantity {\n   padding-left: 5px;\n}\n\n/* Tagregator */\nbody.page-id-12.full-width .site-content {\n width: 100%;\n}\n
 \n/* WordPress.tv */\n.wptv-video-item {\n     width: 43% !important;\n}\n\n/* =Media queries\n-------------------------------------------------------------- */\n/* Max width of 600 pixels. */\n@media screen and (max-width: 600px) {\n     #primary {\n            padding: 0 6%;\n        }\n     \n      #main, body.home #main {\n              margin-top: 50px;\n     }\n     \n      .main-navigation li a {\n               display: block;\n               text-decoration: none;\n        }\n     \n      .main-navigation li ul li a {\n         color: #fff;\n  }\n     \n      body.template-front-page #page .site-content {\n                float: none;\n          width: auto;\n  }\n     \n      body.template-front-page #page .widget-area {\n         float: none;\n          padding: 0;\n           width: auto;\n  }\n     \n      .main-navigation ul.nav-menu, .main-navigation div.nav-menu > ul {\n         text-align: center !important;\n        }\n     \n      .site-header {\n                background-color: #323232;\n    }\n     \n      .sponsor-box-left, .sponsor-box-right {\n               width: 95%;\n           margin: 0 auto 40px;\n          float: none;\n          clear: both;\n  }\n     \n      #tix-attendees .tix-columns-4 li {\n            width: 98% !important;\n        
        clear: both;\n  }\n     \n      #tix-attendees li {\n           float: none;\n          height: auto;\n         margin-bottom: 20px;\n          width: 98% !important;\n        }\n     \n      #tix-attendees li:after {\n             display: table;\n               content: \'\';\n                clear: both;\n  }\n     \n      .main-navigation li.no-pointer a {\n            background-color: #444;\n               line-height: 30px;\n    }\n     \n      .main-navigation li.no-pointer a span {\n               display: block;\n       }\n}\n\n/* Max width of 900 pixels. */\n@media screen and (max-width: 900px) {\n        body {\n                background: #fafafa url(\'https://2014.seattle.wordcamp.org/files/2014/05/wordcamp-seattle-mobile.jpg\') no-repeat top center;\n        }\n     \n      .site {\n               margin: 0;\n            max-width: 100%;\n              overflow: hidden;\n     }\n     \n      .menu-primary-menu-container {\n                background: none;\n             padding: 0;\n   }\n     \n      .main-navigation li a {\n               font-size: 12px;\n              line-height: 32px;\n    }\n     \n      .main-navigation li.no-pointer {\n              display: block;\n       }\n     \n      .main-navigation li.no-pointer a {\n            margin-right: 0;\n              margin-bottom: 12px;\n  }\n     \n      body.template-front-p
 age #page #main {\n            background: none;\n             background-color: #fff;\n               padding: 0;\n   }\n     \n      .first.front-widgets {\n                display: none;\n        }\n     \n      .wptv-video-item {\n            width: 100% !important;\n               clear: both !important;\n               float: none !important;\n               margin-bottom: 50px !important;\n       }\n}\n\n/* Minimum width of 900 pixels. */\n@media screen and (min-width: 900px) {\n    body {\n                background: #fafafa url(\'https://2014.seattle.wordcamp.org/files/2014/05/wordcamp-seattle-desktop.jpg\') no-repeat top center;\n       }\n     \n      body .site {\n          box-shadow: none;\n             margin: 0;\n    }\n     \n      #main {\n               margin: 315px auto 0;\n }\n     \n      body.home #main {\n             margin: 435px auto 0;\n }\n     \n      .menu-primary-menu-container {\n                background: transparent url(\'http://2013.minneapolis.wordcamp.org/files/2013/02/menu-wordpress-logo.jpg\') no-repeat top left;\n               padding: 0 0 0 60px;\n  }\n     \n      .main-navigation li a {\n               font-size: 16px;\n              line-height: 60px;\n    }\n}\n\n/* Minimum width of 1100 pixels. */\n@media screen and (min-width:
  1100px) {\n   body .site {\n          padding: 0;\n   }\n}\n\n.wcorg-sponsors h2 {\n  font-size: 1.8rem;\n}','safecss','Twenty Twelve','publish','open','open','','safecss','','','2016-06-06 18:58:38','2016-06-06 18:58:38','a{color:#006cfc;text-decoration:none}a:hover{color:#006cfc;text-decoration:underline}.entry-content a:visited,.comment-content a:visited{color:#006cfc}.button{display:inline-block;padding:8px 26px;border:2px solid #006cfc;width:auto;border-radius:5px;margin:17px 0;font-size:15px;font-weight:700;color:#006cfc;text-decoration:none}.button:hover,.button:visited:hover{text-decoration:none;color:#fff;background-color:#006cfc}.site-title,.site-description{display:none}.body{background-color:#fff}.site{background:none;margin:0 0 50px;max-width:100%;min-width:250px;padding:0 30px}.site-header{padding:0}#main{background-color:#fff;border-radius:5px;box-shadow:0 1px 5px #ccc;margin:315px auto 0;max-width:1030px;overflow:visible;position:relative;padding-top:15px}#primary{padding:0 4%}b
 ody.single-attachment .site-content,body.full-width .site-content{width:auto}#colophon{border:none;margin:0 auto;max-width:1030px;text-align:center}.site-header{background-color:none;padding:0}.main-navigation{margin:0 auto;text-align:center;max-width:1030px}.main-navigation ul.nav-menu,.main-navigation div.nav-menu > ul{border:none;text-align:center !important}.main-navigation li{margin:0;font-family:\'Montserrat\', sans-serif;font-weight:400}.main-navigation li a{color:#fff;padding:0 14px;-webkit-transition:color .3s ease-in;-moz-transition:color .3s ease-in;-o-transition:color .3s ease-in;transition:color .3s ease-in;text-shadow:1px 1px 1px #444}.main-navigation li a:hover{color:#dce2ff}.main-navigation .current-menu-item > a,.main-navigation .current-menu-ancestor > a,.main-navigation .current_page_item > a,.main-navigation .current_page_ancestor > a{color:#dce2ff}.main-navigation ul.nav-menu.toggled-on,.menu-toggle,.menu-toggle:active,.menu-toggle.toggled-on,butt
 on:active{background:none repeat scroll 0 0 transparent;border:medium none;border-radius:0 0 0 0;box-shadow:none;color:#b2b2b0;font-size:12px;line-height:32px;padding:0;text-transform:uppercase;width:100%;-webkit-transition:color .2s ease-in;-moz-transition:color .2s ease-in;-o-transition:color .2s ease-in;transition:color .2s ease-in}.main-navigation ul.nav-menu.toggled-on:hover,.menu-toggle:hover{background:none repeat scroll 0 0 transparent;border:medium none;border-radius:0 0 0 0;color:#FFF}.main-navigation li ul li a{color:#333;text-shadow:none}.main-navigation li.no-pointer a{font-size:13px;background-color:#333;line-height:44px;margin-top:11px;cursor:default;text-shadow:none;padding:0 15px;margin-right:20px}.main-navigation li.no-pointer a:hover{cursor:default;color:#fff}.main-navigation li.no-pointer a span{color:#78a3e0}.main-navigation li ul li.current_page_item > a{color:#78a3e0}.single-author .entry-meta .by-author{display:inline}.entry-content li{margin-bottom:10px}.
 single-wcb_sponsor img.wp-post-image,body.page-id-451 .entry-content img,.entry-content img{box-shadow:none}.single-wcb_sponsor .entry-meta,.single-wcb_sponsor .nav-single{display:none}body.template-front-page .entry-content h1{background:transparent url(\'https://2014.seattle.wordcamp.org/files/2014/01/blue-dot.png\') no-repeat center left;padding:16px 0 16px 21px}.wcorg-session{padding-bottom:20px;margin-bottom:20px;border-bottom:3px double #999}.wcorg-session h2{margin-bottom:5px;font-size:24px}.wcorg-session .wcpt-session-meta{font-size:12px;color:#999;margin-bottom:5px}body.template-front-page #page #main{background:#fff repeat-x top left;padding:190px 0 0}body.template-front-page #page .site-content{float:left;width:58%}body.template-front-page #page .widget-area{border:none;clear:none;float:right;padding:0 2% 0 0;width:32%}body.template-front-page #page .first.front-widgets{float:none;height:240px;left:0;overflow:hidden;position:absolute;top:-63px;width:100%}body.template-fro
 nt-page #page .first.front-widgets .widget{background:none;border-radius:0;box-shadow:none;clear:none;float:left;padding:100px 0 0;text-align:center;width:33.33%}body.template-front-page #page .widget-area{padding-top:40px}.header-widget-inner{border-right:solid 1px #cecece;padding:15px 35px 5px}#text-4 .header-widget-inner{border-right:none}.first.front-widgets .widget h4{font-size:24px;font-weight:400;line-height:24px;margin:0 0 10px;text-transform:none}#page .first.front-widgets .widget h4 a{color:#4a4946;text-decoration:none;-webkit-transition:color .2s ease-in;-moz-transition:color .2s ease-in;-o-transition:color .2s ease-in;transition:color .2s ease-in}#page .first.front-widgets .widget h4 a:hover{color:#1b65c7;text-decoration:none}#page .first.front-widgets .widget p{font-size:14px;font-weight:200;line-height:20px}body.template-front-page #page .second.front-widgets{float:right;width:100%}.template-front-page .widget-area .widget li{list-style-type:none}.template-front-page .
 widget-area .widget h3{margin-bottom:0}body.custom-font-enabled{font-family:\"Raleway\", \"Segoe UI\", \"Bitstream Vera Sans\", \"DejaVu Sans\", \"Bitstream Vera Sans\", \"Trebuchet MS\", Verdana, \"Verdana Ref\", sans-serif}#content{font-size:15px}#page h1{font-family:Montserrat;font-size:24px;font-weight:400;line-height:24px;text-transform:uppercase}h2{font-family:Montserrat;font-weight:400}h3{font-family:Montserrat;font-weight:400}h4{font-family:Montserrat;font-weight:400}body.page .entry-header h1{background:transparent url(\'https://2014.seattle.wordcamp.org/files/2014/01/blue-dot.png\') no-repeat center left;padding:16px 0 16px 21px}#page .widget-area{padding-top:25px}#page .widget{background:#f5f5f5 url(\'http://2013.seattle.wordcamp.org/files/2013/03/widget-bg.jpg\') repeat top left;border-radius:5px;box-shadow:0 1px 3px #d5d5d5;margin:0 0 50px;padding:10px 30px}.widget-title{background:transparent url(\'h
 ttps://2014.seattle.wordcamp.org/files/2014/01/blue-dot.png\') no-repeat top center;font-family:Montserrat;font-size:24px;font-weight:400;line-height:24px;margin:-36px 0 0;padding:60px 0 0;text-align:center;text-transform:none}.widget h5{background:transparent url(\'http://2013.minneapolis.wordcamp.org/files/2013/03/widget-h5-bg.jpg\') repeat-x center left;color:#49c9f2;font-size:13px;font-weight:700;line-height:13px;margin:50px 0 30px;padding:0 5px;text-align:center;text-transform:none;text-shadow:1px 0 0 #fff}#page .widget_text img{border-radius:0;box-shadow:none;float:none;margin:0}#page .widget_text,#page .widget_text p{font-size:13px;line-height:22px}#page .widget_text a{color:#006cfc}#page .widget_text a:hover{color:#006cfc}#page .widget_text #buddycamp-header{display:block;margin:-30px auto 20px}.sponsor-logo{text-align:center}#page .widget_text .widget-link{font-weight:700;margin:0 0 5px;text-align:center}.widget_twitter_timeline iframe{width:100% !important}.schedule-table 
 th{text-align:center;font-size:1em;color:#333}.schedule-table tbody td{text-align:center}.entry-content .schedule-table td{padding:13px 0}.schedule-table tbody td:nth-child(2n+1){background-color:#f5f5f5}.schedule-table td.t-time{color:#333;text-align:left;background-color:transparent}.schedule-table tbody td.t-time{background-color:transparent}.table-legend{width:auto !important}.t-beg{background-color:#add8e6}.t-int{background-color:#fff}.t-adv{background-color:#f08080}.t-row{text-align:center}.wcpt-session-title{font-weight:700}.wcpt-session-speakers:before{display:inline;content:\'- \'}tr.global-session td.wcpt-session-type-session,tr.global-session td.wcpt-session-type-custom,td.wcb-session-zero-hour-networking{text-align:center}tr.wcpt-time-1120am td,tr.wcpt-time-120pm td,tr.wcpt-time-230pm td,tr.wcpt-time-340pm td{border-top:none}.site-info a{text-decoration:none}.sponsor-box-left{width:46%;margin-right:5%;float:left}.sponsor-box-right{width:46%;float:left}.sponsor-banner{bac
 kground-color:#eee;margin:20px auto 40px;padding:1px;width:97%;-webkit-border-radius:8px;-moz-border-radius:8px;border-radius:8px;text-align:center}h4.sponsor-level-title{font-size:18px;margin:0 0 15px;border-bottom:3px double #ccc;padding-bottom:5px}a.sponsor-logo img.wp-post-image{box-shadow:none;margin-bottom:10px}div.sponsor-level{margin-bottom:20px}.widget .in-kind{display:none}#tix-attendees .tix-columns-4 li{width:29% !important}.tix-column-quantity{padding-left:5px}body.page-id-12.full-width .site-content{width:100%}.wptv-video-item{width:43% !important}@media screen and (max-width: 600px){#primary{padding:0 6%}#main,body.home #main{margin-top:50px}.main-navigation li a{display:block;text-decoration:none}.main-navigation li ul li a{color:#fff}body.template-front-page #page .site-content{float:none;width:auto}body.template-front-page #page .widget-area{float:none;padding:0;width:auto}.main-navigation ul.nav-menu,.main-navigation div.nav-menu > ul{text-align:center !importa
 nt}.site-header{background-color:#323232}.sponsor-box-left,.sponsor-box-right{width:95%;margin:0 auto 40px;float:none;clear:both}#tix-attendees .tix-columns-4 li{width:98% !important;clear:both}#tix-attendees li{float:none;height:auto;margin-bottom:20px;width:98% !important}#tix-attendees li:after{display:table;content:\'\';clear:both}.main-navigation li.no-pointer a{background-color:#444;line-height:30px}.main-navigation li.no-pointer a span{display:block}}@media screen and (max-width: 900px){body{background:#fafafa url(\'https://2014.seattle.wordcamp.org/files/2014/05/wordcamp-seattle-mobile.jpg\') no-repeat top center}.site{margin:0;max-width:100%;overflow:hidden}.menu-primary-menu-container{background:none;padding:0}.main-navigation li a{font-size:12px;line-height:32px}.main-navigation li.no-pointer{display:block}.main-navigation li.no-pointer a{margin-right:0;margin-bottom:12px}body.template-front-page #page #main{background:none;background-color:#fff;padding:0}.first.front-wid
 gets{display:none}.wptv-video-item{width:100% !important;clear:both !important;float:none !important;margin-bottom:50px !important}}@media screen and (min-width: 900px){body{background:#fafafa url(\'https://2014.seattle.wordcamp.org/files/2014/05/wordcamp-seattle-desktop.jpg\') no-repeat top center}body .site{box-shadow:none;margin:0}#main{margin:315px auto 0}body.home #main{margin:435px auto 0}.menu-primary-menu-container{background:transparent url(\'http://2013.minneapolis.wordcamp.org/files/2013/02/menu-wordpress-logo.jpg\') no-repeat top left;padding:0 0 0 60px}.main-navigation li a{font-size:16px;line-height:60px}}@media screen and (min-width: 1100px){body .site{padding:0}}.wcorg-sponsors h2{font-size:1.8rem}',0,'http://2014.seattle.wordcamp.test/?safecss=safecss',0,'safecss','',0),(808705,1,'2014-12-06 21:22:30','2014-12-06 21:22:30','','safecss','Twenty Fourteen','inherit','open','open','','808703-revision-v1','','','2014-12-06 21:22:30','2014-12-06 21:22:30','',808703,'http:
 //2014.seattle.wordcamp.test/2014/12/06/808703-revision-v1/',0,'revision','',0),(808706,1,'2014-12-06 21:23:50','2014-12-06 21:23:50','','safecss','Twenty Twelve','inherit','open','open','','808703-revision-v1','','','2014-12-06 21:23:50','2014-12-06 21:23:50','',808703,'http://2014.seattle.wordcamp.test/2014/12/06/808703-revision-v1/',0,'revision','',0),(808707,1,'2014-12-06 21:26:02','2014-12-06 21:26:02','@import  \"http://fonts.googleapis.com/css?family=Oswald:300|Raleway:200,400,700|Montserrat:400,700\";\n\n/*\nCustom stylesheet for WordCamp Seattle 2013\n*/\n/* global */\na {\n       color: #006cfc;\n       text-decoration: none;\n}\n\na:hover {\n        color: #006cfc;\n       text-decoration: underline;\n}\n\n.entry-content a:visited, .comment-content a:visited {\n      color: #006cfc;\n}\n\n.button {\n       display: inline-block;\n        padding: 8px 26px;\n    border: 2px solid #006cfc;\n    width: auto;\n  border-radius: 5px;\n   margin: 17px 0;\n       font-size: 15px;\n      font-weight: bold;\n    color: #006cfc;\n       text-d
 ecoration: none;\n}\n\n.button:hover, .button:visited:hover {\n        text-decoration: none;\n        color: #fff;\n  background-color: #006cfc;\n}\n\n/* header */\n.site-title, .site-description {\n       display: none;\n}\n\n/* Layout */\n.body {\n    background-color: #fff;\n}\n\n.site {\n background: none;\n     margin: 0 0 50px;\n     max-width: 100%;\n      min-width: 250px;\n     padding: 0 30px;\n}\n\n.site-header {\n padding: 0;\n}\n\n#main {\n     background-color: #fff;\n       border-radius: 5px;\n   box-shadow: 0 1px 5px #ccc;\n   margin: 315px auto 0;\n max-width: 1030px;\n    overflow: visible;\n    position: relative;\n   padding-top: 15px;\n}\n\n#primary {\n   padding: 0 4%;\n}\n\nbody.single-attachment .site-content,\nbody.full-width .site-content {\n   width: auto;\n}\n\n#colophon {\n        border: none;\n margin: 0 auto;\n       max-width: 1030px;\n    text-align: center;\n}\n\n/* Primary Menu */\n.site-header {\n  background-color: none;\n       padding: 0;\n}\n\n.main-navigation {\n  margin: 0 auto;\n       text-align: center;\n   max-width: 1030px;\n}\n\n
 .main-navigation ul.nav-menu,\n.main-navigation div.nav-menu > ul {\n       border: none;\n text-align: center !important;\n}\n\n.main-navigation li {\n    margin: 0;\n    font-family: \'Montserrat\', sans-serif;\n      font-weight: 400;\n}\n\n.main-navigation li a {\n       color: #fff;\n  padding: 0 14px;\n      -webkit-transition: color .3s ease-in;\n        -moz-transition: color .3s ease-in;\n   -o-transition: color .3s ease-in;\n     transition: color .3s ease-in;\n        text-shadow: 1px 1px 1px #444;\n}\n\n.main-navigation li a:hover {\n    color: #dce2ff;\n}\n\n.main-navigation .current-menu-item > a,\n.main-navigation .current-menu-ancestor > a,\n.main-navigation .current_page_item > a,\n.main-navigation .current_page_ancestor > a {\n     color: #dce2ff;\n}\n\n.main-navigation ul.nav-menu.toggled-on,\n.menu-toggle,\n.menu-toggle:active,\n.menu-toggle.toggled-on,\nbutton:active {\n        background: none repeat scroll 0 0 transparent;\n       border: medium none;\n  border-radius: 0 0 0 0;\n       box-shadow: none;\n     color: #b2b2b0
 ;\n    font-size: 12px;\n      line-height: 32px;\n    padding: 0;\n   text-transform: uppercase;\n    width: 100%;\n  -webkit-transition: color .2s ease-in;\n        -moz-transition: color .2s ease-in;\n   -o-transition: color .2s ease-in;\n     transition: color .2s ease-in;\n}\n\n.main-navigation ul.nav-menu.toggled-on:hover,\n.menu-toggle:hover {\n     background: none repeat scroll 0 0 transparent;\n       border: medium none;\n  border-radius: 0 0 0 0;\n       color: #FFFFFF;\n}\n\n.main-navigation li ul li a {\n   color: #333;\n  text-shadow: none;\n}\n\n.main-navigation li.no-pointer a {\n   font-size: 13px;\n      background-color: #333;\n       line-height: 44px;\n    margin-top: 11px;\n     cursor: default;\n      text-shadow: none;\n    padding: 0 15px;\n      margin-right: 20px;\n}\n\n.main-navigation li.no-pointer a:hover {\n    cursor: default;\n      color: #fff;\n}\n\n.main-navigation li.no-pointer a span {\n    color: #78a3e0;\n}\n\n.main-navigation li ul li.current_page_item > a {\n    color: #78a3e0;\n}\n\n/* Content */\n.single-author .entry-meta .by-aut
 hor {\n        display: inline;\n}\n\n.entry-content li {\n    margin-bottom: 10px;\n}\n\n.single-wcb_sponsor img.wp-post-image, body.page-id-451 .entry-content img, .entry-content img {\n   box-shadow: none;\n}\n\n.single-wcb_sponsor .entry-meta, .single-wcb_sponsor .nav-single {\n    display: none;\n}\n\nbody.template-front-page .entry-content h1 {\n     background: transparent url(\'http://2014.seattle.wordcamp.org/files/2014/01/blue-dot.png\') no-repeat center left;\n   padding: 16px 0 16px 21px;\n}\n\n/* Sessions Page */\n.wcorg-session {\n        padding-bottom: 20px;\n margin-bottom: 20px;\n  border-bottom: 3px double #999;\n}\n\n.wcorg-session h2 {\n     margin-bottom: 5px;\n   font-size: 24px;\n}\n\n.wcorg-session .wcpt-session-meta {\n    font-size: 12px;\n      color: #999;\n  margin-bottom: 5px;\n}\n\n/* Frontpage */\nbody.template-front-page #page #main {\n     background: #fff url(\'\') repeat-x top left;\n padding: 190px 0 0;\n}\n\nbody.template-front-page #page .site-content {\n      float: left;\n  width: 58%;\n}\n\nbo
 dy.template-front-page #page .widget-area {\n  border: none;\n clear: none;\n  float: right;\n padding: 0 2% 0 0;\n    width: 32%;\n}\n\nbody.template-front-page #page .first.front-widgets {\n       float: none;\n  height: 240px;\n        left: 0;\n      overflow: hidden;\n     position: absolute;\n   top: -63px;\n   width: 100%;\n}\n\nbody.template-front-page #page .first.front-widgets .widget {\n      background: none;\n     border-radius: 0;\n     box-shadow: none;\n     clear: none;\n  float: left;\n  padding: 100px 0 0;\n   text-align: center;\n   width: 33.33%;\n}\n\nbody.template-front-page #page .widget-area {\n    padding-top: 40px;\n}\n\n.header-widget-inner {\n       border-right: solid 1px #cecece;\n      padding: 15px 35px 5px;\n}\n\n#text-4 .header-widget-inner {\n  border-right: none;\n}\n\n.first.front-widgets .widget h4 {\n   font-size: 24px;\n      font-weight: 400;\n     line-height: 24px;\n    margin: 0 0 10px;\n     text-transform: none;\n}\n\n#page .first.front-widgets .widget h4 a {\n color: #4a4946;\n       text-decoration: none;\n        -webkit-transition:
  color .2s ease-in;\n  -moz-transition: color .2s ease-in;\n   -o-transition: color .2s ease-in;\n     transition: color .2s ease-in;\n}\n\n#page .first.front-widgets .widget h4 a:hover {\n  color: #1b65c7;\n       text-decoration: none;\n}\n\n#page .first.front-widgets .widget p {\n   font-size: 14px;\n      font-weight: 200;\n     line-height: 20px;\n}\n\nbody.template-front-page #page .second.front-widgets {\n       float: right;\n width: 100%;\n}\n\n.template-front-page .widget-area .widget li {\n     list-style-type: none;\n}\n\n.template-front-page .widget-area .widget h3 {\n   margin-bottom: 0;\n}\n\n/* Typography */\nbody.custom-font-enabled {\n  font-family: \"Raleway\", \"Segoe UI\", \"Bitstream Vera Sans\", \"DejaVu Sans\", \"Bitstream Vera Sans\", \"Trebuchet MS\", Verdana, \"Verdana Ref\", sans-serif;\n}\n\n#content {\n     font-size: 15px;\n}\n\n#page h1 {\n     font-family: Montserrat;\n      font-size: 24px;\n      font-weight: 400;\n     line-height: 24px;
 \n     text-transform: uppercase;\n}\n\nh2 {\n font-family: Montserrat;\n      font-weight: 400;\n}\n\nh3 {\n  font-family: Montserrat;\n      font-weight: 400;\n}\n\nh4 {\n  font-family: Montserrat;\n      font-weight: 400;\n}\n\n/* Content */\nbody.page .entry-header h1 {\n   background: transparent url(\'http://2014.seattle.wordcamp.org/files/2014/01/blue-dot.png\') no-repeat center left;\n   padding: 16px 0 16px 21px;\n}\n\n/* Widgets */\n#page .widget-area {\n  padding-top: 25px;\n}\n\n#page .widget {\n      background: #f5f5f5 url(\'http://2013.seattle.wordcamp.org/files/2013/03/widget-bg.jpg\') repeat top left;\n    border-radius: 5px;\n   box-shadow: 0 1px 3px #d5d5d5;\n        margin: 0 0 50px;\n     padding: 10px 30px;\n}\n\n.widget-title {\n     background: transparent url(\'http://2014.seattle.wordcamp.org/files/2014/01/blue-dot.png\') no-repeat top center;\n    font-family: Montserrat;\n      font-size: 24px;\n      font-weight: 400;\n     line-height: 24px;\n    margin: -36px 0 0;\n    padding: 60px 0 0;\n    text-align: center;\n   text-transfor
 m: none;\n}\n\n.widget h5 {\n  background: transparent url(\'http://2013.minneapolis.wordcamp.org/files/2013/03/widget-h5-bg.jpg\') repeat-x center left;\n    color: #49c9f2;\n       font-size: 13px;\n      font-weight: 700;\n     line-height: 13px;\n    margin: 50px 0 30px;\n  padding: 0 5px;\n       text-align: center;\n   text-transform: none;\n text-shadow: 1px 0 0 #ffffff;\n}\n\n#page .widget_text img {\n  border-radius: 0;\n     box-shadow: none;\n     float: none;\n  margin: 0;\n}\n\n#page .widget_text,\n#page .widget_text p {\n  font-size: 13px;\n      line-height: 22px;\n}\n\n#page .widget_text a {\n       color: #006cfc;\n}\n\n#page .widget_text a:hover {\n    color: #006cfc;\n}\n\n#page .widget_text #buddycamp-header {\n  display: block;\n       margin: -30px auto 20px;\n}\n\n.sponsor-logo {\n        text-align: center;\n}\n\n#page .widget_text .widget-link {\n   font-weight: bold;\n    margin: 0 0 5px;\n      text-align: center;\n}\n\n.widget_twitter_timeline iframe {\n   width: 100% !important;\n}\n\n/* Schedule Table */\n.schedule-table th {\n      text-
 align: center;\n       font-size: 1em;\n       color: #333;\n}\n\n.schedule-table tbody td {\n text-align: center;\n}\n\n.entry-content .schedule-table td {\n padding: 13px 0;\n}\n\n.schedule-table tbody td:nth-child(2n+1) {\n     background-color: #f5f5f5;\n}\n\n.schedule-table td.t-time {\n  color: #333;\n  text-align: left;\n     background-color: transparent;\n}\n\n.schedule-table tbody td.t-time {\n        background-color: transparent;\n}\n\n.table-legend {\n  width: auto !important;\n}\n\n.t-beg {\n        background-color: lightblue;\n}\n\n.t-int {\n   background-color: white;\n}\n\n.t-adv {\n       background-color: lightcoral;\n}\n\n.t-row {\n  text-align: center;\n}\n\n.wcpt-session-title {\n       font-weight: bold;\n}\n\n.wcpt-session-speakers:before {\n      display: inline;\n      content: \'- \';\n}\n\ntr.global-session td.wcpt-session-type-session,\ntr.global-session td.wcpt-session-type-custom,\ntd.wcb-session-zero-hour-networking {\n text-align: center;\n}\n\ntr.wcpt-time-1120am td,\ntr.wcpt-time-120pm td,\ntr.wcpt-time-230p
 m td,\ntr.wcpt-time-340pm td {\n       border-top: none;\n}\n\n/* Footer */\n.site-info a {\n  text-decoration: none;\n}\n\n/* Sponsorship Page */\n.sponsor-box-left {\n      width: 46%;\n   margin-right: 5%;\n     float: left;\n}\n\n.sponsor-box-right {\n       width: 46%;\n   float: left;\n}\n\n.sponsor-banner {\n  background-color: #eee;\n       margin: 20px auto 40px;\n       padding: 1px;\n width: 97%;\n   -webkit-border-radius: 8px;\n   -moz-border-radius: 8px;\n      border-radius: 8px;\n   text-align: center;\n}\n\n/* Sidebar */\nh4.sponsor-level-title {\n     font-size: 18px;\n      margin: 0 0 15px;\n     border-bottom: 3px double #ccc;\n       padding-bottom: 5px;\n}\n\na.sponsor-logo img.wp-post-image {\n box-shadow: none;\n     margin-bottom: 10px;\n}\n\ndiv.sponsor-level {\n        margin-bottom: 20px;\n}\n\n.widget .in-kind {\n display: none;\n}\n\n/* Camp Tix */\n#tix-attendees .tix-columns-4 li {\n       width: 29% !important;\n}\n\n.tix-column-quantity {\n   padding-left: 5px;\n}\n\n/* Tagregator */\nbody.page-id-12.full-width .site-content {\n width:
  100%;\n}\n\n/* WordPress.tv */\n.wptv-video-item {\n  width: 43% !important;\n}\n\n/* =Media queries\n-------------------------------------------------------------- */\n/* Max width of 600 pixels. */\n@media screen and (max-width: 600px) {\n     #primary {\n            padding: 0 6%;\n        }\n     \n      #main, body.home #main {\n              margin-top: 50px;\n     }\n     \n      .main-navigation li a {\n               display: block;\n               text-decoration: none;\n        }\n     \n      .main-navigation li ul li a {\n         color: #fff;\n  }\n     \n      body.template-front-page #page .site-content {\n                float: none;\n          width: auto;\n  }\n     \n      body.template-front-page #page .widget-area {\n         float: none;\n          padding: 0;\n           width: auto;\n  }\n     \n      .main-navigation ul.nav-menu, .main-navigation div.nav-menu > ul {\n         text-align: center !important;\n        }\n     \n      .site-header {\n                background-color: #323232;\n    }\n     \n      .sponsor-box-left, .sponsor-box-right {\n               width: 95%;\n           margin: 0 auto 40px;\n          float: none;\n          clear: both;\n  }\n     \n      #tix-attendees .tix-columns-4 li {\n            width: 98% !im
 portant;\n             clear: both;\n  }\n     \n      #tix-attendees li {\n           float: none;\n          height: auto;\n         margin-bottom: 20px;\n          width: 98% !important;\n        }\n     \n      #tix-attendees li:after {\n             display: table;\n               content: \'\';\n                clear: both;\n  }\n     \n      .main-navigation li.no-pointer a {\n            background-color: #444;\n               line-height: 30px;\n    }\n     \n      .main-navigation li.no-pointer a span {\n               display: block;\n       }\n}\n\n/* Max width of 900 pixels. */\n@media screen and (max-width: 900px) {\n        body {\n                background: #fafafa url(\'http://2014.seattle.wordcamp.org/files/2014/05/wordcamp-seattle-mobile.jpg\') no-repeat top center;\n }\n     \n      .site {\n               margin: 0;\n            max-width: 100%;\n              overflow: hidden;\n     }\n     \n      .menu-primary-menu-container {\n                background: none;\n             padding: 0;\n   }\n     \n      .main-navigation li a {\n               font-size: 12px;\n              line-height: 32px;\n    }\n     \n      .main-navigation li.no-pointer {\n              display: block;\n       }\n     \n      .main-navigation li.no-pointer a {\n            margin-right: 0;\n              margin-bottom: 12px;\n  }\n     \n      body.templa
 te-front-page #page #main {\n          background: none;\n             background-color: #fff;\n               padding: 0;\n   }\n     \n      .first.front-widgets {\n                display: none;\n        }\n     \n      .wptv-video-item {\n            width: 100% !important;\n               clear: both !important;\n               float: none !important;\n               margin-bottom: 50px !important;\n       }\n}\n\n/* Minimum width of 900 pixels. */\n@media screen and (min-width: 900px) {\n    body {\n                background: #fafafa url(\'http://2014.seattle.wordcamp.org/files/2014/05/wordcamp-seattle-desktop.jpg\') no-repeat top center;\n        }\n     \n      body .site {\n          box-shadow: none;\n             margin: 0;\n    }\n     \n      #main {\n               margin: 315px auto 0;\n }\n     \n      body.home #main {\n             margin: 435px auto 0;\n }\n     \n      .menu-primary-menu-container {\n                background: transparent url(\'http://2013.minneapolis.wordcamp.org/files/2013/02/menu-wordpress-logo.jpg\') no-repeat top left;\n               padding: 0 0 0 60px;\n  }\n     \n      .main-navigation li a {\n               font-size: 16px;\n              line-height: 60px;\n    }\n}\n\n/* Minimum width of 1100 pixels. */\n@media screen and (m
 in-width: 1100px) {\n  body .site {\n          padding: 0;\n   }\n}\n\n.wcorg-sponsors h2 {\n  font-size: 1.8rem;\n}','safecss','Twenty Twelve','inherit','open','open','','808703-revision-v1','','','2014-12-06 21:26:02','2014-12-06 21:26:02','',808703,'http://2014.seattle.wordcamp.test/2014/12/06/808703-revision-v1/',0,'revision','',0),(808710,1,'2016-06-06 18:33:54','2016-06-06 18:33:54','','safecss','Twenty Sixteen','inherit','closed','closed','','808703-revision-v1','','','2016-06-06 18:33:54','2016-06-06 18:33:54','',808703,'http://2014.seattle.wordcamp.test/2016/06/06/808703-revision-v1/',0,'revision','',0),(808711,1,'2016-06-06 18:35:38','2016-06-06 18:35:38','','safecss','Twenty Twelve','inherit','closed','closed','','808703-revision-v1','','','2016-06-06 18:35:38','2016-06-06 18:35:38','',808703,'http://2014.seattle.wordcamp.test/2016/06/06/808703-revision-v1/',0,'revision','',0),(808712,1,'2016-06-06 18:35:48','2016-06-06 18:35:48','/*\nCustom stylesheet for WordCamp Seattle 2013\n*/\n
 /* global */\na {\n    color: #006cfc;\n       text-decoration: none;\n}\n\na:hover {\n        color: #006cfc;\n       text-decoration: underline;\n}\n\n.entry-content a:visited, .comment-content a:visited {\n      color: #006cfc;\n}\n\n.button {\n       display: inline-block;\n        padding: 8px 26px;\n    border: 2px solid #006cfc;\n    width: auto;\n  border-radius: 5px;\n   margin: 17px 0;\n       font-size: 15px;\n      font-weight: bold;\n    color: #006cfc;\n       text-decoration: none;\n}\n\n.button:hover, .button:visited:hover {\n   text-decoration: none;\n        color: #fff;\n  background-color: #006cfc;\n}\n\n/* header */\n.site-title, .site-description {\n       display: none;\n}\n\n/* Layout */\n.body {\n    background-color: #fff;\n}\n\n.site {\n background: none;\n     margin: 0 0 50px;\n     max-width: 100%;\n      min-width: 250px;\n     padding: 0 30px;\n}\n\n.site-header {\n padding: 0;\n}\n\n#main {\n     background-color: #fff;\n       border-radius: 5px;\n   box-shadow: 0 1px 5px #ccc;\n   margin: 315px auto 0;\n max-width: 1030px;\n    overflow: visible;\n    position: relative;
 \n     padding-top: 15px;\n}\n\n#primary {\n   padding: 0 4%;\n}\n\nbody.single-attachment .site-content,\nbody.full-width .site-content {\n   width: auto;\n}\n\n#colophon {\n        border: none;\n margin: 0 auto;\n       max-width: 1030px;\n    text-align: center;\n}\n\n/* Primary Menu */\n.site-header {\n  background-color: none;\n       padding: 0;\n}\n\n.main-navigation {\n  margin: 0 auto;\n       text-align: center;\n   max-width: 1030px;\n}\n\n.main-navigation ul.nav-menu,\n.main-navigation div.nav-menu > ul {\n       border: none;\n text-align: center !important;\n}\n\n.main-navigation li {\n    margin: 0;\n    font-family: \'Montserrat\', sans-serif;\n      font-weight: 400;\n}\n\n.main-navigation li a {\n       color: #fff;\n  padding: 0 14px;\n      -webkit-transition: color .3s ease-in;\n        -moz-transition: color .3s ease-in;\n   -o-transition: color .3s ease-in;\n     transition: color .3s ease-in;\n        text-shadow: 1px 1px 1px #444;\n}\n\n.main-navigation li a:hover {\n    color: #dce2ff;\n}\n\n.main-navigation .current-menu-item > a,\n.main-n
 avigation .current-menu-ancestor > a,\n.main-navigation .current_page_item > a,\n.main-navigation .current_page_ancestor > a {\n      color: #dce2ff;\n}\n\n.main-navigation ul.nav-menu.toggled-on,\n.menu-toggle,\n.menu-toggle:active,\n.menu-toggle.toggled-on,\nbutton:active {\n        background: none repeat scroll 0 0 transparent;\n       border: medium none;\n  border-radius: 0 0 0 0;\n       box-shadow: none;\n     color: #b2b2b0;\n       font-size: 12px;\n      line-height: 32px;\n    padding: 0;\n   text-transform: uppercase;\n    width: 100%;\n  -webkit-transition: color .2s ease-in;\n        -moz-transition: color .2s ease-in;\n   -o-transition: color .2s ease-in;\n     transition: color .2s ease-in;\n}\n\n.main-navigation ul.nav-menu.toggled-on:hover,\n.menu-toggle:hover {\n     background: none repeat scroll 0 0 transparent;\n       border: medium none;\n  border-radius: 0 0 0 0;\n       color: #FFFFFF;\n}\n\n.main-navigation li ul li a {\n   color: #333;\n  text-shadow: none;\n}\n\n.main-navigation li.no-pointer a {\n   font-size: 13px;\n      backgro
 und-color: #333;\n     line-height: 44px;\n    margin-top: 11px;\n     cursor: default;\n      text-shadow: none;\n    padding: 0 15px;\n      margin-right: 20px;\n}\n\n.main-navigation li.no-pointer a:hover {\n    cursor: default;\n      color: #fff;\n}\n\n.main-navigation li.no-pointer a span {\n    color: #78a3e0;\n}\n\n.main-navigation li ul li.current_page_item > a {\n    color: #78a3e0;\n}\n\n/* Content */\n.single-author .entry-meta .by-author {\n  display: inline;\n}\n\n.entry-content li {\n    margin-bottom: 10px;\n}\n\n.single-wcb_sponsor img.wp-post-image, body.page-id-451 .entry-content img, .entry-content img {\n   box-shadow: none;\n}\n\n.single-wcb_sponsor .entry-meta, .single-wcb_sponsor .nav-single {\n    display: none;\n}\n\nbody.template-front-page .entry-content h1 {\n     background: transparent url(\'//2014.seattle.wordcamp.org/files/2014/01/blue-dot.png\') no-repeat center left;\n        padding: 16px 0 16px 21px;\n}\n\n/* Sessions Page */\n.wcorg-session {\n        padding-bottom: 20px;\n margin-bottom: 20px;\n  border-b
 ottom: 3px double #999;\n}\n\n.wcorg-session h2 {\n    margin-bottom: 5px;\n   font-size: 24px;\n}\n\n.wcorg-session .wcpt-session-meta {\n    font-size: 12px;\n      color: #999;\n  margin-bottom: 5px;\n}\n\n/* Frontpage */\nbody.template-front-page #page #main {\n     background: #fff url(\'\\\'\') repeat-x top left;\n     padding: 190px 0 0;\n}\n\nbody.template-front-page #page .site-content {\n      float: left;\n  width: 58%;\n}\n\nbody.template-front-page #page .widget-area {\n       border: none;\n clear: none;\n  float: right;\n padding: 0 2% 0 0;\n    width: 32%;\n}\n\nbody.template-front-page #page .first.front-widgets {\n       float: none;\n  height: 240px;\n        left: 0;\n      overflow: hidden;\n     position: absolute;\n   top: -63px;\n   width: 100%;\n}\n\nbody.template-front-page #page .first.front-widgets .widget {\n      background: none;\n     border-radius: 0;\n     box-shadow: none;\n     clear: none;\n  float: left;\n  padding: 100px 0 0;\n   text-align: center;\n   width: 33.33%;\n}\n\nbody.template-front-page #page .widget-area {\n    padding-t
 op: 40px;\n}\n\n.header-widget-inner {\n       border-right: solid 1px #cecece;\n      padding: 15px 35px 5px;\n}\n\n#text-4 .header-widget-inner {\n  border-right: none;\n}\n\n.first.front-widgets .widget h4 {\n   font-size: 24px;\n      font-weight: 400;\n     line-height: 24px;\n    margin: 0 0 10px;\n     text-transform: none;\n}\n\n#page .first.front-widgets .widget h4 a {\n color: #4a4946;\n       text-decoration: none;\n        -webkit-transition: color .2s ease-in;\n        -moz-transition: color .2s ease-in;\n   -o-transition: color .2s ease-in;\n     transition: color .2s ease-in;\n}\n\n#page .first.front-widgets .widget h4 a:hover {\n  color: #1b65c7;\n       text-decoration: none;\n}\n\n#page .first.front-widgets .widget p {\n   font-size: 14px;\n      font-weight: 200;\n     line-height: 20px;\n}\n\nbody.template-front-page #page .second.front-widgets {\n       float: right;\n width: 100%;\n}\n\n.template-front-page .widget-area .widget li {\n     list-style-type: none;\n}\n\n.template-front-page .widget-area .widget h3 {\n   margin-bottom: 0;\n}\n\n/* T
 ypography */\nbody.custom-font-enabled {\n     font-family: \"Raleway\", \"Segoe UI\", \"Bitstream Vera Sans\", \"DejaVu Sans\", \"Bitstream Vera Sans\", \"Trebuchet MS\", Verdana, \"Verdana Ref\", sans-serif;\n}\n\n#content {\n     font-size: 15px;\n}\n\n#page h1 {\n     font-family: Montserrat;\n      font-size: 24px;\n      font-weight: 400;\n     line-height: 24px;\n    text-transform: uppercase;\n}\n\nh2 {\n font-family: Montserrat;\n      font-weight: 400;\n}\n\nh3 {\n  font-family: Montserrat;\n      font-weight: 400;\n}\n\nh4 {\n  font-family: Montserrat;\n      font-weight: 400;\n}\n\n/* Content */\nbody.page .entry-header h1 {\n   background: transparent url(\'//2014.seattle.wordcamp.org/files/2014/01/blue-dot.png\') no-repeat center left;\n        padding: 16px 0 16px 21px;\n}\n\n/* Widgets */\n#page .widget-area {\n  padding-top: 25px;\n}\n\n#page .widget {\n      background: #f5f5f5 url(\'//2013.seattle.wordcamp.org/files/2013/03/widget-bg.jpg\') repeat top lef
 t;\n   border-radius: 5px;\n   box-shadow: 0 1px 3px #d5d5d5;\n        margin: 0 0 50px;\n     padding: 10px 30px;\n}\n\n.widget-title {\n     background: transparent url(\'//2014.seattle.wordcamp.org/files/2014/01/blue-dot.png\') no-repeat top center;\n font-family: Montserrat;\n      font-size: 24px;\n      font-weight: 400;\n     line-height: 24px;\n    margin: -36px 0 0;\n    padding: 60px 0 0;\n    text-align: center;\n   text-transform: none;\n}\n\n.widget h5 {\n      background: transparent url(\'//2013.minneapolis.wordcamp.org/files/2013/03/widget-h5-bg.jpg\') repeat-x center left;\n color: #49c9f2;\n       font-size: 13px;\n      font-weight: 700;\n     line-height: 13px;\n    margin: 50px 0 30px;\n  padding: 0 5px;\n       text-align: center;\n   text-transform: none;\n text-shadow: 1px 0 0 #ffffff;\n}\n\n#page .widget_text img {\n  border-radius: 0;\n     box-shadow: none;\n     float: none;\n  margin: 0;\n}\n\n#page .widget_text,\n#page .widget_text p {\n  font-size: 13px;\n      line-height: 22px;\n}\n\n#page .widget_text a {\n       color: #006cfc;\n}\n\n#page .wid
 get_text a:hover {\n   color: #006cfc;\n}\n\n#page .widget_text #buddycamp-header {\n  display: block;\n       margin: -30px auto 20px;\n}\n\n.sponsor-logo {\n        text-align: center;\n}\n\n#page .widget_text .widget-link {\n   font-weight: bold;\n    margin: 0 0 5px;\n      text-align: center;\n}\n\n.widget_twitter_timeline iframe {\n   width: 100% !important;\n}\n\n/* Schedule Table */\n.schedule-table th {\n      text-align: center;\n   font-size: 1em;\n       color: #333;\n}\n\n.schedule-table tbody td {\n text-align: center;\n}\n\n.entry-content .schedule-table td {\n padding: 13px 0;\n}\n\n.schedule-table tbody td:nth-child(2n+1) {\n     background-color: #f5f5f5;\n}\n\n.schedule-table td.t-time {\n  color: #333;\n  text-align: left;\n     background-color: transparent;\n}\n\n.schedule-table tbody td.t-time {\n        background-color: transparent;\n}\n\n.table-legend {\n  width: auto !important;\n}\n\n.t-beg {\n        background-color: lightblue;\n}\n\n.t-int {\n   background-color: white;\n}\n\n.t-adv {\n       background-color: lightcoral;\n}
 \n\n.t-row {\n text-align: center;\n}\n\n.wcpt-session-title {\n       font-weight: bold;\n}\n\n.wcpt-session-speakers:before {\n      display: inline;\n      content: \'- \';\n}\n\ntr.global-session td.wcpt-session-type-session,\ntr.global-session td.wcpt-session-type-custom,\ntd.wcb-session-zero-hour-networking {\n text-align: center;\n}\n\ntr.wcpt-time-1120am td,\ntr.wcpt-time-120pm td,\ntr.wcpt-time-230pm td,\ntr.wcpt-time-340pm td {\n    border-top: none;\n}\n\n/* Footer */\n.site-info a {\n  text-decoration: none;\n}\n\n/* Sponsorship Page */\n.sponsor-box-left {\n      width: 46%;\n   margin-right: 5%;\n     float: left;\n}\n\n.sponsor-box-right {\n       width: 46%;\n   float: left;\n}\n\n.sponsor-banner {\n  background-color: #eee;\n       margin: 20px auto 40px;\n       padding: 1px;\n width: 97%;\n   -webkit-border-radius: 8px;\n   -moz-border-radius: 8px;\n      border-radius: 8px;\n   text-align: center;\n}\n\n/* Sidebar */\nh4.sponsor-level-title {\n     font-size: 18px;\n      margin: 0 0 15px;\n     border-bottom: 3px double #ccc;\n       padding-
 bottom: 5px;\n}\n\na.sponsor-logo img.wp-post-image {\n        box-shadow: none;\n     margin-bottom: 10px;\n}\n\ndiv.sponsor-level {\n        margin-bottom: 20px;\n}\n\n.widget .in-kind {\n display: none;\n}\n\n/* Camp Tix */\n#tix-attendees .tix-columns-4 li {\n       width: 29% !important;\n}\n\n.tix-column-quantity {\n   padding-left: 5px;\n}\n\n/* Tagregator */\nbody.page-id-12.full-width .site-content {\n width: 100%;\n}\n\n/* WordPress.tv */\n.wptv-video-item {\n     width: 43% !important;\n}\n\n/* =Media queries\n-------------------------------------------------------------- */\n/* Max width of 600 pixels. */\n@media screen and (max-width: 600px) {\n     #primary {\n            padding: 0 6%;\n        }\n     \n      #main, body.home #main {\n              margin-top: 50px;\n     }\n     \n      .main-navigation li a {\n               display: block;\n               text-decoration: none;\n        }\n     \n      .main-navigation li ul li a {\n         color: #fff;\n  }\n     \n      body.template-front-page #page .site-content {\n                float: none;\n          width: auto;\n  }\n     \n      body.template-front-page #page .widget-area {\
 n              float: none;\n          padding: 0;\n           width: auto;\n  }\n     \n      .main-navigation ul.nav-menu, .main-navigation div.nav-menu > ul {\n         text-align: center !important;\n        }\n     \n      .site-header {\n                background-color: #323232;\n    }\n     \n      .sponsor-box-left, .sponsor-box-right {\n               width: 95%;\n           margin: 0 auto 40px;\n          float: none;\n          clear: both;\n  }\n     \n      #tix-attendees .tix-columns-4 li {\n            width: 98% !important;\n                clear: both;\n  }\n     \n      #tix-attendees li {\n           float: none;\n          height: auto;\n         margin-bottom: 20px;\n          width: 98% !important;\n        }\n     \n      #tix-attendees li:after {\n             display: table;\n               content: \'\';\n                clear: both;\n  }\n     \n      .main-navigation li.no-pointer a {\n            background-color: #444;\n               line-height: 30px;\n    }\n     \n      .main-navigation li.no-pointer a span {\n               display: block;\n       }\n}\n\n/* Max width of 900 pixels. */\n@media screen and (max-width: 900px) {\n        body {\n                background: #fafafa url(\'//2014.seattle.wordcamp.org/files/2014/05/wordcamp-seattle-mobile.jpg\') no-repeat top center;\n      
 }\n    \n      .site {\n               margin: 0;\n            max-width: 100%;\n              overflow: hidden;\n     }\n     \n      .menu-primary-menu-container {\n                background: none;\n             padding: 0;\n   }\n     \n      .main-navigation li a {\n               font-size: 12px;\n              line-height: 32px;\n    }\n     \n      .main-navigation li.no-pointer {\n              display: block;\n       }\n     \n      .main-navigation li.no-pointer a {\n            margin-right: 0;\n              margin-bottom: 12px;\n  }\n     \n      body.template-front-page #page #main {\n                background: none;\n             background-color: #fff;\n               padding: 0;\n   }\n     \n      .first.front-widgets {\n                display: none;\n        }\n     \n      .wptv-video-item {\n            width: 100% !important;\n               clear: both !important;\n               float: none !important;\n               margin-bottom: 50px !important;\n       }\n}\n\n/* Minimum width of 900 pixels. */\n@media screen and (min-width: 900px) {\n    body {\n                background: #fafafa url(\'//2014.seattle.wordcamp.org/files/2014/05/wordcamp-seattle-desktop.jpg\') no-repeat top center;\n     }\n     \n      body .site {\n          box-shadow: none;\n             margin: 0;\n    }\n     \n      #main {\n               margin: 315px auto 0;\n }\
 n      \n      body.home #main {\n             margin: 435px auto 0;\n }\n     \n      .menu-primary-menu-container {\n                background: transparent url(\'//2013.minneapolis.wordcamp.org/files/2013/02/menu-wordpress-logo.jpg\') no-repeat top left;\n            padding: 0 0 0 60px;\n  }\n     \n      .main-navigation li a {\n               font-size: 16px;\n              line-height: 60px;\n    }\n}\n\n/* Minimum width of 1100 pixels. */\n@media screen and (min-width: 1100px) {\n  body .site {\n          padding: 0;\n   }\n}\n\n.wcorg-sponsors h2 {\n  font-size: 1.8rem;\n}','safecss','Twenty Twelve','inherit','closed','closed','','808703-revision-v1','','','2016-06-06 18:35:48','2016-06-06 18:35:48','',808703,'http://2014.seattle.wordcamp.test/2016/06/06/808703-revision-v1/',0,'revision','',0),(808713,1,'2016-06-06 18:38:08','0000-00-00 00:00:00','','Auto Draft','','auto-draft','open','open','','','','','2016-06-06 18:38:08','0000-00-00 00:00:00','',0,'http://2014.seattle.wordcamp.test/?p=808713',0,'post','',0),(808714,1,'2016-06-06 18:55:31','2016-06-06 18:55:31','/*\nCustom
  stylesheet for WordCamp Seattle 2013\n*/\n/* global */\na {\n color: #006cfc;\n       text-decoration: none;\n}\n\na:hover {\n        color: #006cfc;\n       text-decoration: underline;\n}\n\n.entry-content a:visited, .comment-content a:visited {\n      color: #006cfc;\n}\n\n.button {\n       display: inline-block;\n        padding: 8px 26px;\n    border: 2px solid #006cfc;\n    width: auto;\n  border-radius: 5px;\n   margin: 17px 0;\n       font-size: 15px;\n      font-weight: bold;\n    color: #006cfc;\n       text-decoration: none;\n}\n\n.button:hover, .button:visited:hover {\n   text-decoration: none;\n        color: #fff;\n  background-color: #006cfc;\n}\n\n/* header */\n.site-title, .site-description {\n       display: none;\n}\n\n/* Layout */\n.body {\n    background-color: #fff;\n}\n\n.site {\n background: none;\n     margin: 0 0 50px;\n     max-width: 100%;\n      min-width: 250px;\n     padding: 0 30px;\n}\n\n.site-header {\n padding: 0;\n}\n\n#main {\n     background-color: #fff;\n       border-radius: 5px;\n   box-shadow: 0 1px 5px #ccc;\n   margin: 315px auto 0;\n max-width: 1030px;
 \n     overflow: visible;\n    position: relative;\n   padding-top: 15px;\n}\n\n#primary {\n   padding: 0 4%;\n}\n\nbody.single-attachment .site-content,\nbody.full-width .site-content {\n   width: auto;\n}\n\n#colophon {\n        border: none;\n margin: 0 auto;\n       max-width: 1030px;\n    text-align: center;\n}\n\n/* Primary Menu */\n.site-header {\n  background-color: none;\n       padding: 0;\n}\n\n.main-navigation {\n  margin: 0 auto;\n       text-align: center;\n   max-width: 1030px;\n}\n\n.main-navigation ul.nav-menu,\n.main-navigation div.nav-menu > ul {\n       border: none;\n text-align: center !important;\n}\n\n.main-navigation li {\n    margin: 0;\n    font-family: \'Montserrat\', sans-serif;\n      font-weight: 400;\n}\n\n.main-navigation li a {\n       color: #fff;\n  padding: 0 14px;\n      -webkit-transition: color .3s ease-in;\n        -moz-transition: color .3s ease-in;\n   -o-transition: color .3s ease-in;\n     transition: color .3s ease-in;\n        text-shadow: 1px 1px 1px #444;\n}\n\n.main-navigation li a:hover {\n    color: #dce2ff;\n}\n\n.main-nav
 igation .current-menu-item > a,\n.main-navigation .current-menu-ancestor > a,\n.main-navigation .current_page_item > a,\n.main-navigation .current_page_ancestor > a {\n   color: #dce2ff;\n}\n\n.main-navigation ul.nav-menu.toggled-on,\n.menu-toggle,\n.menu-toggle:active,\n.menu-toggle.toggled-on,\nbutton:active {\n        background: none repeat scroll 0 0 transparent;\n       border: medium none;\n  border-radius: 0 0 0 0;\n       box-shadow: none;\n     color: #b2b2b0;\n       font-size: 12px;\n      line-height: 32px;\n    padding: 0;\n   text-transform: uppercase;\n    width: 100%;\n  -webkit-transition: color .2s ease-in;\n        -moz-transition: color .2s ease-in;\n   -o-transition: color .2s ease-in;\n     transition: color .2s ease-in;\n}\n\n.main-navigation ul.nav-menu.toggled-on:hover,\n.menu-toggle:hover {\n     background: none repeat scroll 0 0 transparent;\n       border: medium none;\n  border-radius: 0 0 0 0;\n       color: #FFFFFF;\n}\n\n.main-navigation li ul li a {\n   color: #333;\n  text-shadow: none;\n}\n\n.main-navigation li.
 no-pointer a {\n       font-size: 13px;\n      background-color: #333;\n       line-height: 44px;\n    margin-top: 11px;\n     cursor: default;\n      text-shadow: none;\n    padding: 0 15px;\n      margin-right: 20px;\n}\n\n.main-navigation li.no-pointer a:hover {\n    cursor: default;\n      color: #fff;\n}\n\n.main-navigation li.no-pointer a span {\n    color: #78a3e0;\n}\n\n.main-navigation li ul li.current_page_item > a {\n    color: #78a3e0;\n}\n\n/* Content */\n.single-author .entry-meta .by-author {\n  display: inline;\n}\n\n.entry-content li {\n    margin-bottom: 10px;\n}\n\n.single-wcb_sponsor img.wp-post-image, body.page-id-451 .entry-content img, .entry-content img {\n   box-shadow: none;\n}\n\n.single-wcb_sponsor .entry-meta, .single-wcb_sponsor .nav-single {\n    display: none;\n}\n\nbody.template-front-page .entry-content h1 {\n     background: transparent url(\'\\\'//2014.seattle.wordcamp.org/files/2014/01/blue-dot.png\') no-repeat center left;\n    padding: 16px 0 16px 21px;\n}\n\n/* Sessions Page */\n.wcorg-session {\n        padding-
 bottom: 20px;\n        margin-bottom: 20px;\n  border-bottom: 3px double #999;\n}\n\n.wcorg-session h2 {\n     margin-bottom: 5px;\n   font-size: 24px;\n}\n\n.wcorg-session .wcpt-session-meta {\n    font-size: 12px;\n      color: #999;\n  margin-bottom: 5px;\n}\n\n/* Frontpage */\nbody.template-front-page #page #main {\n     background: #fff url(\'\\\'\\\\\'\') repeat-x top left;\n       padding: 190px 0 0;\n}\n\nbody.template-front-page #page .site-content {\n      float: left;\n  width: 58%;\n}\n\nbody.template-front-page #page .widget-area {\n       border: none;\n clear: none;\n  float: right;\n padding: 0 2% 0 0;\n    width: 32%;\n}\n\nbody.template-front-page #page .first.front-widgets {\n       float: none;\n  height: 240px;\n        left: 0;\n      overflow: hidden;\n     position: absolute;\n   top: -63px;\n   width: 100%;\n}\n\nbody.template-front-page #page .first.front-widgets .widget {\n      background: none;\n     border-radius: 0;\n     box-shadow: none;\n     clear: none;\n  float: left;\n  padding: 100px 0 0;\n   text-align: center;\n   width: 33.33%;\n}\n\nbody
 .template-front-page #page .widget-area {\n    padding-top: 40px;\n}\n\n.header-widget-inner {\n       border-right: solid 1px #cecece;\n      padding: 15px 35px 5px;\n}\n\n#text-4 .header-widget-inner {\n  border-right: none;\n}\n\n.first.front-widgets .widget h4 {\n   font-size: 24px;\n      font-weight: 400;\n     line-height: 24px;\n    margin: 0 0 10px;\n     text-transform: none;\n}\n\n#page .first.front-widgets .widget h4 a {\n color: #4a4946;\n       text-decoration: none;\n        -webkit-transition: color .2s ease-in;\n        -moz-transition: color .2s ease-in;\n   -o-transition: color .2s ease-in;\n     transition: color .2s ease-in;\n}\n\n#page .first.front-widgets .widget h4 a:hover {\n  color: #1b65c7;\n       text-decoration: none;\n}\n\n#page .first.front-widgets .widget p {\n   font-size: 14px;\n      font-weight: 200;\n     line-height: 20px;\n}\n\nbody.template-front-page #page .second.front-widgets {\n       float: right;\n width: 100%;\n}\n\n.template-front-page .widget-area .widget li {\n     list-style-type: none;\n}\n\n.template-front-page .wi
 dget-area .widget h3 {\n       margin-bottom: 0;\n}\n\n/* Typography */\nbody.custom-font-enabled {\n  font-family: \"Raleway\", \"Segoe UI\", \"Bitstream Vera Sans\", \"DejaVu Sans\", \"Bitstream Vera Sans\", \"Trebuchet MS\", Verdana, \"Verdana Ref\", sans-serif;\n}\n\n#content {\n     font-size: 15px;\n}\n\n#page h1 {\n     font-family: Montserrat;\n      font-size: 24px;\n      font-weight: 400;\n     line-height: 24px;\n    text-transform: uppercase;\n}\n\nh2 {\n font-family: Montserrat;\n      font-weight: 400;\n}\n\nh3 {\n  font-family: Montserrat;\n      font-weight: 400;\n}\n\nh4 {\n  font-family: Montserrat;\n      font-weight: 400;\n}\n\n/* Content */\nbody.page .entry-header h1 {\n   background: transparent url(\'\\\'//2014.seattle.wordcamp.org/files/2014/01/blue-dot.png\') no-repeat center left;\n    padding: 16px 0 16px 21px;\n}\n\n/* Widgets */\n#page .widget-area {\n  padding-top: 25px;\n}\n\n#page .widget {\n      background: #f5f5f5 url(\'\\\'//2013.seatt
 le.wordcamp.org/files/2013/03/widget-bg.jpg\') repeat top left;\n      border-radius: 5px;\n   box-shadow: 0 1px 3px #d5d5d5;\n        margin: 0 0 50px;\n     padding: 10px 30px;\n}\n\n.widget-title {\n     background: transparent url(\'\\\'//2014.seattle.wordcamp.org/files/2014/01/blue-dot.png\') no-repeat top center;\n     font-family: Montserrat;\n      font-size: 24px;\n      font-weight: 400;\n     line-height: 24px;\n    margin: -36px 0 0;\n    padding: 60px 0 0;\n    text-align: center;\n   text-transform: none;\n}\n\n.widget h5 {\n      background: transparent url(\'\\\'//2013.minneapolis.wordcamp.org/files/2013/03/widget-h5-bg.jpg\') repeat-x center left;\n     color: #49c9f2;\n       font-size: 13px;\n      font-weight: 700;\n     line-height: 13px;\n    margin: 50px 0 30px;\n  padding: 0 5px;\n       text-align: center;\n   text-transform: none;\n text-shadow: 1px 0 0 #ffffff;\n}\n\n#page .widget_text img {\n  border-radius: 0;\n     box-shadow: none;\n     float: none;\n  margin: 0;\n}\n\n#page .widget_text,\n#page .widget_text p {\n  font-size: 13px;\n      line-height: 
 22px;\n}\n\n#page .widget_text a {\n   color: #006cfc;\n}\n\n#page .widget_text a:hover {\n    color: #006cfc;\n}\n\n#page .widget_text #buddycamp-header {\n  display: block;\n       margin: -30px auto 20px;\n}\n\n.sponsor-logo {\n        text-align: center;\n}\n\n#page .widget_text .widget-link {\n   font-weight: bold;\n    margin: 0 0 5px;\n      text-align: center;\n}\n\n.widget_twitter_timeline iframe {\n   width: 100% !important;\n}\n\n/* Schedule Table */\n.schedule-table th {\n      text-align: center;\n   font-size: 1em;\n       color: #333;\n}\n\n.schedule-table tbody td {\n text-align: center;\n}\n\n.entry-content .schedule-table td {\n padding: 13px 0;\n}\n\n.schedule-table tbody td:nth-child(2n+1) {\n     background-color: #f5f5f5;\n}\n\n.schedule-table td.t-time {\n  color: #333;\n  text-align: left;\n     background-color: transparent;\n}\n\n.schedule-table tbody td.t-time {\n        background-color: transparent;\n}\n\n.table-legend {\n  width: auto !important;\n}\n\n.t-beg {\n        background-color: lightblue;\n}\n\n.t-int {\n   backg
 round-color: white;\n}\n\n.t-adv {\n   background-color: lightcoral;\n}\n\n.t-row {\n  text-align: center;\n}\n\n.wcpt-session-title {\n       font-weight: bold;\n}\n\n.wcpt-session-speakers:before {\n      display: inline;\n      content: \'- \';\n}\n\ntr.global-session td.wcpt-session-type-session,\ntr.global-session td.wcpt-session-type-custom,\ntd.wcb-session-zero-hour-networking {\n text-align: center;\n}\n\ntr.wcpt-time-1120am td,\ntr.wcpt-time-120pm td,\ntr.wcpt-time-230pm td,\ntr.wcpt-time-340pm td {\n    border-top: none;\n}\n\n/* Footer */\n.site-info a {\n  text-decoration: none;\n}\n\n/* Sponsorship Page */\n.sponsor-box-left {\n      width: 46%;\n   margin-right: 5%;\n     float: left;\n}\n\n.sponsor-box-right {\n       width: 46%;\n   float: left;\n}\n\n.sponsor-banner {\n  background-color: #eee;\n       margin: 20px auto 40px;\n       padding: 1px;\n width: 97%;\n   -webkit-border-radius: 8px;\n   -moz-border-radius: 8px;\n      border-radius: 8px;\n   text-align: center;\n}\n\n/* Sidebar */\nh4.sponsor-level-title {\n     font-size: 1
 8px;\n margin: 0 0 15px;\n     border-bottom: 3px double #ccc;\n       padding-bottom: 5px;\n}\n\na.sponsor-logo img.wp-post-image {\n box-shadow: none;\n     margin-bottom: 10px;\n}\n\ndiv.sponsor-level {\n        margin-bottom: 20px;\n}\n\n.widget .in-kind {\n display: none;\n}\n\n/* Camp Tix */\n#tix-attendees .tix-columns-4 li {\n       width: 29% !important;\n}\n\n.tix-column-quantity {\n   padding-left: 5px;\n}\n\n/* Tagregator */\nbody.page-id-12.full-width .site-content {\n width: 100%;\n}\n\n/* WordPress.tv */\n.wptv-video-item {\n     width: 43% !important;\n}\n\n/* =Media queries\n-------------------------------------------------------------- */\n/* Max width of 600 pixels. */\n@media screen and (max-width: 600px) {\n     #primary {\n            padding: 0 6%;\n        }\n     \n      #main, body.home #main {\n              margin-top: 50px;\n     }\n     \n      .main-navigation li a {\n               display: block;\n               text-decoration: none;\n        }\n     \n      .main-navigation li ul li a {\n         color: #fff;\n  }\n     \n      body.template-front-page #page .site-content {\n                float: none;\n  
        width: auto;\n  }\n     \n      body.template-front-page #page .widget-area {\n         float: none;\n          padding: 0;\n           width: auto;\n  }\n     \n      .main-navigation ul.nav-menu, .main-navigation div.nav-menu > ul {\n         text-align: center !important;\n        }\n     \n      .site-header {\n                background-color: #323232;\n    }\n     \n      .sponsor-box-left, .sponsor-box-right {\n               width: 95%;\n           margin: 0 auto 40px;\n          float: none;\n          clear: both;\n  }\n     \n      #tix-attendees .tix-columns-4 li {\n            width: 98% !important;\n                clear: both;\n  }\n     \n      #tix-attendees li {\n           float: none;\n          height: auto;\n         margin-bottom: 20px;\n          width: 98% !important;\n        }\n     \n      #tix-attendees li:after {\n             display: table;\n               content: \'\';\n                clear: both;\n  }\n     \n      .main-navigation li.no-pointer a {\n            background-color: #444;\n               line-height: 30px;\n    }\n     \n      .main-navigation li.no-pointer a span {\n               display: block;\n       }\n}\n\n/* Max width of 900 pixels. */\n@media screen and (max-width: 900px) {\n        body {\n                background: #fafafa url(\'\\\'//2014.seattle.wordcamp.
 org/files/2014/05/wordcamp-seattle-mobile.jpg\') no-repeat top center;\n       }\n     \n      .site {\n               margin: 0;\n            max-width: 100%;\n              overflow: hidden;\n     }\n     \n      .menu-primary-menu-container {\n                background: none;\n             padding: 0;\n   }\n     \n      .main-navigation li a {\n               font-size: 12px;\n              line-height: 32px;\n    }\n     \n      .main-navigation li.no-pointer {\n              display: block;\n       }\n     \n      .main-navigation li.no-pointer a {\n            margin-right: 0;\n              margin-bottom: 12px;\n  }\n     \n      body.template-front-page #page #main {\n                background: none;\n             background-color: #fff;\n               padding: 0;\n   }\n     \n      .first.front-widgets {\n                display: none;\n        }\n     \n      .wptv-video-item {\n            width: 100% !important;\n               clear: both !important;\n               float: none !important;\n               margin-bottom: 50px !important;\n       }\n}\n\n/* Minimum width of 900 pixels. */\n@media screen and (min-width: 900px) {\n    body {\n                background: #fafafa url(\'//2014.seattle.wordcamp.org/files/2014/05/wordcamp-seattle-desktop.jpg\') no-repeat top center;\n     }\n     \n      body .site {\n          box-s
 hadow: none;\n         margin: 0;\n    }\n     \n      #main {\n               margin: 315px auto 0;\n }\n     \n      body.home #main {\n             margin: 435px auto 0;\n }\n     \n      .menu-primary-menu-container {\n                background: transparent url(\'\\\'//2013.minneapolis.wordcamp.org/files/2013/02/menu-wordpress-logo.jpg\') no-repeat top left;\n                padding: 0 0 0 60px;\n  }\n     \n      .main-navigation li a {\n               font-size: 16px;\n              line-height: 60px;\n    }\n}\n\n/* Minimum width of 1100 pixels. */\n@media screen and (min-width: 1100px) {\n  body .site {\n          padding: 0;\n   }\n}\n\n.wcorg-sponsors h2 {\n  font-size: 1.8rem;\n}','safecss','Twenty Twelve','inherit','closed','closed','','808703-revision-v1','','','2016-06-06 18:55:31','2016-06-06 18:55:31','',808703,'http://2014.seattle.wordcamp.test/2016/06/06/808703-revision-v1/',0,'revision','',0),(808715,1,'2016-06-06 18:58:38','2016-06-06 18:58:38','/*\nCustom stylesheet for WordCamp Seattle 2013\n*/\n/* global */\na {\n  color: #006cfc;\n       text-decoration: none;\n}\n\na:hover {\n        color: #006cfc;\n       text-
 decoration: underline;\n}\n\n.entry-content a:visited, .comment-content a:visited {\n  color: #006cfc;\n}\n\n.button {\n       display: inline-block;\n        padding: 8px 26px;\n    border: 2px solid #006cfc;\n    width: auto;\n  border-radius: 5px;\n   margin: 17px 0;\n       font-size: 15px;\n      font-weight: bold;\n    color: #006cfc;\n       text-decoration: none;\n}\n\n.button:hover, .button:visited:hover {\n   text-decoration: none;\n        color: #fff;\n  background-color: #006cfc;\n}\n\n/* header */\n.site-title, .site-description {\n       display: none;\n}\n\n/* Layout */\n.body {\n    background-color: #fff;\n}\n\n.site {\n background: none;\n     margin: 0 0 50px;\n     max-width: 100%;\n      min-width: 250px;\n     padding: 0 30px;\n}\n\n.site-header {\n padding: 0;\n}\n\n#main {\n     background-color: #fff;\n       border-radius: 5px;\n   box-shadow: 0 1px 5px #ccc;\n   margin: 315px auto 0;\n max-width: 1030px;\n    overflow: visible;\n    position: relative;\n   padding-top: 15px;\n}\n\n#primary {\n   padding: 0 4%;\n}\n\nbody.single-attachment .site-content,\nb
 ody.full-width .site-content {\n       width: auto;\n}\n\n#colophon {\n        border: none;\n margin: 0 auto;\n       max-width: 1030px;\n    text-align: center;\n}\n\n/* Primary Menu */\n.site-header {\n  background-color: none;\n       padding: 0;\n}\n\n.main-navigation {\n  margin: 0 auto;\n       text-align: center;\n   max-width: 1030px;\n}\n\n.main-navigation ul.nav-menu,\n.main-navigation div.nav-menu > ul {\n       border: none;\n text-align: center !important;\n}\n\n.main-navigation li {\n    margin: 0;\n    font-family: \'Montserrat\', sans-serif;\n      font-weight: 400;\n}\n\n.main-navigation li a {\n       color: #fff;\n  padding: 0 14px;\n      -webkit-transition: color .3s ease-in;\n        -moz-transition: color .3s ease-in;\n   -o-transition: color .3s ease-in;\n     transition: color .3s ease-in;\n        text-shadow: 1px 1px 1px #444;\n}\n\n.main-navigation li a:hover {\n    color: #dce2ff;\n}\n\n.main-navigation .current-menu-item > a,\n.main-navigation .current-menu-ancestor > a,\n.main-navigation .current_page_item > a,\n.main-navigatio
 n .current_page_ancestor > a {\n    color: #dce2ff;\n}\n\n.main-navigation ul.nav-menu.toggled-on,\n.menu-toggle,\n.menu-toggle:active,\n.menu-toggle.toggled-on,\nbutton:active {\n        background: none repeat scroll 0 0 transparent;\n       border: medium none;\n  border-radius: 0 0 0 0;\n       box-shadow: none;\n     color: #b2b2b0;\n       font-size: 12px;\n      line-height: 32px;\n    padding: 0;\n   text-transform: uppercase;\n    width: 100%;\n  -webkit-transition: color .2s ease-in;\n        -moz-transition: color .2s ease-in;\n   -o-transition: color .2s ease-in;\n     transition: color .2s ease-in;\n}\n\n.main-navigation ul.nav-menu.toggled-on:hover,\n.menu-toggle:hover {\n     background: none repeat scroll 0 0 transparent;\n       border: medium none;\n  border-radius: 0 0 0 0;\n       color: #FFFFFF;\n}\n\n.main-navigation li ul li a {\n   color: #333;\n  text-shadow: none;\n}\n\n.main-navigation li.no-pointer a {\n   font-size: 13px;\n      background-color: #333;\n       line-height: 44px;\n    margin-top: 11px;\n     cursor: default;\n      text-shadow: none;\n    pa
 dding: 0 15px;\n       margin-right: 20px;\n}\n\n.main-navigation li.no-pointer a:hover {\n    cursor: default;\n      color: #fff;\n}\n\n.main-navigation li.no-pointer a span {\n    color: #78a3e0;\n}\n\n.main-navigation li ul li.current_page_item > a {\n    color: #78a3e0;\n}\n\n/* Content */\n.single-author .entry-meta .by-author {\n  display: inline;\n}\n\n.entry-content li {\n    margin-bottom: 10px;\n}\n\n.single-wcb_sponsor img.wp-post-image, body.page-id-451 .entry-content img, .entry-content img {\n   box-shadow: none;\n}\n\n.single-wcb_sponsor .entry-meta, .single-wcb_sponsor .nav-single {\n    display: none;\n}\n\nbody.template-front-page .entry-content h1 {\n     background: transparent url(\'https://2014.seattle.wordcamp.org/files/2014/01/blue-dot.png\') no-repeat center left;\n  padding: 16px 0 16px 21px;\n}\n\n/* Sessions Page */\n.wcorg-session {\n        padding-bottom: 20px;\n margin-bottom: 20px;\n  border-bottom: 3px double #999;\n}\n\n.wcorg-session h2 {\n     margin-bottom: 5px;\n   font-size: 24px;\n}\n\
 n.wcorg-session .wcpt-session-meta {\n font-size: 12px;\n      color: #999;\n  margin-bottom: 5px;\n}\n\n/* Frontpage */\nbody.template-front-page #page #main {\n     background: #fff repeat-x top left;\n   padding: 190px 0 0;\n}\n\nbody.template-front-page #page .site-content {\n      float: left;\n  width: 58%;\n}\n\nbody.template-front-page #page .widget-area {\n       border: none;\n clear: none;\n  float: right;\n padding: 0 2% 0 0;\n    width: 32%;\n}\n\nbody.template-front-page #page .first.front-widgets {\n       float: none;\n  height: 240px;\n        left: 0;\n      overflow: hidden;\n     position: absolute;\n   top: -63px;\n   width: 100%;\n}\n\nbody.template-front-page #page .first.front-widgets .widget {\n      background: none;\n     border-radius: 0;\n     box-shadow: none;\n     clear: none;\n  float: left;\n  padding: 100px 0 0;\n   text-align: center;\n   width: 33.33%;\n}\n\nbody.template-front-page #page .widget-area {\n    padding-top: 40px;\n}\n\n.header-widget-inner {\n       border-right: solid 1px #cecece;\n      padding: 15px 35px 5px;\n}\n\n#tex
 t-4 .header-widget-inner {\n   border-right: none;\n}\n\n.first.front-widgets .widget h4 {\n   font-size: 24px;\n      font-weight: 400;\n     line-height: 24px;\n    margin: 0 0 10px;\n     text-transform: none;\n}\n\n#page .first.front-widgets .widget h4 a {\n color: #4a4946;\n       text-decoration: none;\n        -webkit-transition: color .2s ease-in;\n        -moz-transition: color .2s ease-in;\n   -o-transition: color .2s ease-in;\n     transition: color .2s ease-in;\n}\n\n#page .first.front-widgets .widget h4 a:hover {\n  color: #1b65c7;\n       text-decoration: none;\n}\n\n#page .first.front-widgets .widget p {\n   font-size: 14px;\n      font-weight: 200;\n     line-height: 20px;\n}\n\nbody.template-front-page #page .second.front-widgets {\n       float: right;\n width: 100%;\n}\n\n.template-front-page .widget-area .widget li {\n     list-style-type: none;\n}\n\n.template-front-page .widget-area .widget h3 {\n   margin-bottom: 0;\n}\n\n/* Typography */\nbody.custom-font-enabled {\n  font-family: \"Raleway\", \"Segoe UI\", \"
 Bitstream Vera Sans\", \"DejaVu Sans\", \"Bitstream Vera Sans\", \"Trebuchet MS\", Verdana, \"Verdana Ref\", sans-serif;\n}\n\n#content {\n       font-size: 15px;\n}\n\n#page h1 {\n     font-family: Montserrat;\n      font-size: 24px;\n      font-weight: 400;\n     line-height: 24px;\n    text-transform: uppercase;\n}\n\nh2 {\n font-family: Montserrat;\n      font-weight: 400;\n}\n\nh3 {\n  font-family: Montserrat;\n      font-weight: 400;\n}\n\nh4 {\n  font-family: Montserrat;\n      font-weight: 400;\n}\n\n/* Content */\nbody.page .entry-header h1 {\n   background: transparent url(\'https://2014.seattle.wordcamp.org/files/2014/01/blue-dot.png\') no-repeat center left;\n  padding: 16px 0 16px 21px;\n}\n\n/* Widgets */\n#page .widget-area {\n  padding-top: 25px;\n}\n\n#page .widget {\n      background: #f5f5f5 url(\'http://2013.seattle.wordcamp.org/files/2013/03/widget-bg.jpg\') repeat top left;\n    border-radius: 5px;\n   box-shadow: 0 1px 3px #d5d5d5;\n        margin: 0 0 50px;\n     padding: 10px 30px;
 \n}\n\n.widget-title {\n       background: transparent url(\'https://2014.seattle.wordcamp.org/files/2014/01/blue-dot.png\') no-repeat top center;\n   font-family: Montserrat;\n      font-size: 24px;\n      font-weight: 400;\n     line-height: 24px;\n    margin: -36px 0 0;\n    padding: 60px 0 0;\n    text-align: center;\n   text-transform: none;\n}\n\n.widget h5 {\n      background: transparent url(\'http://2013.minneapolis.wordcamp.org/files/2013/03/widget-h5-bg.jpg\') repeat-x center left;\n    color: #49c9f2;\n       font-size: 13px;\n      font-weight: 700;\n     line-height: 13px;\n    margin: 50px 0 30px;\n  padding: 0 5px;\n       text-align: center;\n   text-transform: none;\n text-shadow: 1px 0 0 #ffffff;\n}\n\n#page .widget_text img {\n  border-radius: 0;\n     box-shadow: none;\n     float: none;\n  margin: 0;\n}\n\n#page .widget_text,\n#page .widget_text p {\n  font-size: 13px;\n      line-height: 22px;\n}\n\n#page .widget_text a {\n       color: #006cfc;\n}\n\n#page .widget_text a:hover {\n    color: #006cfc;\n}\n\n#page .widget_text #buddycamp-header {\n  disp
 lay: block;\n  margin: -30px auto 20px;\n}\n\n.sponsor-logo {\n        text-align: center;\n}\n\n#page .widget_text .widget-link {\n   font-weight: bold;\n    margin: 0 0 5px;\n      text-align: center;\n}\n\n.widget_twitter_timeline iframe {\n   width: 100% !important;\n}\n\n/* Schedule Table */\n.schedule-table th {\n      text-align: center;\n   font-size: 1em;\n       color: #333;\n}\n\n.schedule-table tbody td {\n text-align: center;\n}\n\n.entry-content .schedule-table td {\n padding: 13px 0;\n}\n\n.schedule-table tbody td:nth-child(2n+1) {\n     background-color: #f5f5f5;\n}\n\n.schedule-table td.t-time {\n  color: #333;\n  text-align: left;\n     background-color: transparent;\n}\n\n.schedule-table tbody td.t-time {\n        background-color: transparent;\n}\n\n.table-legend {\n  width: auto !important;\n}\n\n.t-beg {\n        background-color: lightblue;\n}\n\n.t-int {\n   background-color: white;\n}\n\n.t-adv {\n       background-color: lightcoral;\n}\n\n.t-row {\n  text-align: center;\n}\n\n.wcpt-session-title {\n       font-weight: bold;\n}\n
 \n.wcpt-session-speakers:before {\n    display: inline;\n      content: \'- \';\n}\n\ntr.global-session td.wcpt-session-type-session,\ntr.global-session td.wcpt-session-type-custom,\ntd.wcb-session-zero-hour-networking {\n text-align: center;\n}\n\ntr.wcpt-time-1120am td,\ntr.wcpt-time-120pm td,\ntr.wcpt-time-230pm td,\ntr.wcpt-time-340pm td {\n    border-top: none;\n}\n\n/* Footer */\n.site-info a {\n  text-decoration: none;\n}\n\n/* Sponsorship Page */\n.sponsor-box-left {\n      width: 46%;\n   margin-right: 5%;\n     float: left;\n}\n\n.sponsor-box-right {\n       width: 46%;\n   float: left;\n}\n\n.sponsor-banner {\n  background-color: #eee;\n       margin: 20px auto 40px;\n       padding: 1px;\n width: 97%;\n   -webkit-border-radius: 8px;\n   -moz-border-radius: 8px;\n      border-radius: 8px;\n   text-align: center;\n}\n\n/* Sidebar */\nh4.sponsor-level-title {\n     font-size: 18px;\n      margin: 0 0 15px;\n     border-bottom: 3px double #ccc;\n       padding-bottom: 5px;\n}\n\na.sponsor-logo img.wp-post-image {\n box-shadow: none;\n     margin-botto
 m: 10px;\n}\n\ndiv.sponsor-level {\n   margin-bottom: 20px;\n}\n\n.widget .in-kind {\n display: none;\n}\n\n/* Camp Tix */\n#tix-attendees .tix-columns-4 li {\n       width: 29% !important;\n}\n\n.tix-column-quantity {\n   padding-left: 5px;\n}\n\n/* Tagregator */\nbody.page-id-12.full-width .site-content {\n width: 100%;\n}\n\n/* WordPress.tv */\n.wptv-video-item {\n     width: 43% !important;\n}\n\n/* =Media queries\n-------------------------------------------------------------- */\n/* Max width of 600 pixels. */\n@media screen and (max-width: 600px) {\n     #primary {\n            padding: 0 6%;\n        }\n     \n      #main, body.home #main {\n              margin-top: 50px;\n     }\n     \n      .main-navigation li a {\n               display: block;\n               text-decoration: none;\n        }\n     \n      .main-navigation li ul li a {\n         color: #fff;\n  }\n     \n      body.template-front-page #page .site-content {\n                float: none;\n          width: auto;\n  }\n     \n      body.template-front-page #page .widget-area {\n         float: none;\n          padding: 0;\n           width: auto;\n  }\n     \n      .main-navigation ul.nav-menu, .m
 ain-navigation div.nav-menu > ul {\n                text-align: center !important;\n        }\n     \n      .site-header {\n                background-color: #323232;\n    }\n     \n      .sponsor-box-left, .sponsor-box-right {\n               width: 95%;\n           margin: 0 auto 40px;\n          float: none;\n          clear: both;\n  }\n     \n      #tix-attendees .tix-columns-4 li {\n            width: 98% !important;\n                clear: both;\n  }\n     \n      #tix-attendees li {\n           float: none;\n          height: auto;\n         margin-bottom: 20px;\n          width: 98% !important;\n        }\n     \n      #tix-attendees li:after {\n             display: table;\n               content: \'\';\n                clear: both;\n  }\n     \n      .main-navigation li.no-pointer a {\n            background-color: #444;\n               line-height: 30px;\n    }\n     \n      .main-navigation li.no-pointer a span {\n               display: block;\n       }\n}\n\n/* Max width of 900 pixels. */\n@media screen and (max-width: 900px) {\n        body {\n                background: #fafafa url(\'https://2014.seattle.wordcamp.org/files/2014/05/wordcamp-seattle-mobile.jpg\') no-repeat top center;\n        }\n     \n      .site {\n               margin: 0;\n            max-width: 100%;\n              overflow: hidden;\n     }\n     \n      .me
 nu-primary-menu-container {\n          background: none;\n             padding: 0;\n   }\n     \n      .main-navigation li a {\n               font-size: 12px;\n              line-height: 32px;\n    }\n     \n      .main-navigation li.no-pointer {\n              display: block;\n       }\n     \n      .main-navigation li.no-pointer a {\n            margin-right: 0;\n              margin-bottom: 12px;\n  }\n     \n      body.template-front-page #page #main {\n                background: none;\n             background-color: #fff;\n               padding: 0;\n   }\n     \n      .first.front-widgets {\n                display: none;\n        }\n     \n      .wptv-video-item {\n            width: 100% !important;\n               clear: both !important;\n               float: none !important;\n               margin-bottom: 50px !important;\n       }\n}\n\n/* Minimum width of 900 pixels. */\n@media screen and (min-width: 900px) {\n    body {\n                background: #fafafa url(\'https://2014.seattle.wordcamp.org/files/2014/05/wordcamp-seattle-desktop.jpg\') no-repeat top center;\n       }\n     \n      body .site {\n          box-shadow: none;\n             margin: 0;\n    }\n     \n      #main {\n               margin: 315px auto 0;\n }\n     \n      body.home #main {\n             margin: 435px auto 0;\n }\n     \n      .menu-primary-menu-
 container {\n          background: transparent url(\'http://2013.minneapolis.wordcamp.org/files/2013/02/menu-wordpress-logo.jpg\') no-repeat top left;\n               padding: 0 0 0 60px;\n  }\n     \n      .main-navigation li a {\n               font-size: 16px;\n              line-height: 60px;\n    }\n}\n\n/* Minimum width of 1100 pixels. */\n@media screen and (min-width: 1100px) {\n  body .site {\n          padding: 0;\n   }\n}\n\n.wcorg-sponsors h2 {\n  font-size: 1.8rem;\n}','safecss','Twenty Twelve','inherit','closed','closed','','808703-revision-v1','','','2016-06-06 18:58:38','2016-06-06 18:58:38','',808703,'http://2014.seattle.wordcamp.test/2016/06/06/808703-revision-v1/',0,'revision','',0);
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+INSERT INTO `wc_46_posts` VALUES (1,1,'2014-06-06 05:32:50','2014-06-06 05:32:50','<p><em>Organizers note:</em> You can enter content for this page in the Sessions menu item in the sidebar.</p> <h1>Saturday, January 1st</h1> <p>[schedule date=\"YYYY-MM-DD\" tracks=\"example-track,another-example-track,yet-another-example-track\"]</p>','Schedule','','publish','open','open','','schedule','','','2014-06-06 05:32:50','2014-06-06 05:32:50','',0,'http://2014.seattle.wordcamp.test/schedule/',0,'page','',0),(2,1,'2014-06-06 05:32:50','2014-06-06 05:32:50','<p><em>Organizers note:</em> You can enter content for this page in the Speakers menu item in the sidebar.</p> <p>[speakers]</p>','Speakers','','publish','open','open','','speakers','','','2014-06-06 05:32:50','2014-06-06 05:32:50','',0,'http
 ://2014.seattle.wordcamp.test/speakers/',0,'page','',0),(3,1,'2014-06-06 05:32:50','2014-06-06 05:32:50','<p><em>Organizers note:</em> You can enter content for this page in the Sessions menu item in the sidebar.</p> <p>[sessions]</p>','Sessions','','publish','open','open','','sessions','','','2014-06-06 05:32:50','2014-06-06 05:32:50','',0,'http://2014.seattle.wordcamp.test/sessions/',0,'page','',0),(4,1,'2014-06-06 05:32:50','2014-06-06 05:32:50','<p><em>Organizers note:</em> Multi-event sponsors have been automatically created in the Sponsors menu, but you\'ll need to remove the ones that don\'t apply to your specific event. To find out which ones apply, please visit http://central.wordcamp.org/multi-event-sponsorship-packages/. After that, you should add the sponsors that are specific to your event.</p> <h3>Our Sponsors</h3> <p>Blurb thanking sponsors</p> <p>[sponsors]</p> <h3>I
 nterested in sponsoring WordCamp this year?</h3> <p>Check out our <a href=\'/call-for-sponsors\'>Call for Sponsors</a> post for details on how you can help make this year\'s WordCamp the best it can be!</p>','Sponsors','','publish','open','open','','sponsors','','','2014-06-06 05:32:50','2014-06-06 05:32:50','',0,'http://2014.seattle.wordcamp.test/sponsors/',0,'page','',0),(5,1,'2014-06-06 05:32:50','2014-06-06 05:32:50','','Location','','publish','open','open','','location','','','2014-06-06 05:32:50','2014-06-06 05:32:50','',0,'http://2014.seattle.wordcamp.test/location/',0,'page','',0),(6,1,'2014-06-06 05:32:50','2014-06-06 05:32:50','<p><em>Organizers note:</em> You can enter content for this page in the Organizers menu item in the sidebar.</p> <p>[organizers]</p>','Organizers','','publish','open','open','','organizers','','','2014-06-06 05:32:50','2014-06-06 05:32:50','',0,'http://2014.seattle.wordcamp.test/organ
 izers/',0,'page','',0),(8,1,'2014-06-06 05:32:50','0000-00-00 00:00:00','[camptix_attendees columns=\"3\"]','Attendees','','publish','open','open','','','','','2014-06-06 05:32:50','0000-00-00 00:00:00','',0,'http://2014.seattle.wordcamp.test/?page_id=8',0,'page','',0),(11,1,'2014-06-06 05:32:50','2014-06-06 05:32:50','<p>[contact-form to=\'seattle@wordcamp.org\' subject=\'WordCamp Contact Request\'][contact-field label=\'Name\' type=\'name\' required=\'1\'/][contact-field label=\'Email\' type=\'email\' required=\'1\'/][contact-field label=\'Message\' type=\'textarea\' required=\'1\'/][/contact-form]</p>','Contact','','publish','open','open','','contact','','','2014-06-06 05:32:50','2014-06-06 05:32:50','',0,'http://2014.seattle.wordcamp.test/contact/',0,'page','',0),(12,1,'2014-06-06 05:32:50','2014-06-06 05:32:50','<p><em>Organizers note:</em> The [[tagregator]] shortcode will pull in a stream of social media posts and display them. In order
  to use it, you\'ll need to follow the setup instructions at http://wordpress.org/plugins/tagregator/installation, and then update \"#wcxyz\" below with your hashtag.</p> <p>[tagregator hashtag=\"#wcxzy\"]</p>','Social Media Stream','','publish','open','open','','social-media-stream','','','2014-06-06 05:32:50','2014-06-06 05:32:50','',0,'http://2014.seattle.wordcamp.test/social-media-stream/',0,'page','',0),(13,1,'2014-06-06 05:32:50','2014-06-06 05:32:50','<p><em>Organizers note:</em> Below is a boilerplate code of conduct that you can customize; another great example is the Ada Initiative <a href=\"http://geekfeminism.wikia.com/wiki/Conference_anti-harassment/Policy\">anti-harassment policy.</a></p> <p>We also recommend the organizing team read this article on <a href=\"http://geekfeminism.wikia.com/wiki/Conference_anti-harassment/Responding_to_reports\">how to take a harassm
 ent report</a>.</p> <p>Please update the portions <span style=\"color: red; text-decoration: underline;\">with red text</span>. You can use the \"Remove Formatting\" button on the toolbar (the eraser icon on the second line) to remove the color and underline.\n                <ol>\n                    <li>\n                            <h3>Purpose</h3>\n\n                                <p><span style=\"color: red; text-decoration: underline;\">WordCamp YourCityName</span> believes our community should be truly open for everyone. As such, we are committed to providing a friendly, safe and welcoming environment for all, regardless of gender, sexual orientation, disability, ethnicity, religion, preferred operating system, programming language, or text editor.</p>\n                               <p>This code of conduct outlines our expectations for participant behavior as well as the consequences for unacceptable behavior.</p>\n                             <p>We invite all sponsors, volunteers, 
 speakers, attendees, and other participants to help us realize a safe and positive conference experience for everyone.</p>\n                     </li>\n\n                 <li>\n                            <h3>Open Source Citizenship</h3>\n\n                                <p>A supplemental goal of this code of conduct is to increase open source citizenship by encouraging participants to recognize and strengthen the relationships between what we do and the community at large.</p>\n                                <p>In service of this goal, <span style=\"color: red; text-decoration: underline;\">WordCamp YourCityName</span> organizers will be taking nominations for exemplary citizens throughout the event and will recognize select participants after the conference on the website.</p>\n                          <p>If you see someone who is making an extra effort to ensure our community is welcoming, friendly, and encourages all participants to contribute to the fullest extent, we want to know. <span style=\"color: red; text-decor
 ation: underline;\">You can nominate someone at the Registration table or online at URL HERE.</span></p>\n                 </li>\n\n                 <li>\n                            <h3>Expected Behavior</h3>\n\n                              <ul>\n                                    <li>Be considerate, respectful, and collaborative.</li>\n                                   <li>Refrain from demeaning, discriminatory or harassing behavior and speech.</li>\n                                 <li>Be mindful of your surroundings and of your fellow participants. Alert conference organizers if you notice a dangerous situation or someone in distress.</li>\n                                 <li>Participate in an authentic and active way. In doing so, you help to create <span style=\"color: red; text-decoration: underline;\">WordCamp YourCityName</span> and make it your own.</li>\n                             </ul>\n                   </li>\n\n                 <li>\n                            <h3>Unacceptable Behavior</h3>\n\n                          <p>Unacceptable behaviors include: intimidating, harassing, abusive, discriminat
 ory, derogatory or demeaning conduct by any attendees of <span style=\"color: red; text-decoration: underline;\">WordCamp YourCityName</span> and related events. All <span style=\"color: red; text-decoration: underline;\">WordCamp YourCityName</span> venues may be shared with members of the public; please be respectful to all patrons of these locations.</p>\n                            <p>Harassment includes: offensive verbal comments related to gender, sexual orientation, race, religion, disability; inappropriate use of nudity and/or sexual images in public spaces (including presentation slides); deliberate intimidation, stalking or following; harassing photography or recording; sustained disruption of talks or other events; inappropriate physical contact, and unwelcome sexual attention.</p>\n                    </li>\n\n                 <li>\n                            <h3>Consequences Of Unacceptable Behavior</h3>\n\n                          <p>Unacceptable behavior will not be tolerate
 d whether by other attendees, organizers, venue staff, sponsors, or other patrons of <span style=\"color: red; text-decoration: underline;\">WordCamp YourCityName</span> venues.</p>\n                            <p>Anyone asked to stop unacceptable behavior is expected to comply immediately.</p>\n                              <p>If a participant engages in unacceptable behavior, the conference organizers may take any action they deem appropriate, up to and including expulsion from the conference without warning or refund.</p>\n                       </li>\n\n                 <li>\n                            <h3>What To Do If You Witness Or Are Subject To Unacceptable Behavior</h3>\n\n                              <p>If you are subject to unacceptable behavior, notice that someone else is being subject to unacceptable behavior, or have any other concerns, please notify a conference organizer as soon as possible.</p>\n                             <p>The <span style=\"color: red; text-decoration: underline;\">WordCamp YourCityName&lt
 ;/span> team will be available to help participants contact venue security or local law enforcement, to provide escorts, or to otherwise assist those experiencing unacceptable behavior to feel safe for the duration of the conference. <span style=\"color: red; text-decoration: underline;\">Volunteers will be wearing XXXXXXXXXXXXXXXXXXXXXXXX.</span> Any volunteer can connect you with a conference organizer. You can also come to the special registration desk in the lobby and ask for the organizers.</p>\n                      </li>\n\n                 <li>\n                            <h3>Scope</h3>\n                            <p>We expect all conference participants (sponsors, volunteers, speakers, attendees, and other guests) to abide by this code of conduct at all conference venues and conference-related social events.</p>\n                        </li>\n\n                 <li>\n                            <h3>Contact Information</h3>\n\n                            <p><span style=\"color: red; text-decoration: underline;\">Contact i
 nfo here! Make sure this includes a way to access the organizers during the event.</span></p>\n                    </li>\n\n                 <li>\n                            <h3>License And Attribution</h3>\n\n                                <p>This Code of Conduct is a direct swipe from the awesome work of Open Source Bridge, but with our event information substituted. The original is available at <a href=\"http://opensourcebridge.org/about/code-of-conduct/\">http://opensourcebridge.org/about/code-of-conduct/</a> and is released under a <a href=\"http://creativecommons.org/licenses/by-sa/3.0/\">Creative Commons Attribution-ShareAlike</a> license.</p>\n                     </li>\n           </ol>\n\n         ','Code of Conduct','','publish','open','open','','code-of-conduct','','','2014-06-06 05:32:50','2014-06-06 05:32:50','',0,'http://2014.seattle.wordcamp.test/code-of-conduct/',0,'page','',0),(18,1,'2014-06-06 05:32:54','2014-06-06 05:32:54','<p>If you use WordPress to build things for
  other people, Code Poet wants to make your life easier. No matter whether you freelance on a solo basis, lead a small web shop, make plugins in a dark closet, or crack the whip at a large design firm, Code Poet’s aim is to become your go-to source of information and resources to help you expand your WordPress skills and know-how. To make you better at what you do. To make it easier to make your living and look great doing it.</p> <p>You’re part of a tribe of WordPress designers and developers over 10,000 strong, spanning the entire globe. <a href=\'http://codepoet.com\'>codepoet.com</a> aims to bring the working knowledge and real world strategies of those people into one place, for you to tap into.</p>','Code Poet','','publish','open','open','','code-poet','','','2014-06-06 05:32:54','2014-06-06 05:32:54','',0,'http://2014.seattle.wordcamp.test/sponsor/code-poet/',0,'wcb_sponsor','',0),(20,1,'2014-06-06 05:33:00','2014-06-06 05:33:00','<p>WP
 ML turns WordPress websites multilingual. It works with caching, SEO and E-Commerce plugins, and allows the building of complete multilingual sites. WPML powers simple blogs as well as corporate and enterprise sites.</p> <p>WPML allows users to translate everything in the site, including content, menus, widgets and even theme and plugin texts. WPML powers over 400,000 commercial websites from all over the world.</p> <p>More information about going multilingual can be found at <a href=\'http://wpml.org\'>WPML.org</a></p>','WPML','','publish','open','open','','wpml','','','2014-06-06 05:33:00','2014-06-06 05:33:00','',0,'http://2014.seattle.wordcamp.test/sponsor/wpml/',0,'wcb_sponsor','',0),(22,1,'2014-06-06 05:33:03','2014-06-06 05:33:03','<p><a href=\'http://bluehost.com\'>Bluehost</a> has been a WordPress partner since 2005 and powers over one million WordPress sites. Their goal is to provide outstanding hosting services a
 nd customer support for the best possible price. Bluehost is also constantly innovating and upgrading their services and infrastructure at no additional cost to their customers. Join the millions of other website owners that have already chosen Bluehost and see how they can help you with your site.</p>','Bluehost','','publish','open','open','','bluehost','','','2014-06-06 05:33:03','2014-06-06 05:33:03','',0,'http://2014.seattle.wordcamp.test/sponsor/bluehost/',0,'wcb_sponsor','',0),(24,1,'2014-06-06 05:33:04','2014-06-06 05:33:04','<p>DreamHost is a global Web hosting and cloud services provider with over 350,000 customers and 1.2 million blogs, websites and apps hosted. The company offers a wide spectrum of Web hosting and cloud services including Shared Hosting, Virtual Private Servers (VPS), Dedicated Server Hosting, Domain Name Registration, the cloud storage service, DreamObjects, and the cloud computing service DreamCompute. More information can be found at <a 
 href=\'http://dreamhost.com\'>http://dreamhost.com</a>.</p>','DreamHost','','publish','open','open','','dreamhost','','','2014-06-06 05:33:04','2014-06-06 05:33:04','',0,'http://2014.seattle.wordcamp.test/sponsor/dreamhost/',0,'wcb_sponsor','',0),(26,1,'2014-06-06 05:33:07','2014-06-06 05:33:07','<p>From its inception in 1998, (mt) Media Temple has been on a mission to help people and businesses succeed online.</p> <p>Over 125,000 customers in 100 countries now rely on Media Temple’s tools for domain registration, web hosting, business applications, virtual servers, and other cloud services to power more than 1.5 million websites. With 200 dedicated, U.S.-based employees, Media Temple takes pride in our 24/7 customer support. Our customers range from everyday people to top bloggers, creative professionals, and small businesses, as well as large enterprises like Starbucks, Adidas, Samsung, and Toyota.</p> <p>More information can be found
  anytime on the web at <a href=\'http://mediatemple.com\'>http://mediatemple.com</a> or on Twitter <a href=\'https://twitter.com/mediatemple\'>@MediaTemple</a>.</p>','Media Temple','','publish','open','open','','media-temple','','','2014-06-06 05:33:07','2014-06-06 05:33:07','',0,'http://2014.seattle.wordcamp.test/sponsor/media-temple/',0,'wcb_sponsor','',0),(28,1,'2014-06-06 05:33:08','2014-06-06 05:33:08','<p><a href=\'http://34sp.com\'>34SP.com</a> is a professional website hosting and domain name registration company offering services for web developers, bloggers, designers and small businesses throughout the world. The 34SP.com team of technical experts offers support and service coupled with a money-back guarantee to ensure client satisfaction. 34SP.com has particular focus in WordPress hosting, having supported the WordPress community since WordPress was originally developed and launched in 2003. The company currently hosts thou
 sands of WordPress websites and is headquartered in central Manchester, England.</p>','34sp.com','','publish','open','open','','34sp-com','','','2014-06-06 05:33:08','2014-06-06 05:33:08','',0,'http://2014.seattle.wordcamp.test/sponsor/34sp-com/',0,'wcb_sponsor','',0),(271687,1,'2014-01-02 22:28:05','2014-01-02 22:28:05','<strong>Welcome to the home of WordCamp Seattle 2014!</strong>\n\nWordCamps are casual, locally-organized, non-profit conferences covering everything related to <a href=\"http://wordpress.org/\" target=\"_blank\">WordPress</a>, the free and open source content-management software that powers over 75 million sites on the web. WordCamps come in all different flavors, based on the local communities that produce them. In Seattle that means great speakers from near and far, showcasing the talent and prestige of the Seattle technology community.\n<h1>Is WordCamp for Me?</h1>\n<strong>WordCamp Seattle h
 as something for everyone.</strong> Sessions range in skill level from Users to Designers/Power-Users to full on Developers.\n\n&nbsp;\n<h1>HOW MUCH DOES IT COST?</h1>\nDue to the generosity of local and national sponsors, <strong>WordCamps only cost you $20</strong>! If you\'re a student, you may be eligible for a <a title=\"Student Tickets\" href=\"http://2014.seattle.wordcamp.org/student-tickets/\">free student ticket</a>!','Welcome','','publish','open','open','','welcome','','','2014-01-02 22:28:05','2014-01-02 22:28:05','',0,'http://2014.seattle.wordcamp.org/?page_id=271687',0,'page','',0),(271689,1,'2014-01-02 22:28:23','2014-01-02 22:28:23','','News','','publish','open','open','','news','','','2014-01-02 22:28:23','2014-01-02 22:28:23','',0,'http://2014.seattle.wordcamp.org/?page_id=271689',0,'page','',0),(271692,1,'2014-01-02 22:34:06','2014-01-02 22:34:06','If you use WordPress in any capacity, you must expe
 rience a WordCamp!\n<h1>What is WordCamp?</h1>\nWordCamps are casual, locally-organized, non-profit conferences covering everything related to <a href=\"http://wordpress.org/\" target=\"_blank\">WordPress</a>, the free and open source content-management software that powers over 75 million sites on the web. WordCamps come in all different flavors, based on the local communities that produce them, but in general, WordCamps include speakers presenting on topics ranging from basic WordPress tips to serious development tools and strategies. The types of sessions typically seen at WordCamps can be viewed online on <a href=\"http://wordpress.tv/category/wordcamptv/\" target=\"_blank\">WordCamp.tv</a>.\n\nYou can watch past events\' talks for free, organized by year on WordPress.tv:\n<ul>\n        <li><a href=\"http://wordpress.tv/event/wordcamp-seattle-2013/\" target=\"_blank\">20
 13 WordCamp Talks</a></li>\n       <li><a href=\"http://wordpress.tv/event/wordcamp-seattle-2012/\" target=\"_blank\">2012 WordCamp Talks</a></li>\n   <li><a href=\"http://wordpress.tv/event/wordcamp-seattle-2011/\" target=\"_blank\">2011 WordCamp Talks</a></li>\n   <li><a href=\"http://wordpress.tv/event/wordcamp-seattle-2009/\" target=\"_blank\">2009 WordCamp Talks</a></li>\n</ul>\n<h1>Is WordCamp for Me?</h1>\nYes. There is something for everyone.  Sessions range in skill level from Users to Designers/Power-Users to full on Developers. Even if you\'ve never used WordPress, WordCamp can be a great place to learn about it for the first time!\n<h1>How much does it cost?</h1>\nDue to the generosity of our sponsors, this year’s event will be only cost you $20!','About','','publish','closed','closed','','about','','','20
 14-01-02 22:34:06','2014-01-02 22:34:06','',0,'http://2014.seattle.wordcamp.org/?page_id=271692',0,'page','',0),(271703,1,'2014-01-02 23:00:56','2014-01-02 23:00:56','It is with great pleasure that we announce WordCamp Seattle is officially on the calendar for 2014!\n\nWordCamp Seattle will be <strong>Saturday, June 28th, 2014</strong> at <strong>The HUB</strong>, a fantastic building on The University of Washington campus, and the same venue WordCamp was held last year. We received rave reviews of the venue from last year\'s attendees, and are very excited to be back for another year.\n\n<img class=\"alignnone size-full wp-image-271697\" alt=\"hub_sw_entrance\" src=\"http://2014.seattle.wordcamp.test/wp-content/uploads/sites/22/2013/10/hub_sw_entrance.jpg\" width=\"610\" height=\"240\" />\n\nYou can find more details about the venue on the <a title=\"Location\" href=\"http://2014.seat
 tle.wordcamp.org/location/\">location page</a> of this site.\n\nFollow <a href=\"https://twitter.com/wordcampseattle\" target=\"_blank\">WordCampSeattle</a> on twitter or subscribe using the form in the sidebar to stay up to date on the most recent news. We\'ll be keeping you posted on all the details over the coming months, including speaker submissions, ticket sales and more!\n\nCheers!\n<em>Your Organizing Team</em>','Officially Announcing WordCamp Seattle 2014','','publish','open','open','','officially-announcing-wordcamp-seattle-2014','','','2014-01-02 23:00:56','2014-01-02 23:00:56','',0,'http://2014.seattle.wordcamp.org/?p=271703',0,'post','',0),(271706,1,'2014-01-02 23:05:21','2014-01-02 23:05:21','Senior Web Strategist @ 10up. Passionate about WordPress + user experience. Marathon runner. Seattleite via Minneapolis.','Grant Landram','','publish','closed','closed','','grant-landram','','','2014-01-02 23:05:21','2014-0
 1-02 23:05:21','',0,'http://2014.seattle.wordcamp.org/?post_type=wcb_organizer&#038;p=271706',0,'wcb_organizer','',0),(280179,1,'2014-01-04 21:14:19','2014-01-04 21:14:19','<strong>Seattle WordCamp is a community run event, put on by the community, for the community, funded by the community.</strong> If you would like to sponsor, please consider one of the sponsorship levels below, and contact <a href=\"mailto:seattle@wordcamp.org\">seattle@wordcamp.org</a>.\n\n<div style=\"clear: both\"></div>\n<div class=\"sponsor-box-left\">\n<h2>Mt. Rainier Sponsorship <span style=\"color: #666;font-size: 16px;vertical-align: middle\">| $1,000</span></h2>\nThe Mt. Rainier sponsorship ensures that costs stay low for participants by offsetting many of the large costs involved in putting on a conference. Includes...\n<ul>\n       <li>Special Thanks at the event, and in pre- and post-
 event emails</li>\n      <li>The exclusive opportunity to put swag at the swag giveaway table</li>\n <li>A special thank-you on the WordCamp blog</li>\n <li>Your logo displayed on slides at WordCamp</li>\n        <li>Your logo on the WordCamp site &amp; premium placement in the sidebar</li>\n        <li>Thank you mentions at WordCamp, on Twitter, Facebook, and the WordCamp blog</li>\n        <li>Opportunity to place SWAG or real humans at the shared sponsor table.</li>\n  <li>two (2) tickets to WordCamp (to attend or raffle away)</li>\n</ul>\n</div>\n<div class=\"sponsor-box-right\">\n<h2>Mt. St. Helens Sponsorship <span style=\"color: #666;font-size: 16px;vertical-align: middle\">| $500</span></h2>\nWhether your business relies on WordPress or you’re an active part of the WordPress community, you can show your support as a sponsor. Includes...\n&
 lt;ul>\n\n  <li>A special thank-you on the WordCamp blog</li>\n <li>Your logo on the WordCamp site &amp; in the sidebar</li>\n        <li>Opportunity to place SWAG or real humans at the shared sponsor table.</li>\n      <li>Thank you mentions at WordCamp, on Twitter, Facebook, and the WordCamp blog</li>\n      <li>One (1) ticket to WordCamp</li>\n</ul>\n<h2>In-Kind Donation <span style=\"color: #666;font-size: 16px;vertical-align: middle\">| Priceless</span></h2>\nContact us at <a href=\"seattle@wordcamp.org\">seattle@wordcamp.org</a> to discuss this unique opportunity.\n</div>\n\n<div style=\"clear: both\"></div>\n<div class=\"sponsor-banner\">\n<h2>None of these work for you?</h2>\nYou can still show your support as a volunteer!\n\n</div>\n<div style=\"clear: both\"></div>\n\n<h2
 >Volunteer <span style=\"color: #666;font-size: 16px;vertical-align: middle\">| $0</span></h2>\nShow your support by helping out the day of the event. Setup, cleanup, A/V help, expert WordPress advice... you name it and we need volunteers to help. Email <a href=\"mailto:seattle@wordcamp.org\">seattle@wordcamp.org</a> if you\'re interested in volunteering!\n<div style=\"clear: both\"></div>\n\n<div class=\"sponsor-banner\">\n<h2>Contact for more information</h2>\n<a href=\"mailto:seattle@wordcamp.org\">seattle@wordcamp.org</a>\n\n</div>','Sponsor WordCamp','','publish','closed','closed','','sponsor','','','2014-01-04 21:14:19','2014-01-04 21:14:19','',0,'http://2014.seattle.wordcamp.org/?page_id=280179',0,'page','',0),(329125,1,'2014-01-15 10:06:06','2014-01-15 10:06:06','Ian is a plugin developer who loves punk rock and ice cream.','Ian Dunn','','publish
 ','closed','closed','','ian-dunn','','','2014-01-15 10:06:06','2014-01-15 10:06:06','',0,'http://2014.seattle.wordcamp.org/?post_type=wcb_organizer&#038;p=329125',0,'wcb_organizer','',0),(329127,1,'2014-01-15 10:06:48','2014-01-15 10:06:48','Sam is a ninja wrangler for WordPress who loves to travel as much as possible.','Sam Sidler','','publish','closed','closed','','sam-sidler','','','2014-01-15 10:06:48','2014-01-15 10:06:48','',0,'http://2014.seattle.wordcamp.org/?post_type=wcb_organizer&#038;p=329127',0,'wcb_organizer','',0),(329331,1,'2014-01-15 10:35:10','2014-01-15 10:35:10','Frequently Asked Questions (and answers)\n\n<strong>When will tickets go on sale?</strong> Tickets will go on sale in early-to-mid May. You can visit <a title=\"Tickets\" href=\"http://2014.seattle.wordcamp.org/tickets/\">the Tickets page</a> to sign up to be notified when they\'re available.\n\n<strong>How much do tickets cost?</strong> Th
 anks to the generosity of local and national sponsors, WordCamp Seattle tickets are only $20.\n\n<strong>How do I volunteer to Speak at WordCamp?</strong>WordCamp speakers are all volunteers. If you\'re interested in presenting a talk, speaking submissions will open around March 10th, 2014. More details will be published on the blog, so make sure to subscribe for updates.\n\n<strong>Is WordCamp for me?</strong> Yes! WordCamp Seattle is a casual event meant for people of all skill levels and interests. Whether you want to learn about WordPress for the first time, or are a seasoned developer bending WordPress to your will - there will be something for you at WordCamp.\n\nIt is also WordCamp policy to be an open and safe place for everyone regardless of race, gender, financial status, creed, sexual orientation, location, or any other characteristic. We do our best to make sure WordCamp Seattle is a great event for EVERYONE, not just the vocal majority. If there\
 's anything we can do to better accommodate you, please <a title=\"Contact\" href=\"http://2014.seattle.wordcamp.org/contact/\">let us know</a>.\n\n<strong>Can I watch the presentations online?</strong> Yes! We\'ll be live-streaming the sessions on June 28th, and the videos will also be posted to <a href=\"http://wordpress.tv\">WordPress.tv</a> once they\'ve been processed.\n\n<strong>Will there be a contributor day?</strong> Yes!  The <a href=\"http://2014.seattle.wordcamp.org/contributor-day\">2014 Contributor day</a> will take place on Sunday, June 29th and it will be awesome.  More info coming soon!  &lt;!--a href=&quot;http://2014.seattle.wordcamp.org/contact/&quot;&gt;volunteer</a>!--&gt;\n\n<strong>Will child care be provided?</strong> Yes! We have made arrangements with the <a href=\"http://childlearning.org\">Child Care 
 and Learning Center</a>, located close to UW. Keep an eye on our news page for registration details.','FAQ','','publish','closed','closed','','faq','','','2014-01-15 10:35:10','2014-01-15 10:35:10','',0,'http://2014.seattle.wordcamp.org/?page_id=329331',0,'page','',0),(329341,1,'2014-01-15 11:02:18','2014-01-15 11:02:18','Jetpack Engineer - Musician - Sailor - Open Source Fanatic - Mephobia Sufferer - WordPress Lover','Ben Lobaugh','','publish','closed','closed','','ben-lobaugh','','','2014-01-15 11:02:18','2014-01-15 11:02:18','',0,'http://2014.seattle.wordcamp.org/?post_type=wcb_organizer&#038;p=329341',0,'wcb_organizer','',0),(352201,1,'2014-01-20 07:02:51','2014-01-20 07:02:51','Morgan runs WP Alchemists, where she specializes in converting graphic designs into WordPress themes and Managed WordPress hosting.','Morgan Kay','','publish','closed','closed','','morgan','','','2014-01-20 07:02:51','2014-01-20 07:02:51','',0,'http://2014.seattle.wordcamp.org/?post_type=wcb_or
 ganizer&#038;p=352201',0,'wcb_organizer','',0),(365242,1,'2014-01-23 01:06:36','2014-01-23 01:06:36','Freelance Web Designer who enjoys connecting people to opportunities, thinks everyone should make it possible to learn something new each day, and is energized by the creative and collaborative community of WordPress.','Karen Eliuk','','publish','closed','closed','','karen-eliuk','','','2014-01-23 01:06:36','2014-01-23 01:06:36','',0,'http://2014.seattle.wordcamp.org/?post_type=wcb_organizer&#038;p=365242',0,'wcb_organizer','',0),(399425,1,'2014-01-30 03:38:44','2014-01-30 03:38:44','Jonathan is a freelance systems administrator who, among other things is currently writing a WordPress plugin called WP Stagecoach, which will make it easy to create a staging copy of your WordPress site with a single click.','Jonathan Kay','','publish','closed','closed','','jonathan','','','2014-01-30 03:38:44','2014-01-30 03:38:44','',0,'http://2014.seattle.wordcamp.org/?post_type=wcb_org
 anizer&#038;p=399425',0,'wcb_organizer','',0),(503350,1,'2014-02-19 21:21:38','2014-02-19 21:21:38','<div style=\"margin-bottom: 50px;font-size: 18px;line-height: 28px;clear: both\">\n<img src=\"http://2014.seattle.wordcamp.test/wp-content/uploads/sites/22/2014/02/laura-volunteer-e1393094430771.png\" alt=\"laura-volunteer\" width=\"450\" height=\"246\" class=\"alignright size-full wp-image-518716\" />\nMeet other passionate WordPress community members, build connections and friendships that will last years while helping make WordCamp Seattle 2014 happen.\n<a class=\"button\" style=\"margin-top: 30px\" href=\"#volunteer-form\">Become a Volunteer</a> <span style=\"font-size:14px\">or <a href=\"#why-volunteer\">Learn More</a></span>\n<div style=\"clear: both\"></div>\n</div>\n<h1 style=\"tex
 t-align:center\" id=\"why-volunteer\">Why Volunteer?</h1>\nThe WordPress community is driven by volunteers, and the 2014 Seattle WordCamp is no different. As organizers feel the best volunteer opportunities are those that present us with a challenge, an opportunity to learn, a chance to meet new people, and the ability to have an impact. Your volunteer involvement has a positive impact on the success of WordCamp. We want to engage your passion, knowledge and commitment in the most meaningful way possible. <strong>Volunteers will receive free admission to the event</strong>, a volunteer t-shirt, and the satisfaction of participating in another successful WordCamp.\n\nHave we motivated you to volunteer yet? If not, tell us how you would like to share your time and experience and we are happy to discuss opportunities to incorporate your skills in making this Seattle WordCamp 2014 even more successful.\n<h1 style=\"text-align:center;margin-top
 : 45px\" id=\"volunteer-form\">Sign Up to Volunteer</h1>\nBy signing up to volunteer you are offering your time and effort to help make WordCamp a great event. There is no guarantee we can give you a certain volunteer task or duty, however we\'ll do our best to match you with the task or duty that best fits your skills, schedule and interests. We look forward to having you as a part of the volunteer team!\n\n [contact-form to=\'wordcamp.seattle.organizers@gmail.com\' subject=\'New Volunteer Form Submission\'][contact-field label=\'Name\' type=\'name\' required=\'1\'/][contact-field label=\'Email\' type=\'email\' required=\'1\'/][contact-field label=\'Phone Number\' type=\'text\' required=\'1\'/][contact-field label=\'Why Do You Want to Volunteer?\' type=\'textarea\' required=\'1\'/][contact-field label=\'Special Skills / Volunteer Interest?\' type=\'textarea\'/][contact-field label=\'Are you available Saturday June 28th%26#x002c; 2014?\' type=\'radio\' requir
 ed=\'1\' options=\'Yes,No,Not Sure\'/][/contact-form] ','Volunteer','','publish','closed','closed','','volunteer','','','2014-02-19 21:21:38','2014-02-19 21:21:38','',0,'http://2014.seattle.wordcamp.org/?page_id=503350',0,'page','',0),(519188,1,'2014-02-18 19:31:01','2014-02-18 19:31:01','The #lawyering lunch of champions.','The #lawyering lunch of champions.','','publish','open','open','','the-lawyering-lunch-of-champions','','','2014-02-18 19:31:01','2014-02-18 19:31:01','',0,'http://2014.seattle.wordcamp.org/tggr-instagram/the-lawyering-lunch-of-champions/',0,'tggr-instagram','',0),(519189,1,'2013-09-18 17:23:14','2013-09-18 17:23:14','Coffee with an old friend this morning. #wcsea','Coffee with an old friend this morning. #wcsea','','publish','open','open','','coffee-with-an-old-friend-this-morning-wcsea','','','2013-09-18 17:23:14','2013-09-18 17:23:14','',0,'http://2014.seattle.wordcamp.org/tggr-instagram/coffee-with-an-old-friend-this-morning-wcsea/',0,'tggr-instagram','',0),
 (519190,1,'2013-06-13 20:51:38','2013-06-13 20:51:38','Hey, look. I feel like a little bit of Seattle followed me home to LA. #wcsea #nutellalatte','Hey, look. I feel like a little bit of Seattle fol','','publish','open','open','','hey-look-i-feel-like-a-little-bit-of-seattle-fol','','','2013-06-13 20:51:38','2013-06-13 20:51:38','',0,'http://2014.seattle.wordcamp.org/tggr-instagram/hey-look-i-feel-like-a-little-bit-of-seattle-fol/',0,'tggr-instagram','',0),(519191,1,'2013-06-11 20:58:08','2013-06-11 20:58:08','#wcsea was a lot of fun. Displaying our new app and seeing our logo everywhere was a bit surreal','#wcsea was a lot of fun. Displaying our new app an','','publish','open','open','','wcsea-was-a-lot-of-fun-displaying-our-new-app-an','','','2013-06-11 20:58:08','2013-06-11 20:58:08','',0,'http://2014.seattle.wordcamp.org/tggr-instagram/wcsea-was-a-lot-of-fun-displaying-our-new-app-an/',0,'tggr-instagram','',0),(519192,1,'2013-06-11 17:35:21','2013-06-11 17:35:21','Drinking tea 
 in my #wcsea tumbler while coding a #plugin for an overseas client! #fittechie','Drinking tea in my #wcsea tumbler while coding a #','','publish','open','open','','drinking-tea-in-my-wcsea-tumbler-while-coding-a','','','2013-06-11 17:35:21','2013-06-11 17:35:21','',0,'http://2014.seattle.wordcamp.org/tggr-instagram/drinking-tea-in-my-wcsea-tumbler-while-coding-a/',0,'tggr-instagram','',0),(519193,1,'2013-06-11 16:34:12','2013-06-11 16:34:12','I have a thing for #coffee mugs. #wcsea #lawyering','I have a thing for #coffee mugs. #wcsea #lawyering','','publish','open','open','','i-have-a-thing-for-coffee-mugs-wcsea-lawyering','','','2013-06-11 16:34:12','2013-06-11 16:34:12','',0,'http://2014.seattle.wordcamp.org/tggr-instagram/i-have-a-thing-for-coffee-mugs-wcsea-lawyering/',0,'tggr-instagram','',0),(519194,1,'2013-06-11 06:04:05','2013-06-11 06:04:05','So long #wcsea. It\'s been a real slice. @wordcampseattle','So long #wcsea. It&#039;s been a real slice. @wordcamps','','publish'
 ,'open','open','','so-long-wcsea-its-been-a-real-slice-wordcamps','','','2013-06-11 06:04:05','2013-06-11 06:04:05','',0,'http://2014.seattle.wordcamp.org/tggr-instagram/so-long-wcsea-its-been-a-real-slice-wordcamps/',0,'tggr-instagram','',0),(519195,1,'2013-06-10 16:36:25','2013-06-10 16:36:25','Team BWD at WordCamp Seattle minus one!!! (Chase!) What a fantastic and informative weekend. The #WordPress community is vibrant, strong, and diverse. #wcsea','Team BWD at WordCamp Seattle minus one!!! (Chase!)','','publish','open','open','','team-bwd-at-wordcamp-seattle-minus-one-chase','','','2013-06-10 16:36:25','2013-06-10 16:36:25','',0,'http://2014.seattle.wordcamp.org/tggr-instagram/team-bwd-at-wordcamp-seattle-minus-one-chase/',0,'tggr-instagram','',0),(519196,1,'2013-06-10 16:22:56','2013-06-10 16:22:56','Amazing and refreshing session on modern #SEO with the extremely talented @justinrbriggs at #wcsea.','Amazing and refreshing session on modern #SEO with','','publish','open','open
 ','','amazing-and-refreshing-session-on-modern-seo-with','','','2013-06-10 16:22:56','2013-06-10 16:22:56','',0,'http://2014.seattle.wordcamp.org/tggr-instagram/amazing-and-refreshing-session-on-modern-seo-with/',0,'tggr-instagram','',0),(519197,1,'2013-06-10 00:35:34','2013-06-10 00:35:34','Goodbye Seattle. Goodbye #wcsea','Goodbye Seattle. Goodbye #wcsea','','publish','open','open','','goodbye-seattle-goodbye-wcsea','','','2013-06-10 00:35:34','2013-06-10 00:35:34','',0,'http://2014.seattle.wordcamp.org/tggr-instagram/goodbye-seattle-goodbye-wcsea/',0,'tggr-instagram','',0),(519198,1,'2013-06-09 17:07:20','2013-06-09 17:07:20','Word Camp bling #wcsea','Word Camp bling #wcsea','','publish','open','open','','word-camp-bling-wcsea','','','2013-06-09 17:07:20','2013-06-09 17:07:20','',0,'http://2014.seattle.wordcamp.org/tggr-instagram/word-camp-bling-wcsea/',0,'tggr-instagram','',0),(519199,1,'2013-06-09 16:57:53','2013-06-09 16:57:53','So awesome to hear @justinrbriggs refreshing and
  extensive presentation on modern #SEO #wcsea','So awesome to hear @justinrbriggs refreshing and e','','publish','open','open','','so-awesome-to-hear-justinrbriggs-refreshing-and-e','','','2013-06-09 16:57:53','2013-06-09 16:57:53','',0,'http://2014.seattle.wordcamp.org/tggr-instagram/so-awesome-to-hear-justinrbriggs-refreshing-and-e/',0,'tggr-instagram','',0),(519200,1,'2013-06-09 16:47:21','2013-06-09 16:47:21','Nice WordCamp swag. #wcsea','Nice WordCamp swag. #wcsea','','publish','open','open','','nice-wordcamp-swag-wcsea','','','2013-06-09 16:47:21','2013-06-09 16:47:21','',0,'http://2014.seattle.wordcamp.org/tggr-instagram/nice-wordcamp-swag-wcsea/',0,'tggr-instagram','',0),(519201,1,'2013-06-09 04:52:46','2013-06-09 04:52:46','Perfect coffee mug for the city known for its love of great coffee. #wcsea','Perfect coffee mug for the city known for its love','','publish','open','open','','perfect-coffee-mug-for-the-city-known-for-its-love','','','2013-06-09 04:52:46','2013-06-09 04
 :52:46','',0,'http://2014.seattle.wordcamp.org/tggr-instagram/perfect-coffee-mug-for-the-city-known-for-its-love/',0,'tggr-instagram','',0),(519202,1,'2013-06-09 03:12:12','2013-06-09 03:12:12','I had such a great time at #wcsea today with @ramandt7 @brittany_wmsb and @mrsjaimetaylor! #vscocam','I had such a great time at #wcsea today with @rama','','publish','open','open','','i-had-such-a-great-time-at-wcsea-today-with-rama','','','2013-06-09 03:12:12','2013-06-09 03:12:12','',0,'http://2014.seattle.wordcamp.org/tggr-instagram/i-had-such-a-great-time-at-wcsea-today-with-rama/',0,'tggr-instagram','',0),(519203,1,'2013-06-09 03:06:55','2013-06-09 03:06:55','Fun swag from #wcsea!','Fun swag from #wcsea!','','publish','open','open','','fun-swag-from-wcsea','','','2013-06-09 03:06:55','2013-06-09 03:06:55','',0,'http://2014.seattle.wordcamp.org/tggr-instagram/fun-swag-from-wcsea/',0,'tggr-instagram','',0),(519204,1,'2013-06-09 02:27:26','2013-06-09 02:27:26','@belgort master husky photo
 grapher. #wcsea','@belgort master husky photographer. #wcsea','','publish','open','open','','belgort-master-husky-photographer-wcsea','','','2013-06-09 02:27:26','2013-06-09 02:27:26','',0,'http://2014.seattle.wordcamp.org/tggr-instagram/belgort-master-husky-photographer-wcsea/',0,'tggr-instagram','',0),(519205,1,'2013-06-09 01:26:07','2013-06-09 01:26:07','#wordpress is my homeboy. Yep. love it! Thanks to all the volunteers and speakers for such a great event today! #wcsea #wordcamp #seattle  #designerd #selfiesaredumbunlessyouownthishat','#wordpress is my homeboy. Yep. love it! Thanks to ','','publish','open','open','','wordpress-is-my-homeboy-yep-love-it-thanks-to','','','2013-06-09 01:26:07','2013-06-09 01:26:07','',0,'http://2014.seattle.wordcamp.org/tggr-instagram/wordpress-is-my-homeboy-yep-love-it-thanks-to/',0,'tggr-instagram','',0),(519206,1,'2013-06-09 01:08:05','2013-06-09 01:08:05','Most epic volunteer t-shirt ever. #wcsea #tshirt #volunteer #swag','Most epic volunteer 
 t-shirt ever. #wcsea #tshirt #','','publish','open','open','','most-epic-volunteer-t-shirt-ever-wcsea-tshirt','','','2013-06-09 01:08:05','2013-06-09 01:08:05','',0,'http://2014.seattle.wordcamp.org/tggr-instagram/most-epic-volunteer-t-shirt-ever-wcsea-tshirt/',0,'tggr-instagram','',0),(519207,1,'2013-06-09 00:30:55','2013-06-09 00:30:55','It\'s not #wcsea but it\'ll do.','It&#039;s not #wcsea but it&#039;ll do.','','publish','open','open','','its-not-wcsea-but-itll-do-%f0%9f%98','','','2013-06-09 00:30:55','2013-06-09 00:30:55','',0,'http://2014.seattle.wordcamp.org/tggr-instagram/its-not-wcsea-but-itll-do-%f0%9f%98/',0,'tggr-instagram','',0),(519208,1,'2013-06-09 21:09:13','2013-06-09 21:09:13','The most important slide from my WordCamp Seattle 2013 Keynote presentation. Women are changing the face of the web through WordPress.','WordPress Women are Superheroes','','publish','open','open','','wordpress-women-are-superheroes','','','2013-06-09 21:09:13','2013-06-09 21:09:13
 ','',0,'http://2014.seattle.wordcamp.org/tggr-flickr/wordpress-women-are-superheroes/',0,'tggr-flickr','',0),(519209,1,'2013-06-08 15:49:39','2013-06-08 15:49:39','','And #wcsea begins!','','publish','open','open','','and-wcsea-begins','','','2013-06-08 15:49:39','2013-06-08 15:49:39','',0,'http://2014.seattle.wordcamp.org/tggr-flickr/and-wcsea-begins/',0,'tggr-flickr','',0),(519210,1,'2013-06-08 05:47:37','2013-06-08 05:47:37','Courtesy of WordCamp Seattle','WordPress: the cookie #wcsea','','publish','open','open','','wordpress-the-cookie-wcsea','','','2013-06-08 05:47:37','2013-06-08 05:47:37','',0,'http://2014.seattle.wordcamp.org/tggr-flickr/wordpress-the-cookie-wcsea/',0,'tggr-flickr','',0),(519211,1,'2011-04-17 20:14:13','2011-04-17 20:14:13','<a href=\"http://twitter.com/wcsea\">#WCSEA </a>|<a href=\"http://wordcampseattle.org/\"> Seattle Word Camp</a> - Seattle, April 16, 2011 | <a href=\"http://www.meetup.com/SeattleWordPr
 essMeetup/\">Seattle Wordpress Meetup</a>\n\nPics by <a href=\"mailto:jo@themeetingmaximizer.com\">Jolene Jang</a>, <a href=\"http://themeetingmaximizer.com/\">The Meeting Maximizer </a>- <a href=\"http://www.twitter.com/meetingmaximize\">@MeetingMaximize  | </a><a href=\"http://returnonimage.com/\">ReturnOnImage.com</a> | <a href=\"http://personalcameracrew.com/\">PersonalCameraCrew.com </a> | <a href=\"http://www.themeetingmaximizer.com/products-2/the-flash-badge/\">www.themeetingmaximizer.com/products-2/the-flash-badge/</a>\n\n<a href=\"http://wordcampseattle.oRg/\">\n</a>','#WCSEA_WordCampSeattle (59)','','publish','open','open','','wcsea_wordcampseattle-59','','','2011-04-17 20:14:13','2011-04-17 20:14:13','',0,'http://2014.seattle.wordcamp.org/tggr-flickr/wcsea_wordcampseattle-59/',0,'tggr-flickr','',0),(519212,
 1,'2011-04-17 20:13:56','2011-04-17 20:13:56','<a href=\"http://twitter.com/wcsea\">#WCSEA </a>|<a href=\"http://wordcampseattle.org/\"> Seattle Word Camp</a> - Seattle, April 16, 2011 | <a href=\"http://www.meetup.com/SeattleWordPressMeetup/\">Seattle Wordpress Meetup</a>\n\nPics by <a href=\"mailto:jo@themeetingmaximizer.com\">Jolene Jang</a>, <a href=\"http://themeetingmaximizer.com/\">The Meeting Maximizer </a>- <a href=\"http://www.twitter.com/meetingmaximize\">@MeetingMaximize  | </a><a href=\"http://returnonimage.com/\">ReturnOnImage.com</a> | <a href=\"http://personalcameracrew.com/\">PersonalCameraCrew.com </a> | <a href=\"http://www.themeetingmaximizer.com/products-2/the-flash-badge/\">www.themeetingmaximizer.com/products-2/the-flash-badge/</a>\n\n<a href=\"http://wordca
 mpseattle.oRg/\">\n</a>','#WCSEA_WordCampSeattle (16)','','publish','open','open','','wcsea_wordcampseattle-16','','','2011-04-17 20:13:56','2011-04-17 20:13:56','',0,'http://2014.seattle.wordcamp.org/tggr-flickr/wcsea_wordcampseattle-16/',0,'tggr-flickr','',0),(519213,1,'2011-04-17 20:14:10','2011-04-17 20:14:10','<a href=\"http://twitter.com/wcsea\">#WCSEA </a>|<a href=\"http://wordcampseattle.org/\"> Seattle Word Camp</a> - Seattle, April 16, 2011 | <a href=\"http://www.meetup.com/SeattleWordPressMeetup/\">Seattle Wordpress Meetup</a>\n\nPics by <a href=\"mailto:jo@themeetingmaximizer.com\">Jolene Jang</a>, <a href=\"http://themeetingmaximizer.com/\">The Meeting Maximizer </a>- <a href=\"http://www.twitter.com/meetingmaximize\">@MeetingMaximize  | </a><a href=\"http://returnonimage.com/\">ReturnOnImage.com</a> | &l
 t;a href=\"http://personalcameracrew.com/\">PersonalCameraCrew.com </a> | <a href=\"http://www.themeetingmaximizer.com/products-2/the-flash-badge/\">www.themeetingmaximizer.com/products-2/the-flash-badge/</a>\n\n<a href=\"http://wordcampseattle.oRg/\">\n</a>','#WCSEA_WordCampSeattle (53)','','publish','open','open','','wcsea_wordcampseattle-53','','','2011-04-17 20:14:10','2011-04-17 20:14:10','',0,'http://2014.seattle.wordcamp.org/tggr-flickr/wcsea_wordcampseattle-53/',0,'tggr-flickr','',0),(519214,1,'2011-04-17 20:14:16','2011-04-17 20:14:16','<a href=\"http://twitter.com/wcsea\">#WCSEA </a>|<a href=\"http://wordcampseattle.org/\"> Seattle Word Camp</a> - Seattle, April 16, 2011 | <a href=\"http://www.meetup.com/SeattleWordPressMeetup/\">Seattle Wordpress Meetup</a>\n\nPics by <a href=\"mailto:jo@themeetingmaximizer.com\">Jolene Jang</
 a>, <a href=\"http://themeetingmaximizer.com/\">The Meeting Maximizer </a>- <a href=\"http://www.twitter.com/meetingmaximize\">@MeetingMaximize  | </a><a href=\"http://returnonimage.com/\">ReturnOnImage.com</a> | <a href=\"http://personalcameracrew.com/\">PersonalCameraCrew.com </a> | <a href=\"http://www.themeetingmaximizer.com/products-2/the-flash-badge/\">www.themeetingmaximizer.com/products-2/the-flash-badge/</a>\n\n<a href=\"http://wordcampseattle.oRg/\">\n</a>','#WCSEA_WordCampSeattle (60)','','publish','open','open','','wcsea_wordcampseattle-60','','','2011-04-17 20:14:16','2011-04-17 20:14:16','',0,'http://2014.seattle.wordcamp.org/tggr-flickr/wcsea_wordcampseattle-60/',0,'tggr-flickr','',0),(519215,1,'2011-04-17 20:14:17','2011-04-17 20:14:17','<a href=\"http://twitter.com/wcsea\">#WCSEA </a>|<a href=\"http://wo
 rdcampseattle.org/\"> Seattle Word Camp</a> - Seattle, April 16, 2011 | <a href=\"http://www.meetup.com/SeattleWordPressMeetup/\">Seattle Wordpress Meetup</a>\n\nPics by <a href=\"mailto:jo@themeetingmaximizer.com\">Jolene Jang</a>, <a href=\"http://themeetingmaximizer.com/\">The Meeting Maximizer </a>- <a href=\"http://www.twitter.com/meetingmaximize\">@MeetingMaximize  | </a><a href=\"http://returnonimage.com/\">ReturnOnImage.com</a> | <a href=\"http://personalcameracrew.com/\">PersonalCameraCrew.com </a> | <a href=\"http://www.themeetingmaximizer.com/products-2/the-flash-badge/\">www.themeetingmaximizer.com/products-2/the-flash-badge/</a>\n\n<a href=\"http://wordcampseattle.oRg/\">\n</a>','#WCSEA_WordCampSeattle-DavidIassac(61)','','publish','open','open','','wcsea_wordcampseattle-davidiassac6
 1','','','2011-04-17 20:14:17','2011-04-17 20:14:17','',0,'http://2014.seattle.wordcamp.org/tggr-flickr/wcsea_wordcampseattle-davidiassac61/',0,'tggr-flickr','',0),(519216,1,'2011-04-17 20:14:01','2011-04-17 20:14:01','<a href=\"http://twitter.com/wcsea\">#WCSEA </a>|<a href=\"http://wordcampseattle.org/\"> Seattle Word Camp</a> - Seattle, April 16, 2011 | <a href=\"http://www.meetup.com/SeattleWordPressMeetup/\">Seattle Wordpress Meetup</a>\n\nPics by <a href=\"mailto:jo@themeetingmaximizer.com\">Jolene Jang</a>, <a href=\"http://themeetingmaximizer.com/\">The Meeting Maximizer </a>- <a href=\"http://www.twitter.com/meetingmaximize\">@MeetingMaximize  | </a><a href=\"http://returnonimage.com/\">ReturnOnImage.com</a> | <a href=\"http://personalcameracrew.com/\">PersonalCameraCrew.com </a> | <a href=\"h
 ttp://www.themeetingmaximizer.com/products-2/the-flash-badge/\">www.themeetingmaximizer.com/products-2/the-flash-badge/</a>\n\n<a href=\"http://wordcampseattle.oRg/\">\n</a>','#WCSEA_WordCampSeattle_JustinSainton(28)','','publish','open','open','','wcsea_wordcampseattle_justinsainton28','','','2011-04-17 20:14:01','2011-04-17 20:14:01','',0,'http://2014.seattle.wordcamp.org/tggr-flickr/wcsea_wordcampseattle_justinsainton28/',0,'tggr-flickr','',0),(519217,1,'2011-04-17 20:14:09','2011-04-17 20:14:09','<a href=\"http://twitter.com/wcsea\">#WCSEA </a>|<a href=\"http://wordcampseattle.org/\"> Seattle Word Camp</a> - Seattle, April 16, 2011 | <a href=\"http://www.meetup.com/SeattleWordPressMeetup/\">Seattle Wordpress Meetup</a>\n\nPics by <a href=\"mailto:jo@themeetingmaximizer.com\">Jolene Jang</a>, <a href=\"http://themeetingmaximizer.com/\">The Me
 eting Maximizer </a>- <a href=\"http://www.twitter.com/meetingmaximize\">@MeetingMaximize  | </a><a href=\"http://returnonimage.com/\">ReturnOnImage.com</a> | <a href=\"http://personalcameracrew.com/\">PersonalCameraCrew.com </a> | <a href=\"http://www.themeetingmaximizer.com/products-2/the-flash-badge/\">www.themeetingmaximizer.com/products-2/the-flash-badge/</a>\n\n<a href=\"http://wordcampseattle.oRg/\">\n</a>','#WCSEA_WordCampSeattle (50)','','publish','open','open','','wcsea_wordcampseattle-50','','','2011-04-17 20:14:09','2011-04-17 20:14:09','',0,'http://2014.seattle.wordcamp.org/tggr-flickr/wcsea_wordcampseattle-50/',0,'tggr-flickr','',0),(519218,1,'2011-04-17 20:13:52','2011-04-17 20:13:52','<a href=\"http://twitter.com/wcsea\">#WCSEA </a>|<a href=\"http://wordcampseattle.org/\"> Seattle Word Camp</a> - Seattle, Apri
 l 16, 2011 | <a href=\"http://www.meetup.com/SeattleWordPressMeetup/\">Seattle Wordpress Meetup</a>\n\nPics by <a href=\"mailto:jo@themeetingmaximizer.com\">Jolene Jang</a>, <a href=\"http://themeetingmaximizer.com/\">The Meeting Maximizer </a>- <a href=\"http://www.twitter.com/meetingmaximize\">@MeetingMaximize  | </a><a href=\"http://returnonimage.com/\">ReturnOnImage.com</a> | <a href=\"http://personalcameracrew.com/\">PersonalCameraCrew.com </a> | <a href=\"http://www.themeetingmaximizer.com/products-2/the-flash-badge/\">www.themeetingmaximizer.com/products-2/the-flash-badge/</a>\n\n<a href=\"http://wordcampseattle.oRg/\">\n</a>','#WCSEA_WordCampSeattle (10)','','publish','open','open','','wcsea_wordcampseattle-10','','','2011-04-17 20:13:52','2011-04-17 20:13:52','',0,'http://2014.seattle.wordcamp.org/tgg
 r-flickr/wcsea_wordcampseattle-10/',0,'tggr-flickr','',0),(519219,1,'2011-04-17 20:14:07','2011-04-17 20:14:07','<a href=\"http://twitter.com/wcsea\">#WCSEA </a>|<a href=\"http://wordcampseattle.org/\"> Seattle Word Camp</a> - Seattle, April 16, 2011 | <a href=\"http://www.meetup.com/SeattleWordPressMeetup/\">Seattle Wordpress Meetup</a>\n\nPics by <a href=\"mailto:jo@themeetingmaximizer.com\">Jolene Jang</a>, <a href=\"http://themeetingmaximizer.com/\">The Meeting Maximizer </a>- <a href=\"http://www.twitter.com/meetingmaximize\">@MeetingMaximize  | </a><a href=\"http://returnonimage.com/\">ReturnOnImage.com</a> | <a href=\"http://personalcameracrew.com/\">PersonalCameraCrew.com </a> | <a href=\"http://www.themeetingmaximizer.com/products-2/the-flash-badge/\">www.themeetingmaximizer.com/produc
 ts-2/the-flash-badge/</a>\n\n<a href=\"http://wordcampseattle.oRg/\">\n</a>','#WCSEA_WordCampSeattle (45)','','publish','open','open','','wcsea_wordcampseattle-45','','','2011-04-17 20:14:07','2011-04-17 20:14:07','',0,'http://2014.seattle.wordcamp.org/tggr-flickr/wcsea_wordcampseattle-45/',0,'tggr-flickr','',0),(519220,1,'2011-04-17 20:13:51','2011-04-17 20:13:51','<a href=\"http://twitter.com/wcsea\">#WCSEA </a>|<a href=\"http://wordcampseattle.org/\"> Seattle Word Camp</a> - Seattle, April 16, 2011 | <a href=\"http://www.meetup.com/SeattleWordPressMeetup/\">Seattle Wordpress Meetup</a>\n\nPics by <a href=\"mailto:jo@themeetingmaximizer.com\">Jolene Jang</a>, <a href=\"http://themeetingmaximizer.com/\">The Meeting Maximizer </a>- <a href=\"http://www.twitter.com/meetingmaximize\">@MeetingMaximize  | </a><a href=\"ht
 tp://returnonimage.com/\">ReturnOnImage.com</a> | <a href=\"http://personalcameracrew.com/\">PersonalCameraCrew.com </a> | <a href=\"http://www.themeetingmaximizer.com/products-2/the-flash-badge/\">www.themeetingmaximizer.com/products-2/the-flash-badge/</a>\n\n<a href=\"http://wordcampseattle.oRg/\">\n</a>','#WCSEA_WordCampSeattle (9)','','publish','open','open','','wcsea_wordcampseattle-9','','','2011-04-17 20:13:51','2011-04-17 20:13:51','',0,'http://2014.seattle.wordcamp.org/tggr-flickr/wcsea_wordcampseattle-9/',0,'tggr-flickr','',0),(519221,1,'2011-04-17 20:13:55','2011-04-17 20:13:55','<a href=\"http://twitter.com/wcsea\">#WCSEA </a>|<a href=\"http://wordcampseattle.org/\"> Seattle Word Camp</a> - Seattle, April 16, 2011 | <a href=\"http://www.meetup.com/SeattleWordPressMeetup/\">Seattle Wordpress Meetup</a>\n\nPics by <a href=\&qu
 ot;mailto:jo@themeetingmaximizer.com\">Jolene Jang</a>, <a href=\"http://themeetingmaximizer.com/\">The Meeting Maximizer </a>- <a href=\"http://www.twitter.com/meetingmaximize\">@MeetingMaximize  | </a><a href=\"http://returnonimage.com/\">ReturnOnImage.com</a> | <a href=\"http://personalcameracrew.com/\">PersonalCameraCrew.com </a> | <a href=\"http://www.themeetingmaximizer.com/products-2/the-flash-badge/\">www.themeetingmaximizer.com/products-2/the-flash-badge/</a>\n\n<a href=\"http://wordcampseattle.oRg/\">\n</a>','#WCSEA_WordCampSeattle (14)','','publish','open','open','','wcsea_wordcampseattle-14','','','2011-04-17 20:13:55','2011-04-17 20:13:55','',0,'http://2014.seattle.wordcamp.org/tggr-flickr/wcsea_wordcampseattle-14/',0,'tggr-flickr','',0),(519222,1,'2011-04-17 20:13:54','2011-04-17 20:13:54','<a href=\"http://twitter.co
 m/wcsea\">#WCSEA </a>|<a href=\"http://wordcampseattle.org/\"> Seattle Word Camp</a> - Seattle, April 16, 2011 | <a href=\"http://www.meetup.com/SeattleWordPressMeetup/\">Seattle Wordpress Meetup</a>\n\nPics by <a href=\"mailto:jo@themeetingmaximizer.com\">Jolene Jang</a>, <a href=\"http://themeetingmaximizer.com/\">The Meeting Maximizer </a>- <a href=\"http://www.twitter.com/meetingmaximize\">@MeetingMaximize  | </a><a href=\"http://returnonimage.com/\">ReturnOnImage.com</a> | <a href=\"http://personalcameracrew.com/\">PersonalCameraCrew.com </a> | <a href=\"http://www.themeetingmaximizer.com/products-2/the-flash-badge/\">www.themeetingmaximizer.com/products-2/the-flash-badge/</a>\n\n<a href=\"http://wordcampseattle.oRg/\">\n</a>','#WCSEA_WordCampSeattle (13)','','publish',
 'open','open','','wcsea_wordcampseattle-13','','','2011-04-17 20:13:54','2011-04-17 20:13:54','',0,'http://2014.seattle.wordcamp.org/tggr-flickr/wcsea_wordcampseattle-13/',0,'tggr-flickr','',0),(519223,1,'2011-04-17 20:14:06','2011-04-17 20:14:06','<a href=\"http://twitter.com/wcsea\">#WCSEA </a>|<a href=\"http://wordcampseattle.org/\"> Seattle Word Camp</a> - Seattle, April 16, 2011 | <a href=\"http://www.meetup.com/SeattleWordPressMeetup/\">Seattle Wordpress Meetup</a>\n\nPics by <a href=\"mailto:jo@themeetingmaximizer.com\">Jolene Jang</a>, <a href=\"http://themeetingmaximizer.com/\">The Meeting Maximizer </a>- <a href=\"http://www.twitter.com/meetingmaximize\">@MeetingMaximize  | </a><a href=\"http://returnonimage.com/\">ReturnOnImage.com</a> | <a href=\"http://personalcameracrew.com/\">PersonalCameraCrew.com &l
 t;/a> | <a href=\"http://www.themeetingmaximizer.com/products-2/the-flash-badge/\">www.themeetingmaximizer.com/products-2/the-flash-badge/</a>\n\n<a href=\"http://wordcampseattle.oRg/\">\n</a>','#WCSEA_WordCampSeattle (44)','','publish','open','open','','wcsea_wordcampseattle-44','','','2011-04-17 20:14:06','2011-04-17 20:14:06','',0,'http://2014.seattle.wordcamp.org/tggr-flickr/wcsea_wordcampseattle-44/',0,'tggr-flickr','',0),(519224,1,'2011-04-17 20:14:08','2011-04-17 20:14:08','<a href=\"http://twitter.com/wcsea\">#WCSEA </a>|<a href=\"http://wordcampseattle.org/\"> Seattle Word Camp</a> - Seattle, April 16, 2011 | <a href=\"http://www.meetup.com/SeattleWordPressMeetup/\">Seattle Wordpress Meetup</a>\n\nPics by <a href=\"mailto:jo@themeetingmaximizer.com\">Jolene Jang</a>, <a href=\"http://themeetingmaximizer.com/\">The Meeting Max
 imizer </a>- <a href=\"http://www.twitter.com/meetingmaximize\">@MeetingMaximize  | </a><a href=\"http://returnonimage.com/\">ReturnOnImage.com</a> | <a href=\"http://personalcameracrew.com/\">PersonalCameraCrew.com </a> | <a href=\"http://www.themeetingmaximizer.com/products-2/the-flash-badge/\">www.themeetingmaximizer.com/products-2/the-flash-badge/</a>\n\n<a href=\"http://wordcampseattle.oRg/\">\n</a>','#WCSEA_WordCampSeattle (49)','','publish','open','open','','wcsea_wordcampseattle-49','','','2011-04-17 20:14:08','2011-04-17 20:14:08','',0,'http://2014.seattle.wordcamp.org/tggr-flickr/wcsea_wordcampseattle-49/',0,'tggr-flickr','',0),(519225,1,'2011-04-17 20:13:31','2011-04-17 20:13:31','<a href=\"http://twitter.com/wcsea\">#WCSEA </a>|<a href=\"http://wordcampseattle.org/\"> Seattle Word Camp</a> - Seattle, April 16, 201
 1 | <a href=\"http://www.meetup.com/SeattleWordPressMeetup/\">Seattle Wordpress Meetup</a>\n\nPics by <a href=\"mailto:jo@themeetingmaximizer.com\">Jolene Jang</a>, <a href=\"http://themeetingmaximizer.com/\">The Meeting Maximizer </a>- <a href=\"http://www.twitter.com/meetingmaximize\">@MeetingMaximize  | </a><a href=\"http://returnonimage.com/\">ReturnOnImage.com</a> | <a href=\"http://personalcameracrew.com/\">PersonalCameraCrew.com </a> | <a href=\"http://www.themeetingmaximizer.com/products-2/the-flash-badge/\">www.themeetingmaximizer.com/products-2/the-flash-badge/</a>\n\n<a href=\"http://wordcampseattle.oRg/\">\n</a>','#WCSEA_WordCampSeattle (16)','','publish','open','open','','wcsea_wordcampseattle-16-2','','','2011-04-17 20:13:31','2011-04-17 20:13:31','',0,'http://2014.seattle.wordcamp.org/tggr-flick
 r/wcsea_wordcampseattle-16-2/',0,'tggr-flickr','',0),(519226,1,'2011-04-17 20:14:12','2011-04-17 20:14:12','<a href=\"http://twitter.com/wcsea\">#WCSEA </a>|<a href=\"http://wordcampseattle.org/\"> Seattle Word Camp</a> - Seattle, April 16, 2011 | <a href=\"http://www.meetup.com/SeattleWordPressMeetup/\">Seattle Wordpress Meetup</a>\n\nPics by <a href=\"mailto:jo@themeetingmaximizer.com\">Jolene Jang</a>, <a href=\"http://themeetingmaximizer.com/\">The Meeting Maximizer </a>- <a href=\"http://www.twitter.com/meetingmaximize\">@MeetingMaximize  | </a><a href=\"http://returnonimage.com/\">ReturnOnImage.com</a> | <a href=\"http://personalcameracrew.com/\">PersonalCameraCrew.com </a> | <a href=\"http://www.themeetingmaximizer.com/products-2/the-flash-badge/\">www.themeetingmaximizer.com/products-2/
 the-flash-badge/</a>\n\n<a href=\"http://wordcampseattle.oRg/\">\n</a>','#WCSEA_WordCampSeattle (56)','','publish','open','open','','wcsea_wordcampseattle-56','','','2011-04-17 20:14:12','2011-04-17 20:14:12','',0,'http://2014.seattle.wordcamp.org/tggr-flickr/wcsea_wordcampseattle-56/',0,'tggr-flickr','',0),(519227,1,'2011-04-17 20:14:04','2011-04-17 20:14:04','<a href=\"http://twitter.com/wcsea\">#WCSEA </a>|<a href=\"http://wordcampseattle.org/\"> Seattle Word Camp</a> - Seattle, April 16, 2011 | <a href=\"http://www.meetup.com/SeattleWordPressMeetup/\">Seattle Wordpress Meetup</a>\n\nPics by <a href=\"mailto:jo@themeetingmaximizer.com\">Jolene Jang</a>, <a href=\"http://themeetingmaximizer.com/\">The Meeting Maximizer </a>- <a href=\"http://www.twitter.com/meetingmaximize\">@MeetingMaximize  | </a><a href=\"http://
 returnonimage.com/\">ReturnOnImage.com</a> | <a href=\"http://personalcameracrew.com/\">PersonalCameraCrew.com </a> | <a href=\"http://www.themeetingmaximizer.com/products-2/the-flash-badge/\">www.themeetingmaximizer.com/products-2/the-flash-badge/</a>\n\n<a href=\"http://wordcampseattle.oRg/\">\n</a>','#WCSEA_WordCampSeattle-Mort(35)','','publish','open','open','','wcsea_wordcampseattle-mort35','','','2011-04-17 20:14:04','2011-04-17 20:14:04','',0,'http://2014.seattle.wordcamp.org/tggr-flickr/wcsea_wordcampseattle-mort35/',0,'tggr-flickr','',0),(519228,1,'2011-04-17 20:14:06','2011-04-17 20:14:06','<a href=\"http://twitter.com/wcsea\">#WCSEA </a>|<a href=\"http://wordcampseattle.org/\"> Seattle Word Camp</a> - Seattle, April 16, 2011 | <a href=\"http://www.meetup.com/SeattleWordPressMeetup/\">Seattle Wordpress Meetup</a>\n\nPics by <a
  href=\"mailto:jo@themeetingmaximizer.com\">Jolene Jang</a>, <a href=\"http://themeetingmaximizer.com/\">The Meeting Maximizer </a>- <a href=\"http://www.twitter.com/meetingmaximize\">@MeetingMaximize  | </a><a href=\"http://returnonimage.com/\">ReturnOnImage.com</a> | <a href=\"http://personalcameracrew.com/\">PersonalCameraCrew.com </a> | <a href=\"http://www.themeetingmaximizer.com/products-2/the-flash-badge/\">www.themeetingmaximizer.com/products-2/the-flash-badge/</a>\n\n<a href=\"http://wordcampseattle.oRg/\">\n</a>','#WCSEA_WordCampSeattle (41)','','publish','open','open','','wcsea_wordcampseattle-41','','','2011-04-17 20:14:06','2011-04-17 20:14:06','',0,'http://2014.seattle.wordcamp.org/tggr-flickr/wcsea_wordcampseattle-41/',0,'tggr-flickr','',0),(519229,1,'2011-04-17 20:13:53','2011-04-17 20:13:53','<a href=\"http://
 twitter.com/wcsea\">#WCSEA </a>|<a href=\"http://wordcampseattle.org/\"> Seattle Word Camp</a> - Seattle, April 16, 2011 | <a href=\"http://www.meetup.com/SeattleWordPressMeetup/\">Seattle Wordpress Meetup</a>\n\nPics by <a href=\"mailto:jo@themeetingmaximizer.com\">Jolene Jang</a>, <a href=\"http://themeetingmaximizer.com/\">The Meeting Maximizer </a>- <a href=\"http://www.twitter.com/meetingmaximize\">@MeetingMaximize  | </a><a href=\"http://returnonimage.com/\">ReturnOnImage.com</a> | <a href=\"http://personalcameracrew.com/\">PersonalCameraCrew.com </a> | <a href=\"http://www.themeetingmaximizer.com/products-2/the-flash-badge/\">www.themeetingmaximizer.com/products-2/the-flash-badge/</a>\n\n<a href=\"http://wordcampseattle.oRg/\">\n</a>','#WCSEA_WordCampSeattle (12)','',
 'publish','open','open','','wcsea_wordcampseattle-12','','','2011-04-17 20:13:53','2011-04-17 20:13:53','',0,'http://2014.seattle.wordcamp.org/tggr-flickr/wcsea_wordcampseattle-12/',0,'tggr-flickr','',0),(519230,1,'2011-04-17 20:13:57','2011-04-17 20:13:57','<a href=\"http://twitter.com/wcsea\">#WCSEA </a>|<a href=\"http://wordcampseattle.org/\"> Seattle Word Camp</a> - Seattle, April 16, 2011 | <a href=\"http://www.meetup.com/SeattleWordPressMeetup/\">Seattle Wordpress Meetup</a>\n\nPics by <a href=\"mailto:jo@themeetingmaximizer.com\">Jolene Jang</a>, <a href=\"http://themeetingmaximizer.com/\">The Meeting Maximizer </a>- <a href=\"http://www.twitter.com/meetingmaximize\">@MeetingMaximize  | </a><a href=\"http://returnonimage.com/\">ReturnOnImage.com</a> | <a href=\"http://personalcameracrew.com/\">PersonalCameraC
 rew.com </a> | <a href=\"http://www.themeetingmaximizer.com/products-2/the-flash-badge/\">www.themeetingmaximizer.com/products-2/the-flash-badge/</a>\n\n<a href=\"http://wordcampseattle.oRg/\">\n</a>','#WCSEA_WordCampSeattle (19)','','publish','open','open','','wcsea_wordcampseattle-19','','','2011-04-17 20:13:57','2011-04-17 20:13:57','',0,'http://2014.seattle.wordcamp.org/tggr-flickr/wcsea_wordcampseattle-19/',0,'tggr-flickr','',0),(519231,1,'2011-04-17 20:13:59','2011-04-17 20:13:59','<a href=\"http://twitter.com/wcsea\">#WCSEA </a>|<a href=\"http://wordcampseattle.org/\"> Seattle Word Camp</a> - Seattle, April 16, 2011 | <a href=\"http://www.meetup.com/SeattleWordPressMeetup/\">Seattle Wordpress Meetup</a>\n\nPics by <a href=\"mailto:jo@themeetingmaximizer.com\">Jolene Jang</a>, <a href=\"http://themeetingmaximizer.com/\">The M
 eeting Maximizer </a>- <a href=\"http://www.twitter.com/meetingmaximize\">@MeetingMaximize  | </a><a href=\"http://returnonimage.com/\">ReturnOnImage.com</a> | <a href=\"http://personalcameracrew.com/\">PersonalCameraCrew.com </a> | <a href=\"http://www.themeetingmaximizer.com/products-2/the-flash-badge/\">www.themeetingmaximizer.com/products-2/the-flash-badge/</a>\n\n<a href=\"http://wordcampseattle.oRg/\">\n</a>','#WCSEA_WordCampSeattle (24)','','publish','open','open','','wcsea_wordcampseattle-24','','','2011-04-17 20:13:59','2011-04-17 20:13:59','',0,'http://2014.seattle.wordcamp.org/tggr-flickr/wcsea_wordcampseattle-24/',0,'tggr-flickr','',0),(519232,1,'2011-04-17 20:14:00','2011-04-17 20:14:00','<a href=\"http://twitter.com/wcsea\">#WCSEA </a>|<a href=\"http://wordcampseattle.org/\"> Seattle Word Camp</a> - Seattle, Apr
 il 16, 2011 | <a href=\"http://www.meetup.com/SeattleWordPressMeetup/\">Seattle Wordpress Meetup</a>\n\nPics by <a href=\"mailto:jo@themeetingmaximizer.com\">Jolene Jang</a>, <a href=\"http://themeetingmaximizer.com/\">The Meeting Maximizer </a>- <a href=\"http://www.twitter.com/meetingmaximize\">@MeetingMaximize  | </a><a href=\"http://returnonimage.com/\">ReturnOnImage.com</a> | <a href=\"http://personalcameracrew.com/\">PersonalCameraCrew.com </a> | <a href=\"http://www.themeetingmaximizer.com/products-2/the-flash-badge/\">www.themeetingmaximizer.com/products-2/the-flash-badge/</a>\n\n<a href=\"http://wordcampseattle.oRg/\">\n</a>','#WCSEA_WordCampSeattle (27)','','publish','open','open','','wcsea_wordcampseattle-27','','','2011-04-17 20:14:00','2011-04-17 20:14:00','',0,'http://2014.seattle.wordcamp.org/tg
 gr-flickr/wcsea_wordcampseattle-27/',0,'tggr-flickr','',0),(519233,1,'2011-04-17 20:14:03','2011-04-17 20:14:03','<a href=\"http://twitter.com/wcsea\">#WCSEA </a>|<a href=\"http://wordcampseattle.org/\"> Seattle Word Camp</a> - Seattle, April 16, 2011 | <a href=\"http://www.meetup.com/SeattleWordPressMeetup/\">Seattle Wordpress Meetup</a>\n\nPics by <a href=\"mailto:jo@themeetingmaximizer.com\">Jolene Jang</a>, <a href=\"http://themeetingmaximizer.com/\">The Meeting Maximizer </a>- <a href=\"http://www.twitter.com/meetingmaximize\">@MeetingMaximize  | </a><a href=\"http://returnonimage.com/\">ReturnOnImage.com</a> | <a href=\"http://personalcameracrew.com/\">PersonalCameraCrew.com </a> | <a href=\"http://www.themeetingmaximizer.com/products-2/the-flash-badge/\">www.themeetingmaximizer.com/produ
 cts-2/the-flash-badge/</a>\n\n<a href=\"http://wordcampseattle.oRg/\">\n</a>','#WCSEA_WordCampSeattle (32)','','publish','open','open','','wcsea_wordcampseattle-32','','','2011-04-17 20:14:03','2011-04-17 20:14:03','',0,'http://2014.seattle.wordcamp.org/tggr-flickr/wcsea_wordcampseattle-32/',0,'tggr-flickr','',0),(519234,1,'2011-04-17 20:13:58','2011-04-17 20:13:58','<a href=\"http://twitter.com/wcsea\">#WCSEA </a>|<a href=\"http://wordcampseattle.org/\"> Seattle Word Camp</a> - Seattle, April 16, 2011 | <a href=\"http://www.meetup.com/SeattleWordPressMeetup/\">Seattle Wordpress Meetup</a>\n\nPics by <a href=\"mailto:jo@themeetingmaximizer.com\">Jolene Jang</a>, <a href=\"http://themeetingmaximizer.com/\">The Meeting Maximizer </a>- <a href=\"http://www.twitter.com/meetingmaximize\">@MeetingMaximize  | </a><a href=\"h
 ttp://returnonimage.com/\">ReturnOnImage.com</a> | <a href=\"http://personalcameracrew.com/\">PersonalCameraCrew.com </a> | <a href=\"http://www.themeetingmaximizer.com/products-2/the-flash-badge/\">www.themeetingmaximizer.com/products-2/the-flash-badge/</a>\n\n<a href=\"http://wordcampseattle.oRg/\">\n</a>','#WCSEA_WordCampSeattle (20)','','publish','open','open','','wcsea_wordcampseattle-20','','','2011-04-17 20:13:58','2011-04-17 20:13:58','',0,'http://2014.seattle.wordcamp.org/tggr-flickr/wcsea_wordcampseattle-20/',0,'tggr-flickr','',0),(519235,1,'2011-04-17 20:14:11','2011-04-17 20:14:11','<a href=\"http://twitter.com/wcsea\">#WCSEA </a>|<a href=\"http://wordcampseattle.org/\"> Seattle Word Camp</a> - Seattle, April 16, 2011 | <a href=\"http://www.meetup.com/SeattleWordPressMeetup/\">Seattle Wordpress Meetup</a>\n\nPics by <a href=
 \"mailto:jo@themeetingmaximizer.com\">Jolene Jang</a>, <a href=\"http://themeetingmaximizer.com/\">The Meeting Maximizer </a>- <a href=\"http://www.twitter.com/meetingmaximize\">@MeetingMaximize  | </a><a href=\"http://returnonimage.com/\">ReturnOnImage.com</a> | <a href=\"http://personalcameracrew.com/\">PersonalCameraCrew.com </a> | <a href=\"http://www.themeetingmaximizer.com/products-2/the-flash-badge/\">www.themeetingmaximizer.com/products-2/the-flash-badge/</a>\n\n<a href=\"http://wordcampseattle.oRg/\">\n</a>','#WCSEA_WordCampSeattle (55)','','publish','open','open','','wcsea_wordcampseattle-55','','','2011-04-17 20:14:11','2011-04-17 20:14:11','',0,'http://2014.seattle.wordcamp.org/tggr-flickr/wcsea_wordcampseattle-55/',0,'tggr-flickr','',0),(519236,1,'2011-04-17 20:14:05','2011-04-17 20:14:05','<a href=\"http://twitte
 r.com/wcsea\">#WCSEA </a>|<a href=\"http://wordcampseattle.org/\"> Seattle Word Camp</a> - Seattle, April 16, 2011 | <a href=\"http://www.meetup.com/SeattleWordPressMeetup/\">Seattle Wordpress Meetup</a>\n\nPics by <a href=\"mailto:jo@themeetingmaximizer.com\">Jolene Jang</a>, <a href=\"http://themeetingmaximizer.com/\">The Meeting Maximizer </a>- <a href=\"http://www.twitter.com/meetingmaximize\">@MeetingMaximize  | </a><a href=\"http://returnonimage.com/\">ReturnOnImage.com</a> | <a href=\"http://personalcameracrew.com/\">PersonalCameraCrew.com </a> | <a href=\"http://www.themeetingmaximizer.com/products-2/the-flash-badge/\">www.themeetingmaximizer.com/products-2/the-flash-badge/</a>\n\n<a href=\"http://wordcampseattle.oRg/\">\n</a>','#WCSEA_WordCampSeattle (37)','','publi
 sh','open','open','','wcsea_wordcampseattle-37','','','2011-04-17 20:14:05','2011-04-17 20:14:05','',0,'http://2014.seattle.wordcamp.org/tggr-flickr/wcsea_wordcampseattle-37/',0,'tggr-flickr','',0),(519237,1,'2011-04-17 20:13:50','2011-04-17 20:13:50','<a href=\"http://twitter.com/wcsea\">#WCSEA </a>|<a href=\"http://wordcampseattle.org/\"> Seattle Word Camp</a> - Seattle, April 16, 2011 | <a href=\"http://www.meetup.com/SeattleWordPressMeetup/\">Seattle Wordpress Meetup</a>\n\nPics by <a href=\"mailto:jo@themeetingmaximizer.com\">Jolene Jang</a>, <a href=\"http://themeetingmaximizer.com/\">The Meeting Maximizer </a>- <a href=\"http://www.twitter.com/meetingmaximize\">@MeetingMaximize  | </a><a href=\"http://returnonimage.com/\">ReturnOnImage.com</a> | <a href=\"http://personalcameracrew.com/\">PersonalCameraCrew.co
 m </a> | <a href=\"http://www.themeetingmaximizer.com/products-2/the-flash-badge/\">www.themeetingmaximizer.com/products-2/the-flash-badge/</a>\n\n<a href=\"http://wordcampseattle.oRg/\">\n</a>','#WCSEA_WordCampSeattle (8)','','publish','open','open','','wcsea_wordcampseattle-8','','','2011-04-17 20:13:50','2011-04-17 20:13:50','',0,'http://2014.seattle.wordcamp.org/tggr-flickr/wcsea_wordcampseattle-8/',0,'tggr-flickr','',0),(519238,1,'2011-04-17 20:13:48','2011-04-17 20:13:48','<a href=\"http://twitter.com/wcsea\">#WCSEA </a>|<a href=\"http://wordcampseattle.org/\"> Seattle Word Camp</a> - Seattle, April 16, 2011 | <a href=\"http://www.meetup.com/SeattleWordPressMeetup/\">Seattle Wordpress Meetup</a>\n\nPics by <a href=\"mailto:jo@themeetingmaximizer.com\">Jolene Jang</a>, <a href=\"http://themeetingmaximizer.com/\">The Meeting Ma
 ximizer </a>- <a href=\"http://www.twitter.com/meetingmaximize\">@MeetingMaximize  | </a><a href=\"http://returnonimage.com/\">ReturnOnImage.com</a> | <a href=\"http://personalcameracrew.com/\">PersonalCameraCrew.com </a> | <a href=\"http://www.themeetingmaximizer.com/products-2/the-flash-badge/\">www.themeetingmaximizer.com/products-2/the-flash-badge/</a>\n\n<a href=\"http://wordcampseattle.oRg/\">\n</a>','#WCSEA_WordCampSeattle (6)','','publish','open','open','','wcsea_wordcampseattle-6','','','2011-04-17 20:13:48','2011-04-17 20:13:48','',0,'http://2014.seattle.wordcamp.org/tggr-flickr/wcsea_wordcampseattle-6/',0,'tggr-flickr','',0),(519239,1,'2011-04-17 20:13:49','2011-04-17 20:13:49','<a href=\"http://twitter.com/wcsea\">#WCSEA </a>|<a href=\"http://wordcampseattle.org/\"> Seattle Word Camp</a> - Seattle, April 16, 2011 
 | <a href=\"http://www.meetup.com/SeattleWordPressMeetup/\">Seattle Wordpress Meetup</a>\n\nPics by <a href=\"mailto:jo@themeetingmaximizer.com\">Jolene Jang</a>, <a href=\"http://themeetingmaximizer.com/\">The Meeting Maximizer </a>- <a href=\"http://www.twitter.com/meetingmaximize\">@MeetingMaximize  | </a><a href=\"http://returnonimage.com/\">ReturnOnImage.com</a> | <a href=\"http://personalcameracrew.com/\">PersonalCameraCrew.com </a> | <a href=\"http://www.themeetingmaximizer.com/products-2/the-flash-badge/\">www.themeetingmaximizer.com/products-2/the-flash-badge/</a>\n\n<a href=\"http://wordcampseattle.oRg/\">\n</a>','#WCSEA_WordCampSeattle (7)','','publish','open','open','','wcsea_wordcampseattle-7','','','2011-04-17 20:13:49','2011-04-17 20:13:49','',0,'http://2014.seattle.wordcamp.org/tggr-flickr/wcse
 a_wordcampseattle-7/',0,'tggr-flickr','',0),(519240,1,'2011-04-17 20:13:56','2011-04-17 20:13:56','<a href=\"http://twitter.com/wcsea\">#WCSEA </a>|<a href=\"http://wordcampseattle.org/\"> Seattle Word Camp</a> - Seattle, April 16, 2011 | <a href=\"http://www.meetup.com/SeattleWordPressMeetup/\">Seattle Wordpress Meetup</a>\n\nPics by <a href=\"mailto:jo@themeetingmaximizer.com\">Jolene Jang</a>, <a href=\"http://themeetingmaximizer.com/\">The Meeting Maximizer </a>- <a href=\"http://www.twitter.com/meetingmaximize\">@MeetingMaximize  | </a><a href=\"http://returnonimage.com/\">ReturnOnImage.com</a> | <a href=\"http://personalcameracrew.com/\">PersonalCameraCrew.com </a> | <a href=\"http://www.themeetingmaximizer.com/products-2/the-flash-badge/\">www.themeetingmaximizer.com/products-2/the-flash
 -badge/</a>\n\n<a href=\"http://wordcampseattle.oRg/\">\n</a>','#WCSEA_WordCampSeattle (17)','','publish','open','open','','wcsea_wordcampseattle-17','','','2011-04-17 20:13:56','2011-04-17 20:13:56','',0,'http://2014.seattle.wordcamp.org/tggr-flickr/wcsea_wordcampseattle-17/',0,'tggr-flickr','',0),(519241,1,'2011-04-17 20:14:00','2011-04-17 20:14:00','<a href=\"http://twitter.com/wcsea\">#WCSEA </a>|<a href=\"http://wordcampseattle.org/\"> Seattle Word Camp</a> - Seattle, April 16, 2011 | <a href=\"http://www.meetup.com/SeattleWordPressMeetup/\">Seattle Wordpress Meetup</a>\n\nPics by <a href=\"mailto:jo@themeetingmaximizer.com\">Jolene Jang</a>, <a href=\"http://themeetingmaximizer.com/\">The Meeting Maximizer </a>- <a href=\"http://www.twitter.com/meetingmaximize\">@MeetingMaximize  | </a><a href=\"http://returnoni
 mage.com/\">ReturnOnImage.com</a> | <a href=\"http://personalcameracrew.com/\">PersonalCameraCrew.com </a> | <a href=\"http://www.themeetingmaximizer.com/products-2/the-flash-badge/\">www.themeetingmaximizer.com/products-2/the-flash-badge/</a>\n\n<a href=\"http://wordcampseattle.oRg/\">\n</a>','#WCSEA_WordCampSeattle (25)','','publish','open','open','','wcsea_wordcampseattle-25','','','2011-04-17 20:14:00','2011-04-17 20:14:00','',0,'http://2014.seattle.wordcamp.org/tggr-flickr/wcsea_wordcampseattle-25/',0,'tggr-flickr','',0),(519242,1,'2011-04-17 20:14:02','2011-04-17 20:14:02','<a href=\"http://twitter.com/wcsea\">#WCSEA </a>|<a href=\"http://wordcampseattle.org/\"> Seattle Word Camp</a> - Seattle, April 16, 2011 | <a href=\"http://www.meetup.com/SeattleWordPressMeetup/\">Seattle Wordpress Meetup</a>\n\nPics by <a href=\"mailto:j
 o@themeetingmaximizer.com\">Jolene Jang</a>, <a href=\"http://themeetingmaximizer.com/\">The Meeting Maximizer </a>- <a href=\"http://www.twitter.com/meetingmaximize\">@MeetingMaximize  | </a><a href=\"http://returnonimage.com/\">ReturnOnImage.com</a> | <a href=\"http://personalcameracrew.com/\">PersonalCameraCrew.com </a> | <a href=\"http://www.themeetingmaximizer.com/products-2/the-flash-badge/\">www.themeetingmaximizer.com/products-2/the-flash-badge/</a>\n\n<a href=\"http://wordcampseattle.oRg/\">\n</a>','#WCSEA_WordCampSeattle-ScottBerkun(30)','','publish','open','open','','wcsea_wordcampseattle-scottberkun30','','','2011-04-17 20:14:02','2011-04-17 20:14:02','',0,'http://2014.seattle.wordcamp.org/tggr-flickr/wcsea_wordcampseattle-scottberkun30/',0,'tggr-flickr','',0),(519243,1,'2011-04-17 20:07:21','2011-04-17 20:07:21','','Beautiful 
 road for the morning ride','','publish','open','open','','beautiful-road-for-the-morning-ride','','','2011-04-17 20:07:21','2011-04-17 20:07:21','',0,'http://2014.seattle.wordcamp.org/tggr-flickr/beautiful-road-for-the-morning-ride/',0,'tggr-flickr','',0),(519244,1,'2011-04-17 20:07:48','2011-04-17 20:07:48','','Washington University campus in bloom','','publish','open','open','','washington-university-campus-in-bloom','','','2011-04-17 20:07:48','2011-04-17 20:07:48','',0,'http://2014.seattle.wordcamp.org/tggr-flickr/washington-university-campus-in-bloom/',0,'tggr-flickr','',0),(519245,1,'2011-04-16 22:30:10','2011-04-16 22:30:10','','Alex King at WordCamp Seattle','','publish','open','open','','alex-king-at-wordcamp-seattle','','','2011-04-16 22:30:10','2011-04-16 22:30:10','',0,'http://2014.seattle.wordcamp.org/tggr-flickr/alex-king-at-wordcamp-seattle/',0,'tggr-flickr','',0),(519246,1,'2011-04-16 22:30:15','2011-04-16 22:30:15','','Nick Ohrn interviews Alex King at WordCamp Seat
 tle','','publish','open','open','','nick-ohrn-interviews-alex-king-at-wordcamp-seattle','','','2011-04-16 22:30:15','2011-04-16 22:30:15','',0,'http://2014.seattle.wordcamp.org/tggr-flickr/nick-ohrn-interviews-alex-king-at-wordcamp-seattle/',0,'tggr-flickr','',0),(519247,1,'2011-04-16 22:31:05','2011-04-16 22:31:05','Posted from <a href=\"http://twitter.com/SamHowat/status/\">Twitter</a>','A worthy future hire for @Avelient? Tip: @McHardman #wcsea but really we want to talk to devs and designers! DM me!','','publish','open','open','','a-worthy-future-hire-for-avelient-tip-mchardman-wcsea-but-really-we-want-to-talk-to-devs-and-designers-dm-me','','','2011-04-16 22:31:05','2011-04-16 22:31:05','',0,'http://2014.seattle.wordcamp.org/tggr-flickr/a-worthy-future-hire-for-avelient-tip-mchardman-wcsea-but-really-we-want-to-talk-to-devs-and-designers-dm-me/',0,'tggr-flickr','',0),(519248,1,'2011-04-16 22:30:33','2011-04-16 22:30:33','','Nick Ohrn interviews Alex King a
 t WordCamp Seattle','','publish','open','open','','nick-ohrn-interviews-alex-king-at-wordcamp-seattle-2','','','2011-04-16 22:30:33','2011-04-16 22:30:33','',0,'http://2014.seattle.wordcamp.org/tggr-flickr/nick-ohrn-interviews-alex-king-at-wordcamp-seattle-2/',0,'tggr-flickr','',0),(519249,1,'2011-04-16 22:29:00','2011-04-16 22:29:00','','Winning at WordCamp Seattle','','publish','open','open','','winning-at-wordcamp-seattle','','','2011-04-16 22:29:00','2011-04-16 22:29:00','',0,'http://2014.seattle.wordcamp.org/tggr-flickr/winning-at-wordcamp-seattle/',0,'tggr-flickr','',0),(519250,1,'2011-04-16 22:29:12','2011-04-16 22:29:12','ThemeForest provided t-shirts for everyone at WordCamp Seattle','ThemeForest t-shirt at WordCamp Seattle','','publish','open','open','','themeforest-t-shirt-at-wordcamp-seattle','','','2011-04-16 22:29:12','2011-04-16 22:29:12','',0,'http://2014.seattle.wordcamp.org/tggr-flickr/themeforest-t-shirt-at-wordcamp-seattle/',0,'tggr-flickr','',0),(519251,1,'2011-
 04-16 22:29:35','2011-04-16 22:29:35','','Justin Briggs at WordCamp Seattle','','publish','open','open','','justin-briggs-at-wordcamp-seattle','','','2011-04-16 22:29:35','2011-04-16 22:29:35','',0,'http://2014.seattle.wordcamp.org/tggr-flickr/justin-briggs-at-wordcamp-seattle/',0,'tggr-flickr','',0),(519252,1,'2011-04-16 22:29:06','2011-04-16 22:29:06','','Winning at WordCamp Seattle','','publish','open','open','','winning-at-wordcamp-seattle-2','','','2011-04-16 22:29:06','2011-04-16 22:29:06','',0,'http://2014.seattle.wordcamp.org/tggr-flickr/winning-at-wordcamp-seattle-2/',0,'tggr-flickr','',0),(519253,1,'2011-04-16 22:28:42','2011-04-16 22:28:42','','Video blogging at WordCamp Seattle','','publish','open','open','','video-blogging-at-wordcamp-seattle','','','2011-04-16 22:28:42','2011-04-16 22:28:42','',0,'http://2014.seattle.wordcamp.org/tggr-flickr/video-blogging-at-wordcamp-seattle/',0,'tggr-flickr','',0),(519254,1,'2011-04-16 22:29:50','2011-04-16 22:29:50','','Andrew Nacin
  at WordCamp Seattle','','publish','open','open','','andrew-nacin-at-wordcamp-seattle','','','2011-04-16 22:29:50','2011-04-16 22:29:50','',0,'http://2014.seattle.wordcamp.org/tggr-flickr/andrew-nacin-at-wordcamp-seattle/',0,'tggr-flickr','',0),(519255,1,'2011-04-16 22:28:48','2011-04-16 22:28:48','','Food at WordCamp Seattle','','publish','open','open','','food-at-wordcamp-seattle','','','2011-04-16 22:28:48','2011-04-16 22:28:48','',0,'http://2014.seattle.wordcamp.org/tggr-flickr/food-at-wordcamp-seattle/',0,'tggr-flickr','',0),(519256,1,'2011-04-16 22:28:36','2011-04-16 22:28:36','','Global Domination at WordCamp Seattle','','publish','open','open','','global-domination-at-wordcamp-seattle','','','2011-04-16 22:28:36','2011-04-16 22:28:36','',0,'http://2014.seattle.wordcamp.org/tggr-flickr/global-domination-at-wordcamp-seattle/',0,'tggr-flickr','',0),(519257,1,'2011-04-16 22:29:58','2011-04-16 22:29:58','','Nick Ohrn at WordCamp Seattle','','publish','open','open','','nick-ohrn-a
 t-wordcamp-seattle','','','2011-04-16 22:29:58','2011-04-16 22:29:58','',0,'http://2014.seattle.wordcamp.org/tggr-flickr/nick-ohrn-at-wordcamp-seattle/',0,'tggr-flickr','',0),(519258,1,'2011-04-16 22:29:23','2011-04-16 22:29:23','','Watching the WordCamp Seattle LiveStream','','publish','open','open','','watching-the-wordcamp-seattle-livestream','','','2011-04-16 22:29:23','2011-04-16 22:29:23','',0,'http://2014.seattle.wordcamp.org/tggr-flickr/watching-the-wordcamp-seattle-livestream/',0,'tggr-flickr','',0),(519259,1,'2011-04-16 20:35:11','2011-04-16 20:35:11','','Michael Fields at WordCamp Seattle','','publish','open','open','','michael-fields-at-wordcamp-seattle','','','2011-04-16 20:35:11','2011-04-16 20:35:11','',0,'http://2014.seattle.wordcamp.org/tggr-flickr/michael-fields-at-wordcamp-seattle/',0,'tggr-flickr','',0),(519260,1,'2011-04-16 20:33:42','2011-04-16 20:33:42','','Divya Manian at WordCamp Seattle','','publish','open','open','','divya-manian-at-wordcamp-seattle','',''
 ,'2011-04-16 20:33:42','2011-04-16 20:33:42','',0,'http://2014.seattle.wordcamp.org/tggr-flickr/divya-manian-at-wordcamp-seattle/',0,'tggr-flickr','',0),(519261,1,'2011-04-16 20:34:13','2011-04-16 20:34:13','','WordCamp Seattle crowd','','publish','open','open','','wordcamp-seattle-crowd','','','2011-04-16 20:34:13','2011-04-16 20:34:13','',0,'http://2014.seattle.wordcamp.org/tggr-flickr/wordcamp-seattle-crowd/',0,'tggr-flickr','',0),(519262,1,'2011-04-16 20:34:21','2011-04-16 20:34:21','','WordCamp Seattle crowd','','publish','open','open','','wordcamp-seattle-crowd-2','','','2011-04-16 20:34:21','2011-04-16 20:34:21','',0,'http://2014.seattle.wordcamp.org/tggr-flickr/wordcamp-seattle-crowd-2/',0,'tggr-flickr','',0),(519263,1,'2011-04-16 20:35:02','2011-04-16 20:35:02','','Bob Dunn at WordCamp Seattle','','publish','open','open','','bob-dunn-at-wordcamp-seattle','','','2011-04-16 20:35:02','2011-04-16 20:35:02','',0,'http://2014.seattle.wordcamp.org/tggr-flickr/bob-dunn-at-wordcamp
 -seattle/',0,'tggr-flickr','',0),(519264,1,'2011-04-16 20:34:38','2011-04-16 20:34:38','','Ariz Jacinto at WordCamp Seattle','','publish','open','open','','ariz-jacinto-at-wordcamp-seattle','','','2011-04-16 20:34:38','2011-04-16 20:34:38','',0,'http://2014.seattle.wordcamp.org/tggr-flickr/ariz-jacinto-at-wordcamp-seattle/',0,'tggr-flickr','',0),(519265,1,'2011-04-16 20:33:53','2011-04-16 20:33:53','','Livecasting WordCamp Seattle','','publish','open','open','','livecasting-wordcamp-seattle','','','2011-04-16 20:33:53','2011-04-16 20:33:53','',0,'http://2014.seattle.wordcamp.org/tggr-flickr/livecasting-wordcamp-seattle/',0,'tggr-flickr','',0),(519266,1,'2011-04-16 20:34:00','2011-04-16 20:34:00','','Aaron Hockley at WordCamp Seattle','','publish','open','open','','aaron-hockley-at-wordcamp-seattle','','','2011-04-16 20:34:00','2011-04-16 20:34:00','',0,'http://2014.seattle.wordcamp.org/tggr-flickr/aaron-hockley-at-wordcamp-seattle/',0,'tggr-flickr','',0),(519267,1,'2011-04-16 20:34:
 55','2011-04-16 20:34:55','','Tracking the WordCamp Seattle tag #wcsea','','publish','open','open','','tracking-the-wordcamp-seattle-tag-wcsea','','','2011-04-16 20:34:55','2011-04-16 20:34:55','',0,'http://2014.seattle.wordcamp.org/tggr-flickr/tracking-the-wordcamp-seattle-tag-wcsea/',0,'tggr-flickr','',0),(519268,1,'2011-04-16 20:34:06','2011-04-16 20:34:06','','Toby McKes at WordCamp Seattle','','publish','open','open','','toby-mckes-at-wordcamp-seattle','','','2011-04-16 20:34:06','2011-04-16 20:34:06','',0,'http://2014.seattle.wordcamp.org/tggr-flickr/toby-mckes-at-wordcamp-seattle/',0,'tggr-flickr','',0),(519269,1,'2011-04-16 20:33:34','2011-04-16 20:33:34','','Focus, focus, focus','','publish','open','open','','focus-focus-focus','','','2011-04-16 20:33:34','2011-04-16 20:33:34','',0,'http://2014.seattle.wordcamp.org/tggr-flickr/focus-focus-focus/',0,'tggr-flickr','',0),(519270,1,'2011-04-16 17:56:43','2011-04-16 17:56:43','','Will Anderson at WordCamp Seattle','','publish','
 open','open','','will-anderson-at-wordcamp-seattle','','','2011-04-16 17:56:43','2011-04-16 17:56:43','',0,'http://2014.seattle.wordcamp.org/tggr-flickr/will-anderson-at-wordcamp-seattle/',0,'tggr-flickr','',0),(519271,1,'2011-04-16 17:55:27','2011-04-16 17:55:27','','Heather Gold at WordCamp Seattle','','publish','open','open','','heather-gold-at-wordcamp-seattle','','','2011-04-16 17:55:27','2011-04-16 17:55:27','',0,'http://2014.seattle.wordcamp.org/tggr-flickr/heather-gold-at-wordcamp-seattle/',0,'tggr-flickr','',0),(519272,1,'2011-04-16 17:50:20','2011-04-16 17:50:20','The obligatory WordPress buttons at WordCamp Seattle','WordPress buttons','','publish','open','open','','wordpress-buttons','','','2011-04-16 17:50:20','2011-04-16 17:50:20','',0,'http://2014.seattle.wordcamp.org/tggr-flickr/wordpress-buttons/',0,'tggr-flickr','',0),(519273,1,'2011-04-16 17:54:16','2011-04-16 17:54:16','','Livecasting WordCamp Seattle','','publish','open','open','','livecasting-wordcamp-seattle-2
 ','','','2011-04-16 17:54:16','2011-04-16 17:54:16','',0,'http://2014.seattle.wordcamp.org/tggr-flickr/livecasting-wordcamp-seattle-2/',0,'tggr-flickr','',0),(519274,1,'2011-04-16 17:53:33','2011-04-16 17:53:33','Uploading your slides to the web ahead of a talk makes it easier for your audience to follow along.','iPad and a notebook','','publish','open','open','','ipad-and-a-notebook','','','2011-04-16 17:53:33','2011-04-16 17:53:33','',0,'http://2014.seattle.wordcamp.org/tggr-flickr/ipad-and-a-notebook/',0,'tggr-flickr','',0),(519275,1,'2011-04-16 17:56:18','2011-04-16 17:56:18','','Justin Sainton at WordCamp Seattle','','publish','open','open','','justin-sainton-at-wordcamp-seattle','','','2011-04-16 17:56:18','2011-04-16 17:56:18','',0,'http://2014.seattle.wordcamp.org/tggr-flickr/justin-sainton-at-wordcamp-seattle/',0,'tggr-flickr','',0),(519276,1,'2011-04-16 17:53:24','2011-04-16 17:53:24','The event has a serious livecasting setup. Very impressive.','Livecasting from WordCamp 
 Seattle','','publish','open','open','','livecasting-from-wordcamp-seattle','','','2011-04-16 17:53:24','2011-04-16 17:53:24','',0,'http://2014.seattle.wordcamp.org/tggr-flickr/livecasting-from-wordcamp-seattle/',0,'tggr-flickr','',0),(519277,1,'2011-04-16 17:52:42','2011-04-16 17:52:42','','WordCamp Seattle Keynote','','publish','open','open','','wordcamp-seattle-keynote','','','2011-04-16 17:52:42','2011-04-16 17:52:42','',0,'http://2014.seattle.wordcamp.org/tggr-flickr/wordcamp-seattle-keynote/',0,'tggr-flickr','',0),(519278,1,'2011-04-16 17:55:58','2011-04-16 17:55:58','','Justin Sainton at WordCamp Seattle','','publish','open','open','','justin-sainton-at-wordcamp-seattle-2','','','2011-04-16 17:55:58','2011-04-16 17:55:58','',0,'http://2014.seattle.wordcamp.org/tggr-flickr/justin-sainton-at-wordcamp-seattle-2/',0,'tggr-flickr','',0),(519279,1,'2011-04-16 17:53:43','2011-04-16 17:53:43','From Will Anderson\'s talk on AJAX in WordPress','Using AJAX in Plugins and Themes','','publ
 ish','open','open','','using-ajax-in-plugins-and-themes','','','2011-04-16 17:53:43','2011-04-16 17:53:43','',0,'http://2014.seattle.wordcamp.org/tggr-flickr/using-ajax-in-plugins-and-themes/',0,'tggr-flickr','',0),(519280,1,'2011-04-16 17:54:39','2011-04-16 17:54:39','Real audience participation in a talk.','Heather Gold engages the audience at WordCamp Seattle','','publish','open','open','','heather-gold-engages-the-audience-at-wordcamp-seattle','','','2011-04-16 17:54:39','2011-04-16 17:54:39','',0,'http://2014.seattle.wordcamp.org/tggr-flickr/heather-gold-engages-the-audience-at-wordcamp-seattle/',0,'tggr-flickr','',0),(519281,1,'2011-04-16 17:52:05','2011-04-16 17:52:05','The WordCamp Seattle Keynote','WordCamp Seattle during keynote','','publish','open','open','','wordcamp-seattle-during-keynote','','','2011-04-16 17:52:05','2011-04-16 17:52:05','',0,'http://2014.seattle.wordcamp.org/tggr-flickr/wordcamp-seattle-during-keynote/',0,'tggr-flickr','',0),(519282,1,'2011-04-16 17:5
 7:02','2011-04-16 17:57:02','Curtis MacHale and Christine Rondeau representing Vancouver at WordCamp Seattle','Representing Vancouver at WordCamp Seattle','','publish','open','open','','representing-vancouver-at-wordcamp-seattle','','','2011-04-16 17:57:02','2011-04-16 17:57:02','',0,'http://2014.seattle.wordcamp.org/tggr-flickr/representing-vancouver-at-wordcamp-seattle/',0,'tggr-flickr','',0),(519283,1,'2011-04-16 17:50:08','2011-04-16 17:50:08','Quiet before the storm','WordCamp Seattle registration','','publish','open','open','','wordcamp-seattle-registration','','','2011-04-16 17:50:08','2011-04-16 17:50:08','',0,'http://2014.seattle.wordcamp.org/tggr-flickr/wordcamp-seattle-registration/',0,'tggr-flickr','',0),(519284,1,'2011-04-16 17:50:48','2011-04-16 17:50:48','The big conference room before everyone arrives','WordCamp Seattle - before','','publish','open','open','','wordcamp-seattle-before','','','2011-04-16 17:50:48','2011-04-16 17:50:48','',0,'http://2014.seattle.wordcam
 p.org/tggr-flickr/wordcamp-seattle-before/',0,'tggr-flickr','',0),(519285,1,'2009-11-04 02:04:29','2009-11-04 02:04:29','(CC) Randy Stewart, <a href=\"http://blog.stewtopia.com\">blog.stewtopia.com</a>.  Feel free to use this picture. Please credit as shown.\n\nIf you are a person that I have taken a photo of, it\'s yours (but I\'d still be curious as to where it is).','Calvin Freitas - WordCamp Seattle 2009','','publish','open','open','','calvin-freitas-wordcamp-seattle-2009','','','2009-11-04 02:04:29','2009-11-04 02:04:29','',0,'http://2014.seattle.wordcamp.org/tggr-flickr/calvin-freitas-wordcamp-seattle-2009/',0,'tggr-flickr','',0),(519286,1,'2009-09-28 20:04:48','2009-09-28 20:04:48','Word Camp\nAdobe\n801 N 34th Street\nSeattle, WA 98103\n[09.26.2009]','IMG_3997','','publish','open','open','','img_3997','','','2009-09-28 20:04:48','2009-09-28 20:04:48','',0,'http://2014.seattle.wordcamp.org/tggr-flickr/img_3997/',0,'tggr-flickr','',0),(519287,1,'2009-09-2
 8 20:03:35','2009-09-28 20:03:35','Word Camp\nAdobe\n801 N 34th Street\nSeattle, WA 98103\n[09.26.2009]','IMG_4030','','publish','open','open','','img_4030','','','2009-09-28 20:03:35','2009-09-28 20:03:35','',0,'http://2014.seattle.wordcamp.org/tggr-flickr/img_4030/',0,'tggr-flickr','',0),(519288,1,'2009-09-28 20:05:14','2009-09-28 20:05:14','Word Camp Seattle\nAdobe\n801 N 34th Street\nSeattle, WA 98103\n[09.26.2009]','IMG_3986','','publish','open','open','','img_3986','','','2009-09-28 20:05:14','2009-09-28 20:05:14','',0,'http://2014.seattle.wordcamp.org/tggr-flickr/img_3986/',0,'tggr-flickr','',0),(519289,1,'2009-09-28 20:03:23','2009-09-28 20:03:23','Word Camp\nAdobe\n801 N 34th Street\nSeattle, WA 98103\n[09.26.2009]','IMG_4033','','publish','open','open','','img_4033','','','2009-09-28 20:03:23','2009-09-28 20:03:23','',0,'http://2014.seattle.wordcamp.org/tggr-flickr/img_4033/',0,'tggr-flickr','',0),(519290,1,'2009-09-28 20:03:12','2009-09-28 20:03:12','Word Camp\nAdobe\n801
  N 34th Street\nSeattle, WA 98103\n[09.26.2009]','IMG_4037','','publish','open','open','','img_4037','','','2009-09-28 20:03:12','2009-09-28 20:03:12','',0,'http://2014.seattle.wordcamp.org/tggr-flickr/img_4037/',0,'tggr-flickr','',0),(519291,1,'2009-09-28 20:05:25','2009-09-28 20:05:25','Word Camp Seattle\nAdobe\n801 N 34th Street\nSeattle, WA 98103\n[09.26.2009]','IMG_3981','','publish','open','open','','img_3981','','','2009-09-28 20:05:25','2009-09-28 20:05:25','',0,'http://2014.seattle.wordcamp.org/tggr-flickr/img_3981/',0,'tggr-flickr','',0),(519292,1,'2009-09-28 20:03:16','2009-09-28 20:03:16','Word Camp\nAdobe\n801 N 34th Street\nSeattle, WA 98103\n[09.26.2009]','IMG_4035','','publish','open','open','','img_4035','','','2009-09-28 20:03:16','2009-09-28 20:03:16','',0,'http://2014.seattle.wordcamp.org/tggr-flickr/img_4035/',0,'tggr-flickr','',0),(519293,1,'2009-09-28 20:03:52','2009-09-28 20:03:52','Word Camp\nAdobe\n801 N 34th Street\nSeattle, WA 98103\n[09.26.2009]','IMG_40
 23','','publish','open','open','','img_4023','','','2009-09-28 20:03:52','2009-09-28 20:03:52','',0,'http://2014.seattle.wordcamp.org/tggr-flickr/img_4023/',0,'tggr-flickr','',0),(519294,1,'2009-09-28 20:04:05','2009-09-28 20:04:05','Word Camp\nAdobe\n801 N 34th Street\nSeattle, WA 98103\n[09.26.2009]','IMG_4018','','publish','open','open','','img_4018','','','2009-09-28 20:04:05','2009-09-28 20:04:05','',0,'http://2014.seattle.wordcamp.org/tggr-flickr/img_4018/',0,'tggr-flickr','',0),(519295,1,'2009-09-28 20:05:38','2009-09-28 20:05:38','Word Camp Seattle\nAdobe\n801 N 34th Street\nSeattle, WA 98103\n[09.26.2009]','IMG_3976','','publish','open','open','','img_3976','','','2009-09-28 20:05:38','2009-09-28 20:05:38','',0,'http://2014.seattle.wordcamp.org/tggr-flickr/img_3976/',0,'tggr-flickr','',0),(519296,1,'2009-09-28 20:03:48','2009-09-28 20:03:48','Word Camp\nAdobe\n801 N 34th Street\nSeattle, WA 98103\n[09.26.2009]','IMG_4026','','publish','open','open','','img_4026','','','2009
 -09-28 20:03:48','2009-09-28 20:03:48','',0,'http://2014.seattle.wordcamp.org/tggr-flickr/img_4026/',0,'tggr-flickr','',0),(519297,1,'2009-09-28 20:05:48','2009-09-28 20:05:48','Word Camp Seattle\nAdobe\n801 N 34th Street\nSeattle, WA 98103\n[09.26.2009]','IMG_3974','','publish','open','open','','img_3974','','','2009-09-28 20:05:48','2009-09-28 20:05:48','',0,'http://2014.seattle.wordcamp.org/tggr-flickr/img_3974/',0,'tggr-flickr','',0),(519298,1,'2009-09-28 20:03:41','2009-09-28 20:03:41','Word Camp\nAdobe\n801 N 34th Street\nSeattle, WA 98103\n[09.26.2009]','IMG_4029','','publish','open','open','','img_4029','','','2009-09-28 20:03:41','2009-09-28 20:03:41','',0,'http://2014.seattle.wordcamp.org/tggr-flickr/img_4029/',0,'tggr-flickr','',0),(519299,1,'2009-09-28 20:05:22','2009-09-28 20:05:22','Word Camp Seattle\nAdobe\n801 N 34th Street\nSeattle, WA 98103\n[09.26.2009]','IMG_3982','','publish','open','open','','img_3982','','','2009-09-28 20:05:22','2009-09-28 20:05:22','',0,'htt
 p://2014.seattle.wordcamp.org/tggr-flickr/img_3982/',0,'tggr-flickr','',0),(519300,1,'2009-09-28 20:04:27','2009-09-28 20:04:27','Word Camp\nAdobe\n801 N 34th Street\nSeattle, WA 98103\n[09.26.2009]','IMG_4007','','publish','open','open','','img_4007','','','2009-09-28 20:04:27','2009-09-28 20:04:27','',0,'http://2014.seattle.wordcamp.org/tggr-flickr/img_4007/',0,'tggr-flickr','',0),(519301,1,'2009-09-28 20:06:18','2009-09-28 20:06:18','Word Camp Seattle\nAdobe\n801 N 34th Street\nSeattle, WA 98103\n[09.26.2009]','IMG_3959','','publish','open','open','','img_3959','','','2009-09-28 20:06:18','2009-09-28 20:06:18','',0,'http://2014.seattle.wordcamp.org/tggr-flickr/img_3959/',0,'tggr-flickr','',0),(519302,1,'2009-09-28 20:04:34','2009-09-28 20:04:34','Word Camp\nAdobe\n801 N 34th Street\nSeattle, WA 98103\n[09.26.2009]','IMG_4005','','publish','open','open','','img_4005','','','2009-09-28 20:04:34','2009-09-28 20:04:34','',0,'http://2014.seattle.wordcamp.org/tggr-flickr/img_4005/',0,'
 tggr-flickr','',0),(519303,1,'2009-09-28 20:04:20','2009-09-28 20:04:20','Word Camp\nAdobe\n801 N 34th Street\nSeattle, WA 98103\n[09.26.2009]','IMG_4009','','publish','open','open','','img_4009','','','2009-09-28 20:04:20','2009-09-28 20:04:20','',0,'http://2014.seattle.wordcamp.org/tggr-flickr/img_4009/',0,'tggr-flickr','',0),(519304,1,'2009-09-28 20:05:36','2009-09-28 20:05:36','Word Camp Seattle\nAdobe\n801 N 34th Street\nSeattle, WA 98103\n[09.26.2009]','IMG_3977','','publish','open','open','','img_3977','','','2009-09-28 20:05:36','2009-09-28 20:05:36','',0,'http://2014.seattle.wordcamp.org/tggr-flickr/img_3977/',0,'tggr-flickr','',0),(519305,1,'2009-09-28 20:03:57','2009-09-28 20:03:57','Word Camp\nAdobe\n801 N 34th Street\nSeattle, WA 98103\n[09.26.2009]','IMG_4022','','publish','open','open','','img_4022','','','2009-09-28 20:03:57','2009-09-28 20:03:57','',0,'http://2014.seattle.wordcamp.org/tggr-flickr/img_4022/',0,'tggr-flickr','',0),(519306,1,'2009-09-28 20:03:43','2009
 -09-28 20:03:43','Word Camp\nAdobe\n801 N 34th Street\nSeattle, WA 98103\n[09.26.2009]','IMG_4027','','publish','open','open','','img_4027','','','2009-09-28 20:03:43','2009-09-28 20:03:43','',0,'http://2014.seattle.wordcamp.org/tggr-flickr/img_4027/',0,'tggr-flickr','',0),(519307,1,'2009-09-28 20:04:59','2009-09-28 20:04:59','Word Camp\nAdobe\n801 N 34th Street\nSeattle, WA 98103\n[09.26.2009]','IMG_3993','','publish','open','open','','img_3993','','','2009-09-28 20:04:59','2009-09-28 20:04:59','',0,'http://2014.seattle.wordcamp.org/tggr-flickr/img_3993/',0,'tggr-flickr','',0),(595799,1,'2014-03-11 00:17:56','2014-03-11 00:17:56','From full-service hotels to little B&amp;Bs, you can find a dozen places to rest your head and still be near the the UW campus when you wake up. If you prefer to stay in downtown Seattle, you will need to arrange transportation to the UW Campus for WordCamp, whether that be car or bus.\n\n<h2>Recommended Hotels</h2>\n\nThe following busine
 sses have generously offered a discounted rate <strong>(subject to availability)</strong> if you mention you are attending WordCamp 2014.\n\nThe Travelodge Seattle - <strong>30% discount when you mention Seattle WordCamp 2014</strong>\n<a title=\"Travelodge Seattle\" href=\"http://www.travelodgeseattleuniversity.com/\">http://www.travelodgeseattleuniversity.com/</a>\n\nThe College Inn - <strong>10% discount</strong>\n<a title=\"College Inn Seattle\" href=\"http://www.collegeinnseattle.com/\">http://www.collegeinnseattle.com/</a>\n\nUniversity Inn - <strong>ask for the General UW Business Rate</strong>\n<a title=\"University Inn Seattle\" href=\"http://www.universityinnseattle.com/\">http://www.universityinnseattle.com/</a>\n\n[googlemaps https://maps.google.com/maps/ms?msa=0&amp;msid=206032822274375290264.0004d7c11d008a9c8d2c8&amp;gl
 =us&amp;ie=UTF8&amp;t=m&amp;ll=47.65978,-122.309418&amp;spn=0.017343,0.008497&amp;z=14&amp;output=embed&amp;w=100%&amp;h=500]','Hotels','','publish','open','open','','hotels','','','2014-03-11 00:17:56','2014-03-11 00:17:56','',808009,'http://2014.seattle.wordcamp.org/?page_id=595799',0,'page','',0),(596034,1,'2014-03-09 02:57:46','2014-03-09 02:57:46','WordCamp Seattle is dedicated to providing a friendly, safe, welcoming, and harassment-free conference experience for everyone, regardless of gender, gender identity and expression, sexual orientation, disability, physical appearance, body size, race, religion, operating system, or text editor. We do not tolerate harassment of conference participants in any form. Sexual language and imagery is not appropriate for any conference venue, including talks. Conference participants violating these rules may be sanctioned or expelled from the conference without a refund at the discretion of the conference orga
 nizers.\n\nHarassment includes offensive verbal comments related to gender, gender identity and expression, sexual orientation, disability, physical appearance, body size, race, religion, sexual images in public spaces, deliberate intimidation, stalking, following, harassing photography or recording, sustained disruption of talks or other events, inappropriate physical contact, and unwelcome sexual attention. Participants asked to stop any harassing behavior are expected to comply immediately.\n\nIf a participant engages in harassing behavior, the conference organizers may take any action they deem appropriate, including warning the offender or expulsion from the conference with no refund. If you are being harassed, notice that someone else is being harassed, or have any other concerns, please contact a member of conference staff immediately.\n\nConference staff will be happy to help participants contact venue security or local law enforcement, provide escorts, or otherwise assist t
 hose experiencing harassment to feel safe for the duration of the conference. We value your attendance.\n\n    <li>Organizers’ email: seattle@wordcamp.org</li>\n\n      <li>UW Security: 206.685.9255 for walking escort on campus</li>\n\n <li>Local assault hotline: Harborview Center for Sexual Assualt and Traumatic Stress: (206) 744-1600</li>\n\n       <li>Taxi: 206-622-6500</li>\n\n\nWe expect participants to follow these rules at all conference venues and conference-related social events.\n','Code of Conduct','','publish','open','open','','code-of-conduct-2','','','2014-03-09 02:57:46','2014-03-09 02:57:46','',0,'http://2014.seattle.wordcamp.org/?page_id=596034',0,'page','',0),(604709,1,'2014-03-10 17:00:34','2014-03-10 17:00:34','Our <a title=\"Call For Speakers\" href=\"http://2014.seattle.wordcamp.org/call-for-speakers/\">Call for Speakers</a> is now open! We will accept proposals until April 18, 2014.\n\nWe know
  we have a really knowledgeable community, so we\'re excited to see the topics you\'re interested in presenting this year.\n\nIf you\'re thinking, \"Wow, I\'d really love to speak at WordCamp, but I don\'t know what to talk about!\" we\'ve got you covered! Later this month, we will host two brainstorming events where we can come up with ideas, start to outline talks, and even practice giving short talks. We also have <a href=\"http://2014.seattle.wordcamp.org/2014/03/10/what-would-you-like-to-see-at-wordcamp-seattle/\">a survey to find out what topics people want to hear about</a>: we\'ll publish the results of that survey soon!\n\nIf you\'re thinking, \"But I\'ve never spoken in front of a big group before and that makes me nervous!\" fear not! We are also planning some speaker training events, so if you\'re nervous about speaking, you\'ll get a chance to practice and get some expert advice before you speak.\n\nIf you\'re thinking, \"I
  wish I could do something other than just stand in front of the room and talk,\" then we\'re ahead of you on that one too. This year, we are open to a variety of formats for your talks. We will have a workshop track, where you can guide your audience through a task or project. You can also facilitate a panel discussion, group discussion, or series of lighting talks.\n\nSo what\'s stopping you? <a title=\"Call For Speakers\" href=\"http://2014.seattle.wordcamp.org/call-for-speakers/\">Go submit your talk idea(s)</a>!','Call for Speakers Now Open!','','publish','open','open','','call-for-speakers-now-open','','','2014-03-10 17:00:34','2014-03-10 17:00:34','',0,'http://2014.seattle.wordcamp.org/?p=604709',0,'post','',2),(604712,1,'2014-03-10 17:49:03','2014-03-10 17:49:03','As the organizing team starts getting into the nitty-gritty planning of WordCamp Seattle, we\'d like to collect some feedback from the community to help guide our decisions and 
 make sure this year\'s WordCamp delivers the things that matter most to you.\n\nIf you could give us a few minutes of your time to <a title=\"What would you like to see at WordCamp Seattle 2014?\" href=\"http://iandunn.polldaddy.com/s/what-would-you-like-to-see-at-wordcamp-seattle-2014\">answer this short survey</a> we\'d really appreciate it.<span style=\"line-height: 1.714285714;font-size: 1rem\"> </span>\n\nAnd if you\'d like to get more involved, <a href=\"http://2014.seattle.wordcamp.org/volunteer/\">sign up to volunteer</a>!','What would you like to see at WordCamp Seattle?','','publish','open','open','','what-would-you-like-to-see-at-wordcamp-seattle','','','2014-03-10 17:49:03','2014-03-10 17:49:03','',0,'http://2014.seattle.wordcamp.org/?p=604712',0,'post','',0),(623446,1,'2014-03-17 13:47:21','2014-03-17 13:47:21','We published a survey to ask people what they would like to see at WordCamp this 
 year.  Here\'s a summary of the results: if you\'re thinking about speaking at WordCamp, this is a great starting place to get ideas!\n\nTopics people want to learn more about (topics marked with an asterisk were requested multiple times):\n<ul>\n  <li>*How to choose plug-ins and templates that will best serve my blog</li>\n       <li>Content strategy, marketing and business</li>\n <li>Marketing your theme business</li>\n    <li>Theme design</li>\n     <li>*Responsive design</li>\n       <li>Integrating the theme customizer in your themes</li>\n  <li>*Best coding practices</li>\n   <li>What\'s new with core WP</li>\n <li>*Innovative web solutions using WP (not blogs)</li>\n   <li>Custom multiple loops, Pages and posts that do not need the loop.</li>\n        <li>Starting a Wordpress based business</li>\n      <li>Working with / contracting Photographers</li>\n <li>
 Best Practices in \"training\" new clients how to use their site</li>\n        <li>Best Practices in selling to people with horrible sites (out of date, poorly designed, etc)</li>\n      <li>*Creating Membership sites</li>\n       <li>Maintaining a WordPress site</li>\n     <li>Moving blog from WordPress.com to self-hosted</li>\n    <li>*SEO</li>\n     <li>Step-by-step talks on development that start absolutely from scratch</li>\n     <li>*Security in WordPress</li>\n   <li>Largely unknown uses of WordPress that are inherent in core (like Post Formats, or available WP Config lines of code that are being under utilized, and things that can be \'turned on\' or \'off\' easily to enhance the functionality and experience of just a core install - no plugins)</li>\n      <li>*Multisite</li>\n       <li>*Theme frameworks</li>\n        <li>*Starter themes</li>\n  <li>*Running a WP business, ma
 rketing, getting clients</li>\n  <li>launching wordpress sites from stage/local to live</li>\n       <li>how to get my wordpress site lean and fast, not bloated</li>\n  <li>Rich snippets for non-developers</li>\n <li>business planning and why you need to set goals before starting a website design/build.</li>\n  <li>Git and WordPress development</li>\n    <li>wordpress core functions every new dev should know</li>\n       <li>enqueue files/scripts and how to clean up plugins that bastardize the function</li>\n   <li>combine/minify includes like JS and CSS</li>\n  <li>*SASS and/or Compass</li>\n     <li>*WP-CLI</li>\n  <li>Content creation</li>\n <li>Social Media</li>\n     <li>*How to pick a good hosting company</li>\n      <li>Does managing your blog from a mobile device make sense?</li>\n <li>Non-programmer\'s guide to applying CSS to achi
 eve desired effects</li>\n       <li>How to create cookie-cutter WordPress websites</li>\n   <li>Non-Core Contributing (theme reviews? documentation?)</li>\n    <li>Third Party Server Best Practices for WordPress</li>\n  <li>WordPress Small Business Best Practices</li>\n  <li>WordPress in Seattle</li>\n     <li>How WordPress integrates to enhance User Experience</li>\n      <li>HTML coding</li>\n      <li>Manipulation of themes, customization</li>\n    <li>Best plugins, most used, popular</li>\n <li>WP as an app platform</li>\n    <li>how to run a dev agency</li>\n  <li>Using your blog as a resume to start a career</li>\n    <li>frameworks versus themes</li>\n <li>are plugins good or bad?</li>\n <li>modern design trends</li>\n     <li>important elements of business sites</li>\n     <li>beginner troubleshooting</li>\n &lt
 ;li>How to leverage the built in JS libraries within WordPress</li>\n <li>Using WP as a RESTful backend</li>\n    <li>integrating with other platforms</li>\n <li>Logo Design for Web Developers</li>\n</ul>\n\nWe asked what formats people prefer, and by far the most popular choices were lecture with Q&amp;A and workshop.\n\nIf you have knowledge to share about any of these topics, head over to our <a href=\"http://2014.seattle.wordcamp.org/call-for-speakers/\" title=\"Call For Speakers\">call for speakers page</a> and submit your talk!\n\n','Survey Results','','publish','open','open','','survey-results','','','2014-03-17 13:47:21','2014-03-17 13:47:21','',0,'http://2014.seattle.wordcamp.org/?p=623446',0,'post','',0),(643298,1,'2014-03-18 18:11:04','2014-03-18 18:11:04','Are you thinking of giving a talk at WordCamp, but you are quite sure what to talk about?\n\nDo you want to talk at WordCamp, but you\
 're nervous about public speaking?\n\nThen come join us for our Talking About WordPress events!  At these events, we will brainstorm ideas for talks you can give at WordCamp or at our regular WordPress meetups.  We will generate outlines for our talks, and even get a little bit of practice speaking in front of a small group.\n\nPlease note that one of these events is for women only.  Women face a few extra obstacles when speaking at tech events, so we\'ll discuss those obstacles and how to overcome them.\n\nWe hope to see you at these meetups!\n\nApril 1, 7pm-9pm: <a href=\"http://www.meetup.com/SeattleWordPressMeetup/events/171771762/\">Women Talking About WordPress</a>\nApril 2, 7pm-9pm: <a href=\"http://www.meetup.com/SeattleWordPressMeetup/events/171772542/\">Talking About WordPress</a>','Speaker Brainstorming and Confidence-building Events','','publish','open','open','','speaker-brainstorming-and-confidence-building-events','','','201
 4-03-18 18:11:04','2014-03-18 18:11:04','',0,'http://2014.seattle.wordcamp.org/?p=643298',0,'post','',0),(670584,1,'2014-03-24 21:15:27','2014-03-24 21:15:27','We are very lucky to be able to offer a wonderful opportunity to WordCamp speakers this year: a speaker coaching session led by <a href=\"http://scottberkun.com/\" target=\"_blank\">Scott Berkun</a>.  Scott is a best-selling author and speaker.  In addition to his books, he has written for The New York Times, The Washington Post, Forbes, The Wall Street Journal, The Economist, The Guardian, Wired magazine, Forbes, USA Today, Wired, Fast Company, National Public Radio, The Huffington Post and other media.  He has spoken at hundreds of events - in fact, he gave the keynote at WordCamp Seattle 2012.\n\nAmong his books are <a href=\"http://www.amazon.com/exec/obidos/ASIN/0596801998/scottberkunco-20/\">Confessions of a Public Speaker</a>, which offers entertaining and practical
  advice for people who want to speak in public, and <a href=\"http://www.amazon.com/The-Year-Without-Pants-WordPress-com/dp/1118660633\">The Year Without Pants: WordPress.com and the Future of Work</a>, about the year Berkun spent working for Automattic (the company that runs WordPress.com) and how Automattic functions with a 100% distributed workforce.\n\nThis is an amazing opportunity for speakers to learn from a veteran speaker and coach.  Speakers of every experience level will learn something valuable from Scott.  We are very grateful to him for offering this opportunity to our speakers!','Speaker Coaching with Scott Berkun','','publish','open','open','','speaker-coaching-with-scott-berkun','','','2014-03-24 21:15:27','2014-03-24 21:15:27','',0,'http://2014.seattle.wordcamp.org/?p=670584',0,'post','',3),(726428,1,'2014-04-01 17:57:11','2014-04-01 17:57:11','We are hoping we can provide child care for WordCamp this year to make it easier for families with y
 oung children to attend.  As we make arrangements with child care facilities, we need some information about whether people are interested in using child care, and how much they are willing to pay.\n\nIf you have children and are interested in attending WordCamp, please <a href=\"http://morganthealchemist.polldaddy.com/s/childcare-at-wordcamp\" target=\"_blank\"><strong>fill out our child care survey</strong></a>!','Child Care Survey','','publish','open','open','','child-care-survey','','','2014-04-01 17:57:11','2014-04-01 17:57:11','',0,'http://2014.seattle.wordcamp.org/?p=726428',0,'post','',0),(737496,1,'2014-04-03 16:07:30','2014-04-03 16:07:30','I\'m a WordPress trainer and... good listener | teacher | innovator | fan of non-geek | social media freak | animal lover | loves to laugh, often at himself','Bob Dunn','','publish','closed','closed','','bob-dunn','','','2014-04-03 16:07:30','2014-04-03 16:07:30','',0,'http://2014.seattle.word
 camp.org/?post_type=wcb_organizer&#038;p=737496',0,'wcb_organizer','',0),(783730,1,'2014-04-11 17:28:55','2014-04-11 17:28:55','','Matt Perry','','publish','closed','closed','','matt-perry','','','2014-04-11 17:28:55','2014-04-11 17:28:55','',0,'http://2014.seattle.wordcamp.org/?post_type=wcb_organizer&#038;p=783730',0,'wcb_organizer','',0),(806899,1,'2014-04-18 06:00:09','2014-04-18 06:00:09','<img src=\"http://2014.seattle.wordcamp.test/wp-content/uploads/sites/22/2014/04/deadline-midnight-approaches.jpg\" alt=\"speaker submission deadline\" width=\"600\" height=\"271\" class=\"aligncenter size-full wp-image-806900\" />\n\nHave you been planning to submit a talk for this years WordCamp Seattle? If so, you have till midnight tonight.\n\n<a href=\"http://2014.seattle.wordcamp.org/call-for-speakers/\" title=\"Call For Speakers\">So get on it right now!</a>','Speaker Submissions Close Tonig
 ht at Midnight','','publish','open','open','','speaker-submissions-close-tonight-at-midnight','','','2014-04-18 06:00:09','2014-04-18 06:00:09','',0,'http://2014.seattle.wordcamp.org/?p=806899',0,'post','',2),(806953,1,'2014-04-19 05:36:14','2014-04-19 05:36:14','I\'ve been a graphic designer since 1988. Initially doing print work then eventually websites. I started using WP in the fall of 2009 and primarily build custom WP sites using the Pagelines DMS framework.','Sheila Hoffman','','publish','closed','closed','','sheila-hoffman','','','2014-04-19 05:36:14','2014-04-19 05:36:14','',0,'http://2014.seattle.wordcamp.org/?post_type=wcb_organizer&#038;p=806953',0,'wcb_organizer','',0),(806970,1,'2014-04-23 16:02:21','2014-04-23 16:02:21','We are pleased to announce that we have made arrangements with the <a href=\"http://childlearning.org\">Child Learning and Care Center</a> to provide child care during WordCamp this year!\n\nThe Child Learning and Care Center
  is located inside University Congregational United Church of Christ, just across the street from UW\'s campus.  They will offer child care for children aged 15 months to 8 years, from 8:00am to 5:30pm.  They have lots of yummy food planned (and can accommodate allergies and special diets) and lots of fun activities, including art projects, books, board games, and some outdoor excursions.\n\nCost for child care for the day will be $100.  Parents will need to fill out registration forms and pay the Child Care and Learning Center directly.\n\nWe will make the registration forms and payment information available when WordCamp tickets go on sale.','Child Care will be available for WordCamp Seattle','','publish','open','open','','child-care-will-be-available-for-wordcamp-seattle','','','2014-04-23 16:02:21','2014-04-23 16:02:21','',0,'http://2014.seattle.wordcamp.org/?p=806970',0,'post','',1),(806984,1,'2014-05-16 15:23:03','2014-05-16 15:23:03','We\'re happy to announce that we\'ve conf
 irmed two great speakers to keynote WordCamp Seattle this year. <strong>Siobhan McKeown</strong> will be kicking things off in the morning, and <strong>Andrew Nacin</strong> will close us out at the end of the day.\n\n<strong>Siobhan McKeown</strong> is a Word Ninja at Audrey Capital where she writes about WordPress, deals with documentation, and has nightmares about the Codex. She’s currently working on an open source book about the history of WordPress. She spends her days delving into the brains of its early developers and community members. When she’s not worrying about the finer details of forking and the GPL, she’s helping out with the project’s future by wrangling WordPress’ documentation.\n\n<strong>Andrew Nacin</strong> is a Lead Developer of WordPress, squashing bugs, mentoring contributors, and spearheading new development — including leading the 3.5, 3.7, and 3.9 releases. He has strong feelings about the cor
 e philosophies of WordPress, among them “decisions, not options” and “designing for the majority” — software should be opinionated in lieu of burdening the user. In his first appearance at WordCamp Seattle since 2011, he\'ll be sharing what the community has been working on, where we are headed, and how we\'re going to get there. Bring your questions as there will be plenty of time for discussion.','Keynote Speakers','','publish','open','open','','keynote-speakers','','','2014-05-16 15:23:03','2014-05-16 15:23:03','',0,'http://2014.seattle.wordcamp.org/?p=806984',0,'post','',3),(806988,1,'2014-05-02 20:47:24','2014-05-02 20:47:24','Will you be out of town on June 28th? Or do you live too far away to attend in person? Or maybe you\'re afraid that being in a room with 700 other WordPress nerds will be so much awesome that you\'ll pee you pants?!?!\n\nWell, have no fear! We\'ll be <a title=\"Live Stream\" href=\"http://2014.seattle.wordcamp.org/live-stream/
 \">livestreaming WordCamp Seattle</a> again this year, so you can enjoy all of the WordPressy goodness from the comfort of your own home. And best of all, it\'s free!\n\nIf you are able to make it in person, though, we\'ve got lots of extra goodies in store for you:\n<ul>\n       <li><strong>Workshops</strong>! We\'ve got a whole room this year dedicated to helping you get yours hands dirty in all sorts of topics, led by an experienced guide who can give you personalized assistance.</li>\n <li><strong>Networking</strong>! Any seasoned WordCamp attendee can tell you that the sessions are only half of the experience. Building relationships with other attendees and volunteers is one of the main benefits of a WordCamp.</li>\n   <li><strong>Food</strong>! I think this one is pretty self-explanatory ;)</li>\n        <li><strong>The after party</strong>! Enjoy some social time with your peer
 s and colleagues.</li>\n <li><strong>Contributor Day</strong>! Get involved with the teams that are building WordPress and its community every day. And not just by writing code, either; you can contribute by writing documentation, translating WordPress into other languages, helping users to solve problems they\'ve having, and a variety of other ways.</li>\n  <li><strong>Swag</strong>! Bring home a little piece of WordCamp Seattle 2014.</li>\n</ul>\n&nbsp;\n\n&nbsp;','Livestreaming WordCamp Seattle','','publish','open','open','','livestreaming-wordcamp-seattle','','','2014-05-02 20:47:24','2014-05-02 20:47:24','',0,'http://2014.seattle.wordcamp.org/?p=806988',0,'post','',5),(807002,1,'2014-05-06 20:11:10','2014-05-06 20:11:10','Erica Jorgensen has been writing for the web since the first dot-com boom. She worked for Amazon back when it sold only books; you can still find many of her hundreds of book reviews on
 line. She blogged for MSN.com\'s Lifestyles channel, which receives more than 7 million daily visitors, and managed their Fashion Week bloggers. She was also among the first bloggers at Nordstrom.com.\n\nShe worked as managing editor for the Seattle edition of Daily Candy Kids and has won journalism awards for feature writing for Seattle magazine. She consults for a number of design and communications firms in Seattle and has written and edited many high-profile projects for Starbucks, the Bill and Melinda Gates Foundation, and Microsoft. In December 2013, she received her master\'s degree in journalism and strategic communication from the University of Missouri School of Journalism. She\'s also a board member of the University of Washington\'s certificate program in editing and currently blogs for a Seattle startup. Lest you think she\'s a total nerd, she got her start as a music reviewer, writing for the late, great Rocket, plus the Seattle Times and Seattle Weekly. She also write
 s for Draft, a magazine for serious beer enthusiasts. She lives in Green Lake with her husband and two children.','Erica Jorgensen','','publish','closed','closed','','erica-jorgensen','','','2014-05-06 20:11:10','2014-05-06 20:11:10','',0,'http://2014.seattle.wordcamp.org/?post_type=wcb_speaker&#038;p=807002',0,'wcb_speaker','',0),(807004,1,'2014-05-06 20:12:08','2014-05-06 20:12:08','As a blogger, you post photos, and probably quotes from people you interview (or, maybe you borrow quotes and content from other websites). If you have a transactional site, you\'re making marketing claims. Every single one of these things can get you into legal trouble, and many bloggers are doing them horribly wrong. Which photos are illegal to post on your blog? What is \"fair use,\" and how does it affect bloggers, exactly? To what degree can you tweak a direct quotation from someone? What about libel and slander? And what constitutes over-promising from a marketing perspective, and h
 ow can it get you into hot water with the FTC? What you don\'t know about communication law can hurt you. I\'ll present examples writers who\'ve found themselves stuck in a legal quagmire, and give practical guidelines and resources for keeping your blog in line.\n\nSpeaker: Erica Jorgensen','What you don&#039;t know can hurt you: Legal considerations for bloggers','','publish','closed','closed','','what-you-dont-know-can-hurt-you-legal-considerations-for-bloggers','','','2014-05-06 20:12:08','2014-05-06 20:12:08','',0,'http://2014.seattle.wordcamp.org/?post_type=wcb_session&#038;p=807004',0,'wcb_session','',0),(807015,1,'2014-05-06 20:24:53','2014-05-06 20:24:53','Web design does not start with a Photoshop comp. Web design does not start with a Photoshop comp. Photoshop is step 7. Or 10. Or 50. Before you draw a single pixel on your canvas there are a myriad of things that need to be covered. This talk is an exploration of the web design process, all the way from the first 
 client meeting to the shipping of the final product. The audience will learn about IA and UX techniques, card sorting, personas, concurrent development, agile process, version control, the works. This will be a hyper-intensive flyby to give people who work in or want to enter the field of professional web design and development a better understanding of all the roles they\'ll have to play and all the ground they\'ll need to cover if they want to be truly successful.\n\nSpeaker: Morten Rand-Hendriksen','Web Design Is A Process','','publish','closed','closed','','web-design-is-a-process','','','2014-05-06 20:24:53','2014-05-06 20:24:53','',0,'http://2014.seattle.wordcamp.org/?post_type=wcb_session&#038;p=807015',0,'wcb_session','',0),(807017,1,'2014-05-06 20:25:43','2014-05-06 20:25:43','Morten Rand-Hendriksen is a staff author at lynda.com and an instructor at Emily Carr University of Art and Design and British Columbia Institute of Technology where he teaches WordPress and stand
 ards-based web development. WordPress has been the foundation of his client, teaching, and personal web design and development work for the last 8 years and he loves making WordPress do things people thought couldn\'t be done. Morten is the co-organizer of the Vancouver WordPress Meetup Group and blogs weekly about WordPress and the web at mor10.com.','Morten Rand-Hendriksen','','publish','closed','closed','','morten-rand-hendriksen','','','2014-05-06 20:25:43','2014-05-06 20:25:43','',0,'http://2014.seattle.wordcamp.org/?post_type=wcb_speaker&#038;p=807017',0,'wcb_speaker','',0),(807019,1,'2014-05-06 20:41:34','2014-05-06 20:41:34','Steve Roy is the VP of Marketing for Disqus, the web’s most popular discussion system. He spent 15 years as a brand consultant for a wide range of organizations including Johnson &amp; Johnson, IBM, GE, The National Cancer Institute and Philips among others. Prior to joining Disqus, Steve spent five years in the New York office of Edelman wher
 e he co-led the firm’s master narrative practice. ','Steve Roy','','publish','closed','closed','','steve-roy','','','2014-05-06 20:41:34','2014-05-06 20:41:34','',0,'http://2014.seattle.wordcamp.org/?post_type=wcb_speaker&#038;p=807019',0,'wcb_speaker','',0),(807021,1,'2014-05-06 20:42:36','2014-05-06 20:42:36','Vladimir Putin is currently the bad guy of the world. Recently his actions are similar to that of an internet troll, whose primary objective is to instigate a negative response and disorder.\n\nJoin Steve Roy from Disqus as he breaks down the patented behavioral methods that trolls of all kinds use. Showing you both technical and human approaches to creating a cleaner, and more civil online community space supported by data from Disqus powered communities, this talk will give you practical do’s and don’ts when it comes to dealing with online incivility.\n\nSpeaker: Steve Roy','What Vladimir Putin Can Teach Us About Responding to Trolling','','publish','closed','clo
 sed','','what-vladimir-putin-can-teach-us-about-responding-to-trolling','','','2014-05-06 20:42:36','2014-05-06 20:42:36','',0,'http://2014.seattle.wordcamp.org/?post_type=wcb_session&#038;p=807021',0,'wcb_session','',0),(807024,1,'2014-05-07 23:54:30','2014-05-07 23:54:30','Heather Johnson is a tech teacher and trainer who focuses on helping people become comfortable and confident online. Until six years ago, she was not a techie. In fact, she avoided tech and didn\'t see how it would add value to her life or business. Through the influence of a mentor, she began to learn about coding websites and that led to her learning more and more about the tech world. She gained confidence and skills and started her own business designing websites. Over a year and a half of working with customers, she learned that her passion lay in translating the Geek to English. Now she focuses on teaching people, individually and in groups, to help them to gain confidence and understanding in using te
 ch. Rather than talking at people, she walks people through the process of learning WordPress, social media, programs or apps so they can have the thrill of conquering something new with a supportive mentor standing by to reassure. Tech is a tool: it should not control how you run a business or interact with people. Once people learn how to make tech work for them rather than being a slave to their fears, uncertainty or assumptions of what they “have” to do, they become free. She takes tech from complex to personal.','Heather Johnson','','publish','closed','closed','','heather-johnson','','','2014-05-07 23:54:30','2014-05-07 23:54:30','',0,'http://2014.seattle.wordcamp.org/?post_type=wcb_speaker&#038;p=807024',0,'wcb_speaker','',0),(807026,1,'2014-05-07 23:55:31','2014-05-07 23:55:31','Technology can be intimidating. From the tools to the geek speak, many clients glaze over when they think about working with WordPress. By embracing the role of geek translator, you can train 
 your clients to work within their site or at least be comfortable in knowing what they want done. Everyone has skills they bring to the table when working with a website but those skills may not be in understanding the terminology or function of WordPress. We will go over some simple steps and resources to help make the process of educating clients about WordPress go more smoothly and be more effective. By utilizing multiple training methods and tailoring your training to his/her level of understanding you can give your client the space in which to build confidence and understanding. Build long-lasting, healthy client relationships (and make money!) by learning how to translate the geek!\n\nSpeaker: Heather Johnson','Translate the Geek: Teaching Clients How To Use WordPress','','publish','closed','closed','','translate-the-geek-teaching-clients-how-to-use-wordpress','','','2014-05-07 23:55:31','2014-05-07 23:55:31','',0,'http://2014.seattle.wordcamp.org/?post_type=wcb_session&#0
 38;p=807026',0,'wcb_session','',0),(807029,1,'2014-05-07 23:59:09','2014-05-07 23:59:09','Brennen Byrne is the CEO and cofounder of Clef, a security plugin for WordPress. He speaks about security across the country with a focus on making security approachable and interesting to non-technical audiences. Modern security requires safer communities, not just safer sites, and Brennen is dedicated to helping the WordPress community protect itself. @brennenbyrne on Twitter','Brennen Byrne','','publish','closed','closed','','brennen-byrne','','','2014-05-07 23:59:09','2014-05-07 23:59:09','',0,'http://2014.seattle.wordcamp.org/?post_type=wcb_speaker&#038;p=807029',0,'wcb_speaker','',0),(807031,1,'2014-05-08 00:00:57','2014-05-08 00:00:57','\"The weakest link in the security of anything you do online is your password. It’s the key to your site, your email, your social networking accounts or any other online service you use. If your password is easy to guess, your online identity i
 s vulnerable.” - The WordPress Security team\n\nWhen we talk about WordPress security, it’s easy to get caught up in the technical details that give us the craziest hacks that make the best stories. In reality, though, most WordPress sites are hacked because bad habits — and, more specifically, bad passwords. It’s easy to recommend better passwords, but this talk will cover the technology that is changing how the password battle is being waged. Background on botnets, two-factor authentication, SSL, and password rot will accompany actionable advice any user can follow to secure their WordPress site.\n\nSpeaker: Brennen Byrne','Passwords: The Weakest Link in WordPress Security','','publish','closed','closed','','passwords-the-weakest-link-in-wordpress-security','','','2014-05-08 00:00:57','2014-05-08 00:00:57','',0,'http://2014.seattle.wordcamp.org/?post_type=wcb_session&#038;p=807031',0,'wcb_session','',0),(807034,1,'2014-05-08 00:02:55','2014-05-08 00:02:55','Kate Stull 
 is the cofounder of Popforms, a company making tools to help superstars shine at work. At Popforms, she oversees content strategy, curriculum development, and marketing. Prior to this role, she worked as a freelance writer, helping tech entrepreneurs build their brands and side projects through blogging, content marketing, and social media. In her free time, Kate enjoys yoga, listening to audiobooks, and blogging about her boyfriend\'s outfits at katestull.wordpress.com.','Kate Stull','','publish','closed','closed','','kate-stull','','','2014-05-08 00:02:55','2014-05-08 00:02:55','',0,'http://2014.seattle.wordcamp.org/?post_type=wcb_speaker&#038;p=807034',0,'wcb_speaker','',0),(807036,1,'2014-05-08 00:04:22','2014-05-08 00:04:22','When you\'re on a budget, you don\'t have the time or money to waste on growth tactics that go nowhere. Learn strategies for growing your blog that just plain work. We\'ll go over ways to boost traffic through targeted content, how to apply keyword res
 earch, how to build an email list of loyal readers, and even how to start leveraging your content to make you money. Find out how to make your amazing content work for you, whether you\'ve got $1 to spend or $1000.','Free And Low Cost Ways To Grow An Amazing Blog','','publish','closed','closed','','free-and-low-cost-ways-to-grow-an-amazing-blog','','','2014-05-08 00:04:22','2014-05-08 00:04:22','',0,'http://2014.seattle.wordcamp.org/?post_type=wcb_session&#038;p=807036',0,'wcb_session','',0),(807039,1,'2014-05-08 01:56:30','2014-05-08 01:56:30','','WordCamp Seattle Tickets','WordCamp Saturday.  Contributor Sunday is free. For childcare, please see our childcare registration page.','publish','closed','closed','','early-bird-ticket','','','2014-05-08 01:56:30','2014-05-08 01:56:30','',0,'http://2014.seattle.wordcamp.org/?post_type=tix_ticket&#038;p=807039',0,'tix_ticket','',0),(807040,1,'2014-05-08 01:49:26','2014-05-08 01:49:26','','Meal Preference (select all that apply)',''
 ,'publish','open','open','','meal-preference','','','2014-05-08 01:49:26','2014-05-08 01:49:26','',0,'http://2014.seattle.wordcamp.org/tix_question/meal-preference/',0,'tix_question','',0),(807041,1,'2014-05-08 01:49:26','2014-05-08 01:49:26','','How do you classify yourself','','publish','open','open','','how-do-you-classify-yourself','','','2014-05-08 01:49:26','2014-05-08 01:49:26','',0,'http://2014.seattle.wordcamp.org/tix_question/how-do-you-classify-yourself/',0,'tix_question','',0),(807042,1,'2014-05-08 01:49:26','2014-05-08 01:49:26','','Where are you traveling from?','','publish','open','open','','where-are-you-traveling-from','','','2014-05-08 01:49:26','2014-05-08 01:49:26','',0,'http://2014.seattle.wordcamp.org/tix_question/where-are-you-traveling-from/',0,'tix_question','',0),(807043,1,'2014-05-08 01:50:46','2014-05-08 01:50:46','','How would you rate your experience with WordPress?','','publish','open','open','','how-would-you-rate-your-experience-with-wordpress','',''
 ,'2014-05-08 01:50:46','2014-05-08 01:50:46','',0,'http://2014.seattle.wordcamp.org/tix_question/how-would-you-rate-your-experience-with-wordpress/',0,'tix_question','',0),(807044,1,'2014-05-08 01:53:02','2014-05-08 01:53:02','','How would you describe your community involvement?','','publish','open','open','','how-would-you-rate-your-community-involvement','','','2014-05-08 01:53:02','2014-05-08 01:53:02','',0,'http://2014.seattle.wordcamp.org/tix_question/how-would-you-rate-your-community-involvement/',0,'tix_question','',0),(807045,1,'2014-05-08 01:53:38','2014-05-08 01:53:38','','Do you currently own or operate a site running WordPress?','','publish','open','open','','do-you-currently-own-or-operate-a-site-running-wordpress','','','2014-05-08 01:53:38','2014-05-08 01:53:38','',0,'http://2014.seattle.wordcamp.org/tix_question/do-you-currently-own-or-operate-a-site-running-wordpress/',0,'tix_question','',0),(807049,1,'2014-05-08 02:07:51','2014-05-08 02:07:51','','Do you require a
 ny special assistance (ASL interpreter, guide for visually impaired, etc).','','publish','open','open','','please-indicate-if-you-require-any-special-assistance-asl-interpreter-guide-hearing-aid-device-etc','','','2014-05-08 02:07:51','2014-05-08 02:07:51','',0,'http://2014.seattle.wordcamp.org/tix_question/please-indicate-if-you-require-any-special-assistance-asl-interpreter-guide-hearing-aid-device-etc/',0,'tix_question','',0),(807061,1,'2014-05-09 02:29:42','2014-05-09 02:29:42','Merrill Mayer is the founder and web developer at Kool Kat Web Designs. She specializes in creating custom WordPress themes for informational and e-commerce websites. She enjoys working with designers to translate their vision into a working website.\n\nMerrill began her career in technology by studying for a master’s degree in French at the University of Michigan. There she had the opportunity to work on a project to computerize French demographic data from the 19th and early 20th centuries. As a resu
 lt, Merrill became hooked on technology.','Merrill Mayer','','publish','closed','closed','','merrill-mayer','','','2014-05-09 02:29:42','2014-05-09 02:29:42','',0,'http://2014.seattle.wordcamp.org/?post_type=wcb_speaker&#038;p=807061',0,'wcb_speaker','',0),(807063,1,'2014-05-09 02:31:24','2014-05-09 02:31:24','<strong>Revising WordPress Revisions with Backbone</strong>, Adam Silverstein\nWordPress revisions got a jolt of Backbone and a complete interface overhaul in WordPress 3.6 (as did media in 3.5 and themes in 3.8). Hear the revisions rewrite story and description of the effort involved, plus a code overview and ideas for leveraging Backbone (and Underscore) in your WordPress project.\n\n<strong>Bulletproof Your WordPress Development</strong>, Elisha Terada\nPrevention can be more valuable than a cure. Bulletproof your WordPress with WP development best practices, task automations, and safeguarding tools.\n\n<strong>Heartbeat API Jump-Start</
 strong>, Mike Schroder\nAs of WordPress 3.9, the Heartbeat API is no longer experimental! It\'s intended to help developers synchronize data between the browser and server without manually sending individual AJAX calls. Attendees will learn Heartbeat basics and have a quick runthrough on how it\'s used by WordPress\' core.\n\n<strong>Hidden Treasures of WordPress Core,</strong> Kailey Lampert\nThere are a lot of hidden, little-known, and under-documented parts of core that can be really handy to have in your toolkit. Let\'s take a look at several of the most-loved and under-used parts of core that will make us all better developers.','Developer Lightning Talks','','publish','closed','closed','','advanced-custom-fields-beyond-the-basics','','','2014-05-09 02:31:24','2014-05-09 02:31:24','',0,'http://2014.seattle.wordcamp.org/?post_type=wcb_session&#038;p=807063',0,'wcb_session','',0),(807069,1,'2014-05-09 02:38:00','2014-05-09 02:38:00','Todd Miller is the Program 
 Manager for Information Systems at Spokane Regional Health District (SRHD), Spokane, WA. Todd started using WordPress in 2013. He has found several ways to augment SRHD’s existing websites with targeted WordPress functionality that included web forms, surveys and news forums using the bbPress plugin. Todd has over 20 years of experience working as a database and application programmer. This included working in the Silicon Valley during the dot-com bubble. He most recently enjoyed building OLAP solutions with Microsoft\'s SQL Sever Analysis Services. Todd received a Bachelor of Arts degree in Physics from Brandeis University in 1989. He received a Master of Science degree in Statistics from California State University, East Bay in 2004. Todd is currently training for his seventh marathon. He enjoys running with his brother, hiking with his spouse, and sharing vinyl records with his son.','Todd Miller','','publish','closed','closed','','todd-miller','','','2014-05-09 02:38:00','2014
 -05-09 02:38:00','',0,'http://2014.seattle.wordcamp.org/?post_type=wcb_speaker&#038;p=807069',0,'wcb_speaker','',0),(807071,1,'2014-05-09 02:39:55','2014-05-09 02:39:55','Naci (pronounced Najee) Seyhanli is the video production specialist at the Spokane Regional Health District (SRHD), Spokane, WA.  He received a Bachelor of Arts degree in radio and television as well as a Bachelor of Arts degree in professional accounting from Eastern Washington University.  Mr. Seyhanli left a fifteen-year career in broadcast television and his position as supervising director at KING 5 Television in Seattle, WA to return to Spokane in 2008.  Mr. Seyhanli works with SRHD staff to produce public health-related audio and video content designed for SRHD staff, partner agencies, and the general public.  As a member of the SRHD Information Systems department, he also supports the maintenance of SRHD computer and voice networks.  Mr. Seyhanli resides in Spokane with his wife Alicia, his son Kaya, an
 d his two rat terriers.','Naci Seyhanli','','publish','closed','closed','','naci-seyhanli','','','2014-05-09 02:39:55','2014-05-09 02:39:55','',0,'http://2014.seattle.wordcamp.org/?post_type=wcb_speaker&#038;p=807071',0,'wcb_speaker','',0),(807073,1,'2014-05-09 02:41:13','2014-05-09 02:41:13','The latest WordPress theme, Twenty Fourteen, has a lot of new features and options that were not available in earlier themes. Because of this the theme is an attractive choice for starting a new WordPress site or modifying an existing site. With a few, mostly non-technical steps, this theme can be easily modified to meet the basic needs of many website branding tasks. This involves making changes through the dashboard as well as adding custom CSS. This workshop will walk through the steps we took to modify the out-of-box Twenty Fourteen theme to closely match one of our existing, non-WordPress websites.','Branding the WordPress Twenty Fourteen Theme: An Overview for the Non-Technical','','
 publish','closed','closed','','branding-the-wordpress-twenty-fourteen-theme-an-overview-for-the-non-technical','','','2014-05-09 02:41:13','2014-05-09 02:41:13','',0,'http://2014.seattle.wordcamp.org/?post_type=wcb_session&#038;p=807073',0,'wcb_session','',0),(807076,1,'2014-05-09 04:51:08','2014-05-09 04:51:08','Michelle Castillo is the President and CEO of Castillo Media Group, a Vancouver BC based web development and internet marketing company.\n\nMichelle passion lies in helping business owners to establish meaningful web presence that helps them achieve their business goals, attract more clients and increase their revenues. She discovered WordPress when she needed to promote her own real estate investment business and fell in love with it. Michelle has recently published an eBook titled \"8 Actions You Can Take RIGHT NOW to Optimize Your WordPress Website\", the eBook can be downloaded for free in her website WpInsider.org\n\nMichelle has always been a techie. She
  holds a Masters degree in Mechanical engineering and has spent 10 years leading software development teams in Tokyo, Paris and Michigan leading the  delivery of complex software development solutions to companies such as Toyota, Nissan, Mazda, BMW, Dell and GM.','Michelle Castillo','','publish','closed','closed','','michelle-castillo','','','2014-05-09 04:51:08','2014-05-09 04:51:08','',0,'http://2014.seattle.wordcamp.org/?post_type=wcb_speaker&#038;p=807076',0,'wcb_speaker','',0),(807080,1,'2014-05-09 21:45:11','2014-05-09 21:45:11',' Residing in Portland, Oregon, Zack longs for the cold, snowy days of his Alaskan youth. He enjoys strumming his guitar, playing hockey, and spending time with his wife and dog. Otherwise, you\'ll find him at his computer meticulously spinning lines of clean WordPress code as a developer at The Theme Foundry.','Zach Tollman','','publish','closed','closed','','zach-tollman','','','2014-05-09 21:45:11','2014-05-09 21:45:11','',0,'http://2014.seattle
 .wordcamp.org/?post_type=wcb_speaker&#038;p=807080',0,'wcb_speaker','',0),(807082,1,'2014-05-09 21:46:16','2014-05-09 21:46:16','Understanding why your page is rendering slowly is the first step to improving your page load speed. The faster your pages load, the better the site will convert and the happier your clients will be! In this talk, Zack will introduce you to concepts that affect your site\'s performance, including network connectivity, CSS rendering, and latency. Comprehension of these core performance concepts will then be used to inform sensible recommendations for overcoming these problems. Throughout the discussion, tools for exploring your site\'s performance will be demonstrated to show how to optimize your site through proper measurement.','Speed as a Feature: Getting a Handle on Page Load Time','','publish','closed','closed','','speed-as-a-feature-getting-a-handle-on-page-load-time','','','2014-05-09 21:46:16','2014-05-09 21:46:16','',0,'http://2014.seattle.word
 camp.org/?post_type=wcb_session&#038;p=807082',0,'wcb_session','',0),(807084,1,'2014-05-09 22:01:14','2014-05-09 22:01:14','We are pleased to announce that we have made arrangements with the <a href=\"http://childlearning.org\">Child Learning and Care Center</a> to provide child care during WordCamp this year!\n\nIf you would like to register for child care, please print and fill out the <a href=\"http://2014.seattle.wordcamp.test/wp-content/uploads/sites/22/2014/05/Child-Care-Registration-Forms.pdf\">Child Care Registration Forms</a>, and mail them along with your payment to:\nChild Care and Learning Center\n4515 16th Ave NE\nSeattle, WA 98105\n\nRegistration is due by June 13.\n\nIf you have any questions, please contact Michele Sorenson, 206-524-3400 or director@childlearning.org','Register for Child Care','','publish','closed','closed','','register-for-child-care','','','2014-05-09 22:01:14','2014-05-09 22:01:14','',0,'http://2014.
 seattle.wordcamp.org/?page_id=807084',0,'page','',0),(807088,1,'2014-05-09 22:12:40','2014-05-09 22:12:40','Stacey is a seasoned web developer who not only enjoys making websites but also enjoys teaching others how to make their own sites! She has been developing websites since the ripe age of 13 and specializes in front-end technologies with an emphasis on WordPress theme customization. Stacey has enjoyed working for many industry leaders including IGT, Microsoft and HasOffers.','Stacey Lane','','publish','closed','closed','','stacey-lane','','','2014-05-09 22:12:40','2014-05-09 22:12:40','',0,'http://2014.seattle.wordcamp.org/?post_type=wcb_speaker&#038;p=807088',0,'wcb_speaker','',0),(807090,1,'2014-05-09 22:14:28','2014-05-09 22:14:28','There are a lot of WordPress themes out there. Some are free; some are not. Some are chocked full of bells and whistles while others offer little to no additional features. But how do you know which one is right for you? This talk will answer
  that question and get you on the right track to finding the right theme for your business or blog and will teach you how to avoid some of the most common pitfalls you can encounter during the theme selection process.','How to Pick a Theme That Doesn&#039;t Suck','','publish','closed','closed','','how-to-pick-a-theme-that-doesnt-suck','','','2014-05-09 22:14:28','2014-05-09 22:14:28','',0,'http://2014.seattle.wordcamp.org/?post_type=wcb_session&#038;p=807090',0,'wcb_session','',0),(807093,1,'2014-05-09 22:30:55','2014-05-09 22:30:55','Jeremy is a senior WordPress engineer with the central University Communications team at Washington State University. After moving to Pullman and becoming a Coug last year, he\'s excited to invade Husky territory and spread the word about the cool web stuff being built at WSU. He loves using and creating open source software, is a recent dabbler in open source hardware, and when WCSEA comes around will have just bottled home-brew number six.','
 Jeremy Felt','','publish','closed','closed','','jeremy-felt','','','2014-05-09 22:30:55','2014-05-09 22:30:55','',0,'http://2014.seattle.wordcamp.org/?post_type=wcb_speaker&#038;p=807093',0,'wcb_speaker','',0),(807095,1,'2014-05-09 22:31:47','2014-05-09 22:31:47','Large projects often change scope rapidly, hence the use of ambiguous words like scale and platform.\n\nIn this session, we’ll cover general strategies around approaching your project with an incremental mindset. Version control, environment, collaboration, and deployment all play key roles when pushing a platform to serve big needs. By laying out a strategy at the start and making consistent small changes, your platform will scale before anyone realizes.','Small Changes toward Big Things','','publish','closed','closed','','working-the-scale-building-and-managing-a-platform-with-wordpress','','','2014-05-09 22:31:47','2014-05-09 22:31:47','',0,'http://2014.seattle.wordcamp.org/?post_type=wcb_session&#038;p=807095
 ',0,'wcb_session','',0),(807100,1,'2014-05-10 16:55:20','2014-05-10 16:55:20','Hi! I\'m Julie Kuehl. I’m an emerging WordPress developer that’s hell-bent on learning. Sometimes from books and websites. Sometimes from friends and colleagues. Sometimes from successes and failures. I’m happy to share that learning with others, and learn even more in the process. I’ve taught myself WordPress and some of the coding that goes with it (HTML, CSS, PHP, JavaScript, etc.). Recently, I was named to a list of 25 Awesome WordPress Women to Watch. I own straightFORWARD Web Solutions.','Julie Kuehl','','publish','closed','closed','','julie-kuhl','','','2014-05-10 16:55:20','2014-05-10 16:55:20','',0,'http://2014.seattle.wordcamp.org/?post_type=wcb_speaker&#038;p=807100',0,'wcb_speaker','',0),(807102,1,'2014-05-10 16:56:32','2014-05-10 16:56:32','<strong>All the Things (That Aren\'t WordPress)</strong>, Julie Kuehl\nSo you\'ve learned WordPress and are ready to make it a bus
 iness. You\'ll quickly find that you\'ll need to get some systems put in place to make that happen. From CRMs to IDEs, we\'ll got through a brief overview of the pieces needed to make it all work.\n\n<strong>Planning a Successful WordPress Site</strong>, Kronda Adair\nI\'ll provide a blueprint for investing your time and money wisely to end up with a site you love that is also useful, effective and easy to manage. I\'ll talk about finding a good developer, asking the right questions, and what you as the site owner should be prepared to contribute.\n\n<strong>5 Stages of a Startup, </strong>Alex Bean\nThis is a pre-built outline that helps people think through the business, creative, and technical elements they need to think about before they start a online business. Each stage (ideate, validate, build, etc..) comes with actionable steps to think about as your investing time and money into a idea you have.\n\n<strong>Website Woes: What To Do When Nobody
  Clicks</strong>, Claudia Smith\nA visually pleasing website is a thing of beauty, however, if your message is supposed to be selling “widgets” and it looks like a “cruise in the Carribbean” site, it’s time to do some planning. Here are tips for preparing to start your website using a business and marketing approach to attract your target market!','Business Lighting Talks','','publish','closed','closed','','business-lighting-talks','','','2014-05-10 16:56:32','2014-05-10 16:56:32','',0,'http://2014.seattle.wordcamp.org/?post_type=wcb_session&#038;p=807102',0,'wcb_session','',0),(807105,1,'2014-05-12 15:54:35','2014-05-12 15:54:35','Adam started programming by learning assembly code on his Radio Shack color computer (with 4k!), and started a software company from his college dorm room. After years building custom solutions he embraced WordPress as his platform of choice, building sites for clients large and small.\n\nAdam is a contributing developer to WordPress a
 nd was recognized as a “Rockstar” for his role in the revisions rewrite for WordPress 3.6. Adam currently works as a Senior Web Engineer at 10up. He loves long rafting trips, playing mbira, travel, taking walks and tending his over sized garden.','Adam Silverstein','','publish','closed','closed','','adam-silverstein','','','2014-05-12 15:54:35','2014-05-12 15:54:35','',0,'http://2014.seattle.wordcamp.org/?post_type=wcb_speaker&#038;p=807105',0,'wcb_speaker','',0),(807110,1,'2014-05-12 15:59:30','2014-05-12 15:59:30','Lisa K. is a digital media consultant, helping small businesses connect with the digital universe.  She uses a holistic approach to examine ways that businesses can become more social and use all aspects of their internet presence to create and cultivate new business.  She works closely with clients to develop customized strategies for website design and social media interactions as well as convergence of their online and offline marketing plans.\n\n“My favori
 te part of the process is the exchange of knowledge that comes from working directly with business owners.  I love to teach, I love to learn and I love to problem solve and because the internet is constantly in a state of change, these elements show up in every project.”\n\nLisa holds a Master of Science Degree in Information Technology and a Bachelor of Science Degree in Business.  She is a member of WE Rotary Club, District 5000, HI, and co-hosts a WordPress workshop for beginners called \'Tech-it-Easy-with-WordPress\'.  Lisa has also served as a volunteer with the Tarrant Literacy Coalition and on the Marketing Committee for The Women’s Center of Tarrant County.','Lisa Kruczynski','','publish','closed','closed','','lisa-kruczynski','','','2014-05-12 15:59:30','2014-05-12 15:59:30','',0,'http://2014.seattle.wordcamp.org/?post_type=wcb_speaker&#038;p=807110',0,'wcb_speaker','',0),(807112,1,'2014-05-12 16:01:35','2014-05-12 16:01:35','WordPress is not just a blogging platfor
 m.  It is a content management system that entrepreneurs and small business owners looking for a way to easily launch a website that they can maintain themselves, should take full advantage of.  This presentation offers everything you need to know to get started using WordPress from finding a hosting company to creating a post to organizing your navigation.\n\nTopics Covered:\n<ul>\n       <li>What is the Difference between WordPress.com and WordPress.org?</li>\n\n        <li>Installing WordPress</li>\n\n   <li>Installing a theme</li>\n\n     <li>How to create a page</li>\n\n   <li>How to create a post</li>\n\n   <li>How to setup a navigation menu</li>\n\n <li>What is a Widget?</li>\n\n      <li>What is a Plugin?</li>\n</ul>\n\n','WordPress Basics','','publish','closed','closed','','wordpress-basics','','','2014-05-12 16:01:35','2014-05-12 16:01:35','',0,'http://2014.seattle.wordcamp.org/?post_type=wcb_s
 ession&#038;p=807112',0,'wcb_session','',0),(807114,1,'2014-05-12 16:05:10','2014-05-12 16:05:10','Taylor is a full time user interface engineer with 10up. Every day, he gets to work on really big and really cool WordPress installations. But it’s not just a job and WordPress is more than a tool: It’s people. It’s a community. It’s a group of folks that love the web, love publishing, love technology, and love open source software.','Taylor Dewey','','publish','closed','closed','','taylor-dewey','','','2014-05-12 16:05:10','2014-05-12 16:05:10','',0,'http://2014.seattle.wordcamp.org/?post_type=wcb_speaker&#038;p=807114',0,'wcb_speaker','',0),(807116,1,'2014-05-12 16:06:31','2014-05-12 16:06:31','Syntactically Awesome Stylesheets make working with CSS really freakin\' fun. Although variables (yeah, variables in your CSS, how cool is that!) are often highlighted when talking about CSS preprocessers, SASS is so much more. We\'ll discuss, with practical examples, other maj
 or features of the language such as functions, mixins, placeholder classes and selector nesting.','SASS — It&#039;s more than just variables in your CSS','','publish','closed','closed','','sass-its-more-than-just-variables-in-your-css','','','2014-05-12 16:06:31','2014-05-12 16:06:31','',0,'http://2014.seattle.wordcamp.org/?post_type=wcb_session&#038;p=807116',0,'wcb_session','',0),(807118,1,'2014-05-12 16:07:46','2014-05-12 16:07:46','<strong>Advanced Custom Fields - Beyond the Basics</strong>, Merril Mayer\nThis talk will cover use of ACF in non-blog oriented websites. It will focus on using ACF in a custom post type. It will demonstrate custom queries along with custom prev/next posts. The talk will also show how to display ACF fields in the dashboard for the custom post type overview. Examples will be taken from a live, working website.\n\n<strong>A responsive web design workflow: more than just \'mobile first\'</strong>, Taylor Dewey\nDesigning
  a website for the modern age is a much more complicated endeavor than the term \'mobile first\' lets on. I\'m going to reject the notion of \'mobile first\' and proffer the replacement buzzword, \'humans first\', along with a series of specific steps to achieve that goal.\n\n<strong>WordPress Accessibility - building WordPress websites that EVERYONE can use</strong>, Jordan Quintal\nThe focus of this quick presentation will be on website and WordPress accessibility. I will briefly explain what web accessibility is and what it involves. I will also demonstrate a popular web accessibility evaluation tool that any develop can use to test their website’s accessibility.\n\n<strong>Images for Wordpress Done Right</strong>, Nancy Thanki\nWhether you’re setting up a portfolio page, a site for realtors, or for a professional blogger, images are important. But how do you use images that look great and don’t slow down visitors to your site? What are some importan
 t considerations you need to have in mind? This talk will cover things like how WordPress handles images and what you need to know about that (thumbnails, regeneration); how to compress your images; how and when to use progressive jpegs, for instance, or pngs; and what you can do to help images on your site load faster (Photon, CDNs, static asset caching, parallel downloading, etc).','Themer Lightning Talks','','publish','closed','closed','','themer-lightning-talks','','','2014-05-12 16:07:46','2014-05-12 16:07:46','',0,'http://2014.seattle.wordcamp.org/?post_type=wcb_session&#038;p=807118',0,'wcb_session','',0),(807127,1,'2014-05-15 21:23:15','2014-05-15 21:23:15','Whether you\'ve never <a href=\"http://make.wordpress.org/\">contributed to WordPress</a> before, or if you\'ve done so for years, <strong>you\'re invited to WordCamp Seattle Contributor day 2014</strong>. This is your chance to learn out how to contribute from the experts, hang out 
 with others who love to contribute, and push some of your own contributions -- all in one (well, really less than one) day.\n\nWe\'re planning a fun, active and intense day of learning, coding, testing, documentation and hanging out. Members and experts from many teams including core, meta, documentation and theme review will be present to help you get up to speed quickly with how to contribute to WordPress. Don\'t know exactly what you want to do? No problem! Just show up and we\'ll get you plugged into a team that needs your help. Not a coder? That\'s okay too -- there are plenty of non-dev ways to contribute to the WordPress community, including documentation and more. There\'s even a free lunch, lots of coffee, and probably a <em>beerortwo</em> in a nearby establishment after.\n\n<strong>Location:</strong> <a href=\"http://www.impacthubseattle.com/\">Impact HUB Seattle</a> in Pioneer Square, Downtown Seattle (<a href=\"https:
 //www.google.com/maps/place/Impact+Hub+Seattle/@47.600342,-122.331132,17z/data=!3m1!4b1!4m2!3m1!1s0x54906abadfbfb47b:0xd05a0d4f34fa1c1a\">map</a>) <em>Note: despite the similar venue name, this event is in Downtown Seattle and not on the UW campus.</em>\n\n<strong>Schedule for June 29th:</strong>\n\nCheck out <a href=\"http://2014.seattle.wordcamp.org/schedule/\">our Schedule page</a>.\n\n<strong>How do I register?</strong>\n\nJust indicate that you\'ll be joining us at contributor day when you register for WordCamp Seattle. Attendance is free. Please let us know ahead of time if you\'ll be coming -- we can\'t guarantee that there will be spots left on the weekend of the event.','Contributor Day -- Sunday June 29th','','publish','open','open','','contributor-day-sunday-june-29th','','','2014-05-15 21:23:15','2014-05-15 21:23:15','',0,'http://2014.seattle.wordcamp.org/?page_id=807127',0,'page','',0),(807132,1,'20
 14-05-13 16:04:37','2014-05-13 16:04:37','','Do you plan to attend the Contributor Day on Sunday?','','publish','open','open','','do-you-plan-to-attend-the-contributor-day-on-sunday','','','2014-05-13 16:04:37','2014-05-13 16:04:37','',0,'http://2014.seattle.wordcamp.org/tix_question/do-you-plan-to-attend-the-contributor-day-on-sunday/',0,'tix_question','',0),(807134,1,'2014-05-14 02:01:52','2014-05-14 02:01:52','Jordan Quintal is a successful Online Multipreneur, a seasoned Web Developer, as well as a WordPress Contributor and Community Member. Jordan is the current President at The Genius Web Media Inc. that was founded in 2007, and he has over 15 years of web development experience. His skill, intelligence, and ambition have allowed him and his company to flourish in a very competitive Media market.','Jordan Quintal','','publish','closed','closed','','jordan-quintal','','','2014-05-14 02:01:52','2014-05-14 02:01:52','',0,'http://2014.seattle.wordcamp.org/?post_type=wcb_speaker&am
 p;#038;p=807134',0,'wcb_speaker','',0),(807138,1,'2014-05-14 02:11:29','2014-05-14 02:11:29','Eric Amundson founded IvyCat in 2002 and is the team’s lead web strategist, user-experience designer, and server geek. Once he began developing on WordPress in early 2005, he had found his niche.\n\nEric’s company specializes in WordPress development, hosting, and maintenance and support. His experience with security, and the intricacies (and headaches) associated with hosting, deploying, moving, and troubleshooting WordPress has made him a helpful resource to happy WordPress users throughout the world.\n\nIn his spare time, you might catch him participating at a local WordPress Meetup, writing documentation for the WordPress Docs Team, hacking on themes or plugins, or herding wayward sock monkeys.\n\nEric is a co-organizer of the Seattle WordPress Documentation Meetup and stays active in the WordPress Community in the Pacific Northwest by sponsoring, attending and speaking at WordPress
  Meetups and WordCamps. ','Eric Amundson','','publish','closed','closed','','eric-amundson','','','2014-05-14 02:11:29','2014-05-14 02:11:29','',0,'http://2014.seattle.wordcamp.org/?post_type=wcb_speaker&#038;p=807138',0,'wcb_speaker','',0),(807141,1,'2014-05-14 02:13:19','2014-05-14 02:13:19','There\'s a LOT of interest in WordPress development, but getting started can be overwhelming, and you may sometimes feel like you’re flailing around and \"doing things wrong.\"\n\nEric Amundson will moderate a panel discussion involving four accomplished WordPress developers who will talk about their experiences with WordPress development, answer questions, and share tips on how they keep sharp, including:\n\n  <li>What they did to get where they are, </li>\n\n  <li>How they maintain and improve their skills, </li>\n\n   <li>Time-saving tips for novice developers to help avoid heartache and get you on the right track.</li>\n','Panel: How to Beco
 me a Better WordPress Developer ','','publish','closed','closed','','panel-how-to-become-a-better-wordpress-developer','','','2014-05-14 02:13:19','2014-05-14 02:13:19','',0,'http://2014.seattle.wordcamp.org/?post_type=wcb_session&#038;p=807141',0,'wcb_session','',0),(807143,1,'2014-05-14 02:16:06','2014-05-14 02:16:06','Ever need to move WordPress sites between hosts, from a production site to a local development site, or vice-versa?  If moving WordPress sites causes you fear, pain, or hives, this workshop is for you.\n\nWe’ll explore three different methods for moving, or deploying, WordPress sites including:\n\n   <li>PHPMyAdmin backup and manual migration of database and files. (changing hosts, same domain)</li>\n\n    <li>Moving sites to a different domain using WordPress plugins like BackupBuddy. (changing hosts, use different domain)</li>\n\n    <li>Deploying from a git repository and moving database using WP Migrate DB Pro. (changing hosts, differ
 ent domain)</li>\n\n\nWe’ll also illustrate common problems that occur during site migrations and how to troubleshoot them, including the evil white screen of death, permalink problems, memory issues, .htaccess snafus, and more.','Migrating WordPress Sites ','','publish','closed','closed','','migrating-wordpress-sites','','','2014-05-14 02:16:06','2014-05-14 02:16:06','',0,'http://2014.seattle.wordcamp.org/?post_type=wcb_session&#038;p=807143',0,'wcb_session','',0),(807147,1,'2014-05-14 02:49:35','2014-05-14 02:49:35','<a href=\"http://2014.seattle.wordcamp.test/wp-content/uploads/sites/22/2014/05/DreamHost600x198.png\"><img class=\"alignnone size-medium wp-image-807151\" src=\"http://2014.seattle.wordcamp.test/wp-content/uploads/sites/22/2014/05/DreamHost600x198-300x99.png\" alt=\"DreamHost600x198\" width=\"300\" height=\"99\" /></a>\n\nDreamHost is a global Web hosting and cloud services comp
 any with over 370,000 entrepreneur and developer customers, and 1.3 million blogs, websites, and apps hosted. The company offers a wide spectrum of Web services including Shared Hosting, Virtual Private Servers (VPS), Dedicated Server Hosting, Domain Name Registration, the public cloud storage service, DreamObjects, and the public cloud computing service, DreamCompute. Please visit http://DreamHost.com for more information.','Dreamhost','','publish','closed','closed','','dreamhost-2','','','2014-05-14 02:49:35','2014-05-14 02:49:35','',0,'http://2014.seattle.wordcamp.org/?post_type=wcb_sponsor&#038;p=807147',0,'wcb_sponsor','',0),(807160,1,'2014-05-14 02:50:10','2014-05-14 02:50:10','<a href=\"http://2014.seattle.wordcamp.test/wp-content/uploads/sites/22/2014/05/BlueHost600x198.png\"><img class=\"alignnone size-medium wp-image-807149\" src=\"http://2014.seattle.wordcamp.test/wp-content/uploads/sites/22/2014/05/BlueHost600x198-300x99.png\" a
 lt=\"BlueHost600x198\" width=\"300\" height=\"99\" /></a>\n\nBluehost has been a WordPress partner since 2005 and powers over one million WordPress sites. Their goal is to provide outstanding hosting services and customer support for the best possible price. Bluehost is also constantly innovating and upgrading their services and infrastructure at no additional cost to their customers. Join the millions of other website owners that have already chosen Bluehost and see how they can help you with your site.','Bluehost','','publish','closed','closed','','bluehost-2','','','2014-05-14 02:50:10','2014-05-14 02:50:10','',0,'http://2014.seattle.wordcamp.org/?post_type=wcb_sponsor&#038;p=807160',0,'wcb_sponsor','',0),(807162,1,'2014-05-14 02:52:06','2014-05-14 02:52:06','<a href=\"http://2014.seattle.wordcamp.test/wp-content/uploads/sites/22/2014/05/WiredTree600x198.png\"><img class=\"alignnone size-medium wp-image-807156\&qu
 ot; src=\"http://2014.seattle.wordcamp.test/wp-content/uploads/sites/22/2014/05/WiredTree600x198-300x99.png\" alt=\"WiredTree600x198\" width=\"300\" height=\"99\" /></a>\n\nWiredTree provides Managed VPS and Managed Dedicated Servers to WordPress users worldwide from our Chicago-based data center and offices. Every WT server is backed by 24×7 telephone support, ticket support with 15 minute average response times, and is fully managed and monitored by WiredTree to maximize uptime and minimize frustration. All servers come ready-to-run with cPanel/WHM and are optimized and security hardened with firewall and anti-spam out of the box. With experience in SSD technology, MariaDB, Memcached, WordPress plugins, server optimization, and LiteSpeed Web server, WiredTree can take your site’s performance to the next level.','WiredTree','','publish','closed','closed','','wiredtree','','','2014-05-14 02:52:06','2014-05-14 02:52:06','',0,'http:/
 /2014.seattle.wordcamp.org/?post_type=wcb_sponsor&#038;p=807162',0,'wcb_sponsor','',0),(807165,1,'2014-05-14 02:52:44','2014-05-14 02:52:44','<a href=\"http://2014.seattle.wordcamp.test/wp-content/uploads/sites/22/2014/05/MediaTemple600x198.png\"><img class=\"alignnone size-medium wp-image-807153\" src=\"http://2014.seattle.wordcamp.test/wp-content/uploads/sites/22/2014/05/MediaTemple600x198-300x99.png\" alt=\"MediaTemple600x198\" width=\"300\" height=\"99\" /></a>\n\nFrom its inception in 1998, (mt) Media Temple has been on a mission to help people and businesses succeed online.\n\nOver 125,000 customers in 100 countries now rely on Media Temple’s tools for domain registration, web hosting, business applications, virtual servers, and other cloud services to power more than 1.5 million websites. With 200 dedicated, U.S.-based employees, Media Temple takes pride in our 24/7 customer support. Our custo
 mers range from everyday people to top bloggers, creative professionals, and small businesses, as well as large enterprises like Starbucks, Adidas, Samsung, and Toyota.\n\nMore information can be found anytime on the web at <a href=\"http://mediatemple.com/\">http://mediatemple.com</a> or on Twitter <a href=\"https://twitter.com/MediaTemple\">@MediaTemple</a>.','Media Temple','','publish','closed','closed','','media-temple-2','','','2014-05-14 02:52:44','2014-05-14 02:52:44','',0,'http://2014.seattle.wordcamp.org/?post_type=wcb_sponsor&#038;p=807165',0,'wcb_sponsor','',0),(807166,1,'2014-05-14 02:53:06','2014-05-14 02:53:06','[sponsors link=\"website\"]','Sponsors','','publish','closed','closed','','sponsors','','','2014-05-14 02:53:06','2014-05-14 02:53:06','',271692,'http://2014.seattle.wordcamp.org/?page_id=807166',0,'page','',0),(807169,1,'2014-05-14 02:55:02','2014-05-14 02:55:02','<a href=\"http://2014.seattle.w
 ordcamp.test/wp-content/uploads/sites/22/2014/05/WPML600x198.png\"><img class=\"alignnone size-medium wp-image-807158\" src=\"http://2014.seattle.wordcamp.test/wp-content/uploads/sites/22/2014/05/WPML600x198-300x99.png\" alt=\"WPML600x198\" width=\"300\" height=\"99\" /></a>\n\nWPML turns WordPress websites multilingual. It works with caching, SEO and E-Commerce plugins, and allows the building of complete multilingual sites. WPML powers simple blogs as well as corporate and enterprise sites.\n\nWPML allows users to translate everything in the site, including content, menus, widgets and even theme and plugin texts. WPML powers over 400,000 commercial websites from all over the world.\n\nMore information about going multilingual can be found at WPML.org','WPML','','publish','closed','closed','','wpm','','','2014-05-14 02:55:02','2014-05-14 02:55:02','',0,'http://2014.seattle.wordcamp.org/?post_type=wcb_sponsor&
 #038;p=807169',0,'wcb_sponsor','',0),(807172,1,'2014-05-14 02:55:54','2014-05-14 02:55:54','<a href=\"http://2014.seattle.wordcamp.test/wp-content/uploads/sites/22/2014/05/IvyCat600x198.png\"><img class=\"alignnone size-medium wp-image-807152\" src=\"http://2014.seattle.wordcamp.test/wp-content/uploads/sites/22/2014/05/IvyCat600x198-300x99.png\" alt=\"IvyCat600x198\" width=\"300\" height=\"99\" /></a>\n\nIvyCat is a small, agile team of WordPress developers and server geeks based in lovely Gig Harbor, Washington. We spend our days creating custom WordPress sites designed to sell products and services; especially event management and e-commerce sites, Hosting WordPress sites (others too) for clients that need top-shelf, managed hosting with outstanding technical support where everybody knows your name, and providing WordPress Maintenance &amp; Support. We love, live, and breathe WordPress; it’s much o
 f how we make our living, so we’re grateful to be able to participate in the WordPress community.','IvyCat','','publish','closed','closed','','ivycat','','','2014-05-14 02:55:54','2014-05-14 02:55:54','',0,'http://2014.seattle.wordcamp.org/?post_type=wcb_sponsor&#038;p=807172',0,'wcb_sponsor','',0),(807174,1,'2014-05-14 02:57:11','2014-05-14 02:57:11','<a href=\"http://2014.seattle.wordcamp.test/wp-content/uploads/sites/22/2014/05/WAStateU600x198.png\"><img class=\"alignnone size-medium wp-image-807155\" src=\"http://2014.seattle.wordcamp.test/wp-content/uploads/sites/22/2014/05/WAStateU600x198-300x99.png\" alt=\"WAStateU600x198\" width=\"300\" height=\"99\" /></a>\n\nWashington State University was founded as the people’s university in 1890. WSU’s mission is to improve the lives and livelihoods of people around the world with world-class education, research,  and community outreach. More than 2
 6,000 students attend WSU at campuses in Pullman, Spokane, the Tri-Cities, and Vancouver, as well as through the Global Campus, a nationally recognized online learning community serving people worldwide.\n\nBased on its philosophy of serving the public good, WSU is committed to an active partnership with the WordPress and open-source communities to help make the web a better resource for all.','Washington State University','','publish','closed','closed','','washington-state-university','','','2014-05-14 02:57:11','2014-05-14 02:57:11','',0,'http://2014.seattle.wordcamp.org/?post_type=wcb_sponsor&#038;p=807174',0,'wcb_sponsor','',0),(807176,1,'2014-05-14 02:57:49','2014-05-14 02:57:49','<a href=\"http://2014.seattle.wordcamp.test/wp-content/uploads/sites/22/2014/05/WP-Engine600x198.png\"><img class=\"alignnone size-medium wp-image-807157\" src=\"http://2014.seattle.wordcamp.test/wp-content/uploads/sites/22/2014/05/WP-Engine600x198-300x99.png\&quo
 t; alt=\"WP-Engine600x198\" width=\"300\" height=\"99\" /></a>\n\nWP Engine is the premium managed hosting platform for websites and applications built with WordPress. WP Engine powers tens of thousands of websites and apps built with WordPress, delivering the fastest, most reliable, and most secure web experience possible. Businesses large and small rely on WP Engine’s exceptional customer service team that specializes in quickly solving technical problems, and creating a world-class customer experience. The service includes top-notch support (the most WordPress experts on staff per 1000 customers), one-click backup/restore, one-click deployment from staging to production, version control, optimization for speed and scalability, and security features that include automatic software upgrades.','WP Engine','','publish','closed','closed','','wp-engine','','','2014-05-14 02:57:49','2014-05-14 02:57:49','',0,'http://2014.seattle.wordcamp.org/?pos
 t_type=wcb_sponsor&#038;p=807176',0,'wcb_sponsor','',0),(807178,1,'2014-05-14 02:59:03','2014-05-14 02:59:03','<a title=\"Rightside\" href=\"http://rightside.co\"><img class=\"alignnone size-medium wp-image-807799\" src=\"http://2014.seattle.wordcamp.test/wp-content/uploads/sites/22/2014/05/Rightside_lg_600x198-300x99.png\" alt=\"Rightside_lg_600x198\" width=\"300\" height=\"99\" /></a>\n\nRightside™ inspires and delivers on new possibilities in digital identity. We give you the freedom to tell your story, your way. Our domain name services provide the entry point for individuals and organizations to define themselves. Our value-added services help them tell their stories online. And our turnkey service platform is the easiest way for resellers, registries, registrars, and domain investors to build their businesses. More options mean more opportunity—for storytelling, for commerce, for in
 novation, for you.\n\n&nbsp;','Rightside','','publish','closed','closed','','rightside','','','2014-05-14 02:59:03','2014-05-14 02:59:03','',0,'http://2014.seattle.wordcamp.org/?post_type=wcb_sponsor&#038;p=807178',0,'wcb_sponsor','',0),(807183,1,'2014-05-14 03:02:47','2014-05-14 03:02:47','<a href=\"http://2014.seattle.wordcamp.test/wp-content/uploads/sites/22/2014/05/DiamondLining600x198.png\"><img class=\"alignnone size-medium wp-image-807208\" src=\"http://2014.seattle.wordcamp.test/wp-content/uploads/sites/22/2014/05/DiamondLining600x198-300x99.png\" alt=\"DiamondLining600x198\" width=\"300\" height=\"99\" /></a>\n\nThe <a href=\"http://thediamondlining.com/\">Diamond Lining</a> helps consumers sell their unneeded or unwanted diamond jewelry.  By offering a trustworthy and friendly consumer experience coupled with deep industry knowledge, The Diamond Lining is able to of
 fer consumers aggressive prices and a transparent process, ensuring that selling a diamond ring with be a profitable and pleasant experience.','Diamond Lining','','publish','closed','closed','','diamond-lining','','','2014-05-14 03:02:47','2014-05-14 03:02:47','',0,'http://2014.seattle.wordcamp.org/?post_type=wcb_sponsor&#038;p=807183',0,'wcb_sponsor','',0),(807185,1,'2014-05-14 03:03:16','2014-05-14 03:03:16','','Hypr','','publish','closed','closed','','hypr','','','2014-05-14 03:03:16','2014-05-14 03:03:16','',0,'http://2014.seattle.wordcamp.org/?post_type=wcb_sponsor&#038;p=807185',0,'wcb_sponsor','',0),(807187,1,'2014-05-14 03:03:39','2014-05-14 03:03:39','','Kapture Photography','','publish','closed','closed','','kapture-photography','','','2014-05-14 03:03:39','2014-05-14 03:03:39','',0,'http://2014.seattle.wordcamp.org/?post_type=wcb_sponsor&#038;p=807187',0,'wcb_sponsor','',0),(807189,1,'2014-05-14 03:03:49','2014-05-14 03:03:49','','Sticker Giant','','publish','
 closed','closed','','sticker-giant','','','2014-05-14 03:03:49','2014-05-14 03:03:49','',0,'http://2014.seattle.wordcamp.org/?post_type=wcb_sponsor&#038;p=807189',0,'wcb_sponsor','',0),(807191,1,'2014-05-14 03:03:58','2014-05-14 03:03:58','','TagBoard','','publish','closed','closed','','tagboard','','','2014-05-14 03:03:58','2014-05-14 03:03:58','',0,'http://2014.seattle.wordcamp.org/?post_type=wcb_sponsor&#038;p=807191',0,'wcb_sponsor','',0),(807193,1,'2014-05-14 03:04:23','2014-05-14 03:04:23','<a href=\"http://2014.seattle.wordcamp.test/wp-content/uploads/sites/22/2014/05/disqus600x1981.png\"><img class=\"alignnone size-medium wp-image-807206\" src=\"http://2014.seattle.wordcamp.test/wp-content/uploads/sites/22/2014/05/disqus600x1981-300x99.png\" alt=\"disqus600x198\" width=\"300\" height=\"99\" /></a>\n\nDisqus is a free service that makes it easy for anyone to create or participate in an onlin
 e community. Our magic is in connecting people to stuff that’s worth talking about.','Disqus','','publish','closed','closed','','disqus','','','2014-05-14 03:04:23','2014-05-14 03:04:23','',0,'http://2014.seattle.wordcamp.org/?post_type=wcb_sponsor&#038;p=807193',0,'wcb_sponsor','',0),(807212,1,'2014-05-15 00:47:49','2014-05-15 00:47:49','Elisha is the \'ninja\' front-end developer. He has developed over 70 client websites in small to mid size projects. Elisha specializes in WordPress development including custom theme, plugin, and admin UI. With tech, design, and business skills, Elisha plans and executes on digital missions from start to finish.','Elisha Terada','','publish','closed','closed','','elisha-terada','','','2014-05-15 00:47:49','2014-05-15 00:47:49','',0,'http://2014.seattle.wordcamp.org/?post_type=wcb_speaker&#038;p=807212',0,'wcb_speaker','',0),(807215,1,'2014-05-15 00:50:04','2014-05-15 00:50:04','Kronda Adair is an independent WordPress developer and consu
 ltant who loves helping people make their sites better. She\'s spoken at Open Source Bridge, WordCamp Portland, and recently gave an Ignite talk titled, Stop Making Senseless Websites. In her spare time, she crusades against tiny web fonts and restaurant sites that suck.','Kronda Adair','','publish','closed','closed','','kronda-adair','','','2014-05-15 00:50:04','2014-05-15 00:50:04','',0,'http://2014.seattle.wordcamp.org/?post_type=wcb_speaker&#038;p=807215',0,'wcb_speaker','',0),(807218,1,'2014-05-15 00:54:29','2014-05-15 00:54:29','Nancy takes photos, shoots film, designs stuff, and tries not to be too pretentious about it. Her very first client was a woman in her eighties running a spectacularly successful cancer non-profit program…who didn’t really use email, let alone anything else. Nancy trained her to set-up and maintain a WordPress site. Throughout undergrad she gave regular talks to prospective students and parents on the trials, tribulations, and triumphs of colle
 ge. Now as both a web designer and filmmaker, she has realized that she\'s teaching very similar lessons to many of my clients, especially those that haven’t worked much with visual design, on how to avoid the pitfalls of “en vogue” to create products that can withstand the test of rising and falling fashions in typography, photography, film, and design.','Nancy Thanki','','publish','closed','closed','','nancy-thanki','','','2014-05-15 00:54:29','2014-05-15 00:54:29','',0,'http://2014.seattle.wordcamp.org/?post_type=wcb_speaker&#038;p=807218',0,'wcb_speaker','',0),(807221,1,'2014-05-15 00:58:03','2014-05-15 00:58:03','Scott Eklund is a results-driven marketer with a wide range of experience. He has worked with authors, doctors, entrepreneurs, and small businesses to improve their traffic and conversions. His combination of SEO and PPC experience allow him to dramatically improve the results his clients receive.','Scott Eklund','','publish','closed','closed','','scott-eklun
 d','','','2014-05-15 00:58:03','2014-05-15 00:58:03','',0,'http://2014.seattle.wordcamp.org/?post_type=wcb_speaker&#038;p=807221',0,'wcb_speaker','',0),(807223,1,'2014-05-15 00:58:35','2014-05-15 00:58:35','This panel discussion will focus on SEO issues specific to WordPress and, particularly, blogs. In addition, it will attempt to illuminate the lastest in Google goofiness and other peculiarities of SEO. It is not a basic tutorial in SEO, but is still a good choice for beginners.','Making Sense of SEO for WordPress','','publish','closed','closed','','seo-panel-discussion','','','2014-05-15 00:58:35','2014-05-15 00:58:35','',0,'http://2014.seattle.wordcamp.org/?post_type=wcb_session&#038;p=807223',0,'wcb_session','',0),(807228,1,'2014-05-15 16:56:55','2014-05-15 16:56:55','Tanner has been engineering solutions with WordPress for over 2 years. During that time he has been able to work on a wide variety of projects from startup blogs to complex applications for Fortune 500 hun
 dred companies both as a contractor and as a Web Engineer at 10up. He now runs iWitness Design, a WordPress consulting agency focused on creating elegant solutions for complex WordPress challenges.','Tanner Moushey','','publish','closed','closed','','tanner-moushey','','','2014-05-15 16:56:55','2014-05-15 16:56:55','',0,'http://2014.seattle.wordcamp.org/?post_type=wcb_speaker&#038;p=807228',0,'wcb_speaker','',0),(807230,1,'2014-05-15 16:57:50','2014-05-15 16:57:50','This is a workshop that will walk through the steps for creating a WordPress plugin to customize the Jetpack social icons with FontAwesome. The workshop will touch on WordPress and plugin coding best practices, WordPress coding standards, actions, and filters. Users should be familiar working with PHP and CSS and should come prepared with a laptop equipped with an IDE or text editor.','Creating a Plugin from Scratch','','publish','closed','closed','','creating-a-plugin-from-scratch','','','2014-05-15 16:57:50','2014-
 05-15 16:57:50','',0,'http://2014.seattle.wordcamp.org/?post_type=wcb_session&#038;p=807230',0,'wcb_session','',0),(807246,1,'2014-05-16 00:30:01','2014-05-16 00:30:01','Mike, known as Shredder to most of his colleagues, is a cross-cultural\nkid, coffee-drinking sailor, and lover of Open Source. He currently\nworks at DreamHost, contributing to the WordPress core and community\nprojects including WP-CLI. You can find him blogging on various geeky\nthings at http://www.getsource.net','Mike Schroder','','publish','closed','closed','','mike-schroder','','','2014-05-16 00:30:01','2014-05-16 00:30:01','',0,'http://2014.seattle.wordcamp.org/?post_type=wcb_speaker&#038;p=807246',0,'wcb_speaker','',0),(807254,1,'2014-05-16 03:31:13','2014-05-16 03:31:13','Andrew Nacin a Lead Developer of WordPress, squashing bugs, mentoring contributors, and spearheading new development — including leading the 3.5, 3.7, and 3.9 releases. He has strong feelings about the core philosophies of WordPr
 ess, among them “decisions, not options” and “designing for the majority” — software should be opinionated in lieu of burdening the user. In his first appearance at WordCamp Seattle since 2011, he\'ll be sharing what the community has been working on, where we are headed, and how we\'re going to get there. Bring your questions as there will be plenty of time for discussion.','Andrew Nacin','','publish','closed','closed','','andrew-nacin','','','2014-05-16 03:31:13','2014-05-16 03:31:13','',0,'http://2014.seattle.wordcamp.org/?post_type=wcb_speaker&#038;p=807254',0,'wcb_speaker','',0),(807256,1,'2014-05-16 03:31:57','2014-05-16 03:31:57','','Keynote','','publish','closed','closed','','keynote','','','2014-05-16 03:31:57','2014-05-16 03:31:57','',0,'http://2014.seattle.wordcamp.org/?post_type=wcb_session&#038;p=807256',0,'wcb_session','',0),(807258,1,'2014-05-16 03:32:50','2014-05-16 03:32:50','Siobhan McKeown is a Word Ninja at Audrey Capital where she writes about 
 WordPress, deals with documentation, and has nightmares about the Codex. She’s currently working on an open source book about the history of WordPress. She spends her days delving into the brains of its early developers and community members. When she’s not worrying about the finer details of forking and the GPL, she’s helping out with the project’s future by wrangling WordPress’ documentation.','Siobhan McKeown','','publish','closed','closed','','siobhan-mckeown','','','2014-05-16 03:32:50','2014-05-16 03:32:50','',0,'http://2014.seattle.wordcamp.org/?post_type=wcb_speaker&#038;p=807258',0,'wcb_speaker','',0),(807260,1,'2014-05-16 03:33:22','2014-05-16 03:33:22','','Opening Remarks and Keynote','','publish','closed','closed','','keynote-2','','','2014-05-16 03:33:22','2014-05-16 03:33:22','',0,'http://2014.seattle.wordcamp.org/?post_type=wcb_session&#038;p=807260',0,'wcb_session','',0),(807262,1,'2014-05-16 04:18:00','2014-05-16 04:18:00','Mary Ann Chapman has bee
 n involved in web work since the days of flashing type and bouncing balls.  Her primary emphasis is online marketing strategy, but recently she has been working with a WordPress author to develop a new WordPress blog, for which she is doing the SEO. Her lengthy career has included ownership of businesses in a variety of areas, always with a strategic perspective in mind.','Mary Ann Chapman','','publish','closed','closed','','mary-ann-chapman','','','2014-05-16 04:18:00','2014-05-16 04:18:00','',0,'http://2014.seattle.wordcamp.org/?post_type=wcb_speaker&#038;p=807262',0,'wcb_speaker','',0),(807268,1,'2014-05-16 16:22:46','2014-05-16 16:22:46','','Other dietary needs:','','publish','open','open','','other-dietary-needs','','','2014-05-16 16:22:46','2014-05-16 16:22:46','',0,'http://2014.seattle.wordcamp.org/tix_question/other-dietary-needs/',0,'tix_question','',0),(807273,1,'2014-05-16 17:02:02','2014-05-16 17:02:02','<a href=\"http://2014.seattle.wordcamp.org/contributor-
 day-sunday-june-29th/\"><img src=\"http://2014.seattle.wordcamp.test/wp-content/uploads/sites/22/2014/05/contribday.jpg\" alt=\"contribday\" class=\"aligncenter wp-image-807285\" /></a>\n\nWe\'re excited to announce the addition of <a href=\"http://2014.seattle.wordcamp.org/contributor-day-sunday-june-29th/\">WordCamp Seattle 2014 Contributor Day</a> on Sunday, June 29th at the <a href=\"http://www.impacthubseattle.com/\">Impact HUB Seattle</a> in Downtown Seattle\'s Pioneer Square neighborhood.  This is a great, fun and free event for anyone who currently enjoys contributing to WordPress, or wants to learn how to do so.  Make sure to RSVP when you register!','WordCamp Seattle contributor day on Sunday, June 29th ','','publish','open','open','','wordcamp-seattle-contributor-day-on-sunday-june-29th','','','2014-05-16 17:02:02','2014-05-16 17:02:02','',0,'http://2014.seattle.wordcamp.org/?p=8
 07273',0,'post','',0),(807341,1,'2014-05-16 17:49:23','2014-05-16 17:49:23','Need I say more? Make sure and grab your ticket before we sell out!\n\nhttp://2014.seattle.wordcamp.org/tickets/','Tickets Are Now On Sale!','','publish','open','open','','tickets-are-now-on-sale','','','2014-05-16 17:49:23','2014-05-16 17:49:23','',0,'http://2014.seattle.wordcamp.org/?p=807341',0,'post','',2),(807515,1,'2014-05-17 02:22:58','2014-05-17 02:22:58','Kimberly Gauthier is the big mouth behind Keep the Tail Wagging, a pet blog inspired by her love of her dogs. Launched in December 2011 in protest of the barrage of ASPCA commercials during the holidays, Keep the Tail Wagging has grown swiftly as Kimberly found an audience who connected with her desire to raise healthy, happy dogs. She waves her Dog Mom flag proudly, faces of critiques with a smile (most of the time), and is open about her wins and losses. A leader in both the pet blogging and raw food community, Kimberly is using the foundation s
 he has built with Keep the Tail Wagging to create a business that will help dog lovers who want to go raw learn the ins and outs, ups and downs, of this “so not a fad” diet!\n\nAuthor of Standing out in a Popular Blogging Niche (available on Amazon), Kimberly also writes bi-monthly for TPPV.tv (Pets Teach Us So Much), she’s a regular contributor to BlogPaws, has presented at the BlogPaws annual pet blogging conference in 2013 and 2014, and speaks locally to aspiring bloggers about the business and lifestyle of blogging. And if that’s not enough, she also manages multiple Facebook groups that support bloggers and small business owners in the pet industry. All of this while working a full time job, raising 4 dogs and being bossed around by 2 cats with her partner in crime in Marysville, Washington.','Kimberly Gauthier','','publish','closed','closed','','kimberly-gauthier','','','2014-05-17 02:22:58','2014-05-17 02:22:58','',0,'http://2014.seattle.wordcamp.org/?post_type=wcb_sp
 eaker&#038;p=807515',0,'wcb_speaker','',0),(807517,1,'2014-05-17 02:25:47','2014-05-17 02:25:47','When I started my first, third, and tenth blog, I was excited about the topic, I spent hours obsessing about the design, I’d write a ton of posts, launch my social networking pages and then….Nothing.\n\nWhere are the comments? Am I even on the Internet? Umm, what do you mean by keyword research? An editorial what? There’s a difference between Wordpress.com and .org? Is this thing on????\n\nIf you’ve just started a blog, or are considering one, I’m going to share with you the easy steps I took that helped me take Keep the Tail Wagging from a Me Too Blog (I’ll explain what that is) to a blog owned by someone who regularly chats to the CEOs of major brands, networks with local business owners, and speaks and blogging conferences – in less than 2-1/2 years.','I Started A Blog! Now What?','','publish','closed','closed','','i-started-a-blog-now-what','','','2014-05-17 02:25:
 47','2014-05-17 02:25:47','',0,'http://2014.seattle.wordcamp.org/?post_type=wcb_session&#038;p=807517',0,'wcb_session','',0),(807520,1,'2014-05-17 02:32:26','2014-05-17 02:32:26','','Lunch','','publish','closed','closed','','lunch','','','2014-05-17 02:32:26','2014-05-17 02:32:26','',0,'http://2014.seattle.wordcamp.org/?post_type=wcb_session&#038;p=807520',0,'wcb_session','',0),(807535,1,'2014-05-17 18:58:52','2014-05-17 18:58:52','<a href=\"http://parallels.com\"><img class=\"alignnone size-medium wp-image-807536\" src=\"http://2014.seattle.wordcamp.test/wp-content/uploads/sites/22/2014/05/parallels_logo_RGB-300x99.jpg\" alt=\"parallels_logo_RGB\" width=\"300\" height=\"99\" /></a>\n\n<a href=\"http://www.parallels.com/products/hosting-cloud-automation-platforms/\" rel=\"nofollow\">Parallels</a>, a leading hosting and cloud services enablement provider, will showcas
 e the new <a href=\"http://www.parallels.com/plesk\" rel=\"nofollow\">Parallels Plesk 12</a>, featuring a powerful new security core, a full-featured WordPress Toolkit and four distinct editions of the software designed to deliver targeted functionality to web administrators, application developers, web professionals and hosting service providers.','Parallels','','publish','closed','closed','','parallels','','','2014-05-17 18:58:52','2014-05-17 18:58:52','',0,'http://2014.seattle.wordcamp.org/?post_type=wcb_sponsor&#038;p=807535',0,'wcb_sponsor','',0),(807549,1,'2014-05-18 03:39:44','2014-05-18 03:39:44','Nancy West Johnson has been online since AOL.1 and designing websites soon after that. When she found WordPress it was love at first site. Nancy is the owner/creative director of Rampant Web Designs where she works with clients to help them develop and brand their online presence with a blog, group, or business. Nancy also enjoys teaching in-pers
 on classes for WordPress beginners in the South King County area. In her spare time she attends various Celtic events and is a volunteer with the Seattle Highland Games Association (SSHGA.org) where she designs and produces the 80-page program magazine for the annual highland games event held in Enumclaw on the last weekend in July (shameless plug!). Sláinte! {Gaelic for Cheers!}','Nancy West Johnson','','publish','closed','closed','','nancy-west-johnson','','','2014-05-18 03:39:44','2014-05-18 03:39:44','',0,'http://2014.seattle.wordcamp.org/?post_type=wcb_speaker&#038;p=807549',0,'wcb_speaker','',0),(807551,1,'2014-05-18 03:40:40','2014-05-18 03:40:40','This session is everyone from bloggers to business owners who is an absolute beginner (or just needs a refresher) on their first journey in the wonderful world of WordPress. Join Nancy West Johnson (Rampant Web Designs) to find out how Wordpress can help your website project and how to choose which version of the WordPress pla
 tform (WordPress.com or self-hosted [aka WordPress.org]) is best for you. We\'ll also take a tour of the dashboard and learn five essential settings to get you started. Feel free to bring your laptop and follow along on your own domain.','Create your first WordPress website - an introduction to WordPress','','publish','closed','closed','','create-your-first-wordpress-website-an-introduction-to-wordpress','','','2014-05-18 03:40:40','2014-05-18 03:40:40','',0,'http://2014.seattle.wordcamp.org/?post_type=wcb_session&#038;p=807551',0,'wcb_session','',0),(807560,1,'2014-05-18 17:40:42','2014-05-18 17:40:42','Are you a student who wants to attend WordCamp for free?\n\nFirst, please consider <a title=\"Volunteer\" href=\"http://2014.seattle.wordcamp.org/volunteer/\">volunteering</a>.  Volunteers attend WordCamp for free, as well as a few other perks.  Don\'t worry - if you volunteer, you won\'t be too busy to attend the talks you want to hear!\n\nIf y
 ou aren\'t able to volunteer, you can <a href=\"mailto:wordcamp.seattle.organizers@gmail.com\">email us a photo of your student ID</a>, and we will send you a discount code.','Student Tickets','','publish','open','open','','student-tickets','','','2014-05-18 17:40:42','2014-05-18 17:40:42','',0,'http://2014.seattle.wordcamp.org/?page_id=807560',0,'page','',0),(807595,1,'2014-05-19 16:17:31','2014-05-19 16:17:31','Kailey wrote her first line of HTML in 2000, and the years following were filled with some really, really terrible stuff (her words). Then in about 2005/6 she was finally introduced to CSS, and a few months later, also to PHP and MySQL. Those were dangerous times. Putting this new found knowledge to use, she actually managed to cobble together something like a custom blogging system. Code so terrible, it has since been banished from existence. For the next couple years, she continued writing code for all sorts of little things, playing around with it a
 ll until she eventually got hired as a web developer.\n\nShortly following, in late 2008, she had her first WordPress task, create a custom theme for a client\'s new blog. Kailey\'s first question: What\'s WordPress? (though she probably said it with a lowercase p). With a lot of help from Google, she did eventually complete the custom theme, which was really just a heavily modified version of the default Kubrick theme. In 2009 she attended the first Seattle WordCamp, and around this time, her interest was piqued. Since then, she\'s started doing all sorts of things with WordPress, including just reading through core. Countless code snippets, a handful of plugins, and a few WordCamps later bring her to today, as a full-fledged WordPress geek.','Kailey Lampert','','publish','closed','closed','','kailey-lampert','','','2014-05-19 16:17:31','2014-05-19 16:17:31','',0,'http://2014.seattle.wordcamp.org/?post_type=wcb_speaker&#038;p=807595',0,'wcb_speaker','',0),(807631,1,'2014-05-20 
 02:02:51','2014-05-20 02:02:51','Alex McClafferty is the co-founder of WP Curve - a 24/7 WordPress support service for business owners. Alex lives in San Francisco with his beautiful wife Brittany. This is Alex’s first WordCamp and he’s excited to share what he’s learned in the first year of building a WordPress business. Alex thinks of Seattle as his second home in the USA - he was actually going to move there… Two things stopped him: the rain and the Sacramento Kings. Follow him on Twitter @alexmcclafferty.','Alex McClafferty','','publish','closed','closed','','alex-mcclafferty','','','2014-05-20 02:02:51','2014-05-20 02:02:51','',0,'http://2014.seattle.wordcamp.org/?post_type=wcb_speaker&#038;p=807631',0,'wcb_speaker','',0),(807633,1,'2014-05-20 02:04:28','2014-05-20 02:04:28','There’s nothing sexy about WordPress support, but there’s plenty of work to be done and WP Curve does it. 24/7.\r\n\r\nIn this presentation, Alex will share actionable insights gained from 
 growing the WP Curve business from 0 to 250 customers in one year. Specifically, you’ll learn:\r\n<ul>\r\n     <li>How relationships can help you build your business</li>\r\n     <li>The 3 key types of business relationships you should work on</li>\r\n   <li>How and where to find potential business relationships</li>\r\n <li>The non-sleazy approach to building relationships</li>\r\n</ul>','The WordPress Community + Relationships = A Booming Business','','publish','closed','closed','','the-wordpress-community-relationships-a-booming-business','','','2014-06-06 06:02:08','2014-06-06 06:02:08','',0,'http://2014.seattle.wordcamp.org/?post_type=wcb_session&#038;p=807633',0,'wcb_session','',0),(807645,1,'2014-05-20 17:48:06','2014-05-20 17:48:06','Erik Fadiman is freelance designer and developer who specializes in branding and identity, user experience design, and WordPress development. He is also an instructor at the Seattle Central
  Creative Academy. He spends a lot of time researching and reading articles to keep up on the latest trends in web design. When he’s not in front of a computer, he likes riding his bike to work, and teaching his two small children about the importance of web standards and semantic markup.','Erik Fadiman','','publish','closed','closed','','erik-fadiman','','','2014-05-20 17:48:06','2014-05-20 17:48:06','',0,'http://2014.seattle.wordcamp.org/?post_type=wcb_speaker&#038;p=807645',0,'wcb_speaker','',0),(807647,1,'2014-05-20 17:49:22','2014-05-20 17:49:22','While a traditional waterfall workflow might have a designer handing static comps over to a developer, this no longer works in the age of responsive design and frequently causes friction between both parties. This workshop will help designers learn how to \"design in the browser\", create a responsive style prototype, allow better communication with developers, and explain responsive design to clients. Stop making stat
 ic photoshop comps and learn a more contemporary, agile workflow today.','Responsive Agile Wordpress Workflow (RAWW) ','','publish','closed','closed','','responsive-agile-wordpress-workflow-raww','','','2014-05-20 17:49:22','2014-05-20 17:49:22','',0,'http://2014.seattle.wordcamp.org/?post_type=wcb_session&#038;p=807647',0,'wcb_session','',0),(807708,1,'2014-05-22 00:22:21','2014-05-22 00:22:21','Jennifer Bourn is the Creative Director and Digital Strategist for Bourn Creative, a full service design company based in Sacramento, California that specializes in custom, lead generation WordPress sites. As a Genesis recommended developer, Bourn Creative works with clients around the globe on on branding, website strategy, web design, WordPress, as well as a wide range of graphic design projects. The company also provides consulting on blogging for business, content marketing, and online marketing.\n\nWith more than 15 years in the design trenches, and 9 years as co-owner of Bourn Cre
 ative (with her husband Brian Bourn), Jennifer is an award-winning designer with a penchant for writing, marketing, chocolate, and Legos (yes, Legos not logos). She built her first WordPress site in 2008, fell in love with giving clients the ability to make their own content revisions, and went all in with WordPress pretty much the same day. Now with more than 300 custom WordPress sites under the belt at Bourn Creative, Jennifer now shares her expertise and lessons learned as a dynamic speaker and avid blogger.','Jennifer Bourn','','publish','closed','closed','','jennifer-bourn','','','2014-05-22 00:22:21','2014-05-22 00:22:21','',0,'http://2014.seattle.wordcamp.org/?post_type=wcb_speaker&#038;p=807708',0,'wcb_speaker','',0),(807727,1,'2014-05-22 04:44:31','2014-05-22 04:44:31','This will be an informal opportunity to hang out and meet your fellow WordCampers.','Zero Hour Networking','','publish','closed','closed','','zero-hour-networking','','','2014-05-22 04:44:31','2014-05-22
  04:44:31','',0,'http://2014.seattle.wordcamp.org/?post_type=wcb_session&#038;p=807727',0,'wcb_session','',0),(807796,1,'2014-05-24 20:17:17','2014-05-24 20:17:17','<a title=\"InMotion Hosting\" href=\"http://inmotionhosting.com\"><img class=\"alignnone size-medium wp-image-807797\" src=\"http://2014.seattle.wordcamp.test/wp-content/uploads/sites/22/2014/05/InMotion600x198-300x99.png\" alt=\"InMotion Hosting\" width=\"300\" height=\"99\" /></a>\n\n\"Founded in 2001, <a href=\"http://www.inmotionhosting.com/\">InMotion Hosting</a> is one of the premier providers of web hosting worldwide, with a consistent record of award-winning customer satisfaction.Our 24/7/365 proactive customer service, along with our proprietary back-end technology and hardware configuration are just the beginning.\n\nWe love WordPress! We have experts on-staff to answer difficult questions, 
 provide a variety of tools and technologies geared toward WordPress users, and an extensive WordPress Education Channel.\n\nOur scalable product offering, from Shared, VPS, Reseller, Dedicated or Commercial Class servers and an industry leading 90-day money back guarantee makes InMotion Hosting the best option for your site!  Learn more about the company at inmotionhosting.com.\"','InMotion Hosting','','publish','closed','closed','','inmotion-hosting','','','2014-05-24 20:17:17','2014-05-24 20:17:17','',0,'http://2014.seattle.wordcamp.org/?post_type=wcb_sponsor&#038;p=807796',0,'wcb_sponsor','',0),(807879,1,'2014-05-28 21:12:09','2014-05-28 21:12:09','','Alex Bean','','publish','closed','closed','','alex-bean','','','2014-05-28 21:12:09','2014-05-28 21:12:09','',0,'http://2014.seattle.wordcamp.org/?post_type=wcb_speaker&#038;p=807879',0,'wcb_speaker','',0),(807895,1,'2014-05-29 16:43:16','2014-05-29 16:43:16','The after-party will take place in Mary Gates Commons on U
 W\'s campus, close to the HUB.','After-Party!','','publish','closed','closed','','after-party','','','2014-05-29 16:43:16','2014-05-29 16:43:16','',0,'http://2014.seattle.wordcamp.org/?post_type=wcb_session&#038;p=807895',0,'wcb_session','',0),(807900,1,'2014-05-30 16:29:53','2014-05-30 16:29:53','We\'ll be <a title=\"Livestreaming WordCamp Seattle\" href=\"http://2014.seattle.wordcamp.org/2014/05/02/livestreaming-wordcamp-seattle/\">live streaming WordCamp Seattle for free this year</a>, so visit this page on Saturday, June 28th to watch.\n\nIn the meantime, it\'d be a good idea to <a href=\"http://2014.seattle.wordcamp.org/live-stream/live-stream-attendee-test/\">test out your computer</a> to make sure you won\'t have any problems when you go to watch on the 28th.','Live Stream','','publish','closed','closed','','live-stream','','','2014-05-30 16:29:53','2014-05-30 16:29:53','',0,'http://2014.seattle.wordcamp.org/?page_i
 d=807900',0,'page','',0),(807901,1,'2014-06-18 09:00:46','2014-06-18 16:00:46','Any time a WordCamp live-streams their event, there are always a few people who have trouble accessing it due to technical problems. These almost always end up being caused by the person\'s computer rather than the live stream itself, so it\'s a good idea test out your computer ahead of time, which you can do by <a title=\"Live Stream Attendee Test\" href=\"http://2014.seattle.wordcamp.org/live-stream/live-stream-attendee-test/\">visiting our testing page</a>.','Make Sure You&#039;re Ready for the Live Stream','','publish','open','open','','make-sure-youre-ready-for-the-live-stream','','','2014-06-18 09:00:46','2014-06-18 16:00:46','',0,'http://2014.seattle.wordcamp.org/?p=807901',0,'post','',0),(807902,1,'2014-05-30 16:30:08','2014-05-30 16:30:08','The embedded video below is similar to how we\'ll be live streaming WordCamp Seattle this year. If you\'re able to play 
 it, then you shouldn\'t have any problems watching when we start broadcasting on the 28th.\n\nIf you\'re having trouble viewing it, try using a different computer or network. If that doesn\'t work, <a title=\"Contact\" href=\"http://2014.seattle.wordcamp.org/contact/\">contact us</a> and we\'ll try to help.\n\n[livestream url=\"http://new.livestream.com/accounts/840054/events/2143755/feed_embed?width=480&amp;height=900\" width=\"480\" height=\"900\"]','Live Stream Attendee Test','','publish','closed','closed','','live-stream-attendee-test','','','2014-05-30 16:30:08','2014-05-30 16:30:08','',807900,'http://2014.seattle.wordcamp.org/?page_id=807902',0,'page','',0),(807957,1,'2014-06-02 07:52:18','2014-06-02 14:52:18','<img src=\"http://2014.seattle.wordcamp.test/wp-content/uploads/sites/22/2014/06/wcsea-pillar-sponsors.jpg\" alt=\"wcsea-pillar-sponsors\" width=\"800\" height=\"300\
 " class=\"aligncenter size-full wp-image-807963\" />\n\nWe want to thank these sponsors for stepping up and helping WordCamp Seattle be a success. As you know, our WordCamp would not happen if not for them.\n<strong>\nThis years Pillar sponsors.</strong>\n\n<a href=\"http://2014.seattle.wordcamp.test/wp-content/uploads/sites/22/2014/05/BlueHost600x198.png\"><img src=\"http://2014.seattle.wordcamp.test/wp-content/uploads/sites/22/2014/05/BlueHost600x198.png\" alt=\"BlueHost600x198\" width=\"600\" height=\"198\" class=\"aligncenter size-full wp-image-807149\" /></a>\n\nBluehost has been a WordPress partner since 2005 and powers over one million WordPress sites. Their goal is to provide outstanding hosting services and customer support for the best possible price. Bluehost is also constantly innovating and upgrading their services and infrastructure at no additional cost to their
  customers. Join the millions of other website owners that have already chosen Bluehost and see how they can help you with your site.\n\nYou can learn more about Bluehost by <a href=\"http://www.bluehost.com/\" title=\"Bluehost\">visiting their site</a> or follow them on <a href=\"https://twitter.com/bluehost\" title=\"Bluehost on Twitter\">Twitter</a>.\n\n<a href=\"http://2014.seattle.wordcamp.test/wp-content/uploads/sites/22/2014/05/MediaTemple600x198.png\"><img src=\"http://2014.seattle.wordcamp.test/wp-content/uploads/sites/22/2014/05/MediaTemple600x198.png\" alt=\"MediaTemple600x198\" width=\"600\" height=\"198\" class=\"aligncenter size-full wp-image-807153\" /></a>\n\nFrom its inception in 1998, (mt) Media Temple has been on a mission to help people and businesses succeed online.\n\nOver 125,000 customers in 100 countries now rely on Me
 dia Temple’s tools for domain registration, web hosting, business applications, virtual servers, and other cloud services to power more than 1.5 million websites. With 200 dedicated, U.S.-based employees, Media Temple takes pride in our 24/7 customer support. Our customers range from everyday people to top bloggers, creative professionals, and small businesses, as well as large enterprises like Starbucks, Adidas, Samsung, and Toyota.\n\nYou can learn more about Media Temple by <a href=\"http://mediatemple.com/\" title=\"Media Temple\">visiting their site</a> or follow them on <a href=\"https://twitter.com/mediatemple/\" title=\"Media Temple on Twitter\">Twitter</a>.\n\n<a href=\"http://2014.seattle.wordcamp.test/wp-content/uploads/sites/22/2014/05/WiredTree600x198.png\"><img src=\"http://2014.seattle.wordcamp.test/wp-content/uploads/sites/22/2014/05/WiredTree600x198.png\" alt=\"WiredT
 ree600x198\" width=\"600\" height=\"198\" class=\"aligncenter size-full wp-image-807156\" /></a>\n\nWiredTree provides Managed VPS and Managed Dedicated Servers to WordPress users worldwide from our Chicago-based data center and offices. Every WT server is backed by 24×7 telephone support, ticket support with 15 minute average response times, and is fully managed and monitored by WiredTree to maximize uptime and minimize frustration. All servers come ready-to-run with cPanel/WHM and are optimized and security hardened with firewall and anti-spam out of the box. With experience in SSD technology, MariaDB, Memcached, WordPress plugins, server optimization, and LiteSpeed Web server, WiredTree can take your site’s performance to the next level.\n\nYou can learn more about WiredTree by <a href=\"https://www.wiredtree.com/\" title=\"WiredTree\">visiting their site</a> or follow them on <a href=\"https:/
 /twitter.com/wiredtree/\" title=\"WiredTree on Twitter\">Twitter</a>.','Thanks To Our Pillar Sponsors!','','publish','open','open','','thanks-to-our-pillar-sponsors','','','2014-06-02 07:52:18','2014-06-02 14:52:18','',0,'http://2014.seattle.wordcamp.org/?p=807957',0,'post','',0),(807980,1,'2014-06-03 08:00:48','2014-06-03 15:00:48','','What&#039;s your Twitter username?','','publish','open','open','','whats-your-twitter-username','','','2014-06-03 08:00:48','2014-06-03 15:00:48','',0,'http://2014.seattle.wordcamp.org/tix_question/whats-your-twitter-username/',0,'tix_question','',0),(807991,1,'2014-06-03 17:10:49','2014-06-04 00:10:49','<a href=\"http://2014.seattle.wordcamp.test/wp-content/uploads/sites/22/2014/06/css-igniter.png\"><img src=\"http://2014.seattle.wordcamp.test/wp-content/uploads/sites/22/2014/06/css-igniter-300x99.png\" alt=\"css-igniter\" width=\"300\" height=\"99\" class=\"
 alignnone size-medium wp-image-807992\" /></a>\n<a href=\"http://cssigniter.com\">CSSIgniter</a> is a small team of designers &amp; WordPress developers based in Greece. We provide beautiful WordPress themes to small web design / development agencies, freelancers and small business owners around the world. We make sure that there aren’t any confusing part in our themes so users can concentrate on what really matters, their content. People love us for our technical support too.','CSS Igniter','','publish','closed','closed','','css-igniter','','','2014-06-03 17:10:49','2014-06-04 00:10:49','',0,'http://2014.seattle.wordcamp.org/?post_type=wcb_sponsor&#038;p=807991',0,'wcb_sponsor','',0),(807998,1,'2014-06-03 20:30:18','2014-06-04 03:30:18','','Paul Clark','','publish','closed','closed','','paul-clark','','','2014-06-03 20:30:18','2014-06-04 03:30:18','',0,'http://2014.seattle.wordcamp.org/?post_type=wcb_speaker&#038;p=807998',0,'wcb_sp
 eaker','',0),(808000,1,'2014-06-03 20:31:11','2014-06-04 03:31:11','I recently worked on a project that had required all these \"enterprise\" type requirements all at once: 200,000 to 1,000,000 posts 2,000 categories Geolocation Instant search by intersecting taxonomies or fuzzy text search Basically, it was a directory of learning resources, categorized by thousands of world languages, countries, and publishers. While making it, I ran into a lot of gotchas when it comes to scaling WordPress. For example: • When you have thousands of terms in a taxonomy, it crashes the admin. • When you do fuzzy search on a quarter million posts, it times out or crashes the server. • When you don\'t find way to render and serve complex data to web site visitors within a second or so, people start to leave. This would pretty much be a case study walking through various high-scale / high-traffic problems and suggested solutions.','Case Study: Performance, Scale, and WordPress ','','pub
 lish','closed','closed','','case-study-performance-scale-and-wordpress','','','2014-06-03 20:31:11','2014-06-04 03:31:11','',0,'http://2014.seattle.wordcamp.org/?post_type=wcb_session&#038;p=808000',0,'wcb_session','',0),(808006,1,'2014-06-06 05:35:47','2014-06-06 05:35:47','','Home','','publish','open','open','','home','','','2014-12-06 21:27:42','2014-12-06 21:27:42','',0,'http://2014.seattle.wordcamp.test/2014/06/06/home/',2,'nav_menu_item','',0),(808009,1,'2013-10-29 18:59:40','2013-10-29 18:59:40','<img class=\"alignnone size-full wp-image-271697\" alt=\"hub_sw_entrance\" src=\"http://2014.seattle.wordcamp.test/wp-content/uploads/sites/22/2013/10/hub_sw_entrance.jpg\" width=\"610\" height=\"240\" />\n\nThis year\'s event is being held at the Husky Union Building Building (HUB) on the University of Washington\'s campus, just north of downtown Seattle Washington. The HUB offers an incredible venue that allows WordCamp Se
 attle to accommodate more attendees than any previous  year. See the <a href=\"http://www.washington.edu/maps/\">Interactive map</a>.\n\n4001 Stevens Way NE,\nHUB 204L,\nSeattle, WA ‎\n\nYou can learn more about the venue on <a href=\"http://hub.washington.edu/\" target=\"_blank\">the HUB website</a>, or by browsing the map we\'ve embedded below, which maps the venue and nearby hotels.\n\n[googlemaps https://maps.google.com/maps/ms?msa=0&amp;msid=206032822274375290264.0004d7c11d008a9c8d2c8&amp;gl=us&amp;ie=UTF8&amp;t=m&amp;ll=47.65978,-122.309418&amp;spn=0.017343,0.008497&amp;z=14&amp;output=embed&amp;w=100%&amp;h=300]\n<h1>Getting to the HUB</h1>\nDirections are <a title=\"Directions to the HUB\" href=\"http://depts.washington.edu/thehub/home/directions/\">available on the HUB\'s website</a>, and you can also <a href=\"http://maps.go
 ogle.com/maps?q=Husky+Union+Building&amp;hl=en&amp;ll=47.655495,-122.305148&amp;spn=0.005897,0.009291&amp;sll=37.6,-95.665&amp;sspn=55.75985,76.113281&amp;hq=Husky+Union+Building&amp;t=m&amp;z=17&amp;iwloc=A\" target=\"_blank\">view the HUB on Google Maps</a>. We\'ve outlined several public and private transportation options below.\n<h2>Bus Service to the HUB</h2>\n<a href=\"http://2013.seattle.wordcamp.org/files/2013/03/bus_routes-e1370464234644.jpg\"><img class=\"alignleft size-medium wp-image-1881\" alt=\"bus_routes\" src=\"http://2013.seattle.wordcamp.org/files/2013/03/bus_routes-e1370464234644-225x300.jpg\" width=\"225\" height=\"300\" /></a>\nWhen using <a href=\"http://metro.kingcounty.gov/\" target=\"_blank\">Metro Transit</a>, please use \"UNIVERSITY OF WASHINGTON HUB\" as the destinat
 ion. There are a number of <a href=\"http://metro.kingcounty.gov/tops/bus/neighborhoods/university_district.html\" target=\"_blank\">University District Bus Routes</a> that stop at the Husky Union Building. See also <a href=\"http://www.washington.edu/facilities/transportation/commuterservices/bus-train\">UW Commuter Services</a>.\n<ul>\n       <li>Route <a href=\"http://metro.kingcounty.gov/tops/bus/schedules/s025_0_.html\">25</a></li>\n       <li>Route <a href=\"http://metro.kingcounty.gov/tops/bus/schedules/s373_0_.html\">373</a></li>\n      <li>Route <a href=\"http://metro.kingcounty.gov/tops/bus/schedules/s031_0_.html\">31</a></li>\n       <li>Route <a href=\"http://www.soundtransit.org/Schedules/ST-Express-Bus/540\">540</a></li>\n <li>Route <a href=\"http://metro.kingcounty.gov/tops/bus/schedu
 les/s032_0_.html\">32</a></li>\n   <li>Route <a href=\"http://metro.kingcounty.gov/tops/bus/schedules/s067_0_.html\">67</a></li>\n       <li>Route <a href=\"http://metro.kingcounty.gov/tops/bus/schedules/s205_0_.html\">205</a></li>\n      <li>Route <a href=\"http://metro.kingcounty.gov/tops/bus/schedules/s277_0_.html\">277</a></li>\n</ul>\n&nbsp;\n<h2>UBER</h2>\n<img class=\"alignleft size-full wp-image-1747\" alt=\"uber\" src=\"http://2013.seattle.wordcamp.org/files/2013/03/uber.png\" width=\"216\" height=\"82\" />\n<a href=\"https://www.uber.com/\" target=\"_blank\">Uber</a> is an on-demand car service you can call straight from you iPhone, anywhere, anytime. They have flat airport specials to downtown, and are available almost anytime, anywhere around Seattle. Down
 load the app on your iPhone or smart phone.\n<h2>Biking</h2>\nThe University of Washington is located right on the Burke-Gilman Trail which stretches from Ballard to Marymoor Park in Redmond, WA. There are bike lockers right next to the HUB to secure your bike.\n<h2>Walking</h2>\nIf you are staying nearby, walking to the campus is a great option, however please allow adequate time to find the building.\n<h1>Parking near the HUB</h1>\nIf you plan to park on campus, parking passes must be purchased when you get to campus. Parking is only $5 for the whole day, which can be purchased at the gate when you enter the parking garage. The <a href=\"http://www.washington.edu/facilities/transportation/commuterservices/files/Map_V3.0.pdf\">Central Parking Garage</a> located beneath <a href=\"http://en.wikipedia.org/wiki/Red_Square_%28University_of_Washington%29\">Red Square</a> has been assigned to WordCamp attendee
 s. After parking, come up to Red Square and WordCamp volunteers will help guide you to the HUB.\n\nTo get to the Central Plaza Garage from I-5 (Point A, below), take the NE 45th Street exit (#169). Turn East onto NE 45th Street. Continue East about one quarter of a mile to 15th Avenue NE and turn right. Head South on 15th Avenue three blocks to NE 41st Street. Turn left at Gate #1 into the Central Plaza Garage (Point B, below). Stop at the gatehouse inside the garage for directions and a parking permit.\n<ul>\n     <li>$5 for all day parking in the Central Plaza Garage which is a 1 block walk away from the HUB Ballroom.</li>\n   <li>$5 with a disability permit in Lot N22 which is right next to the HUB Ballroom which is equipped with ramps and elevators. <a href=\"https://www.washington.edu/facilities/transportation/commuterservices/parking/disability\" target=\"_blank\">Contact UW</a> or talk to the gate attendant when you arrive.&lt
 ;/li>\n</ul>\n<a href=\"http://2013.seattle.wordcamp.org/files/2013/03/I-5_to_central_garage.jpg\"><img class=\"size-medium wp-image-1882\" alt=\"NE 45th St to Skagit Ln - G...\" src=\"http://2013.seattle.wordcamp.org/files/2013/03/I-5_to_central_garage-300x296.jpg\" width=\"300\" height=\"296\" /></a>\n\nParking is NOT allowed on the brick pavers or pathways that surround the HUB along the north, south or west sides. Additionally, HUB staff do not make parking arrangements and cannot resolve parking citations for customers.','Location','','publish','open','open','','location-2','','','2013-10-29 18:59:40','2013-10-29 18:59:40','',0,'http://2014.seattle.wordcamp.org/location/',0,'page','',0),(808012,1,'2014-05-16 16:34:09','2014-05-16 16:34:09','<h1>Saturday, June 28</h1>\n[schedule date=\"2014-06-28\"]\n\n&nbsp;\n<h1>Sunday, June 29</h1>\n<a href=\"ht
 tp://2014.seattle.wordcamp.org/contributor-day-sunday-june-29th/\">Contributor Day</a>! <strong>Important note:</strong> This is at a different venue than Saturday.\n\n[schedule date=\"2014-06-29\"]','Schedule','','publish','closed','closed','','schedule-2','','','2014-05-16 16:34:09','2014-05-16 16:34:09','',0,'http://2014.seattle.wordcamp.org/?page_id=1',0,'page','',0),(808013,1,'2014-05-06 20:19:05','2014-05-06 20:19:05','[speakers]','Speakers','','publish','open','open','','speakers','','','2014-05-06 20:19:05','2014-05-06 20:19:05','',271692,'http://2014.seattle.wordcamp.org/?page_id=2',0,'page','',0),(808014,1,'2014-05-06 20:19:33','2014-05-06 20:19:33','[sessions show_meta=\"true\" speaker_link=\"anchor\"]\n\n[speakers]','Sessions','','publish','closed','closed','','sessions','','','2014-05-06 20:19:33','2014-05-06 20:19:33','',271692,'http://2014.seattle.wordcamp.org/?page_id=3',0,'page','',0),(808015,1,'2014-01-02 23:0
 5:55','2014-01-02 23:05:55','<strong><span style=\"line-height: 1.714285714;font-size: 1rem\">Along with support from the <a href=\"http://wordpressfoundation.org/\" target=\"_blank\">WordPress Foundation</a>, the group below is working with the Seattle community to make WordCamp Seattle 2014 a reality.</span></strong>\n\n<span style=\"line-height: 1.714285714;font-size: 1rem\">[organizers]</span>','Organizers','','publish','closed','closed','','organizers-2','','','2014-01-02 23:05:55','2014-01-02 23:05:55','',0,'http://2014.seattle.wordcamp.org/?page_id=6',0,'page','',0),(808016,1,'2014-04-28 19:26:32','2014-04-28 19:26:32','Get your tickets for Saturday WordCamp Seattle!  Volunteers can attend WordCamp for free - <a title=\"Volunteer\" href=\"http://2014.seattle.wordcamp.org/volunteer/\">sign up to volunteer</a>!\n\nNeed <strong>childcare</strong>?
  Go to the <a title=\"Register for Child Care\" href=\"http://2014.seattle.wordcamp.org/register-for-child-care/\" target=\"_blank\">child care registration</a> page.\n\nWant more information about <strong>Contributor Day</strong> on Sunday?  <a title=\"Contributor Day — Sunday June 29th\" href=\"http://2014.seattle.wordcamp.org/contributor-day-sunday-june-29th/\" target=\"_blank\">Here you go</a>!\n\n[camptix]','Tickets','','publish','closed','closed','','tickets','','','2014-06-06 05:40:04','2014-06-06 05:40:04','',0,'http://2014.seattle.wordcamp.org/?page_id=7',0,'page','',4),(808017,1,'2014-05-16 16:29:45','2014-05-16 16:29:45','[camptix_attendees columns=\"3\"]','Attendees','','publish','open','open','','attendees','','','2014-05-16 16:29:45','2014-05-16 16:29:45','',0,'http://2014.seattle.wordcamp.org/?page_id=8',0,'page','',3),(808018,1,'2014-01-04 21:32:22','2014-01-
 04 21:32:22','<span style=\"line-height: 1.714285714;font-size: 1rem\"><i><strong>Questions about WordCamp Seattle 2014?</strong> </i></span><span><i><span style=\"font-size: 1rem;line-height: 1.714285714\">Do you have a special dietary requirement OR disability that you\'d like </span>accommodated<span style=\"font-size: 1rem;line-height: 1.714285714\"> for this year\'s event? </span></i></span>\n\n<span style=\"line-height: 1.714285714;font-size: 1rem\">We want to hear from you! Please fill out the form below and we\'ll follow up with you right away! </span>\n\n<span style=\"line-height: 1.714285714;font-size: 1rem\">[contact-form to=\'seattle@wordcamp.org\' subject=\'WordCamp Contact Request\'][contact-field label=\'Name\' type=\'name\' required=\'1\'/][contact-field label=\'Email\' type=\'email\' required=\'1\'/][contact-fiel
 d label=\'Message\' type=\'textarea\' required=\'1\'/][/contact-form]</span>','Contact','','publish','closed','closed','','contact-2','','','2014-01-04 21:32:22','2014-01-04 21:32:22','',0,'http://2014.seattle.wordcamp.org/?page_id=11',0,'page','',0),(808019,1,'2014-02-22 20:34:06','2014-02-22 20:34:06','<span style=\"line-height: 1.714285714;font-size: 1rem\">[tagregator hashtag=\"#wcsea\"]</span>','Social Media Stream','','publish','closed','closed','','social-media-stream-2','','','2014-02-22 20:34:06','2014-02-22 20:34:06','',0,'http://2014.seattle.wordcamp.org/?page_id=12',0,'page','',0),(808020,1,'2013-10-29 18:59:40','2013-10-29 18:59:40','Hang in there! This WordCamp site is in early planning. Check back soon for more information.','Welcome to WordCamp Seattle','','publish','open','open','','welcome-to-wordcamp-seattle','','','2013-10-29 18:59:40','2013-10-29 18:59:40','',0,'http://2014.seattle.wordcamp.org/2013/10/29/welcome-to-wordcamp
 -seattle/',0,'post','',0),(808024,1,'2014-06-04 09:48:28','2014-06-04 16:48:28','','Contribute, work, hack, learn, hang out etc. in team groups.','','publish','closed','closed','','contribute-work-hack-learn-hang-out-etc-in-team-groups','','','2014-06-04 09:48:28','2014-06-04 16:48:28','',0,'http://2014.seattle.wordcamp.org/?post_type=wcb_session&#038;p=808024',0,'wcb_session','',0),(808025,1,'2014-06-04 09:47:42','2014-06-04 16:47:42','','Hear quick pitches from various teams. Then divide into groups for further orientation.','','publish','closed','closed','','hear-quick-pitches-from-various-teams-then-divide-into-groups-for-further-orientation','','','2014-06-04 09:47:42','2014-06-04 16:47:42','',0,'http://2014.seattle.wordcamp.org/?post_type=wcb_session&#038;p=808025',0,'wcb_session','',0),(808026,1,'2014-06-04 09:47:19','2014-06-04 16:47:19','','Introduction: Contributing to WordPress','','publish','closed','closed','','introduction-contributing-to-wordpress','','','2014
 -06-04 09:47:19','2014-06-04 16:47:19','',0,'http://2014.seattle.wordcamp.org/?post_type=wcb_session&#038;p=808026',0,'wcb_session','',0),(808034,1,'2014-06-04 09:51:58','2014-06-04 16:51:58','','Contribute, work, hack, learn, hang out etc. in team groups.','','publish','closed','closed','','contribute-work-hack-learn-hang-out-etc-in-team-groups-2','','','2014-06-04 09:51:58','2014-06-04 16:51:58','',0,'http://2014.seattle.wordcamp.org/?post_type=wcb_session&#038;p=808034',0,'wcb_session','',0),(808043,1,'2014-06-04 10:48:57','2014-06-04 17:48:57','Claudia D. Smith, Principal at CSConsulting and Professional Career Manager, offers Business Consulting and Career Coaching Resources for businesses and individuals. She is available for public speaking events featuring the \"nuts and bolts\" of running a business, marketing or managing your career and interactive skill building workshops.\n\nShe represents Target Public Marketing as the Director of the Northwest Region 
 developing business and establishing a client base in the Pacific Northwest Market.\n\nShe is adept at practical business solutions &amp; is an intuitive career coach specializing in Career Discovery &amp; Transition for professionals &amp; students, Job Search Preparation, Branding - Resume, Cover Letter, LinkedIn Profile, Elevator Pitch, Personal Story for Interviewing &amp; Networking, Strategic Networking Training, Interview &amp; Negotiation Training &amp; Drills, Accountability Coaching as well as Professional Development for Individuals &amp; Entrepreneurs.','Claudia Smith','','publish','closed','closed','','claudia-smith','','','2014-06-04 10:48:57','2014-06-04 17:48:57','',0,'http://2014.seattle.wordcamp.org/?post_type=wcb_speaker&#038;p=808043',0,'wcb_speaker','',0),(808070,1,'2014-06-05 20:19:11','2014-06-06 03:19:11','','Sonja Leix','','publish','closed','closed','','sonja-leix','','','2014-06-05 20:19:11','2014-06-06 03:19:11','',0,'http:
 //2014.seattle.wordcamp.org/?post_type=wcb_speaker&#038;p=808070',0,'wcb_speaker','',0),(808072,1,'2014-06-05 20:20:48','2014-06-06 03:20:48','','Build better WordPress Sites - release your UX mojo ','','publish','closed','closed','','build-better-wordpress-sites-release-your-ux-mojo','','','2014-06-05 20:20:48','2014-06-06 03:20:48','',0,'http://2014.seattle.wordcamp.org/?post_type=wcb_session&#038;p=808072',0,'wcb_session','',0),(808079,1,'2014-06-04 09:45:50','2014-06-04 16:45:50','','Gather, register, coffee, welcome','','publish','closed','closed','','gather-register-coffee-welcome','','','2014-06-04 09:45:50','2014-06-04 16:45:50','',0,'http://2014.seattle.wordcamp.org/?post_type=wcb_session&#038;p=808020',0,'wcb_session','',0),(808080,1,'2014-06-04 09:49:41','2014-06-04 16:49:41','','Close. Go get a beverage with your new friends.','','publish','closed','closed','','close-go-get-a-beverage-with-your-new-friends','','','2014-06-04 09:49:41','2014-06-04 16:49:41',''
 ,0,'http://2014.seattle.wordcamp.org/?post_type=wcb_session&#038;p=808022',0,'wcb_session','',0),(808081,1,'2014-06-04 09:48:58','2014-06-04 16:48:58','','FREE LUNCH!','','publish','closed','closed','','808023','','','2014-06-04 09:48:58','2014-06-04 16:48:58','',0,'http://2014.seattle.wordcamp.org/?post_type=wcb_session&#038;p=808023',0,'wcb_session','',0),(808084,1,'2014-06-06 05:38:14','2014-06-06 05:38:14',' ','','','publish','open','open','','808084','','','2014-12-06 21:27:42','2014-12-06 21:27:42','',0,'http://2014.seattle.wordcamp.test/2014/06/06/808084/',15,'nav_menu_item','',0),(808091,1,'2014-06-06 05:38:14','2014-06-06 05:38:14',' ','','','publish','open','open','','808091','','','2014-12-06 21:27:42','2014-12-06 21:27:42','',808009,'http://2014.seattle.wordcamp.test/2014/06/06/808091/',16,'nav_menu_item','',0),(808104,1,'2014-06-06 05:38:26','2014-06-06 05:38:26','','JUNE 28 - 29, 2014 • Seattle, WA','','publish','open','open','','june-28-29-2014-%e2%80%a2-sea
 ttle-wa-2','','','2014-12-06 21:27:42','2014-12-06 21:27:42','',0,'http://2014.seattle.wordcamp.test/2014/06/06/june-28-29-2014-%e2%80%a2-seattle-wa-2/',1,'nav_menu_item','',0),(808664,1,'2014-06-06 05:40:04','2014-06-06 05:40:04',' ','','','publish','open','open','','808664','','','2014-12-06 21:27:42','2014-12-06 21:27:42','',0,'http://2014.seattle.wordcamp.test/2014/06/06/808664/',3,'nav_menu_item','',0),(808665,1,'2014-06-06 05:40:04','2014-06-06 05:40:04',' ','','','publish','open','open','','808665','','','2014-12-06 21:27:42','2014-12-06 21:27:42','',0,'http://2014.seattle.wordcamp.test/2014/06/06/808665/',14,'nav_menu_item','',0),(808667,1,'2014-06-06 05:40:04','2014-06-06 05:40:04',' ','','','publish','open','open','','808667','','','2014-12-06 21:27:42','2014-12-06 21:27:42','',0,'http://2014.seattle.wordcamp.test/2014/06/06/808667/',19,'nav_menu_item','',0),(808668,1,'2014-06-06 05:40:04','2014-06-06 05:40:04',' ','','','publish','open','open','','808668','','','2014-12-0
 6 21:27:42','2014-12-06 21:27:42','',0,'http://2014.seattle.wordcamp.test/2014/06/06/808668/',11,'nav_menu_item','',0),(808669,1,'2014-06-06 05:40:04','2014-06-06 05:40:04',' ','','','publish','open','open','','808669','','','2014-12-06 21:27:42','2014-12-06 21:27:42','',0,'http://2014.seattle.wordcamp.test/2014/06/06/808669/',8,'nav_menu_item','',0),(808670,1,'2014-06-06 05:40:04','2014-06-06 05:40:04',' ','','','publish','open','open','','808670','','','2014-12-06 21:27:42','2014-12-06 21:27:42','',0,'http://2014.seattle.wordcamp.test/2014/06/06/808670/',9,'nav_menu_item','',0),(808671,1,'2014-06-06 05:40:04','2014-06-06 05:40:04',' ','','','publish','open','open','','808671','','','2014-12-06 21:27:42','2014-12-06 21:27:42','',0,'http://2014.seattle.wordcamp.test/2014/06/06/808671/',12,'nav_menu_item','',0),(808672,1,'2014-06-06 05:40:04','2014-06-06 05:40:04',' ','','','publish','open','open','','808672','','','2014-12-06 21:27:42','2014-12-06 21:27:42','',0,'http://2014.seattle
 .wordcamp.test/2014/06/06/808672/',13,'nav_menu_item','',0),(808674,1,'2014-06-06 05:40:04','2014-06-06 05:40:04',' ','','','publish','open','open','','808674','','','2014-12-06 21:27:42','2014-12-06 21:27:42','',0,'http://2014.seattle.wordcamp.test/2014/06/06/808674/',20,'nav_menu_item','',0),(808675,1,'2014-06-06 05:40:04','2014-06-06 05:40:04',' ','','','publish','open','open','','808675','','','2014-12-06 21:27:42','2014-12-06 21:27:42','',271692,'http://2014.seattle.wordcamp.test/2014/06/06/808675/',5,'nav_menu_item','',0),(808676,1,'2014-06-06 05:40:04','2014-06-06 05:40:04',' ','','','publish','open','open','','808676','','','2014-12-06 21:27:42','2014-12-06 21:27:42','',271692,'http://2014.seattle.wordcamp.test/2014/06/06/808676/',6,'nav_menu_item','',0),(808677,1,'2014-06-06 05:40:04','2014-06-06 05:40:04',' ','','','publish','open','open','','808677','','','2014-12-06 21:27:42','2014-12-06 21:27:42','',0,'http://2014.seattle.wordcamp.test/2014/06/06/808677/',21,'nav_menu_i
 tem','',0),(808678,1,'2014-06-06 05:40:04','2014-06-06 05:40:04',' ','','','publish','open','open','','808678','','','2014-12-06 21:27:42','2014-12-06 21:27:42','',271692,'http://2014.seattle.wordcamp.test/2014/06/06/808678/',10,'nav_menu_item','',0),(808679,1,'2014-06-06 05:40:04','2014-06-06 05:40:04','','Contributor Day','','publish','open','open','','contributor-day-2','','','2014-12-06 21:27:42','2014-12-06 21:27:42','',0,'http://2014.seattle.wordcamp.test/2014/06/06/contributor-day-2/',7,'nav_menu_item','',0),(808680,1,'2014-06-06 05:40:04','2014-06-06 05:40:04',' ','','','publish','open','open','','808680','','','2014-12-06 21:27:42','2014-12-06 21:27:42','',0,'http://2014.seattle.wordcamp.test/2014/06/06/808680/',22,'nav_menu_item','',0),(808681,1,'2014-06-06 05:40:04','2014-06-06 05:40:04',' ','','','publish','open','open','','808681','','','2014-12-06 21:27:42','2014-12-06 21:27:42','',0,'http://2014.seattle.wordcamp.test/2014/06/06/808681/',4,'nav_menu_item','',0),(808682
 ,1,'2014-06-06 05:40:04','2014-06-06 05:40:04',' ','','','publish','open','open','','808682','','','2014-12-06 21:27:42','2014-12-06 21:27:42','',0,'http://2014.seattle.wordcamp.test/2014/06/06/808682/',17,'nav_menu_item','',0),(808683,1,'2014-06-06 05:40:04','2014-06-06 05:40:04',' ','','','publish','open','open','','808683','','','2014-12-06 21:27:42','2014-12-06 21:27:42','',807900,'http://2014.seattle.wordcamp.test/2014/06/06/808683/',18,'nav_menu_item','',0),(808703,1,'2014-06-21 20:15:31','2014-06-21 20:15:31','/*\nCustom stylesheet for WordCamp Seattle 2013\n*/\n/* global */\na {\n    color: #006cfc;\n       text-decoration: none;\n}\n\na:hover {\n        color: #006cfc;\n       text-decoration: underline;\n}\n\n.entry-content a:visited, .comment-content a:visited {\n      color: #006cfc;\n}\n\n.button {\n       display: inline-block;\n        padding: 8px 26px;\n    border: 2px solid #006cfc;\n    width: auto;\n  border-radius: 5px;\n   margin: 17px 0;\n       font-size: 15px;\n      font-weight: bold;\n    color: #006cfc;\n       text-decora
 tion: none;\n}\n\n.button:hover, .button:visited:hover {\n     text-decoration: none;\n        color: #fff;\n  background-color: #006cfc;\n}\n\n/* header */\n.site-title, .site-description {\n       display: none;\n}\n\n/* Layout */\n.body {\n    background-color: #fff;\n}\n\n.site {\n background: none;\n     margin: 0 0 50px;\n     max-width: 100%;\n      min-width: 250px;\n     padding: 0 30px;\n}\n\n.site-header {\n padding: 0;\n}\n\n#main {\n     background-color: #fff;\n       border-radius: 5px;\n   box-shadow: 0 1px 5px #ccc;\n   margin: 315px auto 0;\n max-width: 1030px;\n    overflow: visible;\n    position: relative;\n   padding-top: 15px;\n}\n\n#primary {\n   padding: 0 4%;\n}\n\nbody.single-attachment .site-content,\nbody.full-width .site-content {\n   width: auto;\n}\n\n#colophon {\n        border: none;\n margin: 0 auto;\n       max-width: 1030px;\n    text-align: center;\n}\n\n/* Primary Menu */\n.site-header {\n  background-color: none;\n       padding: 0;\n}\n\n.main-navigation {\n  margin: 0 auto;\n       text-align: center;\n   max-width: 1030px;\n}\n\n.main
 -navigation ul.nav-menu,\n.main-navigation div.nav-menu > ul {\n    border: none;\n text-align: center !important;\n}\n\n.main-navigation li {\n    margin: 0;\n    font-family: \'Montserrat\', sans-serif;\n      font-weight: 400;\n}\n\n.main-navigation li a {\n       color: #fff;\n  padding: 0 14px;\n      -webkit-transition: color .3s ease-in;\n        -moz-transition: color .3s ease-in;\n   -o-transition: color .3s ease-in;\n     transition: color .3s ease-in;\n        text-shadow: 1px 1px 1px #444;\n}\n\n.main-navigation li a:hover {\n    color: #dce2ff;\n}\n\n.main-navigation .current-menu-item > a,\n.main-navigation .current-menu-ancestor > a,\n.main-navigation .current_page_item > a,\n.main-navigation .current_page_ancestor > a {\n     color: #dce2ff;\n}\n\n.main-navigation ul.nav-menu.toggled-on,\n.menu-toggle,\n.menu-toggle:active,\n.menu-toggle.toggled-on,\nbutton:active {\n        background: none repeat scroll 0 0 transparent;\n       border: medium none;\n  border-radius: 0 0 0 0;\n       box-shadow: none;\n     color: #b2b2b0;\n       f
 ont-size: 12px;\n      line-height: 32px;\n    padding: 0;\n   text-transform: uppercase;\n    width: 100%;\n  -webkit-transition: color .2s ease-in;\n        -moz-transition: color .2s ease-in;\n   -o-transition: color .2s ease-in;\n     transition: color .2s ease-in;\n}\n\n.main-navigation ul.nav-menu.toggled-on:hover,\n.menu-toggle:hover {\n     background: none repeat scroll 0 0 transparent;\n       border: medium none;\n  border-radius: 0 0 0 0;\n       color: #FFFFFF;\n}\n\n.main-navigation li ul li a {\n   color: #333;\n  text-shadow: none;\n}\n\n.main-navigation li.no-pointer a {\n   font-size: 13px;\n      background-color: #333;\n       line-height: 44px;\n    margin-top: 11px;\n     cursor: default;\n      text-shadow: none;\n    padding: 0 15px;\n      margin-right: 20px;\n}\n\n.main-navigation li.no-pointer a:hover {\n    cursor: default;\n      color: #fff;\n}\n\n.main-navigation li.no-pointer a span {\n    color: #78a3e0;\n}\n\n.main-navigation li ul li.current_page_item > a {\n    color: #78a3e0;\n}\n\n/* Content */\n.single-author .entry-meta .by-author {
 \n     display: inline;\n}\n\n.entry-content li {\n    margin-bottom: 10px;\n}\n\n.single-wcb_sponsor img.wp-post-image, body.page-id-451 .entry-content img, .entry-content img {\n   box-shadow: none;\n}\n\n.single-wcb_sponsor .entry-meta, .single-wcb_sponsor .nav-single {\n    display: none;\n}\n\nbody.template-front-page .entry-content h1 {\n     background: transparent url(\'https://2014.seattle.wordcamp.org/files/2014/01/blue-dot.png\') no-repeat center left;\n  padding: 16px 0 16px 21px;\n}\n\n/* Sessions Page */\n.wcorg-session {\n        padding-bottom: 20px;\n margin-bottom: 20px;\n  border-bottom: 3px double #999;\n}\n\n.wcorg-session h2 {\n     margin-bottom: 5px;\n   font-size: 24px;\n}\n\n.wcorg-session .wcpt-session-meta {\n    font-size: 12px;\n      color: #999;\n  margin-bottom: 5px;\n}\n\n/* Frontpage */\nbody.template-front-page #page #main {\n     background: #fff repeat-x top left;\n   padding: 190px 0 0;\n}\n\nbody.template-front-page #page .site-content {\n      float: left;\n  width: 58%;\n}\n\nbody.template-fr
 ont-page #page .widget-area {\n        border: none;\n clear: none;\n  float: right;\n padding: 0 2% 0 0;\n    width: 32%;\n}\n\nbody.template-front-page #page .first.front-widgets {\n       float: none;\n  height: 240px;\n        left: 0;\n      overflow: hidden;\n     position: absolute;\n   top: -63px;\n   width: 100%;\n}\n\nbody.template-front-page #page .first.front-widgets .widget {\n      background: none;\n     border-radius: 0;\n     box-shadow: none;\n     clear: none;\n  float: left;\n  padding: 100px 0 0;\n   text-align: center;\n   width: 33.33%;\n}\n\nbody.template-front-page #page .widget-area {\n    padding-top: 40px;\n}\n\n.header-widget-inner {\n       border-right: solid 1px #cecece;\n      padding: 15px 35px 5px;\n}\n\n#text-4 .header-widget-inner {\n  border-right: none;\n}\n\n.first.front-widgets .widget h4 {\n   font-size: 24px;\n      font-weight: 400;\n     line-height: 24px;\n    margin: 0 0 10px;\n     text-transform: none;\n}\n\n#page .first.front-widgets .widget h4 a {\n color: #4a4946;\n       text-decoration: none;\n        -webkit-transition: color .2s eas
 e-in;\n        -moz-transition: color .2s ease-in;\n   -o-transition: color .2s ease-in;\n     transition: color .2s ease-in;\n}\n\n#page .first.front-widgets .widget h4 a:hover {\n  color: #1b65c7;\n       text-decoration: none;\n}\n\n#page .first.front-widgets .widget p {\n   font-size: 14px;\n      font-weight: 200;\n     line-height: 20px;\n}\n\nbody.template-front-page #page .second.front-widgets {\n       float: right;\n width: 100%;\n}\n\n.template-front-page .widget-area .widget li {\n     list-style-type: none;\n}\n\n.template-front-page .widget-area .widget h3 {\n   margin-bottom: 0;\n}\n\n/* Typography */\nbody.custom-font-enabled {\n  font-family: \"Raleway\", \"Segoe UI\", \"Bitstream Vera Sans\", \"DejaVu Sans\", \"Bitstream Vera Sans\", \"Trebuchet MS\", Verdana, \"Verdana Ref\", sans-serif;\n}\n\n#content {\n     font-size: 15px;\n}\n\n#page h1 {\n     font-family: Montserrat;\n      font-size: 24px;\n      font-weight: 400;\n     line-height: 24px;\n    text-transf
 orm: uppercase;\n}\n\nh2 {\n   font-family: Montserrat;\n      font-weight: 400;\n}\n\nh3 {\n  font-family: Montserrat;\n      font-weight: 400;\n}\n\nh4 {\n  font-family: Montserrat;\n      font-weight: 400;\n}\n\n/* Content */\nbody.page .entry-header h1 {\n   background: transparent url(\'https://2014.seattle.wordcamp.org/files/2014/01/blue-dot.png\') no-repeat center left;\n  padding: 16px 0 16px 21px;\n}\n\n/* Widgets */\n#page .widget-area {\n  padding-top: 25px;\n}\n\n#page .widget {\n      background: #f5f5f5 url(\'http://2013.seattle.wordcamp.org/files/2013/03/widget-bg.jpg\') repeat top left;\n    border-radius: 5px;\n   box-shadow: 0 1px 3px #d5d5d5;\n        margin: 0 0 50px;\n     padding: 10px 30px;\n}\n\n.widget-title {\n     background: transparent url(\'https://2014.seattle.wordcamp.org/files/2014/01/blue-dot.png\') no-repeat top center;\n   font-family: Montserrat;\n      font-size: 24px;\n      font-weight: 400;\n     line-height: 24px;\n    margin: -36px 0 0;\n    padding: 60px 0 0;\n    text-align: center;\n   text-transform: none;\n}\
 n\n.widget h5 {\n      background: transparent url(\'http://2013.minneapolis.wordcamp.org/files/2013/03/widget-h5-bg.jpg\') repeat-x center left;\n    color: #49c9f2;\n       font-size: 13px;\n      font-weight: 700;\n     line-height: 13px;\n    margin: 50px 0 30px;\n  padding: 0 5px;\n       text-align: center;\n   text-transform: none;\n text-shadow: 1px 0 0 #ffffff;\n}\n\n#page .widget_text img {\n  border-radius: 0;\n     box-shadow: none;\n     float: none;\n  margin: 0;\n}\n\n#page .widget_text,\n#page .widget_text p {\n  font-size: 13px;\n      line-height: 22px;\n}\n\n#page .widget_text a {\n       color: #006cfc;\n}\n\n#page .widget_text a:hover {\n    color: #006cfc;\n}\n\n#page .widget_text #buddycamp-header {\n  display: block;\n       margin: -30px auto 20px;\n}\n\n.sponsor-logo {\n        text-align: center;\n}\n\n#page .widget_text .widget-link {\n   font-weight: bold;\n    margin: 0 0 5px;\n      text-align: center;\n}\n\n.widget_twitter_timeline iframe {\n   width: 100% !important;\n}\n\n/* Schedule Table */\n.schedule-table th {\n      text-align: cente
 r;\n   font-size: 1em;\n       color: #333;\n}\n\n.schedule-table tbody td {\n text-align: center;\n}\n\n.entry-content .schedule-table td {\n padding: 13px 0;\n}\n\n.schedule-table tbody td:nth-child(2n+1) {\n     background-color: #f5f5f5;\n}\n\n.schedule-table td.t-time {\n  color: #333;\n  text-align: left;\n     background-color: transparent;\n}\n\n.schedule-table tbody td.t-time {\n        background-color: transparent;\n}\n\n.table-legend {\n  width: auto !important;\n}\n\n.t-beg {\n        background-color: lightblue;\n}\n\n.t-int {\n   background-color: white;\n}\n\n.t-adv {\n       background-color: lightcoral;\n}\n\n.t-row {\n  text-align: center;\n}\n\n.wcpt-session-title {\n       font-weight: bold;\n}\n\n.wcpt-session-speakers:before {\n      display: inline;\n      content: \'- \';\n}\n\ntr.global-session td.wcpt-session-type-session,\ntr.global-session td.wcpt-session-type-custom,\ntd.wcb-session-zero-hour-networking {\n text-align: center;\n}\n\ntr.wcpt-time-1120am td,\ntr.wcpt-time-120pm td,\ntr.wcpt-time-230pm td,\ntr.wc
 pt-time-340pm td {\n   border-top: none;\n}\n\n/* Footer */\n.site-info a {\n  text-decoration: none;\n}\n\n/* Sponsorship Page */\n.sponsor-box-left {\n      width: 46%;\n   margin-right: 5%;\n     float: left;\n}\n\n.sponsor-box-right {\n       width: 46%;\n   float: left;\n}\n\n.sponsor-banner {\n  background-color: #eee;\n       margin: 20px auto 40px;\n       padding: 1px;\n width: 97%;\n   -webkit-border-radius: 8px;\n   -moz-border-radius: 8px;\n      border-radius: 8px;\n   text-align: center;\n}\n\n/* Sidebar */\nh4.sponsor-level-title {\n     font-size: 18px;\n      margin: 0 0 15px;\n     border-bottom: 3px double #ccc;\n       padding-bottom: 5px;\n}\n\na.sponsor-logo img.wp-post-image {\n box-shadow: none;\n     margin-bottom: 10px;\n}\n\ndiv.sponsor-level {\n        margin-bottom: 20px;\n}\n\n.widget .in-kind {\n display: none;\n}\n\n/* Camp Tix */\n#tix-attendees .tix-columns-4 li {\n       width: 29% !important;\n}\n\n.tix-column-quantity {\n   padding-left: 5px;\n}\n\n/* Tagregator */\nbody.page-id-12.full-width .site-content {\n width: 100%;\n}\n\
 n/* WordPress.tv */\n.wptv-video-item {\n      width: 43% !important;\n}\n\n/* =Media queries\n-------------------------------------------------------------- */\n/* Max width of 600 pixels. */\n@media screen and (max-width: 600px) {\n     #primary {\n            padding: 0 6%;\n        }\n     \n      #main, body.home #main {\n              margin-top: 50px;\n     }\n     \n      .main-navigation li a {\n               display: block;\n               text-decoration: none;\n        }\n     \n      .main-navigation li ul li a {\n         color: #fff;\n  }\n     \n      body.template-front-page #page .site-content {\n                float: none;\n          width: auto;\n  }\n     \n      body.template-front-page #page .widget-area {\n         float: none;\n          padding: 0;\n           width: auto;\n  }\n     \n      .main-navigation ul.nav-menu, .main-navigation div.nav-menu > ul {\n         text-align: center !important;\n        }\n     \n      .site-header {\n                background-color: #323232;\n    }\n     \n      .sponsor-box-left, .sponsor-box-right {\n               width: 95%;\n           margin: 0 auto 40px;\n          float: none;\n          clear: both;\n  }\n     \n      #tix-attendees .tix-columns-4 li {\n            width: 98% !important;\n                
 clear: both;\n }\n     \n      #tix-attendees li {\n           float: none;\n          height: auto;\n         margin-bottom: 20px;\n          width: 98% !important;\n        }\n     \n      #tix-attendees li:after {\n             display: table;\n               content: \'\';\n                clear: both;\n  }\n     \n      .main-navigation li.no-pointer a {\n            background-color: #444;\n               line-height: 30px;\n    }\n     \n      .main-navigation li.no-pointer a span {\n               display: block;\n       }\n}\n\n/* Max width of 900 pixels. */\n@media screen and (max-width: 900px) {\n        body {\n                background: #fafafa url(\'https://2014.seattle.wordcamp.org/files/2014/05/wordcamp-seattle-mobile.jpg\') no-repeat top center;\n        }\n     \n      .site {\n               margin: 0;\n            max-width: 100%;\n              overflow: hidden;\n     }\n     \n      .menu-primary-menu-container {\n                background: none;\n             padding: 0;\n   }\n     \n      .main-navigation li a {\n               font-size: 12px;\n              line-height: 32px;\n    }\n     \n      .main-navigation li.no-pointer {\n              display: block;\n       }\n     \n      .main-navigation li.no-pointer a {\n            margin-right: 0;\n              margin-bottom: 12px;\n  }\n     \n      body.template-front-pa
 ge #page #main {\n             background: none;\n             background-color: #fff;\n               padding: 0;\n   }\n     \n      .first.front-widgets {\n                display: none;\n        }\n     \n      .wptv-video-item {\n            width: 100% !important;\n               clear: both !important;\n               float: none !important;\n               margin-bottom: 50px !important;\n       }\n}\n\n/* Minimum width of 900 pixels. */\n@media screen and (min-width: 900px) {\n    body {\n                background: #fafafa url(\'https://2014.seattle.wordcamp.org/files/2014/05/wordcamp-seattle-desktop.jpg\') no-repeat top center;\n       }\n     \n      body .site {\n          box-shadow: none;\n             margin: 0;\n    }\n     \n      #main {\n               margin: 315px auto 0;\n }\n     \n      body.home #main {\n             margin: 435px auto 0;\n }\n     \n      .menu-primary-menu-container {\n                background: transparent url(\'http://2013.minneapolis.wordcamp.org/files/2013/02/menu-wordpress-logo.jpg\') no-repeat top left;\n               padding: 0 0 0 60px;\n  }\n     \n      .main-navigation li a {\n               font-size: 16px;\n              line-height: 60px;\n    }\n}\n\n/* Minimum width of 1100 pixels. */\n@media screen and (min-width: 
 1100px) {\n    body .site {\n          padding: 0;\n   }\n}\n\n.wcorg-sponsors h2 {\n  font-size: 1.8rem;\n}','safecss','Twenty Twelve','publish','open','open','','safecss','','','2016-06-06 18:58:38','2016-06-06 18:58:38','a{color:#006cfc;text-decoration:none}a:hover{color:#006cfc;text-decoration:underline}.entry-content a:visited,.comment-content a:visited{color:#006cfc}.button{display:inline-block;padding:8px 26px;border:2px solid #006cfc;width:auto;border-radius:5px;margin:17px 0;font-size:15px;font-weight:700;color:#006cfc;text-decoration:none}.button:hover,.button:visited:hover{text-decoration:none;color:#fff;background-color:#006cfc}.site-title,.site-description{display:none}.body{background-color:#fff}.site{background:none;margin:0 0 50px;max-width:100%;min-width:250px;padding:0 30px}.site-header{padding:0}#main{background-color:#fff;border-radius:5px;box-shadow:0 1px 5px #ccc;margin:315px auto 0;max-width:1030px;overflow:visible;position:relative;padding-top:15px}#primary{padding:0 4%}bo
 dy.single-attachment .site-content,body.full-width .site-content{width:auto}#colophon{border:none;margin:0 auto;max-width:1030px;text-align:center}.site-header{background-color:none;padding:0}.main-navigation{margin:0 auto;text-align:center;max-width:1030px}.main-navigation ul.nav-menu,.main-navigation div.nav-menu > ul{border:none;text-align:center !important}.main-navigation li{margin:0;font-family:\'Montserrat\', sans-serif;font-weight:400}.main-navigation li a{color:#fff;padding:0 14px;-webkit-transition:color .3s ease-in;-moz-transition:color .3s ease-in;-o-transition:color .3s ease-in;transition:color .3s ease-in;text-shadow:1px 1px 1px #444}.main-navigation li a:hover{color:#dce2ff}.main-navigation .current-menu-item > a,.main-navigation .current-menu-ancestor > a,.main-navigation .current_page_item > a,.main-navigation .current_page_ancestor > a{color:#dce2ff}.main-navigation ul.nav-menu.toggled-on,.menu-toggle,.menu-toggle:active,.menu-toggle.toggled-on,butto
 n:active{background:none repeat scroll 0 0 transparent;border:medium none;border-radius:0 0 0 0;box-shadow:none;color:#b2b2b0;font-size:12px;line-height:32px;padding:0;text-transform:uppercase;width:100%;-webkit-transition:color .2s ease-in;-moz-transition:color .2s ease-in;-o-transition:color .2s ease-in;transition:color .2s ease-in}.main-navigation ul.nav-menu.toggled-on:hover,.menu-toggle:hover{background:none repeat scroll 0 0 transparent;border:medium none;border-radius:0 0 0 0;color:#FFF}.main-navigation li ul li a{color:#333;text-shadow:none}.main-navigation li.no-pointer a{font-size:13px;background-color:#333;line-height:44px;margin-top:11px;cursor:default;text-shadow:none;padding:0 15px;margin-right:20px}.main-navigation li.no-pointer a:hover{cursor:default;color:#fff}.main-navigation li.no-pointer a span{color:#78a3e0}.main-navigation li ul li.current_page_item > a{color:#78a3e0}.single-author .entry-meta .by-author{display:inline}.entry-content li{margin-bottom:10px}.s
 ingle-wcb_sponsor img.wp-post-image,body.page-id-451 .entry-content img,.entry-content img{box-shadow:none}.single-wcb_sponsor .entry-meta,.single-wcb_sponsor .nav-single{display:none}body.template-front-page .entry-content h1{background:transparent url(\'https://2014.seattle.wordcamp.org/files/2014/01/blue-dot.png\') no-repeat center left;padding:16px 0 16px 21px}.wcorg-session{padding-bottom:20px;margin-bottom:20px;border-bottom:3px double #999}.wcorg-session h2{margin-bottom:5px;font-size:24px}.wcorg-session .wcpt-session-meta{font-size:12px;color:#999;margin-bottom:5px}body.template-front-page #page #main{background:#fff repeat-x top left;padding:190px 0 0}body.template-front-page #page .site-content{float:left;width:58%}body.template-front-page #page .widget-area{border:none;clear:none;float:right;padding:0 2% 0 0;width:32%}body.template-front-page #page .first.front-widgets{float:none;height:240px;left:0;overflow:hidden;position:absolute;top:-63px;width:100%}body.template-fron
 t-page #page .first.front-widgets .widget{background:none;border-radius:0;box-shadow:none;clear:none;float:left;padding:100px 0 0;text-align:center;width:33.33%}body.template-front-page #page .widget-area{padding-top:40px}.header-widget-inner{border-right:solid 1px #cecece;padding:15px 35px 5px}#text-4 .header-widget-inner{border-right:none}.first.front-widgets .widget h4{font-size:24px;font-weight:400;line-height:24px;margin:0 0 10px;text-transform:none}#page .first.front-widgets .widget h4 a{color:#4a4946;text-decoration:none;-webkit-transition:color .2s ease-in;-moz-transition:color .2s ease-in;-o-transition:color .2s ease-in;transition:color .2s ease-in}#page .first.front-widgets .widget h4 a:hover{color:#1b65c7;text-decoration:none}#page .first.front-widgets .widget p{font-size:14px;font-weight:200;line-height:20px}body.template-front-page #page .second.front-widgets{float:right;width:100%}.template-front-page .widget-area .widget li{list-style-type:none}.template-front-page .w
 idget-area .widget h3{margin-bottom:0}body.custom-font-enabled{font-family:\"Raleway\", \"Segoe UI\", \"Bitstream Vera Sans\", \"DejaVu Sans\", \"Bitstream Vera Sans\", \"Trebuchet MS\", Verdana, \"Verdana Ref\", sans-serif}#content{font-size:15px}#page h1{font-family:Montserrat;font-size:24px;font-weight:400;line-height:24px;text-transform:uppercase}h2{font-family:Montserrat;font-weight:400}h3{font-family:Montserrat;font-weight:400}h4{font-family:Montserrat;font-weight:400}body.page .entry-header h1{background:transparent url(\'https://2014.seattle.wordcamp.org/files/2014/01/blue-dot.png\') no-repeat center left;padding:16px 0 16px 21px}#page .widget-area{padding-top:25px}#page .widget{background:#f5f5f5 url(\'http://2013.seattle.wordcamp.org/files/2013/03/widget-bg.jpg\') repeat top left;border-radius:5px;box-shadow:0 1px 3px #d5d5d5;margin:0 0 50px;padding:10px 30px}.widget-title{background:transparent url(\'ht
 tps://2014.seattle.wordcamp.org/files/2014/01/blue-dot.png\') no-repeat top center;font-family:Montserrat;font-size:24px;font-weight:400;line-height:24px;margin:-36px 0 0;padding:60px 0 0;text-align:center;text-transform:none}.widget h5{background:transparent url(\'http://2013.minneapolis.wordcamp.org/files/2013/03/widget-h5-bg.jpg\') repeat-x center left;color:#49c9f2;font-size:13px;font-weight:700;line-height:13px;margin:50px 0 30px;padding:0 5px;text-align:center;text-transform:none;text-shadow:1px 0 0 #fff}#page .widget_text img{border-radius:0;box-shadow:none;float:none;margin:0}#page .widget_text,#page .widget_text p{font-size:13px;line-height:22px}#page .widget_text a{color:#006cfc}#page .widget_text a:hover{color:#006cfc}#page .widget_text #buddycamp-header{display:block;margin:-30px auto 20px}.sponsor-logo{text-align:center}#page .widget_text .widget-link{font-weight:700;margin:0 0 5px;text-align:center}.widget_twitter_timeline iframe{width:100% !important}.schedule-table t
 h{text-align:center;font-size:1em;color:#333}.schedule-table tbody td{text-align:center}.entry-content .schedule-table td{padding:13px 0}.schedule-table tbody td:nth-child(2n+1){background-color:#f5f5f5}.schedule-table td.t-time{color:#333;text-align:left;background-color:transparent}.schedule-table tbody td.t-time{background-color:transparent}.table-legend{width:auto !important}.t-beg{background-color:#add8e6}.t-int{background-color:#fff}.t-adv{background-color:#f08080}.t-row{text-align:center}.wcpt-session-title{font-weight:700}.wcpt-session-speakers:before{display:inline;content:\'- \'}tr.global-session td.wcpt-session-type-session,tr.global-session td.wcpt-session-type-custom,td.wcb-session-zero-hour-networking{text-align:center}tr.wcpt-time-1120am td,tr.wcpt-time-120pm td,tr.wcpt-time-230pm td,tr.wcpt-time-340pm td{border-top:none}.site-info a{text-decoration:none}.sponsor-box-left{width:46%;margin-right:5%;float:left}.sponsor-box-right{width:46%;float:left}.sponsor-banner{back
 ground-color:#eee;margin:20px auto 40px;padding:1px;width:97%;-webkit-border-radius:8px;-moz-border-radius:8px;border-radius:8px;text-align:center}h4.sponsor-level-title{font-size:18px;margin:0 0 15px;border-bottom:3px double #ccc;padding-bottom:5px}a.sponsor-logo img.wp-post-image{box-shadow:none;margin-bottom:10px}div.sponsor-level{margin-bottom:20px}.widget .in-kind{display:none}#tix-attendees .tix-columns-4 li{width:29% !important}.tix-column-quantity{padding-left:5px}body.page-id-12.full-width .site-content{width:100%}.wptv-video-item{width:43% !important}@media screen and (max-width: 600px){#primary{padding:0 6%}#main,body.home #main{margin-top:50px}.main-navigation li a{display:block;text-decoration:none}.main-navigation li ul li a{color:#fff}body.template-front-page #page .site-content{float:none;width:auto}body.template-front-page #page .widget-area{float:none;padding:0;width:auto}.main-navigation ul.nav-menu,.main-navigation div.nav-menu > ul{text-align:center !importan
 t}.site-header{background-color:#323232}.sponsor-box-left,.sponsor-box-right{width:95%;margin:0 auto 40px;float:none;clear:both}#tix-attendees .tix-columns-4 li{width:98% !important;clear:both}#tix-attendees li{float:none;height:auto;margin-bottom:20px;width:98% !important}#tix-attendees li:after{display:table;content:\'\';clear:both}.main-navigation li.no-pointer a{background-color:#444;line-height:30px}.main-navigation li.no-pointer a span{display:block}}@media screen and (max-width: 900px){body{background:#fafafa url(\'https://2014.seattle.wordcamp.org/files/2014/05/wordcamp-seattle-mobile.jpg\') no-repeat top center}.site{margin:0;max-width:100%;overflow:hidden}.menu-primary-menu-container{background:none;padding:0}.main-navigation li a{font-size:12px;line-height:32px}.main-navigation li.no-pointer{display:block}.main-navigation li.no-pointer a{margin-right:0;margin-bottom:12px}body.template-front-page #page #main{background:none;background-color:#fff;padding:0}.first.front-widg
 ets{display:none}.wptv-video-item{width:100% !important;clear:both !important;float:none !important;margin-bottom:50px !important}}@media screen and (min-width: 900px){body{background:#fafafa url(\'https://2014.seattle.wordcamp.org/files/2014/05/wordcamp-seattle-desktop.jpg\') no-repeat top center}body .site{box-shadow:none;margin:0}#main{margin:315px auto 0}body.home #main{margin:435px auto 0}.menu-primary-menu-container{background:transparent url(\'http://2013.minneapolis.wordcamp.org/files/2013/02/menu-wordpress-logo.jpg\') no-repeat top left;padding:0 0 0 60px}.main-navigation li a{font-size:16px;line-height:60px}}@media screen and (min-width: 1100px){body .site{padding:0}}.wcorg-sponsors h2{font-size:1.8rem}',0,'http://2014.seattle.wordcamp.test/?safecss=safecss',0,'safecss','',0),(808705,1,'2014-12-06 21:22:30','2014-12-06 21:22:30','','safecss','Twenty Fourteen','inherit','open','open','','808703-revision-v1','','','2014-12-06 21:22:30','2014-12-06 21:22:30','',808703,'http:/
 /2014.seattle.wordcamp.test/2014/12/06/808703-revision-v1/',0,'revision','',0),(808706,1,'2014-12-06 21:23:50','2014-12-06 21:23:50','','safecss','Twenty Twelve','inherit','open','open','','808703-revision-v1','','','2014-12-06 21:23:50','2014-12-06 21:23:50','',808703,'http://2014.seattle.wordcamp.test/2014/12/06/808703-revision-v1/',0,'revision','',0),(808707,1,'2014-12-06 21:26:02','2014-12-06 21:26:02','@import  \"http://fonts.googleapis.com/css?family=Oswald:300|Raleway:200,400,700|Montserrat:400,700\";\n\n/*\nCustom stylesheet for WordCamp Seattle 2013\n*/\n/* global */\na {\n        color: #006cfc;\n       text-decoration: none;\n}\n\na:hover {\n        color: #006cfc;\n       text-decoration: underline;\n}\n\n.entry-content a:visited, .comment-content a:visited {\n      color: #006cfc;\n}\n\n.button {\n       display: inline-block;\n        padding: 8px 26px;\n    border: 2px solid #006cfc;\n    width: auto;\n  border-radius: 5px;\n   margin: 17px 0;\n       font-size: 15px;\n      font-weight: bold;\n    color: #006cfc;\n       text-de
 coration: none;\n}\n\n.button:hover, .button:visited:hover {\n text-decoration: none;\n        color: #fff;\n  background-color: #006cfc;\n}\n\n/* header */\n.site-title, .site-description {\n       display: none;\n}\n\n/* Layout */\n.body {\n    background-color: #fff;\n}\n\n.site {\n background: none;\n     margin: 0 0 50px;\n     max-width: 100%;\n      min-width: 250px;\n     padding: 0 30px;\n}\n\n.site-header {\n padding: 0;\n}\n\n#main {\n     background-color: #fff;\n       border-radius: 5px;\n   box-shadow: 0 1px 5px #ccc;\n   margin: 315px auto 0;\n max-width: 1030px;\n    overflow: visible;\n    position: relative;\n   padding-top: 15px;\n}\n\n#primary {\n   padding: 0 4%;\n}\n\nbody.single-attachment .site-content,\nbody.full-width .site-content {\n   width: auto;\n}\n\n#colophon {\n        border: none;\n margin: 0 auto;\n       max-width: 1030px;\n    text-align: center;\n}\n\n/* Primary Menu */\n.site-header {\n  background-color: none;\n       padding: 0;\n}\n\n.main-navigation {\n  margin: 0 auto;\n       text-align: center;\n   max-width: 1030px;\n}\n\n.
 main-navigation ul.nav-menu,\n.main-navigation div.nav-menu > ul {\n        border: none;\n text-align: center !important;\n}\n\n.main-navigation li {\n    margin: 0;\n    font-family: \'Montserrat\', sans-serif;\n      font-weight: 400;\n}\n\n.main-navigation li a {\n       color: #fff;\n  padding: 0 14px;\n      -webkit-transition: color .3s ease-in;\n        -moz-transition: color .3s ease-in;\n   -o-transition: color .3s ease-in;\n     transition: color .3s ease-in;\n        text-shadow: 1px 1px 1px #444;\n}\n\n.main-navigation li a:hover {\n    color: #dce2ff;\n}\n\n.main-navigation .current-menu-item > a,\n.main-navigation .current-menu-ancestor > a,\n.main-navigation .current_page_item > a,\n.main-navigation .current_page_ancestor > a {\n     color: #dce2ff;\n}\n\n.main-navigation ul.nav-menu.toggled-on,\n.menu-toggle,\n.menu-toggle:active,\n.menu-toggle.toggled-on,\nbutton:active {\n        background: none repeat scroll 0 0 transparent;\n       border: medium none;\n  border-radius: 0 0 0 0;\n       box-shadow: none;\n     color: #b2b2b0;
 \n     font-size: 12px;\n      line-height: 32px;\n    padding: 0;\n   text-transform: uppercase;\n    width: 100%;\n  -webkit-transition: color .2s ease-in;\n        -moz-transition: color .2s ease-in;\n   -o-transition: color .2s ease-in;\n     transition: color .2s ease-in;\n}\n\n.main-navigation ul.nav-menu.toggled-on:hover,\n.menu-toggle:hover {\n     background: none repeat scroll 0 0 transparent;\n       border: medium none;\n  border-radius: 0 0 0 0;\n       color: #FFFFFF;\n}\n\n.main-navigation li ul li a {\n   color: #333;\n  text-shadow: none;\n}\n\n.main-navigation li.no-pointer a {\n   font-size: 13px;\n      background-color: #333;\n       line-height: 44px;\n    margin-top: 11px;\n     cursor: default;\n      text-shadow: none;\n    padding: 0 15px;\n      margin-right: 20px;\n}\n\n.main-navigation li.no-pointer a:hover {\n    cursor: default;\n      color: #fff;\n}\n\n.main-navigation li.no-pointer a span {\n    color: #78a3e0;\n}\n\n.main-navigation li ul li.current_page_item > a {\n    color: #78a3e0;\n}\n\n/* Content */\n.single-author .entry-meta .by-auth
 or {\n display: inline;\n}\n\n.entry-content li {\n    margin-bottom: 10px;\n}\n\n.single-wcb_sponsor img.wp-post-image, body.page-id-451 .entry-content img, .entry-content img {\n   box-shadow: none;\n}\n\n.single-wcb_sponsor .entry-meta, .single-wcb_sponsor .nav-single {\n    display: none;\n}\n\nbody.template-front-page .entry-content h1 {\n     background: transparent url(\'http://2014.seattle.wordcamp.org/files/2014/01/blue-dot.png\') no-repeat center left;\n   padding: 16px 0 16px 21px;\n}\n\n/* Sessions Page */\n.wcorg-session {\n        padding-bottom: 20px;\n margin-bottom: 20px;\n  border-bottom: 3px double #999;\n}\n\n.wcorg-session h2 {\n     margin-bottom: 5px;\n   font-size: 24px;\n}\n\n.wcorg-session .wcpt-session-meta {\n    font-size: 12px;\n      color: #999;\n  margin-bottom: 5px;\n}\n\n/* Frontpage */\nbody.template-front-page #page #main {\n     background: #fff url(\'\') repeat-x top left;\n padding: 190px 0 0;\n}\n\nbody.template-front-page #page .site-content {\n      float: left;\n  width: 58%;\n}\n\nbod
 y.template-front-page #page .widget-area {\n   border: none;\n clear: none;\n  float: right;\n padding: 0 2% 0 0;\n    width: 32%;\n}\n\nbody.template-front-page #page .first.front-widgets {\n       float: none;\n  height: 240px;\n        left: 0;\n      overflow: hidden;\n     position: absolute;\n   top: -63px;\n   width: 100%;\n}\n\nbody.template-front-page #page .first.front-widgets .widget {\n      background: none;\n     border-radius: 0;\n     box-shadow: none;\n     clear: none;\n  float: left;\n  padding: 100px 0 0;\n   text-align: center;\n   width: 33.33%;\n}\n\nbody.template-front-page #page .widget-area {\n    padding-top: 40px;\n}\n\n.header-widget-inner {\n       border-right: solid 1px #cecece;\n      padding: 15px 35px 5px;\n}\n\n#text-4 .header-widget-inner {\n  border-right: none;\n}\n\n.first.front-widgets .widget h4 {\n   font-size: 24px;\n      font-weight: 400;\n     line-height: 24px;\n    margin: 0 0 10px;\n     text-transform: none;\n}\n\n#page .first.front-widgets .widget h4 a {\n color: #4a4946;\n       text-decoration: none;\n        -webkit-transition: 
 color .2s ease-in;\n   -moz-transition: color .2s ease-in;\n   -o-transition: color .2s ease-in;\n     transition: color .2s ease-in;\n}\n\n#page .first.front-widgets .widget h4 a:hover {\n  color: #1b65c7;\n       text-decoration: none;\n}\n\n#page .first.front-widgets .widget p {\n   font-size: 14px;\n      font-weight: 200;\n     line-height: 20px;\n}\n\nbody.template-front-page #page .second.front-widgets {\n       float: right;\n width: 100%;\n}\n\n.template-front-page .widget-area .widget li {\n     list-style-type: none;\n}\n\n.template-front-page .widget-area .widget h3 {\n   margin-bottom: 0;\n}\n\n/* Typography */\nbody.custom-font-enabled {\n  font-family: \"Raleway\", \"Segoe UI\", \"Bitstream Vera Sans\", \"DejaVu Sans\", \"Bitstream Vera Sans\", \"Trebuchet MS\", Verdana, \"Verdana Ref\", sans-serif;\n}\n\n#content {\n     font-size: 15px;\n}\n\n#page h1 {\n     font-family: Montserrat;\n      font-size: 24px;\n      font-weight: 400;\n     line-height: 24px;\
 n      text-transform: uppercase;\n}\n\nh2 {\n font-family: Montserrat;\n      font-weight: 400;\n}\n\nh3 {\n  font-family: Montserrat;\n      font-weight: 400;\n}\n\nh4 {\n  font-family: Montserrat;\n      font-weight: 400;\n}\n\n/* Content */\nbody.page .entry-header h1 {\n   background: transparent url(\'http://2014.seattle.wordcamp.org/files/2014/01/blue-dot.png\') no-repeat center left;\n   padding: 16px 0 16px 21px;\n}\n\n/* Widgets */\n#page .widget-area {\n  padding-top: 25px;\n}\n\n#page .widget {\n      background: #f5f5f5 url(\'http://2013.seattle.wordcamp.org/files/2013/03/widget-bg.jpg\') repeat top left;\n    border-radius: 5px;\n   box-shadow: 0 1px 3px #d5d5d5;\n        margin: 0 0 50px;\n     padding: 10px 30px;\n}\n\n.widget-title {\n     background: transparent url(\'http://2014.seattle.wordcamp.org/files/2014/01/blue-dot.png\') no-repeat top center;\n    font-family: Montserrat;\n      font-size: 24px;\n      font-weight: 400;\n     line-height: 24px;\n    margin: -36px 0 0;\n    padding: 60px 0 0;\n    text-align: center;\n   text-transform
 : none;\n}\n\n.widget h5 {\n   background: transparent url(\'http://2013.minneapolis.wordcamp.org/files/2013/03/widget-h5-bg.jpg\') repeat-x center left;\n    color: #49c9f2;\n       font-size: 13px;\n      font-weight: 700;\n     line-height: 13px;\n    margin: 50px 0 30px;\n  padding: 0 5px;\n       text-align: center;\n   text-transform: none;\n text-shadow: 1px 0 0 #ffffff;\n}\n\n#page .widget_text img {\n  border-radius: 0;\n     box-shadow: none;\n     float: none;\n  margin: 0;\n}\n\n#page .widget_text,\n#page .widget_text p {\n  font-size: 13px;\n      line-height: 22px;\n}\n\n#page .widget_text a {\n       color: #006cfc;\n}\n\n#page .widget_text a:hover {\n    color: #006cfc;\n}\n\n#page .widget_text #buddycamp-header {\n  display: block;\n       margin: -30px auto 20px;\n}\n\n.sponsor-logo {\n        text-align: center;\n}\n\n#page .widget_text .widget-link {\n   font-weight: bold;\n    margin: 0 0 5px;\n      text-align: center;\n}\n\n.widget_twitter_timeline iframe {\n   width: 100% !important;\n}\n\n/* Schedule Table */\n.schedule-table th {\n      text-a
 lign: center;\n        font-size: 1em;\n       color: #333;\n}\n\n.schedule-table tbody td {\n text-align: center;\n}\n\n.entry-content .schedule-table td {\n padding: 13px 0;\n}\n\n.schedule-table tbody td:nth-child(2n+1) {\n     background-color: #f5f5f5;\n}\n\n.schedule-table td.t-time {\n  color: #333;\n  text-align: left;\n     background-color: transparent;\n}\n\n.schedule-table tbody td.t-time {\n        background-color: transparent;\n}\n\n.table-legend {\n  width: auto !important;\n}\n\n.t-beg {\n        background-color: lightblue;\n}\n\n.t-int {\n   background-color: white;\n}\n\n.t-adv {\n       background-color: lightcoral;\n}\n\n.t-row {\n  text-align: center;\n}\n\n.wcpt-session-title {\n       font-weight: bold;\n}\n\n.wcpt-session-speakers:before {\n      display: inline;\n      content: \'- \';\n}\n\ntr.global-session td.wcpt-session-type-session,\ntr.global-session td.wcpt-session-type-custom,\ntd.wcb-session-zero-hour-networking {\n text-align: center;\n}\n\ntr.wcpt-time-1120am td,\ntr.wcpt-time-120pm td,\ntr.wcpt-time-230pm
  td,\ntr.wcpt-time-340pm td {\n        border-top: none;\n}\n\n/* Footer */\n.site-info a {\n  text-decoration: none;\n}\n\n/* Sponsorship Page */\n.sponsor-box-left {\n      width: 46%;\n   margin-right: 5%;\n     float: left;\n}\n\n.sponsor-box-right {\n       width: 46%;\n   float: left;\n}\n\n.sponsor-banner {\n  background-color: #eee;\n       margin: 20px auto 40px;\n       padding: 1px;\n width: 97%;\n   -webkit-border-radius: 8px;\n   -moz-border-radius: 8px;\n      border-radius: 8px;\n   text-align: center;\n}\n\n/* Sidebar */\nh4.sponsor-level-title {\n     font-size: 18px;\n      margin: 0 0 15px;\n     border-bottom: 3px double #ccc;\n       padding-bottom: 5px;\n}\n\na.sponsor-logo img.wp-post-image {\n box-shadow: none;\n     margin-bottom: 10px;\n}\n\ndiv.sponsor-level {\n        margin-bottom: 20px;\n}\n\n.widget .in-kind {\n display: none;\n}\n\n/* Camp Tix */\n#tix-attendees .tix-columns-4 li {\n       width: 29% !important;\n}\n\n.tix-column-quantity {\n   padding-left: 5px;\n}\n\n/* Tagregator */\nbody.page-id-12.full-width .site-content {\n width: 
 100%;\n}\n\n/* WordPress.tv */\n.wptv-video-item {\n   width: 43% !important;\n}\n\n/* =Media queries\n-------------------------------------------------------------- */\n/* Max width of 600 pixels. */\n@media screen and (max-width: 600px) {\n     #primary {\n            padding: 0 6%;\n        }\n     \n      #main, body.home #main {\n              margin-top: 50px;\n     }\n     \n      .main-navigation li a {\n               display: block;\n               text-decoration: none;\n        }\n     \n      .main-navigation li ul li a {\n         color: #fff;\n  }\n     \n      body.template-front-page #page .site-content {\n                float: none;\n          width: auto;\n  }\n     \n      body.template-front-page #page .widget-area {\n         float: none;\n          padding: 0;\n           width: auto;\n  }\n     \n      .main-navigation ul.nav-menu, .main-navigation div.nav-menu > ul {\n         text-align: center !important;\n        }\n     \n      .site-header {\n                background-color: #323232;\n    }\n     \n      .sponsor-box-left, .sponsor-box-right {\n               width: 95%;\n           margin: 0 auto 40px;\n          float: none;\n          clear: both;\n  }\n     \n      #tix-attendees .tix-columns-4 li {\n            width: 98% !imp
 ortant;\n              clear: both;\n  }\n     \n      #tix-attendees li {\n           float: none;\n          height: auto;\n         margin-bottom: 20px;\n          width: 98% !important;\n        }\n     \n      #tix-attendees li:after {\n             display: table;\n               content: \'\';\n                clear: both;\n  }\n     \n      .main-navigation li.no-pointer a {\n            background-color: #444;\n               line-height: 30px;\n    }\n     \n      .main-navigation li.no-pointer a span {\n               display: block;\n       }\n}\n\n/* Max width of 900 pixels. */\n@media screen and (max-width: 900px) {\n        body {\n                background: #fafafa url(\'http://2014.seattle.wordcamp.org/files/2014/05/wordcamp-seattle-mobile.jpg\') no-repeat top center;\n }\n     \n      .site {\n               margin: 0;\n            max-width: 100%;\n              overflow: hidden;\n     }\n     \n      .menu-primary-menu-container {\n                background: none;\n             padding: 0;\n   }\n     \n      .main-navigation li a {\n               font-size: 12px;\n              line-height: 32px;\n    }\n     \n      .main-navigation li.no-pointer {\n              display: block;\n       }\n     \n      .main-navigation li.no-pointer a {\n            margin-right: 0;\n              margin-bottom: 12px;\n  }\n     \n      body.templat
 e-front-page #page #main {\n           background: none;\n             background-color: #fff;\n               padding: 0;\n   }\n     \n      .first.front-widgets {\n                display: none;\n        }\n     \n      .wptv-video-item {\n            width: 100% !important;\n               clear: both !important;\n               float: none !important;\n               margin-bottom: 50px !important;\n       }\n}\n\n/* Minimum width of 900 pixels. */\n@media screen and (min-width: 900px) {\n    body {\n                background: #fafafa url(\'http://2014.seattle.wordcamp.org/files/2014/05/wordcamp-seattle-desktop.jpg\') no-repeat top center;\n        }\n     \n      body .site {\n          box-shadow: none;\n             margin: 0;\n    }\n     \n      #main {\n               margin: 315px auto 0;\n }\n     \n      body.home #main {\n             margin: 435px auto 0;\n }\n     \n      .menu-primary-menu-container {\n                background: transparent url(\'http://2013.minneapolis.wordcamp.org/files/2013/02/menu-wordpress-logo.jpg\') no-repeat top left;\n               padding: 0 0 0 60px;\n  }\n     \n      .main-navigation li a {\n               font-size: 16px;\n              line-height: 60px;\n    }\n}\n\n/* Minimum width of 1100 pixels. */\n@media screen and (mi
 n-width: 1100px) {\n   body .site {\n          padding: 0;\n   }\n}\n\n.wcorg-sponsors h2 {\n  font-size: 1.8rem;\n}','safecss','Twenty Twelve','inherit','open','open','','808703-revision-v1','','','2014-12-06 21:26:02','2014-12-06 21:26:02','',808703,'http://2014.seattle.wordcamp.test/2014/12/06/808703-revision-v1/',0,'revision','',0),(808710,1,'2016-06-06 18:33:54','2016-06-06 18:33:54','','safecss','Twenty Sixteen','inherit','closed','closed','','808703-revision-v1','','','2016-06-06 18:33:54','2016-06-06 18:33:54','',808703,'http://2014.seattle.wordcamp.test/2016/06/06/808703-revision-v1/',0,'revision','',0),(808711,1,'2016-06-06 18:35:38','2016-06-06 18:35:38','','safecss','Twenty Twelve','inherit','closed','closed','','808703-revision-v1','','','2016-06-06 18:35:38','2016-06-06 18:35:38','',808703,'http://2014.seattle.wordcamp.test/2016/06/06/808703-revision-v1/',0,'revision','',0),(808712,1,'2016-06-06 18:35:48','2016-06-06 18:35:48','/*\nCustom stylesheet for WordCamp Seattle 2013\n*/\n/
 * global */\na {\n     color: #006cfc;\n       text-decoration: none;\n}\n\na:hover {\n        color: #006cfc;\n       text-decoration: underline;\n}\n\n.entry-content a:visited, .comment-content a:visited {\n      color: #006cfc;\n}\n\n.button {\n       display: inline-block;\n        padding: 8px 26px;\n    border: 2px solid #006cfc;\n    width: auto;\n  border-radius: 5px;\n   margin: 17px 0;\n       font-size: 15px;\n      font-weight: bold;\n    color: #006cfc;\n       text-decoration: none;\n}\n\n.button:hover, .button:visited:hover {\n   text-decoration: none;\n        color: #fff;\n  background-color: #006cfc;\n}\n\n/* header */\n.site-title, .site-description {\n       display: none;\n}\n\n/* Layout */\n.body {\n    background-color: #fff;\n}\n\n.site {\n background: none;\n     margin: 0 0 50px;\n     max-width: 100%;\n      min-width: 250px;\n     padding: 0 30px;\n}\n\n.site-header {\n padding: 0;\n}\n\n#main {\n     background-color: #fff;\n       border-radius: 5px;\n   box-shadow: 0 1px 5px #ccc;\n   margin: 315px auto 0;\n max-width: 1030px;\n    overflow: visible;\n    position: relative;\
 n      padding-top: 15px;\n}\n\n#primary {\n   padding: 0 4%;\n}\n\nbody.single-attachment .site-content,\nbody.full-width .site-content {\n   width: auto;\n}\n\n#colophon {\n        border: none;\n margin: 0 auto;\n       max-width: 1030px;\n    text-align: center;\n}\n\n/* Primary Menu */\n.site-header {\n  background-color: none;\n       padding: 0;\n}\n\n.main-navigation {\n  margin: 0 auto;\n       text-align: center;\n   max-width: 1030px;\n}\n\n.main-navigation ul.nav-menu,\n.main-navigation div.nav-menu > ul {\n       border: none;\n text-align: center !important;\n}\n\n.main-navigation li {\n    margin: 0;\n    font-family: \'Montserrat\', sans-serif;\n      font-weight: 400;\n}\n\n.main-navigation li a {\n       color: #fff;\n  padding: 0 14px;\n      -webkit-transition: color .3s ease-in;\n        -moz-transition: color .3s ease-in;\n   -o-transition: color .3s ease-in;\n     transition: color .3s ease-in;\n        text-shadow: 1px 1px 1px #444;\n}\n\n.main-navigation li a:hover {\n    color: #dce2ff;\n}\n\n.main-navigation .current-menu-item > a,\n.main-na
 vigation .current-menu-ancestor > a,\n.main-navigation .current_page_item > a,\n.main-navigation .current_page_ancestor > a {\n       color: #dce2ff;\n}\n\n.main-navigation ul.nav-menu.toggled-on,\n.menu-toggle,\n.menu-toggle:active,\n.menu-toggle.toggled-on,\nbutton:active {\n        background: none repeat scroll 0 0 transparent;\n       border: medium none;\n  border-radius: 0 0 0 0;\n       box-shadow: none;\n     color: #b2b2b0;\n       font-size: 12px;\n      line-height: 32px;\n    padding: 0;\n   text-transform: uppercase;\n    width: 100%;\n  -webkit-transition: color .2s ease-in;\n        -moz-transition: color .2s ease-in;\n   -o-transition: color .2s ease-in;\n     transition: color .2s ease-in;\n}\n\n.main-navigation ul.nav-menu.toggled-on:hover,\n.menu-toggle:hover {\n     background: none repeat scroll 0 0 transparent;\n       border: medium none;\n  border-radius: 0 0 0 0;\n       color: #FFFFFF;\n}\n\n.main-navigation li ul li a {\n   color: #333;\n  text-shadow: none;\n}\n\n.main-navigation li.no-pointer a {\n   font-size: 13px;\n      backgrou
 nd-color: #333;\n      line-height: 44px;\n    margin-top: 11px;\n     cursor: default;\n      text-shadow: none;\n    padding: 0 15px;\n      margin-right: 20px;\n}\n\n.main-navigation li.no-pointer a:hover {\n    cursor: default;\n      color: #fff;\n}\n\n.main-navigation li.no-pointer a span {\n    color: #78a3e0;\n}\n\n.main-navigation li ul li.current_page_item > a {\n    color: #78a3e0;\n}\n\n/* Content */\n.single-author .entry-meta .by-author {\n  display: inline;\n}\n\n.entry-content li {\n    margin-bottom: 10px;\n}\n\n.single-wcb_sponsor img.wp-post-image, body.page-id-451 .entry-content img, .entry-content img {\n   box-shadow: none;\n}\n\n.single-wcb_sponsor .entry-meta, .single-wcb_sponsor .nav-single {\n    display: none;\n}\n\nbody.template-front-page .entry-content h1 {\n     background: transparent url(\'//2014.seattle.wordcamp.org/files/2014/01/blue-dot.png\') no-repeat center left;\n        padding: 16px 0 16px 21px;\n}\n\n/* Sessions Page */\n.wcorg-session {\n        padding-bottom: 20px;\n margin-bottom: 20px;\n  border-bo
 ttom: 3px double #999;\n}\n\n.wcorg-session h2 {\n     margin-bottom: 5px;\n   font-size: 24px;\n}\n\n.wcorg-session .wcpt-session-meta {\n    font-size: 12px;\n      color: #999;\n  margin-bottom: 5px;\n}\n\n/* Frontpage */\nbody.template-front-page #page #main {\n     background: #fff url(\'\\\'\') repeat-x top left;\n     padding: 190px 0 0;\n}\n\nbody.template-front-page #page .site-content {\n      float: left;\n  width: 58%;\n}\n\nbody.template-front-page #page .widget-area {\n       border: none;\n clear: none;\n  float: right;\n padding: 0 2% 0 0;\n    width: 32%;\n}\n\nbody.template-front-page #page .first.front-widgets {\n       float: none;\n  height: 240px;\n        left: 0;\n      overflow: hidden;\n     position: absolute;\n   top: -63px;\n   width: 100%;\n}\n\nbody.template-front-page #page .first.front-widgets .widget {\n      background: none;\n     border-radius: 0;\n     box-shadow: none;\n     clear: none;\n  float: left;\n  padding: 100px 0 0;\n   text-align: center;\n   width: 33.33%;\n}\n\nbody.template-front-page #page .widget-area {\n    padding-to
 p: 40px;\n}\n\n.header-widget-inner {\n        border-right: solid 1px #cecece;\n      padding: 15px 35px 5px;\n}\n\n#text-4 .header-widget-inner {\n  border-right: none;\n}\n\n.first.front-widgets .widget h4 {\n   font-size: 24px;\n      font-weight: 400;\n     line-height: 24px;\n    margin: 0 0 10px;\n     text-transform: none;\n}\n\n#page .first.front-widgets .widget h4 a {\n color: #4a4946;\n       text-decoration: none;\n        -webkit-transition: color .2s ease-in;\n        -moz-transition: color .2s ease-in;\n   -o-transition: color .2s ease-in;\n     transition: color .2s ease-in;\n}\n\n#page .first.front-widgets .widget h4 a:hover {\n  color: #1b65c7;\n       text-decoration: none;\n}\n\n#page .first.front-widgets .widget p {\n   font-size: 14px;\n      font-weight: 200;\n     line-height: 20px;\n}\n\nbody.template-front-page #page .second.front-widgets {\n       float: right;\n width: 100%;\n}\n\n.template-front-page .widget-area .widget li {\n     list-style-type: none;\n}\n\n.template-front-page .widget-area .widget h3 {\n   margin-bottom: 0;\n}\n\n/* Ty
 pography */\nbody.custom-font-enabled {\n      font-family: \"Raleway\", \"Segoe UI\", \"Bitstream Vera Sans\", \"DejaVu Sans\", \"Bitstream Vera Sans\", \"Trebuchet MS\", Verdana, \"Verdana Ref\", sans-serif;\n}\n\n#content {\n     font-size: 15px;\n}\n\n#page h1 {\n     font-family: Montserrat;\n      font-size: 24px;\n      font-weight: 400;\n     line-height: 24px;\n    text-transform: uppercase;\n}\n\nh2 {\n font-family: Montserrat;\n      font-weight: 400;\n}\n\nh3 {\n  font-family: Montserrat;\n      font-weight: 400;\n}\n\nh4 {\n  font-family: Montserrat;\n      font-weight: 400;\n}\n\n/* Content */\nbody.page .entry-header h1 {\n   background: transparent url(\'//2014.seattle.wordcamp.org/files/2014/01/blue-dot.png\') no-repeat center left;\n        padding: 16px 0 16px 21px;\n}\n\n/* Widgets */\n#page .widget-area {\n  padding-top: 25px;\n}\n\n#page .widget {\n      background: #f5f5f5 url(\'//2013.seattle.wordcamp.org/files/2013/03/widget-bg.jpg\') repeat top left
 ;\n    border-radius: 5px;\n   box-shadow: 0 1px 3px #d5d5d5;\n        margin: 0 0 50px;\n     padding: 10px 30px;\n}\n\n.widget-title {\n     background: transparent url(\'//2014.seattle.wordcamp.org/files/2014/01/blue-dot.png\') no-repeat top center;\n font-family: Montserrat;\n      font-size: 24px;\n      font-weight: 400;\n     line-height: 24px;\n    margin: -36px 0 0;\n    padding: 60px 0 0;\n    text-align: center;\n   text-transform: none;\n}\n\n.widget h5 {\n      background: transparent url(\'//2013.minneapolis.wordcamp.org/files/2013/03/widget-h5-bg.jpg\') repeat-x center left;\n color: #49c9f2;\n       font-size: 13px;\n      font-weight: 700;\n     line-height: 13px;\n    margin: 50px 0 30px;\n  padding: 0 5px;\n       text-align: center;\n   text-transform: none;\n text-shadow: 1px 0 0 #ffffff;\n}\n\n#page .widget_text img {\n  border-radius: 0;\n     box-shadow: none;\n     float: none;\n  margin: 0;\n}\n\n#page .widget_text,\n#page .widget_text p {\n  font-size: 13px;\n      line-height: 22px;\n}\n\n#page .widget_text a {\n       color: #006cfc;\n}\n\n#page .widg
 et_text a:hover {\n    color: #006cfc;\n}\n\n#page .widget_text #buddycamp-header {\n  display: block;\n       margin: -30px auto 20px;\n}\n\n.sponsor-logo {\n        text-align: center;\n}\n\n#page .widget_text .widget-link {\n   font-weight: bold;\n    margin: 0 0 5px;\n      text-align: center;\n}\n\n.widget_twitter_timeline iframe {\n   width: 100% !important;\n}\n\n/* Schedule Table */\n.schedule-table th {\n      text-align: center;\n   font-size: 1em;\n       color: #333;\n}\n\n.schedule-table tbody td {\n text-align: center;\n}\n\n.entry-content .schedule-table td {\n padding: 13px 0;\n}\n\n.schedule-table tbody td:nth-child(2n+1) {\n     background-color: #f5f5f5;\n}\n\n.schedule-table td.t-time {\n  color: #333;\n  text-align: left;\n     background-color: transparent;\n}\n\n.schedule-table tbody td.t-time {\n        background-color: transparent;\n}\n\n.table-legend {\n  width: auto !important;\n}\n\n.t-beg {\n        background-color: lightblue;\n}\n\n.t-int {\n   background-color: white;\n}\n\n.t-adv {\n       background-color: lightcoral;\n}\
 n\n.t-row {\n  text-align: center;\n}\n\n.wcpt-session-title {\n       font-weight: bold;\n}\n\n.wcpt-session-speakers:before {\n      display: inline;\n      content: \'- \';\n}\n\ntr.global-session td.wcpt-session-type-session,\ntr.global-session td.wcpt-session-type-custom,\ntd.wcb-session-zero-hour-networking {\n text-align: center;\n}\n\ntr.wcpt-time-1120am td,\ntr.wcpt-time-120pm td,\ntr.wcpt-time-230pm td,\ntr.wcpt-time-340pm td {\n    border-top: none;\n}\n\n/* Footer */\n.site-info a {\n  text-decoration: none;\n}\n\n/* Sponsorship Page */\n.sponsor-box-left {\n      width: 46%;\n   margin-right: 5%;\n     float: left;\n}\n\n.sponsor-box-right {\n       width: 46%;\n   float: left;\n}\n\n.sponsor-banner {\n  background-color: #eee;\n       margin: 20px auto 40px;\n       padding: 1px;\n width: 97%;\n   -webkit-border-radius: 8px;\n   -moz-border-radius: 8px;\n      border-radius: 8px;\n   text-align: center;\n}\n\n/* Sidebar */\nh4.sponsor-level-title {\n     font-size: 18px;\n      margin: 0 0 15px;\n     border-bottom: 3px double #ccc;\n       padding-b
 ottom: 5px;\n}\n\na.sponsor-logo img.wp-post-image {\n box-shadow: none;\n     margin-bottom: 10px;\n}\n\ndiv.sponsor-level {\n        margin-bottom: 20px;\n}\n\n.widget .in-kind {\n display: none;\n}\n\n/* Camp Tix */\n#tix-attendees .tix-columns-4 li {\n       width: 29% !important;\n}\n\n.tix-column-quantity {\n   padding-left: 5px;\n}\n\n/* Tagregator */\nbody.page-id-12.full-width .site-content {\n width: 100%;\n}\n\n/* WordPress.tv */\n.wptv-video-item {\n     width: 43% !important;\n}\n\n/* =Media queries\n-------------------------------------------------------------- */\n/* Max width of 600 pixels. */\n@media screen and (max-width: 600px) {\n     #primary {\n            padding: 0 6%;\n        }\n     \n      #main, body.home #main {\n              margin-top: 50px;\n     }\n     \n      .main-navigation li a {\n               display: block;\n               text-decoration: none;\n        }\n     \n      .main-navigation li ul li a {\n         color: #fff;\n  }\n     \n      body.template-front-page #page .site-content {\n                float: none;\n          width: auto;\n  }\n     \n      body.template-front-page #page .widget-area {\n
                float: none;\n          padding: 0;\n           width: auto;\n  }\n     \n      .main-navigation ul.nav-menu, .main-navigation div.nav-menu > ul {\n         text-align: center !important;\n        }\n     \n      .site-header {\n                background-color: #323232;\n    }\n     \n      .sponsor-box-left, .sponsor-box-right {\n               width: 95%;\n           margin: 0 auto 40px;\n          float: none;\n          clear: both;\n  }\n     \n      #tix-attendees .tix-columns-4 li {\n            width: 98% !important;\n                clear: both;\n  }\n     \n      #tix-attendees li {\n           float: none;\n          height: auto;\n         margin-bottom: 20px;\n          width: 98% !important;\n        }\n     \n      #tix-attendees li:after {\n             display: table;\n               content: \'\';\n                clear: both;\n  }\n     \n      .main-navigation li.no-pointer a {\n            background-color: #444;\n               line-height: 30px;\n    }\n     \n      .main-navigation li.no-pointer a span {\n               display: block;\n       }\n}\n\n/* Max width of 900 pixels. */\n@media screen and (max-width: 900px) {\n        body {\n                background: #fafafa url(\'//2014.seattle.wordcamp.org/files/2014/05/wordcamp-seattle-mobile.jpg\') no-repeat top center;\n      }
 \n     \n      .site {\n               margin: 0;\n            max-width: 100%;\n              overflow: hidden;\n     }\n     \n      .menu-primary-menu-container {\n                background: none;\n             padding: 0;\n   }\n     \n      .main-navigation li a {\n               font-size: 12px;\n              line-height: 32px;\n    }\n     \n      .main-navigation li.no-pointer {\n              display: block;\n       }\n     \n      .main-navigation li.no-pointer a {\n            margin-right: 0;\n              margin-bottom: 12px;\n  }\n     \n      body.template-front-page #page #main {\n                background: none;\n             background-color: #fff;\n               padding: 0;\n   }\n     \n      .first.front-widgets {\n                display: none;\n        }\n     \n      .wptv-video-item {\n            width: 100% !important;\n               clear: both !important;\n               float: none !important;\n               margin-bottom: 50px !important;\n       }\n}\n\n/* Minimum width of 900 pixels. */\n@media screen and (min-width: 900px) {\n    body {\n                background: #fafafa url(\'//2014.seattle.wordcamp.org/files/2014/05/wordcamp-seattle-desktop.jpg\') no-repeat top center;\n     }\n     \n      body .site {\n          box-shadow: none;\n             margin: 0;\n    }\n     \n      #main {\n               margin: 315px auto 0;\n }\n
        \n      body.home #main {\n             margin: 435px auto 0;\n }\n     \n      .menu-primary-menu-container {\n                background: transparent url(\'//2013.minneapolis.wordcamp.org/files/2013/02/menu-wordpress-logo.jpg\') no-repeat top left;\n            padding: 0 0 0 60px;\n  }\n     \n      .main-navigation li a {\n               font-size: 16px;\n              line-height: 60px;\n    }\n}\n\n/* Minimum width of 1100 pixels. */\n@media screen and (min-width: 1100px) {\n  body .site {\n          padding: 0;\n   }\n}\n\n.wcorg-sponsors h2 {\n  font-size: 1.8rem;\n}','safecss','Twenty Twelve','inherit','closed','closed','','808703-revision-v1','','','2016-06-06 18:35:48','2016-06-06 18:35:48','',808703,'http://2014.seattle.wordcamp.test/2016/06/06/808703-revision-v1/',0,'revision','',0),(808714,1,'2016-06-06 18:55:31','2016-06-06 18:55:31','/*\nCustom stylesheet for WordCamp Seattle 2013\n*/\n/* global */\na {\n  color: #006cfc;\n       text-decoration: none;\n}\n\na:hover {\n        color: #006cfc;\n       text-decoration: underline;\n}\n\n.entry-content a:visited, .comment-content a:visi
 ted {\n        color: #006cfc;\n}\n\n.button {\n       display: inline-block;\n        padding: 8px 26px;\n    border: 2px solid #006cfc;\n    width: auto;\n  border-radius: 5px;\n   margin: 17px 0;\n       font-size: 15px;\n      font-weight: bold;\n    color: #006cfc;\n       text-decoration: none;\n}\n\n.button:hover, .button:visited:hover {\n   text-decoration: none;\n        color: #fff;\n  background-color: #006cfc;\n}\n\n/* header */\n.site-title, .site-description {\n       display: none;\n}\n\n/* Layout */\n.body {\n    background-color: #fff;\n}\n\n.site {\n background: none;\n     margin: 0 0 50px;\n     max-width: 100%;\n      min-width: 250px;\n     padding: 0 30px;\n}\n\n.site-header {\n padding: 0;\n}\n\n#main {\n     background-color: #fff;\n       border-radius: 5px;\n   box-shadow: 0 1px 5px #ccc;\n   margin: 315px auto 0;\n max-width: 1030px;\n    overflow: visible;\n    position: relative;\n   padding-top: 15px;\n}\n\n#primary {\n   padding: 0 4%;\n}\n\nbody.single-attachment .site-content,\nbody.full-width .site-content {\n   width: auto;\n}\n\n#colophon {\n        border: none
 ;\n    margin: 0 auto;\n       max-width: 1030px;\n    text-align: center;\n}\n\n/* Primary Menu */\n.site-header {\n  background-color: none;\n       padding: 0;\n}\n\n.main-navigation {\n  margin: 0 auto;\n       text-align: center;\n   max-width: 1030px;\n}\n\n.main-navigation ul.nav-menu,\n.main-navigation div.nav-menu > ul {\n       border: none;\n text-align: center !important;\n}\n\n.main-navigation li {\n    margin: 0;\n    font-family: \'Montserrat\', sans-serif;\n      font-weight: 400;\n}\n\n.main-navigation li a {\n       color: #fff;\n  padding: 0 14px;\n      -webkit-transition: color .3s ease-in;\n        -moz-transition: color .3s ease-in;\n   -o-transition: color .3s ease-in;\n     transition: color .3s ease-in;\n        text-shadow: 1px 1px 1px #444;\n}\n\n.main-navigation li a:hover {\n    color: #dce2ff;\n}\n\n.main-navigation .current-menu-item > a,\n.main-navigation .current-menu-ancestor > a,\n.main-navigation .current_page_item > a,\n.main-navigation .current_page_ancestor > a {\n     color: #dce2ff;\n}\n\n.main-navigation ul.
 nav-menu.toggled-on,\n.menu-toggle,\n.menu-toggle:active,\n.menu-toggle.toggled-on,\nbutton:active {\n background: none repeat scroll 0 0 transparent;\n       border: medium none;\n  border-radius: 0 0 0 0;\n       box-shadow: none;\n     color: #b2b2b0;\n       font-size: 12px;\n      line-height: 32px;\n    padding: 0;\n   text-transform: uppercase;\n    width: 100%;\n  -webkit-transition: color .2s ease-in;\n        -moz-transition: color .2s ease-in;\n   -o-transition: color .2s ease-in;\n     transition: color .2s ease-in;\n}\n\n.main-navigation ul.nav-menu.toggled-on:hover,\n.menu-toggle:hover {\n     background: none repeat scroll 0 0 transparent;\n       border: medium none;\n  border-radius: 0 0 0 0;\n       color: #FFFFFF;\n}\n\n.main-navigation li ul li a {\n   color: #333;\n  text-shadow: none;\n}\n\n.main-navigation li.no-pointer a {\n   font-size: 13px;\n      background-color: #333;\n       line-height: 44px;\n    margin-top: 11px;\n     cursor: default;\n      text-shadow: none;\n    padding: 0 15px;\n      margin-right: 20px;\n}\n\n.main-navigation li.no-pointer a:ho
 ver {\n        cursor: default;\n      color: #fff;\n}\n\n.main-navigation li.no-pointer a span {\n    color: #78a3e0;\n}\n\n.main-navigation li ul li.current_page_item > a {\n    color: #78a3e0;\n}\n\n/* Content */\n.single-author .entry-meta .by-author {\n  display: inline;\n}\n\n.entry-content li {\n    margin-bottom: 10px;\n}\n\n.single-wcb_sponsor img.wp-post-image, body.page-id-451 .entry-content img, .entry-content img {\n   box-shadow: none;\n}\n\n.single-wcb_sponsor .entry-meta, .single-wcb_sponsor .nav-single {\n    display: none;\n}\n\nbody.template-front-page .entry-content h1 {\n     background: transparent url(\'\\\'//2014.seattle.wordcamp.org/files/2014/01/blue-dot.png\') no-repeat center left;\n    padding: 16px 0 16px 21px;\n}\n\n/* Sessions Page */\n.wcorg-session {\n        padding-bottom: 20px;\n margin-bottom: 20px;\n  border-bottom: 3px double #999;\n}\n\n.wcorg-session h2 {\n     margin-bottom: 5px;\n   font-size: 24px;\n}\n\n.wcorg-session .wcpt-session-meta {\n    font-size: 12px;\n      color: #999;\n  margin-
 bottom: 5px;\n}\n\n/* Frontpage */\nbody.template-front-page #page #main {\n   background: #fff url(\'\\\'\\\\\'\') repeat-x top left;\n       padding: 190px 0 0;\n}\n\nbody.template-front-page #page .site-content {\n      float: left;\n  width: 58%;\n}\n\nbody.template-front-page #page .widget-area {\n       border: none;\n clear: none;\n  float: right;\n padding: 0 2% 0 0;\n    width: 32%;\n}\n\nbody.template-front-page #page .first.front-widgets {\n       float: none;\n  height: 240px;\n        left: 0;\n      overflow: hidden;\n     position: absolute;\n   top: -63px;\n   width: 100%;\n}\n\nbody.template-front-page #page .first.front-widgets .widget {\n      background: none;\n     border-radius: 0;\n     box-shadow: none;\n     clear: none;\n  float: left;\n  padding: 100px 0 0;\n   text-align: center;\n   width: 33.33%;\n}\n\nbody.template-front-page #page .widget-area {\n    padding-top: 40px;\n}\n\n.header-widget-inner {\n       border-right: solid 1px #cecece;\n      padding: 15px 35px 5px;\n}\n\n#text-4 .header-widget-inner {\n  border-right: none;\n}\n\n.firs
 t.front-widgets .widget h4 {\n font-size: 24px;\n      font-weight: 400;\n     line-height: 24px;\n    margin: 0 0 10px;\n     text-transform: none;\n}\n\n#page .first.front-widgets .widget h4 a {\n color: #4a4946;\n       text-decoration: none;\n        -webkit-transition: color .2s ease-in;\n        -moz-transition: color .2s ease-in;\n   -o-transition: color .2s ease-in;\n     transition: color .2s ease-in;\n}\n\n#page .first.front-widgets .widget h4 a:hover {\n  color: #1b65c7;\n       text-decoration: none;\n}\n\n#page .first.front-widgets .widget p {\n   font-size: 14px;\n      font-weight: 200;\n     line-height: 20px;\n}\n\nbody.template-front-page #page .second.front-widgets {\n       float: right;\n width: 100%;\n}\n\n.template-front-page .widget-area .widget li {\n     list-style-type: none;\n}\n\n.template-front-page .widget-area .widget h3 {\n   margin-bottom: 0;\n}\n\n/* Typography */\nbody.custom-font-enabled {\n  font-family: \"Raleway\", \"Segoe UI\", \"Bitstream Vera Sans\", \"DejaVu Sans\", \&quo
 t;Bitstream Vera Sans\", \"Trebuchet MS\", Verdana, \"Verdana Ref\", sans-serif;\n}\n\n#content {\n   font-size: 15px;\n}\n\n#page h1 {\n     font-family: Montserrat;\n      font-size: 24px;\n      font-weight: 400;\n     line-height: 24px;\n    text-transform: uppercase;\n}\n\nh2 {\n font-family: Montserrat;\n      font-weight: 400;\n}\n\nh3 {\n  font-family: Montserrat;\n      font-weight: 400;\n}\n\nh4 {\n  font-family: Montserrat;\n      font-weight: 400;\n}\n\n/* Content */\nbody.page .entry-header h1 {\n   background: transparent url(\'\\\'//2014.seattle.wordcamp.org/files/2014/01/blue-dot.png\') no-repeat center left;\n    padding: 16px 0 16px 21px;\n}\n\n/* Widgets */\n#page .widget-area {\n  padding-top: 25px;\n}\n\n#page .widget {\n      background: #f5f5f5 url(\'\\\'//2013.seattle.wordcamp.org/files/2013/03/widget-bg.jpg\') repeat top left;\n     border-radius: 5px;\n   box-shadow: 0 1px 3px #d5d5d5;\n        margin: 0 0 50px;\n     padding: 10px 30px;\n}\n\n.widget-title {\n     background: transparent url(\'\\\'//20
 14.seattle.wordcamp.org/files/2014/01/blue-dot.png\') no-repeat top center;\n  font-family: Montserrat;\n      font-size: 24px;\n      font-weight: 400;\n     line-height: 24px;\n    margin: -36px 0 0;\n    padding: 60px 0 0;\n    text-align: center;\n   text-transform: none;\n}\n\n.widget h5 {\n      background: transparent url(\'\\\'//2013.minneapolis.wordcamp.org/files/2013/03/widget-h5-bg.jpg\') repeat-x center left;\n     color: #49c9f2;\n       font-size: 13px;\n      font-weight: 700;\n     line-height: 13px;\n    margin: 50px 0 30px;\n  padding: 0 5px;\n       text-align: center;\n   text-transform: none;\n text-shadow: 1px 0 0 #ffffff;\n}\n\n#page .widget_text img {\n  border-radius: 0;\n     box-shadow: none;\n     float: none;\n  margin: 0;\n}\n\n#page .widget_text,\n#page .widget_text p {\n  font-size: 13px;\n      line-height: 22px;\n}\n\n#page .widget_text a {\n       color: #006cfc;\n}\n\n#page .widget_text a:hover {\n    color: #006cfc;\n}\n\n#page .widget_text #buddycamp-header {\n  display: block;\n       margin: -30px auto 20px;\n}\n\n.sponsor-logo {\n        tex
 t-align: center;\n}\n\n#page .widget_text .widget-link {\n     font-weight: bold;\n    margin: 0 0 5px;\n      text-align: center;\n}\n\n.widget_twitter_timeline iframe {\n   width: 100% !important;\n}\n\n/* Schedule Table */\n.schedule-table th {\n      text-align: center;\n   font-size: 1em;\n       color: #333;\n}\n\n.schedule-table tbody td {\n text-align: center;\n}\n\n.entry-content .schedule-table td {\n padding: 13px 0;\n}\n\n.schedule-table tbody td:nth-child(2n+1) {\n     background-color: #f5f5f5;\n}\n\n.schedule-table td.t-time {\n  color: #333;\n  text-align: left;\n     background-color: transparent;\n}\n\n.schedule-table tbody td.t-time {\n        background-color: transparent;\n}\n\n.table-legend {\n  width: auto !important;\n}\n\n.t-beg {\n        background-color: lightblue;\n}\n\n.t-int {\n   background-color: white;\n}\n\n.t-adv {\n       background-color: lightcoral;\n}\n\n.t-row {\n  text-align: center;\n}\n\n.wcpt-session-title {\n       font-weight: bold;\n}\n\n.wcpt-session-speakers:before {\n      display: inline;\n      content: \'
 - \';\n}\n\ntr.global-session td.wcpt-session-type-session,\ntr.global-session td.wcpt-session-type-custom,\ntd.wcb-session-zero-hour-networking {\n   text-align: center;\n}\n\ntr.wcpt-time-1120am td,\ntr.wcpt-time-120pm td,\ntr.wcpt-time-230pm td,\ntr.wcpt-time-340pm td {\n    border-top: none;\n}\n\n/* Footer */\n.site-info a {\n  text-decoration: none;\n}\n\n/* Sponsorship Page */\n.sponsor-box-left {\n      width: 46%;\n   margin-right: 5%;\n     float: left;\n}\n\n.sponsor-box-right {\n       width: 46%;\n   float: left;\n}\n\n.sponsor-banner {\n  background-color: #eee;\n       margin: 20px auto 40px;\n       padding: 1px;\n width: 97%;\n   -webkit-border-radius: 8px;\n   -moz-border-radius: 8px;\n      border-radius: 8px;\n   text-align: center;\n}\n\n/* Sidebar */\nh4.sponsor-level-title {\n     font-size: 18px;\n      margin: 0 0 15px;\n     border-bottom: 3px double #ccc;\n       padding-bottom: 5px;\n}\n\na.sponsor-logo img.wp-post-image {\n box-shadow: none;\n     margin-bottom: 10px;\n}\n\ndiv.sponsor-level {\n        margin-bottom: 20px;\n}\n\n.w
 idget .in-kind {\n     display: none;\n}\n\n/* Camp Tix */\n#tix-attendees .tix-columns-4 li {\n       width: 29% !important;\n}\n\n.tix-column-quantity {\n   padding-left: 5px;\n}\n\n/* Tagregator */\nbody.page-id-12.full-width .site-content {\n width: 100%;\n}\n\n/* WordPress.tv */\n.wptv-video-item {\n     width: 43% !important;\n}\n\n/* =Media queries\n-------------------------------------------------------------- */\n/* Max width of 600 pixels. */\n@media screen and (max-width: 600px) {\n     #primary {\n            padding: 0 6%;\n        }\n     \n      #main, body.home #main {\n              margin-top: 50px;\n     }\n     \n      .main-navigation li a {\n               display: block;\n               text-decoration: none;\n        }\n     \n      .main-navigation li ul li a {\n         color: #fff;\n  }\n     \n      body.template-front-page #page .site-content {\n                float: none;\n          width: auto;\n  }\n     \n      body.template-front-page #page .widget-area {\n         float: none;\n          padding: 0;\n           width: auto;\n  }\n     \n      .main-navigation ul.nav-menu, .main-navigation div.nav-menu > ul {\n         text-align: center !impor
 tant;\n        }\n     \n      .site-header {\n                background-color: #323232;\n    }\n     \n      .sponsor-box-left, .sponsor-box-right {\n               width: 95%;\n           margin: 0 auto 40px;\n          float: none;\n          clear: both;\n  }\n     \n      #tix-attendees .tix-columns-4 li {\n            width: 98% !important;\n                clear: both;\n  }\n     \n      #tix-attendees li {\n           float: none;\n          height: auto;\n         margin-bottom: 20px;\n          width: 98% !important;\n        }\n     \n      #tix-attendees li:after {\n             display: table;\n               content: \'\';\n                clear: both;\n  }\n     \n      .main-navigation li.no-pointer a {\n            background-color: #444;\n               line-height: 30px;\n    }\n     \n      .main-navigation li.no-pointer a span {\n               display: block;\n       }\n}\n\n/* Max width of 900 pixels. */\n@media screen and (max-width: 900px) {\n        body {\n                background: #fafafa url(\'\\\'//2014.seattle.wordcamp.org/files/2014/05/wordcamp-seattle-mobile.jpg\') no-repeat top center;\n  }\n     \n      .site {\n               margin: 0;\n            max-width: 100%;\n              overflow: hidden;\n     }\n     \n      .menu-primary-menu-container {\n                background: none;\n             padding: 0;\n   }\
 n      \n      .main-navigation li a {\n               font-size: 12px;\n              line-height: 32px;\n    }\n     \n      .main-navigation li.no-pointer {\n              display: block;\n       }\n     \n      .main-navigation li.no-pointer a {\n            margin-right: 0;\n              margin-bottom: 12px;\n  }\n     \n      body.template-front-page #page #main {\n                background: none;\n             background-color: #fff;\n               padding: 0;\n   }\n     \n      .first.front-widgets {\n                display: none;\n        }\n     \n      .wptv-video-item {\n            width: 100% !important;\n               clear: both !important;\n               float: none !important;\n               margin-bottom: 50px !important;\n       }\n}\n\n/* Minimum width of 900 pixels. */\n@media screen and (min-width: 900px) {\n    body {\n                background: #fafafa url(\'//2014.seattle.wordcamp.org/files/2014/05/wordcamp-seattle-desktop.jpg\') no-repeat top center;\n     }\n     \n      body .site {\n          box-shadow: none;\n             margin: 0;\n    }\n     \n      #main {\n               margin: 315px auto 0;\n }\n     \n      body.home #main {\n             margin: 435px auto 0;\n }\n     \n      .menu-primary-menu-container {\n                background: transparent url(\'\\\'//2013.minneapolis.wordca
 mp.org/files/2013/02/menu-wordpress-logo.jpg\') no-repeat top left;\n          padding: 0 0 0 60px;\n  }\n     \n      .main-navigation li a {\n               font-size: 16px;\n              line-height: 60px;\n    }\n}\n\n/* Minimum width of 1100 pixels. */\n@media screen and (min-width: 1100px) {\n  body .site {\n          padding: 0;\n   }\n}\n\n.wcorg-sponsors h2 {\n  font-size: 1.8rem;\n}','safecss','Twenty Twelve','inherit','closed','closed','','808703-revision-v1','','','2016-06-06 18:55:31','2016-06-06 18:55:31','',808703,'http://2014.seattle.wordcamp.test/2016/06/06/808703-revision-v1/',0,'revision','',0),(808715,1,'2016-06-06 18:58:38','2016-06-06 18:58:38','/*\nCustom stylesheet for WordCamp Seattle 2013\n*/\n/* global */\na {\n  color: #006cfc;\n       text-decoration: none;\n}\n\na:hover {\n        color: #006cfc;\n       text-decoration: underline;\n}\n\n.entry-content a:visited, .comment-content a:visited {\n      color: #006cfc;\n}\n\n.button {\n       display: inline-block;\n        padding: 8px 26px;\n    border: 2px solid #006cfc;\n    width: auto;\n  border-radius
 : 5px;\n       margin: 17px 0;\n       font-size: 15px;\n      font-weight: bold;\n    color: #006cfc;\n       text-decoration: none;\n}\n\n.button:hover, .button:visited:hover {\n   text-decoration: none;\n        color: #fff;\n  background-color: #006cfc;\n}\n\n/* header */\n.site-title, .site-description {\n       display: none;\n}\n\n/* Layout */\n.body {\n    background-color: #fff;\n}\n\n.site {\n background: none;\n     margin: 0 0 50px;\n     max-width: 100%;\n      min-width: 250px;\n     padding: 0 30px;\n}\n\n.site-header {\n padding: 0;\n}\n\n#main {\n     background-color: #fff;\n       border-radius: 5px;\n   box-shadow: 0 1px 5px #ccc;\n   margin: 315px auto 0;\n max-width: 1030px;\n    overflow: visible;\n    position: relative;\n   padding-top: 15px;\n}\n\n#primary {\n   padding: 0 4%;\n}\n\nbody.single-attachment .site-content,\nbody.full-width .site-content {\n   width: auto;\n}\n\n#colophon {\n        border: none;\n margin: 0 auto;\n       max-width: 1030px;\n    text-align: center;\n}\n\n/* Primary Menu */\n.site-header {\n  background-color: none;\n       padding: 0;\n
 }\n\n.main-navigation {\n      margin: 0 auto;\n       text-align: center;\n   max-width: 1030px;\n}\n\n.main-navigation ul.nav-menu,\n.main-navigation div.nav-menu > ul {\n       border: none;\n text-align: center !important;\n}\n\n.main-navigation li {\n    margin: 0;\n    font-family: \'Montserrat\', sans-serif;\n      font-weight: 400;\n}\n\n.main-navigation li a {\n       color: #fff;\n  padding: 0 14px;\n      -webkit-transition: color .3s ease-in;\n        -moz-transition: color .3s ease-in;\n   -o-transition: color .3s ease-in;\n     transition: color .3s ease-in;\n        text-shadow: 1px 1px 1px #444;\n}\n\n.main-navigation li a:hover {\n    color: #dce2ff;\n}\n\n.main-navigation .current-menu-item > a,\n.main-navigation .current-menu-ancestor > a,\n.main-navigation .current_page_item > a,\n.main-navigation .current_page_ancestor > a {\n     color: #dce2ff;\n}\n\n.main-navigation ul.nav-menu.toggled-on,\n.menu-toggle,\n.menu-toggle:active,\n.menu-toggle.toggled-on,\nbutton:active {\n        background: none repeat scroll 0 0 transpa
 rent;\n        border: medium none;\n  border-radius: 0 0 0 0;\n       box-shadow: none;\n     color: #b2b2b0;\n       font-size: 12px;\n      line-height: 32px;\n    padding: 0;\n   text-transform: uppercase;\n    width: 100%;\n  -webkit-transition: color .2s ease-in;\n        -moz-transition: color .2s ease-in;\n   -o-transition: color .2s ease-in;\n     transition: color .2s ease-in;\n}\n\n.main-navigation ul.nav-menu.toggled-on:hover,\n.menu-toggle:hover {\n     background: none repeat scroll 0 0 transparent;\n       border: medium none;\n  border-radius: 0 0 0 0;\n       color: #FFFFFF;\n}\n\n.main-navigation li ul li a {\n   color: #333;\n  text-shadow: none;\n}\n\n.main-navigation li.no-pointer a {\n   font-size: 13px;\n      background-color: #333;\n       line-height: 44px;\n    margin-top: 11px;\n     cursor: default;\n      text-shadow: none;\n    padding: 0 15px;\n      margin-right: 20px;\n}\n\n.main-navigation li.no-pointer a:hover {\n    cursor: default;\n      color: #fff;\n}\n\n.main-navigation li.no-pointer a span {\n    color: #78a3e0;\n}\n\n.main-navigation li ul li.current_p
 age_item > a {\n    color: #78a3e0;\n}\n\n/* Content */\n.single-author .entry-meta .by-author {\n  display: inline;\n}\n\n.entry-content li {\n    margin-bottom: 10px;\n}\n\n.single-wcb_sponsor img.wp-post-image, body.page-id-451 .entry-content img, .entry-content img {\n   box-shadow: none;\n}\n\n.single-wcb_sponsor .entry-meta, .single-wcb_sponsor .nav-single {\n    display: none;\n}\n\nbody.template-front-page .entry-content h1 {\n     background: transparent url(\'https://2014.seattle.wordcamp.org/files/2014/01/blue-dot.png\') no-repeat center left;\n  padding: 16px 0 16px 21px;\n}\n\n/* Sessions Page */\n.wcorg-session {\n        padding-bottom: 20px;\n margin-bottom: 20px;\n  border-bottom: 3px double #999;\n}\n\n.wcorg-session h2 {\n     margin-bottom: 5px;\n   font-size: 24px;\n}\n\n.wcorg-session .wcpt-session-meta {\n    font-size: 12px;\n      color: #999;\n  margin-bottom: 5px;\n}\n\n/* Frontpage */\nbody.template-front-page #page #main {\n     background: #fff repeat-x top left;\n   padding: 190px 0 0;\n}\n\nbo
 dy.template-front-page #page .site-content {\n float: left;\n  width: 58%;\n}\n\nbody.template-front-page #page .widget-area {\n       border: none;\n clear: none;\n  float: right;\n padding: 0 2% 0 0;\n    width: 32%;\n}\n\nbody.template-front-page #page .first.front-widgets {\n       float: none;\n  height: 240px;\n        left: 0;\n      overflow: hidden;\n     position: absolute;\n   top: -63px;\n   width: 100%;\n}\n\nbody.template-front-page #page .first.front-widgets .widget {\n      background: none;\n     border-radius: 0;\n     box-shadow: none;\n     clear: none;\n  float: left;\n  padding: 100px 0 0;\n   text-align: center;\n   width: 33.33%;\n}\n\nbody.template-front-page #page .widget-area {\n    padding-top: 40px;\n}\n\n.header-widget-inner {\n       border-right: solid 1px #cecece;\n      padding: 15px 35px 5px;\n}\n\n#text-4 .header-widget-inner {\n  border-right: none;\n}\n\n.first.front-widgets .widget h4 {\n   font-size: 24px;\n      font-weight: 400;\n     line-height: 24px;\n    margin: 0 0 10px;\n     text-transform: none;\n}\n\n#page .first.front-widge
 ts .widget h4 a {\n    color: #4a4946;\n       text-decoration: none;\n        -webkit-transition: color .2s ease-in;\n        -moz-transition: color .2s ease-in;\n   -o-transition: color .2s ease-in;\n     transition: color .2s ease-in;\n}\n\n#page .first.front-widgets .widget h4 a:hover {\n  color: #1b65c7;\n       text-decoration: none;\n}\n\n#page .first.front-widgets .widget p {\n   font-size: 14px;\n      font-weight: 200;\n     line-height: 20px;\n}\n\nbody.template-front-page #page .second.front-widgets {\n       float: right;\n width: 100%;\n}\n\n.template-front-page .widget-area .widget li {\n     list-style-type: none;\n}\n\n.template-front-page .widget-area .widget h3 {\n   margin-bottom: 0;\n}\n\n/* Typography */\nbody.custom-font-enabled {\n  font-family: \"Raleway\", \"Segoe UI\", \"Bitstream Vera Sans\", \"DejaVu Sans\", \"Bitstream Vera Sans\", \"Trebuchet MS\", Verdana, \"Verdana Ref\", sans-serif;\n}\n\n#content {\n     font-size: 15px;\n}\n\n#page h1 {\n     fo
 nt-family: Montserrat;\n       font-size: 24px;\n      font-weight: 400;\n     line-height: 24px;\n    text-transform: uppercase;\n}\n\nh2 {\n font-family: Montserrat;\n      font-weight: 400;\n}\n\nh3 {\n  font-family: Montserrat;\n      font-weight: 400;\n}\n\nh4 {\n  font-family: Montserrat;\n      font-weight: 400;\n}\n\n/* Content */\nbody.page .entry-header h1 {\n   background: transparent url(\'https://2014.seattle.wordcamp.org/files/2014/01/blue-dot.png\') no-repeat center left;\n  padding: 16px 0 16px 21px;\n}\n\n/* Widgets */\n#page .widget-area {\n  padding-top: 25px;\n}\n\n#page .widget {\n      background: #f5f5f5 url(\'http://2013.seattle.wordcamp.org/files/2013/03/widget-bg.jpg\') repeat top left;\n    border-radius: 5px;\n   box-shadow: 0 1px 3px #d5d5d5;\n        margin: 0 0 50px;\n     padding: 10px 30px;\n}\n\n.widget-title {\n     background: transparent url(\'https://2014.seattle.wordcamp.org/files/2014/01/blue-dot.png\') no-repeat top center;\n   font-family: Montserrat;\n      font-size: 24px;\n      font-weight: 400;\n     line-height: 2
 4px;\n margin: -36px 0 0;\n    padding: 60px 0 0;\n    text-align: center;\n   text-transform: none;\n}\n\n.widget h5 {\n      background: transparent url(\'http://2013.minneapolis.wordcamp.org/files/2013/03/widget-h5-bg.jpg\') repeat-x center left;\n    color: #49c9f2;\n       font-size: 13px;\n      font-weight: 700;\n     line-height: 13px;\n    margin: 50px 0 30px;\n  padding: 0 5px;\n       text-align: center;\n   text-transform: none;\n text-shadow: 1px 0 0 #ffffff;\n}\n\n#page .widget_text img {\n  border-radius: 0;\n     box-shadow: none;\n     float: none;\n  margin: 0;\n}\n\n#page .widget_text,\n#page .widget_text p {\n  font-size: 13px;\n      line-height: 22px;\n}\n\n#page .widget_text a {\n       color: #006cfc;\n}\n\n#page .widget_text a:hover {\n    color: #006cfc;\n}\n\n#page .widget_text #buddycamp-header {\n  display: block;\n       margin: -30px auto 20px;\n}\n\n.sponsor-logo {\n        text-align: center;\n}\n\n#page .widget_text .widget-link {\n   font-weight: bold;\n    margin: 0 0 5px;\n      text-align: center;\n}\n\n.widget_twitter_timeline iframe 
 {\n    width: 100% !important;\n}\n\n/* Schedule Table */\n.schedule-table th {\n      text-align: center;\n   font-size: 1em;\n       color: #333;\n}\n\n.schedule-table tbody td {\n text-align: center;\n}\n\n.entry-content .schedule-table td {\n padding: 13px 0;\n}\n\n.schedule-table tbody td:nth-child(2n+1) {\n     background-color: #f5f5f5;\n}\n\n.schedule-table td.t-time {\n  color: #333;\n  text-align: left;\n     background-color: transparent;\n}\n\n.schedule-table tbody td.t-time {\n        background-color: transparent;\n}\n\n.table-legend {\n  width: auto !important;\n}\n\n.t-beg {\n        background-color: lightblue;\n}\n\n.t-int {\n   background-color: white;\n}\n\n.t-adv {\n       background-color: lightcoral;\n}\n\n.t-row {\n  text-align: center;\n}\n\n.wcpt-session-title {\n       font-weight: bold;\n}\n\n.wcpt-session-speakers:before {\n      display: inline;\n      content: \'- \';\n}\n\ntr.global-session td.wcpt-session-type-session,\ntr.global-session td.wcpt-session-type-custom,\ntd.wcb-session-zero-hour-networking {\n text-ali
 gn: center;\n}\n\ntr.wcpt-time-1120am td,\ntr.wcpt-time-120pm td,\ntr.wcpt-time-230pm td,\ntr.wcpt-time-340pm td {\n   border-top: none;\n}\n\n/* Footer */\n.site-info a {\n  text-decoration: none;\n}\n\n/* Sponsorship Page */\n.sponsor-box-left {\n      width: 46%;\n   margin-right: 5%;\n     float: left;\n}\n\n.sponsor-box-right {\n       width: 46%;\n   float: left;\n}\n\n.sponsor-banner {\n  background-color: #eee;\n       margin: 20px auto 40px;\n       padding: 1px;\n width: 97%;\n   -webkit-border-radius: 8px;\n   -moz-border-radius: 8px;\n      border-radius: 8px;\n   text-align: center;\n}\n\n/* Sidebar */\nh4.sponsor-level-title {\n     font-size: 18px;\n      margin: 0 0 15px;\n     border-bottom: 3px double #ccc;\n       padding-bottom: 5px;\n}\n\na.sponsor-logo img.wp-post-image {\n box-shadow: none;\n     margin-bottom: 10px;\n}\n\ndiv.sponsor-level {\n        margin-bottom: 20px;\n}\n\n.widget .in-kind {\n display: none;\n}\n\n/* Camp Tix */\n#tix-attendees .tix-columns-4 li {\n       width: 29% !important;\n}\n\n.tix-column-quantity {\n   padding-le
 ft: 5px;\n}\n\n/* Tagregator */\nbody.page-id-12.full-width .site-content {\n  width: 100%;\n}\n\n/* WordPress.tv */\n.wptv-video-item {\n     width: 43% !important;\n}\n\n/* =Media queries\n-------------------------------------------------------------- */\n/* Max width of 600 pixels. */\n@media screen and (max-width: 600px) {\n     #primary {\n            padding: 0 6%;\n        }\n     \n      #main, body.home #main {\n              margin-top: 50px;\n     }\n     \n      .main-navigation li a {\n               display: block;\n               text-decoration: none;\n        }\n     \n      .main-navigation li ul li a {\n         color: #fff;\n  }\n     \n      body.template-front-page #page .site-content {\n                float: none;\n          width: auto;\n  }\n     \n      body.template-front-page #page .widget-area {\n         float: none;\n          padding: 0;\n           width: auto;\n  }\n     \n      .main-navigation ul.nav-menu, .main-navigation div.nav-menu > ul {\n         text-align: center !important;\n        }\n     \n      .site-header {\n                background-color: #323232;\n    }\n     \n      .sponsor-box-left, .sponsor-box-right {\n               width: 95%;\n           margin: 0 auto 40px;\n          float:
  none;\n               clear: both;\n  }\n     \n      #tix-attendees .tix-columns-4 li {\n            width: 98% !important;\n                clear: both;\n  }\n     \n      #tix-attendees li {\n           float: none;\n          height: auto;\n         margin-bottom: 20px;\n          width: 98% !important;\n        }\n     \n      #tix-attendees li:after {\n             display: table;\n               content: \'\';\n                clear: both;\n  }\n     \n      .main-navigation li.no-pointer a {\n            background-color: #444;\n               line-height: 30px;\n    }\n     \n      .main-navigation li.no-pointer a span {\n               display: block;\n       }\n}\n\n/* Max width of 900 pixels. */\n@media screen and (max-width: 900px) {\n        body {\n                background: #fafafa url(\'https://2014.seattle.wordcamp.org/files/2014/05/wordcamp-seattle-mobile.jpg\') no-repeat top center;\n        }\n     \n      .site {\n               margin: 0;\n            max-width: 100%;\n              overflow: hidden;\n     }\n     \n      .menu-primary-menu-container {\n                background: none;\n             padding: 0;\n   }\n     \n      .main-navigation li a {\n               font-size: 12px;\n              line-height: 32px;\n    }\n     \n      .main-navigation li.no-pointer {\n              display: block;\n       }\n     \n      .main-navigati
 on li.no-pointer a {\n         margin-right: 0;\n              margin-bottom: 12px;\n  }\n     \n      body.template-front-page #page #main {\n                background: none;\n             background-color: #fff;\n               padding: 0;\n   }\n     \n      .first.front-widgets {\n                display: none;\n        }\n     \n      .wptv-video-item {\n            width: 100% !important;\n               clear: both !important;\n               float: none !important;\n               margin-bottom: 50px !important;\n       }\n}\n\n/* Minimum width of 900 pixels. */\n@media screen and (min-width: 900px) {\n    body {\n                background: #fafafa url(\'https://2014.seattle.wordcamp.org/files/2014/05/wordcamp-seattle-desktop.jpg\') no-repeat top center;\n       }\n     \n      body .site {\n          box-shadow: none;\n             margin: 0;\n    }\n     \n      #main {\n               margin: 315px auto 0;\n }\n     \n      body.home #main {\n             margin: 435px auto 0;\n }\n     \n      .menu-primary-menu-container {\n                background: transparent url(\'http://2013.minneapolis.wordcamp.org/files/2013/02/menu-wordpress-logo.jpg\') no-repeat top left;\n               padding: 0 0 0 60px;\n  }\n     \n      .main-navigation li a {\n               font-size: 16px;\n              
 line-height: 60px;\n   }\n}\n\n/* Minimum width of 1100 pixels. */\n@media screen and (min-width: 1100px) {\n  body .site {\n          padding: 0;\n   }\n}\n\n.wcorg-sponsors h2 {\n  font-size: 1.8rem;\n}','safecss','Twenty Twelve','inherit','closed','closed','','808703-revision-v1','','','2016-06-06 18:58:38','2016-06-06 18:58:38','',808703,'http://2014.seattle.wordcamp.test/2016/06/06/808703-revision-v1/',0,'revision','',0);
</ins><span class="cx" style="display: block; padding: 0 10px"> /*!40000 ALTER TABLE `wc_46_posts` ENABLE KEYS */;
</span><span class="cx" style="display: block; padding: 0 10px"> UNLOCK TABLES;
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -1408,7 +1405,7 @@
</span><span class="cx" style="display: block; padding: 0 10px">   `autoload` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'yes',
</span><span class="cx" style="display: block; padding: 0 10px">   PRIMARY KEY (`option_id`),
</span><span class="cx" style="display: block; padding: 0 10px">   UNIQUE KEY `option_name` (`option_name`)
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-) ENGINE=InnoDB AUTO_INCREMENT=1968 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+) ENGINE=InnoDB AUTO_INCREMENT=1988 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
</ins><span class="cx" style="display: block; padding: 0 10px"> /*!40101 SET character_set_client = @saved_cs_client */;
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><span class="cx" style="display: block; padding: 0 10px"> --
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -1417,7 +1414,7 @@
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><span class="cx" style="display: block; padding: 0 10px"> LOCK TABLES `wc_7_options` WRITE;
</span><span class="cx" style="display: block; padding: 0 10px"> /*!40000 ALTER TABLE `wc_7_options` DISABLE KEYS */;
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-INSERT INTO `wc_7_options` VALUES (1,'siteurl','http://2014.content.wordcamp.test','yes'),(2,'blogname','Content 2014','yes'),(3,'blogdescription','Testing custom post types and other WordCamp content','yes'),(4,'users_can_register','0','yes'),(5,'admin_email','foo@example.org','yes'),(6,'start_of_week','1','yes'),(7,'use_balanceTags','0','yes'),(8,'use_smilies','1','yes'),(9,'require_name_email','1','yes'),(10,'comments_notify','1','yes'),(11,'posts_per_rss','10','yes'),(12,'rss_use_excerpt','0','yes'),(13,'mailserver_url','mail.example.com','yes'),(14,'mailserver_login','login@example.com','yes'),(15,'mailserver_pass','password','yes'),(16,'mailserver_port','110','yes'),(17,'default_category','1','yes'),(18,'default_comment_status','open','yes'),(19,'default_ping_status','open','yes'),(20,'default_pingback_flag','1','yes'),(21,'posts_per_page','10','yes'),(22,'date_format','F j, Y','ye
 s'),(23,'time_format','g:i a','yes'),(24,'links_updated_date_format','F j, Y g:i a','yes'),(28,'comment_moderation','0','yes'),(29,'moderation_notify','1','yes'),(30,'permalink_structure','/%year%/%monthnum%/%day%/%postname%/','yes'),(32,'hack_file','0','yes'),(33,'blog_charset','UTF-8','yes'),(34,'moderation_keys','','no'),(35,'active_plugins','a:3:{i:0;s:19:\"camptix/camptix.php\";i:1;s:21:\"wc-fonts/wc-fonts.php\";i:2;s:27:\"wordcamp-wiki/bootstrap.php\";}','yes'),(36,'home','http://2014.content.wordcamp.test','yes'),(37,'category_base','','yes'),(38,'ping_sites','http://rpc.pingomatic.com/','yes'),(40,'comment_max_links','2','yes'),(41,'gmt_offset','0','yes'),(42,'default_email_category','1','yes'),(43,'recently_edited','','no'),(44,'template','twentyfourteen','yes'),(45,'stylesheet','twentyfourteen','yes'),(46,'comment_whitelist','1','yes'),(47,'blacklist_keys','','no'),(48,'comment_registration','0','yes'),(49,'html_type','text/html','yes'),(50,'u
 se_trackback','0','yes'),(51,'default_role','subscriber','yes'),(52,'db_version','36686','yes'),(53,'uploads_use_yearmonth_folders','1','yes'),(54,'upload_path','','yes'),(55,'blog_public','1','yes'),(56,'default_link_category','2','yes'),(57,'show_on_front','posts','yes'),(58,'tag_base','','yes'),(59,'show_avatars','1','yes'),(60,'avatar_rating','G','yes'),(61,'upload_url_path','','yes'),(62,'thumbnail_size_w','150','yes'),(63,'thumbnail_size_h','150','yes'),(64,'thumbnail_crop','1','yes'),(65,'medium_size_w','300','yes'),(66,'medium_size_h','300','yes'),(67,'avatar_default','mystery','yes'),(68,'large_size_w','1024','yes'),(69,'large_size_h','1024','yes'),(70,'image_default_link_type','file','yes'),(71,'image_default_size','','yes'),(72,'image_default_align','','yes'),(73,'close_comments_for_old_posts','1','yes'),(74,'close_comments_days_old','30','yes'),(75,'thread_comments','1','yes'),(76,'thread_comments_depth','5','yes'),(77,'page_comments','0','yes'),(78,'comments_per_page','
 50','yes'),(79,'default_comments_page','newest','yes'),(80,'comment_order','asc','yes'),(81,'sticky_posts','a:0:{}','yes'),(82,'widget_categories','a:0:{}','yes'),(83,'widget_text','a:0:{}','yes'),(84,'widget_rss','a:0:{}','yes'),(85,'uninstall_plugins','a:0:{}','no'),(86,'timezone_string','','yes'),(87,'page_for_posts','0','yes'),(88,'page_on_front','0','yes'),(89,'default_post_format','0','yes'),(90,'link_manager_enabled','0','yes'),(91,'wc_7_user_roles','a:5:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:61:{s:13:\"switch_themes\";b:1;s:11:\"edit_themes\";b:1;s:16:\"activate_plugins\";b:1;s:12:\"edit_plugins\";b:1;s:10:\"edit_users\";b:1;s:10:\"edit_files\";b:1;s:14:\"manage_options\";b:1;s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\&
 quot;;b:1;s:6:\"import\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:8:\"level_10\";b:1;s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1
 ;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:12:\"delete_users\";b:1;s:12:\"create_users\";b:1;s:17:\"unfiltered_upload\";b:1;s:14:\"edit_dashboard\";b:1;s:14:\"update_plugins\";b:1;s:14:\"delete_plugins\";b:1;s:15:\"install_plugins\";b:1;s:13:\"update_themes\";b:1;s:14:\"install_themes\";b:1;s:11:\"update_core\";b:1;s:10:\"list_users\";b:1;s:12:\"remove_users\";b:1;s:13:\"promote_users\";b:1;s:18:\"edit_theme_options\";b:1;s:13:\"delete_themes\";b:1;s:6:\"export\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:34:{s:17:\"moderate_comments\&
 quot;;b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\
 "delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:10:{s:12:\"upload_files\";b:1;s:10:\"edit_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:22:\"delete_published_posts\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:5:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\&quo
 t;;b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}}','yes'),(95,'current_theme','Twenty Fourteen','yes'),(96,'theme_mods_twentythirteen','a:2:{i:0;b:0;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1395848113;s:4:\"data\";a:0:{}}}','yes'),(97,'theme_switched','','yes'),(98,'wccsp_settings','a:5:{s:7:\"enabled\";s:2:\"on\";s:21:\"body_background_color\";s:7:\"#666666\";s:26:\"container_background_color\";s:7:\"#FFFFFF\";s:10:\"text_color\";s:7:\"#000000\";s:8:\"image_id\";i:0;}','yes'),(99,'cron','a:10:{i:1465238599;a:6:{s:14:\"lsf_30_seconds\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"30-seconds\";s:4:\"args\";a:0:{}s:8:\"interval\";
 i:30;}}s:23:\"wordcamp_dev_30_seconds\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"30-seconds\";s:4:\"args\";a:0:{}s:8:\"interval\";i:30;}}s:14:\"lsf_60_seconds\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"60-seconds\";s:4:\"args\";a:0:{}s:8:\"interval\";i:60;}}s:23:\"wordcamp_dev_60_seconds\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"60-seconds\";s:4:\"args\";a:0:{}s:8:\"interval\";i:60;}}s:14:\"lsf_10_seconds\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"10-seconds\";s:4:\"args\";a:0:{}s:8:\"interval\";i:10;}}s:23:\"wordcamp_dev_10_seconds\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8
 :\"schedule\";s:10:\"10-seconds\";s:4:\"args\";a:0:{}s:8:\"interval\";i:10;}}}i:1465238629;a:2:{s:14:\"lsf_45_seconds\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"45-seconds\";s:4:\"args\";a:0:{}s:8:\"interval\";i:45;}}s:23:\"wordcamp_dev_45_seconds\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"45-seconds\";s:4:\"args\";a:0:{}s:8:\"interval\";i:45;}}}i:1465238838;a:1:{s:31:\"tix_scheduled_every_ten_minutes\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:7:\"10-mins\";s:4:\"args\";a:0:{}s:8:\"interval\";i:600;}}}i:1465238904;a:1:{s:24:\"grunion_scheduled_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\&q
 uot;;s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1465239438;a:1:{s:30:\"tix_dashboard_scheduled_hourly\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1465241873;a:1:{s:20:\"jetpack_clean_nonces\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1465257438;a:1:{s:19:\"tix_scheduled_daily\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1465257439;a:1:{s:19:\"wp_scheduled_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8
 :\"interval\";i:86400;}}}i:1465291695;a:1:{s:30:\"wp_scheduled_auto_draft_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}s:7:\"version\";i:2;}','yes'),(100,'post_count','2','yes'),(101,'jetpack_options','a:4:{s:7:\"version\";s:18:\"3.1-dev:1402344930\";s:11:\"old_version\";s:16:\"2.9.3:1397601527\";s:28:\"fallback_no_verify_ssl_certs\";i:0;s:9:\"time_diff\";i:0;}','yes'),(102,'camptix_options','a:16:{s:8:\"currency\";s:3:\"USD\";s:10:\"event_name\";s:12:\"Content 2014\";s:7:\"version\";i:20140325;s:20:\"reservations_enabled\";b:0;s:15:\"refunds_enabled\";b:0;s:18:\"refund_all_enabled\";b:0;s:8:\"archived\";b:0;s:15:\"payment_methods\";a:1:{s:6:\"paypal
 \";b:1;}s:30:\"email_template_single_purchase\";s:233:\"Hi there!\n\nYou have purchased the following ticket:\n\n[receipt]\n\nYou can edit the information for the purchased ticket at any time before the event, by visiting the following link:\n\n[ticket_url]\n\nLet us know if you have any questions!\";s:32:\"email_template_multiple_purchase\";s:237:\"Hi there!\n\nThank you so much for purchasing a ticket and hope to see you soon at our event. You can edit your information at any time before the event, by visiting the following link:\n\n[ticket_url]\n\nLet us know if you have any questions!\";s:40:\"email_template_multiple_purchase_receipt\";s:239:\"Hi there!\n\nYou have purchased the following tickets:\n\n[receipt]\n\nYou can edit the information for all the purchased tickets at any time before the event, by visiting the following link:\n\n[ticket_url]\n\nLet us know if you have any questions!\";s:32:\"email_templa
 te_pending_succeeded\";s:237:\"Hey there!\n\nYour payment for [event_name] has been completed, looking forward to seeing you at the event! You can access and change your tickets information by visiting the following link:\n\n[ticket_url]\n\nLet us know if you need any help!\";s:29:\"email_template_pending_failed\";s:293:\"Hey there!\n\nWe\'re so sorry, but it looks like your payment for [event_name] has failed! Please check your payment transactions for more details. If you still wish to attend the event, feel free to purchase a new ticket using the following link:\n\n[ticket_url]\n\nLet us know if you need any help!\";s:28:\"email_template_single_refund\";s:230:\"Hey there!\n\nYour refund for [event_name] has been completed. If you change your mind and still wish to attend the event, feel free to purchase a new ticket using the following link:\n\n[ticket_url]\n\nLet us know if you need any help!\";s:30:\"email_template_mul
 tiple_refund\";s:229:\"Hey there!\n\nYour ticket for [event_name] has been refunded. If you change your mind and still wish to attend the event, feel free to purchase a new ticket using the following link:\n\n[ticket_url]\n\nLet us know if you need any help!\";s:22:\"payment_options_paypal\";a:1:{s:10:\"api_predef\";s:16:\"wordcamp-sandbox\";}}','yes'),(104,'tggr_settings','a:5:{s:10:\"db_version\";s:3:\"0.6\";s:17:\"TGGRSourceTwitter\";a:5:{s:12:\"consumer_key\";s:0:\"\";s:15:\"consumer_secret\";s:0:\"\";s:20:\"highlighted_accounts\";s:0:\"\";s:13:\"_bearer_token\";s:0:\"\";s:16:\"_newest_tweet_id\";i:0;}s:19:\"TGGRSourceInstagram\";a:3:{s:9:\"client_id\";s:0:\"\";s:20:\"highlighted_accounts\";s:0:\"\";s:16:\"_newest_media_id\";i:0;}s:16:\"TGGRSourceFlickr
 \";a:3:{s:7:\"api_key\";s:0:\"\";s:20:\"highlighted_accounts\";s:0:\"\";s:18:\"_newest_media_date\";i:0;}s:16:\"TGGRSourceGoogle\";a:3:{s:7:\"api_key\";s:0:\"\";s:20:\"highlighted_accounts\";s:0:\"\";s:21:\"_newest_activity_date\";i:0;}}','yes'),(105,'jetpack_activated','4','yes'),(146,'theme_mods_wordcamp-base','a:2:{i:0;b:0;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1396282820;s:4:\"data\";a:0:{}}}','yes'),(147,'camptix_stats','a:6:{s:4:\"sold\";i:2;s:9:\"remaining\";i:18;s:8:\"subtotal\";i:40;s:10:\"discounted\";i:0;s:7:\"revenue\";i:40;s:13:\"last_modified\";i:1395855896;}','yes'),(158,'sidebars_widgets','a:8:{s:19:\"wp_inactive_widgets\";a:0:{}s:18:\"orphaned_widgets_1\";a:0:{}s:18:\"orphaned_widgets_2\";a:0:{}s:18:\"orphaned_widgets_3\&qu
 ot;;a:0:{}s:18:\"orphaned_widgets_4\";N;s:18:\"orphaned_widgets_5\";N;s:18:\"orphaned_widgets_6\";N;s:13:\"array_version\";i:3;}','yes'),(160,'wcb_sponsor_level_children','a:0:{}','yes'),(172,'camptix_dashboard_timestamp','1397586302','yes'),(173,'db_upgraded','','yes'),(210,'recently_activated','a:0:{}','yes'),(212,'akismet_available_servers','a:4:{s:12:\"192.0.80.244\";b:1;s:12:\"66.135.58.62\";b:1;s:12:\"66.135.58.61\";b:1;s:12:\"192.0.80.246\";b:1;}','yes'),(213,'akismet_connectivity_time','1397601216','yes'),(217,'akismet_strictness','0','yes'),(218,'akismet_show_user_comments_approved','0','yes'),(219,'wordpress_api_key','40f8efdbca9b','yes'),(224,'jetpack_active_modules','a:6:{i:0;s:10:\"vaultpress\";i:1;s:12:\"contact-form\";i:3;s:10:\"shortcodes\";i:5;s:10:\"custom-css\";i:7;s:13:\"subscriptions\";i:9;s:18:\"verification-tools\";}','yes
 '),(250,'WPLANG','','yes'),(1058,'mes-sponsor-level_children','a:0:{}','yes'),(1416,'mes-regions_children','a:0:{}','yes'),(1855,'adminhash','a:2:{s:4:\"hash\";s:32:\"b185dca51b31745bad315b073183de49\";s:8:\"newemail\";s:23:\"ian.dunn@automattic.com\";}','yes'),(1877,'json_api_plugin_version','1.2.5','yes'),(1902,'jetpack_file_data','a:1:{s:5:\"4.0.3\";a:49:{s:32:\"31e5b9ae08b62c2b0cd8a7792242298b\";a:14:{s:4:\"name\";s:20:\"Spelling and Grammar\";s:11:\"description\";s:89:\"Check your spelling, style, and grammar with the After the Deadline proofreading service.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1:\"6\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s
 :0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:7:\"Writing\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:115:\"after the deadline, afterthedeadline, spell, spellchecker, spelling, grammar, proofreading, style, language, cliche\";}s:32:\"3f41b2d629265b5de8108b463abbe8e2\";a:14:{s:4:\"name\";s:8:\"Carousel\";s:11:\"description\";s:63:\"Transform standard image galleries into full-screen slideshows.\";s:14:\"jumpstart_desc\";s:79:\"Brings your photos and images to life as full-size, easily navigable galleries.\";s:4:\"sort\";s:2:\"22\";s:20:\"recommendation_order\";s:2:\"12\";s:10:\"introduced\";s:3:\"1.5\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate
 \";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:17:\"Photos and Videos\";s:7:\"feature\";s:9:\"Jumpstart\";s:25:\"additional_search_queries\";s:80:\"gallery, carousel, diaporama, slideshow, images, lightbox, exif, metadata, image\";}s:32:\"c6ebb418dde302de09600a6025370583\";a:14:{s:4:\"name\";s:8:\"Comments\";s:11:\"description\";s:79:\"Let readers comment with WordPress.com, Twitter, Facebook, or Google+ accounts.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"20\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.4\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\&
 quot;free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:6:\"Social\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:53:\"comments, comment, facebook, twitter, google+, social\";}s:32:\"836f9485669e1bbb02920cb474730df0\";a:14:{s:4:\"name\";s:12:\"Contact Form\";s:11:\"description\";s:44:\"Insert a contact form anywhere on your site.\";s:14:\"jumpstart_desc\";s:111:\"Adds a button to your post and page editors, allowing you to build simple forms to help visitors stay in touch.\";s:4:\"sort\";s:2:\"15\";s:20:\"recommendation_order\";s:2:\"14\";s:10:\"introduced\";s:3:\"1.3\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s
 :4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:5:\"Other\";s:7:\"feature\";s:9:\"Jumpstart\";s:25:\"additional_search_queries\";s:44:\"contact, form, grunion, feedback, submission\";}s:32:\"ea3970eebf8aac55fc3eca5dca0e0157\";a:14:{s:4:\"name\";s:20:\"Custom Content Types\";s:11:\"description\";s:92:\"Organize and display different types of content on your site, separate from posts and pages.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"34\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"3.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"re
 quires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:7:\"Writing\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:72:\"cpt, custom post types, portfolio, portfolios, testimonial, testimonials\";}s:32:\"d2bb05ccad3d8789df40ca3abb97336c\";a:14:{s:4:\"name\";s:10:\"Custom CSS\";s:11:\"description\";s:57:\"Customize your site’s CSS without modifying your theme.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1:\"2\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.7\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s
 :3:\"Yes\";s:11:\"module_tags\";s:10:\"Appearance\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:108:\"css, customize, custom, style, editor, less, sass, preprocessor, font, mobile, appearance, theme, stylesheet\";}s:32:\"a2064eec5b9c7e0d816af71dee7a715f\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s
 :25:\"additional_search_queries\";s:0:\"\";}s:32:\"53a4ec755022ef3953699734c343da02\";a:14:{s:4:\"name\";s:21:\"Enhanced Distribution\";s:11:\"description\";s:27:\"Increase reach and traffic.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1:\"5\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.2\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:6:\"Public\";s:11:\"module_tags\";s:7:\"Writing\";s:7:\"feature\";s:7:\"Traffic\";s:25:\"additional_search_queries\";s:54:\"google, seo, firehose, search, broadcast, broadcasting\";}s:32:\"72fecb67ee6704ba0a33e0225316ad
 06\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";}s:32:\"d56e2886185a9eace719cc57d46770df\";a:14:{s:4:\"name\";s:19:\"Gravatar Hovercards\";s:11:\"description\";s:58:\"Enable pop-up business cards over commenters’ Gravatars.\";s:14:\"jumpstart_desc\";s:131:\"Let 
 commenters link their profiles to their Gravatar accounts, making it easy for your visitors to learn more about your community.\";s:4:\"sort\";s:2:\"11\";s:20:\"recommendation_order\";s:2:\"13\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:18:\"Social, Appearance\";s:7:\"feature\";s:9:\"Jumpstart\";s:25:\"additional_search_queries\";s:20:\"gravatar, hovercards\";}s:32:\"e391e760617bd0e0736550e34a73d7fe\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";
 s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:8:\"2.0.3 ??\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";}s:32:\"2e345370766346c616b3c5046e817720\";a:14:{s:4:\"name\";s:15:\"Infinite Scroll\";s:11:\"description\";s:46:\"Add support for infinite scroll to your theme.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"26\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.0\";s:7:\"changed\";s:0:\"\";s:10
 :\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:10:\"Appearance\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:33:\"scroll, infinite, infinite scroll\";}s:32:\"bd69edbf134de5fae8fdcf2e70a45b56\";a:14:{s:4:\"name\";s:8:\"JSON API\";s:11:\"description\";s:69:\"Allow applications to securely access your content through the cloud.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"19\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.9\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"require
 s_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:6:\"Public\";s:11:\"module_tags\";s:19:\"Writing, Developers\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:50:\"api, rest, develop, developers, json, klout, oauth\";}s:32:\"8110b7a4423aaa619dfa46b8843e10d1\";a:14:{s:4:\"name\";s:14:\"Beautiful Math\";s:11:\"description\";s:85:\"Use LaTeX markup language in posts and pages for complex equations and other geekery.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"12\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\&quot
 ;auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:7:\"Writing\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:47:\"latex, math, equation, equations, formula, code\";}s:32:\"fd7e85d3b4887fa6b6f997d6592c1f33\";a:14:{s:4:\"name\";s:5:\"Likes\";s:11:\"description\";s:70:\"Give visitors an easy way to show their appreciation for your content.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"23\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.2\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:6:\"Social\&quo
 t;;s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:26:\"like, likes, wordpress.com\";}s:32:\"c5dfef41fad5bcdcaae8e315e5cfc420\";a:14:{s:4:\"name\";s:6:\"Manage\";s:11:\"description\";s:76:\"Manage all your sites from a centralized place, https://wordpress.com/sites.\";s:14:\"jumpstart_desc\";s:151:\"Helps you remotely manage plugins, turn on automated updates, and more from <a href=\"https://wordpress.com/plugins/\" target=\"_blank\">wordpress.com</a>.\";s:4:\"sort\";s:1:\"1\";s:20:\"recommendation_order\";s:1:\"3\";s:10:\"introduced\";s:3:\"3.4\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\&quo
 t;;s:2:\"No\";s:11:\"module_tags\";s:35:\"Centralized Management, Recommended\";s:7:\"feature\";s:22:\"Recommended, Jumpstart\";s:25:\"additional_search_queries\";s:26:\"manage, management, remote\";}s:32:\"fd6dc399b92bce76013427e3107c314f\";a:14:{s:4:\"name\";s:8:\"Markdown\";s:11:\"description\";s:51:\"Write posts or pages in plain-text Markdown syntax.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"31\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.8\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:7:\"Writing\";s:
 7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:12:\"md, markdown\";}s:32:\"c49a35b6482b0426cb07ad28ecf5d7df\";a:14:{s:4:\"name\";s:12:\"Mobile Theme\";s:11:\"description\";s:64:\"Optimize your site with a mobile-friendly theme for smartphones.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"21\";s:20:\"recommendation_order\";s:2:\"11\";s:10:\"introduced\";s:3:\"1.8\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:31:\"Appearance, Mobile, Recommended\";s:7:\"feature\";s:11:\"Recommended\";s:25:\"additional_search_queries\";s:24
 :\"mobile, theme, minileven\";}s:32:\"b42e38f6fafd2e4104ebe5bf39b4be47\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";}s:32:\"771cfeeba0d3d23ec344d5e781fb0ae2\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\&
 quot;;s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";}s:32:\"54f0661d27c814fc8bde39580181d939\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\&q
 uot;\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";}s:32:\"46c4c413b5c72bbd3c3dbd14ff8f8adc\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\&quot
 ;;s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";}s:32:\"9ea52fa25783e5ceeb6bfaed3268e64e\";a:14:{s:4:\"name\";s:7:\"Monitor\";s:11:\"description\";s:25:\"Reports on site downtime.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"28\";s:20:\"recommendation_order\";s:2:\"10\";s:10:\"introduced\";s:3:\"2.6\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:11:\"Recommended\";s:7:\"feature\";s:33:\"Recommended, Performance-Security\";s:25:\"additional_search_queries\";s:37:\"monitor, uptime, downtime, monitoring\";}s:32:\"cfcaafd0fca
 d087899d715e0b877474d\";a:14:{s:4:\"name\";s:13:\"Notifications\";s:11:\"description\";s:84:\"Receive notification of site activity via the admin toolbar and your Mobile devices.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"13\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.9\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:5:\"Other\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:62:\"notification, notifications, toolbar, adminbar, push, comments\";}s:32:\"0d18bfa69bec61550c1d813ce64149b0\";a:14:{s:4:\"name\";s:
 10:\"Omnisearch\";s:11:\"description\";s:66:\"Search your entire database from a single field in your Dashboard.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"16\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.3\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:10:\"Developers\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:6:\"search\";}s:32:\"3f0a11e23118f0788d424b646a6d465f\";a:14:{s:4:\"name\";s:6:\"Photon\";s:11:\"description\";s:27:\"Speed up images and photos.\";s:14:\"jumpstart_desc\&quot
 ;;s:141:\"Mirrors and serves your images from our free and fast image CDN, improving your site’s performance with no additional load on your servers.\";s:4:\"sort\";s:2:\"25\";s:20:\"recommendation_order\";s:1:\"1\";s:10:\"introduced\";s:3:\"2.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:42:\"Photos and Videos, Appearance, Recommended\";s:7:\"feature\";s:44:\"Recommended, Jumpstart, Performance-Security\";s:25:\"additional_search_queries\";s:38:\"photon, image, cdn, performance, speed\";}s:32:\"e37cfbcb72323fb1fe8255a2edb4d738\";a:14:{s:4:\"name\";s:13:\"Post by Email\";s:11:\"description\&
 quot;;s:58:\"Publish posts by email, using any device and email client.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"14\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:7:\"Writing\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:20:\"post by email, email\";}s:32:\"728290d131a480bfe7b9e405d7cd925f\";a:14:{s:4:\"name\";s:7:\"Protect\";s:11:\"description\";s:28:\"Prevent brute force attacks.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1
 :\"1\";s:20:\"recommendation_order\";s:1:\"4\";s:10:\"introduced\";s:3:\"3.4\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:11:\"Recommended\";s:7:\"feature\";s:33:\"Recommended, Performance-Security\";s:25:\"additional_search_queries\";s:65:\"security, secure, protection, botnet, brute force, protect, login\";}s:32:\"f9ce784babbbf4dcca99b8cd2ceb420c\";a:14:{s:4:\"name\";s:9:\"Publicize\";s:11:\"description\";s:30:\"Automatically promote content.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"10\";s:20:\"recommendation_order\";s:1:\"7\&quo
 t;;s:10:\"introduced\";s:3:\"2.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:19:\"Social, Recommended\";s:7:\"feature\";s:20:\"Recommended, Traffic\";s:25:\"additional_search_queries\";s:107:\"facebook, twitter, google+, googleplus, google, path, tumblr, linkedin, social, tweet, connections, sharing\";}s:32:\"052c03877dd3d296a71531cb07ad939a\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s
 :0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";}s:32:\"52edecb2a75222e75b2dce4356a4efce\";a:14:{s:4:\"name\";s:13:\"Related Posts\";s:11:\"description\";s:24:\"Display similar content.\";s:14:\"jumpstart_desc\";s:113:\"Keep visitors engaged on your blog by highlighting relevant and new content at the bottom of each published post.\";s:4:\"sort\";s:2:\"29\";s:20:\"recommendation_order\";s:1:\"9\";s:10:\"introduced\";s:3:\"2.9\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"
 free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:11:\"Recommended\";s:7:\"feature\";s:31:\"Recommended, Jumpstart, Traffic\";s:25:\"additional_search_queries\";s:22:\"related, related posts\";}s:32:\"8b059cb50a66b717f1ec842e736b858c\";a:14:{s:4:\"name\";s:7:\"Sharing\";s:11:\"description\";s:32:\"Visitors can share your content.\";s:14:\"jumpstart_desc\";s:116:\"Twitter, Facebook and Google+ buttons at the bottom of each post, making it easy for visitors to share your content.\";s:4:\"sort\";s:1:\"7\";s:20:\"recommendation_order\";s:1:\"6\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:3:\"1.2\";s:10:\"deactivate\";s:0:\"\";s:4:\"
 free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:19:\"Social, Recommended\";s:7:\"feature\";s:31:\"Recommended, Jumpstart, Traffic\";s:25:\"additional_search_queries\";s:141:\"share, sharing, sharedaddy, buttons, icons, email, facebook, twitter, google+, linkedin, pinterest, pocket, press this, print, reddit, tumblr\";}s:32:\"a6d2394329871857401255533a9873f7\";a:14:{s:4:\"name\";s:16:\"Shortcode Embeds\";s:11:\"description\";s:77:\"Embed content from YouTube, Vimeo, SlideShare, and more, no coding necessary.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1:\"3\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:3:\"1.2\&qu
 ot;;s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:46:\"Photos and Videos, Social, Writing, Appearance\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:251:\"shortcodes, shortcode, embeds, media, bandcamp, blip.tv, dailymotion, digg, facebook, flickr, google calendars, google maps, google+, polldaddy, recipe, recipes, scribd, slideshare, slideshow, slideshows, soundcloud, ted, twitter, vimeo, vine, youtube\";}s:32:\"21496e2897ea5f81605e2f2ac3beb921\";a:14:{s:4:\"name\";s:16:\"WP.me Shortlinks\";s:11:\"description\";s:56:\"Enable WP.me-powered shortlinks for all posts and pages.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1:\"8\";s:20:\&
 quot;recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:6:\"Social\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:17:\"shortlinks, wp.me\";}s:32:\"e2a54a5d7879a4162709e6ffb540dd08\";a:14:{s:4:\"name\";s:9:\"Site Icon\";s:11:\"description\";s:29:\"Add a site icon to your site.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"22\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"3.2\";s:7:\"changed\";s:0:\"\";s:10:\"dea
 ctivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:5:\"Other\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:24:\"favicon, icon, site icon\";}s:32:\"f5c537bc304f55b29c1a87e30be0cd24\";a:14:{s:4:\"name\";s:8:\"Sitemaps\";s:11:\"description\";s:75:\"Creates sitemaps to allow your site to be easily indexed by search engines.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"13\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"3.9\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";
 s:2:\"No\";s:13:\"auto_activate\";s:6:\"Public\";s:11:\"module_tags\";s:20:\"Recommended, Traffic\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:39:\"sitemap, traffic, search, site map, seo\";}s:32:\"59a23643437358a9b557f1d1e20ab040\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:2
 5:\"additional_search_queries\";s:0:\"\";}s:32:\"6a90f97c3194cfca5671728eaaeaf15e\";a:14:{s:4:\"name\";s:14:\"Single Sign On\";s:11:\"description\";s:27:\"Secure user authentication.\";s:14:\"jumpstart_desc\";s:98:\"Lets you log in to all your Jetpack-enabled sites with one click using your WordPress.com account.\";s:4:\"sort\";s:2:\"30\";s:20:\"recommendation_order\";s:1:\"5\";s:10:\"introduced\";s:3:\"2.6\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:10:\"Developers\";s:7:\"feature\";s:31:\"Jumpstart, Performance-Security\";s:25:\"additional_search_queries\";
 s:34:\"sso, single sign on, login, log in\";}s:32:\"b65604e920392e2f7134b646760b75e8\";a:14:{s:4:\"name\";s:10:\"Site Stats\";s:11:\"description\";s:35:\"Collect traffic stats and insights.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1:\"1\";s:20:\"recommendation_order\";s:1:\"2\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:23:\"Site Stats, Recommended\";s:7:\"feature\";s:20:\"Recommended, Traffic\";s:25:\"additional_search_queries\";s:54:\"statistics, tracking, analytics, views, traffic, stats\";}s:32:\"23a586dd7ead0
 0e69ec53eb32ef740e4\";a:14:{s:4:\"name\";s:13:\"Subscriptions\";s:11:\"description\";s:88:\"Allow users to subscribe to your posts and comments and receive notifications via email.\";s:14:\"jumpstart_desc\";s:126:\"Give visitors two easy subscription options — while commenting, or via a separate email subscription widget you can display.\";s:4:\"sort\";s:1:\"9\";s:20:\"recommendation_order\";s:1:\"8\";s:10:\"introduced\";s:3:\"1.2\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:6:\"Social\";s:7:\"feature\";s:9:\"Jumpstart\";s:25:\"additional_search_queries\";s:74:\"subscriptions,
  subscription, email, follow, followers, subscribers, signup\";}s:32:\"1d978b8d84d2f378fe1a702a67633b6d\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";}s:32:\"b3b983461d7f3d27322a3551ed8a9405\";a:14:{s:4:\"name\";s:15:\"Tiled Galleries\";s:11:\"description\";s:73:\"Display yo
 ur image galleries in a variety of sleek, graphic arrangements.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"24\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:17:\"Photos and Videos\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:43:\"gallery, tiles, tiled, grid, mosaic, images\";}s:32:\"d924e5b05722b0e104448543598f54c0\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s
 :20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";}s:32:\"36741583b10c521997e563ad8e1e8b77\";a:14:{s:4:\"name\";s:12:\"Data Backups\";s:11:\"description\";s:27:\"Daily or real-time backups.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"32\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:5:\"0:1.2\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:5:\&qu
 ot;false\";s:4:\"free\";s:5:\"false\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:20:\"Performance-Security\";s:25:\"additional_search_queries\";s:28:\"vaultpress, backup, security\";}s:32:\"2b9b44f09b5459617d68dd82ee17002a\";a:14:{s:4:\"name\";s:17:\"Site Verification\";s:11:\"description\";s:77:\"Verify your site or domain with Google Search Console, Pinterest, and others.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"33\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"3.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requir
 es_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:56:\"webmaster, seo, google, bing, pinterest, search, console\";}s:32:\"5ab4c0db7c42e10e646342da0274c491\";a:14:{s:4:\"name\";s:10:\"VideoPress\";s:11:\"description\";s:68:\"Upload and embed videos right on your site. (Subscription required.)\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"27\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.5\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:5:\"false\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:0:\&quot
 ;\";s:11:\"module_tags\";s:17:\"Photos and Videos\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:25:\"video, videos, videopress\";}s:32:\"60a1d3aa38bc0fe1039e59dd60888543\";a:14:{s:4:\"name\";s:17:\"Widget Visibility\";s:11:\"description\";s:57:\"Specify which widgets appear on which pages of your site.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"17\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.4\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:10:\"Appearance\";s:7:\"feature\";s:0:\"\
 ";s:25:\"additional_search_queries\";s:54:\"widget visibility, logic, conditional, widgets, widget\";}s:32:\"174ed3416476c2cb9ff5b0f671280b15\";a:14:{s:4:\"name\";s:21:\"Extra Sidebar Widgets\";s:11:\"description\";s:79:\"Add images, Twitter streams, your site’s RSS links, and more to your sidebar.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1:\"4\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.2\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:18:\"Social, Appearance\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s
 :65:\"widget, widgets, facebook, gallery, twitter, gravatar, image, rss\";}s:32:\"28b931a1db19bd24869bd54b14e733d5\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";}}}','yes'),(1903,'jetpack_available_modules','a:1:{s:5:\"4.0.3\";a:37:{s:18:\"after-the-deadline\";s:3:\"1.1\";s:8:\"c
 arousel\";s:3:\"1.5\";s:8:\"comments\";s:3:\"1.4\";s:12:\"contact-form\";s:3:\"1.3\";s:20:\"custom-content-types\";s:3:\"3.1\";s:10:\"custom-css\";s:3:\"1.7\";s:21:\"enhanced-distribution\";s:3:\"1.2\";s:19:\"gravatar-hovercards\";s:3:\"1.1\";s:15:\"infinite-scroll\";s:3:\"2.0\";s:8:\"json-api\";s:3:\"1.9\";s:5:\"latex\";s:3:\"1.1\";s:5:\"likes\";s:3:\"2.2\";s:6:\"manage\";s:3:\"3.4\";s:8:\"markdown\";s:3:\"2.8\";s:9:\"minileven\";s:3:\"1.8\";s:7:\"monitor\";s:3:\"2.6\";s:5:\"notes\";s:3:\"1.9\";s:10:\"omnisearch\";s:3:\"2.3\";s:6:\"photon\";s:3:\"2.0\";s:13:\"post-by-email\";s:3:\"2.0\";s:7:\"protect\";s
 :3:\"3.4\";s:9:\"publicize\";s:3:\"2.0\";s:13:\"related-posts\";s:3:\"2.9\";s:10:\"sharedaddy\";s:3:\"1.1\";s:10:\"shortcodes\";s:3:\"1.1\";s:10:\"shortlinks\";s:3:\"1.1\";s:9:\"site-icon\";s:3:\"3.2\";s:8:\"sitemaps\";s:3:\"3.9\";s:3:\"sso\";s:3:\"2.6\";s:5:\"stats\";s:3:\"1.1\";s:13:\"subscriptions\";s:3:\"1.2\";s:13:\"tiled-gallery\";s:3:\"2.1\";s:10:\"vaultpress\";s:5:\"0:1.2\";s:18:\"verification-tools\";s:3:\"3.0\";s:10:\"videopress\";s:3:\"2.5\";s:17:\"widget-visibility\";s:3:\"2.4\";s:7:\"widgets\";s:3:\"1.2\";}}','yes'),(1926,'rewrite_rules','a:325:{s:11:\"^wp-json/?$\";s:22:\"index.php?json_route=/\";s:14:\"^wp-json/(.*)?\&q
 uot;;s:33:\"index.php?json_route=/$matches[1]\";s:14:\"tggr-tweets/?$\";s:31:\"index.php?post_type=tggr-tweets\";s:44:\"tggr-tweets/feed/(feed|rdf|rss|rss2|atom)/?$\";s:48:\"index.php?post_type=tggr-tweets&feed=$matches[1]\";s:39:\"tggr-tweets/(feed|rdf|rss|rss2|atom)/?$\";s:48:\"index.php?post_type=tggr-tweets&feed=$matches[1]\";s:31:\"tggr-tweets/page/([0-9]{1,})/?$\";s:49:\"index.php?post_type=tggr-tweets&paged=$matches[1]\";s:17:\"tggr-instagram/?$\";s:34:\"index.php?post_type=tggr-instagram\";s:47:\"tggr-instagram/feed/(feed|rdf|rss|rss2|atom)/?$\";s:51:\"index.php?post_type=tggr-instagram&feed=$matches[1]\";s:42:\"tggr-instagram/(feed|rdf|rss|rss2|atom)/?$\";s:51:\"index.php?post_type=tggr-instagram&feed=$matches[1]\";s:34:\"tggr-instagram/page/([0-9]{1,})/?$\";s:52:\"index.php?post_type=tggr-in
 stagram&paged=$matches[1]\";s:14:\"tggr-flickr/?$\";s:31:\"index.php?post_type=tggr-flickr\";s:44:\"tggr-flickr/feed/(feed|rdf|rss|rss2|atom)/?$\";s:48:\"index.php?post_type=tggr-flickr&feed=$matches[1]\";s:39:\"tggr-flickr/(feed|rdf|rss|rss2|atom)/?$\";s:48:\"index.php?post_type=tggr-flickr&feed=$matches[1]\";s:31:\"tggr-flickr/page/([0-9]{1,})/?$\";s:49:\"index.php?post_type=tggr-flickr&paged=$matches[1]\";s:14:\"tggr-google/?$\";s:31:\"index.php?post_type=tggr-google\";s:44:\"tggr-google/feed/(feed|rdf|rss|rss2|atom)/?$\";s:48:\"index.php?post_type=tggr-google&feed=$matches[1]\";s:39:\"tggr-google/(feed|rdf|rss|rss2|atom)/?$\";s:48:\"index.php?post_type=tggr-google&feed=$matches[1]\";s:31:\"tggr-google/page/([0-9]{1,})/?$\";s:49:\"index.php?post_type=tggr-google&paged=$matches[1]\";s:15:\&q
 uot;^calendar\\.ics$\";s:32:\"index.php?wcorg_wordcamps_ical=1\";s:47:\"category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:42:\"category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:23:\"category/(.+?)/embed/?$\";s:46:\"index.php?category_name=$matches[1]&embed=true\";s:35:\"category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:17:\"category/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:44:\"tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:39:\"tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:20:\"tag/([^/]+)/embed/?$\";s:36
 :\"index.php?tag=$matches[1]&embed=true\";s:32:\"tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:14:\"tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:45:\"type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:40:\"type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:21:\"type/([^/]+)/embed/?$\";s:44:\"index.php?post_format=$matches[1]&embed=true\";s:33:\"type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?post_format=$matches[1]&paged=$matches[2]\";s:15:\"type/([^/]+)/?$\";s:33:\"index.php?post_format=$matches[1]\";s:38:\"tix_ticket/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:48:\"tix_ticket/[^/]+/attach
 ment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:68:\"tix_ticket/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:63:\"tix_ticket/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:63:\"tix_ticket/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:44:\"tix_ticket/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:27:\"tix_ticket/([^/]+)/embed/?$\";s:58:\"index.php?post_type=tix_ticket&name=$matches[1]&embed=true\";s:31:\"tix_ticket/([^/]+)/trackback/?$\";s:52:\"index.php?post_type=tix_ticket&name=$matches[1]&tb=1\";s:39:\"tix_ticket/([^/]+)/pag
 e/?([0-9]{1,})/?$\";s:65:\"index.php?post_type=tix_ticket&name=$matches[1]&paged=$matches[2]\";s:46:\"tix_ticket/([^/]+)/comment-page-([0-9]{1,})/?$\";s:65:\"index.php?post_type=tix_ticket&name=$matches[1]&cpage=$matches[2]\";s:35:\"tix_ticket/([^/]+)(?:/([0-9]+))?/?$\";s:64:\"index.php?post_type=tix_ticket&name=$matches[1]&page=$matches[2]\";s:27:\"tix_ticket/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\"tix_ticket/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\"tix_ticket/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"tix_ticket/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"tix_ticket/[^/]+/([^/]+)/comment-page-([0-9]{1,})
 /?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\"tix_ticket/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:40:\"tix_question/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:50:\"tix_question/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:70:\"tix_question/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"tix_question/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"tix_question/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:46:\"tix_question/[^/]+/attachment/([^/]+)/embed/?$\";s:4
 3:\"index.php?attachment=$matches[1]&embed=true\";s:29:\"tix_question/([^/]+)/embed/?$\";s:60:\"index.php?post_type=tix_question&name=$matches[1]&embed=true\";s:33:\"tix_question/([^/]+)/trackback/?$\";s:54:\"index.php?post_type=tix_question&name=$matches[1]&tb=1\";s:41:\"tix_question/([^/]+)/page/?([0-9]{1,})/?$\";s:67:\"index.php?post_type=tix_question&name=$matches[1]&paged=$matches[2]\";s:48:\"tix_question/([^/]+)/comment-page-([0-9]{1,})/?$\";s:67:\"index.php?post_type=tix_question&name=$matches[1]&cpage=$matches[2]\";s:37:\"tix_question/([^/]+)(?:/([0-9]+))?/?$\";s:66:\"index.php?post_type=tix_question&name=$matches[1]&page=$matches[2]\";s:29:\"tix_question/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:39:\"tix_question/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachmen
 t=$matches[1]&tb=1\";s:59:\"tix_question/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"tix_question/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"tix_question/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:35:\"tix_question/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:40:\"tix_attendee/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:50:\"tix_attendee/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:70:\"tix_attendee/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]
 \";s:65:\"tix_attendee/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"tix_attendee/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:46:\"tix_attendee/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:29:\"tix_attendee/([^/]+)/embed/?$\";s:60:\"index.php?post_type=tix_attendee&name=$matches[1]&embed=true\";s:33:\"tix_attendee/([^/]+)/trackback/?$\";s:54:\"index.php?post_type=tix_attendee&name=$matches[1]&tb=1\";s:41:\"tix_attendee/([^/]+)/page/?([0-9]{1,})/?$\";s:67:\"index.php?post_type=tix_attendee&name=$matches[1]&paged=$matches[2]\";s:48:\"tix_attendee/([^/]+)/comment-page-([0-9]{1,})/?$\";s:67:\"index.php?post_type=tix_attende
 e&name=$matches[1]&cpage=$matches[2]\";s:37:\"tix_attendee/([^/]+)(?:/([0-9]+))?/?$\";s:66:\"index.php?post_type=tix_attendee&name=$matches[1]&page=$matches[2]\";s:29:\"tix_attendee/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:39:\"tix_attendee/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:59:\"tix_attendee/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"tix_attendee/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"tix_attendee/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:35:\"tix_attendee/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:38
 :\"tix_coupon/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:48:\"tix_coupon/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:68:\"tix_coupon/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:63:\"tix_coupon/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:63:\"tix_coupon/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:44:\"tix_coupon/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:27:\"tix_coupon/([^/]+)/embed/?$\";s:58:\"index.php?post_type=tix_coupon&name=$matches[1]&embed=true\";s:31:\"tix_coupon/(
 [^/]+)/trackback/?$\";s:52:\"index.php?post_type=tix_coupon&name=$matches[1]&tb=1\";s:39:\"tix_coupon/([^/]+)/page/?([0-9]{1,})/?$\";s:65:\"index.php?post_type=tix_coupon&name=$matches[1]&paged=$matches[2]\";s:46:\"tix_coupon/([^/]+)/comment-page-([0-9]{1,})/?$\";s:65:\"index.php?post_type=tix_coupon&name=$matches[1]&cpage=$matches[2]\";s:35:\"tix_coupon/([^/]+)(?:/([0-9]+))?/?$\";s:64:\"index.php?post_type=tix_coupon&name=$matches[1]&page=$matches[2]\";s:27:\"tix_coupon/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\"tix_coupon/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\"tix_coupon/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"tix_coupon/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\
 ";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"tix_coupon/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\"tix_coupon/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:37:\"tix_email/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:47:\"tix_email/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:67:\"tix_email/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"tix_email/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"tix_email/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index
 .php?attachment=$matches[1]&cpage=$matches[2]\";s:43:\"tix_email/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:26:\"tix_email/([^/]+)/embed/?$\";s:57:\"index.php?post_type=tix_email&name=$matches[1]&embed=true\";s:30:\"tix_email/([^/]+)/trackback/?$\";s:51:\"index.php?post_type=tix_email&name=$matches[1]&tb=1\";s:38:\"tix_email/([^/]+)/page/?([0-9]{1,})/?$\";s:64:\"index.php?post_type=tix_email&name=$matches[1]&paged=$matches[2]\";s:45:\"tix_email/([^/]+)/comment-page-([0-9]{1,})/?$\";s:64:\"index.php?post_type=tix_email&name=$matches[1]&cpage=$matches[2]\";s:34:\"tix_email/([^/]+)(?:/([0-9]+))?/?$\";s:63:\"index.php?post_type=tix_email&name=$matches[1]&page=$matches[2]\";s:26:\"tix_email/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";
 s:36:\"tix_email/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:56:\"tix_email/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:51:\"tix_email/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:51:\"tix_email/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:32:\"tix_email/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:37:\"tggr-tweets/.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:47:\"tggr-tweets/.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:67:\"tggr-tweets/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\"
 ;s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"tggr-tweets/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"tggr-tweets/.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:43:\"tggr-tweets/.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:26:\"tggr-tweets/(.+?)/embed/?$\";s:44:\"index.php?tggr-tweets=$matches[1]&embed=true\";s:30:\"tggr-tweets/(.+?)/trackback/?$\";s:38:\"index.php?tggr-tweets=$matches[1]&tb=1\";s:50:\"tggr-tweets/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?tggr-tweets=$matches[1]&feed=$matches[2]\";s:45:\"tggr-tweets/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?tggr-tweets=$matches[1]&a
 mp;feed=$matches[2]\";s:38:\"tggr-tweets/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?tggr-tweets=$matches[1]&paged=$matches[2]\";s:45:\"tggr-tweets/(.+?)/comment-page-([0-9]{1,})/?$\";s:51:\"index.php?tggr-tweets=$matches[1]&cpage=$matches[2]\";s:34:\"tggr-tweets/(.+?)(?:/([0-9]+))?/?$\";s:50:\"index.php?tggr-tweets=$matches[1]&page=$matches[2]\";s:48:\"hashtag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?hashtag=$matches[1]&feed=$matches[2]\";s:43:\"hashtag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?hashtag=$matches[1]&feed=$matches[2]\";s:24:\"hashtag/([^/]+)/embed/?$\";s:40:\"index.php?hashtag=$matches[1]&embed=true\";s:36:\"hashtag/([^/]+)/page/?([0-9]{1,})/?$\";s:47:\"index.php?hashtag=$matches[1]&paged=$matches[2]\";s:18:\"hashtag/([^/]+)/?$\";s:29:\"index.php?has
 htag=$matches[1]\";s:40:\"tggr-instagram/.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:50:\"tggr-instagram/.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:70:\"tggr-instagram/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"tggr-instagram/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"tggr-instagram/.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:46:\"tggr-instagram/.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:29:\"tggr-instagram/(.+?)/embed/?$\";s:47:\"index.php?tggr-instagram=$matches[1]&embed=true\&quo
 t;;s:33:\"tggr-instagram/(.+?)/trackback/?$\";s:41:\"index.php?tggr-instagram=$matches[1]&tb=1\";s:53:\"tggr-instagram/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:53:\"index.php?tggr-instagram=$matches[1]&feed=$matches[2]\";s:48:\"tggr-instagram/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:53:\"index.php?tggr-instagram=$matches[1]&feed=$matches[2]\";s:41:\"tggr-instagram/(.+?)/page/?([0-9]{1,})/?$\";s:54:\"index.php?tggr-instagram=$matches[1]&paged=$matches[2]\";s:48:\"tggr-instagram/(.+?)/comment-page-([0-9]{1,})/?$\";s:54:\"index.php?tggr-instagram=$matches[1]&cpage=$matches[2]\";s:37:\"tggr-instagram/(.+?)(?:/([0-9]+))?/?$\";s:53:\"index.php?tggr-instagram=$matches[1]&page=$matches[2]\";s:37:\"tggr-flickr/.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:47:\"tggr-flickr/.+?/attachment/([^/]+)/trackb
 ack/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:67:\"tggr-flickr/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"tggr-flickr/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"tggr-flickr/.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:43:\"tggr-flickr/.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:26:\"tggr-flickr/(.+?)/embed/?$\";s:44:\"index.php?tggr-flickr=$matches[1]&embed=true\";s:30:\"tggr-flickr/(.+?)/trackback/?$\";s:38:\"index.php?tggr-flickr=$matches[1]&tb=1\";s:50:\"tggr-flickr/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?tgg
 r-flickr=$matches[1]&feed=$matches[2]\";s:45:\"tggr-flickr/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?tggr-flickr=$matches[1]&feed=$matches[2]\";s:38:\"tggr-flickr/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?tggr-flickr=$matches[1]&paged=$matches[2]\";s:45:\"tggr-flickr/(.+?)/comment-page-([0-9]{1,})/?$\";s:51:\"index.php?tggr-flickr=$matches[1]&cpage=$matches[2]\";s:34:\"tggr-flickr/(.+?)(?:/([0-9]+))?/?$\";s:50:\"index.php?tggr-flickr=$matches[1]&page=$matches[2]\";s:37:\"tggr-google/.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:47:\"tggr-google/.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:67:\"tggr-google/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\&quot
 ;tggr-google/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"tggr-google/.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:43:\"tggr-google/.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:26:\"tggr-google/(.+?)/embed/?$\";s:44:\"index.php?tggr-google=$matches[1]&embed=true\";s:30:\"tggr-google/(.+?)/trackback/?$\";s:38:\"index.php?tggr-google=$matches[1]&tb=1\";s:50:\"tggr-google/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?tggr-google=$matches[1]&feed=$matches[2]\";s:45:\"tggr-google/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?tggr-google=$matches[1]&feed=$matches[2]\";s:38:\"tggr-google/(.+?)/page/?([0-9]{1,})/?$\";
 s:51:\"index.php?tggr-google=$matches[1]&paged=$matches[2]\";s:45:\"tggr-google/(.+?)/comment-page-([0-9]{1,})/?$\";s:51:\"index.php?tggr-google=$matches[1]&cpage=$matches[2]\";s:34:\"tggr-google/(.+?)(?:/([0-9]+))?/?$\";s:50:\"index.php?tggr-google=$matches[1]&page=$matches[2]\";s:35:\"speaker/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:45:\"speaker/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:65:\"speaker/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"speaker/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"speaker/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachme
 nt=$matches[1]&cpage=$matches[2]\";s:41:\"speaker/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:24:\"speaker/([^/]+)/embed/?$\";s:44:\"index.php?wcb_speaker=$matches[1]&embed=true\";s:28:\"speaker/([^/]+)/trackback/?$\";s:38:\"index.php?wcb_speaker=$matches[1]&tb=1\";s:36:\"speaker/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?wcb_speaker=$matches[1]&paged=$matches[2]\";s:43:\"speaker/([^/]+)/comment-page-([0-9]{1,})/?$\";s:51:\"index.php?wcb_speaker=$matches[1]&cpage=$matches[2]\";s:32:\"speaker/([^/]+)(?:/([0-9]+))?/?$\";s:50:\"index.php?wcb_speaker=$matches[1]&page=$matches[2]\";s:24:\"speaker/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:34:\"speaker/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\&quo
 t;;s:54:\"speaker/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"speaker/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"speaker/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:30:\"speaker/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:35:\"session/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:45:\"session/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:65:\"session/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"session/[^/]+/attachment/([^/]+)/(feed|rdf
 |rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"session/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:41:\"session/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:24:\"session/([^/]+)/embed/?$\";s:44:\"index.php?wcb_session=$matches[1]&embed=true\";s:28:\"session/([^/]+)/trackback/?$\";s:38:\"index.php?wcb_session=$matches[1]&tb=1\";s:36:\"session/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?wcb_session=$matches[1]&paged=$matches[2]\";s:43:\"session/([^/]+)/comment-page-([0-9]{1,})/?$\";s:51:\"index.php?wcb_session=$matches[1]&cpage=$matches[2]\";s:32:\"session/([^/]+)(?:/([0-9]+))?/?$\";s:50:\"index.php?wcb_session=$matches[1]&page=$matches[2]\"
 ;s:24:\"session/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:34:\"session/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:54:\"session/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"session/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"session/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:30:\"session/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:35:\"sponsor/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:45:\"sponsor/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:6
 5:\"sponsor/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"sponsor/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"sponsor/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:41:\"sponsor/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:24:\"sponsor/([^/]+)/embed/?$\";s:44:\"index.php?wcb_sponsor=$matches[1]&embed=true\";s:28:\"sponsor/([^/]+)/trackback/?$\";s:38:\"index.php?wcb_sponsor=$matches[1]&tb=1\";s:36:\"sponsor/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?wcb_sponsor=$matches[1]&paged=$matches[2]\";s:43:\"sponsor/([^/]+)/comment-page-([0-9]{1,})/?
 $\";s:51:\"index.php?wcb_sponsor=$matches[1]&cpage=$matches[2]\";s:32:\"sponsor/([^/]+)(?:/([0-9]+))?/?$\";s:50:\"index.php?wcb_sponsor=$matches[1]&page=$matches[2]\";s:24:\"sponsor/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:34:\"sponsor/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:54:\"sponsor/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"sponsor/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"sponsor/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:30:\"sponsor/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:37:\"organizer/[^/]+
 /attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:47:\"organizer/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:67:\"organizer/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"organizer/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"organizer/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:43:\"organizer/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:26:\"organizer/([^/]+)/embed/?$\";s:46:\"index.php?wcb_organizer=$matches[1]&embed=true\";s:30:\"organizer/([^/]+)/trackback/?$\";s:40:\"index.ph
 p?wcb_organizer=$matches[1]&tb=1\";s:38:\"organizer/([^/]+)/page/?([0-9]{1,})/?$\";s:53:\"index.php?wcb_organizer=$matches[1]&paged=$matches[2]\";s:45:\"organizer/([^/]+)/comment-page-([0-9]{1,})/?$\";s:53:\"index.php?wcb_organizer=$matches[1]&cpage=$matches[2]\";s:34:\"organizer/([^/]+)(?:/([0-9]+))?/?$\";s:52:\"index.php?wcb_organizer=$matches[1]&page=$matches[2]\";s:26:\"organizer/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:36:\"organizer/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:56:\"organizer/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:51:\"organizer/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:51:\"organizer/[^/]+/([^/]+)/co
 mment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:32:\"organizer/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:46:\"track/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:44:\"index.php?track=$matches[1]&feed=$matches[2]\";s:41:\"track/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:44:\"index.php?track=$matches[1]&feed=$matches[2]\";s:22:\"track/([^/]+)/embed/?$\";s:38:\"index.php?track=$matches[1]&embed=true\";s:34:\"track/([^/]+)/page/?([0-9]{1,})/?$\";s:45:\"index.php?track=$matches[1]&paged=$matches[2]\";s:16:\"track/([^/]+)/?$\";s:27:\"index.php?track=$matches[1]\";s:54:\"sponsor_level/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?sponsor_level=$matches[1]&feed=$matches[2]\";s:49:\"sponsor_level/([^/]+)/(feed|rdf|rss|
 rss2|atom)/?$\";s:52:\"index.php?sponsor_level=$matches[1]&feed=$matches[2]\";s:30:\"sponsor_level/([^/]+)/embed/?$\";s:46:\"index.php?sponsor_level=$matches[1]&embed=true\";s:42:\"sponsor_level/([^/]+)/page/?([0-9]{1,})/?$\";s:53:\"index.php?sponsor_level=$matches[1]&paged=$matches[2]\";s:24:\"sponsor_level/([^/]+)/?$\";s:35:\"index.php?sponsor_level=$matches[1]\";s:12:\"robots\\.txt$\";s:18:\"index.php?robots=1\";s:48:\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$\";s:18:\"index.php?feed=old\";s:20:\".*wp-app\\.php(/.*)?$\";s:19:\"index.php?error=403\";s:18:\".*wp-register.php$\";s:23:\"index.php?register=true\";s:32:\"feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:27:\"(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:
 8:\"embed/?$\";s:21:\"index.php?&embed=true\";s:20:\"page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:41:\"comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:36:\"comments/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:17:\"comments/embed/?$\";s:21:\"index.php?&embed=true\";s:44:\"search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:39:\"search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:20:\"search/(.+)/embed/?$\";s:34:\"index.php?s=$matches[1]&embed=true\";s:32:\"search/(.+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?s=$matches[1]&paged=$matches[2]\";s:14:\"search/(.+)/?$\&qu
 ot;;s:23:\"index.php?s=$matches[1]\";s:47:\"author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:42:\"author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:23:\"author/([^/]+)/embed/?$\";s:44:\"index.php?author_name=$matches[1]&embed=true\";s:35:\"author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:17:\"author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:69:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matc
 hes[2]&day=$matches[3]&feed=$matches[4]\";s:45:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/embed/?$\";s:74:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]\";s:39:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$\";s:63:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]\";s:56:\"([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:51:\"([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:32:\"([0-9]{4})/([0-9]{1,2})/embed/?$\";s:58:\"index.php?year=$matches[1]&month
 num=$matches[2]&embed=true\";s:44:\"([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]\";s:26:\"([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:43:\"([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:38:\"([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:19:\"([0-9]{4})/embed/?$\";s:37:\"index.php?year=$matches[1]&embed=true\";s:31:\"([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:13:\"([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:58:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:
 68:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:88:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:83:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:83:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:64:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:53:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/embed/?$\";s:91:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name
 =$matches[4]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/trackback/?$\";s:85:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&tb=1\";s:77:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:72:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:65:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/page/?([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&paged=$matches[5]\";s:72:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/comment-page-([0-9]{1,})/?$\&quot
 ;;s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&cpage=$matches[5]\";s:61:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)(?:/([0-9]+))?/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&page=$matches[5]\";s:47:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:57:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:77:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+
 )/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:53:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&cpage=$matches[4]\";s:51:\"([0-9]{4})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&cpage=$matches[3]\";s:38:\"([0-9]{4})/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&cpage=$matches[2]\";s:27:\".?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\".?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\".?.+?/attachment/([^/]+)/feed/
 (feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\".?.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"(.?.+?)/embed/?$\";s:41:\"index.php?pagename=$matches[1]&embed=true\";s:20:\"(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:40:\"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:35:\"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:28:\"(.?.+?)/p
 age/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:35:\"(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:24:\"(.?.+?)(?:/([0-9]+))?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";}','yes'),(1927,'finished_splitting_shared_terms','1','yes'),(1928,'widget_pages','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1929,'widget_calendar','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1930,'widget_archives','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1931,'widget_meta','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1932,'widget_search','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1933,'widget_tag_cloud','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1934,'widget_nav_menu','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1935,'widget_akismet_widget','a:1:{s:12:\"_multiwidget\";i:1
 ;}','yes'),(1936,'widget_epcsp_subscribe','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1937,'widget_wcb_sponsors','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1938,'widget_wcpt_speakers','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1939,'widget_wcpt_sessions','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1940,'widget_wcpt_organizers','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1942,'widget_widget_twentyfourteen_ephemera','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1944,'site_icon','0','yes'),(1945,'medium_large_size_w','768','yes'),(1946,'medium_large_size_h','0','yes'),(1948,'_transient_timeout_wcorg_need_central_info','1465241894','no'),(1949,'_transient_wcorg_need_central_info','yes','no'),(1950,'_transient_timeout_wcorg_needed_pages','1465241894','no'),(1951,'_transient_wcorg_needed_pages','a:0:{}','no'),(1952,'_transient_timeout_feed_ac0b00fe65abe10e0c5b588f3ed8c7ca','1465281496','no'),(1953,'_transient_feed_ac0b00fe65abe10e0c5b5
 88f3ed8c7ca','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:49:\"\n   \n      \n      \n      \n      \n      \n      \n      \n      \n      \n              \n              \n              \n              \n              \n              \n              \n              \n              \n      \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"WordPress News\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\&
 quot;xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"https://wordpress.org/news\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"WordPress News\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:13:\"lastBuildDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 06 May 2016 19:22:48 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"en-US\&quo
 t;;s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"generator\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"https://wordpress.org/?v=4.6-alpha-37635\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:10:{i:0;a:6:{s:4:\"data\";s:36:\"\n              \n              \n              \n              \n                              \n              \n\n            \n              \n                              \n                      \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"WordPress 4.5.2 Security Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\&quot
 ;;s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"https://wordpress.org/news/2016/05/wordpress-4-5-2/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 06 May 2016 19:17:08 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Security\";s:7:\"
 attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=4290\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:381:\"WordPress 4.5.2 is now available. This is a security release for all previous versions and we strongly encourage you to update your sites immediately. WordPress versions 4.5.1 and earlier are affected by a SOME vulnerability through Plupload, the third-party library WordPress uses for uploading files. WordPress versions 4.2 through 4.5.1 are vulnerable to reflected XSS [&#8230;]\";s:7:\&
 quot;attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Helen Hou-Sandi\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:1669:\"<p>WordPress 4.5.2 is now available. This is a <strong>security release</strong> for all previous versions and we strongly encourage you to update your sites immediately.</p>\n<p>WordPress versions 4.5.1 and earlier are affected by a <abbr title=\"Same-Origin Method Execution\">SOME</abbr> vulnerability through Plupl
 oad, the third-party library WordPress uses for uploading files. WordPress versions 4.2 through 4.5.1 are vulnerable to reflected XSS using specially crafted URIs through MediaElement.js, the third-party library used for media players. MediaElement.js and Plupload have also released updates fixing these issues.</p>\n<p>Both issues were analyzed and reported by Mario Heiderich, Masato Kinugawa, and Filedescriptor from <a href=\"https://cure53.de/\">Cure53</a>. Thanks to the team for practicing <a href=\"https://make.wordpress.org/core/handbook/testing/reporting-security-vulnerabilities/\">responsible disclosure</a>, and to the Plupload and MediaElement.js teams for working closely with us to coördinate and fix these issues.</p>\n<p><a href=\"https://wordpress.org/download/\">Download WordPress 4.5.2</a> or venture over to Dashboard → Updates and simply click “Update Now.” Sites that suppo
 rt automatic background updates are already beginning to update to WordPress 4.5.2.</p>\n<p>Additionally, there are multiple widely publicized vulnerabilities in the ImageMagick image processing library, which is used by a number of hosts and is supported in WordPress. For our current response to these issues, see <a href=\"https://make.wordpress.org/core/2016/05/06/imagemagick-vulnerability-information/\">this post on the core development blog</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:36:\"\n            \n              \n              \n              \n                              \n              \n\n            \n              \n                              \n                      \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5
 :\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"WordPress 4.5.1 Maintenance Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"https://wordpress.org/news/2016/04/wordpress-4-5-1-maintenance-release/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 26 Apr 2016 18:58:18 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a
 :0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:3:\"4.5\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=4269\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:358:\"After about six million downloads of WordPress 4.5, we are pleased to announce the immediate availability of WordPress 4.5.1, a maintenance release. This release fixes 12 bugs, chief among them a
  singular class issue that broke sites based on the Twenty Eleven theme, an incompatibility between certain Chrome versions and the visual editor, and an [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Adam Silverstein\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:2134:\"<p>After about six million downloads of WordPress 4.5, we are pleased to announce the immediate availability of WordPress 4.5.1, a maintenance release.</p>\n<p>This relea
 se fixes 12 bugs, chief among them a singular class issue that broke sites based on the Twenty Eleven theme, an incompatibility between certain Chrome versions and the visual editor, and an Imagick bug that could break media uploads. This maintenance release fixes a total of 12 bugs in Version 4.5. <span style=\"line-height: 1.5\">For more information, see the </span><a style=\"line-height: 1.5\" href=\"https://codex.wordpress.org/Version_4.5.1\">release notes</a><span style=\"line-height: 1.5\"> or consult the </span><a style=\"line-height: 1.5\" href=\"https://core.trac.wordpress.org/log/branches/4.5?rev=37295&amp;stop_rev=37182\">list of changes</a><span style=\"line-height: 1.5\">.</span></p>\n<p><a href=\"https://wordpress.org/download/\">Download WordPress 4.5.1</a> or venture over to Dashboard → Updates and s
 imply click “Update Now.” Sites that support automatic background updates are already beginning to update to WordPress 4.5.1.</p>\n<p>Thanks to everyone who contributed to 4.5.1:</p>\n<p><a href=\"https://profiles.wordpress.org/jorbin\">Aaron Jorbin</a>, <a href=\"https://profiles.wordpress.org/afercia\">Andrea Fercia</a>, <a href=\"https://profiles.wordpress.org/azaozz\">Andrew Ozz</a>, <a href=\"https://profiles.wordpress.org/boonebgorges\">Boone Gorges</a>, <a href=\"https://profiles.wordpress.org/ocean90\">Dominik Schilling</a>, <a href=\"https://profiles.wordpress.org/flixos90\">Felix Arntz</a>, <a href=\"https://profiles.wordpress.org/pento\">Gary Pendergast</a>, <a href=\"https://profiles.wordpress.org/gblsm\">gblsm</a>, <a href=\"https://profiles.wordpress.org/helen\
 ">Helen Hou-Sandi</a>, <a href=\"https://profiles.wordpress.org/joemcgill\">Joe McGill</a>, <a href=\"https://profiles.wordpress.org/johnbillion\">John Blackbourn</a>, <a href=\"https://profiles.wordpress.org/celloexpressions\">Nick Halsey</a>, <a href=\"https://profiles.wordpress.org/swissspidy\">Pascal Birchler</a>, and <a href=\"https://profiles.wordpress.org/WiZZarD_\">Pieter</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:36:\"\n          \n              \n              \n              \n                              \n              \n\n            \n              \n                              \n                      \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s
 :0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"WordPress 4.5 “Coleman”\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"https://wordpress.org/news/2016/04/coleman/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 12 Apr 2016 19:15:32 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\
 "xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:3:\"4.5\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=4203\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:383:\"Version 4.5 of WordPress, named “Coleman” in honor of jazz saxophonist Coleman Hawkins, is available for download or update in your WordPress dashboard. New features in 4.5 help streamline your workfl
 ow, whether you’re writing or building your site. Editing Improvements Inline Linking Stay focused on your writing with a less distracting interface that keeps you in [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Mike Schroder\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:26690:\"<p>Version 4.5 of WordPress, named “Coleman” in honor of jazz saxophonist Coleman Hawkins, is available for download or update in your WordPress dashboard. New feat
 ures in 4.5 help streamline your workflow, whether you’re writing or building your site.</p>\n<p><iframe width=\'692\' height=\'388\' src=\'https://videopress.com/embed/scFdjVo6?hd=0\' frameborder=\'0\' allowfullscreen></iframe><script src=\'https://v0.wordpress.com/js/next/videopress-iframe.js?m=1435166243\'></script></p>\n<hr />\n<h2 style=\"text-align: center\">Editing Improvements</h2>\n<p><img class=\"aligncenter size-full wp-image-4220\" src=\"https://wordpress.org/news/files/2016/04/illustration-short-inlinelinks.png\" alt=\"illustration-short-inlinelinks\" width=\"1000\" height=\"400\" srcset=\"https://wordpress.org/news/files/2016/04/illustration-short-inlinelinks.png 1000w, https://wordpress.org/news/files/2016/04/illustration-short-inlinelinks-300x120.png 300w, https://wordpress.org/news/files/2016/04/illustration-short-inlinelinks-768x30
 7.png 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" /></p>\n<h3>Inline Linking</h3>\n<p>Stay focused on your writing with a less distracting interface that keeps you in place and allows you to easily link to your content.</p>\n<p><img class=\"aligncenter size-full wp-image-4265\" src=\"https://wordpress.org/news/files/2016/04/editing-shortcuts-big.gif\" alt=\"editing-shortcuts-big\" width=\"960\" height=\"576\" /></p>\n<h3>Formatting Shortcuts</h3>\n<p>Do you enjoy using formatting shortcuts for lists and headings? Now they’re even more useful, with horizontal lines and <code>&lt;code&gt;</code>.</p>\n<hr />\n<h2 style=\"text-align: center\">Customization Improvements</h2>\n<p><img class=\"aligncenter size-full wp-image-4221\" src=\"https://wordpress.org/news/files/20
 16/04/illustration-short-responsive-preview.png\" alt=\"illustration-short-responsive-preview\" width=\"1000\" height=\"400\" srcset=\"https://wordpress.org/news/files/2016/04/illustration-short-responsive-preview.png 1000w, https://wordpress.org/news/files/2016/04/illustration-short-responsive-preview-300x120.png 300w, https://wordpress.org/news/files/2016/04/illustration-short-responsive-preview-768x307.png 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" /></p>\n<h3>Live Responsive Previews</h3>\n<p>Make sure your site looks great on all screens! Preview mobile, tablet, and desktop views directly in the customizer.</p>\n<p><img class=\"aligncenter wp-image-4239 size-full\" src=\"https://wordpress.org/news/files/2016/04/illustration-short-customlogo-whitespace.png\" width=\"1000\" height=\"440\" srcset=\"https://wordpress.org/news/files/20
 16/04/illustration-short-customlogo-whitespace.png 1000w, https://wordpress.org/news/files/2016/04/illustration-short-customlogo-whitespace-300x132.png 300w, https://wordpress.org/news/files/2016/04/illustration-short-customlogo-whitespace-768x338.png 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" /></p>\n<h3>Custom Logos</h3>\n<p>Themes can now support logos for your business or brand. Try it out with Twenty Sixteen and Twenty Fifteen in the Site Identity section of the customizer.</p>\n<hr />\n<h2 style=\"text-align: center\">Under the Hood</h2>\n<div class=\"under-the-hood three-col\">\n<div class=\"col\">\n<h3>Smart Image Resizing</h3>\n<p>Generated images now load up to 50% faster with no noticeable quality loss. <a href=\"https://make.wordpress.org/core/2016/03/12/performance-improvements-for-images-in-wordpress-4-5/\">It’s really 
 cool</a>.</p>\n</div>\n<div class=\"col\">\n<h3>Selective Refresh</h3>\n<p>The customizer now supports a <a href=\"https://make.wordpress.org/core/2016/02/16/selective-refresh-in-the-customizer/\">comprehensive framework</a> for rendering parts of the preview without rewriting your PHP code in JavaScript.</p>\n</div>\n<div class=\"col\">\n<h3>Script Loader Improvements</h3>\n<p>Better support has been added for script header/footer dependencies. New <code><a href=\"https://make.wordpress.org/core/2016/03/08/enhanced-script-loader-in-wordpress-4-5/\">wp_add_inline_script()</a></code> enables adding extra code to registered scripts.</p>\n<h3>Better Embed Templates</h3>\n<p>Embed templates have been split into parts and can be <a href=\"https://make.wordpress.org/core/2016/03/11/embeds-changes-in-wordp
 ress-4-5/\">directly overridden by themes</a> via the template hierarchy.</p>\n<h3>JavaScript Library Updates</h3>\n<p>jQuery 1.12.3, jQuery Migrate 1.4.0, Backbone 1.2.3, and Underscore 1.8.3 are bundled.</p>\n</div>\n</div>\n<div class=\"under-the-hood two-col\"></div>\n<hr />\n<h2 style=\"text-align: center\">The Crew</h2>\n<p><a class=\"alignleft\" href=\"https://profiles.wordpress.org/mikeschroder\"><img src=\"https://www.gravatar.com/avatar/76424a001dc6b3ebb4faca0c567800c4?d=mm&amp;s=180&amp;r=G\" alt=\"Mike Schroder\" width=\"80\" height=\"80\" /></a>This release was led by <a href=\"https://getsource.net\">Mike Schroder</a>, backed up by <a href=\"https://profiles.wordpress.org/adamsilverstein\">Adam Silverstein</a> as Release Deputy, &l
 t;a href=\"https://choycedesign.com/\">Mel Choyce</a> as Release Design Lead, and the help of these fine individuals. There are <span style=\"font-weight: 400\">298</span> contributors with props in this release. Pull up some Coleman Hawkins on your music service of choice, and check out some of their profiles:</p>\n<a href=\"https://profiles.wordpress.org/mercime\">@mercime</a>, <a href=\"https://profiles.wordpress.org/aaroncampbell\">Aaron D. Campbell</a>, <a href=\"https://profiles.wordpress.org/uglyrobot\">Aaron Edwards</a>, <a href=\"https://profiles.wordpress.org/ahockley\">Aaron Hockley</a>, <a href=\"https://profiles.wordpress.org/jorbin\">Aaron Jorbin</a>, <a href=\"https://profiles.wordpress.org/abiralneupane\">Abiral Neupane</a>, <a href=\"https://profiles.wordpress.org/mrahmadawais\&qu
 ot;>Ahmad Awais</a>, <a href=\"https://profiles.wordpress.org/aidanlane\">aidanlane</a>, <a href=\"https://profiles.wordpress.org/ambrosey\">Alice Brosey</a>, <a href=\"https://profiles.wordpress.org/arush\">Amanda Rush</a>, <a href=\"https://profiles.wordpress.org/afercia\">Andrea Fercia</a>, <a href=\"https://profiles.wordpress.org/andg\">Andrea Gandino</a>, <a href=\"https://profiles.wordpress.org/nacin\">Andrew Nacin</a>, <a href=\"https://profiles.wordpress.org/azaozz\">Andrew Ozz</a>, <a href=\"https://profiles.wordpress.org/rockwell15\">Andrew Rockwell</a>, <a href=\"https://profiles.wordpress.org/andizer\">Andy</a>, <a href=\"https://profiles.wordpress.org/ankit-k-gupta\">Ankit K Gupta</a>, <a href=\"https://profiles.wordpress.org/atimmer\&qu
 ot;>Anton Timmermans</a>, <a href=\"https://profiles.wordpress.org/apaliku\">apaliku</a>, <a href=\"https://profiles.wordpress.org/aramzs\">Aram Zucker-Scharff</a>, <a href=\"https://profiles.wordpress.org/ashmatadeen\">ash.matadeen</a>, <a href=\"https://profiles.wordpress.org/bappidgreat\">Ashok Kumar Nath</a>, <a href=\"https://profiles.wordpress.org/bandonrandon\">BandonRandon</a>, <a href=\"https://profiles.wordpress.org/barryceelen\">Barry Ceelen</a>, <a href=\"https://profiles.wordpress.org/empireoflight\">Ben Dunkle</a>, <a href=\"https://profiles.wordpress.org/berengerzyla\">berengerzyla</a>, <a href=\"https://profiles.wordpress.org/neoxx\">Bernhard Riedl</a>, <a href=\"https://profiles.wordpress.org/thisisit\">Bhushan S. Jawle</a>, <a href=\&quo
 t;https://profiles.wordpress.org/birgire\">Birgir Erlendsson (birgire)</a>, <a href=\"https://profiles.wordpress.org/boonebgorges\">Boone B. Gorges</a>, <a href=\"https://profiles.wordpress.org/williamsba1\">Brad Williams</a>, <a href=\"https://profiles.wordpress.org/bradyvercher\">Brady Vercher</a>, <a href=\"https://profiles.wordpress.org/thebrandonallen\">Brandon Allen</a>, <a href=\"https://profiles.wordpress.org/bhubbard\">Brandon Hubbard</a>, <a href=\"https://profiles.wordpress.org/kraftbj\">Brandon Kraft</a>, <a href=\"https://profiles.wordpress.org/krogsgard\">Brian Krogsgard</a>, <a href=\"https://profiles.wordpress.org/borgesbruno\">Bruno Borges</a>, <a href=\"https://profiles.wordpress.org/chmac\">Callum Macdonald</a>, <a href=\"https://profiles.wordpress
 .org/camikaos\">Cami Kaos</a>, <a href=\"https://profiles.wordpress.org/chandrapatel\">Chandra Patel</a>, <a href=\"https://profiles.wordpress.org/mackensen\">Charles Fulton</a>, <a href=\"https://profiles.wordpress.org/chetanchauhan\">Chetan Chauhan</a>, <a href=\"https://profiles.wordpress.org/chouby\">Chouby</a>, <a href=\"https://profiles.wordpress.org/chrico\">ChriCo</a>, <a href=\"https://profiles.wordpress.org/chriscct7\">Chris Christoff</a>, <a href=\"https://profiles.wordpress.org/chris_dev\">Chris Mok</a>, <a href=\"https://profiles.wordpress.org/christophherr\">christophherr</a>, <a href=\"https://profiles.wordpress.org/ckoerner\">ckoerner</a>, <a href=\"https://profiles.wordpress.org/claudiosanches\">Claudio Sanches</a>, <a href=\"ht
 tps://profiles.wordpress.org/compute\">Compute</a>, <a href=\"https://profiles.wordpress.org/coreymcollins\">coreymcollins</a>, <a href=\"https://profiles.wordpress.org/d4z_c0nf\">d4z_c0nf</a>, <a href=\"https://profiles.wordpress.org/extendwings\">Daisuke Takahashi</a>, <a href=\"https://profiles.wordpress.org/danhgilmore\">danhgilmore</a>, <a href=\"https://profiles.wordpress.org/danielbachhuber\">Daniel Bachhuber</a>, <a href=\"https://profiles.wordpress.org/scarinessreported\">Daniel Bailey</a>, <a href=\"https://profiles.wordpress.org/redsweater\">Daniel Jalkut (Red Sweater)</a>, <a href=\"https://profiles.wordpress.org/diddledan\">Daniel Llewellyn</a>, <a href=\"https://profiles.wordpress.org/mte90\">Daniele Scasciafratte</a>, <a href=\"https://profiles.wordpre
 ss.org/danielpataki\">danielpataki</a>, <a href=\"https://profiles.wordpress.org/dvankooten\">Danny van Kooten</a>, <a href=\"https://profiles.wordpress.org/thewanderingbrit\">Dave Clements</a>, <a href=\"https://profiles.wordpress.org/davidakennedy\">David A. Kennedy</a>, <a href=\"https://profiles.wordpress.org/dbrumbaugh10up\">David Brumbaugh</a>, <a href=\"https://profiles.wordpress.org/dlh\">David Herrera</a>, <a href=\"https://profiles.wordpress.org/dnewton\">David Newton</a>, <a href=\"https://profiles.wordpress.org/dshanske\">David Shanske</a>, <a href=\"https://profiles.wordpress.org/folletto\">Davide \'Folletto\' Casali</a>, <a href=\"https://profiles.wordpress.org/denis-de-bernardy\">Denis de Bernardy</a>, <a href=\"https://profiles.wordpress.org/realloc\&
 quot;>Dennis Ploetner</a>, <a href=\"https://profiles.wordpress.org/valendesigns\">Derek Herman</a>, <a href=\"https://profiles.wordpress.org/dd32\">Dion Hulse</a>, <a href=\"https://profiles.wordpress.org/dmsnell\">dmsnell</a>, <a href=\"https://profiles.wordpress.org/ocean90\">Dominik Schilling</a>, <a href=\"https://profiles.wordpress.org/dossy\">Dossy Shiobara</a>, <a href=\"https://profiles.wordpress.org/dotancohen\">Dotan Cohen</a>, <a href=\"https://profiles.wordpress.org/drebbitsweb\">Dreb Bits</a>, <a href=\"https://profiles.wordpress.org/drewapicture\">Drew Jaynes</a>, <a href=\"https://profiles.wordpress.org/duaneblake\">duaneblake</a>, <a href=\"https://profiles.wordpress.org/kucrut\">Dzikri Aziz</a>, <a href=\"https://profiles.wordpress.
 org/eliorivero\">Elio Rivero</a>, <a href=\"https://profiles.wordpress.org/iseulde\">Ella Iseulde Van Dorpe</a>, <a href=\"https://profiles.wordpress.org/codex-m\">Emerson Maningo</a>, <a href=\"https://profiles.wordpress.org/enej\">enej</a>, <a href=\"https://profiles.wordpress.org/ericlewis\">Eric Andrew Lewis</a>, <a href=\"https://profiles.wordpress.org/ebinnion\">Eric Binnion</a>, <a href=\"https://profiles.wordpress.org/ericdaams\">Eric Daams</a>, <a href=\"https://profiles.wordpress.org/ethitter\">Erick Hitter</a>, <a href=\"https://profiles.wordpress.org/eherman24\">Evan Herman</a>, <a href=\"https://profiles.wordpress.org/fab1en\">Fabien Quatravaux</a>, <a href=\"https://profiles.wordpress.org/faishal\">faishal</a>, <a href=\"https://pr
 ofiles.wordpress.org/fantasyworld\">fantasyworld</a>, <a href=\"https://profiles.wordpress.org/flixos90\">Felix Arntz</a>, <a href=\"https://profiles.wordpress.org/finnj\">finnj</a>, <a href=\"https://profiles.wordpress.org/firebird75\">firebird75</a>, <a href=\"https://profiles.wordpress.org/frozzare\">Fredrik Forsmo</a>, <a href=\"https://profiles.wordpress.org/fusillicode\">fusillicode</a>, <a href=\"https://profiles.wordpress.org/garyj\">Gary Jones</a>, <a href=\"https://profiles.wordpress.org/pento\">Gary Pendergast</a>, <a href=\"https://profiles.wordpress.org/gblsm\">gblsm</a>, <a href=\"https://profiles.wordpress.org/georgestephanis\">George Stephanis</a>, <a href=\"https://profiles.wordpress.org/garusky\">Giuseppe Mamone</a>, <a href=\"
 https://profiles.wordpress.org/jubstuff\">Giustino Borzacchiello</a>, <a href=\"https://profiles.wordpress.org/grantpalin\">Grant Palin</a>, <a href=\"https://profiles.wordpress.org/groovecoder\">groovecoder</a>, <a href=\"https://profiles.wordpress.org/wido\">Guido Scialfa</a>, <a href=\"https://profiles.wordpress.org/bordoni\">Gustavo Bordoni</a>, <a href=\"https://profiles.wordpress.org/hakre\">hakre</a>, <a href=\"https://profiles.wordpress.org/helen\">Helen Hou-Sandí</a>, <a href=\"https://profiles.wordpress.org/henrywright\">Henry Wright</a>, <a href=\"https://profiles.wordpress.org/hnle\">Hinaloe</a>, <a href=\"https://profiles.wordpress.org/hlashbrooke\">Hugh Lashbrooke</a>, <a href=\"https://profiles.wordpress.org/hugobaeta\">Hugo Baeta</a>, &
 lt;a href=\"https://profiles.wordpress.org/polevaultweb\">Iain Poulson</a>, <a href=\"https://profiles.wordpress.org/igmoweb\">Ignacio Cruz Moreno</a>, <a href=\"https://profiles.wordpress.org/imath\">imath</a>, <a href=\"https://profiles.wordpress.org/iamntz\">Ionut Staicu</a>, <a href=\"https://profiles.wordpress.org/ivankristianto\">Ivan Kristianto</a>, <a href=\"https://profiles.wordpress.org/jdgrimes\">J.D. Grimes</a>, <a href=\"https://profiles.wordpress.org/jadpm\">jadpm</a>, <a href=\"https://profiles.wordpress.org/jamesdigioia\">James DiGioia</a>, <a href=\"https://profiles.wordpress.org/jason_the_adams\">Jason</a>, <a href=\"https://profiles.wordpress.org/jaspermdegroot\">Jasper de Groot</a>, <a href=\"https://profiles.wordpress.org/cheffheid\"&gt
 ;Jeffrey de Wit</a>, <a href=\"https://profiles.wordpress.org/jeffpyebrookcom\">Jeffrey Schutzman</a>, <a href=\"https://profiles.wordpress.org/jmdodd\">Jennifer M. Dodd</a>, <a href=\"https://profiles.wordpress.org/jeremyfelt\">Jeremy Felt</a>, <a href=\"https://profiles.wordpress.org/jeherve\">Jeremy Herve</a>, <a href=\"https://profiles.wordpress.org/jpry\">Jeremy Pry</a>, <a href=\"https://profiles.wordpress.org/jesin\">Jesin A</a>, <a href=\"https://profiles.wordpress.org/ardathksheyna\">Jess G.</a>, <a href=\"https://profiles.wordpress.org/boluda\">Joan Boluda</a>, <a href=\"https://profiles.wordpress.org/joehoyle\">Joe Hoyle</a>, <a href=\"https://profiles.wordpress.org/joemcgill\">Joe McGill</a>, <a href=\"https://profiles.wordpress.org/joelerr\
 ">joelerr</a>, <a href=\"https://profiles.wordpress.org/johnbillion\">John Blackbourn</a>, <a href=\"https://profiles.wordpress.org/johnjamesjacoby\">John James Jacoby</a>, <a href=\"https://profiles.wordpress.org/johnnypea\">JohnnyPea</a>, <a href=\"https://profiles.wordpress.org/jbrinley\">Jonathan Brinley</a>, <a href=\"https://profiles.wordpress.org/spacedmonkey\">Jonny Harris</a>, <a href=\"https://profiles.wordpress.org/keraweb\">Jory Hogeveen</a>, <a href=\"https://profiles.wordpress.org/joefusco\">Joseph Fusco</a>, <a href=\"https://profiles.wordpress.org/joshlevinson\">Josh Levinson</a>, <a href=\"https://profiles.wordpress.org/shelob9\">Josh Pollock</a>, <a href=\"https://profiles.wordpress.org/jrchamp\">jrchamp</a>, <a href=\"https://
 profiles.wordpress.org/jrf\">jrf</a>, <a href=\"https://profiles.wordpress.org/juanfra\">Juanfra Aldasoro</a>, <a href=\"https://profiles.wordpress.org/juhise\">Juhi Saxena</a>, <a href=\"https://profiles.wordpress.org/juliobox\">Julio Potier</a>, <a href=\"https://profiles.wordpress.org/katieburch\">katieburch</a>, <a href=\"https://profiles.wordpress.org/ryelle\">Kelly Dwan</a>, <a href=\"https://profiles.wordpress.org/khag7\">Kevin Hagerty</a>, <a href=\"https://profiles.wordpress.org/kiranpotphode\">Kiran Potphode</a>, <a href=\"https://profiles.wordpress.org/kwight\">Kirk Wight</a>, <a href=\"https://profiles.wordpress.org/ixkaito\">Kite</a>, <a href=\"https://profiles.wordpress.org/kjbenk\">kjbenk</a>, <a href=\"https://profiles.wordpress.
 org/kovshenin\">Konstantin Kovshenin</a>, <a href=\"https://profiles.wordpress.org/obenland\">Konstantin Obenland</a>, <a href=\"https://profiles.wordpress.org/kouratoras\">Konstantinos Kouratoras</a>, <a href=\"https://profiles.wordpress.org/krissiev\">KrissieV</a>, <a href=\"https://profiles.wordpress.org/lancewillett\">Lance Willett</a>, <a href=\"https://profiles.wordpress.org/leemon\">leemon</a>, <a href=\"https://profiles.wordpress.org/layotte\">Lew Ayotte</a>, <a href=\"https://profiles.wordpress.org/liamdempsey\">Liam Dempsey</a>, <a href=\"https://profiles.wordpress.org/luan-ramos\">Luan Ramos</a>, <a href=\"https://profiles.wordpress.org/luciole135\">luciole135</a>, <a href=\"https://profiles.wordpress.org/lpawlik\">Lukas Pawlik</a>, <a hre
 f=\"https://profiles.wordpress.org/latz\">Lutz Schr&#246;er</a>, <a href=\"https://profiles.wordpress.org/madvic\">madvic</a>, <a href=\"https://profiles.wordpress.org/marcochiesi\">Marco Chiesi</a>, <a href=\"https://profiles.wordpress.org/tyxla\">Marin Atanasov</a>, <a href=\"https://profiles.wordpress.org/nofearinc\">Mario Peshev</a>, <a href=\"https://profiles.wordpress.org/mark8barnes\">Mark Barnes</a>, <a href=\"https://profiles.wordpress.org/markjaquith\">Mark Jaquith</a>, <a href=\"https://profiles.wordpress.org/mapk\">Mark Uraine</a>, <a href=\"https://profiles.wordpress.org/markoheijnen\">Marko Heijnen</a>, <a href=\"https://profiles.wordpress.org/gitlost\">Martin Burke</a>, <a href=\"https://profiles.wordpress.org/mattfelten\">Matt Felten&
 lt;/a>, <a href=\"https://profiles.wordpress.org/matt\">Matt Mullenweg</a>, <a href=\"https://profiles.wordpress.org/mattwiebe\">Matt Wiebe</a>, <a href=\"https://profiles.wordpress.org/mattgeri\">MattGeri</a>, <a href=\"https://profiles.wordpress.org/maweder\">maweder</a>, <a href=\"https://profiles.wordpress.org/mayukojpn\">Mayo Moriyama</a>, <a href=\"https://profiles.wordpress.org/mcapybara\">mcapybara</a>, <a href=\"https://profiles.wordpress.org/mehulkaklotar\">Mehul Kaklotar</a>, <a href=\"https://profiles.wordpress.org/meitar\">Meitar</a>, <a href=\"https://profiles.wordpress.org/mensmaximus\">mensmaximus</a>, <a href=\"https://profiles.wordpress.org/michael-arestad\">Michael Arestad</a>, <a href=\"https://profiles.wordpress.org/michalzuber\"&
 gt;michalzuber</a>, <a href=\"https://profiles.wordpress.org/micropat\">micropat</a>, <a href=\"https://profiles.wordpress.org/ipstenu\">Mika Epstein</a>, <a href=\"https://profiles.wordpress.org/mdgl\">Mike Glendinning</a>, <a href=\"https://profiles.wordpress.org/mikehansenme\">Mike Hansen</a>, <a href=\"https://profiles.wordpress.org/mikejolley\">Mike Jolley</a>, <a href=\"https://profiles.wordpress.org/dimadin\">Milan Dinić</a>, <a href=\"https://profiles.wordpress.org/morganestes\">Morgan Estes</a>, <a href=\"https://profiles.wordpress.org/mt8biz\">moto hachi ( mt8.biz )</a>, <a href=\"https://profiles.wordpress.org/usermrpapa\">Mr Papa</a>, <a href=\"https://profiles.wordpress.org/mwidmann\">mwidmann</a>, <a href=\"https://profiles.wordpress.org/
 nexurium\">nexurium</a>, <a href=\"https://profiles.wordpress.org/niallkennedy\">Niall Kennedy</a>, <a href=\"https://profiles.wordpress.org/nicdford\">Nic Ford</a>, <a href=\"https://profiles.wordpress.org/celloexpressions\">Nick Halsey </a>, <a href=\"https://profiles.wordpress.org/rabmalin\">Nilambar Sharma</a>, <a href=\"https://profiles.wordpress.org/ninos-ego\">Ninos</a>, <a href=\"https://profiles.wordpress.org/oaron\">oaron</a>, <a href=\"https://profiles.wordpress.org/overclokk\">overclokk</a>, <a href=\"https://profiles.wordpress.org/swissspidy\">Pascal Birchler</a>, <a href=\"https://profiles.wordpress.org/obrienlabs\">Pat O\'Brien</a>, <a href=\"https://profiles.wordpress.org/pbearne\">Paul Bearne</a>, <a href=\"https://profiles.word
 press.org/pauldewouters\">Paul de Wouters</a>, <a href=\"https://profiles.wordpress.org/sirbrillig\">Payton Swick</a>, <a href=\"https://profiles.wordpress.org/perezlabs\">Perez Labs</a>, <a href=\"https://profiles.wordpress.org/gungeekatx\">Pete Nelson</a>, <a href=\"https://profiles.wordpress.org/peterwilsoncc\">Peter Wilson</a>, <a href=\"https://profiles.wordpress.org/cadeyrn\">petermolnar</a>, <a href=\"https://profiles.wordpress.org/walbo\">Petter Walb&#248; Johnsg&#229;rd</a>, <a href=\"https://profiles.wordpress.org/wizzard_\">Pieter</a>, <a href=\"https://profiles.wordpress.org/mordauk\">Pippin Williamson</a>, <a href=\"https://profiles.wordpress.org/ptahdunbar\">Pirate Dunbar</a>, <a href=\"https://profiles.wordpress.org/prettyboymp\">pretty
 boymp</a>, <a href=\"https://profiles.wordpress.org/profforg\">Profforg</a>, <a href=\"https://profiles.wordpress.org/programmin\">programmin</a>, <a href=\"https://profiles.wordpress.org/rachelbaker\">Rachel Baker</a>, <a href=\"https://profiles.wordpress.org/rahalaboulfeth\">rahal.aboulfeth</a>, <a href=\"https://profiles.wordpress.org/ramiy\">Rami Yushuvaev</a>, <a href=\"https://profiles.wordpress.org/lamosty\">Rastislav Lamos</a>, <a href=\"https://profiles.wordpress.org/rickalee\">Ricky Lee Whittemore</a>, <a href=\"https://profiles.wordpress.org/ritteshpatel\">Ritesh Patel</a>, <a href=\"https://profiles.wordpress.org/rob\">rob</a>, <a href=\"https://profiles.wordpress.org/rogerhub\">Roger Chen</a>, <a href=\"https://profiles.wordpress.org/romsoc
 ial\">RomSocial</a>, <a href=\"https://profiles.wordpress.org/ruudjoyo\">Ruud Laan</a>, <a href=\"https://profiles.wordpress.org/ryan\">Ryan Boren</a>, <a href=\"https://profiles.wordpress.org/ryankienstra\">Ryan Kienstra</a>, <a href=\"https://profiles.wordpress.org/rmccue\">Ryan McCue</a>, <a href=\"https://profiles.wordpress.org/welcher\">Ryan Welcher</a>, <a href=\"https://profiles.wordpress.org/sagarjadhav\">Sagar Jadhav</a>, <a href=\"https://profiles.wordpress.org/salcode\">Sal Ferrarello</a>, <a href=\"https://profiles.wordpress.org/salvoaranzulla\">salvoaranzulla</a>, <a href=\"https://profiles.wordpress.org/samhotchkiss\">Sam Hotchkiss</a>, <a href=\"https://profiles.wordpress.org/rosso99\">Sara Rosso</a>, <a href=\"https://profiles.wo
 rdpress.org/sarciszewski\">Scott Arciszewski</a>, <a href=\"https://profiles.wordpress.org/sc0ttkclark\">Scott Kingsley Clark</a>, <a href=\"https://profiles.wordpress.org/coffee2code\">Scott Reilly</a>, <a href=\"https://profiles.wordpress.org/wonderboymusic\">Scott Taylor</a>, <a href=\"https://profiles.wordpress.org/scottbrownconsulting\">scottbrownconsulting</a>, <a href=\"https://profiles.wordpress.org/scribu\">scribu</a>, <a href=\"https://profiles.wordpress.org/sebastianpisula\">Sebastian Pisula</a>, <a href=\"https://profiles.wordpress.org/sergejmueller\">Sergej M&#252;ller</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov\">Sergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/shamess\">Shane</a>, <a href=\"https://profiles.wordpress.o
 rg/shinichin\">Shinichi Nishikawa</a>, <a href=\"https://profiles.wordpress.org/sidati\">Sidati</a>, <a href=\"https://profiles.wordpress.org/siobhan\">Siobhan</a>, <a href=\"https://profiles.wordpress.org/aargh-a-knot\">sky</a>, <a href=\"https://profiles.wordpress.org/slushman\">slushman</a>, <a href=\"https://profiles.wordpress.org/smerriman\">smerriman</a>, <a href=\"https://profiles.wordpress.org/stephanethomas\">stephanethomas</a>, <a href=\"https://profiles.wordpress.org/netweb\">Stephen Edgar</a>, <a href=\"https://profiles.wordpress.org/stephenharris\">Stephen Harris</a>, <a href=\"https://profiles.wordpress.org/stevegrunwell\">Steve Grunwell</a>, <a href=\"https://profiles.wordpress.org/stevenkword\">Steven Word</a>, <a href=\"https://
 profiles.wordpress.org/charlestonsw\">Store Locator Plus</a>, <a href=\"https://profiles.wordpress.org/subharanjan\">Subharanjan</a>, <a href=\"https://profiles.wordpress.org/sudar\">Sudar Muthu</a>, <a href=\"https://profiles.wordpress.org/5um17\">Sumit Singh</a>, <a href=\"https://profiles.wordpress.org/tacoverdo\">Taco Verdonschot</a>, <a href=\"https://profiles.wordpress.org/tahteche\">tahteche</a>, <a href=\"https://profiles.wordpress.org/iamtakashi\">Takashi Irie</a>, <a href=\"https://profiles.wordpress.org/takayukister\">Takayuki Miyoshi</a>, <a href=\"https://profiles.wordpress.org/karmatosed\">Tammie Lister</a>, <a href=\"https://profiles.wordpress.org/tharsheblows\">tharsheblows</a>, <a href=\"https://profiles.wordpress.org/themiked\">theMikeD</
 a>, <a href=\"https://profiles.wordpress.org/thomaswm\">thomaswm</a>, <a href=\"https://profiles.wordpress.org/timothyblynjacobs\">Timothy Jacobs</a>, <a href=\"https://profiles.wordpress.org/timplunkett\">timplunkett</a>, <a href=\"https://profiles.wordpress.org/tmuikku\">tmuikku</a>, <a href=\"https://profiles.wordpress.org/skithund\">Toni Viemer&#246;</a>, <a href=\"https://profiles.wordpress.org/toro_unit\">Toro_Unit (Hiroshi Urabe)</a>, <a href=\"https://profiles.wordpress.org/liljimmi\">Tracy Levesque</a>, <a href=\"https://profiles.wordpress.org/rilwis\">Tran Ngoc Tuan Anh</a>, <a href=\"https://profiles.wordpress.org/wpsmith\">Travis Smith</a>, <a href=\"https://profiles.wordpress.org/tywayne\">Ty Carlson</a>, <a href=\"https://profiles.wordpre
 ss.org/grapplerulrich\">Ulrich</a>, <a href=\"https://profiles.wordpress.org/utkarshpatel\">Utkarsh</a>, <a href=\"https://profiles.wordpress.org/vhomenko\">vhomenko</a>, <a href=\"https://profiles.wordpress.org/virgodesign\">virgodesign</a>, <a href=\"https://profiles.wordpress.org/vladolaru\">vlad.olaru</a>, <a href=\"https://profiles.wordpress.org/voldemortensen\">voldemortensen</a>, <a href=\"https://profiles.wordpress.org/vtieu\">vtieu</a>, <a href=\"https://profiles.wordpress.org/webaware\">webaware</a>, <a href=\"https://profiles.wordpress.org/wesleye\">Wesley Elfring</a>, <a href=\"https://profiles.wordpress.org/westonruter\">Weston Ruter</a>, <a href=\"https://profiles.wordpress.org/wisdmlabs\">WisdmLabs</a>, <a href=\"https://profiles.
 wordpress.org/wpdelighter\">WP Delighter</a>, <a href=\"https://profiles.wordpress.org/wp-architect\">wp-architect</a>, <a href=\"https://profiles.wordpress.org/xavortm\">xavortm</a>, <a href=\"https://profiles.wordpress.org/yetanotherdaniel\">yetAnotherDaniel</a>, and <a href=\"https://profiles.wordpress.org/zinigor\">zinigor</a>.\n<p>&nbsp;</p>\n<p>Special thanks go to <a href=\"http://siobhanmckeown.com/\">Siobhan McKeown</a> for producing the release video and <a href=\"https://jacklenox.com\">Jack Lenox</a> for the voice-over.</p>\n<p>Finally, thanks to all of the contributors who provided translations for the release. WordPress 4.5 comes fully translated into 44 languages and the release video has been translated into 32 languages!</p>\n<p>If you want to follow along or help out, check o
 ut <a href=\"https://make.wordpress.org/\">Make WordPress</a> and our <a href=\"https://make.wordpress.org/core/\">core development blog</a>. Thanks for choosing WordPress. See you soon for version 4.6!</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:39:\"\n             \n              \n              \n              \n                              \n              \n              \n\n            \n              \n                              \n                      \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"WordPress 4.5 RC2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\&qu
 ot;;s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/news/2016/04/wordpress-4-5-rc2/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 10 Apr 2016 05:14:28 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\
 ";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"4.5\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=4186\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:350:\"The second release candidate for WordPress 4.5 is now available. We&#8217;ve made 91 changes since the first release candidate. RC means we think we’re done, but with millions of users and thousands of plugins and themes, it’s poss
 ible we’ve missed something. We hope to ship WordPress 4.5 on Tuesday, April 12, but we need your help [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Mike Schroder\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:3044:\"<p>The second release candidate for WordPress 4.5 is now available.</p>\n<p>We&#8217;ve made <a href=\"https://core.trac.wordpress.org/log/trunk?action=stop_on_copy&amp;mode=stop_on_copy&amp;rev=37171&
 amp;amp;stop_rev=37078&amp;limit=120&amp;verbose=on\">91 changes</a> since the first release candidate. RC means we think we’re done, but with millions of users and thousands of plugins and themes, it’s possible we’ve missed something. We hope to ship WordPress 4.5 on <strong>Tuesday, April 12</strong>, but we need your help to get there.</p>\n<p>If you haven’t tested 4.5 yet, now is the time!</p>\n<p><strong>Think you&#8217;ve found a bug?</strong> Please post to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">Alpha/Beta support forum</a>. If any known issues come up, you&#8217;ll be able to <a href=\"https://core.trac.wordpress.org/report/5\">find them here</a>.</p>\n<p>To test WordPress 4.5, you can use the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin
  or you can <a href=\"https://wordpress.org/wordpress-4.5-RC2.zip\">download the release candidate here</a> (zip).</p>\n<p>For more information about what’s new in version 4.5, check out the <a href=\"https://wordpress.org/news/2016/02/wordpress-4-5-beta-1/\">Beta 1</a>, <a href=\"https://wordpress.org/news/2016/03/wordpress-4-5-beta-2/\">Beta 2</a>, <a href=\"https://wordpress.org/news/2016/03/wordpress-4-5-beta-3/\">Beta 3</a>, and <a href=\"https://wordpress.org/news/2016/03/wordpress-4-5-beta-4/\">Beta 4</a> blog posts.</p>\n<p><strong>Developers</strong>, please test your plugins and themes against WordPress 4.5 and update your plugin&#8217;s <em>Tested up to</em> version in the readme to 4.5. If you find compatibility problems, we never want to break things, so please be sure to post to the support forums so we c
 an figure those out before the final release.</p>\n<p><strong>Polyglots</strong>, strings are now hard frozen, including the About Page, so you are clear to translate!</p>\n<p>A few changes of note since the first release candidate:</p>\n<ul>\n<li>Normalized non-slashing of data in the REST API infrastructure. If you use the REST API infrastructure, <a href=\"https://make.wordpress.org/core/2016/04/06/rest-api-slashed-data-in-wordpress-4-4-and-4-5/\">check out the post on this change</a>.</li>\n<li>Customizer settings for widget instances get registered a bit later to give a chance for the widget instances themselves to be registered first. See <a href=\"https://core.trac.wordpress.org/ticket/36431\">#36431</a> for details.</li>\n<li>Fixed various cropping issues in the Custom Logo feature and Twenty Fifteen / Twenty Sixteen themes.</li>\n</ul>\n&lt
 ;p>Be sure to <a href=\"https://make.wordpress.org/core/\">follow along the core development blog</a>, where you can find the <a href=\"https://make.wordpress.org/core/2016/03/30/wordpress-4-5-field-guide/\">Field Guide for 4.5</a>.</p>\n<p><em>It&#8217;s great fun to test</em><br />\n<em>Enjoyment in another</em><br />\n<em>Release Candidate</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:33:\"\n               \n              \n              \n              \n                              \n\n            \n              \n                              \n                      \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a
 :5:{s:4:\"data\";s:53:\"Contributor Weekend: Global WordPress Translation Day\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:88:\"https://wordpress.org/news/2016/04/contributor-weekend-global-wordpress-translation-day/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 07 Apr 2016 21:04:39 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Community\";s:7:\"attribs\&qu
 ot;;a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=4191\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:378:\"Global WordPress Translation Day is a one-day contributor initiative organised by the WordPress project’s Polyglots team that is dedicated to helping new contributors who would like to translate WordPress in one of the 160 languages WordPress is available in. Global WordPress Translation Day will be on Sunday, April 24th, starting at 0:00 UTC and will go on for [&#8230;]\";s:7:\"attribs\&
 quot;;a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"Josepha\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:3069:\"<p class=\"p1\"><span class=\"s1\">Global WordPress Translation Day is a one-day contributor initiative organised </span><span class=\"s1\">by the WordPress project’s </span><span class=\"s1\"> <a href=\"https://make.wordpress.org/polyglots\"><span class=\"s2\">Polyglots team</s
 pan></a> that is dedicated to helping new contributors who would like to translate WordPress in one of the 160 languages WordPress is available in.</span></p>\n<p class=\"p1\"><span class=\"s1\">Global WordPress Translation Day will be on Sunday, April 24th, starting at 0:00 UTC and will go on for 24 hours covering all time zones.</span></p>\n<p class=\"p3\"><span class=\"s1\"><b>What are we doing?</b></span></p>\n<ul class=\"ul1\">\n<li class=\"li1\"><span class=\"s1\"><span class=\"s1\">Live training: A 24h live streaming of tutorials about translating WordPress in different languages and making your code translatable (30min/1h sessions in different languages including a general instruction and specifics for that particular language). The </span></span><span class=\"s1\"&
 gt;internationalization </span>sessions will be in English. The sessions will be presented by some of the most experienced WordPress translators and internationalization experts. The Schedule can be found on the website.</li>\n<li class=\"li1\"><span class=\"s1\">Local translation contributor days: Groups of contributors gather at different locations and work face to face.</span></li>\n<li class=\"li1\"><span class=\"s1\">Local remote translation contributor days: Current translation teams dedicate time and get involved remotely to do orientation for their potential contributors or work with their current translation teams on translating as many strings as they can.</span></li>\n</ul>\n<p class=\"p1\"><span class=\"s1\">If you organise a local meetup, why not organise a contributor day for translating in your language?</span></p>\n&lt
 ;p class=\"p3\"><span class=\"s1\"><b>Join us! Read about the initiative and </b><a href=\"https://make.wordpress.org/polyglots/2016/03/02/wordpress-global-translation-day-april-24th-2016/\"><span class=\"s3\"><b>sign up as an organiser</b></span></a><b>.</b></span></p>\n<p class=\"p3\"><span class=\"s1\"><b>Can I get involved if I only speak English?</b></span></p>\n<p class=\"p1\"><span class=\"s1\">Yes! Even if you only speak English, it would be great to get involved and check out some of the English locale variants &#8211; English as spoken in the United Kingdom, Canada, New Zealand, Australia, South Africa. English has many variants across the globe and you can learn about the differences and why it&#8217;s important that users have the option to choose a variant 
 during some of our sessions. And if you&#8217;re in a funky mood, you can give translating the interface into Emoji a try! Yes, we have a WordPress in Emoji locale!</span></p>\n<p class=\"p3\"><span class=\"s1\"><b>Questions?</b></span></p>\n<p class=\"p1\"><span class=\"s1\">The polyglots team and the event organisers hang out in <a href=\"http://wordpress.slack.com/messages/polyglots/\">#Polyglots in Slack</a>. They will gladly help you out.</span></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:39:\"\n                \n              \n              \n              \n                              \n              \n              \n\n            \n              \n                              \n                      \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:
 0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"WordPress 4.5 Release Candidate\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"https://wordpress.org/news/2016/03/wordpress-4-5-release-candidate/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 24 Mar 2016 03:50:27 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\&q
 uot;;a:3:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"4.5\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=4165\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0
 ;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:344:\"The release candidate for WordPress 4.5 is now available. We&#8217;ve made 49 changes since releasing Beta 4 a week ago. RC means we think we’re done, but with millions of users and thousands of plugins and themes, it’s possible we’ve missed something. We hope to ship WordPress 4.5 on Tuesday, April 12, but we need your help [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Mike Schroder\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http:/
 /purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:2251:\"<p>The release candidate for WordPress 4.5 is now available.</p>\n<p>We&#8217;ve made <a href=\"https://core.trac.wordpress.org/log/trunk?action=stop_on_copy&amp;mode=stop_on_copy&amp;rev=37077&amp;stop_rev=37026&amp;limit=120&amp;verbose=on\">49 changes</a> since releasing Beta 4 a week ago. RC means we think we’re done, but with millions of users and thousands of plugins and themes, it’s possible we’ve missed something. We hope to ship WordPress 4.5 on <strong>Tuesday, April 12</strong>, but we need your help to get there.</p>\n<p>If you haven’t tested 4.5 yet, now is the time!</p>\n<p><strong>Think you&#8217;ve found a bug?</strong> Please post to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">Alpha/Bet
 a support forum</a>. If any known issues come up, you&#8217;ll be able to <a href=\"https://core.trac.wordpress.org/report/5\">find them here</a>.</p>\n<p>To test WordPress 4.5, you can use the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin or you can <a href=\"https://wordpress.org/wordpress-4.5-RC1.zip\">download the release candidate here</a> (zip).</p>\n<p>For more information about what’s new in version 4.5, check out the <a href=\"https://wordpress.org/news/2016/02/wordpress-4-5-beta-1/\">Beta 1</a>, <a href=\"https://wordpress.org/news/2016/03/wordpress-4-5-beta-2/\">Beta 2</a>, <a href=\"https://wordpress.org/news/2016/03/wordpress-4-5-beta-3/\">Beta 3</a>, and <a href=\"https://wordpress.org/news/2016/03/wordpress-4-5-beta-4/\">Beta 4</a&
 gt; blog posts.</p>\n<p><strong>Developers</strong>, please test your plugins and themes against WordPress 4.5 and update your plugin&#8217;s <em>Tested up to</em> version in the readme to 4.5 before next week. If you find compatibility problems, we never want to break things, so please be sure to post to the support forums so we can figure those out before the final release.</p>\n<p>Be sure to <a href=\"https://make.wordpress.org/core/\">follow along the core development blog</a>, where we&#8217;ll continue to post <a href=\"https://make.wordpress.org/core/tag/dev-notes+4-5/\">notes for developers</a> for 4.5.</p>\n<p><em>Free as in Freedom</em><br />\n<em>It is WordPress 4.5</em><br />\n<em>Also free as in beer</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\&quot
 ;xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:42:\"\n                \n              \n              \n              \n                              \n              \n              \n              \n\n            \n              \n                              \n                      \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordPress 4.5 Beta 4\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2016/03/wordpress-4-5-beta-4/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\&
 quot;;a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 17 Mar 2016 04:30:25 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:4:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"4.5\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\&quot
 ;;s:4:\"beta\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=4155\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:329:\"WordPress 4.5 Beta 4 is now available! This software is still in development, so we don’t recommend you run it on a production site. Consider setting up a test site just to play with the new version. To test WordPress 4.5, try the WordPress Beta Tester plugin (you’ll want “bleeding edge nightlies”). Or you can [&#8230;]\";s:7:\"attribs\&qu
 ot;;a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Mike Schroder\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:3392:\"<p>WordPress 4.5 Beta 4 is now available!</p>\n<p>This software is still in development, so we don’t recommend you run it on a production site. Consider setting up a test site just to play with the new version. To test WordPress 4.5, try the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\" target=\"_blank\">WordPress Beta Te
 ster</a> plugin (you’ll want “bleeding edge nightlies”). Or you can <a href=\"https://wordpress.org/wordpress-4.5-beta4.zip\" target=\"_blank\">download the beta here</a> (zip).</p>\n<p>For more information on what&#8217;s new in 4.5, check out the <a href=\"https://wordpress.org/news/2016/02/wordpress-4-5-beta-1/\">Beta 1</a>, <a href=\"https://wordpress.org/news/2016/03/wordpress-4-5-beta-2/\">Beta 2</a>, and <a href=\"https://wordpress.org/news/2016/03/wordpress-4-5-beta-3/\">Beta 3</a> blog posts, along with <a href=\"https://make.wordpress.org/core/tag/4-5+dev-notes/\">in-depth field guides on make/core</a>. This is the final <a href=\"https://make.wordpress.org/core/version-4-5-project-schedule/\">planned beta</a> of WordPress 4.5, with a release candidate scheduled for next week.</p>\n<p>Some
  of the changes in Beta 4 include:</p>\n<ul>\n<li>Add support for oEmbed <strong>moments and timelines from Twitter</strong> (<a href=\"https://core.trac.wordpress.org/ticket/36197\">#36197</a>).</li>\n<li>More changes to better support <strong>HHVM with Imagick</strong>.<strong> </strong>Please test with HHVM setups and resizing/rotating images (<a href=\"https://core.trac.wordpress.org/ticket/35973\">#35973</a>).</li>\n<li>Tightened up the <strong>Inline Link</strong> feature (<a href=\"https://core.trac.wordpress.org/ticket/33301\">#33301</a>, <a href=\"https://core.trac.wordpress.org/ticket/30468\">#30468</a>).</li>\n<li>Support <code>&lt;hr&gt;</code> <strong>editor shortcut</strong> with 3 or more dashes (<code>---</code>); no spaces. To gi
 ve more time to study the best shortcuts for users, text patterns for bold and italic have been removed and won&#8217;t ship with for 4.5 (<a href=\"https://core.trac.wordpress.org/ticket/33300\">#33300</a>).</li>\n<li>Fixes for <strong>SSL with Responsive Images</strong>. Please test with SSL, especially on sites with mixed http/https setups (<a href=\"https://core.trac.wordpress.org/ticket/34945\">#34945</a>).</li>\n<li>Allow rewrite rules to work in nested <strong>WordPress installations on IIS</strong> (<a href=\"https://core.trac.wordpress.org/ticket/35558\">#35558</a>).</li>\n<li><strong>Various bug fixes</strong>. We&#8217;ve made <a href=\"https://core.trac.wordpress.org/log/?action=stop_on_copy&amp;mode=stop_on_copy&amp;rev=37025&amp;stop_rev=36932&amp;limit=200&amp;verbose=on\">almost 100 ch
 anges</a> during the last week.</li>\n</ul>\n<p><strong>If you think you’ve found a bug</strong>, you can post to the <a href=\"https://wordpress.org/support/forum/alphabeta\" target=\"_blank\">Alpha/Beta area</a> in the support forums. We’d love to hear from you! If you’re comfortable writing a reproducible bug report, <a href=\"https://make.wordpress.org/core/reports/\" target=\"_blank\">file one on the WordPress Trac</a>. There, you can also find <a href=\"https://core.trac.wordpress.org/tickets/major\" target=\"_blank\">a list of known bugs.</a></p>\n<p>Happy testing!</p>\n<p class=\"p1\"><em>Llegamos al fin</em><br />\n<em>del tiempo pa&#8217; beta</em><br />\n<em>¡Pruébalo Ahora!</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_bas
 e\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:42:\"\n         \n              \n              \n              \n                              \n              \n              \n              \n\n            \n              \n                              \n                      \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordPress 4.5 Beta 3\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2016/03/wordpress-4-5-beta-3/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:
 0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 10 Mar 2016 06:59:26 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:4:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"4.5\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"
 \";}i:3;a:5:{s:4:\"data\";s:4:\"beta\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=4128\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:329:\"WordPress 4.5 Beta 3 is now available! This software is still in development, so we don’t recommend you run it on a production site. Consider setting up a test site just to play with the new version. To test WordPress 4.5, try the WordPress Beta Tester plugin (you’ll want “bleeding edge nightlies”). Or you can [&am
 p;#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Mike Schroder\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:3631:\"<p>WordPress 4.5 Beta 3 is now available!</p>\n<p>This software is still in development<strong>,</strong> so we don’t recommend you run it on a production site. Consider setting up a test site just to play with the new version. To test WordPress 4.5, try the <a href=\"https://wordpress.org/plugins/wordpress-
 beta-tester/\" target=\"_blank\">WordPress Beta Tester</a> plugin (you’ll want “bleeding edge nightlies”). Or you can <a href=\"https://wordpress.org/wordpress-4.5-beta3.zip\" target=\"_blank\">download the beta here</a> (zip).</p>\n<p>For more information on what&#8217;s new in 4.5, check out the <a href=\"https://wordpress.org/news/2016/02/wordpress-4-5-beta-1/\">Beta 1</a> and <a href=\"https://wordpress.org/news/2016/03/wordpress-4-5-beta-2/\">Beta 2</a> blog posts, along with <a href=\"https://make.wordpress.org/core/tag/4-5+dev-notes/\">in-depth field guides on make/core</a>. Some of the fixes in Beta 3 include:</p>\n<ul>\n<li>Many <strong>Theme Logo Support</strong> (<a href=\"https://core.trac.wordpress.org/ticket/33755\">#33755</a>) fixes, including support for bundled Twenty Fif
 teen (<a href=\"https://core.trac.wordpress.org/ticket/35944\">#35944</a>).</li>\n<li>Add <strong>Responsive Preview</strong> to theme install previewer (<a href=\"https://core.trac.wordpress.org/ticket/36017\">#36017</a>).</li>\n<li>Support <strong>Imagick in HHVM</strong> (<a href=\"https://core.trac.wordpress.org/ticket/35973\">#35973</a>).</li>\n<li><strong>Whitelist IPTC, XMP, and EXIF profiles</strong> from <code>strip_meta()</code> to maintain authorship, copyright, license, and image orientation (<a href=\"https://core.trac.wordpress.org/ticket/28634\">#28634</a>).</li>\n<li>Support <strong>Windows shares/DFS roots</strong> in <code>wp_normalize_path()</code> (<a href=\"https://core.trac.wordpress.org/ticket/35996\">#35996</a>).</li>\n<
 li><span class=\"s1\">New installs default to <strong>generating secret keys and salts locally</strong> instead of relying on the <span class=\"s2\">WordPress.org</span> API. Please test installing WP in situations where it can’t connect to the internet <span class=\"s1\">(like on a ?, ✈️, or ?) </span></span><span class=\"s1\">(<a href=\"https://core.trac.wordpress.org/ticket/35290\">#35290</a>).</span></li>\n<li>OPTIONS requests to REST API should <strong>return Allow header</strong> (<a href=\"https://core.trac.wordpress.org/ticket/35975\">#35975</a>).</li>\n<li>Upgrade twemoji.js to version 2 (<a href=\"https://core.trac.wordpress.org/ticket/36059\">#36059</a>) and add extra IE11 compatibility (<a href=\"https://core.trac.wordpress.org/ticket/35977\">#35
 977</a>) for <strong>Emoji</strong>.</li>\n<li><strong>Various bug fixes</strong>. We&#8217;ve made <a href=\"https://core.trac.wordpress.org/log/?action=stop_on_copy&amp;mode=stop_on_copy&amp;rev=36931&amp;stop_rev=36814&amp;limit=200&amp;verbose=on\">more than 100 changes</a> during the last week.</li>\n</ul>\n<p><strong>If you think you’ve found a bug</strong>, you can post to the <a href=\"https://wordpress.org/support/forum/alphabeta\" target=\"_blank\">Alpha/Beta area</a> in the support forums. We’d love to hear from you! If you’re comfortable writing a reproducible bug report, <a href=\"https://make.wordpress.org/core/reports/\" target=\"_blank\">file one on the WordPress Trac</a>. There, you can also find <a href=\"https://core.trac.wordpress.org/tickets/major\" target=\"
 _blank\">a list of known bugs.</a></p>\n<p>Happy testing!</p>\n<p class=\"p1\"><em><span class=\"s1\">Beta one, two, three<br />\n</span><span class=\"s1\">so many bugs have been fixed<br />\n</span><span class=\"s2\">Closer now; four, five.</span></em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:39:\"\n            \n              \n              \n              \n                              \n              \n              \n\n            \n              \n                              \n                      \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordPress 4.5 Beta 2\&
 quot;;s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2016/03/wordpress-4-5-beta-2/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 03 Mar 2016 04:55:35 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\"
 ;s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"4.5\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=4116\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:329:\"WordPress 4.5 Beta 2 is now available! This software is still in development, so we don
 t recommend you run it on a production site. Consider setting up a test site just to play with the new version. To test WordPress 4.5, try the WordPress Beta Tester plugin (you’ll want “bleeding edge nightlies”). Or you can [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Mike Schroder\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:2370:\"<p>WordPress 4.5 Beta 2 is now available!</p>\n<p>This software is still in development<stro
 ng>,</strong> so we don’t recommend you run it on a production site. Consider setting up a test site just to play with the new version. To test WordPress 4.5, try the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\" target=\"_blank\">WordPress Beta Tester</a> plugin (you’ll want “bleeding edge nightlies”). Or you can <a href=\"https://wordpress.org/wordpress-4.5-beta2.zip\" target=\"_blank\">download the beta here</a> (zip).</p>\n<p>For more information on what&#8217;s new in 4.5, check out the <a href=\"https://wordpress.org/news/2016/02/wordpress-4-5-beta-1/\">Beta 1 blog post</a>. Some of the fixes in Beta 2 include:</p>\n<ul>\n<li>Added <a href=\"https://core.trac.wordpress.org/ticket/33300\">Horizontal Rule (HR) editing shortcut</a> and <a href=\"https://core.trac.wordpress.org/ticket/28612\&quo
 t;>dismissible &#8220;Paste as Text&#8221; notice</a> in <strong>TinyMCE</strong>.</li>\n<li><strong>Selective Refresh</strong> support is <a href=\"https://core.trac.wordpress.org/changeset/36797\">enabled for core themes titles and taglines</a>, which allows shift-click to focus on controls and PHP filters to apply in the preview.</li>\n<li>Resolved a fatal error on <strong>image upload</strong> when ImageMagick could not complete stripping meta during resize (<a href=\"https://core.trac.wordpress.org/ticket/33642\">#33642</a>).</li>\n<li><strong>Various bug fixes</strong>. We&#8217;ve made <a href=\"https://core.trac.wordpress.org/log/?action=stop_on_copy&amp;mode=stop_on_copy&amp;rev=36813&amp;stop_rev=36701&amp;limit=200&amp;verbose=on\">just over 100 changes</a> in the last week.</l
 i>\n</ul>\n<p><strong>If you think you’ve found a bug</strong>, you can post to the <a href=\"https://wordpress.org/support/forum/alphabeta\" target=\"_blank\">Alpha/Beta area</a> in the support forums. We’d love to hear from you! If you’re comfortable writing a reproducible bug report, <a href=\"https://make.wordpress.org/core/reports/\" target=\"_blank\">file one on the WordPress Trac</a>. There, you can also find <a href=\"https://core.trac.wordpress.org/tickets/major\" target=\"_blank\">a list of known bugs.</a></p>\n<p>Happy testing!</p>\n<p><em>It&#8217;s peer pressure time</em><br />\n<em>Testing: all cool kids do it</em><br />\n<em>Help find ALL the bugs!</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_ba
 se_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:33:\"\n               \n              \n              \n              \n                              \n\n            \n              \n                              \n                      \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"Contributor Weekend: One-Hour Video\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"https://wordpress.org/news/2016/02/contributor-weekend-one-hour-video/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\&quot
 ;pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 26 Feb 2016 19:36:30 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Community\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=4112\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:349:\"It&#8217;s time for o
 ur second global contributor weekend, and this time we&#8217;re focusing on the video team. For this month&#8217;s challenge, in honor of it being our second month, you have two options for how you can participate! The challenge for this month overall is to work with at least one hour worth of WordCamp video, which [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:3:\"Jen\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:2590:\"<p>It&#8217;s time 
 for our second global contributor weekend, and this time we&#8217;re focusing on the <a href=\"https://make.wordpress.org/tv\">video team</a>. For this month&#8217;s challenge, in honor of it being our second month, you have two options for how you can participate! The challenge for this month overall is to work with at least one hour worth of WordCamp video, which you can do by either creating subtitles or editing the video file in preparation for upload to <a href=\"http://WordPress.tv\">WordPress.tv</a>.</p>\n<p>One of the great things about contributing to the video team is that you get to learn so much, since all the work basically involves watching WordCamp presentation videos. Subtitling is a doubly important need, as it is needed to make all those WordCamp videos accessible to people who are deaf or hard of hearing and can&#8217;t listen to the audio track, as well as making it possible for the videos to b
 e consumed (in some cases after subtitle translation) by people who speak different languages.</p>\n<p>The challenge will last from Saturday, February 27, 2016 through Sunday, February 28, 2016, and the results will be reviewed afterward by members of the video team. If you enjoy the challenge, the video team would be very excited to welcome you into their ranks! Interested? <a href=\"https://wp.me/P6onIa-28D\">Here&#8217;s how to participate</a>.</p>\n<h3>What About Last Month?</h3>\n<p>In January, the inaugural contributor weekend was focused on the support forums. That challenge had 73 participants, including 10 people who provided 20 or more correct answers to open support threads, thereby winning the challenge. Congratulations to Harris Anastasiadis, Ahmad Awais, Takis Bouyouris, Phil Erb, Eric Gunawan, Jackie McBride, Diana Nichols, Kostas Nicolacopoulos, Juhi Saxena, and Sarah Semark! To them and to everyone
  else who participated, thank you <strong>so much</strong> for your efforts. Every answer helps, and over the course of this contributor weekend, these amazing volunteers responded to <strong>800 support threads</strong>. The support forums queue of requests with no replies went from 28 pages to 7 pages &#8212; that was an incredible success, of which every participant was a part!</p>\n<p>So head on over to see how to <a href=\"https://wp.me/P6onIa-28D\">get involved with the one-hour video challenge</a> this weekend, and help us make next month&#8217;s post just as impressive! <img src=\"https://s.w.org/images/core/emoji/72x72/1f642.png\" alt=\"?\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\"
 ;s:0:\"\";}}}}}}}s:27:\"http://www.w3.org/2005/Atom\";a:1:{s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:4:\"href\";s:32:\"https://wordpress.org/news/feed/\";s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:19:\"application/rss+xml\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:44:\"http://purl.org/rss/1.0/modules/syndication/\";a:2:{s:12:\"updatePeriod\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"hourly\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:15:\"updateFrequency\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"1\";s:7:\"attribs\";a:0:{}s:8:\&quot
 ;xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";a:10:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Mon, 06 Jun 2016 18:38:16 GMT\";s:12:\"content-type\";s:34:\"application/rss+xml; charset=UTF-8\";s:10:\"connection\";s:5:\"close\";s:25:\"strict-transport-security\";s:11:\"max-age=360\";s:6:\"x-olaf\";s:3:\"⛄\";s:13:\"last-modified\";s:29:\"Fri, 06 May 2016 19:22:48 GMT\";s:4:\"link\";s:63:\"<https://wordpress.org/news/wp-json/>; rel=\"https://api.w.org/\"\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:11:\"HIT lax 250\";}s:5:\"build\";s:14:\"20160606161022\";}','no'),(1954,'_transient_timeou
 t_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca','1465281496','no'),(1955,'_transient_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca','1465238296','no'),(1956,'_transient_timeout_feed_d117b5738fbd35bd8c0391cda1f2b5d9','1465281496','no'),(1957,'_transient_feed_d117b5738fbd35bd8c0391cda1f2b5d9','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:61:\"\n   \n      \n      \n      \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\"
 ;s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"WordPress Planet\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://planet.wordpress.org/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"en\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\&quo
 t;;s:47:\"WordPress Planet - http://planet.wordpress.org/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:50:{i:0;a:6:{s:4:\"data\";s:13:\"\n       \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:50:\"WP Mobile Apps: WordPress for Android: Version 5.4\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://apps.wordpress.com/?p=3403\";s:7:\"attribs\";a:0:
 {}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"https://apps.wordpress.com/2016/06/01/wordpress-for-android-version-5-4/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3183:\"<p>Hello WordPress users! <a href=\"https://play.google.com/store/apps/details?id=org.wordpress.android\" target=\"_blank\">Version 5.4 of the WordPress for Android app</a> is now available in the Google Play Store.</p>\n<h1>Gravatar update</h1>\n<p>Did you just take a great selfie? You can update your Gravatar from the app on the <em>Me</em> screen. Tap your profile picture, and
  follow the prompts to take a new photo or pick an image from your device&#8217;s photo library.</p>\n<div id=\"v-a5lLmHSc-1\" class=\"video-player\">\n</div>\n<h1>Smart Lock for Passwords integration</h1>\n<p>Signing in with a WordPress.com account is easier than ever with Smart Lock for Passwords, the Google password manager. If you signed in to your account on your computer using Google&#8217;s Chrome browser, the username and password fields will be automatically pre-filled when you open the app &#8212; you can even manage several identities.</p>\n<p><img class=\"alignnone wp-image-3404 size-large\" src=\"https://apps.files.wordpress.com/2016/05/screenshot-2016-05-04_12-08-06-614.png?w=614&h=1024\" alt=\"screenshot-2016-05-04_12.08.06.614\" width=\"614\" height=\"1024\" /></p>\n<h1>Other Changes</h1>\n<p>Version 5.
 4 also comes with a few other fixes:</p>\n<ul>\n<li>Fixed comment previews with images in the Comment List screen.</li>\n<li>Fixed an issue with tag display in the Reader.</li>\n<li>Fixed a problem sometimes removed the <em>Themes</em> option after sign-in.</li>\n</ul>\n<p>You can track our development progress for the next release by visiting <a href=\"https://github.com/wordpress-mobile/WordPress-Android/milestones/5.5\">our 5.5 milestone on GitHub</a>.</p>\n<h1>Beta</h1>\n<p>Do you like keeping up with what’s new in the app? Do you enjoy testing new stuff before anyone else? Our testers have access to beta versions with updates shipped directly through Google Play. The beta versions may have new features, new fixes — and possibly new bugs! Testers make it possible for us to improve the overall app experience, and offer us invaluable development feedback.<
 /p>\n<p>Want to become a tester? <a href=\"https://play.google.com/apps/testing/org.wordpress.android\">Opt-in</a>!</p>\n<h1>Thank you</h1>\n<p>Thanks to our GitHub contributors: <a href=\"https://github.com/aerych\">@aerych</a>, <a href=\"https://github.com/aforcier\">@aforcier</a>, <a href=\"https://github.com/daniloercoli\">@daniloercoli</a>, <a href=\"https://github.com/hypest\">@hypest</a>, <a href=\"https://github.com/kwonye\">@kwonye</a>, <a href=\"https://github.com/maxme\">@maxme</a>, <a href=\"https://github.com/mzorz\">@mzorz</a>, <a href=\"https://github.com/nbradbury\">@nbradbury</a>, <a href=\"https://github.com/oguzkocer\">@oguzkocer</a>, <a href=\"https://github.com/roundhill\">@roundhill</a>, and
  <a href=\"https://github.com/tonyr59h\">@tonyr59h</a>.</p><img alt=\"\" border=\"0\" src=\"https://pixel.wp.com/b.gif?host=apps.wordpress.com&blog=108068616&post=3403&subd=apps&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"https://apps.wordpress.com/2016/06/01/wordpress-for-android-version-5-4/\"><img alt=\"gravatar\" src=\"https://videos.files.wordpress.com/a5lLmHSc/gravatar_std.original.jpg\" width=\"160\" height=\"120\" /></a></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 01 Jun 2016 11:53:19 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\&q
 uot;;s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"Maxime\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:13:\"\n       \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:83:\"WPTavern: WordCamp Incubator Program to Launch in Indonesia, Zimbabwe, and Colombia\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml
 _lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=55034\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:91:\"http://wptavern.com/wordcamp-incubator-program-to-launch-in-indonesia-zimbabwe-and-columbia\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2932:\"<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/02/flags.jpg\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/02/flags.jpg?resize=1020%2C500\" alt=\"flags\" class=\"aligncenter size
 -full wp-image-16697\" /></a></p>\n<p>After receiving <a href=\"http://wptavern.com/wordcamp-incubator-program-receives-182-applications-narrows-candidates-to-16-communities\" target=\"_blank\">182 applications from cities all over the world</a>, the WordPress Community Team has selected three locations for the WordCamp Incubator program:</p>\n<ul>\n<li>Denpasar, Indonesia</li>\n<li>Harare, Zimbabwe</li>\n<li>Medellín, Colombia</li>\n</ul>\n<p>Representatives from the thirteen other short-listed locations are encouraged to organize a local WordPress meetup and will have the help of Community Team mentors as needed.</p>\n<p>Thanks to the addition of a new volunteer deputy from the Community Team, the program will move forward with three locations, instead of having to scale back to two, as previously anticipated. Each event has been assigned a deputy who 
 will meet bi-weekly with the local team to mentor the new WordCamp organizers.</p>\n<p>Andrea Middleton outlined in the <a href=\"https://make.wordpress.org/community/2016/05/25/wordcamp-incubator-locations-announcement/\" target=\"_blank\">announcement</a> how the team plans to proceed with getting these events off the ground.</p>\n<p>&#8220;Denpasar, Harare, and Medellín will work with their respective deputies to start a monthly WordPress meetup group or add their existing meetup group to the chapter account program,&#8221; Middleton said. &#8220;Once the local WordPress user group is meeting regularly, each team will work on finding a venue, setting a date, recruiting speakers, and spreading the word about the upcoming WordCamp.&#8221;</p>\n<p>In order to take the pressure off the new organizers, the Community team will assist them in scheduling and finding speakers. The events will be 100% fund
 ed by the global sponsorship grant so organizers can focus on community building without the pressure of fundraising. Middleton said they are aiming for no more than three non-local speakers at each event, which she anticipates will happen in the last quarter of 2016.</p>\n<p>The challenge with the Incubator program is to ensure these events are a launching point and not just a flash in the pan. Middleton and the community team deputies are working to establish these emerging communities so that they continue to grow organically after the events conclude.</p>\n<p>&#8220;The goal for these events is to organize an easily reproducible, one-day, one-track event with about 50-75 attendees,&#8221; Middleton said. &#8220;Hopefully by the end of the organizing/incubating experience, members of the local community will feel confident that they can organize an annual WordCamp independently in the years to come.&#8221;</p>\n<div id=\"epoch
 -width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 31 May 2016 05:12:14 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:13:\"\n        \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\
 ";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Donncha: WordPress is thirteen!\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:24:\"http://z9.io/?p=89499890\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:46:\"http://z9.io/2016/05/27/wordpress-is-thirteen/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:
 {s:4:\"data\";s:1231:\"<p>You could have knocked me over with a feather today when I read <a href=\"https://ma.tt/2016/05/wordpress-is-a-teenager/\">Matt&#8217;s post</a> announcing that WordPress was celebrating a birthday!</p>\n<p>It didn&#8217;t seem so long ago that we were working on b2++, hacking the multiuser bits in and doing all sorts of crazy things with it.</p>\n<p>Now I&#8217;m &#8220;typing&#8221; this on a mobile phone by swiping my finger across a virtual keyboard. Back then the closest to this that I could imagine would be some sort of SMS integration!</p>\n<p>WordPress today is unrecognisable from what it was back then, especially if you use the slick Calypso interface.</p>\n<p>I&#8217;m looking forward to seeing what the next few years bring.</p>\n\n<p><strong>Related Posts</strong><ul><li> <a href=\"http://z
 9.io/2013/08/02/like-a-dog-and-his-ball/\" rel=\"bookmark\" title=\"Permanent Link: Like a dog and his ball\">Like a dog and his ball</a></li><li> <a href=\"http://z9.io/2009/01/28/wordpress-mu-27/\" rel=\"bookmark\" title=\"Permanent Link: WordPress MU 2.7\">WordPress MU 2.7</a></li><li> <a href=\"http://z9.io/2008/09/02/wordpress-mu-261/\" rel=\"bookmark\" title=\"Permanent Link: WordPress MU 2.6.1\">WordPress MU 2.6.1</a></li></ul></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 27 May 2016 22:57:38 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explici
 t\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"Donncha\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:13:\"\n       \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"Post Status: WordPress.org — Draft podcast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{
 s:4:\"data\";s:31:\"https://poststatus.com/?p=24730\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"https://poststatus.com/wordpress-org-draft-podcast/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3592:\"<p>Welcome to the Post Status <a href=\"https://poststatus.com/category/draft\">Draft podcast</a>, which you can find <a href=\"https://itunes.apple.com/us/podcast/post-status-draft-wordpress/id976403008\">on iTunes</a>, <a href=\"https://play.google.com/music/m/Ih5egfxskgcec4qadr3f4zfpzzm?t=Post_Status__Draft_WordP
 ress_Podcast\">Google Play</a>, <a href=\"http://www.stitcher.com/podcast/krogsgard/post-status-draft-wordpress-podcast\">Stitcher</a>, and <a href=\"http://simplecast.fm/podcasts/1061/rss\">via RSS</a> for your favorite podcatcher. Post Status Draft is hosted by Joe Hoyle &#8212; the CTO of Human Made &#8212; and Brian Krogsgard.</p>\n<p><span>In this episode, Joe and Brian discuss the structure and function of the WordPress.org website, which is the hub of the WordPress project. From the actual software distribution, to discussions about the project, to support, and buying swag: it all happens from WordPress.org. We break down what’s what and what we think you should know.</span></p>\n<p><!--[if lt IE 9]><script>document.createElement(\'audio\');</script><![endif]-->\n<a href=\"https://audio.simplecast.com/38479.mp3\">https://audio.simpl
 ecast.com/38479.mp3</a><br />\n<a href=\"http://audio.simplecast.com/38479.mp3\">Direct Download</a></p>\n<h3>Notes</h3>\n<p>Who owns WordPress.org?<br />\nWho works on WordPress.org<br />\nHow WordPress.org distributes software updates</p>\n<h3>Different Sections of WordPress.org Navigation</h3>\n<ul>\n<li>Showcase</li>\n<li>WordPress theme directory &#8212; and reviews &#8212; and commercial themes</li>\n<li>WordPress plugin directory &#8212; and reviews</li>\n<li>Mobile &#8212; Redirects to .com</li>\n<li>Support Forums / Codex &#8220;documentation&#8221;</li>\n<li>Make WordPress (Get Involved)</li>\n<li>About (many sub pages and also project structure)</li>\n<li>Blog</li>\n<li>Hosting</li>\n<li>Download (button &#8212; in future to be <a href=\
 "https://make.wordpress.org/meta/2016/02/29/get-wordpress-improving-the-path-to-wordpress/\">Get WordPress</a>)</li>\n</ul>\n<h3>Other Sections</h3>\n<ul>\n<li><a href=\"https://core.trac.wordpress.org/\">core.trac.wordpress.org</a></li>\n<li><a href=\"https://developer.wordpress.org/\">developer.wordpress.org</a></li>\n<li><a href=\"https://mercantile.wordpress.org/\">mercantile.wordpress.org</a></li>\n<li><a href=\"http://jobs.wordpress.net/\">jobs.wordpress.net</a></li>\n<li><a href=\"https://learn.wordpress.org/\">learn.wordpress.org</a></li>\n<li><a href=\"https://wordpress.org/ideas/\">Ideas</a></li>\n</ul>\n<h3>Other Linked Sites</h3>\n<ul>\n<li><a href=\"https://central.wordcamp.org/\&quot
 ;>WordCamp</a></li>\n<li><a href=\"http://wordpress.tv/\">WordPress.tv</a></li>\n<li><a href=\"https://buddypress.org/\">BuddyPress</a></li>\n<li><a href=\"https://bbpress.org/\">bbPress</a></li>\n<li><a href=\"https://wordpress.com/\">WordPress.com</a></li>\n<li><a href=\"https://ma.tt/\">ma.tt</a></li>\n</ul>\n<h3>Active Projects for Improving</h3>\n<ul>\n<li><a href=\"https://make.wordpress.org/meta/tag/helphub/\">Helphub</a></li>\n<li>Handbooks (theme), plugin published</li>\n<li>Plugin directory</li>\n</ul>\n<h3>Links</h3>\n<ul>\n<li><a href=\"https://make.wordpress.org/meta/\">Blog for WordPress.org projects</a></li>\n</ul>\n<h3>Sponsor</h3&gt
 ;\n<p><span>This episode is sponsored by Gravity Forms. <a href=\"http://www.gravityforms.com/\">Gravity Forms</a>  makes the best web forms on the planet. Over a million WordPress sites are already using Gravity Forms. Is yours? For more information, check out their <a href=\"http://www.gravityforms.com/\">website</a> and thank you to Gravity Forms for being a Post Status partner. </span><b> </b></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 27 May 2016 19:18:04 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a
 :1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Katie Richards\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:13:\"\n  \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"WPTavern: Jetpack 4.0.3 Patches a Critical XSS Vulnerability\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=55036\";s:7:\"attribs\&
 quot;;a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"http://wptavern.com/jetpack-4-0-3-patches-a-critical-xss-vulnerability\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2266:\"<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/07/jetpack-logo.gif\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/07/jetpack-logo.gif?resize=700%2C276\" alt=\"jetpack-logo\" class=\"aligncenter size-full wp-image-27470\" /></a></p>\n<p><a href=\"https://jetpack.com/2016/05/27/jetpack-4-0-3-critical-security-update/\" tar
 get=\"_blank\">Jetpack 4.0.3 is a security release</a> that contains an important fix for a critical vulnerability that has been present in the plugin since version 2.0, released in 2012. According to Jetpack team member Sam Hotchkiss, a stored XSS vulnerability was found in the way that some Jetpack shortcodes are processed, which allows an attacker to insert JavaScript into comments to hijack a visitor&#8217;s browser.</p>\n<p>This particular bug is similar to one <a href=\"https://blog.sucuri.net/2016/05/security-advisory-stored-xss-bbpress-2.html\" target=\"_blank\">recently found and patched in bbPress</a>.</p>\n<p>&#8220;Similar issues may exist in other plugins, and it’s a good reminder about the power of regular expressions to create issues when parsing data,&#8221; Hotchkiss said.</p>\n<p>The Jetpack team has been working with the WordPress security team to push out point re
 leases for all vulnerable branches of the plugin&#8217;s codebase, which includes all versions following 2.0. They are using WordPress&#8217; core automatic update system, so all sites that have not explicitly opted out will receive the security update.</p>\n<p>&#8220;Fortunately, we have no evidence of this being used in the wild,&#8221; Hotchkiss said. &#8220;However, now that this update is public, it’s just a matter of time before someone attempts to exploit it.&#8221; The Jetpack team is advising users to update as soon as possible, as the update also fixes any potential exploits that may have already been put in place.</p>\n<p>The team credits Marc-Alexandre Montpas from <a href=\"https://sucuri.net/\" target=\"_blank\">Sucuri</a> for finding the bug and disclosing it responsibly. Users will be notified about the security release via email, but those who have Akismet and/or VaultPress installed h
 ave already been protected since the first reporting of the vulnerability.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 27 May 2016 01:05:10 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:13:\"\n   \n      \n      \n      \n      \n      \n\"
 ;s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"Post Status: Growing a lifestyle business without losing the lifestyle\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"https://poststatus.com/?p=24644\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:50:\"https://poststatus.com/growing-lifestyle-business/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\
 ";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:8760:\"<p><em><strong>Editor&#8217;s Note</strong>: This is a guest post by Nate Wright. Nate is a WordPress developer and solopreneur. He runs <a href=\"http://themeofthecrop.com\">Theme of The Crop</a>, a niche WordPress theme company geared toward restaurant websites. You can learn more about Nate on his <a href=\"https://poststatus.com/profiles/nate-wright/\">Post Status profile</a> and follow him on <a href=\"https://twitter.com/natewr\">Twitter</a>.</em></p>\n<hr />\n<p>Here&#8217;s a scenario you&#8217;re probably familiar with: a friend or family member, not terribly tech-savvy, approaches you with an idea. Why don&#8217;t you build Facebook for clowns? What ab
 out Uber for sandwiches?</p>\n<p>Their ideas are often a little better than these. Sometimes they&#8217;re worse. But in my case the conversation always gets to the same point in the end.</p>\n<p>You can build stuff on the internet. Why aren&#8217;t you shooting for the stars? Don&#8217;t you want to be rich like Zuckerberg?</p>\n<p>Right now some of you may be thinking: yes I do! This post isn&#8217;t for you.</p>\n<p>This is for those of you who cringe at the thought of your days filling up with hiring and training staff, conducting meetings, or filling out paperwork. Those of you who don&#8217;t want to live the big siloed life of a CEO. Who dove into the WordPress market because you wanted to build things yourself. For yourself.</p>\n<h3>The rockstars and the rest of us</h3>\n<p>It’s hard to find someone more widely admired among WordPress developers &#8212; and more deserving of th
 at admiration &#8212; than <a href=\"https://pippinsplugins.com/about/\">Pippin Williamson</a>. So when he <a href=\"https://pippinsplugins.com/control-give-grow/\">described his evolution</a> from staunch go-it-aloner to team leader, many of us sat up and listened.</p>\n<p>The <a href=\"https://pippinsplugins.com/control-give-grow/#comments\">comments</a> in response to that post exhibit a common mix of anxiety, frustration and hope for us go-it-aloners, who have carved out small (and not so small) niches in the WordPress world.</p>\n<p>We’re overstretched and under resourced. We lack good marketing strategies. And we can see that growth will come from transforming our businesses into larger enterprises.</p>\n<p>But then we start thinking about what that means. The hiring. The firing. The training. The meetings. The paperwork. <i>The liability</i>.</p>\n<
 p>&#8216;I don’t want to be the next Zuckerberg,&#8217; you may think. Then, hopefully, you’ll laugh at the absurdity. But really, you may think, &#8216;I don’t even want to be the next <a href=\"http://carlhancock.com/\">Carl Hancock</a> or <a href=\"https://yoast.com/author/joost/\">Joost de Valk</a>.&#8217;</p>\n<p>Let me be honest with you. I’ll stop putting words in your mouth and put them in mine.</p>\n<p>I have a lifestyle business. No, I don’t sell lifestyle products. I have a business <em>tailored to my lifestyle</em>.</p>\n<p>I have a business that allows to me to take lunch when I want, finish the day when I want, go on holiday when I want, write the code that I want. That’s my job perk. That’s my killer bonus. No, that’s my Shangri-La.</p>\n<p>When people tell you to hire early or scale quickly, they’re right that giving up control 
 can be liberating. But it can also be encumbering. It brings new responsibilities at the same time that it releases you from old ones.</p>\n<p>Whether or not growing your team is right for you will depend on your temperament, your appetite and the kind of lifestyle you want.</p>\n<h3>Being a little fish in a big pond</h3>\n<p>But let’s be honest. You took a chance on the WordPress market because you saw a window of opportunity. That window may be closing.</p>\n<p>In the last few years we’ve seen a lot of consolidation. The theme market exploded, <a href=\"http://inside.envato.com/envato-stories-muhammad-haris-themefusion-2/\">made millions for a few</a>, and then caused a gold rush which <a href=\"http://scottbolinger.com/wordpress-theme-business/\">saturated the market and pushed out small operators</a>.</p>\n<p>At the same time, two big traditional distribution channels drie
 d up: the official <a href=\"https://wordpress.org/themes/\">WordPress.org theme repository</a>, which has a huge backlog of themes awaiting approval, and <a href=\"https://theme.wordpress.com/\">Automattic’s marketplace</a>, which is closed to new entrants.</p>\n<p>We’re also seeing more traditional investment in WordPress properties. The big one is the <a href=\"http://recode.net/2014/05/05/wordpress-parent-automattic-has-raised-160-million-now-valued-at-1-16-billion-post-money/\">$160 million raised by Automattic</a> and Automattic&#8217;s subsequent <a href=\"https://poststatus.com/automattic-acquired-woocommerce-woothemes/\">acquisition of WooThemes</a>. Many actors are moving more aggressively to leverage or retain their market position. Syed Balkhi is on a buying and building spree (<a href=\"http://enviragallery.com/about-us/\">1</a>, <a hre
 f=\"http://optinmonster.com/about/\">2</a>, <a href=\"https://wpforms.com/say-hello-to-wpforms/\">3</a>, <a href=\"http://wptavern.com/syed-balkhi-acquires-google-analytics-by-yoast-renames-to-monsterinsights\">4</a>). Ninja Forms did a <a href=\"https://ninjaforms.com/releasing-three/\">ground-up rebuild</a>. Pippin’s shedding non-essential products (<a href=\"https://pippinsplugins.com/easy-content-types-acquired/\">1</a>, <a href=\"https://pippinsplugins.com/nikhil-vimal-adopts-front-end-registration-and-login-forms-plugin/\">2</a>) and <a href=\"https://pippinsplugins.com/selfish/\">purging some third-party addons</a>.</p>\n<p>The ecosystem looks increasingly unfriendly to us go-it-aloners. Automattic was the first to go big. Given exclusive commercial access to the WordPress trademark, it carved out its own space an
 d split WordPress down the middle. Now the other half &#8212; the WordPress for the rest of us &#8212; is going big too.</p>\n<p>The nice thing about being a small operator is that you only need a tiny sliver of the pie. But as the size of the market has grown, it’s become more difficult to attract attention. Showing up with a good product isn’t enough.</p>\n<h3>Going it alone, together</h3>\n<p>My lifestyle business is working well for me. Revenue keeps inching up. Slowly.</p>\n<p>But it might not make it in a different kind of WordPress space. I’ve been thinking a lot about that lately. And I bet you have too.</p>\n<p>Where’s the market going? What am I willing to trade to survive? Which headaches are <a href=\"http://www.codeinwp.com/blog/transparency-report-14/\">worth changing direction for</a> and which headaches aren’t?</p>\n<p>Here are some of the ideas I’ve bee
 n tossing around:</p>\n<h3>Contractors</h3>\n<p>Hiring out. I could scale up or down easily, depending on how well it goes. But it’s tough to manage quality when juggling vendors.</p>\n<p>And what would I contract? I’d like to shed my bumbling efforts in marketing and traffic generation. But that seems like precisely the kind of job full of jackals who don’t know what they’re doing.</p>\n<p>Ok, that’s harsh. I’ll just say: I worry it’d be a headache to manage it well.</p>\n<p>Theme development seems the most plausible, since there’s a large body of talented, hungry themers washing up from the stormy seas of ThemeForest. But it may be the least valuable since the market is being swallowed up by a few big themes.</p>\n<h3>Commissions</h3>\n<p>Affiliate marketing is already working for me. A little. I could go further and recruit theme or plugin developers to sell from my site on commiss
 ion.</p>\n<p>Then I’m saddled with support for products I didn’t build. Can I maintain quality? Can I drive enough traffic to be an attractive outlet for them? Will I end up with all of the headaches I wanted to avoid?</p>\n<h3>Partnerships</h3>\n<p>Maybe I’ll trade in my king-of-the-hill cap and bring on partners. Not employees. Genuine partners with overlapping skill sets. Instead of being a go-it-aloner we can be two or three go-it-aloners going it alone together!</p>\n<p>Or maybe that’s just a terrible way to run a business.</p>\n<h3>Alliances</h3>\n<p>There are a lot of us out there. Independent themers looking to expand beyond ThemeForest or give up on the old freemium approach of the official repository. Plugin developers looking for a new home or seeking out themes that will integrate with their plugins.</p>\n<p>We could probably do something special if we made stronger alliances. C
 ombined to build to stronger platforms for our products.</p>\n<p>But that sounds like a lot of project management. Isn’t that what we were hoping to avoid?</p>\n<p>I don’t know. I’m going to go write some code.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 26 May 2016 18:10:07 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Nate Wright\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\
 ";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:13:\"\n  \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:46:\"WP Mobile Apps: WordPress for iOS: Version 6.2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://apps.wordpress.com/?p=3416\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"https://apps.wordpress.com/201
 6/05/25/wordpress-for-ios-version-6-2/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3021:\"<p>Hi there, WordPress users! <a href=\"https://itunes.apple.com/us/app/wordpress/id335703880?mt=8&uo=6&at=&ct=\">Version 6.2 of the WordPress for iOS app</a> is now available in the App Store.</p>\n<h1>What&#8217;s New:</h1>\n<p><strong>Sharing just got easier!</strong> Post content from apps to your WordPress.com site with a new Share extension. Also, share a post right from your editor’s preview screen.</p>\n\n<a href=\"https://apps.wordpress.com/img_2229_2/\"><img width=\"169\" height=\"300\" src=\"https://apps.files.wordpress.com/2016/05/img_2229_2.png?w
 =169&h=300\" class=\"attachment-medium size-medium\" alt=\"IMG_2229_2\" /></a>\n<a href=\"https://apps.wordpress.com/img_2230/\"><img width=\"169\" height=\"300\" src=\"https://apps.files.wordpress.com/2016/05/img_2230.png?w=169&h=300\" class=\"attachment-medium size-medium\" alt=\"IMG_2230\" /></a>\n\n<p><strong>Improved clipboard support: </strong>Working with images? You can now copy and paste single images in your editor.</p>\n<p><strong>Login with ease:</strong> We improved error messages for self-hosted users.</p>\n<p><strong>Enhancements:</strong> Because &#8220;good&#8221; is not enough! Here&#8217;s the full <a href=\"https://github.com/wordpress-mobile/WordPress-iOS/issues?q=is%3Aclosed+is%3Aissue+milestone%3A6.2+label%3A%22%5BType%5D+Enhancement%22\">list of
  enhancements</a>.</p>\n<p><strong>Bugs, be gone!</strong> We zapped bugs that prevented images from rendering properly and caused backspaces to misbehave.  You can see the full list of bug fixes <a href=\"https://github.com/wordpress-mobile/WordPress-iOS/issues?q=is%3Aclosed+is%3Aissue+milestone%3A6.1+label%3A%22%5BType%5D+Bug%22\">here</a>!</p>\n<h1>Thank You</h1>\n<p>Thanks to all of the contributors who worked on this release:<br />\n<a href=\"https://github.com/aerych\">@aerych</a>, <a href=\"https://github.com/akirk\">@akirk</a>, <a href=\"https://github.com/alexcurylo\">@alexcurylo</a>, <a href=\"https://github.com/astralbodies\">@astralbodies</a>, <a href=\"https://github.com/diegoreymendez\">@diegoreymendez</a>, <a href=\"https://github.com/frosty\">@frosty</a>
 , <a href=\"https://github.com/jleandroperez\">@jleandroperez</a>, <a href=\"https://github.com/koke\">@koke</a>, <a href=\"https://github.com/kurzee\">@kurzee</a>, <a href=\"https://github.com/kwonye\">@kwonye</a>, <a href=\"https://github.com/maxme\">@maxme</a>, <a href=\"https://github.com/nheagy\">@nheagy</a>, <a href=\"https://github.com/rachelmcr\">@rachelmcr</a>, <a href=\"https://github.com/sendhil\">@sendhil</a>, <a href=\"https://github.com/mattmiklic\">@mattmiklic</a> and <a href=\"https://github.com/SergioEstevao\">@SergioEstevao</a>.</p>\n<p>You can track the development progress for the next update by visiting <a href=\"https://github.com/wordpress-mobile/WordPress-iOS/issues?utf8=✓&q=is%3Aissue+milestone%3A6.3+\" target
 =\"_blank\">our 6.3 milestone on GitHub</a>. Until next time!</p><img alt=\"\" border=\"0\" src=\"https://pixel.wp.com/b.gif?host=apps.wordpress.com&blog=108068616&post=3416&subd=apps&ref=&feed=1\" width=\"1\" height=\"1\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 25 May 2016 06:05:48 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"diegoreymendez\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s
 :0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:13:\"\n   \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"WPTavern: In Case You Missed It – Issue 9\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"http://wptavern.com?p=55015&preview_id=55015\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"
 link\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"http://wptavern.com/in-case-you-missed-it-issue-9\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:8011:\"<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/01/ICYMIFeaturedImage.png\" rel=\"attachment wp-att-50955\"><img class=\"size-full wp-image-50955\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/01/ICYMIFeaturedImage.png?resize=676%2C292\" alt=\"In Case You Missed It Featured Image\" /></a>photo credit: <a href=\"http://www.flickr.com/photos/112901923@N07/16153818039\">Night Moves</a> &#8211; <a href=\"https://creativecommons.org/licenses/by-nc/2.0/\">(license)</a>\n<p>There
 ’s a lot of great WordPress content published in the community but not all of it is featured on the Tavern. This post is an assortment of items related to WordPress that caught my eye but didn’t make it into a full post.</p>\n<h2>Chris Lema Launches Beyond Good</h2>\n<p>Chris Lema has launched a new site called <a href=\"http://beyondgood.com/\">Beyond Good </a>that provides insight, tips, and methodologies for leading employees to become better than good. If it&#8217;s anything like his other sites, it&#8217;s sure to be a hit in the WordPress community.</p>\n<h2>Remote Jobs, a Remote Worker Specific Jobs Board</h2>\n<p>Chris Wallace and the team at Lift have launched <a href=\"https://remotejobs.com/\">Remote Jobs</a>, a jobs board specifically catered to remote workers. According to Wallace, &#8220;The site exists to help others find remote jobs that connect them with their
  passions in life.&#8221; Check out the site as there&#8217;s already a decent listing of opportunities available for remote workers.</p>\n<h2>Why .Blog is Worth $19M</h2>\n<p>Matt Mullenweg participated in a <a href=\"http://venturebeat.com/2016/05/12/the-creator-of-wordpress-on-why-blog-was-worth-19-million/\">phone interview with VentureBeat</a>. The first question in the interview asks why the .blog domain is worth $19M.</p>\n<blockquote><p>Well, the domain business is actually a really good business because you can sell a domain and people use it and keep it forever. So, if you look at like a Verisign, or people who have TLDs, it’s actually an incredible business.</p>\n<p>We really wanted .blog to be open, and some of the other applications for .blog were closed, including Google — so, let’s say for example, only Blogger could have a .blog domain. And we thought that .blog should be open t
 o everyone, even if they’re not using WordPress.</p>\n<p>I gotta be honest though, it was a stressful auction.</p></blockquote>\n<p>There are other tidbits of information included in the interview that I highly encourage you to read. If I were Google, I&#8217;d be upset as .blog is the perfect complimentary domain for Blogger.</p>\n<h2>Drupal Association Gives Community Member a Lifetime Ban</h2>\n<p>DrupalCon New Orleans took place last week and during the event, several speakers <a href=\"https://www.drupal.org/node/2729687\">experienced online harassment</a> in the form of derogatory racist, homophobic, and misogynistic comments and images from an anonymous Twitter account. Upon further investigation by community members and the Drupal Association technical and event staff, the harassment was tracked to an attendee at the event.</p>\n<blockquote><p>This person was then confronted b
 y members of the Drupal Association staff and the Community Working Group. They were asked to leave the event and informed that they have been banned from attending any future DrupalCons as well as any events produced by the Drupal Association, in accordance with the <a href=\"https://events.drupal.org/neworleans2016/code-conduct\" rel=\"nofollow\">DrupalCon Code of Conduct</a>, which states, &#8216;We do not tolerate harassment of conference participants in any form.&#8217; Shortly after the person left the conference, the account from which the harassing tweets were made was deleted.</p></blockquote>\n<p>This is an excellent example of why Codes of Conduct exist for events. By the way, check out the <a href=\"https://plan.wordcamp.org/code-of-conduct/\">Code of Conduct</a> that&#8217;s in place for every WordCamp. If you experience harassment of any kind at a WordCamp, please tell event staff.</
 p>\n<h2>Plans Published to Upgrade WordPress Support Forums</h2>\n<p>Jennifer Dodd published a <a href=\"https://make.wordpress.org/meta/2016/05/19/wordpress-org-forums-upgrade/\">detailed plan</a> for migrating the WordPress.org support forums from bbPress 1.x to 2.x. The project is a huge undertaking and involves moving massive amounts of data. If all goes according to plan, the support forums will be on bbPress 2.x by the end of the year. I&#8217;m sure a lot of support forum volunteers are stoked to hear this news.</p>\n<h2>What NOT to Name a WordPress Theme</h2>\n<p>This tweet by Ryan Sullivan gave me a good laugh.</p>\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">I\'d strongly consider rebranding. <a href=\"https://t.co/9MeevJTlPq\">pic.twitter.com/9MeevJTlPq</a></p>\n<p>&mdash; Ryan D. Sullivan (@ryandon
 sullivan) <a href=\"https://twitter.com/ryandonsullivan/status/733120690816065536\">May 19, 2016</a></p></blockquote>\n<p></p>\n<h2>Tom McFarlin on Improving the WordPress Plugin UX</h2>\n<p>Tom McFarlin published a <a href=\"https://tommcfarlin.com/wordpress-plugin-user-experience-2/\">great article</a> that offers ideas on how plugin developers can improve the WordPress plugin user experience. His first suggestion is a key reason I think GravityForms became successful.</p>\n<blockquote><p>Try to make sure that your project tightly integrates with the core WordPress user interface.</p></blockquote>\n<p>When I witnessed GravityForms for the first time in 2009, I loved how it integrated into the WordPress backend as if it were a part of the core software. Fast forward to 2016 and plugins that tie into a service are experimenting with overlay interfaces that replac
 e WordPress&#8217;. The most recent example I recall is WP Forms <a href=\"http://wptavern.com/wpforms-aims-to-be-the-most-beginner-friendly-forms-plugin-for-wordpress\">that I reviewed</a> earlier this year.</p>\n<p>In my review, I specifically noted that the interface the developers used allowed me to focus on creating forms. It doesn&#8217;t seem like it&#8217;s a WordPress core feature and it didn&#8217;t have too. While the advice McFarlin gives is likely accurate for most cases, there are plugins that benefit from having a unique user interface different from WordPress&#8217;.</p>\n<h2>Don&#8217;t Edit Core</h2>\n<p>This comic <a href=\"http://www.commitstrip.com/en/2016/05/17/coder-dilemma-9-the-upgrade/\">created by CommitStrip</a> made me smile.</p>\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">Coder Dilemm
 a #9 &#8211; The Upgrade<br /> <a href=\"https://t.co/2Tu2l1tgYX\">https://t.co/2Tu2l1tgYX</a> <a href=\"https://t.co/xnMr2VdYWv\">pic.twitter.com/xnMr2VdYWv</a></p>\n<p>&mdash; CommitStrip (@CommitStrip) <a href=\"https://twitter.com/CommitStrip/status/732505464768843776\">May 17, 2016</a></p></blockquote>\n<p></p>\n<h2>Wapuu Tattoo!</h2>\n<p>In what is a traditional part of this series, I end each issue by featuring a Wapuu design. For those who don&#8217;t know, Wapuu is the <a href=\"http://wapuu.jp/2015/12/12/wapuu-origins/\">unofficial mascot</a> of the WordPress project. WordCamp St. Louis 2016, took place last weekend and one of the attendees had a Wapuu tattoo! Wapuu looks good everywhere, including human skin!</p>\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\&
 quot;>Wapuu has been sighted at <a href=\"https://twitter.com/hashtag/wcstl?src=hash\">#wcstl</a> <a href=\"https://twitter.com/hashtag/wordpress?src=hash\">#wordpress</a> <a href=\"https://twitter.com/hashtag/wapuu?src=hash\">#wapuu</a> <a href=\"https://t.co/4HYlp6GI0S\">pic.twitter.com/4HYlp6GI0S</a></p>\n<p>&mdash; Nile Flores (@blondishnet) <a href=\"https://twitter.com/blondishnet/status/731504592668758017\">May 14, 2016</a></p></blockquote>\n<p></p>\n<p>That&#8217;s it for issue nine. If you recently discovered a cool resource or post related to WordPress, please share it with us in the comments.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\&quot
 ;;s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 20 May 2016 22:30:11 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:13:\"\n     \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:83:\"WPTave
 rn: WordPress Meta Team Publishes Prototypes of The Plugin Directory Redesign\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=55006\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:93:\"http://wptavern.com/wordpress-meta-team-publishes-prototypes-of-the-plugin-directory-redesign\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3713:\"<p>In early 2015, the WordPress.org Meta t
 eam <a href=\"http://wptavern.com/wordpress-plugin-directory-launches-new-design\">redesigned</a> the <a href=\"https://wordpress.org/plugins/\">WordPress plugin directory</a> and added a number of new features. In an effort to iterate on the page&#8217;s layout, the Meta Team has <a href=\"https://make.wordpress.org/meta/2016/05/19/plugin-directory-prototypes/\">published prototypes</a> of a new design for the <a href=\"http://codepen.io/mapk/full/jqxqbo/\">plugin directory&#8217;s home</a> and <a href=\"http://codepen.io/mapk/full/KzGQKv/\">search results pages</a>.</p>\n<p>The prototypes are inspired by <a href=\"https://get.wp.com/\">Get WordPress</a>, a landing page that provides key information about the WordPress project at a glance.</p>\n<p>There are a few things to keep in mind while looking at these prototypes. 
 The first is that plugin information displayed on the page is inaccurate. Second, the Pro and Light classifications are for design purposes only. Third, links at the bottom will point to their corresponding pages.</p>\n<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/PluginDirectoryMockup1.png\"><img class=\"size-full wp-image-55007\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/PluginDirectoryMockup1.png?resize=1025%2C2753\" alt=\"WordPress Plugin Directory Homepage Protoype\" /></a>WordPress Plugin Directory Homepage Protoype\n<p>Unlike the current design, the prototype displays far less information. Authors, Last Updated, Compatibility, and Active Installs are absent from the homepage view. Initial feedback <a href=\"https://make.wordpress.org/meta/2016/05/19/plugin-directory-prototypes/#comment-8151\">highlights the concern</a> that too much information
  has been stripped away.</p>\n<p>In response to a comment on the announcement post, Samuel Sidler, <span class=\"st\">Apollo Team Lead at Automattic and contributor to the Meta team</span>, <a href=\"https://make.wordpress.org/meta/2016/05/19/plugin-directory-prototypes/#comment-8154\">explains</a> why he doesn&#8217;t think the information is useful to users.</p>\n<blockquote><p>Author, as you said, is only really useful for insiders. The latter two, meanwhile, are already taken into account in the search results. If a plugin doesn’t have a recent compatible version, it will move down the list. If it’s too old, it won’t get shown at all (which is the case today).</p>\n<p>Active installs is more interesting, but we account for it weighting search results as-is. I actually find it refreshing to <em>not</em> show the active installs as it allows for less-popular plugins to get m
 ore downloads. Users will be less likely to click the popular plugins (outside of familiar names) and more likely to find the plugin they actually need.</p></blockquote>\n<p>Another commenter suggests <a href=\"https://profiles.wordpress.org/awakensolutions/\">creating a simple/advanced view. </a>By default, the page could display a simplistic design while giving power users an option for more details.</p>\n<p>&#8220;Just like <a href=\"https://wordpress.org/about/philosophy/\" rel=\"nofollow\">WordPress core</a>, we strive to design for the majority and build features for the 80%,&#8221; Sidler said in response to the comment. &#8220;An &#8216;advanced&#8217; view doesn’t meet that requirement, in my eyes.&#8221;</p>\n<p>The Meta team is iterating quickly and will soon publish a prototype of the plugin details page. If you have feedback on the plugin homepage an
 d search result prototypes, please leave a comment on <a href=\"https://make.wordpress.org/meta/2016/05/19/plugin-directory-prototypes/\">the announcement post</a>.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 20 May 2016 20:19:32 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\&quot
 ;xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:13:\"\n        \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:94:\"WPTavern: WPWeekly Episode 235 – Interview with James Giroux Envato’s WordPress Evangelist\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"http://wptavern.com?p=55000&preview_id=55000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i
 :0;a:5:{s:4:\"data\";s:97:\"http://wptavern.com/wpweekly-episode-235-interview-with-james-giroux-envatos-wordpress-evangelist\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1298:\"<p>In this episode, <a href=\"http://marcuscouch.com/\">Marcus Couch</a> and I are joined by <a href=\"https://jamesgiroux.ca/\">James Giroux</a>, Envato&#8217;s WordPress evangelist. We discuss a number of topics including what he&#8217;s accomplished since taking over the position in January, the item support policy change, and author driven pricing.</p>\n<p>We also find out what his favorite part of the job is and what he enjoys most about his role at Envato. Last but not least, we discover what the company is doing to sh
 orten the length of time it takes to get through the review queue.</p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Wednesday, June 1st 9:30 P.M. Eastern</p>\n<p><strong>Subscribe To WPWeekly Via Itunes: </strong><a href=\"https://itunes.apple.com/us/podcast/wordpress-weekly/id694849738\" target=\"_blank\">Click here to subscribe</a></p>\n<p><strong>Subscribe To WPWeekly Via RSS: </strong><a href=\"http://www.wptavern.com/feed/podcast\" target=\"_blank\">Click here to subscribe</a></p>\n<p><strong>Subscribe To WPWeekly Via Stitcher Radio: </strong><a href=\"http://www.stitcher.com/podcast/wordpress-weekly-podcast?refid=stpr\" target=\"_blank\">Click here to subscribe</a></p>\n<p><strong>Listen To Episode #235:</strong><br />\n</p>\n
 <div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 19 May 2016 19:18:56 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:10;a:6:{s:4:\"data\";s:13:\"\n        \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\
 "xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"WPTavern: BuddyPress Launches Style Modules Trial Initiative\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=54954\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"http://wptavern.com/buddypress-launches-style-modules-trial-initiative\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"
 xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3960:\"<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/05/customize-posts.jpg\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/05/customize-posts.jpg?resize=1024%2C583\" alt=\"photo credit: Paintbrush - (license)\" class=\"size-full wp-image-54351\" /></a>photo credit: <a href=\"http://www.flickr.com/photos/93249705@N03/13067171403\">Paintbrush</a> &#8211; <a href=\"https://creativecommons.org/licenses/by-nd/2.0/\">(license)</a>\n<p>BuddyPress core developer <a href=\"https://twitter.com/hnla\" target=\"_blank\">Hugo Ashmore</a> announced a new trial initiative this week that aims to create a library of CSS and JavaScript snippets to help users customize their communities. The <a href=\"htt
 ps://bpdevel.wordpress.com/2016/05/11/buddypress-style-modules/\" target=\"_blank\">Style Modules</a> project will aggregate community-submitted code that enhances BuddyPress components in a plug-and-play manner.</p>\n<p>Developers who want to contribute to the project can submit their modules by creating a ticket on <a href=\"https://buddypress.trac.wordpress.org/newticket\" target=\"_blank\">BP trac</a> and attaching a zip file that includes the CSS/JS files, a readme.md, and a screenshot.</p>\n<p>Users who want to add a module will need to create a /style-modules/ directory and then unzip the module inside it. The next step requires the user to copy functions from the module&#8217;s readme file to their theme&#8217;s functions.php file, a step which provides a significant hurdle for a non-technical BuddyPress community manager.</p>\n<p>&#8220;Initially this is a trial to see wh
 ether we get sufficient interest in the concept to continue and develop further, perhaps enhancing the loading process with enqueueing of files based on directory scanning and loading of files as an array but run from the core theme compat class, removing the need for users to copy the loading functions to their functions file,&#8221; Ashmore said.</p>\n<p>The project&#8217;s GitHub repository includes <a href=\"https://github.com/buddypress/style-modules/wiki/Style-Modules-Listings\">an example module</a> that re-styles the members list into a grid layout. Other example ideas Ashmore suggested include a new look for profile entries, a different presentation for the activity posting form, or something as simple as changing the font size for the activity stream.</p>\n<p>The experimental initiative will test the waters to see if the BuddyPress community will chip in to provide enough modules to make this a real library. The support
  policy stated in the proposal doesn&#8217;t offer much incentive for module authors to submit their work:</p>\n<blockquote><p>Provision of modules and use of them is entirely the discretion of the authors and users, while BP will run some basic checks on the module BP does not guarantee that the modules will work in all given situations or installs, or accept any liability in their use. Support for a module remains the responsibility of the author to ensure the continued effectiveness of the module with updates to themes, WP or BP.</p></blockquote>\n<p>Historically, BuddyPress has struggled to present itself as an easily customizable solution for communities. <a href=\"http://codex.buddypress.org/themes/theme-compatibility-1-7/a-quick-look-at-1-7-theme-compatibility/\" target=\"_blank\">Theme compatibility</a>, introduced in April 2013, made it easier to use BP with any theme, but unless you purchase a theme sp
 ecifically designed for the plugin, its default output is rather generic and in need of heavy styling.</p>\n<p>The <a href=\"https://bpdevel.wordpress.com/2016/05/11/buddypress-style-modules/\" target=\"_blank\">BuddyPress Style Modules</a> concept is an attempt to make it easier for community managers to enhance BP components with different looks, but the project will need to provide a compelling reason for developers to contribute modules and continue to maintain them.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 19 May 2016 02:34:32 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:
 0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:11;a:6:{s:4:\"data\";s:13:\"\n  \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"WPTavern: The .blog Domain Extension Is Now Open to Registrars\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\"
 ;a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=54971\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"http://wptavern.com/the-blog-domain-extension-is-now-open-to-registrars\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2083:\"<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/blogging.jpg\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/blogging.jpg?resize=960%2C521\" alt=\"photo credit: Luis Llerena\" class=\"size-full wp-image-54799\" /></a>photo credit: <a href=\&q
 uot;https://stocksnap.io/photo/3ZHG0XOIT6\">Luis Llerena</a>\n<p>Today marks a moment in internet history, as the very first .blog domain is now operational on WordPress.com. Knock Knock, WHOIS There, a subsidiary of Automattic, launched <a href=\"https://nic.blog/\" target=\"_blank\">Nic.blog</a> today to begin getting registrars to sign up to sell the new TLD.</p>\n<p>Automattic <a href=\"http://wptavern.com/automattic-to-oversee-the-sale-and-registration-of-top-level-blog-domains\" target=\"_blank\">won the rights to oversee the sale and registration of the .blog domain</a> in 2015 via a bidding process that is estimated to have closed around $20 million. The domain extension is so new that Twitter doesn&#8217;t yet support it as a valid link, but Automattic expects to activate 250,000 new names in 2016.</p>\n<p>According to the new nic.blog information site, registrars
  that sign up to sell .blog domains will be able to participate in an incentive partnership model that rewards a higher volume of sales:</p>\n<blockquote><p>Pricing will be in the standard range for new gTLDs, with premium names available in several tiers. High margins for registrars will be guaranteed by an incentive model, rewarding sales above a certain baseline. Final terms will be published in the coming weeks.</p></blockquote>\n<p>Automattic is opening up the .blog TLD to registrars around the world and companies can sign up on nic.blog to learn more about the requirements. Individuals who are interested in purchasing a .blog domain should review the tentative <a href=\"https://nic.blog/launch-plan/\" target=\"_blank\">launch plan</a> published today. Registration will be open to trademark owners during the Sunrise period starting in August 2016, followed by a Landrush period in October.</p>\n<div id=
 \"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 18 May 2016 23:26:09 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:12;a:6:{s:4:\"data\";s:13:\"\n   \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_b
 ase_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:87:\"WPTavern: After Eight Years, Thematic Theme’s Lead Developers Discontinue the Project\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=54967\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:93:\"http://wptavern.com/after-eight-years-thematic-themes-lead-developers-discontinue-the-project\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"x
 ml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3812:\"<p>Gene Robinson, lead developer of the Thematic WordPress theme, has <a href=\"http://thematictheme.com/2016/05/15/thematic-retrospective/\">announced</a> that the project will no longer be developed. Thematic <a href=\"https://wordpress.org/themes/thematic/\">was last updated</a> in 2013 and is actively installed on more than 4K sites. Users are advised to migrate to a different theme as updates will no longer be released. As WordPress core evolves, sites using Thematic may develop incompatibilities.</p>\n<h2>Continuing The Legacy with a Different Name</h2>\n<p>Although development on Thematic is discontinuing, Robinson has forked the project and renamed it to <a href=\"http://d.eciduo.us\">Deciduous. </a>The project picks up where
  Thematic leaves off. Those interested in continuing development can <a href=\"https://github.com/emhr/Deciduous\">follow it on GitHub</a> where pull requests are welcomed. Robinson is also seeking links to other projects that are derivative of Thematic.</p>\n<h2>Where to Get Support for Thematic</h2>\n<p>Users who need support are advised to post on the <a href=\"https://wordpress.org/support/theme/thematic\">WordPress.org support forums</a> for the Thematic theme, &#8220;The support forums on the Thematic website are shutting down due to the lack of community involvement, moderation, and developer feedback,&#8221; Robinson said. &#8220;Hopefully the greater WordPress support community will be able to help you find a resolution.&#8221;</p>\n<h2>A Look Back</h2>\n<p>The years 2008-2009 is an interesting time frame in WordPress&#8217; history. A number of commercial theme a
 nd plugin companies, WordPress-centric sites, and projects were launched. Among these was the <a href=\"https://web.archive.org/web/20080611165821/http://themeshaper.com/thematic-for-wordpress/\">Thematic theme</a> by Ian Stewart, theme Wrangler for Automattic. Thematic was more than just a theme, it was an opportunity for Stewart to learn how WordPress&#8217; theme system works.</p>\n<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/ThematicThemePreview.png\"><img class=\"size-full wp-image-54981\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/ThematicThemePreview.png?resize=951%2C740\" alt=\"Thematic Theme Preview from WordPress.org\" /></a>Preview of Thematic from WordPress.org\n<p>He regularly shared his knowledge with the community through <a href=\"https://themeshaper.com/\">ThemeShaper.com</a>, a site now owned by Automattic t
 hat features contributions from other members of the theme team. It was the wild west of theme development in 2008 and any person who regularly shared theme development techniques became an influential member of the community.</p>\n<p>Two years after launching Thematic, Stewart <a href=\"https://themeshaper.com/2010/03/04/ian-stewart-joined-automattic/\">joined Automattic</a> as a theme wrangler.</p>\n<blockquote><p>What can I say besides awesome, awesome, awesome? The enormous opportunity for learning and improvement; all the super-talented, friendly people; the chance to work on so many really, really cool projects—it’s almost unbelievable. This is a dream job for me.</p></blockquote>\n<p>The hiring allowed him to make available all of his commercial child themes built on the Thematic framework available free of charge to the community.</p>\n<h2>Did You Learn From Thematic?</h2>\n<p>I
 t&#8217;s bittersweet and slightly nostalgic to see the theme come to an end. When I launched the Tavern in 2009, I regularly linked to tutorials and articles published by Stewart. I&#8217;m almost certain Thematic and its creator helped out a number of budding theme developers between 2008-2011. Let us know in the comments if you used Thematic for any projects or what you learned from its code.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 18 May 2016 20:45:48 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\
 "creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:13;a:6:{s:4:\"data\";s:13:\"\n   \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"Post Status: WordPress as a Headless CMS — Draft podcast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"https://poststatus.com/?p=24518\";s:7:\"attribs\";a:
 0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"https://poststatus.com/wordpress-headless-cms-draft-podcast/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2870:\"<p>Welcome to the Post Status <a href=\"https://poststatus.com/category/draft\">Draft podcast</a>, which you can find <a href=\"https://itunes.apple.com/us/podcast/post-status-draft-wordpress/id976403008\">on iTunes</a>, <a href=\"https://play.google.com/music/m/Ih5egfxskgcec4qadr3f4zfpzzm?t=Post_Status__Draft_WordPress_Podcast\">Google Play</a>, <a href=\"http://www.stitcher.com/podc
 ast/krogsgard/post-status-draft-wordpress-podcast\">Stitcher</a>, and <a href=\"http://simplecast.fm/podcasts/1061/rss\">via RSS</a> for your favorite podcatcher. Post Status Draft is hosted by Joe Hoyle &#8212; the CTO of Human Made &#8212; and Brian Krogsgard.</p>\n<p><span>Joe and Brian discuss WordPress as a Headless CMS. They talk about what a Headless CMS is, WordPress’s strengths and weaknesses as a Headless CMS, popular frameworks to utilize, and offer up example websites to check out.</span></p>\n<p><a href=\"https://audio.simplecast.com/37861.mp3\">https://audio.simplecast.com/37861.mp3</a><br />\n<a href=\"http://audio.simplecast.com/37861.mp3\">Direct Download</a></p>\n<h3>Examples</h3>\n<ul>\n<li><a href=\"https://www.guggenheim.org/\">The Guggenheim</a></li>\n<li><a href=\
 "https://adayofrest.hm/boston-2016/\">A Day of Rest Boston</a></li>\n<li><a href=\"https://ustwo.com/\">ustwo</a></li>\n<li><a href=\"http://skaled.com/\">Skaled</a></li>\n<li><a href=\"http://tri.be/\">Modern Tribe</a></li>\n</ul>\n<h3>Links</h3>\n<ul>\n<li><a href=\"https://angularjs.org/\">Angular</a></li>\n<li><a href=\"https://facebook.github.io/react/\">React</a></li>\n<li><a href=\"http://blog.scalac.io/2016/02/16/react-vs-angular-2.html\">React vs Angular 2</a></li>\n<li><a href=\"https://getmoxied.net/lean/\">Lean, an Agular for WordPress framework</a></li>\n<li><a href=\"https://pantheon.io/decoupled-cms\">Decoupled CMS</a></li>\n<li><a href=\"
 https://css-tricks.com/what-is-a-headless-cms/\">What is a Headless CMS?</a></li>\n<li><a href=\"http://petya.in/we-need-to-talk-about-the-rest-api-the-non-developer-guide-to-the-future-of-wordpress/\">We Need to Talk about the REST API</a></li>\n<li><a href=\"https://make.wordpress.org/core/2016/05/16/rest-api-authentication-broker/\">Introducing the REST API Authentication Broker</a></li>\n<li><a href=\"https://hmn.md/2016/01/14/introducing-our-wordpress-rest-api-white-paper/\">Human Made&#8217;s REST API White Paper</a></li>\n</ul>\n<h3>Sponsor</h3>\n<p><span>Today’s show is sponsored by </span><a href=\"http://optinmonster.com\"><span>OptinMonster</span></a><span>. OptinMonster allows you to convert visitors into subscribers. You can easily create &amp; A/B test beautiful le
 ad capture forms without a developer. They recently released </span><a href=\"http://optinmonster.com/introducing-optinmonster-3-0-taking-your-conversion-optimization-to-the-next-level/\"><span>OptinMonster 3.0</span></a><span>, with an all new builder interface and other great features.</span></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 18 May 2016 17:47:56 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Katie Richards\";s:7:\"attribs\";a:0
 :{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:14;a:6:{s:4:\"data\";s:13:\"\n   \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:87:\"WPTavern: Take Granular Control of WordPress’ Update System with Easy Updates Manager\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=54952\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8
 :\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:94:\"http://wptavern.com/take-granular-control-of-wordpress-update-system-with-easy-updates-manager\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3933:\"<p>When <a href=\"https://wordpress.org/news/2013/10/basie/\">WordPress 3.7 &#8220;Basie&#8221;</a> was released in 2013, it brought automatic updates to the masses. By default, WordPress automatically updates to point releases. Using <a href=\"https://codex.wordpress.org/Configuring_Automatic_Background_Updates\">additional constants</a> within wp-config.php, you can configure WordPress to automatically update themes, plugins, and major releases.</p>\n<p&gt
 ;<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/EasyUpdateManagerFeaturedImage.png\"><img class=\"aligncenter size-full wp-image-54958\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/EasyUpdateManagerFeaturedImage.png?resize=650%2C207\" alt=\"Easy Update Manager Featured Image\" /></a></p>\n<p>If you want granular control over the WordPress update system without touching code, check out <a href=\"https://wordpress.org/plugins/stops-core-theme-and-plugin-updates/\">Easy Updates Manager</a>. Easy Updates Manager is a free plugin that&#8217;s active on more than 70k sites. It&#8217;s maintained by <a href=\"https://profiles.wordpress.org/kidsguide/\">Matthew</a>, <a href=\"https://profiles.wordpress.org/ronalfy/\">Ronald Huereca</a>, <a href=\"https://profiles.wordpress.org/roary86/\">Roary T
 ubbs</a>, and <a href=\"https://profiles.wordpress.org/bigwing/\">BigWing Interactive</a>.</p>\n<h2>Countless Number of Configurations Available</h2>\n<p>Once activated, you&#8217;ll find the options page by browsing to Dashboard &gt; Update Options. There are two different interfaces for configuring updates. The first includes a number of toggle switches that disable/enable updates. The second is a traditional screen with radial buttons.</p>\n<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/EasyUpdateManagerDashboard.png\"><img class=\"size-full wp-image-54959\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/EasyUpdateManagerDashboard.png?resize=1025%2C432\" alt=\"Easy Update Manager Dashboard\" /></a>Easy Updates Manager Dashboard\n<p>Traditional settings page for Easy Updates Manager.</p>\n<a href=\"http:
 //i0.wp.com/wptavern.com/wp-content/uploads/2016/05/EasyUpdateManagerGeneralSettings.png\"><img class=\"size-full wp-image-54960\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/05/EasyUpdateManagerGeneralSettings.png?resize=566%2C480\" alt=\"Easy Update Manager General Settings\" /></a>Easy Updates Manager General Settings\n<p>One of the highlights of Easy Updates Manager is the ability to enable automatic updates for individual themes and plugins. It&#8217;s a convenient way to update themes and plugins that rarely cause issues. There&#8217;s also a built-in logging feature that when enabled creates a new table in the database. It logs the username, update type, version, action, status, and date.</p>\n<p>Logging is listed as a beta feature and should be used at your own risk. It also may not work with all commercial themes and plugins. Here&#8217;s what the log looks like after I updated t
 hree plugins.</p>\n<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/EasyUpdateManagerLogs.png\"><img class=\"size-full wp-image-54961\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/EasyUpdateManagerLogs.png?resize=1025%2C350\" alt=\"Easy Update Management Log\" /></a>Easy Updates Management Log\n<p>Easy Updates Manager also includes the ability to exclude users from manipulating the plugin&#8217;s settings. The plugin contains additional features that I encourage you to explore by using it on a test site.</p>\n<p>Thanks to the number of options available, users have a countless number of update configurations to choose from. I tested the plugin on WordPress 4.6 alpha and it works as expected. You can <a href=\"https://wordpress.org/plugins/stops-core-theme-and-plugin-updates/\">download it for free</a> from the WordPress plugin directory.&lt
 ;/p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 18 May 2016 07:17:01 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:15;a:6:{s:4:\"data\";s:13:\"\n       \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\&quo
 t;;s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:91:\"WPTavern: WordPress 4.6 Improves the Accessibility of the Tag and Category Management Pages\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=54910\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:101:\"http://wptavern.com/wordpress-4-6-improves-the-accessibility-of-the-tag-and-category-management-pages\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\"
 ;s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2775:\"<p>Among the improvements coming in WordPress 4.6 are <a href=\"https://make.wordpress.org/core/2016/05/16/categories-and-tags-screens-changes/\">accessibility enhancements</a> to the Category and Tag management pages. The flow of each page has been changed so that the visual order of elements match the tab order. This allows those who navigate with keyboards to access the Add New Tag or Add New Category area first.</p>\n<p>Andrea Fercia, WordPress core committer and a member of the accessibility team, explains why the changes matter, &#8220;For accessibility, the visual order should always match the tab order. The main functionality in a page should just be the first thing in the source markup and other parts of the user interface should never be &amp
 ;#8216;skipped&#8217;.&#8221;</p>\n<p>The following image shows the tab order of elements on the Tag management screen in WordPress 4.5. In order to reach the Add New Tag section, you need to tab through a number of checkboxes, each tag in the tag cloud, and various quick edit links. This is a time-consuming and frustrating process.</p>\n<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/05/WordPress45TagManagementPage.png\"><img class=\"size-full wp-image-54944\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/05/WordPress45TagManagementPage.png?resize=1025%2C806\" alt=\"WordPress 4.5 Tag Management Element Order\" /></a>WordPress 4.5 Tag Management Element Order\n<p>In WordPress 4.6, the Add New Tag section is the first visual element as well as the first section accessed when pressing the tab key.</p>\n<a href=\"http://i2.wp.com/wptavern.com/wp-content/
 uploads/2016/05/WordPress46TagManagementScreen.png\"><img class=\"size-full wp-image-54945\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/WordPress46TagManagementScreen.png?resize=1025%2C792\" alt=\"WordPress 4.6 Tag Management Screen\" /></a>WordPress 4.6 Tag Management Screen\n<p>The new flow is more logical and provides consistency between the tag and category management screens, &#8220;From an accessibility point of view, the content structure and organization will be easier to understand and navigate,&#8221; Fercia said.</p>\n<p>WordPress theme and plugin authors who have added custom functionality to these screens are advised to double-check their code against the bleeding edge version of WordPress 4.6. There&#8217;s also an <a href=\"https://core.trac.wordpress.org/ticket/35664\">in-depth ticket</a> where developers and users can see how the team reached a c
 onsensus to implement the changes. If you have any questions or concerns please leave a comment on the <a href=\"https://make.wordpress.org/core/2016/05/16/categories-and-tags-screens-changes/\">announcement post</a>.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 17 May 2016 19:30:29 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\&quot
 ;;s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:16;a:6:{s:4:\"data\";s:13:\"\n  \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"WPTavern: New Plugin Uses BuddyPress Email API to Send bbPress Forum Emails\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=54863\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"lin
 k\";a:1:{i:0;a:5:{s:4:\"data\";s:85:\"http://wptavern.com/new-plugin-uses-buddypress-email-api-to-send-bbpress-forum-emails\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3011:\"<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/09/buddypress-bbpress.jpg\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/09/buddypress-bbpress.jpg?resize=1025%2C493\" alt=\"buddypress-bbpress\" class=\"aligncenter size-full wp-image-30982\" /></a></p>\n<p><a href=\"http://wptavern.com/buddypress-2-5-0-released-features-customizable-emails-and-support-for-emoji\" target=\"_blank\">BuddyPress 2.5</a>, released in March, introduced customizable emai
 ls via a new <a href=\"http://wptavern.com/buddypress-2-5-will-add-customizable-emails-via-a-new-bp-email-api\" target=\"_blank\">BP Email API</a>. This new feature allows community managers to easily edit BuddyPress-generated emails in the admin and make design changes in the customizer.</p>\n<p>It didn&#8217;t take long for developers to think of bringing this same customizability to bbPress emails. <a href=\"https://profiles.wordpress.org/thebrandonallen/\" target=\"_blank\">Brandon Allen</a> has just released <a href=\"https://wordpress.org/plugins/bp-emails-for-bbp/\" target=\"_blank\">BP Emails for BBP</a>, a plugin that sends forum and topic subscription emails using the new BP Email API.</p>\n<p>Once installed, administrators will find templates for new forum topics and topic replies under the same Emails menu item with the 16 customizable BuddyPress co
 re emails.</p>\n<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/buddypress-bbpress-emails.png\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/buddypress-bbpress-emails.png?resize=1025%2C305\" alt=\"buddypress-bbpress-emails\" class=\"aligncenter size-full wp-image-54878\" /></a></p>\n<p>Allen noted that the plugin sends emails differently than bbPress, which puts every subscriber email in the BCC field and sends one email. Instead, it sends a separate email to each subscriber, which Allen said may improve deliverability given that some email providers look unfavorably on emails with large BCC fields.</p>\n<p>I tested the plugin and found that it works as advertised for customizing and sending bbPress emails. There are no settings to configure. It simply adds the same functionality that users now expect from BuddyPress core emails with all the same
  customization options.</p>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/05/bbpress-subscription-email.png\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/05/bbpress-subscription-email.png?resize=1025%2C500\" alt=\"bbpress-subscription-email\" class=\"aligncenter size-full wp-image-54929\" /></a></p>\n<p><a href=\"https://wordpress.org/plugins/bp-emails-for-bbp/\" target=\"_blank\">BP Emails for BBP</a> is available on WordPress.org. It does not work with bbPress alone but requires both bbPress 2.5+ and BuddyPress 2.5+ to be active. With the help of this plugin, a community manager can brand all the email communications generated by the site so that the design and wording is consistent across both plugins.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml
 _base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 17 May 2016 05:32:44 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:17;a:6:{s:4:\"data\";s:13:\"\n  \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:
 \"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"WPTavern: BuddyPress 2.6 to Introduce New API for Navigation\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=54803\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"http://wptavern.com/buddypress-2-6-to-introduce-new-api-for-navigation\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2401:\&
 quot;<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/09/buddypress-logo-blue.png\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/09/buddypress-logo-blue.png?resize=839%2C398\" alt=\"buddypress-logo-blue\" class=\"aligncenter size-full wp-image-30655\" /></a></p>\n<p>In an exceptionally well-documented <a href=\"https://buddypress.trac.wordpress.org/changeset/10745/\" target=\"_blank\">commit message</a>, BuddyPress lead developer Boone Gorges introduced a new API to manage single item navigation, thanks to contributions from core developers Mathieu Viet and Raymond Hoh. Gorges summarized the changes to how BuddyPress will handle navigation in the upcoming 2.6 release:</p>\n<blockquote><p>The new BP_Core_Nav overhauls the way that BuddyPress registers, stores, and renders navigation items. Navigations are now component-spe
 cific, eliminating the potential for confusion and conflict between navigation items with similar names in different components, and opening the possibility of generating navs for separate objects of the same type on a single pageload.</p></blockquote>\n<p>The previous navigation system used bp_nav and bp_options_nav, global properties that managed nav and subnav across all of BuddyPress&#8217; components. Developers had a difficult time extending navigation and sometimes ended up stepping on each other&#8217;s toes when adding similar navigation items.</p>\n<p>&#8220;The new system eliminates most of these problems, by removing direct access to the underlying navigation data, while providing a full-fledged API for accessing and modifying that data,&#8221; Gorges said.</p>\n<p>Although the new API ensures backward compatibility with the legacy bp_nav and bp_options_nav, plugin developers whose extensions depend on these metho
 ds will want to update their code. With the exception of certain configurations running PHP 5.2.x, most plugins should work the same as before.</p>\n<p>However, Gorges&#8217; <a href=\"https://buddypress.trac.wordpress.org/changeset/10745/\" target=\"_blank\">commit message</a> details a handful of small ways that the new API may break backward compatibility in a few rare instances. BuddyPress plugin developers will want to review these ahead of the upcoming 2.6 release. Beta 1 is just one week away from release on May 25 and the official release is targeted for June 15.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 17 May 2016 05:06:43 +0000\";s:7:\"
 attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:18;a:6:{s:4:\"data\";s:13:\"\n        \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"WPTavern: Wes Bos Launches Free React.js + Redux Online Course\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:
 \"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=54903\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"http://wptavern.com/wes-bos-launches-free-react-js-redux-online-course\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3193:\"<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/react-redux-course.png\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/react-redux-course.png?resize=1025%2C465\&quot
 ; alt=\"react-redux-course\" class=\"aligncenter size-full wp-image-54916\" /></a></p>\n<p><a href=\"http://wesbos.com/\" target=\"_blank\">Wes Bos</a>, a developer and educator known for his high quality video tutorials, has just launched a free online course for building JavaScript apps with <a href=\"https://facebook.github.io/react/\" target=\"_blank\">React.js</a> and <a href=\"http://redux.js.org/\" target=\"_blank\">Redux</a>. The 2.5 hour <a href=\"https://learnredux.com/\" target=\"_blank\">Learn Redux</a> course includes 20 videos that guide developers through building an example &#8216;Reduxstagram&#8217; app to present the core ideas behind Redux.</p>\n<p>To get the most out of Learn Redux, students should have a decent foundation of React and ES6. Bos recommends those who are not comf
 ortable with React to start with his <a href=\"https://reactforbeginners.com/\" target=\"_blank\">React for Beginners</a> course.</p>\n<p>After you sign up, you&#8217;ll receive an email with a link to the starter files and access to the videos. The example app uses Webpack to bundle ES6 modules into a single JavaScript file, so the course begins with a video on using NPM and Webpack to set up a local development environment. Learn Redux includes:</p>\n<ul>\n<li>Access to all 20 videos</li>\n<li>All starter files</li>\n<li>Webpack Build Templates</li>\n<li>Stepped and finished solutions</li>\n</ul>\n<p>Bos spent more than 100 hours producing this series in partnership with <a href=\"https://getsentry.com/welcome/\" target=\"_blank\">Sentry</a> as a sponsor. Anyone who signs up receives a $50 Sentry credit.</p>\n<p>After C
 alypso was announced, Bos, who describes himself as &#8220;a huge WordPress fan,&#8221; wrote a <a href=\"http://wesbos.com/wordpress-calypso-react/\" target=\"_blank\">post</a> dispelling rumors that WordPress was ditching PHP and being rewritten in Node.js. He also urged WordPress developers to learn JavaScript.</p>\n<p>&#8220;This is thunder in the distance as to what is to come in WordPress,&#8221; Bos said. &#8220;Much of the theme writing I do is already in JavaScript – I often use WordPress as just an API to get data out of, and then use frameworks like Angular, React, Google Maps or jQuery to display that data. I’m not building an entire website in a JavaScript framework, but much of the interactive view layer of these sites is moving into JavaScript frameworks.&#8221;</p>\n<p>If you want to be ready to dive into the next generation of WordPress site and application development with knowledge
  of one of the most popular JS frameworks, the free <a href=\"https://learnredux.com/\" target=\"_blank\">Learn Redux</a> course offers all the tools necessary for getting started with React.js, Redux, and React Router.</p>\n<p>&#8220;Our trusty PHP template files aren’t going anywhere anytime soon, but I’ll bet you dollars to donuts you’ll be writing a lot more JavaScript in your WordPress sites in the years to come,&#8221; Bos said.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 16 May 2016 21:50:34 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\&
 quot;;s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:19;a:6:{s:4:\"data\";s:13:\"\n \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:134:\"WPTavern: Daniel Bachhuber Discusses WP-CLI, the WP REST API, and the Challenges of Contributing to Open Source on Roots Radio Podcast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\
 ";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=54738\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:142:\"http://wptavern.com/daniel-bachhuber-discusses-wp-cli-the-wp-rest-api-and-the-challenges-of-contributing-to-open-source-on-roots-radio-podcast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:7828:\"<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/05/daniel-bachhuber.jpg\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/05/daniel-bachhuber.jpg?resize=300
 %2C300\" alt=\"daniel-bachhuber\" class=\"alignright size-medium wp-image-54898\" /></a><a href=\"https://danielbachhuber.com/\" target=\"_blank\">Daniel Bachhuber</a>, maintainer of the <a href=\"http://wp-cli.org/\" target=\"_blank\">WP-CLI</a> project and a contributing developer to the <a href=\"http://v2.wp-api.org/\" target=\"_blank\">WP REST API</a>, joined Chris Carr and Austin Pray on a recent episode of the <a href=\"https://roots.io/podcast/ep13/\" target=\"_blank\">Roots Radio podcast</a>. Bachhuber discussed his recent experience crowdfunding his work on &#8220;<a href=\"https://wp-cli.org/restful/\" target=\"_blank\">A More RESTful WP-CLI</a>&#8221; as well as the challenges he&#8217;s encountered as a contributor to various open source projects over the years.</p
 >\n<p>In the first part of the episode, Bachhuber shared how he spent the 283 hours of time that the WordPress community funded to advance the WP-CLI and WP REST API projects. The funding gave him the opportunity to dedicate time split between the two projects. Bachhuber put in approximately 95 hours towards the REST API in January and February but the bulk of the hours went towards making WP-CLI more friendly for developers who work with the REST API.</p>\n<p>&#8220;WordPress developers are going to be putting a lot of time now towards writing REST endpoints that expose their functionality to the world, and it would be really nice if WP-CLI interoperated nicely with that and allowed you to use that functionality at the command line without having to separately write your own WP-CLI commands,&#8221; Bachhuber said.</p>\n<p>He discussed the challenge of scoping out this broad goal and what he learned about crowdfunding during the process.</
 p>\n<p>&#8220;The RESTful WP-CLI kickstarter project was intentionally ambitious, because I&#8217;m a guy who has big ideas and likes to do big things,&#8221; Bachhuber said. &#8220;There are some things I feel really happy that I&#8217;ve been able to ship and produce so far, and there are other features that, for one reason or another, I haven&#8217;t quite been able to execute  yet and that&#8217;s a bit frustrating.</p>\n<p>&#8220;It&#8217;s a whole different ball game trying to manage the expectations of your Kickstarter backers than it is a single client. I&#8217;ve got 107 clients that I have to make happy,&#8221; he said.</p>\n<p>Nevertheless, Bachhuber said he was able to get the issue backlog for WP-CLI down to less than 60 issues and the dedicated time has allowed him to resolve old issues that have &#8220;languished since the dawn of time.&#8221;</p>\n<p>As part of the reward
 s offered for contributors to the crowdfunding campaign, Bachhuber offered his time consulting with individuals and organizations, which he found to be easier than traditional physical swag rewards.</p>\n<p>&#8220;I&#8217;m really glad that I chose [consulting] over having to give out physical swag, because it&#8217;s very difficult to procure and ship to everyone, particularly when you have international backers,&#8221; he said. &#8220;Even though I&#8217;ve spent a lot of my time fulfilling the rewards and talking with people and having calls with them and meeting up with them in person, it&#8217;s a much easier effort to manage than sending 100 coffee mugs across the world.&#8221;</p>\n<p>When asked if he&#8217;d do it again, Bachhuber said yes but emphasized that spending this much time on an open source project only works if you keep a healthy balance with other aspects of life.</p>\n<p>&#8220;I think i
 t&#8217;s really important that if you&#8217;re contributing to open source projects on a regular basis or even maintaining them, that you balance your time between that and other things,&#8221; he said. &#8220;It&#8217;s really easy to get burned out on said open source project if you spend 100% of your time on it for a whole month or six months.</p>\n<p>&#8220;I was pretty intentional to say that the money I was raising was going to cover my involvement with the project for six months, a certain number of hours, and that it was going to be a part-time thing. That was a really healthy way to approach it. I think I would have gotten burned out if I had just tried to dive into it, crank it out, and move on to the next thing,&#8221; Bachhuber said.</p>\n<h3>The Emotional Challenges of Working on Open Source Projects</h3>\n<p>During the course of the interview Bachhuber was asked to share his feelings on what he referred t
 o as &#8220;the kerfuffle with the REST API&#8221; that happened in February. The REST API team had written a merge proposal in September 2015 that recommended merging the API in two parts &#8211; the infrastructure in 4.4 and the posts, comments, terms, and users endpoints in 4.5 or 4.6. After partially executing on that proposal, the team held a status chat to discuss the plan moving forward.</p>\n<p>Bachhuber said that the discussion became &#8220;a very emotionally fraught event&#8221; after Matt Mullenweg said the project needed feature parity with the WordPress admin before any of the endpoints could be considered for merge. After putting hundreds of hours into the project alongside a handful of dedicated contributors who were already spread thin, he found this new requirement was a difficult pill to swallow.</p>\n<p>&#8220;For better or for worse, as a maintainer or even a participant of an open source project, you have to have 
 a thick skin and realize that all the time the decisions that are made are not about you &#8211; they are about the project,&#8221; Bachhuber said. &#8220;Even if you are personally offended by the decision, it doesn&#8217;t matter because it isn&#8217;t about you. It&#8217;s really difficult to deal with emotionally.&#8221;</p>\n<p>Bachhuber&#8217;s years of contributing to and maintaing open source projects has taught him a few things about managing stress and conflict that <a href=\"https://2016.europe.wordcamp.org/session/my-condolences-youre-now-the-maintainer-of-a-popular-open-source-project/\" target=\"_blank\">he plans to share at WordCamp Europe</a> in a talk titled, &#8220;My condolences, You&#8217;re now the maintainer of a popular OS project.&#8221;</p>\n<p>&#8220;I find a lot of joy in maintaining open source projects,&#8221; Bachhuber said. &#8220;I also have
  to actively work to address the emotional side of the equation to make sure I&#8217;m in a healthy space to continue maintaining the project and the project is not affecting me personally. It&#8217;s taken me years to come to a point where I&#8217;m comfortable with that.&#8221;</p>\n<p>In the case of the WP REST API, Bachhuber has come to a place where he can compartmentalize his emotional reactions and responses to the differing opinions.</p>\n<p>&#8220;I&#8217;ve come to a point now where I care but I don&#8217;t care,&#8221; he said. &#8220;I care in the sense that I&#8217;d still love to see those endpoints go into core and see the fruits of our labors realized. I don&#8217;t care because I&#8217;m not emotionally attached to that happening on any particular time frame. I honestly would rather it happen when it&#8217;s ready to happen over prematurely, and I realize I might not be the best qualified pe
 rson to make that decision.&#8221;</p>\n<p>In the remainder of the episode, Bachhuber and Carr discuss React, Redux, Karma, Enzyme, and other tools for testing and developing with the REST API. Check out the recording of the episode on <a href=\"https://roots.io/podcast/ep13/\" target=\"_blank\">Roots Radio</a> for more details about Bachhuber&#8217;s work on WP-CLI and his crowdfunding experience.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 16 May 2016 06:03:31 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"htt
 p://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:20;a:6:{s:4:\"data\";s:13:\"\n    \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:102:\"WPTavern: The WordPress.org Recommended Hosting Page is Revamped, Features Flywheel for the First Time\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\&quot
 ;data\";s:28:\"http://wptavern.com/?p=54822\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:111:\"http://wptavern.com/the-wordpress-org-recommended-hosting-page-is-revamped-features-flywheel-for-the-first-time\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:8235:\"<p>DreamHost, Flywheel, and SiteGround have joined Bluehost on WordPress.org&#8217;s new <a href=\"https://wordpress.org/hosting/\">recommended hosting</a> page. In mid 2015, Matt Mullenweg, co-founder of the open source WordPress project, <a href=\"http://wptavern.com/the-recommended-ho
 sting-page-on-wordpress-org-starts-over-from-scratch\">announced</a> the page would be revamped. To have a chance at being listed webhosting companies needed to fill out a 40-question survey.</p>\n<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/05/RecommendedHostsPage.png\"><img class=\"size-full wp-image-54844\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/05/RecommendedHostsPage.png?resize=790%2C642\" alt=\"2016 Recommended Hosts Page\" /></a>2016 Recommended Hosts Page\n<p>This is Flywheel&#8217;s first time on the page. <a href=\"https://getflywheel.com/\">Flywheel</a>, launched in 2013, is a managed WordPress hosting company with an emphasis towards designers and agencies. I asked Dusty Davidson, c<span class=\"team__role\">o-Founder and CEO of Flywheel</span>, what it means to be included on the page. &#8220;We&a
 mp;#8217;re obviously excited to be included, and think it really reflects on the work we&#8217;ve done to create a great experience for WordPress users,&#8221; he<span class=\"team__role\"> said. </span></p>\n<p>The recommended webhosting page on WordPress.org is incredibly lucrative. Based on conversations I&#8217;ve had with employees of hosts listed, it can generate millions of dollars in revenue. I asked Davidson what impact this will have on his company, &#8220;<span class=\"team__role\">I&#8217;m sure it will undoubtedly send a good deal of traffic, but honestly we&#8217;re just humbled and excited to be recognized,&#8221; he said. </span></p>\n<h2>A New Round of Controversy</h2>\n<p>Over the years, companies have come and gone from the recommended hosting page. However, Bluehost in particular has consistently appeared on the list, including the most recent iteration. B
 luehost is owned by <a href=\"http://www.endurance.com/\">Endurance International Group</a> who <a href=\"http://www.prweb.com/releases/2014/05/prweb11874425.htm\">invested in Automattic</a> in 2014. Because Mullenweg is the CEO of Automattic and controls who is listed on the page, it&#8217;s easy to see why it regularly generates controversy.</p>\n<p>Kevin Ohashi of ReviewSignal.com, <a href=\"http://reviewsignal.com/blog/2016/05/12/wordpress-org-updates-hosting-recommendations-nobody-knows-selection-criteria/\">criticized the lack of transparency</a> regarding the process for how hosts.</p>\n<blockquote><p>Who is responsible for this revamp? What were the selection criteria? How often will it be updated? Will existing companies be continuously re-evaluated?</p></blockquote>\n<p>These are important questions to ask and there are no publicly documented answers. In a 
 follow up post, <a href=\"http://reviewsignal.com/blog/2016/05/13/wordpress-org-hosting-recommendations-listing-criteria/\">Ohashi investigated</a> what criteria needs to be met for being listed on the page. The post contains a number of screenshots of his private conversation with <a href=\"https://profiles.wordpress.org/macmanx\">James Huff</a>, who has volunteered for the WordPress project for 12 years and has worked at Automattic for five years.</p>\n<p>Huff was directly related to the project and influenced who was chosen thanks to his involvement on the WordPress Support Team. Within the conversation, he shares details of the process and mentions that no money exchanged hands. Early in the conversation, Ohashi tells Huff that he wants to learn and publish how the process works. However, Huff had no idea that everything he said would be made public.</p>\n<p>&#8220;I was invited to what sounded like a friend
 ly chat over direct message from a concerned community member, after he was referred to me by a friend,&#8221; Huff said. &#8220;At no point was it clarified or even implied that anything discussed would be made public.&#8221;</p>\n<p><del>Conversations held in a private matter should remain private unless given permission to publish them, something I discovered the hard way.</del> Unfortunately, the post comes across as a public interrogation of Huff. I asked Huff, who was shaken by the experience, how it has affected him moving forward as it relates to the WordPress project.</p>\n<p>&#8220;I&#8217;d be lying if I said my feelings weren&#8217;t at least shaken by the experience, especially considering how polite he was to my friend and how hostile he was towards me apparently just because I work for Automattic, but this isn&#8217;t the first time that has happened to me and I don&#8217;t expect it to be the last,&a
 mp;#8221; he said.</p>\n<p>&#8220;There&#8217;s an usually prevalent negative bias against Automatticians who contribute to WordPress.&#8221;</p>\n<h2>Mullenweg Provides Clarification</h2>\n<p>Mullenweg <a href=\"http://reviewsignal.com/blog/2016/05/13/wordpress-org-hosting-recommendations-listing-criteria/#comment-1011\">commented on the post</a> where he not only sticks up for Huff, but answers some of the controversial questions raised by Ohashi. Mullenweg explains how the applicants were chosen, how the criteria is weighted, who makes the final decisions, and how much money is involved. Here is his comment in full.</p>\n<blockquote><p>&#8216;I would like to see some transparency in the process&#8217;</p>\n<p>As stated on the page, the listing is completely arbitrary. The process was: There was a survey, four applicants were chosen, and the page was updated. That might repe
 at later in the year, or the process might change.</p>\n<p>&#8216;how criteria are weighted&#8217;</p>\n<p>There is no criteria or weighting. It ultimately is one person’s opinion. Information that is important is reflected in the questions asked in the survey, but that is not everything that is taken into account. (I have looked at this site in the past, for example.)</p>\n<p>&#8216;who is making the decisions&#8217;</p>\n<p>I am. James helped in sorting through the many submissions that came in, doing additional research, and digging on finalists, but ultimately the decision was mine. You can and should blame me fully for any issues you have with it. I appreciate James’ help in this go-round, but he will not be involved at all with any future updates. (So, please leave him alone.)</p>\n<p>&#8216;how much money is involved&#8217;</p>\n<p>There was no money involved. Obviously being l
 isted on the page is hugely valuable and impacts the listed (or unlisted) businesses a great deal. This is why I take full responsibility for the listing, now and in the future — I have been fortunate to be extraordinarily successful and no financial or business consideration any of the applicants could offer matters to me. A host could offer $100,000,000 to be listed on the page for 1 day, and I would say no.</p></blockquote>\n<p>It&#8217;s unfortunate that the information in Mullenweg&#8217;s comment is not published in an official post announcing the changes to the recommended hosting page. If an official post was published that included the same information in his comment, it&#8217;s possible it would have eliminated most of the confusion, uncertainty, and doubt surrounding it.</p>\n<h2>Should WordPress.org Have a Recommended Hosting Page?</h2>\n<p>Due to the investments EIG has made in Automattic, Mullenweg&#8217;s rol
 e at the company, and him making the final decisions, there will always be a potential conflict of interest despite taking full responsibility of the page and the processes associated with it.</p>\n<p>Should WordPress.org have a recommended hosting page? What if the page was replaced with information people could use to make informed decisions on choosing a host? It would eliminate potential conflicts of interest and if there was a host Mullenweg felt strongly about, he could label it as a partner of the project. This would make it clear that any financial connection with the company is a business relationship.</p>\n<p>Are you hosting with any of the companies listed on the recommended hosting page? If so, tell us about your experience in the comments.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"x
 ml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 14 May 2016 16:39:29 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:21;a:6:{s:4:\"data\";s:13:\"\n       \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:88
 :\"WPTavern: WordPress Accessibility Team Seeks Testers Using Speech Recognition Technology\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=54829\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:98:\"http://wptavern.com/wordpress-accessibility-team-seeks-testers-using-speech-recognition-technology\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2791:\"<a href=\"http:/
 /i1.wp.com/wptavern.com/wp-content/uploads/2016/05/glasses.jpg\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/05/glasses.jpg?resize=1024%2C562\" alt=\"photo credit: Let\'s Read - (license)\" class=\"size-full wp-image-54851\" /></a>photo credit: <a href=\"http://www.flickr.com/photos/42788859@N00/320216939\">Let&#8217;s Read</a> &#8211; <a href=\"https://creativecommons.org/licenses/by-nc-sa/2.0/\">(license)</a>\n<p>The World Health Organization estimates that <a href=\"http://www.who.int/mediacentre/factsheets/fs282/en/\" target=\"_blank\">285 million people</a> worldwide are living with some form of visual impairment and 39 million of those are estimated to be blind. Many people with low vision depend on speech recognition technology to navigate the web and communicate their thoughts. This type of software also assists peop
 le who have carpal tunnel, RSI (Repetitive Stress Injuries) and/or limited mobility in their hands and arms.</p>\n<p>Rian Rietveld and the Accessibility team are working to improve the experience of using WordPress with speech recognition software, such as <a href=\"http://www.nuance.com/dragon/index.htm\" target=\"_blank\">Dragon Naturally Speaking</a> (widely considered as one of the best for desktop use.) In particular, <a href=\"https://core.trac.wordpress.org/ticket/23562\" target=\"_blank\">the task of adding media to a post has a number of obstacles</a> that make it nearly impossible for those using speech recognition software.</p>\n<p>Rietveld <a href=\"https://make.wordpress.org/accessibility/2016/05/13/20th-wordpress-accessibility-test-add-media-with-speech-recognition-software/\" target=\"_blank\">posted three tests</a> to the Accessibility team&#821
 7;s blog today, inviting those who use <a href=\"http://www.nuance.com/dragon/index.htm\" target=\"_blank\">Dragon Naturally Speaking</a> or other assistive technology to help the contributors determine the roadblocks that need to be removed for adding media. These tests include actions like adding media, editing attachment details, and creating a gallery.</p>\n<p>If you use WordPress with assistive technology for speech recognition, completing these tests and offering your feedback is one way to get involved as a contributor. You don&#8217;t necessarily have to use Dragon Naturally Speaking, as there are many newer alternatives such as Windows Speech Recognition (Cortana) and Chrome&#8217;s speech recognition powered by Google Speech to Text. Testers can report their experiences, along with the assistive technology/browser/OS, in the comments on Rietveld&#8217;s <a href=\"https://make.wordpress.org/accessibility/2016/0
 5/13/20th-wordpress-accessibility-test-add-media-with-speech-recognition-software/\" target=\"_blank\">post</a>.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 13 May 2016 22:40:35 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:22;a:6:
 {s:4:\"data\";s:13:\"\n \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"WPTavern: Happytables Pivots to Provide Restaurant Analytics and Insights\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=41046\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:83:\"http://wptavern.com/happytables-pivots-to-provi
 de-restaurant-analytics-and-insights\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5302:\"<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/03/happy-tables.jpg\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/03/happy-tables.jpg?resize=1000%2C608\" alt=\"happy-tables\" class=\"aligncenter size-full wp-image-54835\" /></a></p>\n<p><a href=\"http://www.happytables.com/\" target=\"_blank\">Happytables</a> is changing from being a platform that hosts restaurant websites to one that provides analytics and insights by tapping into apps that restaurants are already using to promote their businesses. The company uses WordPress as a command center for 
 the application that communicates with various restaurant-tech APIs to deliver information to the dashboard in realtime.</p>\n<p>&#8220;We started with the website builder a while back,&#8221; Founder and CEO Noel Tock said. &#8220;It’s been a great ride, but we realized two things: 1) Website builders have become a race to the bottom with regards to revenue as well as extremely competitive, and 2) From our many conversations with restaurants, their challenges have become much larger; consolidating data and insights from all the products they now use.&#8221;</p>\n<p>One of the Happytables beta restaurants in London uses 14 different applications to manage its sales, operations, and marketing, and Tock says this trend is only growing.</p>\n<p>&#8220;The centre of gravity is shifting from the Point of Sale to a very fragmented collection of siloed products (reservations, online ordering, staff scheduling/wages, loyalty, waitlis
 t, social, etc.),&#8221; Tock said. &#8220;Becoming that 30,000 foot view whilst generating actionable insights across the portfolio of applications is the challenge we’ve taken on with the new Happytables.&#8221;</p>\n<p>The first installation of the new Happytables was set up for <a href=\"http://whyteandbrown.com/\" target=\"_blank\">Whyte &amp; Brown</a> in London where the team is focusing their beta testing. The application currently aggregates data from POS (Point of Sale) and Social, but Tock says this will rapidly evolve to providing various insights from POS and Labor, such as revenue forecasting, employee performance, and breakfast/lunch/dinner performance.</p>\n<p>&#8220;It’s been very exciting working towards actionable insights, whereby we can tell a waiter that he/she was underselling a certain product or category compared to their colleagues, or that a particular employee performs a lot b
 etter on lunch then on dinner,&#8221; Tock said.</p>\n<p>Below you can see an example of Happytables&#8217; latest kitchen dashboard, using the team view as opposed to the individual employee recommendations/suggestions view.</p>\n<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/03/Happytables_kitchen_dashboard.png\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/03/Happytables_kitchen_dashboard.png?resize=1025%2C731\" alt=\"Happytables_kitchen_dashboard\" class=\"aligncenter size-full wp-image-54833\" /></a></p>\n<p>The new Happytables uses WordPress as a backend and the WP REST API and ReactJS on the frontend.  Although the development team still uses WordPress as one of its core technologies, the infrastructure is a bit more complicated.</p>\n<p>&#8220;It’s not pure WordPress for the data storage,&#8221; CTO Aaron Jorbin s
 aid. &#8220;In fact, very little of it is actually stored inside WordPress. It is used to store some information about the restaurant and manage requests to third parties where we fetch the data and then store it in DynamoDB.&#8221;</p>\n<p>The screenshots in this post show the WordPress theme in full screen mode, but Jorbin said the restaurant staff never interact with wp-admin. Restaurant operators use the app to view all the realtime information coming in so that they can make better decisions about how they run their businesses.</p>\n<p>Happytables is still hosting its customers from its first iteration as a website builder, but Tock said most are not good candidates for the beta.</p>\n<p>&#8220;The infrastructure is quite different now as we’re capturing different types of data (previously web content, now largely transactional data),&#8221; he said. &#8220;Our customers on the website builder platform came from all walk
 s of life, so there’s not many who fit the ideal beta candidate (using Micros/Aloha as POS, based in London, run a multiunit restaurant, etc.).</p>\n<p>&#8220;We&#8217;re just looking to see how we can fit this into the larger Happytables model downstream,&#8221; Tock said. &#8220;If we’re going to implement so many API’s, there’s also value in tying those back to the website.&#8221;</p>\n<p>Not many aspects of the new infrastructure have been open sourced yet, as the team has been moving fast. Tock said they hope to make some of their code public further down the road after it&#8217;s been tested.</p>\n<p>&#8220;Once we’re past testing/beta, I’m sure a number of features will become more mature tools and move into their own public repo if they are of that sort of benefit,&#8221; he said. The new infrastructure is one of the many exciting ways that the WP REST API is being used to bring a host of informa
 tion into WordPress from various third party applications and tie it all together in a useful way.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 13 May 2016 19:45:25 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:23;a:6:{s:4:\"data\";s:13:\"\n
        \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:19:\"Matt: Mom on Tinder\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"https://ma.tt/?p=46572\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"https://ma.tt/2016/05/mom-on-tinder/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_ex
 plicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:227:\"<p>If you&#8217;re looking for a fun Friday read, <a href=\"http://www.gq.com/story/my-mom-ran-my-tinder\">check out this story of a young GQ writer who gave control of his Tinder account to his Mom</a>. It&#8217;s adorkable.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 13 May 2016 16:35:45 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:
 4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:24;a:6:{s:4:\"data\";s:13:\"\n \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:89:\"WPTavern: GitLab Courts Disgruntled GitHub Customers with Response to Recent Pricing Hike\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=54780\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"
 \";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:99:\"http://wptavern.com/gitlab-courts-disgruntled-github-customers-with-response-to-recent-pricing-hike\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5016:\"<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/01/gitlab.png\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/01/gitlab.png?resize=1025%2C371\" alt=\"gitlab\" class=\"aligncenter size-full wp-image-50741\" /></a></p>\n<p>Yesterday GitHub <a href=\"http://wptavern.com/github-introduces-unlimited-private-repositories-hikes-prices-for-organizations\&q
 uot; target=\"_blank\">announced</a> pricing changes that give all paid plans unlimited repositories and change plans to a pricing-per-user model. Individual developers are the most likely customers to benefit from the changes, but many organizations will see an exponential increase in pricing.</p>\n<p>GitLab, a competitor in the Git repository hosting space, immediately addressed disgruntled GitHub customers with a <a href=\"https://about.gitlab.com/2016/05/11/git-repository-pricing/\" target=\"_blank\">pricing comparison</a> on the company&#8217;s blog. Co-founder and CEO <a href=\"https://twitter.com/sytses\" target=\"_blank\">Sid Sijbrandij</a> noted that the three main players in this space, GitHub, Bitbucket, and GitLab, all offer unlimited private repositories but that it doesn&#8217;t cost companies more to host additional repositories for a given user.</p>\n<p>
 Sijbrandij attributes the change to the increase in the <a href=\"https://www.sequoiacap.com/article/build-us-microservices/\" target=\"_blank\">microservices model</a>, a development approach that breaks software down into smaller, related pieces that communicate with one another via APIs.</p>\n<p>&#8220;As more and more developers, teams, and organizations seek out the advantages of microservices, they’ll need more repositories to support this new code structure,&#8221; Sijbrandij said. &#8220;Basically, the more microservices you have the more repositories you’ll need. That is why it is not surprising that GitHub has announced free private repositories.&#8221;</p>\n<p>Sijbrandij referenced several examples where GitHub&#8217;s pricing changes hit open source organizations hard, including <a href=\"https://github.com/edx/\" target=\"_blank\">Open edX</a>, a non-profit wi
 th a large number of contributors, which <a href=\"https://news.ycombinator.com/item?id=11674530\" target=\"_blank\">posted</a> the following on Hacker News:</p>\n<blockquote><p>I work for a non-profit open source organization that <a href=\"https://github.com/edx/\" target=\"_blank\">collaborates on github</a>. We have lots of people who aren&#8217;t employees, but have signed a contributor agreement with our organization and contribute changes to our software. Our bill will go up from $200/month to over $2000/month with this new pricing. We can afford it (it&#8217;s still a small fraction of our AWS bill) but it will force us to look at other alternatives. Github&#8217;s code review tools are already pretty mediocre compared to other tools like gerrit, and we&#8217;ve long since moved off of GitHub issue tracking due to lack of features compared to JIRA.</p></blockquote>\n
 <p>Sijbrandij emphasized that the team at GitLab believes “everyone can contribute,” a mission which drives GitLab.com&#8217;s pricing structure to offer unlimited private repositories, unlimited contributors, and unlimited CI runners for free. The on-premises solution, which includes enterprise features and support, is what keeps the lights on at the company. GitLab.com, the free, hosted version, runs the same enterprise edition software but is, by Sijbrandij&#8217;s own admission, still <a href=\"https://gitlab.com/gitlab-com/operations/issues/42\" target=\"_blank\">struggling with sluggish performance</a>.</p>\n<p>Earlier this year when open source project maintainers <a href=\"http://wptavern.com/open-source-project-maintainers-confront-github-with-open-letter-on-issue-management\" target=\"_blank\">confronted GitHub with an open letter on issue management</a>, GitLab differentiated its
 elf by <a href=\"http://wptavern.com/gitlab-courts-open-source-project-maintainers-with-response-to-dear-github-letter\" target=\"_blank\">responding</a> to the situation with a new initiative focused on “making GitLab the best place for big open source projects.”</p>\n<p>Nearly a month later, <a href=\"http://wptavern.com/github-responds-to-letter-from-open-source-project-maintainers\" target=\"_blank\">GitHub finally responded</a> with an apology to open source project maintainers and a promise to address their concerns with a steady string of changes.</p>\n<p>GitHub has not given any indication of reversing its recent decision to change its pricing structure. However, with competitors like GitLab putting on the heat, GitHub may be forced to make some changes to its paid plans. At the very least, it could inspire the company to address concerns about organizations having to pay for inactive
  users and perhaps spur GitHub to offer customers the ability to distinguish between collaborators on open source projects and users who simply need access to private repositories.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 13 May 2016 02:33:33 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_l
 ang\";s:0:\"\";}}}}}i:25;a:6:{s:4:\"data\";s:13:\"\n     \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:106:\"WPTavern: How Authors With Plugins in the Official Directory Can Use Tags to Get a Moderator’s Attention\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=54441\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:
 \"data\";s:113:\"http://wptavern.com/how-authors-with-plugins-in-the-official-directory-can-use-tags-to-get-a-moderators-attention\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2627:\"<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/05/WordPressAdviceForNewUsers.png\"><img class=\"size-full wp-image-44085\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/05/WordPressAdviceForNewUsers.png?resize=612%2C237\" alt=\"WordPress Advice For New Users\" /></a>photo credit: <a href=\"http://www.flickr.com/photos/99329675@N02/11064947983\">What You Need To Know About Food Poisoning</a> &#8211; <a href=\"https://creativecommons.org/licenses/by-sa/2.0/\">(l
 icense)</a>\n<p>It&#8217;s almost inevitable that as a WordPress plugin gains popularity, it will receive a bad review. How plugin authors handle and respond to bad reviews is crucial, especially in a public forum. Mika Epstein, who helps review plugins before they&#8217;re added to the directory and is a dedicated support forum volunteer, <a href=\"https://make.wordpress.org/plugins/2016/05/03/handling-bad-reviews/\">gives advice </a>on how to handle and respond to bad reviews.</p>\n<p>Bad reviews are classified as those written as spam, trolling, emotional blackmail for support, and those that should have been a support post. Since the plugin review system is powered by bbPress, plugin authors can add tags to reviews in order to draw a moderator&#8217;s attention. The tags include:</p>\n<ul>\n<li><strong>Modlook</strong> &#8211; This tag notifies moderators that a particular thread needs th
 eir attention. If you think a review is spam, don&#8217;t respond to it. Instead, add the Modlook and Spam tags and let a moderator decide if the review should be deleted.</li>\n<li><strong>Sockpuppet</strong> &#8211; If you suspect a review is part of a spamming campaign where a group of people are marking a plugin as one or five stars, apply the sockpuppet and modlook tags to the review.</li>\n<li><strong>Wrongplugin</strong> &#8211; Add the wrongplugin tag to the review if you believe it&#8217;s for a different plugin. The team can move the review to the appropriate place.</li>\n<li><strong>Pluginmod</strong> &#8211; Add this tag to a review if you need an administrator&#8217;s attention. This usually results in the team performing a full review of your plugin. If it&#8217;s determined that it breaks any of <a href=\"https://wordpress.org/plugins/about/guidelines/\"&gt
 ;the guidelines</a>, it will be removed until they&#8217;re fixed.</li>\n</ul>\n<p>Developers who host plugins in the official directory should make note of these tags and use them when necessary. The tag system is generally unknown to the public but it&#8217;s a great way for moderators to keep on top of the forums and reviews.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 13 May 2016 01:06:02 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\&quo
 t;data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:26;a:6:{s:4:\"data\";s:13:\"\n       \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"WPTavern: WPWeekly Episode 234 – All Things WordCamp with Andrea Middleton\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"http://wptavern.com?p=54807&preview_id=54807\";s:7:\"attribs\";a:0:{}s:8:\
 "xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:82:\"http://wptavern.com/wpweekly-episode-234-all-things-wordcamp-with-andrea-middleton\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2896:\"<p>In this episode of WordPress Weekly, Marcus Couch and I are joined by <a href=\"https://thethingwiththestuff.wordpress.com/\">Andrea Middleton</a>, who works at Automattic as a Community Organizer for the WordPress open source project. We discuss a number of topics including, updates to the WordCamp Central website, the <a href=\"https://make.wordpress.org/community/2016/03/02/transitioning-to-wordpress-community-
 support/\">for-profit subsidiary</a>, and the experimental <a href=\"http://wptavern.com/wordpress-to-launch-experimental-wordcamp-incubator-program\">WordCamp incubator program</a>.</p>\n<p>At the conclusion of our interview with Middleton, Mendel Kurland, GoDaddy&#8217;s Evangelist, joined us to describe his experiences attending DrupalCons. DrupalCons are events similar to WordCamps but on a larger scale. He tells us what the similarities and differences are and the unique things they do that he&#8217;d like to see WordCamps adopt. We close out the show with Marcus&#8217; plugin picks of the week.</p>\n<h2>Stories Discussed:</h2>\n<p><a href=\"http://wptavern.com/wordpress-4-5-2-patches-two-security-vulnerabilities\">WordPress 4.5.2 Patches Two Security Vulnerabilities</a><br />\n<a href=\"http://wptavern.com/automattic-is-protecting-its-woo-woothemes-and-woocom
 merce-trademarks\">Automattic is Protecting its Woo, WooThemes, and WooCommerce Trademarks</a></p>\n<h2>Plugins Picked By Marcus:</h2>\n<p><a href=\"https://wordpress.org/plugins/disable-core-update-email/\">Disable WordPress Core Update Email</a> allows used to disable the default notification email sent by WordPress after an automatic core update is applied.</p>\n<p><a href=\"https://wordpress.org/plugins/downgrade/\">Downgrade </a>enables users to easily downgrade WordPress to an earlier version. It&#8217;s a handy diagnostics tool that helps determine if a new WordPress release is the cause of errors.</p>\n<p><a href=\"https://wordpress.org/plugins/woo-customer-insight\">Woo Customer Insight </a>provides greater insight into what visitors are doing on your sites. It allows you to see the pages your customers are visiting, where they&#8217;re cli
 cking, the time spent on the different pages, and more.</p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Wednesday, May 18th 9:30 P.M. Eastern</p>\n<p><strong>Subscribe To WPWeekly Via Itunes: </strong><a href=\"https://itunes.apple.com/us/podcast/wordpress-weekly/id694849738\" target=\"_blank\">Click here to subscribe</a></p>\n<p><strong>Subscribe To WPWeekly Via RSS: </strong><a href=\"http://www.wptavern.com/feed/podcast\" target=\"_blank\">Click here to subscribe</a></p>\n<p><strong>Subscribe To WPWeekly Via Stitcher Radio: </strong><a href=\"http://www.stitcher.com/podcast/wordpress-weekly-podcast?refid=stpr\" target=\"_blank\">Click here to subscribe</a></p>\n<p><strong>Listen To Episode #234:</strong><br />\n</p>\n<div id=
 \"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 12 May 2016 23:23:19 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:27;a:6:{s:4:\"data\";s:13:\"\n   \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_b
 ase_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Matt: .Blog\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"https://ma.tt/?p=46554\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"https://ma.tt/2016/05/blog/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:85
 8:\"<p>It&#8217;s now public that Automattic is the company behind Knock Knock Whois There LLC, the registry for the new .blog TLD. (And a great pun.) We wanted to stay stealth while in the bidding process and afterward in order not to draw too much attention, but nonetheless the cost of the .blog auction got up there (people are <a href=\"http://www.theregister.co.uk/2015/02/13/who_just_bought_dotblog_for_30m/\">estimating around $20M</a>). I&#8217;m excited we won and think that it will be both an amazing business going forward and give lots of folks an opportunity to have a fantastic domain name in a new namespace and with an easy-to-say TLD. <a href=\"https://dotblog.wordpress.com/\">You can sign up to be first in line to reserve a domain here</a>. If you have a trademark you can get in August, and then October for the &#8220;land rush.&#8221;</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml
 _base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 12 May 2016 19:23:11 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:28;a:6:{s:4:\"data\";s:13:\"\n    \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\&q
 uot;;a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:84:\"WPTavern: Automattic to Oversee the Sale and Registration of Top-Level .Blog Domains\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=54788\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:93:\"http://wptavern.com/automattic-to-oversee-the-sale-and-registration-of-top-level-blog-domains\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;
 a:5:{s:4:\"data\";s:2974:\"<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/blogging.jpg\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/blogging.jpg?resize=960%2C521\" alt=\"photo credit: Luis Llerena\" class=\"size-full wp-image-54799\" /></a>photo credit: <a href=\"https://stocksnap.io/photo/3ZHG0XOIT6\">Luis Llerena</a>\n<p>Automattic <a href=\"https://en.blog.wordpress.com/2016/05/12/coming-soon-new-blog-domains-for-websites/\" target=\"_blank\">announced</a> today that it will begin offering top-level .blog domain registration starting in August 2016. The .blog domain extension will be available to both WordPress and non-WordPress sites.</p>\n<p>According to <a href=\"https://twitter.com/markarms\" target=\"_blank\">Mark Armstrong</a>, an Automattic subsidiary is 
 exclusively managing the registration of .blog domains and will be offering it for purchase through WordPress.com and other domain registrars.</p>\n<p>&#8220;Automattic subsidiary Knock Knock Whois There LLC, in partnership with the domain company Primer Nivel, won the rights to the .blog domain in 2015 through an auction process overseen by the Internet Corporation for Assigned Names and Numbers (ICANN), the non profit organization that oversees namespaces of the internet,&#8221; Armstrong said.</p>\n<p>In an <a href=\"https://ma.tt/2016/05/blog/\" target=\"_blank\">announcement</a> on his blog, Automattic CEO Matt Mullenweg said they used the Knock Knock Whois There LLC company name to &#8220;stay stealth while in the bidding process,&#8221; which closed around $19 million.</p>\n<p>Although WordPress.com is currently providing the registration information site at <a href=\"https://dotblog.w
 ordpress.com/\" target=\"_blank\">dotblog.wordpress.com</a>, Armstrong said that the company is using <a href=\"http://www.nominet.uk/\" target=\"_blank\">Nominet</a> (the backend registry provider for .UK) to provide the technical infrastructure for managing the domain extension.</p>\n<p>Registration for .blog domains will be offered in a phased approach during the second half of 2016, according to the following estimated timeframe:</p>\n<ul>\n<li><strong>Sunrise (August):</strong> Trademark owners will be able to register .blog domains associated with their brands</li>\n<li><strong>Landrush (October):</strong> Before .blog becomes available to the public, domains may be registered during the landrush period on an application basis.</li>\n<li><strong>General Availability (November):</strong> Automattic plans to begin offering .blog domain
 s to the general public before the end of the year.</li>\n</ul>\n<p>With the exclusive rights to manage the sale of millions of .blog domains, Automattic has the opportunity to promote WordPress.com as a potential host for new registrants. The company hasn&#8217;t finalized the price but Armstrong said it will be &#8220;in the standard range for new top-level domains with some premium pricing for higher-value names.&#8221;</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 12 May 2016 18:19:44 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"
 http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:29;a:6:{s:4:\"data\";s:13:\"\n \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:78:\"WPTavern: Critical Vulnerabilities Found in PhpStorm, Immediate Update Advised\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\&qu
 ot;http://wptavern.com/?p=54770\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:87:\"http://wptavern.com/critical-vulnerabilities-found-in-phpstorm-immediate-update-advised\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2128:\"<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/09/phpstorm-wp-feature.jpg\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/09/phpstorm-wp-feature.jpg?resize=1025%2C471\" alt=\"phpstorm-wp-feature\" class=\"aligncenter size-full wp-image-30739\" /></a></p>\n<p>J
 etBrains <a href=\"http://blog.jetbrains.com/blog/2016/05/11/security-update-for-intellij-based-ides-v2016-1-and-older-versions/\" target=\"_blank\">announced</a> today that it has released a security update for PhpStorm and all of its other IntelliJ-based IDEs due to a set of critical vulnerabilities:</p>\n<blockquote><p>The cross-site request forgery (CSRF) flaw in the IDE’s built-in webserver allowed an attacker to access local file system from a malicious web page without user consent.</p>\n<p>Over-permissive CORS settings allowed attackers to use a malicious website in order to access various internal API endpoints, gain access to data saved by the IDE, and gather various meta-information like IDE version or open a project.</p></blockquote>\n<p>PhpStorm is by far <a href=\"http://www.sitepoint.com/best-php-ide-2014-survey-results/\" target=\"_blank\">the most favored IDE 
 for PHP developers</a>. It&#8217;s also widely used among WordPress developers, especially since <a href=\"http://wptavern.com/phpstorm-8-released-with-full-wordpress-support\" target=\"_blank\">version 8 added official support for WordPress</a>.</p>\n<p>The update issued today patches the critical vulnerabilities inside the underlying IntelliJ platform that powers nearly a dozen popular IDEs. Installing the update is as easy as selecting &#8216;Check for Updates&#8217; inside the IDE. Alternatively, customers can download the most recent version from JetBrains.com and the <a href=\"http://blog.jetbrains.com/blog/2016/05/11/security-update-for-intellij-based-ides-v2016-1-and-older-versions/\" target=\"_blank\">security announcement</a> includes links to download older versions.</p>\n<p>Although the JetBrains security team is not aware of these vulnerabilities having been exploit
 ed, immediate update is recommended.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 11 May 2016 22:26:43 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:30;a:6:{s:4:\"data\";s:13:\"\n        \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:
 \"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:90:\"WPTavern: GitHub Introduces Unlimited Private Repositories, Hikes Prices for Organizations\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=54746\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:99:\"http://wptavern.com/github-introduces-unlimited-private-repositories-hikes-prices-for-organizations\";s:7:\"attribs\&quo
 t;;a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:7590:\"<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/04/github-octocat.jpg\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/04/github-octocat.jpg?resize=857%2C400\" alt=\"github-octocat\" class=\"aligncenter size-full wp-image-42456\" /></a></p>\n<p>GitHub has been inundated with negative feedback after <a href=\"https://github.com/blog/2164-introducing-unlimited-private-repositories\" target=\"_blank\">announcing a major change to its pricing</a> today. All paid plans now include unlimited private repositories, but there&#8217;s a catch. The new pricing structure requires GitHub.com organizations to purchase a seat for
  each user. At $9 per user/month, collaborating on private repositories is now far more costly than the legacy plans which started at $25/month for 10 repositories and unlimited members.</p>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/05/github-pricing.png\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/05/github-pricing.png?resize=1025%2C392\" alt=\"github-pricing\" class=\"aligncenter size-full wp-image-54756\" /></a></p>\n<p>The change is good news for individual developers with paid accounts, as they are no longer charged on a per-repository basis. However, many owners of organizations are finding the new pricing to be untenable and are actively considering alternatives. For comparison, Bitbucket offers unlimited private repositories and <a href=\"https://bitbucket.org/product/pricing\" target=\"_blank\">charges $1/user/month</
 a>. Unlimited users caps out at $200/month.</p>\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\"><a href=\"https://twitter.com/Krogsgard\">@Krogsgard</a> EDD org alone will go from $25 per month to $592 per month <a href=\"https://twitter.com/github\">@github</a></p>\n<p>&mdash; Pippinsplugins (@pippinsplugins) <a href=\"https://twitter.com/pippinsplugins/status/730396802638176257\">May 11, 2016</a></p></blockquote>\n<p></p>\n<p>While unlimited private repositories is an exciting benefit that enables developers to make their code more modular, it isn&#8217;t a benefit that every organization needs.</p>\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\"><a href=\"https://twitter.com/github\">@github</a> Terrible news. I wor
 k on an open-source organization &gt;100 devs. We have 2 private repos for internal projects. $900+ vs $25 really!?</p>\n<p>&mdash; João Ventura (@jcnventura) <a href=\"https://twitter.com/jcnventura/status/730319187667759104\">May 11, 2016</a></p></blockquote>\n<p></p>\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\"><a href=\"https://twitter.com/williamsba\">@williamsba</a> ours jumped to $1,204 :-( <a href=\"https://twitter.com/github\">@github</a></p>\n<p>&mdash; Tom Willmot (@tomwillmot) <a href=\"https://twitter.com/tomwillmot/status/730391291691995136\">May 11, 2016</a></p></blockquote>\n<p></p>\n<p><a href=\"https://easydigitaldownloads.com/\" target=\"_blank\">Easy Digital Downloads</a> creator Pippin Williamso
 n <a href=\"http://www.twitlonger.com/show/n_1solvjd\" target=\"_blank\">explained</a> why he is frustrated with what amounts to a 2,276% increase in costs for his organization:</p>\n<blockquote><p>I actually have no problems with the pricing for new organizations. It&#8217;s their space and they provide a huge number of valuable tools. It is absolutely worth it.</p>\n<p>The problem I have is the drastic increase for existing customers. It&#8217;s largely the principal of increasing a customer&#8217;s cost by 2,276% without giving them any additional value.</p>\n<p>The value that Github provides me and my team does not change at all with the new pricing, only what I pay per month.</p></blockquote>\n<p>Samuel &#8220;Otto&#8221; Wood <a href=\"http://www.twitlonger.com/show/n_1solviv\" target=\"_blank\">contends</a> that GitHub&#8217;s $9/
 user/month is a reasonable price to pay for having all the functionality of GitHub hosted for an organization but that the alternative of building your own is far more economical.</p>\n<blockquote><p>A &#8220;private&#8221; repo is, you know, private. On your own server. Git is, after all, decentralized. You could plop a normal git repo on any private VPS you like in a matter of under an hour. If you&#8217;re collaborating with a small group of like 5 people, then coordination is not really a big deal that I&#8217;d pay $45 a month to use GitHub for it. You can use any tooling you like, make any website you like. You could probably reproduce the important parts of GitHub that you need for your private setup using WordPress in like a day or two. </p>\n<p>It just seems to me that any advantages of using GitHub at all seem largely nullified by using private repos. Yes, collaboration and using the same toolset you are used to, I get that. Bu
 t here you&#8217;re falling prey to vendor lock-in once again. You&#8217;re used to it, you like it, you&#8217;re afraid of change, pay up. Simple. </p>\n<p>The advantage of open source software is the freedom to say &#8220;up yours&#8221; and build your own version instead. Git is open source. Think about it. A $15 a month VPS could easily fit your needs for both privacy and collaboration.</p></blockquote>\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\"><a href=\"https://twitter.com/github\">@github</a> found a way to be more expensive than the datacenter that runs my app. Seriously, what\'s happening at <a href=\"https://twitter.com/github\">@github</a> ???</p>\n<p>&mdash; Adilson Carvalho (@lcadilson) <a href=\"https://twitter.com/lcadilson/status/730405070819471361\">May 11, 2016</a></p></
 blockquote>\n<p></p>\n<p>GitHub has established itself as the de facto code collaboration site by offering free hosting for public, open source repositories. However, the emphasis on &#8220;social coding&#8221; no longer extends to private repositories as organization owners will have little incentive to add more collaborators under the new pricing structure. It discourages organizations from adding users to be bug reporters or third-party collaborators. Teams and agencies hit hardest by the changes are now examining competitors like Bitbucket and self-hosted GitLab.</p>\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">Today is for <a href=\"https://twitter.com/gitlab\">@gitlab</a> what 2007 was for <a href=\"https://twitter.com/WordPress\">@WordPress</a>. If code is poetry, Gitlab is your library. Own your code like you own your content. ❤️<
 /p>\n<p>&mdash; John James Jacoby (@JJJ) <a href=\"https://twitter.com/JJJ/status/730417868047790080\">May 11, 2016</a></p></blockquote>\n<p></p>\n<p>Organization owners will not be forced onto the new pricing plans immediately and GitHub promises to give a year&#8217;s notice before mandating a switch to the new plans:</p>\n<blockquote><p>We want everyone to have a plan with unlimited private repositories, but don’t worry—you are welcome to stay on your current plan while you evaluate the new cost structure and understand how to best manage your organization members and their private repository access. And while we&#8217;re currently not enforcing a timeline to move, rest assured that you&#8217;ll have at least 12 months notice before any mandated change to your plan.</p></blockquote>\n<p>While many individual developers will see lower monthly prices and even prorate
 d credits on their accounts, the exponential cost increase for GitHub&#8217;s largest customers may cause a mass exodus to the company&#8217;s more affordable competitors. Are you moving your organization off of GitHub? Let us know in the comments.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 11 May 2016 19:27:29 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";
 s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:31;a:6:{s:4:\"data\";s:13:\"\n \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"WPTavern: Affinity: A Free WordPress Wedding Theme from Automattic\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=54688\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\&
 quot;link\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"http://wptavern.com/affinity-a-free-wordpress-wedding-theme-from-automattic\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3832:\"<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/05/affinity.png\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/05/affinity.png?resize=800%2C471\" alt=\"affinity\" class=\"aligncenter size-full wp-image-54691\" /></a></p>\n<p>Affinity is the latest addition to WordPress.com&#8217;s small collection of <a href=\"https://wordpress.com/themes/search/wedding/\" target=\"_blank\">themes created specifically for weddings</a>. This highly customizable,
  elegant theme was designed by <a href=\"http://carolinemoore.net/\" target=\"_blank\">Caroline Moore</a> with weddings and family announcements in mind.</p>\n<p>Affinity is a one-page theme with support for five different panels. Each panel&#8217;s content can be assigned in the customizer under Theme Options by selecting a page from a drop-down.</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/05/panel.png\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/05/panel.png?resize=660%2C231\" alt=\"panel\" class=\"aligncenter size-full wp-image-54717\" /></a></p>\n<p>With the customizable panel approach users are not locked into providing content for sections they don&#8217;t need. Single posts and pages support full screen featured images that, if used as a panel, become the background of that section. Affinity off
 ers the option to set the header image opacity to create better contrast with header text. Users can also enable or disable scrolling on the header and front-page featured images.</p>\n<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/affinity-home-page.png\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/affinity-home-page.png?resize=200%2C474\" alt=\"affinity-home-page\" class=\"alignright size-full wp-image-54693\" /></a></p>\n<p>Affinity includes support for a sidebar widget area and three optional widget areas in the footer. If widgets are added to the sidebar, the one-column layout becomes a two-column layout. It also has a fullwidth page template for removing the sidebar on select pages.</p>\n<p>The different panels give users ample space for adding photos, links to registries, personal stories, info about the bridal party, and anything else r
 elated to the event. Affinity includes a Guestbook page template with a special format for displaying visitors&#8217; comments. Turning the Guestbook on is as easy as setting the page template and making sure that comments are enabled.</p>\n<p>Another unique feature of the theme is its post intro area that displays beneath the headline before the first paragraph. It pulls content from the excerpt field and post authors can use it to capture readers&#8217; attention with a quick summary or highlight.</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/05/affinity-post-intro.png\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/05/affinity-post-intro.png?resize=660%2C328\" alt=\"affinity-post-intro\" class=\"aligncenter size-full wp-image-54729\" /></a></p>\n<p>Check out the <a href=\"https://affinitydemo.wordpress.com/\" target=\&quot
 ;_blank\">live demo</a> to see the theme in action. It shows an example of panels that display quotes, an RSVP form, event details, and an engagement story.</p>\n<p>Since no wedding or family announcement is the same, Affinity&#8217;s multi-panel approach offers flexibility for many different types of uses. If you&#8217;re creating a wedding website and are not finding enough customization options with a hosted service, this theme makes it quick and easy to set it up with WordPress. It&#8217;s not yet available on WordPress.org, but you can download a copy for your self-hosted site for free from the sidebar of its <a href=\"https://wordpress.com/themes/affinity\" target=\"_blank\">homepage on WordPress.com</a>.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\&qu
 ot;xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 11 May 2016 06:52:35 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:32;a:6:{s:4:\"data\";s:13:\"\n   \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";
 s:77:\"WPTavern: Help WPCampus Gather Data on How Schools and Campuses Use WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=54650\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:87:\"http://wptavern.com/help-wpcampus-gather-data-on-how-schools-and-campuses-use-wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1247:\"<p>The organizers of <a href=\&qu
 ot;https://2016.wpcampus.org/\">WPCampus</a> are <a href=\"https://www.surveymonkey.com/r/wpcampus05-2016\">seeking feedback</a> via a survey on how schools and campuses utilize WordPress in their environments. The survey consists of five sections:</p>\n<ul>\n<li>How Do You Use WordPress on Campus</li>\n<li>Site Demographics, Traffic, and Data</li>\n<li>Plugins, Themes, and Features</li>\n<li>Security, Performance, and Hosting</li>\n<li>Your Team Structure &amp; Workflows</li>\n</ul>\n<p>There are a couple of perks for those who fill out the survey. Respondents will receive an anonymized version of the complete data set. Those who complete four or more sections will be entered into a drawing to win a free ticket to the conference and will receive a $5 Starbucks or Amazon Gift card.</p>\n<p>Answer the questions that you know and skip the ones you don
 &#8217;t. The team needs as much data as possible to provide a clearer picture of WordPress&#8217; use in higher education. If you know someone or an organization that uses WordPress in higher education, please <a href=\"https://www.surveymonkey.com/r/wpcampus05-2016\">share the survey</a> with them. The survey closes on May 27th.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 11 May 2016 03:21:06 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\&quo
 t;data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:33;a:6:{s:4:\"data\";s:13:\"\n       \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"WPTavern: What Do You Think of the Recommended Plugins Page in WordPress?\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=54437\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s
 :0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:82:\"http://wptavern.com/what-do-you-think-of-the-recommended-plugins-page-in-wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3913:\"<p>In late 2014, <a href=\"http://wptavern.com/wordpress-4-1-to-introduce-plugin-recommendations\">WordPress 4.1 added</a> a Recommended Plugins tab that takes into account the plugins you have installed and suggests plugins based on which ones are commonly used together. After nearly a year and a half since it was added, I asked the <a href=\"https://twitter.com/wptavern/status/727578470415532032\">Tavern&#8217;s Twitter follo
 wers</a> if they have ever installed plugins recommended by WordPress.</p>\n<p>I was surprised to discover that some people don&#8217;t know the tab exists.</p>\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\"><a href=\"https://twitter.com/wptavern\">@wptavern</a> There\'s a \"Recommended\" tab?!?</p>\n<p>&mdash; Joe Taiabjee (@joetek) <a href=\"https://twitter.com/joetek/status/727581218414407681\">May 3, 2016</a></p></blockquote>\n<p></p>\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\"><a href=\"https://twitter.com/wptavern\">@wptavern</a> I\'ve just noticed the Recommended tab. It seems to show those plugins with most Active Installs. Interesting, but a bit \'hidden\'</p>\n<p>&mdash; Alejandro Vargas S. (@Alej
 andro_V_S) <a href=\"https://twitter.com/Alejandro_V_S/status/727836820159930369\">May 4, 2016</a></p></blockquote>\n<p></p>\n<p>Steve Brown says the recommendations are useful.</p>\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\"><a href=\"https://twitter.com/wptavern\">@wptavern</a> yep :) very useful feature indeed</p>\n<p>&mdash; Steve Brown (@stevna) <a href=\"https://twitter.com/stevna/status/727681984504287232\">May 4, 2016</a></p></blockquote>\n<p></p>\n<p>Some people view the page as an opportunity for Automattic to advertise its plugins while others don&#8217;t trust the recommendations.</p>\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\"><a href=\"https://twitter.com/wptavern\">@wptavern&
 lt;/a> I have no needs for the Automattic plugins that are almost only being recommended there</p>\n<p>&mdash; Marko Heijnen (@markoheijnen) <a href=\"https://twitter.com/markoheijnen/status/727624592399998976\">May 3, 2016</a></p></blockquote>\n<p></p>\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\"><a href=\"https://twitter.com/wptavern\">@wptavern</a> Once. However 10 of the plugins recommended on page 1 are untested with my version of WP. So wouldnt rely on the recommendations</p>\n<p>&mdash; WPin.me (@wp_in) <a href=\"https://twitter.com/wp_in/status/727725233843671040\">May 4, 2016</a></p></blockquote>\n<p></p>\n<p>When I viewed the recommended plugins page in 2014, the results displayed plugins that weren&#8217;t updated in years.</p>\n<a href=\"htt
 p://i2.wp.com/wptavern.com/wp-content/uploads/2014/12/RecommendedPluginsTab.png\"><img class=\"size-full wp-image-35318\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/12/RecommendedPluginsTab.png?resize=1025%2C527\" alt=\"Plugins Recommended To Me Based on Data of Sites with Similar Plugins Installed\" /></a>Plugins Recommended To Me Based on Data of Sites with Similar Plugins Installed\n<p>Today, the page displays more relevant results with recently updated plugins. On the first page of results for WP Tavern, only one plugin from Automattic is recommended. The second page of results doesn&#8217;t list any plugins authored by Automattic.</p>\n<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/05/2016RecommendedPlugins.png\"><img class=\"size-full wp-image-54616\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/05/2016RecommendedPlugins.png?resiz
 e=1025%2C514\" alt=\"Recommended Plugins in 2016\" /></a>Recommended Plugin Results in 2016\n<p>To help determine how useful the recommended plugins page is, I&#8217;d like you to take this short survey. Results will be displayed on Tuesday, May 17th. In addition to the survey, you can leave your feedback in the comments.</p>\n<div class=\"pd-embed\" type=\"type\"></div>\n<p></p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 11 May 2016 03:19:37 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"
 http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:34;a:6:{s:4:\"data\";s:13:\"\n \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:81:\"WPTavern: Automattic is Protecting its Woo, WooThemes, and WooCommerce Trademarks\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\
 "http://wptavern.com/?p=54645\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:89:\"http://wptavern.com/automattic-is-protecting-its-woo-woothemes-and-woocommerce-trademarks\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6735:\"<p>When <a href=\"http://wptavern.com/automattic-acquires-woocommerce\">Automattic acquired WooThemes in 2015</a>, it gained employees, plugins, themes, and the company&#8217;s trademarks. These trademarks include, standard character marks, logos, and specific graphics such as the Verified WooExpert badges. One of the responsibilities o
 f a trademark owner is to protect it from infringement.</p>\n<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/05/VerifiedWooExpertServicemark.png\"><img class=\"size-full wp-image-54702\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/05/VerifiedWooExpertServicemark.png?resize=1025%2C621\" alt=\"Verified WooExpert Service Mark\" /></a>Verified WooExpert Service Mark\n<p>WooGPL is a service that provides customers with commercial themes, plugins, and extensions for WooCommerce at a discounted rate. In March, Automattic <a href=\"https://woogpl.com/woogpl-is-closing/\">sent Billy Ablett</a>, owner of <a href=\"https://woogpl.com\">WooGPL</a>, the following notice that informs him that his domain infringes the Woo and WooCommerce trademarks.</p>\n<blockquote><p>I’m writing to you on behalf of Automattic Inc. regarding your use
  of the Woo and WooCommerce trademarks.</p>\n<p>As you may know, Automattic owns the Woo, WooCommerce, and WooThemes brands, as well as the associated trademarks. We recently learned of https://woogpl.com, which actively makes use of our registered trademarks in both its name and promotion. We are very concerned that your use of Woo and WooCommerce will create confusion by communicating that your WooCommerce products are endorsed by or associated with Automattic, when in fact it is not.</p>\n<p>While Automattic appreciates that you are providing products that build on WooCommerce open source software, that fact does not authorize you to use Woo, WooThemes or WooCommerce trademarks.</p>\n<p>To minimize user confusion and to protect our own intellectual property, we unfortunately must insist that you take prompt steps to change your domain name to something that doesn’t include &#8216;Woo&#8217; in the prefix, and change your product descr
 iptions to avoid confusion and potentially misleading consumers to believe they are purchasing our products. An example of this would be: WooCommerce Email Customiser Pro would need to be changed to Email Customiser Pro for WooCommerce.</p>\n<p>For more information, please see our <a href=\"https://www.woothemes.com/style-guide/#sg-trademarks\">Trademark Guidelines</a>.</p>\n<p>While we are appreciative that you have included a disclaimer on your site, unfortunately this would not be sufficient and we would still insist that the domain name and product names be changed.</p></blockquote>\n<p>While it&#8217;s not the sole reason <a href=\"https://woogpl.com/woogpl-is-closing/\">WooGPL is shutting down</a>, the notice provides a convenient opportunity to rebrand to <a href=\"https://www.gplkit.com/\">GPL Kit</a>, something the company was already planning to do.</p>\n&l
 t;p>&#8220;We would have eventually closed down WooGPL due to GPL Kit however, it would have been great to close it down on our terms when the time was right,&#8221; Daniel, who is part of the GPL Kit team told the Tavern.</p>\n<p>Daniel says that when he started WooGPL there wasn&#8217;t a trademark registered with the Woo character mark until October of 2015.</p>\n<p>A search of the United States Patent and Trademark Office for Woo contains over 1K results. However, this is the only character mark for Woo that I found. The filing date is October 22nd, 2015 and is in the approval process.</p>\n<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/WooCharacterMark.png\"><img class=\"size-full wp-image-54703\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/WooCharacterMark.png?resize=1003%2C557\" alt=\"Woo Character Mark\" /></a>Woo Character Mark\n<h
 2>When You Should Ask For Permission</h2>\n<p>WooThemes has a <a href=\"https://www.woothemes.com/style-guide/#sg-trademarks\">style guide</a> on its site that explains how the brand is used and has details on when Woo™, WooCommerce®, and WooThemes® names, logos, and related icons collectively known as Woo Marks can be used without permission. The following chart provides some examples.</p>\n<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/PermissionChartForWooTrademarks.png\"><img class=\"size-full wp-image-54704\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/PermissionChartForWooTrademarks.png?resize=1010%2C814\" alt=\"Examples of When You Do and Don\'t Need Permission\" /></a>Examples of When You Do and Don&#8217;t Need Permission\n<p>If you&#8217;re in doubt, you can email Automattic&#8217;s trademark team  <a href=\&q
 uot;mailto:trademarks@automattic.com\">trademarks @ automattic.com</a> to receive clarification.</p>\n<h2>Woo&#8217;s at Risk?</h2>\n<p>There are quite a few businesses in the WordPress ecosystem that use Woo in their name and domain. <a href=\"http://www.woorockets.com/\">WooRockets</a> is a WooCommerce theme shop while <a href=\"http://wooassist.com/\">WooAssist</a> provides support and maintenance for store owners.</p>\n<p>I reached out to both companies to determine if Automattic sent them the same notice it sent to WooGPL. While I didn&#8217;t receive a response from WooRockets, John Gamour of WooAssist provided the Tavern with the following statement:</p>\n<blockquote><p>No, we haven&#8217;t been contacted by Automattic about that. It would be dissapointing if we were asked to change our name as our founder Nicholas Jones reached out to WooThemes before s
 tarting Wooassist and they gave the OK. We have also worked with Matt Cohen and James Koster on a project and nothing was ever mentioned about our name.</p></blockquote>\n<p>I tried to get in touch with Paul Sieminski, legal counsel for Automattic, to learn what the criteria is for violating the trademarks, who&#8217;s at risk, and how long they have enforced the marks but he could not be reached for comment.</p>\n<h2>Better to be Safe Than Sorry</h2>\n<p>As WooGPL discovered, adding a disclaimer to the bottom of your sites may not be enough. Considering the cost and potential impacts of re branding a company or product, it&#8217;s important to know as soon as possible if you&#8217;re infringing a company&#8217;s trademarks.</p>\n<p>Business owners in the WooCommerce and WooThemes ecosystem should double-check the <a href=\"https://www.woothemes.com/style-guide/#sg-trademarks\">style guide</a&gt
 ; to make sure you&#8217;re not violating any guidelines. Owners can also take a proactive step and contact Automattic&#8217;s trademark team to determine if your business meets the requirements.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 10 May 2016 20:21:06 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\&quo
 t;;b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:35;a:6:{s:4:\"data\";s:13:\"\n      \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:86:\"WPTavern: WooCommerce Releases Storefront 2.0 with Major Improvements to Mobile Design\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=54641\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:
 4:\"data\";s:96:\"http://wptavern.com/woocommerce-releases-storefront-2-0-with-major-improvements-to-mobile-design\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3509:\"<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/storefront-update.png\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/storefront-update.png?resize=1025%2C451\" alt=\"storefront-update\" class=\"aligncenter size-full wp-image-54669\" /></a></p>\n<p><a href=\"https://wordpress.org/themes/storefront/\" target=\"_blank\">Storefront</a>, the official WooCommerce theme built to work seamlessly with the plugin, has just passed the <a href=\"https://www.w
 oothemes.com/2016/05/storefront-2-0-release/\" target=\"_blank\">2.0 milestone</a>. This release introduces a new &#8220;best sellers&#8221; section to the homepage and adds compatibility with the upcoming WooCommerce 2.6’s tabbed “My Account” section and the average rating widget.</p>\n<p>The most important update in Storefront 2.0 is the redesigned mobile experience. According to <a href=\"http://resources.mobify.com/50-mobile-commerce-stats.html\" target=\"_blank\">Mobify</a>, 30% of mobile shoppers will abandon a transaction if the experience is not optimized for mobile. <a href=\"http://www.themobileplaybook.com/\" target=\"_blank\">Google&#8217;s Mobile Playbook</a> says that not having a mobile optimized website is like closing your store one day each week. To keep pace with the expectations of mobile buyers, WooCommerce has drastically reduced Storefront&
 #8217;s mobile header height by 60% and has added the search, shopping cart, and account links to a sticky bottom menu for easy access.</p>\n<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/storefront-mobile-home.png\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/storefront-mobile-home.png?resize=799%2C697\" alt=\"storefront-mobile-home\" class=\"aligncenter size-full wp-image-54671\" /></a></p>\n<p>Storefront 2.0 includes many design improvements that make the theme cleaner and more flexible. This update removes Helvetica in favor of Source Sans, which WooCommerce says gives them access to a wider variety of weights they can use to &#8220;provide greater depth and cohesion.&#8221; Other notable design changes include:</p>\n<ul>\n<li>Borders have been largely removed so that pages don’t feel quite so broken up.</li>\n<li&g
 t;The breadcrumb and the main navigation are now wrapped in their own content regions, cementing them as unique components.</li>\n<li>Product reviews and comments tweaked to make them cleaner and more scannable.</li>\n<li>Blog post meta has been redesigned to include the author Gravatar.</li>\n<li>Softer design treatment for tables with colors based on the main background color.</li>\n<li>oEmbeds have been styled to match the rest of Storefront (including typography, padding, colors).</li>\n<li>Integrated WordPress 4.5’s custom logo feature so users can add a logo without using a plugin.</li>\n</ul>\n<p><a href=\"https://wordpress.org/themes/storefront/\" target=\"_blank\">Storefront</a> is active on more than 50,000 websites. There are nearly a dozen free themes on WordPress.org that use it as a parent theme and another dozen commercial themes on WooThemes.com. If you use
  a heavily customized Storefront child theme, you may want to test its compatibility with the 2.0 update on a development site to ensure that there are no visual surprises. If you have any ideas or recommendations for updates to Storefront, you can leave feedback on the theme&#8217;s <a href=\"http://ideas.woothemes.com/forums/275029-storefront\" target=\"_blank\">idea board</a>.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 09 May 2016 22:23:17 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\&quot
 ;;a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:36;a:6:{s:4:\"data\";s:13:\"\n       \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"WPTavern: Timber 1.0 Is Now Available on WordPress.org\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=54396\";s:7:\"attribs\&quo
 t;;a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"http://wptavern.com/timber-1-0-is-now-available-on-wordpress-org\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5932:\"<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/timber.png\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/timber.png?resize=1025%2C405\" alt=\"timber\" class=\"aligncenter size-full wp-image-54630\" /></a></p>\n<p>Last week the creators of <a href=\"https://wordpress.org/plugins/timber-library/\" target=\"_blank\"&
 gt;Timber</a>, the plugin that enables WordPress theme developers to write HTML using the <a href=\"http://twig.sensiolabs.org/\" target=\"_blank\">Twig Template Engine</a>, released version 1.0 on WordPress.org. The plugin is active on more than 10,000 websites where theme authors have elected to keep PHP files separate from HTML. Timber is built on DRY and MVC principles to solve the problem stated in its unofficial tagline: <em>&#8220;Because WordPress is awesome, but the_loop isn&#8217;t.&#8221;</em></p>\n<p>Over the past four years, the open source project has evolved from being a starter theme to a plugin that can be added to existing themes. It is now used on <a href=\"http://upstatement.com/timber/#showcase\" target=\"_blank\">thousands of websites</a> and has 83 <a href=\"https://github.com/timber/timber/graphs/contributors\" target=\"_blank\">
 contributors</a> listed on GitHub.</p>\n<p>&#8220;In 2012 I was getting more into WordPress after doing lots of JS development with <a href=\"http://handlebarsjs.com/\" target=\"_blank\">Handlebars</a> (a JS templating language),&#8221; Timber creator Jared Novack said. &#8220;I went to WordCamp Providence to learn more about state-of-the-art WordPress ways. I remember thinking: &#8216;This is great, but I really miss the cleanliness of Handlebars &#8212; I wish someone would make something like that for WordPress.&#8217; That&#8217;s when I realized, I was that someone.&#8221;</p>\n<p>Novack was playing around with <a href=\"http://www.smarty.net/\" target=\"_blank\">Smarty</a> and <a href=\"https://mustache.github.io/\" target=\"_blank\">Mustache</a> before he finally discovered Fabien Potencier&#8217;s <a href=\"
 http://twig.sensiolabs.org/\" target=\"_blank\">Twig project</a>.</p>\n<p>&#8220;The syntax felt so natural I almost didn&#8217;t need to read the docs (don&#8217;t worry, I did),&#8221; he said. &#8220;I realized what I needed was a way to marry Twig and WordPress, and thus: Timber was born.&#8221;</p>\n<p>At that time Novack&#8217;s company, <a href=\"https://upstatement.com/\" target=\"_blank\">Upstatement</a>, was beginning development on a big new project for Random House to enable their marketers to generate unique sites from a library of templates. This client project became Timber&#8217;s first test case.</p>\n<p>&#8220;Originally, Timber was a parent theme, like _s. But after we completed the Random House project, I realized I wanted to apply Timber functionality to existing sites,&#8221; Novack said. &#8220;I converted it into a plugin tha
 t could be employed on existing themes which is the form it takes today.&#8221;</p>\n<p>The plugin allows designers skilled with HTML and CSS to create themes without having extensive knowledge of PHP and WordPress functions. Timber successfully powers sites like Michael Bloomberg&#8217;s <a href=\"https://www.thetrace.org/\" target=\"_blank\">The Trace</a>, <a href=\"http://everytown.org/\" target=\"_blank\">Everytown for Gun Safety</a>, <a href=\"https://www.hoteltonight.com/\" target=\"_blank\">Hotel Tonight</a>, and the <a href=\"http://harvardlawreview.org/\" target=\"_blank\">Harvard Law Review</a>.</p>\n<h3>Timber 1.0 Puts the Project on the Path of Stability</h3>\n<p>As of Timber 1.0, developers can now include the project as a plugin or require it as a <a href=\"https://packagist.org/packages/timb
 er/timber\" target=\"_blank\">Composer dependency</a>.</p>\n<p>&#8220;The big news is that 1.0 represents a maturing of the platform — developers can use Timber and Twig with confidence that they’re building on top of a stable and universal platform,&#8221; Novack said.</p>\n<p>This release sheds years of deprecated functions and methods dating back to the project&#8217;s early days in 2013. Novack said that technical and documentation debt were the biggest hurdles in getting to 1.0.</p>\n<p>&#8220;In hindsight it’s so easy to build stuff, but so hard to build a complete system,&#8221; he said. &#8220;When Timber started it was just for me and the documentation could just live in my head. I’d add and improve stuff and then live with some of the quirks.&#8221;</p>\n<p>As the project and its contributors grew, Novack found it difficult to keep up with the growing codebase while 
 running his company. Bringing it to a place of maturity with up-to-date automated testing and documentation took nearly a year.</p>\n<p>&#8220;Backwards compatibility was also a major challenge,&#8221; Novack said. &#8220;As ideas and new code got submitted, development slowed as every decision might have implications for existing users. We would deprecate features, but I was hesitant to remove things that I knew were mistakes, but that people were using.&#8221;</p>\n<p>Developers are encouraged to read the <a href=\"https://github.com/timber/timber/wiki/1.0-Upgrade-Guide\" target=\"_blank\">1.0 Upgrade Guide</a>, as there may be additional steps required depending on how Timber is being used. This release adds a few new features but the most important change is the bulk removal of older sections of the codebase. The upgrade guide outlines all of the object properties and static methods that will need to be upda
 ted so that nothing breaks. In the future, Timber-powered themes will be easier to maintain, with fewer quirks and better-documented features.</p>\n<p>&#8220;The key learning for me is that the ultimate &#8216;killer feature&#8217; is stability and predictability,&#8221; Novack said. &#8220;When everything is organized cleanly and developers can use the things that they would intuitively expect — that’s success.&#8221;</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 09 May 2016 17:52:38 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\
 "http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:37;a:6:{s:4:\"data\";s:13:\"\n   \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"Post Status: WordPress Security — Draft podcast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"https://poststatus.c
 om/?p=24378\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://poststatus.com/wordpress-security-draft-podcast/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2296:\"<p>Welcome to the Post Status <a href=\"https://poststatus.com/category/draft\">Draft podcast</a>, which you can find <a href=\"https://itunes.apple.com/us/podcast/post-status-draft-wordpress/id976403008\">on iTunes</a>, <a href=\"http://www.stitcher.com/podcast/krogsgard/post-status-draft-wordpress-podcast\">Stitcher</a>, and <a href=\"http:
 //simplecast.fm/podcasts/1061/rss\">via RSS</a> for your favorite podcatcher. Post Status Draft is hosted by Joe Hoyle &#8212; the CTO of Human Made &#8212; and Brian Krogsgard.</p>\n<p><span>Security &#8212; in WordPress core, distributed plugins and themes, and in our custom code &#8212; is a constant battle. It’s important to be vigilant with our security practices, from the perspective of managing our websites and when writing code. In this episode, Joe and Brian discuss the nature of WordPress security, best practices for writing secure code, and dig into various situations WordPress developers and site owners may run into.</span></p>\n<a href=\"https://audio.simplecast.com/37301.mp3\">https://audio.simplecast.com/37301.mp3</a>\n<p><a href=\"http://audio.simplecast.com/37301.mp3\">Direct Download</a></p>\n<h3>Links</h3>\n<ul>\n<li><a h
 ref=\"http://codex.wordpress.org/Hardening_WordPress\">Hardening WordPress</a></li>\n<li><a href=\"https://wordpress.org/about/security/\">About WordPress Security</a></li>\n<li><a href=\"https://make.wordpress.org/themes/2015/05/19/a-guide-to-writing-secure-themes-part-1-introduction/\">A Guide to Writing Secure Themes</a></li>\n<li><a href=\"http://ben.lobaugh.net/uploads/writing-secure-plugins-and-themes/#/\">Writing Secure Plugins &amp; Themes</a> by Ben Lobaugh</li>\n<li><a href=\"https://codex.wordpress.org/Class_Reference/wpdb\">$wpdb</a></li>\n<li><a href=\"https://wpvulndb.com/\">WP Scan</a></li>\n<li><a href=\"https://blog.sucuri.net/2015/03/understanding-wordpress-plugin-vulnerabilities.html\">Understanding Vulnerabilities</a></li>\n</ul&g
 t;\n<h3>Sponsor: Pagely</h3>\n<p><a href=\"https://pagely.com\"><span>Pagely</span></a><span> offers best in class managed WordPress hosting, powered by the Amazon Cloud, the Internet’s most reliable infrastructure. Post Status is proudly hosted by Pagely. Thank you to </span><a href=\"https://pagely.com\"><span>Pagely</span></a><span> for being a Post Status partner.</span></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 09 May 2016 01:01:31 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1
 .1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Katie Richards\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:38;a:6:{s:4:\"data\";s:13:\"\n     \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"Matt: Apple and Podcasting\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"https://ma.tt/?p=46548\";s:7:\"attribs\";a:0:{}s:8:\"xml_
 base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"https://ma.tt/2016/05/apple-and-podcasting/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:557:\"<p><a href=\"https://marco.org/2016/05/07/apple-role-in-podcasting\">Marco Arment has a great take on how the decentralized nature of podcasting is a feature</a>, not a bug, and Apple being more proactive there would be harmful to the ecosystem. As an aside, since I&#8217;ve been in Houston more recently, which means driving a lot, I&#8217;ve been really loving his app <a href=\"https://overcast.fm/\">Overcast</a> and I opted in to the optional
  paid subscription for it. I just need to get in more of a habit of listening to podcasts outside of Houston.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 08 May 2016 14:17:25 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:39;a:6:{s:4:\"data\";s:13:\"\n       \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8
 :\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:98:\"WPTavern: VersionPress 3.0 Adds New Search Feature, Bulk Undo, and Commit Tracking per Environment\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=54530\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:106:\"http://wptavern.com/versionpress-3-0-adds-new-search-feature-bulk-undo-and-commit-tracking-per-environment\";s:7:\&
 quot;attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3843:\"<p><a href=\"https://blog.versionpress.net/2016/04/versionpress-3-0-released/\" target=\"_blank\">VersionPress 3.0</a>, released this week, is the first version since the plugin <a href=\"http://wptavern.com/versionpress-transitions-into-a-free-open-source-project\" target=\"_blank\">became a free, open source project</a>. Creators Borek Bernard and Jan Voráček, who originally attempted to crowdfund the project and then <a href=\"http://wptavern.com/versionpress-raises-400k-in-seed-funding\" target=\"_blank\">raised $400,000 in seed funding</a>, <a href=\"http://wptavern.com/versionpress-transitions-into-a-free-open-source-project\&qu
 ot; target=\"_blank\">announced</a> last month that they are transitioning to a public development model.</p>\n<p>The team&#8217;s goal with this release was to polish up the experience of using VersionPress in the default WordPress installation while adding more useful features. However, it is not yet ready for use in production, according to Bernard.</p>\n<p>&#8220;We’re still keeping VersionPress in the <a href=\"http://docs.versionpress.net/en/getting-started/about-eap\" target=\"_blank\">“early access” period</a>, because of the third party plugins integration story but on simpler sites, VersionPress already shines,&#8221; he said.</p>\n<p>One of the most notable new features in VersionPress 3.0 is the plugin&#8217;s ability to track commits with the environment where they were created. Users can view changes in the admin and easily see if they were pushed to the staging
  or production environment.</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/05/commit-tracking-in-environment.gif\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/05/commit-tracking-in-environment.gif?resize=725%2C347\" alt=\"commit-tracking-in-environment\" class=\"aligncenter size-full wp-image-54599\" /></a></p>\n<p>Version 3.0 also adds searching capabilities for filtering commits by author, date, commit message, and WordPress action. This release also includes a new bulk undo feature for commits and many improvements to the core versioning engine.</p>\n<h3>VersionPress 4.0 to Focus on Support for 3rd Party Plugins</h3>\n<p>One of the reasons the VersionPress team decided to go with a public development model was to mitigate the plugin&#8217;s conflicts with third-party themes and plugins. This was only possible if the opened up 
 the codebase for contribution from other developers.</p>\n<p>&#8220;While we had most of the WordPress core covered pretty well, there was still this huge ecosystem of WordPress plugins and themes that could cause trouble to VersionPress in million different ways,&#8221; Borek said. &#8220;In the long run, the project had to turn into OSS should it be successful, and, fortunately, we met investors who understood this and supported our vision.&#8221;</p>\n<p>Borek and the team plan to focus on adding support for complex third party plugins in version 4.0, tentatively scheduled for mid-2016. One commenter on the post mentioned that a lack of WooCommerce support is a major thing holding him back from using VersionPress on projects. Borek confirmed that WooCommerce is high on their list of plugins they want to support.</p>\n<p>&#8220;Our goal remains the same: to take all the incredibly powerful functionality of Git and package it 
 so that every WordPress user can use it,&#8221; Borek said.</p>\n<p>Since most site owners interested in this plugin are not running vanilla installations of WordPress, support for third party plugins will be a major leap forward for the project with the potential to greatly expand its user base. Check out VersionPress&#8217; <a href=\"http://docs.versionpress.net/en/release-notes/roadmap\" target=\"_blank\">roadmap</a> to follow along with its progress and see what&#8217;s next.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 06 May 2016 22:04:53 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_ba
 se_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:40;a:6:{s:4:\"data\";s:13:\"\n     \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"WPTavern: WordPress 4.5.2 Patches Two Security Vulnerabilities\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s
 :4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=54594\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"http://wptavern.com/wordpress-4-5-2-patches-two-security-vulnerabilities\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1441:\"<p>The WordPress core team has <a href=\"https://wordpress.org/news/2016/05/wordpress-4-5-2/\">released WordPress 4.5.2</a> which patches two security vulnerabilities in WordPress versions 4.5.1 and below. The first is a <a href=\"http://www.benhayak.com/2015/06/same-origin-method-exec
 ution-some.html\">SOME vulnerability</a> (Same-Origin Method Execution) in Plupload, the third-party library WordPress uses for uploading files. The second is a reflected cross-site-scripting vulnerability in MediaElement.js, the third-party library used for media players.</p>\n<p>Auto updates are rolling out to sites but if you don&#8217;t want to wait, browse to Dashboard &gt; Updates and click the Update Now button. Mario Heiderich, Masato Kinugawa, and Filedescriptor of <a href=\"https://cure53.de/\">Cure53</a> are credited with <a href=\"https://make.wordpress.org/core/handbook/testing/reporting-security-vulnerabilities/\">responsibly disclosing</a> the vulnerabilities.</p>\n<p>In addition to the release, the core team has <a href=\"https://make.wordpress.org/core/2016/05/06/imagemagick-vulnerability-information/\">published a post</a> concerning the <a href=\&quot
 ;https://imagetragick.com/\">multiple vulnerabilities</a> discovered in ImageMagick, a popular image processing script used on thousands of webhosting servers. The post describes how WordPress is affected and what the team is doing to mitigate issues.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 06 May 2016 20:01:26 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_bas
 e\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:41;a:6:{s:4:\"data\";s:13:\"\n        \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:97:\"WPTavern: Laravel Releases Valet, a Minimalist Development Environment with Support for WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=54580\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml
 _lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:106:\"http://wptavern.com/laravel-releases-valet-a-minimalist-development-environment-with-support-for-wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3404:\"<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/05/valet-parking.jpg\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/05/valet-parking.jpg?resize=900%2C520\" alt=\"photo credit: Valet Parking, Las Vegas, NV - (license)\" class=\"size-full wp-image-54589\" /></a>photo credit: <a href=\"http://www.flickr.com/photos/55151301@N00/175606346\">Valet Parking, Las Vegas, NV</a> &#8211; <a href=\"https://cr
 eativecommons.org/licenses/by-nd/2.0/\">(license)</a>\n<p><a href=\"https://laravel.com/\" target=\"_blank\">Laravel</a>, the open source MVC PHP framework created for application development, has just released <a href=\"https://laravel.com/docs/5.2/valet\" target=\"_blank\">Valet</a>, a minimalist development environment for Mac. It uses just 7mb of RAM, because it doesn&#8217;t include Vagrant, Apache, Nginx, or a /etc/hosts file. Here&#8217;s how it works:</p>\n<blockquote><p>Laravel Valet configures your Mac to always run PHP&#8217;s built-in web server in the background when your machine starts. Then, using DnsMasq, Valet proxies all requests on the *.dev domain to point to sites installed on your local machine.\n</p></blockquote>\n<p>Valet supports Laravel, Lumen, Statamic, Craft, Jigsaw, and even has a driver for WordPress. It&#8217;s handy i
 f you just need a simple, fast development environment without virtualization. Developers can also share sites publicly via local tunnels. It&#8217;s as easy as navigating to the site&#8217;s directory in the terminal and running the <code>valet share</code> command, which generates a publicly accessible URL.</p>\n<p><a href=\"https://wppusher.com/\" target=\"_blank\">WP Pusher</a> founder Peter Suhm, who is active in both the Laravel and WordPress communities, wrote a <a href=\"http://blog.wppusher.com/a-minimalist-development-environment-for-wordpress-with-laravel-valet/\" target=\"_blank\">tutorial</a> for setting up Valet for WordPress development.</p>\n<p>&#8220;For larger apps, I generally prefer my development environment to be very similar to production,&#8221; Suhm said. &#8220;Vagrant and Docker are great for that. Valet is great for all those quick and d
 irty WordPress installations you need, just to test something or quickly work on an idea. If you don’t need anything else besides PHP 7 and a database, Valet is a great setup.&#8221;</p>\n<p>Since it doesn&#8217;t require a ton of dependencies, Valet is quick to set up and doesn&#8217;t require any configuration. Developers don&#8217;t even need to make Valet aware that their app is WordPress &#8211; you can simply drop WordPress core files into a folder on your machine and then access the site in your browser.</p>\n<p>If you&#8217;re looking for a new lightweight development environment or just a quick way to do some PHP 7 testing for WordPress plugins, Valet may fit nicely into your workflow. You can install it using <a href=\"http://brew.sh/\" target=\"_blank\">Homebrew</a>. View the <a href=\"https://laravel.com/docs/5.2/valet#installation\" target=\"_blank\">docs</a&gt
 ; for installation and site setup or follow along with Suhm&#8217;s <a href=\"http://blog.wppusher.com/a-minimalist-development-environment-for-wordpress-with-laravel-valet/\" target=\"_blank\">tutorial</a>.</p>\n<p>To see a quick demo of Valet in action, check out the two-minute introduction video created by Adam Wathan:</p>\n<div class=\"embed-wrap\"></div>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 06 May 2016 18:44:40 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1
 .1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:42;a:6:{s:4:\"data\";s:13:\"\n      \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:79:\"WPTavern: WordPress 4.6 to Drop Open Sans in the Admin in Favor of System Fonts\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=54
 507\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:89:\"http://wptavern.com/wordpress-4-6-to-drop-open-sans-in-the-admin-in-favor-of-system-fonts\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2130:\"<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/05/system-fonts-firefox-osx.png\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/05/system-fonts-firefox-osx.png?resize=1025%2C450\" alt=\"system-fonts-firefox-osx\" class=\"aligncenter size-full wp-image-54575\" /></a></p>\n<p>WordPress 4.
 6 will bid farewell to Open Sans in the admin in favor of using system fonts. Open Sans, which loads from Google Fonts as an external resource, has been in use in the admin since 2013.</p>\n<p>&#8220;At the time of introduction in 3.8, there were not good system fonts common to all platforms at the time,&#8221; WordPress lead developer <a href=\"http://helenhousandi.com/\" target=\"_blank\">Helen Hou-Sandí</a> said in her <a href=\"https://core.trac.wordpress.org/changeset/37361\" target=\"_blank\">commit</a> message. &#8220;In the years since, Windows, Android, OS X, iOS, Firefox OS, and various flavors of Linux have all gotten their own (good) system UI fonts.&#8221;</p>\n<p>Now that the admin doesn&#8217;t have to load fonts from Google, it should feel faster and will provide a better experience for developers who are working offline.</p>\n<p>Dropping Open Sans
  originated as part of the <a href=\"https://make.wordpress.org/core/features/font-natively/\" target=\"_blank\">Font Natively</a> feature project led by WordPress designer <a href=\"https://mattmiklic.com/\" target=\"_blank\">Matt Miklic</a>, Mark Uraine, and Helen Hou-Sandí. The project page provides screenshots for the WP admin with Open Sans in Firefox on OSX vs the admin with system fonts, but the team noted that they are in need of more screenshots from different environments.</p>\n<p>Anytime that WordPress can shed a third-party dependency while improving the experience in the admin is a win for everyone. The commit comes early in the release cycle in order to get more people testing for misalignments and any other issues. Feel free to report any bugs you experience with the change, as work is still ongoing on the <a href=\"https://core.trac.wordpress.org/ticket/36753\" target=\"_bl
 ank\">ticket</a>.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 05 May 2016 20:50:27 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:43;a:6:{s:4:\"data\";s:13:\"\n     \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\&quo
 t;xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"WPTavern: Ninja Forms Update Patches Critical Security Vulnerability\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=54556\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:78:\"http://wptavern.com/ninja-forms-update-patches-critical-security-vulnerability\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\
 ";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4325:\"<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/03/NinjaFormsFeaturedImage.png\"><img class=\"aligncenter size-full wp-image-40019\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/03/NinjaFormsFeaturedImage.png?resize=840%2C273\" alt=\"Ninja Forms Featured Image\" /></a><a href=\"https://wordpress.org/plugins/ninja-forms/\">Ninja Forms</a>, a popular plugin active on more than 500K websites, released an update 48 hours ago that addresses a critical security vulnerability. Wordfence <a href=\"https://www.wordfence.com/blog/2016/05/ninja-forms-shell-upload-vulnerability-high-risk/\">is reporting</a> that Ninja Forms versions 2.9.36 to 2.9.42 contain multiple security vulne
 rabilities.</p>\n<p>One of the vulnerabilities allows an attacker to upload and execute code remotely on WordPress sites. The only information needed to exploit the vulnerability is the URL of the target site that&#8217;s using a form powered by an affected version of Ninja Forms.</p>\n<p>Kevin Stover, CTO of Ninja Forms, explains to the Tavern how they discovered the vulnerabilities:</p>\n<blockquote><p>About two weeks ago, we were contacted by a security researcher, James Golovich, regarding a file upload issue within Ninja Forms. He demonstrated that it was possible to upload an arbitrary file using some test code that hadn’t been removed during our build process.</p>\n<p>We realised that the test code had accidentally been utilised in other areas of the plugin, and we immediately began working on a fix. While the issue was being patched, we reached out to the devs at the <a href=\"http://wordpress.org/\" ta
 rget=\"_blank\" rel=\"noreferrer\">WordPress.org</a> repo and began the processes of preparing for auto updating users of the affected versions.</p>\n<p>Once the patch had been tested, we pushed version 2.9.43 and .1 versions of 2.9.36 &#8211; 2.9.42. Shortly after, <a href=\"http://wordpress.org/\" target=\"_blank\" rel=\"noreferrer\">WordPress.org</a> began pushing out automatic updates.</p></blockquote>\n<p>As to why there wasn&#8217;t a post published immediately on the official <a href=\"https://ninjaforms.com/blog/\">Ninja Forms blog</a> announcing the update, &#8220;We didn’t want to go public with the vulnerability until our users had time to update, both to the newest version and the .1 versions,&#8221; Stover said.</p>\n<p>&#8220;James Golovich&#8217;s responsible disclosure gave us time to fix the issue and for ou
 r users to update to safe versions before disclosing the vulnerability on his site,&#8221; he said. The company has since <a href=\"https://ninjaforms.com/important-security-update-always-hurt-ones-love/\">published a blog post </a>concerning the update.</p>\n<p>Working with the WordPress security team, automatic updates started rolling out on Tuesday, May 3rd. If automatic plugin updates are disabled, you&#8217;re highly encouraged to update manually to 2.9.45 as soon as possible. The Ninja Forms team is also working with a number of large webhosts to ensure as many sites as possible are updated.</p>\n<p>Wordfence is not detecting wide-spread exploitation but this could change in the next few days as details of the exploit emerge.</p>\n<p>When it comes to security vulnerabilities, the ability to upload and execute code remotely is about as severe as it gets. Golovich is credited with <a href=\"http://www.prit
 ect.net/blog/ninja-forms-2-9-42-critical-security-vulnerabilities\">responsibly disclosing</a> the vulnerability to the Ninja Forms team. He also provides technical details of each vulnerability, most of which are in the Ninja Forms 3.0 code base.</p>\n<p>According to Golovich, the most vulnerable code is a proof of concept:</p>\n<blockquote><p>The following vulnerable code was, according to Kyle Johnson of the WP Ninjas team &#8216;not a live feature of Ninja Forms, but was more of a proof of concept for a future free feature.&#8217; Unfortunately, even proof of concept code that is accessible is still vulnerable to attack. This is the most critical vulnerability here because it potentially allows an attacker to execute arbitrary php code on a site.</p></blockquote>\n<p>Users should update as soon as possible as it&#8217;s only a matter of time before tools are created that can easily take advantage of the ex
 ploit.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 05 May 2016 20:46:19 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:44;a:6:{s:4:\"data\";s:13:\"\n      \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\&q
 uot;\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"WPTavern: WordPress.org Support Forums Adds Accessibility Section\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=54472\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"http://wptavern.com/wordpress-org-support-forums-adds-accessibility-section\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_exp
 licit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3619:\"<p>Earlier this year, the WordPress project made a huge move by <a href=\"http://wptavern.com/wordpress-adopts-accessibility-coding-standards-for-all-new-and-updated-code\">adopting accessibility coding standards</a> for new and updated code. If you&#8217;re struggling to meet <a href=\"https://www.w3.org/WAI/intro/wcag\">WCAG 2.0 guidelines</a> in your WordPress projects and need help, check out the new <a href=\"https://wordpress.org/support/forum/accessibility\">Accessibility section</a> in the WordPress.org support forums.</p>\n<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/WPAccessibilitySupport.png\"><img class=\"size-full wp-image-54551\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/
 05/WPAccessibilitySupport.png?resize=1025%2C487\" alt=\"WordPress Accessibility Support\" /></a>WordPress Accessibility Support\n<p>Amanda Rush, who helps WordPress developers make their themes and plugins accessible, says the forum is the result of a conversation with a support team member at WordCamp Atlanta.</p>\n<p>&#8220;I <span class=\"message_body\">mentioned that part of what makes the job difficult when it comes to making WordPress accessible is stopping during our work to answer occasional questions.<br />\n</span></p>\n<p>&#8220;Most of the time the answer is not a quick one, because in the case of screen reader users, you have to first find out how well they can use their tech, how familiar they are with WordPress itself, and if neither of those chances are high, you spend time giving them a crash course in either one or both, and then answer their question,&#8221; <span clas
 s=\"message_body\">Rush said. </span></p>\n<p>Most of the people on the <a href=\"https://make.wordpress.org/accessibility/\">WordPress Accessibility team</a> are volunteers with full-time jobs which limits their ability to provide one-on-one support. Many of the support queries come through email or direct messages to individuals on the team. The forum enables everyone to participate in the support process.</p>\n<p>&#8220;If people ask their questions publicly, I or others not necessarily on the Accessibility Team can answer, and the answers are then public,&#8221; Rush said.</p>\n<p>&#8220;We have a pattern library on GitHub, which we all contribute to when we have time. But there are all kinds of solutions being passed around on Twitter and spread across other people&#8217;s GitHub accounts. So if someone asks a question like that, we can either point to something in specific cases, which
  is most of them, there&#8217;s probably already a specific solution that someone&#8217;s built, and we can link to that,&#8221; Rush told the Tavern.</p>\n<p>The accessibility support forum also comes with a side benefit, &#8220;W<span class=\"message_body\">e don&#8217;t have to say no all the time when people ask for support, or what looks like all the time to some people. Everyone can help each other </span><span class=\"message_body\">out and Google has a public resource,&#8221; Rush said.<br />\n</span></p>\n<p>The support forum comes at a time where accessibility is an increasingly important part of web development. For example, the European Union <a href=\"http://europa.eu/rapid/press-release_IP-16-1654_en.htm\">recently agreed to new rules</a> that will make public sector websites and apps more accessible.</p>\n<p>If you have any questions rela
 ted to accessibility, you can post them on the forum. If you have experience and knowledge in the accessibility field, consider answering questions as it&#8217;s a great way to contribute to the WordPress project.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 05 May 2016 20:13:11 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base
 _explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:45;a:6:{s:4:\"data\";s:13:\"\n        \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:110:\"WPTavern: Font Awesome CDN Now in Beta, Loads Icons Asynchronously with Automatic Accessibility Best Practices\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=54509\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}
 s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:119:\"http://wptavern.com/font-awesome-cdn-now-in-beta-loads-icons-asynchronously-with-automatic-accessibility-best-practices\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2903:\"<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/05/font-awesome.png\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/05/font-awesome.png?resize=1025%2C326\" alt=\"font-awesome\" class=\"aligncenter size-full wp-image-54532\" /></a></p>\n<p><a href=\"https://fortawesome.github.io/Font-Awesome/\" target=\"_blank\">Font Awesome</a>, the open source vector icon collection used by more than 300 plugins on
  WordPress.org and many free and commercial themes, <a href=\"https://articles.fortawesome.com/announcing-font-awesome-cdn-81773e0b301f#.egol888o7\" target=\"_blank\">announced the beta release of its new CDN</a>. Developers can now add a single line of code to bring the icons and CSS toolkit into their projects.</p>\n<p>The icon files and CSS are hosted by <a href=\"https://www.maxcdn.com/\" target=\"_blank\">MaxCDN</a>, which serves a cached version that loads quickly on websites that use Font Awesome. The CDN uses <a href=\"https://github.com/typekit/webfontloader\" target=\"_blank\">Web Font Loader</a>, which was co-developed by Google and Typekit, to load the icons asynchronously. This also gives developers <a href=\"https://github.com/typekit/webfontloader#events\" target=\"_blank\">CSS and JavaScript events</a> to hook into on loading.&lt
 ;/p>\n<p><a href=\"http://wptavern.com/font-awesome-4-6-0-adds-new-accessibility-icons-category\" target=\"_blank\">FontAwesome 4.6 added a new accessibility icon category</a> and the new CDN helps to automate outputting the correct markup. If the icon you&#8217;re using has semantic meaning, including an accurate title attribute with the inline icon will trigger Font Awesome&#8217;s JS to do the rest.</p>\n<p>Font Awesome requires an email address from those want to use the CDN so it can issue a unique embed code for each. Developers also have the option to register a Font Awesome CDN account to keep track of sites and apps where they are using the icons, and manage multiple embed codes. Once logged in, you can enable or disable auto-accessibility, asynchronous icon loading, easy updates to newer Font Awesome versions, and CSS or JS embed.</p>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uplo
 ads/2016/05/font-awesome-account.png\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/05/font-awesome-account.png?resize=1025%2C865\" alt=\"font-awesome-account\" class=\"aligncenter size-full wp-image-54543\" /></a></p>\n<p>One of the most convenient reasons to use the CDN is to simplify updates. WordPress plugin and theme developers do not have to bump versions or push any code to use the latest version. Font Awesome version changes can be triggered on an individual basis for each embed code in a developer&#8217;s account dashboard. Check out the instructions at <a href=\"https://cdn.fontawesome.com/\" target=\"_blank\">cdn.fontawesome.com</a> to get your project hooked up.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:
 0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 05 May 2016 18:09:31 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:46;a:6:{s:4:\"data\";s:13:\"\n \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"da
 ta\";s:50:\"WP Mobile Apps: WordPress for Android: Version 5.3\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://apps.wordpress.com/?p=3352\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"https://apps.wordpress.com/2016/05/05/wordpress-for-android-version-5-3/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3203:\"<p>Hello WordPress users! <a href=\"https://play.googl
 e.com/store/apps/details?id=org.wordpress.android\" target=\"_blank\">Version 5.3 of the WordPress for Android app</a> is now available in the Google Play Store.</p>\n<h1>Account Settings and App Settings</h1>\n<p>We split the old Account Settings into two distinct screens: Account Settings for everything related to your account, and App Settings for everything specific to the App, like the interface language, PIN lock, and Analytics opt-out.</p>\n<p><img class=\"alignnone size-full wp-image-3354\" src=\"https://apps.files.wordpress.com/2016/04/screenshot-2016-04-04_15-43-50-172.png?w=640\" alt=\"screenshot-2016-04-04_15.43.50.172\" /></p>\n<h1>Delete WordPress.com site</h1>\n<p>With 5.3, you can now export your content (posts, pages, and settings) by email and delete your WordPress.com site from the app.</p>\n<p><img class=\"alignnone size-fu
 ll wp-image-3356\" src=\"https://apps.files.wordpress.com/2016/04/screenshot-2016-04-04_15-45-34-504.png?w=640\" alt=\"screenshot-2016-04-04_15.45.34.504\" /></p>\n<h1>Other Changes</h1>\n<p>Version 5.3 also comes with a few other enhancements:</p>\n<ul>\n<li>New styling of the action bar in the Reader.</li>\n<li>If you made changes to a post, you&#8217;ll see a confirmation blink on <strong>Blog Posts</strong> when returning to the <strong>My site</strong> screen.</li>\n<li>Better styling of the Post and Page Preview screen.</li>\n<li>An updated support tool reduces crashes.</li>\n</ul>\n\n<a href=\"https://apps.wordpress.com/2016/05/05/wordpress-for-android-version-5-3/screenshot-2016-04-04_15-59-35-639/\"><img width=\"84\" height=\"150\" src=\"https://apps.files.wordpress.com/2016/04/scree
 nshot-2016-04-04_15-59-35-639.png?w=84&h=150\" class=\"attachment-thumbnail size-thumbnail\" alt=\"screenshot-2016-04-04_15.59.35.639\" /></a>\n<a href=\"https://apps.wordpress.com/2016/05/05/wordpress-for-android-version-5-3/screenshot-2016-04-04_16-01-41-971/\"><img width=\"84\" height=\"150\" src=\"https://apps.files.wordpress.com/2016/04/screenshot-2016-04-04_16-01-41-971.png?w=84&h=150\" class=\"attachment-thumbnail size-thumbnail\" alt=\"screenshot-2016-04-04_16.01.41.971\" /></a>\n\n<p>We&#8217;re working hard on new features for the next version &#8212; you can track our development progress for the next release by visiting <a href=\"https://github.com/wordpress-mobile/WordPress-Android/milestones/5.4\">our 5.4 milestone on GitHub</a>.</p>\n<h1>Thank you</h1>\n<p>Thanks to our contributors: <a 
 href=\"https://github.com/aforcier\">@aforcier</a>, <a href=\"https://github.com/daniloercoli\">@daniloercoli</a>, <a href=\"https://github.com/hypest\">@hypest</a>, <a href=\"https://github.com/kwonye\">@kwonye</a>, <a href=\"https://github.com/maxme\">@maxme</a>, <a href=\"https://github.com/mzorz\">@mzorz</a>, <a href=\"https://github.com/nbradbury\">@nbradbury</a>, <a href=\"https://github.com/oguzkocer\">@oguzkocer</a>, <a href=\"https://github.com/rishabh7m\">@rishabh7m</a>, <a href=\"https://github.com/roundhill\">@roundhill</a>, and <a href=\"https://github.com/tonyr59h\">@tonyr59h</a>.</p><img alt=\"\" border=\"0\" src=\"https://pixel.wp.com/b.gif?host=apps.wordpress.com&blog=108068616&post=3352&am
 p;subd=apps&ref=&feed=1\" width=\"1\" height=\"1\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 05 May 2016 08:57:23 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"Maxime\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:47;a:6:{s:4:\"data\";s:13:\"\n   \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:
 \"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"WPTavern: WPWeekly Episode 233 – Recap of WordCamp Chicago 2016\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"http://wptavern.com?p=54518&preview_id=54518\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"http://wptavern.com/wpweekly-episode-233-recap-of-wordcamp-chicago-2016\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:
 \"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2903:\"<p>On this episode of WordPress Weekly, I describe my experience attending WordCamp Chicago 2016 this past weekend. Marcus Couch and I then discuss the news of the week including a new tool that helps WordCamp organizers create customized name badges.</p>\n<p>We also have a lengthy discussion on the freemium business model and how it&#8217;s affecting users of themes and plugins downloaded from the official directories. Last but not least, we talk about WooCommerce Connect, a new SaaS tool from Automattic that has a tight relationship with Jetpack.</p>\n<h2>Stories Discussed:</h2>\n<p><a href=\"http://wptavern.com/wordcamp-organizers-get-new-tool-for-creating-personalized-wordcamp-badges\">WordCamp Organizers Get New Tool for Creating Personalized WordCamp Ba
 dges</a><br />\n<a href=\"http://wptavern.com/wordpress-is-now-100-translated-into-marathi\">WordPress is Now 100% Translated Into Marathi</a><br />\n<a href=\"http://wptavern.com/templatic-hacked-files-and-databases-compromised\">Templatic Hacked, Files and Databases Compromised</a><br />\n<a href=\"http://wptavern.com/wordpress-theme-review-team-votes-on-new-guidelines-to-ban-obtrusive-upselling\">WordPress Theme Review Team Votes on New Guidelines to Ban Obtrusive Upselling</a><br />\n<a href=\"http://wptavern.com/automattic-introduces-woocommerce-connect-hosted-components-for-e-commerce\">Automattic Introduces WooCommerce Connect, Hosted Components for E-Commerce</a></p>\n<h2>Plugins Picked By Marcus:</h2>\n<p><a href=\"https://wordpress.org/plugins/rss-feed-canceller/\">RSS Feed Canceller </a>provides more control ov
 er your RSS feed. You can turn it on or off per post and control whether or not a post is excluded from the feed.</p>\n<p><a href=\"https://wordpress.org/plugins/tld-woocommerce-downloadable-product-update-emails/\">TLD WooCommerce Downloadable Product Update Emails</a> is a simple plugin that notifies customers who purchased a downloadable product via email that there&#8217;s an update available.</p>\n<p><a href=\"https://wordpress.org/plugins/inline-click-to-tweet/\">Inline Click To Tweet</a> allows authors to highlight text from within the visual editor and make it tweetable by clicking within the post or page.</p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Wednesday, May 11th 9:30 P.M. Eastern</p>\n<p><strong>Subscribe To WPWeekly Via Itunes: </strong><a href=\"https://itunes.apple.com/us/podcast/wordpress-weekly/id694849738
 \" target=\"_blank\">Click here to subscribe</a></p>\n<p><strong>Subscribe To WPWeekly Via RSS: </strong><a href=\"http://www.wptavern.com/feed/podcast\" target=\"_blank\">Click here to subscribe</a></p>\n<p><strong>Subscribe To WPWeekly Via Stitcher Radio: </strong><a href=\"http://www.stitcher.com/podcast/wordpress-weekly-podcast?refid=stpr\" target=\"_blank\">Click here to subscribe</a></p>\n<p><strong>Listen To Episode #233:</strong><br />\n</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 05 May 2016 08:46:25 +0000\";s:7:\"attribs\&q
 uot;;a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:48;a:6:{s:4:\"data\";s:13:\"\n  \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"WPTavern: WordCamp Chicago 2016 Was a Deep Dish of Fun\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_ex
 plicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=54453\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"http://wptavern.com/wordcamp-chicago-2016-was-a-deep-dish-of-fun\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5547:\"<p><a href=\"https://2016.chicago.wordcamp.org/\">WordCamp Chicago 2016</a> was held at University Center in the heart of Chicago, IL, where more than 300 attendees spent the weekend learning about WordPress. The event was organized by
  Ryan Erwin and a <a href=\"https://2016.chicago.wordcamp.org/organizers/\">team of volunteers. </a></p>\n<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/05/JJJWCChicago2016.jpg\"><img class=\"size-full wp-image-54500\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/05/JJJWCChicago2016.jpg?resize=1024%2C768\" alt=\"John James Jacoby talking about bbPress and BuddyPress\" /></a>John James Jacoby talking about bbPress and BuddyPress\n<p>Tracks were split up into three separate rooms limiting the amount of background noise during sessions. Giving attendees a schedule is handled differently at most camps. Some provide a paper schedule while others put it on the back of the name badge.</p>\n<p>At WordCamp Chicago, schedule boards were displayed outside each room that corresponded with a track number. This made it easier for attendees to determine if they wa
 nted to stay in the room for the next session.</p>\n<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/WCChicago2016Schedule.jpg\"><img class=\"size-full wp-image-54501\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/WCChicago2016Schedule.jpg?resize=1024%2C1365\" alt=\"Schedule Board Outside The Room Hosting Track 1\" /></a>Schedule Board Outside The Room Hosting Track 1\n<p>WordCamps are a great way to stress test a venue&#8217;s network but the WiFi at WordCamp Chicago was flawless. I didn&#8217;t experience any issues and it remained fast throughout the event. I didn&#8217;t stick around for lunch as there are plenty of lunch options available within walking distance of the venue.</p>\n<h2>The After Party</h2>\n<p>Most WordCamps host an after party at a restaurant, bar, or other establishment away from the venue. WordCamp Chicago&#8217;s a
 fter party was held at the venue. It included, non-alcoholic and alcoholic drinks, food, and card games on each table. It was fun mingling and networking with people without having to compete with blaring music or a loud atmosphere.</p>\n<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/05/WCChicago2016AfterParty.jpg\"><img class=\"size-full wp-image-54503\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/05/WCChicago2016AfterParty.jpg?resize=1024%2C768\" alt=\"WordCamp Chicago 2016 After Party\" /></a>WordCamp Chicago 2016 After Party\n<p>Out of all the sessions I attended, my favorite is <a href=\"https://2016.chicago.wordcamp.org/session/disastrous-deals-to-profitable-projects-comparing-my-best-and-worst-client-experiences/\">by Kyle Maurer,</a> who shared experiences and advice from <a href=\"http://realbigmarketing.com/\">building client websites
 </a> over the years.</p>\n<p>One of the biggest pieces of advice he shared is to build direct relationships with clients. No one is going to fight your battles as much as you and third-parties are unlikely to stick their neck out. Managing direct relationships leads to trust, referrals, and being rehired to do additional work.</p>\n<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/05/KyleMaurerSlideWCChicago2016.jpg\"><img class=\"size-full wp-image-54504\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/05/KyleMaurerSlideWCChicago2016.jpg?resize=1024%2C768\" alt=\"A Slide from Kyle Maurer\'s Presentation\" /></a>A Slide from Kyle Maurer&#8217;s Presentation\n<p>His session contains a lot of great information and I highly encourage you to watch it when it&#8217;s published on WordPress.tv.</p>\n<h2>WordCamps Offer a Lot of Value For The Price</h2&g
 t;\n<p>Throughout the event, I spoke to a number of people and noted the following. Many attendees said they received more value than expected paying $40 a ticket. Some have spent hundreds of dollars on conference tickets and didn&#8217;t enjoy themselves or come away with nearly as much information.</p>\n<p>I discovered a number of attendees are part of one or more WordPress meetup groups. According to Meetup.com, there are at least <a href=\"http://www.meetup.com/find/?allMeetups=false&keywords=Chicago+WordPress&radius=25&userFreeform=chicago+I&mcId=c60601&change=yes&sort=recommended&eventFilter=mysugg\">four WordPress groups </a>with hundreds of members spread throughout the Chicago area. It&#8217;s a strong indication that the WordPress community in Chicago is thriving and supportive of each other.</p>\n<h2>WordCamp Chicago in 2017</h2>\n<p>It was a pleasure attending WordCamp Chi
 cago and making new friends. I especially enjoyed speaking to WordPress Weekly listeners and getting their feedback. Also for those wondering, I satisfied my craving for deep-dish pizza via <a href=\"http://www.loumalnatis.com/arizona-phoenix\">Lou Malnati&#8217;s</a>. The pizza tastes better than I remembered. If you&#8217;re ever in the Chicago area, you have to try Lou Malnati&#8217;s pizza.</p>\n<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/TheLou.jpg\"><img class=\"size-full wp-image-54505\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/TheLou.jpg?resize=1024%2C768\" alt=\"The Lou!\" /></a>The Lou!\n<p>Everyone involved with WordCamp Chicago 2016 did a great job. If you didn&#8217;t get a chance to attend this year, don&#8217;t worry. After taking a break for a few weeks, the organizing team plans to begin organizing WordCamp Chic
 ago 2017.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 05 May 2016 03:00:06 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:49;a:6:{s:4:\"data\";s:13:\"\n   \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:
 \"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:85:\"WPTavern: Automattic Introduces WooCommerce Connect, Hosted Components for E-Commerce\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=54476\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:94:\"http://wptavern.com/automattic-introduces-woocommerce-connect-hosted-components-for-e-commerce\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s
 :0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5426:\"<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/woocommerce-logo.png\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/woocommerce-logo.png?resize=1025%2C466\" alt=\"woocommerce-logo\" class=\"aligncenter size-full wp-image-54492\" /></a></p>\n<p><a href=\"https://www.woothemes.com/woocommerce/\" target=\"_blank\">WooCommerce</a> is the current leader in e-commerce software, capturing <a href=\"https://wappalyzer.com/categories/ecommerce\" target=\"_blank\">31% of the market</a>, thanks to its relatively user-friendly interface and connection to WordPress. However, setting up a WooCommerce site, or any e-commerce site 
 for that matter, is not for the faint of heart, no matter how user-friendly the software. It requires knowledge of hosting, PCI compliance, payment gateways, SSL certificates, shipping methods, tax, and more.</p>\n<p>When <a href=\"http://wptavern.com/automattic-acquires-woocommerce\" target=\"_blank\">Automattic acquired WooCommerce</a> last May, the company accepted the challenge to make it as easy to create stores online as WordPress.com has done for websites.</p>\n<p>“I believe that the web needs an open, independent and easy-to-use commerce platform that you can run yourself on your own website,” Matt Mullenweg said in his <a href=\"https://www.youtube.com/watch?v=xJOfTB8-daA\" target=\"_blank\">video</a> announcement of the acquisition.</p>\n<p>Automattic has been working to simplify selling with WooCommerce and today the company announced <a href=\"https://www.wooth
 emes.com/2016/05/woocommerce-connect-announcement/\" target=\"_blank\">WooCommerce Connect</a>, the secret project that Mullenweg <a href=\"https://twitter.com/WooConf/status/717725650916741120\" target=\"_blank\">hinted</a> at during WooConf.</p>\n<p>WC Connect is WooCommerce&#8217;s new Automattic-hosted SaaS architecture that was created to offer store features in a more user-friendly way. It is built on the WP REST API and offers a simplified Calypso-style interface for configuring options.</p>\n<p>The first service offered via the alpha version of WC Connect is real-time USPS shipping rates for US-based stores. It eliminates the need for a USPS API key as well as a subscription key from WooCommerce. One of the advantages for the user is that there are fewer software updates to install for extensions, as all the code is maintained on Automattic&#8217;s servers.</p>\n<p><a href=
 \"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/usps-wc-connect.png\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/05/usps-wc-connect.png?resize=650%2C362\" alt=\"usps-wc-connect\" class=\"aligncenter size-full wp-image-54493\" /></a></p>\n<h3>What&#8217;s Next for WooCommerce Connect?</h3>\n<p>If the testing goes well, WooCommerce plans to roll Connect into the plugin&#8217;s core to make it easier to serve more hosted e-commerce components. The team is also working on expanding shipping options for the beta.</p>\n<p>&#8220;In the near future we hope to integrate with further shipping services, most likely Canada Post next,&#8221; said WooThemes co-founder <a href=\"https://twitter.com/mark_forrester\" target=\"_blank\">Mark Forrester</a>. &#8220;Shipping and payment options seem the logical place for us to sta
 rt.&#8221;</p>\n<p>Forrester confirmed that while the USPS shipping method is free, WooThemes is exploring monetizing other service offerings in the future. If WC Connect has a successful beta period, the team will consider using the same model for offering payment gateways in the future.</p>\n<p>&#8220;Setting up payments for your store should be simple and behind the scenes,&#8221; Forrester said. &#8220;We believe we can offer better options for our customers working closely with payment partners and using connected services.&#8221;</p>\n<p>Forrester said that the team hopes WC Connect can be baked into WooCommerce core soon, but they will make the decision based on user feedback from the alpha/beta period.</p>\n<p>Those who create WooCommerce extensions and depend on its ecosystem may be wondering whether the SaaS model will overtake the plugin entirely. Last May, during his WooCommerce Q&amp;A, Matt Mullenw
 eg <a href=\"https://ma.tt/2015/05/woomattic/#comment-583541\" target=\"_blank\">confirmed</a> that Automattic is not moving towards a 100% SaaS model.</p>\n<p>&#8220;If or when we do SAAS, the plugin isn’t going away, it’ll continue as it has,&#8221; Mullenweg said.</p>\n<p>WooCommerce is not being rolled into Jetpack, as many suspected when Automattic acquired the product. However, WC Connect does require users to connect to WordPress.com via Jetpack.</p>\n<p>&#8220;We feel it makes sense to leverage the code/infrastructure of one of the most powerful WordPress connected services,&#8221; Forrester said.</p>\n<p>The team is aiming to make WC Connect a simpler way to connect services to online stores without users having to leave their WooCommerce dashboards. Many store owners would rather pay for hosted software they don&#8217;t have to update as opposed to self-hosted extensions
  that require regular maintenance.</p>\n<p>If the strategy of offering hosted e-commmerce components succeeds at making store management easier for non-developers, Automattic will be able to profit from offering compelling commercial WC Connect services, such as payment gateways, and expand WooCommerce&#8217;s global reach.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 04 May 2016 22:20:21 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\&
 quot;Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";a:10:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Mon, 06 Jun 2016 18:38:16 GMT\";s:12:\"content-type\";s:8:\"text/xml\";s:14:\"content-length\";s:6:\"228016\";s:10:\"connection\";s:5:\"close\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:13:\"last-modified\";s:29:\"Mon, 06 Jun 2016 18:30:18 GMT\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:11:\"HIT lax 250\";s:13:\"accept-ranges\";s:5:\"bytes\";}s:5:\"build\";s:14:\"20160606161022\";}','no'),(1958,'_transient_timeout_feed_mod_d117b5738fbd35bd8
 c0391cda1f2b5d9','1465281496','no'),(1959,'_transient_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9','1465238296','no'),(1960,'_transient_timeout_dash_88ae138922fe95674369b1cb3d215a2b','1465281496','no'),(1961,'_transient_dash_88ae138922fe95674369b1cb3d215a2b','<div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://wordpress.org/news/2016/05/wordpress-4-5-2/\'>WordPress 4.5.2 Security Release</a> <span class=\"rss-date\">May 6, 2016</span><div class=\"rssSummary\">WordPress 4.5.2 is now available. This is a security release for all previous versions and we strongly encourage you to update your sites immediately. WordPress versions 4.5.1 and earlier are affected by a SOME vulnerability through Plupload, the third-party library WordPress uses for uploading files. WordPress versions 4.2 through 4.5.1 are vulnerable to reflected XSS [&hellip;]</div></li></ul></div><d
 iv class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://apps.wordpress.com/2016/06/01/wordpress-for-android-version-5-4/\'>WP Mobile Apps: WordPress for Android: Version 5.4</a></li><li><a class=\'rsswidget\' href=\'http://wptavern.com/wordcamp-incubator-program-to-launch-in-indonesia-zimbabwe-and-columbia\'>WPTavern: WordCamp Incubator Program to Launch in Indonesia, Zimbabwe, and Colombia</a></li><li><a class=\'rsswidget\' href=\'http://z9.io/2016/05/27/wordpress-is-thirteen/\'>Donncha: WordPress is thirteen!</a></li></ul></div>','no'),(1966,'_transient_is_multi_author','0','yes'),(1967,'_transient_twentyfourteen_category_count','0','yes');
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+INSERT INTO `wc_7_options` VALUES (1,'siteurl','http://2014.content.wordcamp.test','yes'),(2,'blogname','Content 2014','yes'),(3,'blogdescription','Testing custom post types and other WordCamp content','yes'),(4,'users_can_register','0','yes'),(5,'admin_email','foo@example.org','yes'),(6,'start_of_week','1','yes'),(7,'use_balanceTags','0','yes'),(8,'use_smilies','1','yes'),(9,'require_name_email','1','yes'),(10,'comments_notify','1','yes'),(11,'posts_per_rss','10','yes'),(12,'rss_use_excerpt','0','yes'),(13,'mailserver_url','mail.example.com','yes'),(14,'mailserver_login','login@example.com','yes'),(15,'mailserver_pass','password','yes'),(16,'mailserver_port','110','yes'),(17,'default_category','1','yes'),(18,'default_comment_status','open','yes'),(19,'default_ping_status','open','yes'),(20,'default_pingback_flag','1','yes'),(21,'posts_per_page','10','yes'),(22,'date_format','F j, Y','yes
 '),(23,'time_format','g:i a','yes'),(24,'links_updated_date_format','F j, Y g:i a','yes'),(28,'comment_moderation','0','yes'),(29,'moderation_notify','1','yes'),(30,'permalink_structure','/%year%/%monthnum%/%day%/%postname%/','yes'),(32,'hack_file','0','yes'),(33,'blog_charset','UTF-8','yes'),(34,'moderation_keys','','no'),(35,'active_plugins','a:3:{i:0;s:19:\"camptix/camptix.php\";i:1;s:21:\"wc-fonts/wc-fonts.php\";i:2;s:27:\"wordcamp-wiki/bootstrap.php\";}','yes'),(36,'home','http://2014.content.wordcamp.test','yes'),(37,'category_base','','yes'),(38,'ping_sites','http://rpc.pingomatic.com/','yes'),(40,'comment_max_links','2','yes'),(41,'gmt_offset','0','yes'),(42,'default_email_category','1','yes'),(43,'recently_edited','','no'),(44,'template','twentyfourteen','yes'),(45,'stylesheet','twentyfourteen','yes'),(46,'comment_whitelist','1','yes'),(47,'blacklist_keys','','no'),(48,'comment_registration','0','yes'),(49,'html_type','text/html','yes'),(50,'us
 e_trackback','0','yes'),(51,'default_role','subscriber','yes'),(52,'db_version','44719','yes'),(53,'uploads_use_yearmonth_folders','1','yes'),(54,'upload_path','','yes'),(55,'blog_public','1','yes'),(56,'default_link_category','2','yes'),(57,'show_on_front','posts','yes'),(58,'tag_base','','yes'),(59,'show_avatars','1','yes'),(60,'avatar_rating','G','yes'),(61,'upload_url_path','','yes'),(62,'thumbnail_size_w','150','yes'),(63,'thumbnail_size_h','150','yes'),(64,'thumbnail_crop','1','yes'),(65,'medium_size_w','300','yes'),(66,'medium_size_h','300','yes'),(67,'avatar_default','mystery','yes'),(68,'large_size_w','1024','yes'),(69,'large_size_h','1024','yes'),(70,'image_default_link_type','file','yes'),(71,'image_default_size','','yes'),(72,'image_default_align','','yes'),(73,'close_comments_for_old_posts','1','yes'),(74,'close_comments_days_old','30','yes'),(75,'thread_comments','1','yes'),(76,'thread_comments_depth','5','yes'),(77,'page_comments','0','yes'),(78,'comments_per_page','5
 0','yes'),(79,'default_comments_page','newest','yes'),(80,'comment_order','asc','yes'),(81,'sticky_posts','a:0:{}','yes'),(82,'widget_categories','a:0:{}','yes'),(83,'widget_text','a:0:{}','yes'),(84,'widget_rss','a:0:{}','yes'),(85,'uninstall_plugins','a:1:{s:33:\"classic-editor/classic-editor.php\";a:2:{i:0;s:14:\"Classic_Editor\";i:1;s:9:\"uninstall\";}}','no'),(86,'timezone_string','','yes'),(87,'page_for_posts','0','yes'),(88,'page_on_front','0','yes'),(89,'default_post_format','0','yes'),(90,'link_manager_enabled','0','yes'),(91,'wc_7_user_roles','a:5:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:61:{s:13:\"switch_themes\";b:1;s:11:\"edit_themes\";b:1;s:16:\"activate_plugins\";b:1;s:12:\"edit_plugins\";b:1;s:10:\"edit_users\";b:1;s:10:\"edit_files\";b:1;s:14:\"manage_options\";b:1;s:17:\"mode
 rate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:6:\"import\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:8:\"level_10\";b:1;s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";
 b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:12:\"delete_users\";b:1;s:12:\"create_users\";b:1;s:17:\"unfiltered_upload\";b:1;s:14:\"edit_dashboard\";b:1;s:14:\"update_plugins\";b:1;s:14:\"delete_plugins\";b:1;s:15:\"install_plugins\";b:1;s:13:\"update_themes\";b:1;s:14:\"install_themes\";b:1;s:11:\"update_core\";b:1;s:10:\"list_users\";b:1;s:12:\"remove_users\";b:1;s:13:\"promote_users\";b:1;s:18:\"edit_theme_options\";b:1;s:13:\"delete_themes\";b:1;s:6:\"export\";b:1;}}s:6:\"editor\&
 quot;;a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:34:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:1
 2:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:10:{s:12:\"upload_files\";b:1;s:10:\"edit_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:22:\"delete_published_posts\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:5:{s:10:\"edit_posts
 \";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}}','yes'),(95,'current_theme','Twenty Fourteen','yes'),(96,'theme_mods_twentythirteen','a:2:{i:0;b:0;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1395848113;s:4:\"data\";a:0:{}}}','yes'),(97,'theme_switched','','yes'),(98,'wccsp_settings','a:5:{s:7:\"enabled\";s:2:\"on\";s:21:\"body_background_color\";s:7:\"#666666\";s:26:\"container_background_color\";s:7:\"#FFFFFF\";s:10:\"text_color\";s:7:\"#000000\";s:8:\"image_id\";i:0;}','yes'),(99,'cron','a:16:{i:1561490254;a:2:{s:14:\"lsf_45_seconds\";a:1:{s:32:\"40cd750bba9870f18aada2478b2484
 0a\";a:3:{s:8:\"schedule\";s:10:\"45-seconds\";s:4:\"args\";a:0:{}s:8:\"interval\";i:45;}}s:23:\"wordcamp_dev_45_seconds\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"45-seconds\";s:4:\"args\";a:0:{}s:8:\"interval\";i:45;}}}i:1561490259;a:2:{s:14:\"lsf_10_seconds\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"10-seconds\";s:4:\"args\";a:0:{}s:8:\"interval\";i:10;}}s:23:\"wordcamp_dev_10_seconds\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"10-seconds\";s:4:\"args\";a:0:{}s:8:\"interval\";i:10;}}}i:1561490269;a:2:{s:14:\"lsf_30_seconds\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"30-seconds\";s:4:\
 "args\";a:0:{}s:8:\"interval\";i:30;}}s:23:\"wordcamp_dev_30_seconds\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"30-seconds\";s:4:\"args\";a:0:{}s:8:\"interval\";i:30;}}}i:1561490281;a:1:{s:14:\"lsf_20_seconds\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"20-seconds\";s:4:\"args\";a:0:{}s:8:\"interval\";i:30;}}}i:1561490299;a:2:{s:14:\"lsf_60_seconds\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"60-seconds\";s:4:\"args\";a:0:{}s:8:\"interval\";i:60;}}s:23:\"wordcamp_dev_60_seconds\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"60-seconds\";s:4:\"args\";a:0:{}s:8:\"interval\";i:60;}}}i:1561490838;a:1:{
 s:31:\"tix_scheduled_every_ten_minutes\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:7:\"10-mins\";s:4:\"args\";a:0:{}s:8:\"interval\";i:600;}}}i:1561491473;a:1:{s:20:\"jetpack_clean_nonces\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1561492638;a:1:{s:30:\"tix_dashboard_scheduled_hourly\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1561493851;a:2:{s:34:\"wp_privacy_delete_old_export_files\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}s:38:\"camptix_cache_all
 _attendees_shortcodes\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1561507038;a:1:{s:19:\"tix_scheduled_daily\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1561507039;a:1:{s:19:\"wp_scheduled_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1561533451;a:3:{s:27:\"camptix_prime_tshirt_report\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:24:\"wcb_redact_paid_requests\";a:1:{s:32:\"40c
 d750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:22:\"wp_https_support_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1561541295;a:1:{s:30:\"wp_scheduled_auto_draft_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1561574904;a:1:{s:24:\"grunion_scheduled_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1561576651;a:3:{s:31:\"clear_error_rate_limiting_files\";a:1:{s:32:\"40cd750bba9870f18aada2478b24
 840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:16:\"wcsc_prime_sites\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:29:\"send_invoice_pending_reminder\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}s:7:\"version\";i:2;}','yes'),(100,'post_count','2','yes'),(101,'jetpack_options','a:4:{s:7:\"version\";s:18:\"3.1-dev:1402344930\";s:11:\"old_version\";s:16:\"2.9.3:1397601527\";s:28:\"fallback_no_verify_ssl_certs\";i:0;s:9:\"time_diff\";i:0;}','yes'),(102,'camptix_options','a:17:{s:8:\"currency\";s:3:\"USD\";s:10:\"event
 _name\";s:12:\"Content 2014\";s:7:\"version\";i:20180709;s:20:\"reservations_enabled\";b:0;s:15:\"refunds_enabled\";b:0;s:18:\"refund_all_enabled\";b:0;s:8:\"archived\";b:0;s:15:\"payment_methods\";a:1:{s:6:\"paypal\";b:1;}s:30:\"email_template_single_purchase\";s:233:\"Hi there!\n\nYou have purchased the following ticket:\n\n[receipt]\n\nYou can edit the information for the purchased ticket at any time before the event, by visiting the following link:\n\n[ticket_url]\n\nLet us know if you have any questions!\";s:32:\"email_template_multiple_purchase\";s:237:\"Hi there!\n\nThank you so much for purchasing a ticket and hope to see you soon at our event. You can edit your information at any time before the event, by visiting the following link:\n\n[ticket_url]\n\nLet us know if you have any questions!\";s:40:\"email_template_multiple_purchase_receipt\"
 ;s:239:\"Hi there!\n\nYou have purchased the following tickets:\n\n[receipt]\n\nYou can edit the information for all the purchased tickets at any time before the event, by visiting the following link:\n\n[ticket_url]\n\nLet us know if you have any questions!\";s:32:\"email_template_pending_succeeded\";s:237:\"Hey there!\n\nYour payment for [event_name] has been completed, looking forward to seeing you at the event! You can access and change your tickets information by visiting the following link:\n\n[ticket_url]\n\nLet us know if you need any help!\";s:29:\"email_template_pending_failed\";s:293:\"Hey there!\n\nWe\'re so sorry, but it looks like your payment for [event_name] has failed! Please check your payment transactions for more details. If you still wish to attend the event, feel free to purchase a new ticket using the following link:\n\n[ticket_url]\n\nLet us know if you need any help!\";s:28:\"email_template_single_refund
 \";s:230:\"Hey there!\n\nYour refund for [event_name] has been completed. If you change your mind and still wish to attend the event, feel free to purchase a new ticket using the following link:\n\n[ticket_url]\n\nLet us know if you need any help!\";s:30:\"email_template_multiple_refund\";s:229:\"Hey there!\n\nYour ticket for [event_name] has been refunded. If you change your mind and still wish to attend the event, feel free to purchase a new ticket using the following link:\n\n[ticket_url]\n\nLet us know if you need any help!\";s:22:\"payment_options_stripe\";a:1:{s:10:\"api_predef\";s:12:\"wpcs-sandbox\";}s:22:\"payment_options_paypal\";a:1:{s:10:\"api_predef\";s:16:\"wordcamp-sandbox\";}}','yes'),(104,'tggr_settings','a:5:{s:10:\"db_version\";s:3:\"0.6\";s:17:\"TGGRSourceTwitter\";a:5:{s:12:\"consumer_key\";s:0:\"\";s:15:\"consumer
 _secret\";s:0:\"\";s:20:\"highlighted_accounts\";s:0:\"\";s:13:\"_bearer_token\";s:0:\"\";s:16:\"_newest_tweet_id\";i:0;}s:19:\"TGGRSourceInstagram\";a:3:{s:9:\"client_id\";s:0:\"\";s:20:\"highlighted_accounts\";s:0:\"\";s:16:\"_newest_media_id\";i:0;}s:16:\"TGGRSourceFlickr\";a:3:{s:7:\"api_key\";s:0:\"\";s:20:\"highlighted_accounts\";s:0:\"\";s:18:\"_newest_media_date\";i:0;}s:16:\"TGGRSourceGoogle\";a:3:{s:7:\"api_key\";s:0:\"\";s:20:\"highlighted_accounts\";s:0:\"\";s:21:\"_newest_activity_date\";i:0;}}','yes'),(105,'jetpack_activated','4','yes'),(146,'theme_mods_wordcamp-base','a:2:{i:0;b:0;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1396282820;s:4:\"data\";a:0:{}}}','yes'),(147,'camptix_stats','a:6:{s:4:\
 "sold\";i:2;s:9:\"remaining\";i:18;s:8:\"subtotal\";i:40;s:10:\"discounted\";i:0;s:7:\"revenue\";i:40;s:13:\"last_modified\";i:1395855896;}','yes'),(158,'sidebars_widgets','a:8:{s:19:\"wp_inactive_widgets\";a:0:{}s:18:\"orphaned_widgets_1\";a:0:{}s:18:\"orphaned_widgets_2\";a:0:{}s:18:\"orphaned_widgets_3\";a:0:{}s:18:\"orphaned_widgets_4\";N;s:18:\"orphaned_widgets_5\";N;s:18:\"orphaned_widgets_6\";N;s:13:\"array_version\";i:3;}','yes'),(160,'wcb_sponsor_level_children','a:0:{}','yes'),(172,'camptix_dashboard_timestamp','1397586302','yes'),(173,'db_upgraded','1','yes'),(210,'recently_activated','a:0:{}','yes'),(212,'akismet_available_servers','a:4:{s:12:\"192.0.80.244\";b:1;s:12:\"66.135.58.62\";b:1;s:12:\"66.135.58.61\";b:1;s:12:\"192.0.80.246\";b:1;}','yes'),(213,'akismet_connectivity_time','1397601216'
 ,'yes'),(217,'akismet_strictness','0','yes'),(218,'akismet_show_user_comments_approved','0','yes'),(219,'wordpress_api_key','40f8efdbca9b','yes'),(224,'jetpack_active_modules','a:6:{i:0;s:10:\"vaultpress\";i:1;s:12:\"contact-form\";i:3;s:10:\"shortcodes\";i:5;s:10:\"custom-css\";i:7;s:13:\"subscriptions\";i:9;s:18:\"verification-tools\";}','yes'),(250,'WPLANG','','yes'),(1058,'mes-sponsor-level_children','a:0:{}','yes'),(1416,'mes-regions_children','a:0:{}','yes'),(1855,'adminhash','a:2:{s:4:\"hash\";s:32:\"b185dca51b31745bad315b073183de49\";s:8:\"newemail\";s:23:\"ian.dunn@automattic.com\";}','yes'),(1877,'json_api_plugin_version','1.2.5','yes'),(1902,'jetpack_file_data','a:1:{s:5:\"4.0.3\";a:49:{s:32:\"31e5b9ae08b62c2b0cd8a7792242298b\";a:14:{s:4:\"name\";s:20:\"Spelling and Grammar\";s:11:\"description\";s:89:\"Check your spell
 ing, style, and grammar with the After the Deadline proofreading service.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1:\"6\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:7:\"Writing\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:115:\"after the deadline, afterthedeadline, spell, spellchecker, spelling, grammar, proofreading, style, language, cliche\";}s:32:\"3f41b2d629265b5de8108b463abbe8e2\";a:14:{s:4:\"name\";s:8:\"Carousel\";s:11:\"description\";s:63:\"Transform standard ima
 ge galleries into full-screen slideshows.\";s:14:\"jumpstart_desc\";s:79:\"Brings your photos and images to life as full-size, easily navigable galleries.\";s:4:\"sort\";s:2:\"22\";s:20:\"recommendation_order\";s:2:\"12\";s:10:\"introduced\";s:3:\"1.5\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:17:\"Photos and Videos\";s:7:\"feature\";s:9:\"Jumpstart\";s:25:\"additional_search_queries\";s:80:\"gallery, carousel, diaporama, slideshow, images, lightbox, exif, metadata, image\";}s:32:\"c6ebb418dde302de09600a6025370583\";a:14:{s:4:\"name\";s:8:\"Comments\";s:11:\"description\";s
 :79:\"Let readers comment with WordPress.com, Twitter, Facebook, or Google+ accounts.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"20\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.4\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:6:\"Social\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:53:\"comments, comment, facebook, twitter, google+, social\";}s:32:\"836f9485669e1bbb02920cb474730df0\";a:14:{s:4:\"name\";s:12:\"Contact Form\";s:11:\"description\";s:44:\"Insert a contact form anywhere on your site.\";s:14:\"
 jumpstart_desc\";s:111:\"Adds a button to your post and page editors, allowing you to build simple forms to help visitors stay in touch.\";s:4:\"sort\";s:2:\"15\";s:20:\"recommendation_order\";s:2:\"14\";s:10:\"introduced\";s:3:\"1.3\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:5:\"Other\";s:7:\"feature\";s:9:\"Jumpstart\";s:25:\"additional_search_queries\";s:44:\"contact, form, grunion, feedback, submission\";}s:32:\"ea3970eebf8aac55fc3eca5dca0e0157\";a:14:{s:4:\"name\";s:20:\"Custom Content Types\";s:11:\"description\";s:92:\"Organize and display different types of content on y
 our site, separate from posts and pages.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"34\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"3.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:7:\"Writing\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:72:\"cpt, custom post types, portfolio, portfolios, testimonial, testimonials\";}s:32:\"d2bb05ccad3d8789df40ca3abb97336c\";a:14:{s:4:\"name\";s:10:\"Custom CSS\";s:11:\"description\";s:57:\"Customize your site’s CSS without modifying your theme.\";s:14:\"jumpstart_desc\&quo
 t;;s:0:\"\";s:4:\"sort\";s:1:\"2\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.7\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:10:\"Appearance\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:108:\"css, customize, custom, style, editor, less, sass, preprocessor, font, mobile, appearance, theme, stylesheet\";}s:32:\"a2064eec5b9c7e0d816af71dee7a715f\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:
 \"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";}s:32:\"53a4ec755022ef3953699734c343da02\";a:14:{s:4:\"name\";s:21:\"Enhanced Distribution\";s:11:\"description\";s:27:\"Increase reach and traffic.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1:\"5\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.2\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0
 :\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:6:\"Public\";s:11:\"module_tags\";s:7:\"Writing\";s:7:\"feature\";s:7:\"Traffic\";s:25:\"additional_search_queries\";s:54:\"google, seo, firehose, search, broadcast, broadcasting\";}s:32:\"72fecb67ee6704ba0a33e0225316ad06\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0
 :\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";}s:32:\"d56e2886185a9eace719cc57d46770df\";a:14:{s:4:\"name\";s:19:\"Gravatar Hovercards\";s:11:\"description\";s:58:\"Enable pop-up business cards over commenters’ Gravatars.\";s:14:\"jumpstart_desc\";s:131:\"Let commenters link their profiles to their Gravatar accounts, making it easy for your visitors to learn more about your community.\";s:4:\"sort\";s:2:\"11\";s:20:\"recommendation_order\";s:2:\"13\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:18:\"Socia
 l, Appearance\";s:7:\"feature\";s:9:\"Jumpstart\";s:25:\"additional_search_queries\";s:20:\"gravatar, hovercards\";}s:32:\"e391e760617bd0e0736550e34a73d7fe\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:8:\"2.0.3 ??\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";}s:32:\"2e345370766346c616b3c5046e817720\";a:14:{s:4:\&
 quot;name\";s:15:\"Infinite Scroll\";s:11:\"description\";s:46:\"Add support for infinite scroll to your theme.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"26\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:10:\"Appearance\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:33:\"scroll, infinite, infinite scroll\";}s:32:\"bd69edbf134de5fae8fdcf2e70a45b56\";a:14:{s:4:\"name\";s:8:\"JSON API\";s:11:\"description\";s:69:\"Allow applications to securely acc
 ess your content through the cloud.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"19\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.9\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:6:\"Public\";s:11:\"module_tags\";s:19:\"Writing, Developers\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:50:\"api, rest, develop, developers, json, klout, oauth\";}s:32:\"8110b7a4423aaa619dfa46b8843e10d1\";a:14:{s:4:\"name\";s:14:\"Beautiful Math\";s:11:\"description\";s:85:\"Use LaTeX markup language in posts and pages for complex equations and other geekery.\";s:14:\&qu
 ot;jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"12\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:7:\"Writing\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:47:\"latex, math, equation, equations, formula, code\";}s:32:\"fd7e85d3b4887fa6b6f997d6592c1f33\";a:14:{s:4:\"name\";s:5:\"Likes\";s:11:\"description\";s:70:\"Give visitors an easy way to show their appreciation for your content.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"23\";s:20:\&qu
 ot;recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.2\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:6:\"Social\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:26:\"like, likes, wordpress.com\";}s:32:\"c5dfef41fad5bcdcaae8e315e5cfc420\";a:14:{s:4:\"name\";s:6:\"Manage\";s:11:\"description\";s:76:\"Manage all your sites from a centralized place, https://wordpress.com/sites.\";s:14:\"jumpstart_desc\";s:151:\"Helps you remotely manage plugins, turn on automated updates, and more from <a href=\"https://wordpress.com/plugins/\" target=\"_blank\">wordpres
 s.com</a>.\";s:4:\"sort\";s:1:\"1\";s:20:\"recommendation_order\";s:1:\"3\";s:10:\"introduced\";s:3:\"3.4\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:35:\"Centralized Management, Recommended\";s:7:\"feature\";s:22:\"Recommended, Jumpstart\";s:25:\"additional_search_queries\";s:26:\"manage, management, remote\";}s:32:\"fd6dc399b92bce76013427e3107c314f\";a:14:{s:4:\"name\";s:8:\"Markdown\";s:11:\"description\";s:51:\"Write posts or pages in plain-text Markdown syntax.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"31\";s:20:\"re
 commendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.8\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:7:\"Writing\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:12:\"md, markdown\";}s:32:\"c49a35b6482b0426cb07ad28ecf5d7df\";a:14:{s:4:\"name\";s:12:\"Mobile Theme\";s:11:\"description\";s:64:\"Optimize your site with a mobile-friendly theme for smartphones.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"21\";s:20:\"recommendation_order\";s:2:\"11\";s:10:\"introduced\";s:3:\"1.8\";s:7:\"changed\";s:0:\&
 quot;\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:31:\"Appearance, Mobile, Recommended\";s:7:\"feature\";s:11:\"Recommended\";s:25:\"additional_search_queries\";s:24:\"mobile, theme, minileven\";}s:32:\"b42e38f6fafd2e4104ebe5bf39b4be47\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:1
 3:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";}s:32:\"771cfeeba0d3d23ec344d5e781fb0ae2\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";}s:32:\"54f0661d27c814fc8
 bde39580181d939\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";}s:32:\"46c4c413b5c72bbd3c3dbd14ff8f8adc\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommenda
 tion_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";}s:32:\"9ea52fa25783e5ceeb6bfaed3268e64e\";a:14:{s:4:\"name\";s:7:\"Monitor\";s:11:\"description\";s:25:\"Reports on site downtime.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"28\";s:20:\"recommendation_order\";s:2:\"10\";s:10:\"introduced\";s:3:\"2.6\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\&q
 uot;;s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:11:\"Recommended\";s:7:\"feature\";s:33:\"Recommended, Performance-Security\";s:25:\"additional_search_queries\";s:37:\"monitor, uptime, downtime, monitoring\";}s:32:\"cfcaafd0fcad087899d715e0b877474d\";a:14:{s:4:\"name\";s:13:\"Notifications\";s:11:\"description\";s:84:\"Receive notification of site activity via the admin toolbar and your Mobile devices.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"13\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.9\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_
 connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:5:\"Other\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:62:\"notification, notifications, toolbar, adminbar, push, comments\";}s:32:\"0d18bfa69bec61550c1d813ce64149b0\";a:14:{s:4:\"name\";s:10:\"Omnisearch\";s:11:\"description\";s:66:\"Search your entire database from a single field in your Dashboard.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"16\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.3\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\&quo
 t;Yes\";s:11:\"module_tags\";s:10:\"Developers\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:6:\"search\";}s:32:\"3f0a11e23118f0788d424b646a6d465f\";a:14:{s:4:\"name\";s:6:\"Photon\";s:11:\"description\";s:27:\"Speed up images and photos.\";s:14:\"jumpstart_desc\";s:141:\"Mirrors and serves your images from our free and fast image CDN, improving your site’s performance with no additional load on your servers.\";s:4:\"sort\";s:2:\"25\";s:20:\"recommendation_order\";s:1:\"1\";s:10:\"introduced\";s:3:\"2.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_t
 ags\";s:42:\"Photos and Videos, Appearance, Recommended\";s:7:\"feature\";s:44:\"Recommended, Jumpstart, Performance-Security\";s:25:\"additional_search_queries\";s:38:\"photon, image, cdn, performance, speed\";}s:32:\"e37cfbcb72323fb1fe8255a2edb4d738\";a:14:{s:4:\"name\";s:13:\"Post by Email\";s:11:\"description\";s:58:\"Publish posts by email, using any device and email client.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"14\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:7:\"Writi
 ng\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:20:\"post by email, email\";}s:32:\"728290d131a480bfe7b9e405d7cd925f\";a:14:{s:4:\"name\";s:7:\"Protect\";s:11:\"description\";s:28:\"Prevent brute force attacks.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1:\"1\";s:20:\"recommendation_order\";s:1:\"4\";s:10:\"introduced\";s:3:\"3.4\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:11:\"Recommended\";s:7:\"feature\";s:33:\"Recommended, Performance-Security\";s:25:\"additional_search_queries\";s:65:\"security, se
 cure, protection, botnet, brute force, protect, login\";}s:32:\"f9ce784babbbf4dcca99b8cd2ceb420c\";a:14:{s:4:\"name\";s:9:\"Publicize\";s:11:\"description\";s:30:\"Automatically promote content.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"10\";s:20:\"recommendation_order\";s:1:\"7\";s:10:\"introduced\";s:3:\"2.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:19:\"Social, Recommended\";s:7:\"feature\";s:20:\"Recommended, Traffic\";s:25:\"additional_search_queries\";s:107:\"facebook, twitter, google+, googleplus, google, path, tumblr, linkedin, social, tweet, con
 nections, sharing\";}s:32:\"052c03877dd3d296a71531cb07ad939a\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";}s:32:\"52edecb2a75222e75b2dce4356a4efce\";a:14:{s:4:\"name\";s:13:\"Related Posts\";s:11:\"description\";s:24:\"Display similar content.\";s:14:\"jumpstart_d
 esc\";s:113:\"Keep visitors engaged on your blog by highlighting relevant and new content at the bottom of each published post.\";s:4:\"sort\";s:2:\"29\";s:20:\"recommendation_order\";s:1:\"9\";s:10:\"introduced\";s:3:\"2.9\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:11:\"Recommended\";s:7:\"feature\";s:31:\"Recommended, Jumpstart, Traffic\";s:25:\"additional_search_queries\";s:22:\"related, related posts\";}s:32:\"8b059cb50a66b717f1ec842e736b858c\";a:14:{s:4:\"name\";s:7:\"Sharing\";s:11:\"description\";s:32:\"Visitors can share your content.\";s:14:\"jumpstart_desc\&
 quot;;s:116:\"Twitter, Facebook and Google+ buttons at the bottom of each post, making it easy for visitors to share your content.\";s:4:\"sort\";s:1:\"7\";s:20:\"recommendation_order\";s:1:\"6\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:3:\"1.2\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:19:\"Social, Recommended\";s:7:\"feature\";s:31:\"Recommended, Jumpstart, Traffic\";s:25:\"additional_search_queries\";s:141:\"share, sharing, sharedaddy, buttons, icons, email, facebook, twitter, google+, linkedin, pinterest, pocket, press this, print, reddit, tumblr\";}s:32:\"a6d2394329871857401255533a9873f7\";a:14:{s:4:\"name\";s:16:\&qu
 ot;Shortcode Embeds\";s:11:\"description\";s:77:\"Embed content from YouTube, Vimeo, SlideShare, and more, no coding necessary.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1:\"3\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:3:\"1.2\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:46:\"Photos and Videos, Social, Writing, Appearance\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:251:\"shortcodes, shortcode, embeds, media, bandcamp, blip.tv, dailymotion, digg, facebook, flickr, google calendars, google maps, google+, polldaddy, recipe, recipes, scribd, slideshare,
  slideshow, slideshows, soundcloud, ted, twitter, vimeo, vine, youtube\";}s:32:\"21496e2897ea5f81605e2f2ac3beb921\";a:14:{s:4:\"name\";s:16:\"WP.me Shortlinks\";s:11:\"description\";s:56:\"Enable WP.me-powered shortlinks for all posts and pages.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1:\"8\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:6:\"Social\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:17:\"shortlinks, wp.me\";}s:32:\"e2a54a5d7879a4162709e6ffb540dd08\"
 ;a:14:{s:4:\"name\";s:9:\"Site Icon\";s:11:\"description\";s:29:\"Add a site icon to your site.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"22\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"3.2\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:5:\"Other\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:24:\"favicon, icon, site icon\";}s:32:\"f5c537bc304f55b29c1a87e30be0cd24\";a:14:{s:4:\"name\";s:8:\"Sitemaps\";s:11:\"description\";s:75:\"Creates sitemaps to allow your site to be easily indexed by 
 search engines.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"13\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"3.9\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:6:\"Public\";s:11:\"module_tags\";s:20:\"Recommended, Traffic\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:39:\"sitemap, traffic, search, site map, seo\";}s:32:\"59a23643437358a9b557f1d1e20ab040\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\&
 quot;\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";}s:32:\"6a90f97c3194cfca5671728eaaeaf15e\";a:14:{s:4:\"name\";s:14:\"Single Sign On\";s:11:\"description\";s:27:\"Secure user authentication.\";s:14:\"jumpstart_desc\";s:98:\"Lets you log in to all your Jetpack-enabled sites with one click using your WordPress.com account.\";s:4:\"sort\";s:2:\"30\";s:20:\"recommendation_order\";s:1:\"5\";s:10:\"introduced\";s:3:\"2.6\";s:7:\"changed\";s:
 0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:10:\"Developers\";s:7:\"feature\";s:31:\"Jumpstart, Performance-Security\";s:25:\"additional_search_queries\";s:34:\"sso, single sign on, login, log in\";}s:32:\"b65604e920392e2f7134b646760b75e8\";a:14:{s:4:\"name\";s:10:\"Site Stats\";s:11:\"description\";s:35:\"Collect traffic stats and insights.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1:\"1\";s:20:\"recommendation_order\";s:1:\"2\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\&q
 uot;;s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:23:\"Site Stats, Recommended\";s:7:\"feature\";s:20:\"Recommended, Traffic\";s:25:\"additional_search_queries\";s:54:\"statistics, tracking, analytics, views, traffic, stats\";}s:32:\"23a586dd7ead00e69ec53eb32ef740e4\";a:14:{s:4:\"name\";s:13:\"Subscriptions\";s:11:\"description\";s:88:\"Allow users to subscribe to your posts and comments and receive notifications via email.\";s:14:\"jumpstart_desc\";s:126:\"Give visitors two easy subscription options — while commenting, or via a separate email subscription widget you can display.\";s:4:\"sort\";s:1:\"9\";s:20:\"recommendation_order\";s:1:\"8\";s:10:\"introduced\";s:3:\"1.2\";s:7:\"changed\";s
 :0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:6:\"Social\";s:7:\"feature\";s:9:\"Jumpstart\";s:25:\"additional_search_queries\";s:74:\"subscriptions, subscription, email, follow, followers, subscribers, signup\";}s:32:\"1d978b8d84d2f378fe1a702a67633b6d\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\&
 quot;;s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";}s:32:\"b3b983461d7f3d27322a3551ed8a9405\";a:14:{s:4:\"name\";s:15:\"Tiled Galleries\";s:11:\"description\";s:73:\"Display your image galleries in a variety of sleek, graphic arrangements.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"24\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:17:\"Photos and Videos\&
 quot;;s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:43:\"gallery, tiles, tiled, grid, mosaic, images\";}s:32:\"d924e5b05722b0e104448543598f54c0\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";}s:32:\"36741583b10c521997e563ad8e1e8b77\";a:14:{s:4:\"name\&quo
 t;;s:12:\"Data Backups\";s:11:\"description\";s:27:\"Daily or real-time backups.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"32\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:5:\"0:1.2\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:5:\"false\";s:4:\"free\";s:5:\"false\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:20:\"Performance-Security\";s:25:\"additional_search_queries\";s:28:\"vaultpress, backup, security\";}s:32:\"2b9b44f09b5459617d68dd82ee17002a\";a:14:{s:4:\"name\";s:17:\"Site Verification\";s:11:\"description\";s:77:\"Verify your site or domain with Google Se
 arch Console, Pinterest, and others.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"33\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"3.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:56:\"webmaster, seo, google, bing, pinterest, search, console\";}s:32:\"5ab4c0db7c42e10e646342da0274c491\";a:14:{s:4:\"name\";s:10:\"VideoPress\";s:11:\"description\";s:68:\"Upload and embed videos right on your site. (Subscription required.)\";s:14:\"jumpstart_desc\";s:0:\"\&
 quot;;s:4:\"sort\";s:2:\"27\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.5\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:5:\"false\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:17:\"Photos and Videos\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:25:\"video, videos, videopress\";}s:32:\"60a1d3aa38bc0fe1039e59dd60888543\";a:14:{s:4:\"name\";s:17:\"Widget Visibility\";s:11:\"description\";s:57:\"Specify which widgets appear on which pages of your site.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"17\";s:20:\"recommendation_order\";s:0:\"\&qu
 ot;;s:10:\"introduced\";s:3:\"2.4\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:10:\"Appearance\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:54:\"widget visibility, logic, conditional, widgets, widget\";}s:32:\"174ed3416476c2cb9ff5b0f671280b15\";a:14:{s:4:\"name\";s:21:\"Extra Sidebar Widgets\";s:11:\"description\";s:79:\"Add images, Twitter streams, your site’s RSS links, and more to your sidebar.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1:\"4\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.2\";s:7:\
 "changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:18:\"Social, Appearance\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:65:\"widget, widgets, facebook, gallery, twitter, gravatar, image, rss\";}s:32:\"28b931a1db19bd24869bd54b14e733d5\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requi
 res_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";}}}','yes'),(1903,'jetpack_available_modules','a:1:{s:5:\"4.0.3\";a:37:{s:18:\"after-the-deadline\";s:3:\"1.1\";s:8:\"carousel\";s:3:\"1.5\";s:8:\"comments\";s:3:\"1.4\";s:12:\"contact-form\";s:3:\"1.3\";s:20:\"custom-content-types\";s:3:\"3.1\";s:10:\"custom-css\";s:3:\"1.7\";s:21:\"enhanced-distribution\";s:3:\"1.2\";s:19:\"gravatar-hovercards\";s:3:\"1.1\";s:15:\"infinite-scroll\";s:3:\"2.0\";s:8:\"json-api\";s:3:\"1.9\";s:5:\"latex\";s:3:\"1.1\";s:5:\"likes\";s:3:\"2.2\";s:6:\"mana
 ge\";s:3:\"3.4\";s:8:\"markdown\";s:3:\"2.8\";s:9:\"minileven\";s:3:\"1.8\";s:7:\"monitor\";s:3:\"2.6\";s:5:\"notes\";s:3:\"1.9\";s:10:\"omnisearch\";s:3:\"2.3\";s:6:\"photon\";s:3:\"2.0\";s:13:\"post-by-email\";s:3:\"2.0\";s:7:\"protect\";s:3:\"3.4\";s:9:\"publicize\";s:3:\"2.0\";s:13:\"related-posts\";s:3:\"2.9\";s:10:\"sharedaddy\";s:3:\"1.1\";s:10:\"shortcodes\";s:3:\"1.1\";s:10:\"shortlinks\";s:3:\"1.1\";s:9:\"site-icon\";s:3:\"3.2\";s:8:\"sitemaps\";s:3:\"3.9\";s:3:\"sso\";s:3:\"2.6\";s:5:\"stats\";s:3:\"1.1\";s:13:\"subscriptions\";s:3:\"1.2\";s:13:\"tiled-gallery\";s:3:\"2.1\";s:10:\&quo
 t;vaultpress\";s:5:\"0:1.2\";s:18:\"verification-tools\";s:3:\"3.0\";s:10:\"videopress\";s:3:\"2.5\";s:17:\"widget-visibility\";s:3:\"2.4\";s:7:\"widgets\";s:3:\"1.2\";}}','yes'),(1926,'rewrite_rules','a:325:{s:11:\"^wp-json/?$\";s:22:\"index.php?json_route=/\";s:14:\"^wp-json/(.*)?\";s:33:\"index.php?json_route=/$matches[1]\";s:14:\"tggr-tweets/?$\";s:31:\"index.php?post_type=tggr-tweets\";s:44:\"tggr-tweets/feed/(feed|rdf|rss|rss2|atom)/?$\";s:48:\"index.php?post_type=tggr-tweets&feed=$matches[1]\";s:39:\"tggr-tweets/(feed|rdf|rss|rss2|atom)/?$\";s:48:\"index.php?post_type=tggr-tweets&feed=$matches[1]\";s:31:\"tggr-tweets/page/([0-9]{1,})/?$\";s:49:\"index.php?post_type=tggr-tweets&paged=$matches[1]\";s:17:\"tggr-instagram/?$\";s:34:\"index.ph
 p?post_type=tggr-instagram\";s:47:\"tggr-instagram/feed/(feed|rdf|rss|rss2|atom)/?$\";s:51:\"index.php?post_type=tggr-instagram&feed=$matches[1]\";s:42:\"tggr-instagram/(feed|rdf|rss|rss2|atom)/?$\";s:51:\"index.php?post_type=tggr-instagram&feed=$matches[1]\";s:34:\"tggr-instagram/page/([0-9]{1,})/?$\";s:52:\"index.php?post_type=tggr-instagram&paged=$matches[1]\";s:14:\"tggr-flickr/?$\";s:31:\"index.php?post_type=tggr-flickr\";s:44:\"tggr-flickr/feed/(feed|rdf|rss|rss2|atom)/?$\";s:48:\"index.php?post_type=tggr-flickr&feed=$matches[1]\";s:39:\"tggr-flickr/(feed|rdf|rss|rss2|atom)/?$\";s:48:\"index.php?post_type=tggr-flickr&feed=$matches[1]\";s:31:\"tggr-flickr/page/([0-9]{1,})/?$\";s:49:\"index.php?post_type=tggr-flickr&paged=$matches[1]\";s:14:\"tggr-google/?$\";s:31:\"index.php?post_type=tggr-google\
 ";s:44:\"tggr-google/feed/(feed|rdf|rss|rss2|atom)/?$\";s:48:\"index.php?post_type=tggr-google&feed=$matches[1]\";s:39:\"tggr-google/(feed|rdf|rss|rss2|atom)/?$\";s:48:\"index.php?post_type=tggr-google&feed=$matches[1]\";s:31:\"tggr-google/page/([0-9]{1,})/?$\";s:49:\"index.php?post_type=tggr-google&paged=$matches[1]\";s:15:\"^calendar\\.ics$\";s:32:\"index.php?wcorg_wordcamps_ical=1\";s:47:\"category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:42:\"category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:23:\"category/(.+?)/embed/?$\";s:46:\"index.php?category_name=$matches[1]&embed=true\";s:35:\"category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$mat
 ches[2]\";s:17:\"category/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:44:\"tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:39:\"tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:20:\"tag/([^/]+)/embed/?$\";s:36:\"index.php?tag=$matches[1]&embed=true\";s:32:\"tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:14:\"tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:45:\"type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:40:\"type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:21:\"type/([^/]+)/embed/?$\";s:44:\"index.php?p
 ost_format=$matches[1]&embed=true\";s:33:\"type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?post_format=$matches[1]&paged=$matches[2]\";s:15:\"type/([^/]+)/?$\";s:33:\"index.php?post_format=$matches[1]\";s:38:\"tix_ticket/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:48:\"tix_ticket/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:68:\"tix_ticket/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:63:\"tix_ticket/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:63:\"tix_ticket/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:44:\"tix_ticket/
 [^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:27:\"tix_ticket/([^/]+)/embed/?$\";s:58:\"index.php?post_type=tix_ticket&name=$matches[1]&embed=true\";s:31:\"tix_ticket/([^/]+)/trackback/?$\";s:52:\"index.php?post_type=tix_ticket&name=$matches[1]&tb=1\";s:39:\"tix_ticket/([^/]+)/page/?([0-9]{1,})/?$\";s:65:\"index.php?post_type=tix_ticket&name=$matches[1]&paged=$matches[2]\";s:46:\"tix_ticket/([^/]+)/comment-page-([0-9]{1,})/?$\";s:65:\"index.php?post_type=tix_ticket&name=$matches[1]&cpage=$matches[2]\";s:35:\"tix_ticket/([^/]+)(?:/([0-9]+))?/?$\";s:64:\"index.php?post_type=tix_ticket&name=$matches[1]&page=$matches[2]\";s:27:\"tix_ticket/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\"tix_ticket/[^/]+/([^/]+)/trackback/?$\";s:37:\&quot
 ;index.php?attachment=$matches[1]&tb=1\";s:57:\"tix_ticket/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"tix_ticket/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"tix_ticket/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\"tix_ticket/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:40:\"tix_question/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:50:\"tix_question/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:70:\"tix_question/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed
 =$matches[2]\";s:65:\"tix_question/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"tix_question/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:46:\"tix_question/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:29:\"tix_question/([^/]+)/embed/?$\";s:60:\"index.php?post_type=tix_question&name=$matches[1]&embed=true\";s:33:\"tix_question/([^/]+)/trackback/?$\";s:54:\"index.php?post_type=tix_question&name=$matches[1]&tb=1\";s:41:\"tix_question/([^/]+)/page/?([0-9]{1,})/?$\";s:67:\"index.php?post_type=tix_question&name=$matches[1]&paged=$matches[2]\";s:48:\"tix_question/([^/]+)/comment-page-([0-9]{1,})/?$\";s:67:\"index.php?post_type
 =tix_question&name=$matches[1]&cpage=$matches[2]\";s:37:\"tix_question/([^/]+)(?:/([0-9]+))?/?$\";s:66:\"index.php?post_type=tix_question&name=$matches[1]&page=$matches[2]\";s:29:\"tix_question/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:39:\"tix_question/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:59:\"tix_question/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"tix_question/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"tix_question/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:35:\"tix_question/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true
 \";s:40:\"tix_attendee/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:50:\"tix_attendee/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:70:\"tix_attendee/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"tix_attendee/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"tix_attendee/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:46:\"tix_attendee/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:29:\"tix_attendee/([^/]+)/embed/?$\";s:60:\"index.php?post_type=tix_attendee&name=$matches[1]&embed=true\&qu
 ot;;s:33:\"tix_attendee/([^/]+)/trackback/?$\";s:54:\"index.php?post_type=tix_attendee&name=$matches[1]&tb=1\";s:41:\"tix_attendee/([^/]+)/page/?([0-9]{1,})/?$\";s:67:\"index.php?post_type=tix_attendee&name=$matches[1]&paged=$matches[2]\";s:48:\"tix_attendee/([^/]+)/comment-page-([0-9]{1,})/?$\";s:67:\"index.php?post_type=tix_attendee&name=$matches[1]&cpage=$matches[2]\";s:37:\"tix_attendee/([^/]+)(?:/([0-9]+))?/?$\";s:66:\"index.php?post_type=tix_attendee&name=$matches[1]&page=$matches[2]\";s:29:\"tix_attendee/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:39:\"tix_attendee/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:59:\"tix_attendee/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"tix
 _attendee/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"tix_attendee/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:35:\"tix_attendee/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:38:\"tix_coupon/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:48:\"tix_coupon/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:68:\"tix_coupon/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:63:\"tix_coupon/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:63:\"tix_coupon/[^/]+/attachment
 /([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:44:\"tix_coupon/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:27:\"tix_coupon/([^/]+)/embed/?$\";s:58:\"index.php?post_type=tix_coupon&name=$matches[1]&embed=true\";s:31:\"tix_coupon/([^/]+)/trackback/?$\";s:52:\"index.php?post_type=tix_coupon&name=$matches[1]&tb=1\";s:39:\"tix_coupon/([^/]+)/page/?([0-9]{1,})/?$\";s:65:\"index.php?post_type=tix_coupon&name=$matches[1]&paged=$matches[2]\";s:46:\"tix_coupon/([^/]+)/comment-page-([0-9]{1,})/?$\";s:65:\"index.php?post_type=tix_coupon&name=$matches[1]&cpage=$matches[2]\";s:35:\"tix_coupon/([^/]+)(?:/([0-9]+))?/?$\";s:64:\"index.php?post_type=tix_coupon&name=$matches[1]&page=$matches[2]\";s:27:\"tix_coupon/[^/
 ]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\"tix_coupon/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\"tix_coupon/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"tix_coupon/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"tix_coupon/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\"tix_coupon/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:37:\"tix_email/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:47:\"tix_email/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:67:\&q
 uot;tix_email/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"tix_email/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"tix_email/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:43:\"tix_email/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:26:\"tix_email/([^/]+)/embed/?$\";s:57:\"index.php?post_type=tix_email&name=$matches[1]&embed=true\";s:30:\"tix_email/([^/]+)/trackback/?$\";s:51:\"index.php?post_type=tix_email&name=$matches[1]&tb=1\";s:38:\"tix_email/([^/]+)/page/?([0-9]{1,})/?$\";s:64:\"index.php?post_type=tix_email&name=$matches[1]&paged=$matches[2]\&
 quot;;s:45:\"tix_email/([^/]+)/comment-page-([0-9]{1,})/?$\";s:64:\"index.php?post_type=tix_email&name=$matches[1]&cpage=$matches[2]\";s:34:\"tix_email/([^/]+)(?:/([0-9]+))?/?$\";s:63:\"index.php?post_type=tix_email&name=$matches[1]&page=$matches[2]\";s:26:\"tix_email/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:36:\"tix_email/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:56:\"tix_email/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:51:\"tix_email/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:51:\"tix_email/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:32:\"tix_email/[^/]+/([^/]+)/
 embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:37:\"tggr-tweets/.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:47:\"tggr-tweets/.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:67:\"tggr-tweets/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"tggr-tweets/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"tggr-tweets/.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:43:\"tggr-tweets/.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:26:\"tggr-tweets/(.+?)/embed/?$\";s:44:\"index.php?tggr-twe
 ets=$matches[1]&embed=true\";s:30:\"tggr-tweets/(.+?)/trackback/?$\";s:38:\"index.php?tggr-tweets=$matches[1]&tb=1\";s:50:\"tggr-tweets/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?tggr-tweets=$matches[1]&feed=$matches[2]\";s:45:\"tggr-tweets/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?tggr-tweets=$matches[1]&feed=$matches[2]\";s:38:\"tggr-tweets/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?tggr-tweets=$matches[1]&paged=$matches[2]\";s:45:\"tggr-tweets/(.+?)/comment-page-([0-9]{1,})/?$\";s:51:\"index.php?tggr-tweets=$matches[1]&cpage=$matches[2]\";s:34:\"tggr-tweets/(.+?)(?:/([0-9]+))?/?$\";s:50:\"index.php?tggr-tweets=$matches[1]&page=$matches[2]\";s:48:\"hashtag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?hashtag=$matches[1]&feed=$matches[2]\";s:43:\"hashtag/([^/]
 +)/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?hashtag=$matches[1]&feed=$matches[2]\";s:24:\"hashtag/([^/]+)/embed/?$\";s:40:\"index.php?hashtag=$matches[1]&embed=true\";s:36:\"hashtag/([^/]+)/page/?([0-9]{1,})/?$\";s:47:\"index.php?hashtag=$matches[1]&paged=$matches[2]\";s:18:\"hashtag/([^/]+)/?$\";s:29:\"index.php?hashtag=$matches[1]\";s:40:\"tggr-instagram/.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:50:\"tggr-instagram/.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:70:\"tggr-instagram/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"tggr-instagram/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:6
 5:\"tggr-instagram/.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:46:\"tggr-instagram/.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:29:\"tggr-instagram/(.+?)/embed/?$\";s:47:\"index.php?tggr-instagram=$matches[1]&embed=true\";s:33:\"tggr-instagram/(.+?)/trackback/?$\";s:41:\"index.php?tggr-instagram=$matches[1]&tb=1\";s:53:\"tggr-instagram/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:53:\"index.php?tggr-instagram=$matches[1]&feed=$matches[2]\";s:48:\"tggr-instagram/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:53:\"index.php?tggr-instagram=$matches[1]&feed=$matches[2]\";s:41:\"tggr-instagram/(.+?)/page/?([0-9]{1,})/?$\";s:54:\"index.php?tggr-instagram=$matches[1]&paged=$matches[2]\";s:48:\"tggr-instagram/(.+?)/com
 ment-page-([0-9]{1,})/?$\";s:54:\"index.php?tggr-instagram=$matches[1]&cpage=$matches[2]\";s:37:\"tggr-instagram/(.+?)(?:/([0-9]+))?/?$\";s:53:\"index.php?tggr-instagram=$matches[1]&page=$matches[2]\";s:37:\"tggr-flickr/.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:47:\"tggr-flickr/.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:67:\"tggr-flickr/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"tggr-flickr/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"tggr-flickr/.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:43:\"tggr-flickr/.+?/attachment/([^/]+
 )/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:26:\"tggr-flickr/(.+?)/embed/?$\";s:44:\"index.php?tggr-flickr=$matches[1]&embed=true\";s:30:\"tggr-flickr/(.+?)/trackback/?$\";s:38:\"index.php?tggr-flickr=$matches[1]&tb=1\";s:50:\"tggr-flickr/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?tggr-flickr=$matches[1]&feed=$matches[2]\";s:45:\"tggr-flickr/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?tggr-flickr=$matches[1]&feed=$matches[2]\";s:38:\"tggr-flickr/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?tggr-flickr=$matches[1]&paged=$matches[2]\";s:45:\"tggr-flickr/(.+?)/comment-page-([0-9]{1,})/?$\";s:51:\"index.php?tggr-flickr=$matches[1]&cpage=$matches[2]\";s:34:\"tggr-flickr/(.+?)(?:/([0-9]+))?/?$\";s:50:\"index.php?tggr-flickr=$matches[1]&page=$matches[2]\";s:
 37:\"tggr-google/.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:47:\"tggr-google/.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:67:\"tggr-google/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"tggr-google/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"tggr-google/.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:43:\"tggr-google/.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:26:\"tggr-google/(.+?)/embed/?$\";s:44:\"index.php?tggr-google=$matches[1]&embed=true\";s:30:\"tggr-google/(.+?)/trackback/?$\&quo
 t;;s:38:\"index.php?tggr-google=$matches[1]&tb=1\";s:50:\"tggr-google/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?tggr-google=$matches[1]&feed=$matches[2]\";s:45:\"tggr-google/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?tggr-google=$matches[1]&feed=$matches[2]\";s:38:\"tggr-google/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?tggr-google=$matches[1]&paged=$matches[2]\";s:45:\"tggr-google/(.+?)/comment-page-([0-9]{1,})/?$\";s:51:\"index.php?tggr-google=$matches[1]&cpage=$matches[2]\";s:34:\"tggr-google/(.+?)(?:/([0-9]+))?/?$\";s:50:\"index.php?tggr-google=$matches[1]&page=$matches[2]\";s:35:\"speaker/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:45:\"speaker/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:65:\"spe
 aker/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"speaker/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"speaker/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:41:\"speaker/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:24:\"speaker/([^/]+)/embed/?$\";s:44:\"index.php?wcb_speaker=$matches[1]&embed=true\";s:28:\"speaker/([^/]+)/trackback/?$\";s:38:\"index.php?wcb_speaker=$matches[1]&tb=1\";s:36:\"speaker/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?wcb_speaker=$matches[1]&paged=$matches[2]\";s:43:\"speaker/([^/]+)/comment-page-([0-9]{1,})/?$\";s:5
 1:\"index.php?wcb_speaker=$matches[1]&cpage=$matches[2]\";s:32:\"speaker/([^/]+)(?:/([0-9]+))?/?$\";s:50:\"index.php?wcb_speaker=$matches[1]&page=$matches[2]\";s:24:\"speaker/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:34:\"speaker/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:54:\"speaker/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"speaker/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"speaker/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:30:\"speaker/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:35:\"session/[^/]+/attachment/([
 ^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:45:\"session/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:65:\"session/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"session/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"session/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:41:\"session/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:24:\"session/([^/]+)/embed/?$\";s:44:\"index.php?wcb_session=$matches[1]&embed=true\";s:28:\"session/([^/]+)/trackback/?$\";s:38:\"index.php?wcb_session=$matches[1]&
 tb=1\";s:36:\"session/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?wcb_session=$matches[1]&paged=$matches[2]\";s:43:\"session/([^/]+)/comment-page-([0-9]{1,})/?$\";s:51:\"index.php?wcb_session=$matches[1]&cpage=$matches[2]\";s:32:\"session/([^/]+)(?:/([0-9]+))?/?$\";s:50:\"index.php?wcb_session=$matches[1]&page=$matches[2]\";s:24:\"session/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:34:\"session/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:54:\"session/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"session/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"session/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php
 ?attachment=$matches[1]&cpage=$matches[2]\";s:30:\"session/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:35:\"sponsor/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:45:\"sponsor/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:65:\"sponsor/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"sponsor/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"sponsor/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:41:\"sponsor/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s
 :24:\"sponsor/([^/]+)/embed/?$\";s:44:\"index.php?wcb_sponsor=$matches[1]&embed=true\";s:28:\"sponsor/([^/]+)/trackback/?$\";s:38:\"index.php?wcb_sponsor=$matches[1]&tb=1\";s:36:\"sponsor/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?wcb_sponsor=$matches[1]&paged=$matches[2]\";s:43:\"sponsor/([^/]+)/comment-page-([0-9]{1,})/?$\";s:51:\"index.php?wcb_sponsor=$matches[1]&cpage=$matches[2]\";s:32:\"sponsor/([^/]+)(?:/([0-9]+))?/?$\";s:50:\"index.php?wcb_sponsor=$matches[1]&page=$matches[2]\";s:24:\"sponsor/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:34:\"sponsor/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:54:\"sponsor/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"sponsor/[^/
 ]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"sponsor/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:30:\"sponsor/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:37:\"organizer/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:47:\"organizer/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:67:\"organizer/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"organizer/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"organizer/[^/]+/attachment/([^/]+)/comment-page-([0-9]
 {1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:43:\"organizer/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:26:\"organizer/([^/]+)/embed/?$\";s:46:\"index.php?wcb_organizer=$matches[1]&embed=true\";s:30:\"organizer/([^/]+)/trackback/?$\";s:40:\"index.php?wcb_organizer=$matches[1]&tb=1\";s:38:\"organizer/([^/]+)/page/?([0-9]{1,})/?$\";s:53:\"index.php?wcb_organizer=$matches[1]&paged=$matches[2]\";s:45:\"organizer/([^/]+)/comment-page-([0-9]{1,})/?$\";s:53:\"index.php?wcb_organizer=$matches[1]&cpage=$matches[2]\";s:34:\"organizer/([^/]+)(?:/([0-9]+))?/?$\";s:52:\"index.php?wcb_organizer=$matches[1]&page=$matches[2]\";s:26:\"organizer/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:36:\"organizer/[^/]+/([^/]+)/trackb
 ack/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:56:\"organizer/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:51:\"organizer/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:51:\"organizer/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:32:\"organizer/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:46:\"track/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:44:\"index.php?track=$matches[1]&feed=$matches[2]\";s:41:\"track/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:44:\"index.php?track=$matches[1]&feed=$matches[2]\";s:22:\"track/([^/]+)/embed/?$\";s:38:\"index.php?track=$matches[1]&embed=true\&quot
 ;;s:34:\"track/([^/]+)/page/?([0-9]{1,})/?$\";s:45:\"index.php?track=$matches[1]&paged=$matches[2]\";s:16:\"track/([^/]+)/?$\";s:27:\"index.php?track=$matches[1]\";s:54:\"sponsor_level/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?sponsor_level=$matches[1]&feed=$matches[2]\";s:49:\"sponsor_level/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?sponsor_level=$matches[1]&feed=$matches[2]\";s:30:\"sponsor_level/([^/]+)/embed/?$\";s:46:\"index.php?sponsor_level=$matches[1]&embed=true\";s:42:\"sponsor_level/([^/]+)/page/?([0-9]{1,})/?$\";s:53:\"index.php?sponsor_level=$matches[1]&paged=$matches[2]\";s:24:\"sponsor_level/([^/]+)/?$\";s:35:\"index.php?sponsor_level=$matches[1]\";s:12:\"robots\\.txt$\";s:18:\"index.php?robots=1\";s:48:\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$\&qu
 ot;;s:18:\"index.php?feed=old\";s:20:\".*wp-app\\.php(/.*)?$\";s:19:\"index.php?error=403\";s:18:\".*wp-register.php$\";s:23:\"index.php?register=true\";s:32:\"feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:27:\"(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:8:\"embed/?$\";s:21:\"index.php?&embed=true\";s:20:\"page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:41:\"comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:36:\"comments/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:17:\"comments/embed/?$\";s:21:\"index.php?&embed=true\";s:44:\"search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$m
 atches[1]&feed=$matches[2]\";s:39:\"search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:20:\"search/(.+)/embed/?$\";s:34:\"index.php?s=$matches[1]&embed=true\";s:32:\"search/(.+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?s=$matches[1]&paged=$matches[2]\";s:14:\"search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:47:\"author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:42:\"author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:23:\"author/([^/]+)/embed/?$\";s:44:\"index.php?author_name=$matches[1]&embed=true\";s:35:\"author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:17:\"author/([^/]+)
 /?$\";s:33:\"index.php?author_name=$matches[1]\";s:69:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:45:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/embed/?$\";s:74:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]\";s:39:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$\";s:63:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]\";s:56:\"([0-9]{4})/([
 0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:51:\"([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:32:\"([0-9]{4})/([0-9]{1,2})/embed/?$\";s:58:\"index.php?year=$matches[1]&monthnum=$matches[2]&embed=true\";s:44:\"([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]\";s:26:\"([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:43:\"([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:38:\"([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:19:\"([0-9]{4})/e
 mbed/?$\";s:37:\"index.php?year=$matches[1]&embed=true\";s:31:\"([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:13:\"([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:58:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:68:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:88:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:83:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:83:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/comment-page-([0-9]
 {1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:64:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:53:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/embed/?$\";s:91:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/trackback/?$\";s:85:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&tb=1\";s:77:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:72:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[
 1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:65:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/page/?([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&paged=$matches[5]\";s:72:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/comment-page-([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&cpage=$matches[5]\";s:61:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)(?:/([0-9]+))?/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&page=$matches[5]\";s:47:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:57:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&
 amp;tb=1\";s:77:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:53:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&cpage=$matches[4]\";s:51:\"([0-9]{4})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&cpag
 e=$matches[3]\";s:38:\"([0-9]{4})/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&cpage=$matches[2]\";s:27:\".?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\".?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\".?.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"(.?.+?)/embed/?$\";s:41:\"index.php?pagename=$matc
 hes[1]&embed=true\";s:20:\"(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:40:\"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:35:\"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:28:\"(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:35:\"(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:24:\"(.?.+?)(?:/([0-9]+))?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";}','yes'),(1927,'finished_splitting_shared_terms','1','yes'),(1928,'widget_pages','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1929,'widget_calendar','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1930,'widget_archives','a:1:{s:12:\&quo
 t;_multiwidget\";i:1;}','yes'),(1931,'widget_meta','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1932,'widget_search','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1933,'widget_tag_cloud','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1934,'widget_nav_menu','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1935,'widget_akismet_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1936,'widget_epcsp_subscribe','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1937,'widget_wcb_sponsors','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1938,'widget_wcpt_speakers','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1939,'widget_wcpt_sessions','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1940,'widget_wcpt_organizers','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1942,'widget_widget_twentyfourteen_ephemera','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1944,'site_icon','0','yes'),(1945,'medium_large_size_w','768','yes'),(194
 6,'medium_large_size_h','0','yes'),(1966,'_transient_is_multi_author','0','yes'),(1967,'_transient_twentyfourteen_category_count','0','yes'),(1968,'wpsupercache_gc_time','1561490251','yes'),(1969,'jetpack_sync_settings_disable','0','yes'),(1970,'_transient_timeout_jetpack_idc_allowed','1561493851','no'),(1971,'_transient_jetpack_idc_allowed','1','no'),(1972,'widget_media_audio','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1973,'widget_media_image','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1974,'widget_media_gallery','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1975,'widget_media_video','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1976,'widget_custom_html','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1977,'widget_wcorg_campaign_monitor_wiget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1978,'widget_wcorg_mailchimp_wiget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1981,'wp_page_for_privacy_policy','0','yes'),(1982,'show_com
 ments_cookies_opt_in','1','yes'),(1983,'_transient_timeout_camptix-attendees-a0b552572c6d9b913b94a3b5833587ee','1561576652','no'),(1984,'_transient_camptix-attendees-a0b552572c6d9b913b94a3b5833587ee','a:2:{s:4:\"time\";i:1561490252;s:7:\"content\";s:1360:\"        <div id=\"tix-attendees\">\n            <ul class=\"tix-attendee-list tix-columns-3\">\n                             <li><div\n                class=\"avatar avatar-placeholder\"\n                data-url=\"https://secure.gravatar.com/avatar/d0e2ea89fb62350b1304c62eeeaf24b6?s=96&d=mm&r=g\"\n                data-url2x=\"https://secure.gravatar.com/avatar/d0e2ea89fb62350b1304c62eeeaf24b6?s=192&d=mm&r=g\"\n                data-size=\"96\"\n                data-alt=\"\"\n                data-appear-top-offset=\"500\"\n                ></div>\n                        <div class=\"tix-field tix-at
 tendee-name\">\n                                                       <span class=\"tix-first\">Ian</span> <span class=\"tix-last\">Dunn</span>                        </div>\n\n                                           \n                                              </li><li><div\n                class=\"avatar avatar-placeholder\"\n                data-url=\"https://secure.gravatar.com/avatar/18385ac57d9b171dc3fe83a5a92b68d9?s=96&d=mm&r=g\"\n                data-url2x=\"https://secure.gravatar.com/avatar/18385ac57d9b171dc3fe83a5a92b68d9?s=192&d=mm&r=g\"\n                data-size=\"96\"\n                data-alt=\"\"\n                data-appear-top-offset=\"500\"\n                ></div>\n                        <div class=\"tix-field tix-attendee-name\">\n                                                      <span class=\"tix-first\">Jane</span> <span class=\"tix-last\">Doe</span>                        </div>\n\n                                           \n                                      
        </li>            </ul>\n        </div>\n        <br class=\"tix-clear\"/>\n   \";}','no'),(1985,'_transient_featured_content_ids','a:0:{}','yes'),(1986,'is_https_supported','1','yes'),(1987,'insecure_content','a:0:{}','yes');
</ins><span class="cx" style="display: block; padding: 0 10px"> /*!40000 ALTER TABLE `wc_7_options` ENABLE KEYS */;
</span><span class="cx" style="display: block; padding: 0 10px"> UNLOCK TABLES;
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -1467,7 +1464,7 @@
</span><span class="cx" style="display: block; padding: 0 10px">   `post_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'publish',
</span><span class="cx" style="display: block; padding: 0 10px">   `comment_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'open',
</span><span class="cx" style="display: block; padding: 0 10px">   `ping_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'open',
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-  `post_password` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+  `post_password` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
</ins><span class="cx" style="display: block; padding: 0 10px">   `post_name` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
</span><span class="cx" style="display: block; padding: 0 10px">   `to_ping` text COLLATE utf8mb4_unicode_ci NOT NULL,
</span><span class="cx" style="display: block; padding: 0 10px">   `pinged` text COLLATE utf8mb4_unicode_ci NOT NULL,
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -1485,7 +1482,7 @@
</span><span class="cx" style="display: block; padding: 0 10px">   KEY `post_parent` (`post_parent`),
</span><span class="cx" style="display: block; padding: 0 10px">   KEY `post_author` (`post_author`),
</span><span class="cx" style="display: block; padding: 0 10px">   KEY `post_name` (`post_name`(191))
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-) ENGINE=InnoDB AUTO_INCREMENT=183 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+) ENGINE=InnoDB AUTO_INCREMENT=168 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
</ins><span class="cx" style="display: block; padding: 0 10px"> /*!40101 SET character_set_client = @saved_cs_client */;
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><span class="cx" style="display: block; padding: 0 10px"> --
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -1494,7 +1491,7 @@
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><span class="cx" style="display: block; padding: 0 10px"> LOCK TABLES `wc_7_posts` WRITE;
</span><span class="cx" style="display: block; padding: 0 10px"> /*!40000 ALTER TABLE `wc_7_posts` DISABLE KEYS */;
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-INSERT INTO `wc_7_posts` VALUES (1,1,'2014-03-21 23:57:11','2014-03-21 23:57:11','<p><em>Organizers note:</em> You can enter content for this page in the Sessions menu item in the sidebar.</p> <h1>Saturday, January 1st</h1> <p>[schedule date=\"YYYY-MM-DD\" tracks=\"example-track,another-example-track,yet-another-example-track\"]</p>','Schedule','','publish','open','open','','schedule','','','2014-03-21 23:57:11','2014-03-21 23:57:11','',0,'http://2014.content.wordcamp.test/schedule/',0,'page','',0),(3,1,'2014-03-21 23:57:11','2014-03-21 23:57:11','<p><em>Organizers note:</em> You can enter content for this page in the Sessions menu item in the sidebar.</p> <p>[sessions]</p>','Sessions','','publish','open','open','','sessions','','','2014-03-21 23:57:11','2014-03-21 23:57:11','',0,'http
 ://2014.content.wordcamp.test/sessions/',0,'page','',0),(4,1,'2014-03-21 23:57:11','2014-03-21 23:57:11','<h3>Our Sponsors</h3>\r\nBlurb thanking sponsors\r\n\r\n[sponsors]\r\n<h3>Interested in sponsoring WordCamp this year?</h3>\r\nCheck out our <a href=\"/call-for-sponsors\">Call for Sponsors</a> post for details on how you can help make this year\'s WordCamp the best it can be!','Sponsors','','publish','open','open','','sponsors','','','2014-03-31 16:23:00','2014-03-31 16:23:00','',0,'http://2014.content.wordcamp.test/sponsors/',0,'page','',0),(5,1,'2014-03-21 23:57:11','2014-03-21 23:57:11','','Location','','publish','open','open','','location','','','2014-03-21 23:57:11','2014-03-21 23:57:11','',0,'http://2014.content.wordcamp.test/location/',0,'page','',0),(6,1,'2014-03-21 23:57:11','2014-03-21 23:57:11','<p><em>Organizers note:</em> You can enter content for this page in the Organizers menu item in the sidebar.&l
 t;/p> <p>[organizers]</p>','Organizers','','publish','open','open','','organizers','','','2014-03-21 23:57:11','2014-03-21 23:57:11','',0,'http://2014.content.wordcamp.test/organizers/',0,'page','',0),(7,1,'2014-03-26 17:00:47','2014-03-26 17:00:47','[camptix]','Tickets','','publish','open','open','','tickets','','','2014-03-26 17:44:56','2014-03-26 17:44:56','',0,'http://2014.content.wordcamp.test/?page_id=7',0,'page','',0),(8,1,'2014-03-21 23:57:11','0000-00-00 00:00:00','[camptix_attendees columns=\"3\"]','Attendees','','publish','open','open','','','','','2014-03-21 23:57:11','0000-00-00 00:00:00','',0,'http://2014.content.wordcamp.test/?page_id=8',0,'page','',0),(10,1,'2014-03-21 23:57:11','0000-00-00 00:00:00','<p><em>Organizers note:</em> Upload photos to this page and they\'ll automagically appear in a slideshow!</p> <p>[slideshow]</p>','Slideshow','','draft','open','open','','','','','2014-03-21 23:57:11','0000-00
 -00 00:00:00','',0,'http://2014.content.wordcamp.test/?page_id=10',0,'page','',0),(11,1,'2014-03-21 23:57:11','2014-03-21 23:57:11','<p>[contact-form to=\'content@wordcamp.test\' subject=\'WordCamp Contact Request\'][contact-field label=\'Name\' type=\'name\' required=\'1\'/][contact-field label=\'Email\' type=\'email\' required=\'1\'/][contact-field label=\'Message\' type=\'textarea\' required=\'1\'/][/contact-form]</p>','Contact','','publish','open','open','','contact','','','2014-03-21 23:57:11','2014-03-21 23:57:11','',0,'http://2014.content.wordcamp.test/contact/',0,'page','',0),(12,1,'2014-03-21 23:57:11','2014-03-21 23:57:11','<p><em>Organizers note:</em> The [[tagregator]] shortcode will pull in a stream of social media posts and display them. In order to use it, you\'ll need to follow the setup instructions at http://wordpress.org/plugins/tagregator/installation, and then update \"#wcxyz\" below with your hashtag.</p> <p>[
 tagregator hashtag=\"#wcxzy\"]</p>','Social Media Stream','','publish','open','open','','social-media-stream','','','2014-03-21 23:57:11','2014-03-21 23:57:11','',0,'http://2014.content.wordcamp.test/social-media-stream/',0,'page','',0),(13,1,'2014-03-21 23:57:11','2014-03-21 23:57:11','<em>Organizers note:</em>\r\n\r\nBelow is a boilerplate code of conduct that you can customize; another great example is the Ada Initiative <a href=\"http://geekfeminism.wikia.com/wiki/Conference_anti-harassment/Policy\">anti-harassment policy.</a>\r\n\r\nWe also recommend the organizing team read this article on <a href=\"http://geekfeminism.wikia.com/wiki/Conference_anti-harassment/Responding_to_reports\">how to take a harassment report</a>.\r\n\r\nPlease update the portions <span style=\"color: red;text-decoration: underline\">with red text</span>. You can use the \"Remove Formatting\" button on
  the toolbar (the eraser icon on the second line) to remove the color and underline.\r\n<ol>\r\n <li>\r\n<h3>Purpose</h3>\r\n<span style=\"color: red;text-decoration: underline\">WordCamp YourCityName</span> believes our community should be truly open for everyone. As such, we are committed to providing a friendly, safe and welcoming environment for all, regardless of gender, sexual orientation, disability, ethnicity, religion, preferred operating system, programming language, or text editor.\r\n\r\nThis code of conduct outlines our expectations for participant behavior as well as the consequences for unacceptable behavior.\r\n\r\nWe invite all sponsors, volunteers, speakers, attendees, and other participants to help us realize a safe and positive conference experience for everyone.</li>\r\n <li>\r\n<h3>Open Source Citizenship</h3>\r\nA supplemental goal of this code of conduct is to increase open source citizensh
 ip by encouraging participants to recognize and strengthen the relationships between what we do and the community at large.\r\n\r\nIn service of this goal, <span style=\"color: red;text-decoration: underline\">WordCamp YourCityName</span> organizers will be taking nominations for exemplary citizens throughout the event and will recognize select participants after the conference on the website.\r\n\r\nIf you see someone who is making an extra effort to ensure our community is welcoming, friendly, and encourages all participants to contribute to the fullest extent, we want to know. <span style=\"color: red;text-decoration: underline\">You can nominate someone at the Registration table or online at URL HERE.</span></li>\r\n   <li>\r\n<h3>Expected Behavior</h3>\r\n<ul>\r\n  <li>Be considerate, respectful, and collaborative.</li>\r\n <li>Refrain from demeaning, discriminatory or harassing behavior an
 d speech.</li>\r\n       <li>Be mindful of your surroundings and of your fellow participants. Alert conference organizers if you notice a dangerous situation or someone in distress.</li>\r\n       <li>Participate in an authentic and active way. In doing so, you help to create <span style=\"color: red;text-decoration: underline\">WordCamp YourCityName</span> and make it your own.</li>\r\n</ul>\r\n</li>\r\n       <li>\r\n<h3>Unacceptable Behavior</h3>\r\nUnacceptable behaviors include: intimidating, harassing, abusive, discriminatory, derogatory or demeaning conduct by any attendees of <span style=\"color: red;text-decoration: underline\">WordCamp YourCityName</span> and related events. All <span style=\"color: red;text-decoration: underline\">WordCamp YourCityName</span> venues may be shared with members of the public; please be respectful to all patrons of these locations.\r\n
 \r\nHarassment includes: offensive verbal comments related to gender, sexual orientation, race, religion, disability; inappropriate use of nudity and/or sexual images in public spaces (including presentation slides); deliberate intimidation, stalking or following; harassing photography or recording; sustained disruption of talks or other events; inappropriate physical contact, and unwelcome sexual attention.</li>\r\n     <li>\r\n<h3>Consequences Of Unacceptable Behavior</h3>\r\nUnacceptable behavior will not be tolerated whether by other attendees, organizers, venue staff, sponsors, or other patrons of <span style=\"color: red;text-decoration: underline\">WordCamp YourCityName</span> venues.\r\n\r\nAnyone asked to stop unacceptable behavior is expected to comply immediately.\r\n\r\nIf a participant engages in unacceptable behavior, the conference organizers may take any action they deem appropriate, up to and including expulsion from the con
 ference without warning or refund.</li>\r\n      <li>\r\n<h3>What To Do If You Witness Or Are Subject To Unacceptable Behavior</h3>\r\nIf you are subject to unacceptable behavior, notice that someone else is being subject to unacceptable behavior, or have any other concerns, please notify a conference organizer as soon as possible.\r\n\r\nThe <span style=\"color: red;text-decoration: underline\">WordCamp YourCityName</span> team will be available to help participants contact venue security or local law enforcement, to provide escorts, or to otherwise assist those experiencing unacceptable behavior to feel safe for the duration of the conference. <span style=\"color: red;text-decoration: underline\">Volunteers will be wearing XXXXXXXXXXXXXXXXXXXXXXXX.</span> Any volunteer can connect you with a conference organizer. You can also come to the special registration desk in the lobby and ask for the organizers.</li>\r\n      
 <li>\r\n<h3>Scope</h3>\r\nWe expect all conference participants (sponsors, volunteers, speakers, attendees, and other guests) to abide by this code of conduct at all conference venues and conference-related social events.</li>\r\n <li>\r\n<h3>Contact Information</h3>\r\n<span style=\"color: red;text-decoration: underline\">Contact info here! Make sure this includes a way to access the organizers during the event.</span></li>\r\n <li>\r\n<h3>License And Attribution</h3>\r\nThis Code of Conduct is a direct swipe from the awesome work of Open Source Bridge, but with our event information substituted. The original is available at <a href=\"http://opensourcebridge.org/about/code-of-conduct/\">http://opensourcebridge.org/about/code-of-conduct/</a> and is released under a <a href=\"http://creativecommons.org/licenses/by-sa/3.0/\">Creative Commons Attribution-ShareAl
 ike</a> license.</li>\r\n</ol>','Code of Conduct','','publish','open','open','','code-of-conduct','','','2014-04-29 17:57:13','2014-04-29 17:57:13','',0,'http://2014.content.wordcamp.test/code-of-conduct/',0,'page','',0),(14,1,'2014-03-21 23:57:11','2014-03-21 23:57:11','<p>We\'re happy to announce that <span style=\'color: red; text-decoration: underline;\'>WordCamp YourCityName</span> is officially on the calendar!</p> <p><span style=\'color: red; text-decoration: underline;\'>WordCamp YourCityName</span> will be <span style=\'color: red; text-decoration: underline;\'>DATE(S)</span> at <span style=\'color: red; text-decoration: underline;\'>LOCATION</span>.</p> <p><span style=\'color: red; text-decoration: underline;\'>Subscribe using the form in the sidebar</span> to stay up to date on the most recent news. We’ll be keeping you posted on all the details over the coming mo
 nths, including speaker submissions, ticket sales and more!</p>','Welcome to Content 2014','','publish','open','open','','welcome-to-content-2014','','','2014-03-21 23:57:11','2014-03-21 23:57:11','',0,'http://2014.content.wordcamp.test/2014/03/21/welcome-to-content-2014/',0,'post','',0),(15,1,'2014-06-12 18:34:54','2014-06-12 18:34:54','<em>Organizers note:</em> Make sure you update the \'to\' address and other fields before publishing this page!\r\n\r\nBlurb with information for potential sponsors.\r\n\r\n[contact-form to=\'enter-your-address-here@example.net\' subject=\'WordCamp Sponsor Request\'][contact-field label=\'Contact Name\' type=\'text\' required=\'1\'/][contact-field label=\'Email\' type=\'email\' required=\'1\'/][contact-field label=\'Company name\' type=\'name\' required=\'1\'/][contact-field label=\'Company description\' type=\'textarea\' required=\'1\'/][contact-field label=\'Website\' type=\'text\'/][contact-field label=\'Company Logo URL\' type=
 \'text\'/][contact-field label=\'Phone Number\' type=\'text\'/][contact-field label=\'Sponsorship Level\' type=\'text\'/][contact-field label=\'Why Would you Like to Sponsor WordCamp?\' type=\'textarea\' required=\'1\'/][contact-field label=\'Questions / Comments\' type=\'textarea\'/][/contact-form]','Call for Sponsors','','publish','open','open','','call-for-sponsors','','','2014-06-12 18:54:01','2014-06-12 18:54:01','',0,'http://2014.content.wordcamp.test/?p=15',0,'post','',0),(16,1,'2014-03-21 23:57:11','0000-00-00 00:00:00','<p><em>Organizers note:</em> Make sure you update the \'to\' address and other fields before publishing this page!</p> <p>Blurb with information for potential speakers.</p> <p>[contact-form to=\'enter-your-address-here@example.net\' subject=\'WordCamp Speaker Request\'][contact-field label=\'Name\' type=\'text\' required=\'1\'/][contact-field label=\'Email\' type=\'email\' required=\'1\'/][contact-field label=\'Topic
 (s) You%26#039;d Like to Present On\' type=\'textarea\' required=\'1\'/][contact-field label=\'Intended Audience\' type=\'text\' required=\'1\'/][contact-field label=\'Past Speaking Experience (not necessary to apply)\' type=\'textarea\'/][/contact-form]</p>','Call for Speakers','','draft','open','open','','','','','2014-03-21 23:57:11','0000-00-00 00:00:00','',0,'http://2014.content.wordcamp.test/?p=16',0,'post','',0),(17,1,'2014-03-21 23:57:11','0000-00-00 00:00:00','<p><em>Organizers note:</em> Make sure you update the \'to\' address and other fields before publishing this page!</p> <p>Blurb with information for potential volunteers.</p> <p>[contact-form to=\'enter-your-address-here@example.net\' subject=\'WordCamp Speaker Request\'][contact-field label=\'Name\' type=\'text\' required=\'1\'/][contact-field label=\'Email\' type=\'email\' required=\'1\'/][contact-field label=\'Skills / Interests / Experience (not necessary to voluntee
 r)\' type=\'textarea\' required=\'1\'/][contact-field label=\'Number of Hours Available\' type=\'text\' required=\'1\'/][contact-field label=\'Questions / Comments\' type=\'textarea\'/][/contact-form]</p>','Call for Volunteers','','draft','open','open','','','','','2014-03-21 23:57:11','0000-00-00 00:00:00','',0,'http://2014.content.wordcamp.test/?p=17',0,'post','',0),(18,1,'2014-03-21 23:57:11','2014-03-21 23:57:11','<p>If you use WordPress to build things for other people, Code Poet wants to make your life easier. No matter whether you freelance on a solo basis, lead a small web shop, make plugins in a dark closet, or crack the whip at a large design firm, Code Poet’s aim is to become your go-to source of information and resources to help you expand your WordPress skills and know-how. To make you better at what you do. To make it easier to make your living and look great doing it.</p> <p>You’re part of a tribe of WordPress designers and developers over 
 10,000 strong, spanning the entire globe. <a href=\'http://codepoet.com\'>codepoet.com</a> aims to bring the working knowledge and real world strategies of those people into one place, for you to tap into.</p>','Code Poet','','publish','open','open','','code-poet','','','2014-03-21 23:57:11','2014-03-21 23:57:11','',0,'http://2014.content.wordcamp.test/2014/03/21/code-poet/',0,'wcb_sponsor','',0),(20,1,'2014-03-21 23:57:12','2014-03-21 23:57:12','<p>WPML turns WordPress websites multilingual. It works with caching, SEO and E-Commerce plugins, and allows the building of complete multilingual sites. WPML powers simple blogs as well as corporate and enterprise sites.</p> <p>WPML allows users to translate everything in the site, including content, menus, widgets and even theme and plugin texts. WPML powers over 400,000 commercial websites from all over the world.</p> <p>More information about going multilingual can be found at <a href=\
 'http://wpml.org\'>WPML.org</a></p>','WPML','','publish','open','open','','wpml','','','2014-03-21 23:57:12','2014-03-21 23:57:12','',0,'http://2014.content.wordcamp.test/2014/03/21/wpml/',0,'wcb_sponsor','',0),(22,1,'2014-03-21 23:57:13','2014-03-21 23:57:13','<p><a href=\'http://bluehost.com\'>Bluehost</a> has been a WordPress partner since 2005 and powers over one million WordPress sites. Their goal is to provide outstanding hosting services and customer support for the best possible price. Bluehost is also constantly innovating and upgrading their services and infrastructure at no additional cost to their customers. Join the millions of other website owners that have already chosen Bluehost and see how they can help you with your site.</p>','Bluehost','','publish','open','open','','bluehost','','','2014-03-21 23:57:13','2014-03-21 23:57:13','',0,'http://2014.content.wordcamp.test/2014/03/21/bluehost/',0,'wcb_sponsor','',0),(24,1,'2014-03-21
  23:57:14','2014-03-21 23:57:14','<p>DreamHost is a global Web hosting and cloud services provider with over 350,000 customers and 1.2 million blogs, websites and apps hosted. The company offers a wide spectrum of Web hosting and cloud services including Shared Hosting, Virtual Private Servers (VPS), Dedicated Server Hosting, Domain Name Registration, the cloud storage service, DreamObjects, and the cloud computing service DreamCompute. More information can be found at <a href=\'http://dreamhost.com\'>http://dreamhost.com</a>.</p>','DreamHost','','publish','open','open','','dreamhost','','','2014-03-21 23:57:14','2014-03-21 23:57:14','',0,'http://2014.content.wordcamp.test/2014/03/21/dreamhost/',0,'wcb_sponsor','',0),(26,1,'2014-03-21 23:57:14','2014-03-21 23:57:14','<p>From its inception in 1998, (mt) Media Temple has been on a mission to help people and businesses succeed online.</p> <p>Over 125,000 customers in 100 countries now rely on M
 edia Temple’s tools for domain registration, web hosting, business applications, virtual servers, and other cloud services to power more than 1.5 million websites. With 200 dedicated, U.S.-based employees, Media Temple takes pride in our 24/7 customer support. Our customers range from everyday people to top bloggers, creative professionals, and small businesses, as well as large enterprises like Starbucks, Adidas, Samsung, and Toyota.</p> <p>More information can be found anytime on the web at <a href=\'http://mediatemple.com\'>http://mediatemple.com</a> or on Twitter <a href=\'https://twitter.com/mediatemple\'>@MediaTemple</a>.</p>','Media Temple','','publish','open','open','','media-temple','','','2014-03-21 23:57:14','2014-03-21 23:57:14','',0,'http://2014.content.wordcamp.test/2014/03/21/media-temple/',0,'wcb_sponsor','',0),(28,1,'2014-03-21 23:57:14','2014-03-21 23:57:14','<p><a href=\'http://34sp.com\'>34SP.com</a> i
 s a professional website hosting and domain name registration company offering services for web developers, bloggers, designers and small businesses throughout the world. The 34SP.com team of technical experts offers support and service coupled with a money-back guarantee to ensure client satisfaction. 34SP.com has particular focus in WordPress hosting, having supported the WordPress community since WordPress was originally developed and launched in 2003. The company currently hosts thousands of WordPress websites and is headquartered in central Manchester, England.</p>','34sp.com','','publish','open','open','','34sp-com','','','2014-03-21 23:57:14','2014-03-21 23:57:14','',0,'http://2014.content.wordcamp.test/2014/03/21/34sp-com/',0,'wcb_sponsor','',0),(31,1,'2014-03-22 09:28:34','2014-03-22 09:28:34','bio goes here','Jen Mylo','','publish','closed','closed','','jen-mylo','','','2014-03-22 09:28:34','2014-03-22 09:28:34','',0,'http://2014.content.wordcamp.test/?post_type=wcb_
 speaker&#038;p=31',0,'wcb_speaker','',0),(35,1,'2014-03-26 17:00:25','2014-03-26 17:00:25','','General Admission','','publish','closed','closed','','general-admission','','','2014-03-26 17:00:25','2014-03-26 17:00:25','',0,'http://2014.content.wordcamp.test/?post_type=tix_ticket&#038;p=35',0,'tix_ticket','',0),(36,1,'2014-03-26 17:00:25','2014-03-26 17:00:25','','T-shirt size','','publish','open','open','','t-shirt-size','','','2014-03-26 17:00:25','2014-03-26 17:00:25','',0,'http://2014.content.wordcamp.test/tix_question/t-shirt-size/',0,'tix_question','',0),(38,1,'2014-03-26 17:01:24','2014-03-26 17:01:24','a:11:{s:9:\"timestamp\";i:1395853284;s:14:\"tix_first_name\";s:18:\"tix_first_name:Ian\";s:13:\"tix_last_name\";s:18:\"tix_last_name:Dunn\";s:9:\"tix_email\";s:26:\"tix_email:ian@iandunn.name\";s:18:\"tix_transaction_id\";s:36:\"tix_transaction_id:33D75914T0845290B\";s:13:\"ti
 x_questions\";s:37:\"tix_questions:a:1:{i:36;s:5:\"small\";}\";s:13:\"tix_ticket_id\";s:16:\"tix_ticket_id:35\";s:16:\"tix_access_token\";s:49:\"tix_access_token:799e5a342bbbfea7aec611d593311556\";s:14:\"tix_edit_token\";s:47:\"tix_edit_token:c6d828f3d5a8ec0f5241fa078ea0971a\";s:17:\"tix_payment_token\";s:50:\"tix_payment_token:f023fee12a7987529e20e81ddbfe96b0\";s:18:\"tix_payment_method\";s:25:\"tix_payment_method:paypal\";}','Ian Dunn','','publish','open','open','','ian-dunn','','','2014-03-26 17:01:24','2014-03-26 17:01:24','',0,'http://2014.content.wordcamp.test/?post_type=tix_attendee&#038;p=38',0,'tix_attendee','',0),(39,1,'2014-03-26 17:44:56','2014-03-26 17:44:56','a:11:{s:9:\"timestamp\";i:1395855896;s:14:\"tix_first_name\";s:19:\"tix_first_name:Jane\";s:13:\"tix_last_name\";s:17:\"tix_last_name:Doe\&qu
 ot;;s:9:\"tix_email\";s:26:\"tix_email:jane@example.org\";s:18:\"tix_transaction_id\";s:36:\"tix_transaction_id:48A76663NS047593E\";s:13:\"tix_questions\";s:38:\"tix_questions:a:1:{i:36;s:6:\"medium\";}\";s:13:\"tix_ticket_id\";s:16:\"tix_ticket_id:35\";s:16:\"tix_access_token\";s:49:\"tix_access_token:fe95406758029f01e1175e7b65756eae\";s:14:\"tix_edit_token\";s:47:\"tix_edit_token:517b2d318e8676c8be664435f323c7c9\";s:17:\"tix_payment_token\";s:50:\"tix_payment_token:490fe42ed3e33a2ba025443478a4c932\";s:18:\"tix_payment_method\";s:25:\"tix_payment_method:paypal\";}','Jane Doe','','publish','open','open','','jane-doe','','','2014-03-26 17:44:56','2014-03-26 17:44:56','',0,'http://2014.content.wordcamp.test/?post_type=tix_attendee&#038;p=39',0,'tix_attendee','',0),(40,1,'2014-03-31 16:22:22','2014-03-31 16:22:22',
 '','WPLM Milwaukee','','publish','closed','closed','','wplm-milwaukee','','','2014-03-31 16:23:36','2014-03-31 16:23:36','',0,'http://2014.content.wordcamp.test/?post_type=wcb_sponsor&#038;p=40',0,'wcb_sponsor','',0),(94,1,'2014-04-29 17:37:20','2014-04-29 17:37:20','<p>This page and it\'s sub-pages should be editable by subscribers.</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n','Wiki','','publish','open','open','','wiki','','','2014-04-30 17:36:11','2014-04-30 17:36:11','',0,'http://2014.content.wordcamp.test/?page_id=94',0,'page','',0),(126,1,'2014-05-14 18:22:16','2014-05-14 18:22:16','','Ian Dunn','','publish','closed','closed','','ian-dunn','','','2014-05-14 18:22:16','2014-05-14 18:22:16','',0,'http://2014.content.wordcamp.test/?post_type=wcb_speaker&#038;p=126',0,'wcb_speaker','',0),(130,1,'2014-05-19 23:42:17','2014-05-19 23:42:17','[multi-event-sponsors]','Multi Event Sponsors','','publish','open','open','','multi-event-spons
 ors','','','2014-05-19 23:42:17','2014-05-19 23:42:17','',0,'http://2014.content.wordcamp.test/?page_id=130',0,'page','',0),(138,1,'2014-05-20 00:03:30','2014-05-20 00:03:30','<span style=\"color: #424242; font-family: proxima-nova, Helvetica, Arial, sans-serif; font-size: 15px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 24px; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff; display: inline !important; float: none;\">Bluehost has been a WordPress partner since 2005 and powers over one million WordPress sites. Their goal is to provide outstanding hosting services and customer support for the best possible price. Bluehost is also constantly innovating and upgrading their services and infrastructure at no additional cost to their customers. Join the millions of other website own
 ers that have already chosen Bluehost and see how they can help you with your site.</span>','BlueHost','','publish','closed','closed','','bluehost','','','2014-05-20 18:26:45','2014-05-20 18:26:45','',0,'http://2014.content.wordcamp.test/?post_type=mes&#038;p=138',0,'mes','',0),(141,1,'2014-05-20 17:31:28','2014-05-20 17:31:28','<ul>\r\n    <li>Name, logo, and company description/blurb on WordCamp website.</li>\r\n <li>Inclusion in tweet thanking all WordCamp Accomplices.</li>\r\n  <li>Inclusion in blog post thanking all WordCamp sponsors.</li>\r\n</ul>','WordCamp Accomplice','','publish','closed','closed','','wordcamp-accomplice','','','2014-05-20 17:40:53','2014-05-20 17:40:53','',0,'http://2014.content.wordcamp.test/?post_type=mes-sponsor-level&#038;p=141',0,'mes-sponsor-level','',0),(143,1,'2014-05-20 17:49:03','2014-05-20 17:49:03','<ul>\r\n <li>Name, logo, and company description/blurb on WordCamp Website.&l
 t;/li>\r\n  <li>Inclusion in tweet thanking all WordCamp Champions.</li>\r\n    <li>Inclusion in blog post thanking all WordCamp sponsors.</li>\r\n <li>Logo on programs and any between-session slideshows.</li>\r\n</ul>','WordCamp Champion','','publish','closed','closed','','wordcamp-champion','','','2014-05-20 17:49:03','2014-05-20 17:49:03','',0,'http://2014.content.wordcamp.test/?post_type=mes-sponsor-level&#038;p=143',0,'mes-sponsor-level','',0),(145,1,'2014-05-20 17:49:45','2014-05-20 17:49:45','<ul>\r\n       <li>Name, logo, and company description/blurb on WordCamp Website Dedicated tweet announcing the sponsorship.</li>\r\n      <li>Inclusion in blog post thanking all WordCamp sponsors.</li>\r\n <li>Your stuff added to the “swag table” (subject to approval).</li>\r\n        <li>Logo on programs and any between-session slideshows.</li>\r\n   <li>Thank you and link in pre-WordCamp and post-
 WordCamp emails to attendees.</li>\r\n</ul>','WordCamp Pillar','','publish','closed','closed','','wordcamp-pillar','','','2014-05-20 17:49:45','2014-05-20 17:49:45','',0,'http://2014.content.wordcamp.test/?post_type=mes-sponsor-level&#038;p=145',0,'mes-sponsor-level','',0),(159,1,'2014-05-20 18:27:59','2014-05-20 18:27:59','<span style=\"color: #424242; font-family: proxima-nova, Helvetica, Arial, sans-serif; font-size: 15px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 24px; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff; display: inline !important; float: none;\">34SP.com is a professional website hosting and domain name registration company offering services for web developers, bloggers, designers and small businesses throughout the world. The 34SP.com team 
 of technical experts offers support and service coupled with a money-back guarantee to ensure client satisfaction. 34SP.com has particular focus in WordPress hosting, having supported the WordPress community since WordPress was originally developed and launched in 2003. The company currently hosts thousands of WordPress websites and is headquartered in central Manchester, England.</span>','34sp.com','','publish','closed','closed','','34sp-com','','','2014-05-20 18:27:59','2014-05-20 18:27:59','',0,'http://2014.content.wordcamp.test/?post_type=mes&#038;p=159',0,'mes','',0),(162,1,'2014-05-20 19:29:47','2014-05-20 19:29:47','','WPML','','publish','closed','closed','','wpml','','','2014-05-20 19:29:47','2014-05-20 19:29:47','',0,'http://2014.content.wordcamp.test/?post_type=mes&#038;p=162',0,'mes','',0),(164,1,'2014-05-20 19:35:37','2014-05-20 19:35:37','','DreamHost','','publish','closed','closed','','dreamhost','','','2014-05-20 19:35:37','2014-05-20 19:35:37','',0,'htt
 p://2014.content.wordcamp.test/?post_type=mes&#038;p=164',0,'mes','',0),(167,1,'2014-05-30 15:52:32','2014-05-30 15:52:32','<span style=\"color: #444444; font-family: \'Open Sans\', Helvetica, Arial, sans-serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 24px; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; display: inline !important; float: none; background-color: #ffffff;\">[livestream url=\"http://new.livestream.com/accounts/840054/events/2143755/feed_embed?width=480&amp;height=900\" width=\"480\" height=\"900\"]</span>','Livestream','','publish','open','open','','livestream','','','2014-05-30 16:10:29','2014-05-30 16:10:29','',0,'http://2014.content.wordcamp.test/?page_id=167',0,'page','',0),(182,1,'2016-06-06 18:38:14','0000-00-00 00:00
 :00','','Auto Draft','','auto-draft','open','open','','','','','2016-06-06 18:38:14','0000-00-00 00:00:00','',0,'http://2014.content.wordcamp.test/?p=182',0,'post','',0);
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+INSERT INTO `wc_7_posts` VALUES (1,1,'2014-03-21 23:57:11','2014-03-21 23:57:11','<p><em>Organizers note:</em> You can enter content for this page in the Sessions menu item in the sidebar.</p> <h1>Saturday, January 1st</h1> <p>[schedule date=\"YYYY-MM-DD\" tracks=\"example-track,another-example-track,yet-another-example-track\"]</p>','Schedule','','publish','open','open','','schedule','','','2014-03-21 23:57:11','2014-03-21 23:57:11','',0,'http://2014.content.wordcamp.test/schedule/',0,'page','',0),(3,1,'2014-03-21 23:57:11','2014-03-21 23:57:11','<p><em>Organizers note:</em> You can enter content for this page in the Sessions menu item in the sidebar.</p> <p>[sessions]</p>','Sessions','','publish','open','open','','sessions','','','2014-03-21 23:57:11','2014-03-21 23:57:11','',0,'http:
 //2014.content.wordcamp.test/sessions/',0,'page','',0),(4,1,'2014-03-21 23:57:11','2014-03-21 23:57:11','<h3>Our Sponsors</h3>\r\nBlurb thanking sponsors\r\n\r\n[sponsors]\r\n<h3>Interested in sponsoring WordCamp this year?</h3>\r\nCheck out our <a href=\"/call-for-sponsors\">Call for Sponsors</a> post for details on how you can help make this year\'s WordCamp the best it can be!','Sponsors','','publish','open','open','','sponsors','','','2014-03-31 16:23:00','2014-03-31 16:23:00','',0,'http://2014.content.wordcamp.test/sponsors/',0,'page','',0),(5,1,'2014-03-21 23:57:11','2014-03-21 23:57:11','','Location','','publish','open','open','','location','','','2014-03-21 23:57:11','2014-03-21 23:57:11','',0,'http://2014.content.wordcamp.test/location/',0,'page','',0),(6,1,'2014-03-21 23:57:11','2014-03-21 23:57:11','<p><em>Organizers note:</em> You can enter content for this page in the Organizers menu item in the sidebar.&lt
 ;/p> <p>[organizers]</p>','Organizers','','publish','open','open','','organizers','','','2014-03-21 23:57:11','2014-03-21 23:57:11','',0,'http://2014.content.wordcamp.test/organizers/',0,'page','',0),(7,1,'2014-03-26 17:00:47','2014-03-26 17:00:47','[camptix]','Tickets','','publish','open','open','','tickets','','','2014-03-26 17:44:56','2014-03-26 17:44:56','',0,'http://2014.content.wordcamp.test/?page_id=7',0,'page','',0),(8,1,'2014-03-21 23:57:11','0000-00-00 00:00:00','[camptix_attendees columns=\"3\"]','Attendees','','publish','open','open','','','','','2014-03-21 23:57:11','0000-00-00 00:00:00','',0,'http://2014.content.wordcamp.test/?page_id=8',0,'page','',0),(10,1,'2014-03-21 23:57:11','0000-00-00 00:00:00','<p><em>Organizers note:</em> Upload photos to this page and they\'ll automagically appear in a slideshow!</p> <p>[slideshow]</p>','Slideshow','','draft','open','open','','','','','2014-03-21 23:57:11','0000-00-
 00 00:00:00','',0,'http://2014.content.wordcamp.test/?page_id=10',0,'page','',0),(11,1,'2014-03-21 23:57:11','2014-03-21 23:57:11','<p>[contact-form to=\'content@wordcamp.test\' subject=\'WordCamp Contact Request\'][contact-field label=\'Name\' type=\'name\' required=\'1\'/][contact-field label=\'Email\' type=\'email\' required=\'1\'/][contact-field label=\'Message\' type=\'textarea\' required=\'1\'/][/contact-form]</p>','Contact','','publish','open','open','','contact','','','2014-03-21 23:57:11','2014-03-21 23:57:11','',0,'http://2014.content.wordcamp.test/contact/',0,'page','',0),(12,1,'2014-03-21 23:57:11','2014-03-21 23:57:11','<p><em>Organizers note:</em> The [[tagregator]] shortcode will pull in a stream of social media posts and display them. In order to use it, you\'ll need to follow the setup instructions at http://wordpress.org/plugins/tagregator/installation, and then update \"#wcxyz\" below with your hashtag.</p> <p>[t
 agregator hashtag=\"#wcxzy\"]</p>','Social Media Stream','','publish','open','open','','social-media-stream','','','2014-03-21 23:57:11','2014-03-21 23:57:11','',0,'http://2014.content.wordcamp.test/social-media-stream/',0,'page','',0),(13,1,'2014-03-21 23:57:11','2014-03-21 23:57:11','<em>Organizers note:</em>\r\n\r\nBelow is a boilerplate code of conduct that you can customize; another great example is the Ada Initiative <a href=\"http://geekfeminism.wikia.com/wiki/Conference_anti-harassment/Policy\">anti-harassment policy.</a>\r\n\r\nWe also recommend the organizing team read this article on <a href=\"http://geekfeminism.wikia.com/wiki/Conference_anti-harassment/Responding_to_reports\">how to take a harassment report</a>.\r\n\r\nPlease update the portions <span style=\"color: red;text-decoration: underline\">with red text</span>. You can use the \"Remove Formatting\" button on 
 the toolbar (the eraser icon on the second line) to remove the color and underline.\r\n<ol>\r\n  <li>\r\n<h3>Purpose</h3>\r\n<span style=\"color: red;text-decoration: underline\">WordCamp YourCityName</span> believes our community should be truly open for everyone. As such, we are committed to providing a friendly, safe and welcoming environment for all, regardless of gender, sexual orientation, disability, ethnicity, religion, preferred operating system, programming language, or text editor.\r\n\r\nThis code of conduct outlines our expectations for participant behavior as well as the consequences for unacceptable behavior.\r\n\r\nWe invite all sponsors, volunteers, speakers, attendees, and other participants to help us realize a safe and positive conference experience for everyone.</li>\r\n <li>\r\n<h3>Open Source Citizenship</h3>\r\nA supplemental goal of this code of conduct is to increase open source citizenshi
 p by encouraging participants to recognize and strengthen the relationships between what we do and the community at large.\r\n\r\nIn service of this goal, <span style=\"color: red;text-decoration: underline\">WordCamp YourCityName</span> organizers will be taking nominations for exemplary citizens throughout the event and will recognize select participants after the conference on the website.\r\n\r\nIf you see someone who is making an extra effort to ensure our community is welcoming, friendly, and encourages all participants to contribute to the fullest extent, we want to know. <span style=\"color: red;text-decoration: underline\">You can nominate someone at the Registration table or online at URL HERE.</span></li>\r\n    <li>\r\n<h3>Expected Behavior</h3>\r\n<ul>\r\n  <li>Be considerate, respectful, and collaborative.</li>\r\n <li>Refrain from demeaning, discriminatory or harassing behavior and
  speech.</li>\r\n        <li>Be mindful of your surroundings and of your fellow participants. Alert conference organizers if you notice a dangerous situation or someone in distress.</li>\r\n       <li>Participate in an authentic and active way. In doing so, you help to create <span style=\"color: red;text-decoration: underline\">WordCamp YourCityName</span> and make it your own.</li>\r\n</ul>\r\n</li>\r\n       <li>\r\n<h3>Unacceptable Behavior</h3>\r\nUnacceptable behaviors include: intimidating, harassing, abusive, discriminatory, derogatory or demeaning conduct by any attendees of <span style=\"color: red;text-decoration: underline\">WordCamp YourCityName</span> and related events. All <span style=\"color: red;text-decoration: underline\">WordCamp YourCityName</span> venues may be shared with members of the public; please be respectful to all patrons of these locations.\r\n\
 r\nHarassment includes: offensive verbal comments related to gender, sexual orientation, race, religion, disability; inappropriate use of nudity and/or sexual images in public spaces (including presentation slides); deliberate intimidation, stalking or following; harassing photography or recording; sustained disruption of talks or other events; inappropriate physical contact, and unwelcome sexual attention.</li>\r\n      <li>\r\n<h3>Consequences Of Unacceptable Behavior</h3>\r\nUnacceptable behavior will not be tolerated whether by other attendees, organizers, venue staff, sponsors, or other patrons of <span style=\"color: red;text-decoration: underline\">WordCamp YourCityName</span> venues.\r\n\r\nAnyone asked to stop unacceptable behavior is expected to comply immediately.\r\n\r\nIf a participant engages in unacceptable behavior, the conference organizers may take any action they deem appropriate, up to and including expulsion from the conf
 erence without warning or refund.</li>\r\n       <li>\r\n<h3>What To Do If You Witness Or Are Subject To Unacceptable Behavior</h3>\r\nIf you are subject to unacceptable behavior, notice that someone else is being subject to unacceptable behavior, or have any other concerns, please notify a conference organizer as soon as possible.\r\n\r\nThe <span style=\"color: red;text-decoration: underline\">WordCamp YourCityName</span> team will be available to help participants contact venue security or local law enforcement, to provide escorts, or to otherwise assist those experiencing unacceptable behavior to feel safe for the duration of the conference. <span style=\"color: red;text-decoration: underline\">Volunteers will be wearing XXXXXXXXXXXXXXXXXXXXXXXX.</span> Any volunteer can connect you with a conference organizer. You can also come to the special registration desk in the lobby and ask for the organizers.</li>\r\n      &
 lt;li>\r\n<h3>Scope</h3>\r\nWe expect all conference participants (sponsors, volunteers, speakers, attendees, and other guests) to abide by this code of conduct at all conference venues and conference-related social events.</li>\r\n  <li>\r\n<h3>Contact Information</h3>\r\n<span style=\"color: red;text-decoration: underline\">Contact info here! Make sure this includes a way to access the organizers during the event.</span></li>\r\n <li>\r\n<h3>License And Attribution</h3>\r\nThis Code of Conduct is a direct swipe from the awesome work of Open Source Bridge, but with our event information substituted. The original is available at <a href=\"http://opensourcebridge.org/about/code-of-conduct/\">http://opensourcebridge.org/about/code-of-conduct/</a> and is released under a <a href=\"http://creativecommons.org/licenses/by-sa/3.0/\">Creative Commons Attribution-ShareAli
 ke</a> license.</li>\r\n</ol>','Code of Conduct','','publish','open','open','','code-of-conduct','','','2014-04-29 17:57:13','2014-04-29 17:57:13','',0,'http://2014.content.wordcamp.test/code-of-conduct/',0,'page','',0),(14,1,'2014-03-21 23:57:11','2014-03-21 23:57:11','<p>We\'re happy to announce that <span style=\'color: red; text-decoration: underline;\'>WordCamp YourCityName</span> is officially on the calendar!</p> <p><span style=\'color: red; text-decoration: underline;\'>WordCamp YourCityName</span> will be <span style=\'color: red; text-decoration: underline;\'>DATE(S)</span> at <span style=\'color: red; text-decoration: underline;\'>LOCATION</span>.</p> <p><span style=\'color: red; text-decoration: underline;\'>Subscribe using the form in the sidebar</span> to stay up to date on the most recent news. We’ll be keeping you posted on all the details over the coming mon
 ths, including speaker submissions, ticket sales and more!</p>','Welcome to Content 2014','','publish','open','open','','welcome-to-content-2014','','','2014-03-21 23:57:11','2014-03-21 23:57:11','',0,'http://2014.content.wordcamp.test/2014/03/21/welcome-to-content-2014/',0,'post','',0),(15,1,'2014-06-12 18:34:54','2014-06-12 18:34:54','<em>Organizers note:</em> Make sure you update the \'to\' address and other fields before publishing this page!\r\n\r\nBlurb with information for potential sponsors.\r\n\r\n[contact-form to=\'enter-your-address-here@example.net\' subject=\'WordCamp Sponsor Request\'][contact-field label=\'Contact Name\' type=\'text\' required=\'1\'/][contact-field label=\'Email\' type=\'email\' required=\'1\'/][contact-field label=\'Company name\' type=\'name\' required=\'1\'/][contact-field label=\'Company description\' type=\'textarea\' required=\'1\'/][contact-field label=\'Website\' type=\'text\'/][contact-field label=\'Company Logo URL\' type=\
 'text\'/][contact-field label=\'Phone Number\' type=\'text\'/][contact-field label=\'Sponsorship Level\' type=\'text\'/][contact-field label=\'Why Would you Like to Sponsor WordCamp?\' type=\'textarea\' required=\'1\'/][contact-field label=\'Questions / Comments\' type=\'textarea\'/][/contact-form]','Call for Sponsors','','publish','open','open','','call-for-sponsors','','','2014-06-12 18:54:01','2014-06-12 18:54:01','',0,'http://2014.content.wordcamp.test/?p=15',0,'post','',0),(16,1,'2014-03-21 23:57:11','0000-00-00 00:00:00','<p><em>Organizers note:</em> Make sure you update the \'to\' address and other fields before publishing this page!</p> <p>Blurb with information for potential speakers.</p> <p>[contact-form to=\'enter-your-address-here@example.net\' subject=\'WordCamp Speaker Request\'][contact-field label=\'Name\' type=\'text\' required=\'1\'/][contact-field label=\'Email\' type=\'email\' required=\'1\'/][contact-field label=\'Topic(
 s) You%26#039;d Like to Present On\' type=\'textarea\' required=\'1\'/][contact-field label=\'Intended Audience\' type=\'text\' required=\'1\'/][contact-field label=\'Past Speaking Experience (not necessary to apply)\' type=\'textarea\'/][/contact-form]</p>','Call for Speakers','','draft','open','open','','','','','2014-03-21 23:57:11','0000-00-00 00:00:00','',0,'http://2014.content.wordcamp.test/?p=16',0,'post','',0),(17,1,'2014-03-21 23:57:11','0000-00-00 00:00:00','<p><em>Organizers note:</em> Make sure you update the \'to\' address and other fields before publishing this page!</p> <p>Blurb with information for potential volunteers.</p> <p>[contact-form to=\'enter-your-address-here@example.net\' subject=\'WordCamp Speaker Request\'][contact-field label=\'Name\' type=\'text\' required=\'1\'/][contact-field label=\'Email\' type=\'email\' required=\'1\'/][contact-field label=\'Skills / Interests / Experience (not necessary to volunteer
 )\' type=\'textarea\' required=\'1\'/][contact-field label=\'Number of Hours Available\' type=\'text\' required=\'1\'/][contact-field label=\'Questions / Comments\' type=\'textarea\'/][/contact-form]</p>','Call for Volunteers','','draft','open','open','','','','','2014-03-21 23:57:11','0000-00-00 00:00:00','',0,'http://2014.content.wordcamp.test/?p=17',0,'post','',0),(18,1,'2014-03-21 23:57:11','2014-03-21 23:57:11','<p>If you use WordPress to build things for other people, Code Poet wants to make your life easier. No matter whether you freelance on a solo basis, lead a small web shop, make plugins in a dark closet, or crack the whip at a large design firm, Code Poet’s aim is to become your go-to source of information and resources to help you expand your WordPress skills and know-how. To make you better at what you do. To make it easier to make your living and look great doing it.</p> <p>You’re part of a tribe of WordPress designers and developers over 1
 0,000 strong, spanning the entire globe. <a href=\'http://codepoet.com\'>codepoet.com</a> aims to bring the working knowledge and real world strategies of those people into one place, for you to tap into.</p>','Code Poet','','publish','open','open','','code-poet','','','2014-03-21 23:57:11','2014-03-21 23:57:11','',0,'http://2014.content.wordcamp.test/2014/03/21/code-poet/',0,'wcb_sponsor','',0),(20,1,'2014-03-21 23:57:12','2014-03-21 23:57:12','<p>WPML turns WordPress websites multilingual. It works with caching, SEO and E-Commerce plugins, and allows the building of complete multilingual sites. WPML powers simple blogs as well as corporate and enterprise sites.</p> <p>WPML allows users to translate everything in the site, including content, menus, widgets and even theme and plugin texts. WPML powers over 400,000 commercial websites from all over the world.</p> <p>More information about going multilingual can be found at <a href=\'
 http://wpml.org\'>WPML.org</a></p>','WPML','','publish','open','open','','wpml','','','2014-03-21 23:57:12','2014-03-21 23:57:12','',0,'http://2014.content.wordcamp.test/2014/03/21/wpml/',0,'wcb_sponsor','',0),(22,1,'2014-03-21 23:57:13','2014-03-21 23:57:13','<p><a href=\'http://bluehost.com\'>Bluehost</a> has been a WordPress partner since 2005 and powers over one million WordPress sites. Their goal is to provide outstanding hosting services and customer support for the best possible price. Bluehost is also constantly innovating and upgrading their services and infrastructure at no additional cost to their customers. Join the millions of other website owners that have already chosen Bluehost and see how they can help you with your site.</p>','Bluehost','','publish','open','open','','bluehost','','','2014-03-21 23:57:13','2014-03-21 23:57:13','',0,'http://2014.content.wordcamp.test/2014/03/21/bluehost/',0,'wcb_sponsor','',0),(24,1,'2014-03-21 
 23:57:14','2014-03-21 23:57:14','<p>DreamHost is a global Web hosting and cloud services provider with over 350,000 customers and 1.2 million blogs, websites and apps hosted. The company offers a wide spectrum of Web hosting and cloud services including Shared Hosting, Virtual Private Servers (VPS), Dedicated Server Hosting, Domain Name Registration, the cloud storage service, DreamObjects, and the cloud computing service DreamCompute. More information can be found at <a href=\'http://dreamhost.com\'>http://dreamhost.com</a>.</p>','DreamHost','','publish','open','open','','dreamhost','','','2014-03-21 23:57:14','2014-03-21 23:57:14','',0,'http://2014.content.wordcamp.test/2014/03/21/dreamhost/',0,'wcb_sponsor','',0),(26,1,'2014-03-21 23:57:14','2014-03-21 23:57:14','<p>From its inception in 1998, (mt) Media Temple has been on a mission to help people and businesses succeed online.</p> <p>Over 125,000 customers in 100 countries now rely on Me
 dia Temple’s tools for domain registration, web hosting, business applications, virtual servers, and other cloud services to power more than 1.5 million websites. With 200 dedicated, U.S.-based employees, Media Temple takes pride in our 24/7 customer support. Our customers range from everyday people to top bloggers, creative professionals, and small businesses, as well as large enterprises like Starbucks, Adidas, Samsung, and Toyota.</p> <p>More information can be found anytime on the web at <a href=\'http://mediatemple.com\'>http://mediatemple.com</a> or on Twitter <a href=\'https://twitter.com/mediatemple\'>@MediaTemple</a>.</p>','Media Temple','','publish','open','open','','media-temple','','','2014-03-21 23:57:14','2014-03-21 23:57:14','',0,'http://2014.content.wordcamp.test/2014/03/21/media-temple/',0,'wcb_sponsor','',0),(28,1,'2014-03-21 23:57:14','2014-03-21 23:57:14','<p><a href=\'http://34sp.com\'>34SP.com</a> is
  a professional website hosting and domain name registration company offering services for web developers, bloggers, designers and small businesses throughout the world. The 34SP.com team of technical experts offers support and service coupled with a money-back guarantee to ensure client satisfaction. 34SP.com has particular focus in WordPress hosting, having supported the WordPress community since WordPress was originally developed and launched in 2003. The company currently hosts thousands of WordPress websites and is headquartered in central Manchester, England.</p>','34sp.com','','publish','open','open','','34sp-com','','','2014-03-21 23:57:14','2014-03-21 23:57:14','',0,'http://2014.content.wordcamp.test/2014/03/21/34sp-com/',0,'wcb_sponsor','',0),(31,1,'2014-03-22 09:28:34','2014-03-22 09:28:34','bio goes here','Jen Mylo','','publish','closed','closed','','jen-mylo','','','2014-03-22 09:28:34','2014-03-22 09:28:34','',0,'http://2014.content.wordcamp.test/?post_type=wcb_s
 peaker&#038;p=31',0,'wcb_speaker','',0),(35,1,'2014-03-26 17:00:25','2014-03-26 17:00:25','','General Admission','','publish','closed','closed','','general-admission','','','2014-03-26 17:00:25','2014-03-26 17:00:25','',0,'http://2014.content.wordcamp.test/?post_type=tix_ticket&#038;p=35',0,'tix_ticket','',0),(36,1,'2014-03-26 17:00:25','2014-03-26 17:00:25','','T-shirt size','','publish','open','open','','t-shirt-size','','','2014-03-26 17:00:25','2014-03-26 17:00:25','',0,'http://2014.content.wordcamp.test/tix_question/t-shirt-size/',0,'tix_question','',0),(38,1,'2014-03-26 17:01:24','2014-03-26 17:01:24','a:11:{s:9:\"timestamp\";i:1395853284;s:14:\"tix_first_name\";s:18:\"tix_first_name:Ian\";s:13:\"tix_last_name\";s:18:\"tix_last_name:Dunn\";s:9:\"tix_email\";s:26:\"tix_email:ian@iandunn.name\";s:18:\"tix_transaction_id\";s:36:\"tix_transaction_id:33D75914T0845290B\";s:13:\"tix
 _questions\";s:37:\"tix_questions:a:1:{i:36;s:5:\"small\";}\";s:13:\"tix_ticket_id\";s:16:\"tix_ticket_id:35\";s:16:\"tix_access_token\";s:49:\"tix_access_token:799e5a342bbbfea7aec611d593311556\";s:14:\"tix_edit_token\";s:47:\"tix_edit_token:c6d828f3d5a8ec0f5241fa078ea0971a\";s:17:\"tix_payment_token\";s:50:\"tix_payment_token:f023fee12a7987529e20e81ddbfe96b0\";s:18:\"tix_payment_method\";s:25:\"tix_payment_method:paypal\";}','Ian Dunn','','publish','open','open','','ian-dunn','','','2014-03-26 17:01:24','2014-03-26 17:01:24','',0,'http://2014.content.wordcamp.test/?post_type=tix_attendee&#038;p=38',0,'tix_attendee','',0),(39,1,'2014-03-26 17:44:56','2014-03-26 17:44:56','a:11:{s:9:\"timestamp\";i:1395855896;s:14:\"tix_first_name\";s:19:\"tix_first_name:Jane\";s:13:\"tix_last_name\";s:17:\"tix_last_name:Doe\&quo
 t;;s:9:\"tix_email\";s:26:\"tix_email:jane@example.org\";s:18:\"tix_transaction_id\";s:36:\"tix_transaction_id:48A76663NS047593E\";s:13:\"tix_questions\";s:38:\"tix_questions:a:1:{i:36;s:6:\"medium\";}\";s:13:\"tix_ticket_id\";s:16:\"tix_ticket_id:35\";s:16:\"tix_access_token\";s:49:\"tix_access_token:fe95406758029f01e1175e7b65756eae\";s:14:\"tix_edit_token\";s:47:\"tix_edit_token:517b2d318e8676c8be664435f323c7c9\";s:17:\"tix_payment_token\";s:50:\"tix_payment_token:490fe42ed3e33a2ba025443478a4c932\";s:18:\"tix_payment_method\";s:25:\"tix_payment_method:paypal\";}','Jane Doe','','publish','open','open','','jane-doe','','','2014-03-26 17:44:56','2014-03-26 17:44:56','',0,'http://2014.content.wordcamp.test/?post_type=tix_attendee&#038;p=39',0,'tix_attendee','',0),(40,1,'2014-03-31 16:22:22','2014-03-31 16:22:22','
 ','WPLM Milwaukee','','publish','closed','closed','','wplm-milwaukee','','','2014-03-31 16:23:36','2014-03-31 16:23:36','',0,'http://2014.content.wordcamp.test/?post_type=wcb_sponsor&#038;p=40',0,'wcb_sponsor','',0),(94,1,'2014-04-29 17:37:20','2014-04-29 17:37:20','<p>This page and it\'s sub-pages should be editable by subscribers.</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n','Wiki','','publish','open','open','','wiki','','','2014-04-30 17:36:11','2014-04-30 17:36:11','',0,'http://2014.content.wordcamp.test/?page_id=94',0,'page','',0),(126,1,'2014-05-14 18:22:16','2014-05-14 18:22:16','','Ian Dunn','','publish','closed','closed','','ian-dunn','','','2014-05-14 18:22:16','2014-05-14 18:22:16','',0,'http://2014.content.wordcamp.test/?post_type=wcb_speaker&#038;p=126',0,'wcb_speaker','',0),(130,1,'2014-05-19 23:42:17','2014-05-19 23:42:17','[multi-event-sponsors]','Multi Event Sponsors','','publish','open','open','','multi-event-sponso
 rs','','','2014-05-19 23:42:17','2014-05-19 23:42:17','',0,'http://2014.content.wordcamp.test/?page_id=130',0,'page','',0),(138,1,'2014-05-20 00:03:30','2014-05-20 00:03:30','<span style=\"color: #424242; font-family: proxima-nova, Helvetica, Arial, sans-serif; font-size: 15px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 24px; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff; display: inline !important; float: none;\">Bluehost has been a WordPress partner since 2005 and powers over one million WordPress sites. Their goal is to provide outstanding hosting services and customer support for the best possible price. Bluehost is also constantly innovating and upgrading their services and infrastructure at no additional cost to their customers. Join the millions of other website owne
 rs that have already chosen Bluehost and see how they can help you with your site.</span>','BlueHost','','publish','closed','closed','','bluehost','','','2014-05-20 18:26:45','2014-05-20 18:26:45','',0,'http://2014.content.wordcamp.test/?post_type=mes&#038;p=138',0,'mes','',0),(141,1,'2014-05-20 17:31:28','2014-05-20 17:31:28','<ul>\r\n     <li>Name, logo, and company description/blurb on WordCamp website.</li>\r\n <li>Inclusion in tweet thanking all WordCamp Accomplices.</li>\r\n  <li>Inclusion in blog post thanking all WordCamp sponsors.</li>\r\n</ul>','WordCamp Accomplice','','publish','closed','closed','','wordcamp-accomplice','','','2014-05-20 17:40:53','2014-05-20 17:40:53','',0,'http://2014.content.wordcamp.test/?post_type=mes-sponsor-level&#038;p=141',0,'mes-sponsor-level','',0),(143,1,'2014-05-20 17:49:03','2014-05-20 17:49:03','<ul>\r\n <li>Name, logo, and company description/blurb on WordCamp Website.&lt
 ;/li>\r\n   <li>Inclusion in tweet thanking all WordCamp Champions.</li>\r\n    <li>Inclusion in blog post thanking all WordCamp sponsors.</li>\r\n <li>Logo on programs and any between-session slideshows.</li>\r\n</ul>','WordCamp Champion','','publish','closed','closed','','wordcamp-champion','','','2014-05-20 17:49:03','2014-05-20 17:49:03','',0,'http://2014.content.wordcamp.test/?post_type=mes-sponsor-level&#038;p=143',0,'mes-sponsor-level','',0),(145,1,'2014-05-20 17:49:45','2014-05-20 17:49:45','<ul>\r\n       <li>Name, logo, and company description/blurb on WordCamp Website Dedicated tweet announcing the sponsorship.</li>\r\n      <li>Inclusion in blog post thanking all WordCamp sponsors.</li>\r\n <li>Your stuff added to the “swag table” (subject to approval).</li>\r\n        <li>Logo on programs and any between-session slideshows.</li>\r\n   <li>Thank you and link in pre-WordCamp and post-W
 ordCamp emails to attendees.</li>\r\n</ul>','WordCamp Pillar','','publish','closed','closed','','wordcamp-pillar','','','2014-05-20 17:49:45','2014-05-20 17:49:45','',0,'http://2014.content.wordcamp.test/?post_type=mes-sponsor-level&#038;p=145',0,'mes-sponsor-level','',0),(159,1,'2014-05-20 18:27:59','2014-05-20 18:27:59','<span style=\"color: #424242; font-family: proxima-nova, Helvetica, Arial, sans-serif; font-size: 15px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 24px; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff; display: inline !important; float: none;\">34SP.com is a professional website hosting and domain name registration company offering services for web developers, bloggers, designers and small businesses throughout the world. The 34SP.com team o
 f technical experts offers support and service coupled with a money-back guarantee to ensure client satisfaction. 34SP.com has particular focus in WordPress hosting, having supported the WordPress community since WordPress was originally developed and launched in 2003. The company currently hosts thousands of WordPress websites and is headquartered in central Manchester, England.</span>','34sp.com','','publish','closed','closed','','34sp-com','','','2014-05-20 18:27:59','2014-05-20 18:27:59','',0,'http://2014.content.wordcamp.test/?post_type=mes&#038;p=159',0,'mes','',0),(162,1,'2014-05-20 19:29:47','2014-05-20 19:29:47','','WPML','','publish','closed','closed','','wpml','','','2014-05-20 19:29:47','2014-05-20 19:29:47','',0,'http://2014.content.wordcamp.test/?post_type=mes&#038;p=162',0,'mes','',0),(164,1,'2014-05-20 19:35:37','2014-05-20 19:35:37','','DreamHost','','publish','closed','closed','','dreamhost','','','2014-05-20 19:35:37','2014-05-20 19:35:37','',0,'http
 ://2014.content.wordcamp.test/?post_type=mes&#038;p=164',0,'mes','',0),(167,1,'2014-05-30 15:52:32','2014-05-30 15:52:32','<span style=\"color: #444444; font-family: \'Open Sans\', Helvetica, Arial, sans-serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 24px; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; display: inline !important; float: none; background-color: #ffffff;\">[livestream url=\"http://new.livestream.com/accounts/840054/events/2143755/feed_embed?width=480&amp;height=900\" width=\"480\" height=\"900\"]</span>','Livestream','','publish','open','open','','livestream','','','2014-05-30 16:10:29','2014-05-30 16:10:29','',0,'http://2014.content.wordcamp.test/?page_id=167',0,'page','',0);
</ins><span class="cx" style="display: block; padding: 0 10px"> /*!40000 ALTER TABLE `wc_7_posts` ENABLE KEYS */;
</span><span class="cx" style="display: block; padding: 0 10px"> UNLOCK TABLES;
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -1631,11 +1628,38 @@
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><span class="cx" style="display: block; padding: 0 10px"> LOCK TABLES `wc_blog_versions` WRITE;
</span><span class="cx" style="display: block; padding: 0 10px"> /*!40000 ALTER TABLE `wc_blog_versions` DISABLE KEYS */;
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-INSERT INTO `wc_blog_versions` VALUES (1,'38590','2014-04-15 13:21:13'),(2,'36686','2014-04-15 13:21:23'),(3,'36686','2014-04-15 13:21:21'),(7,'36686','2014-04-15 13:21:19'),(9,'27916','2014-04-15 13:21:18'),(11,'36686','2014-04-15 13:21:17'),(13,'27916','2014-04-15 13:21:16'),(14,'27916','2014-04-15 13:21:14'),(45,'36686','2014-12-04 02:39:00'),(46,'36686','2014-12-04 02:39:00');
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+INSERT INTO `wc_blog_versions` VALUES (1,'44719','2014-04-15 13:21:13'),(2,'44719','2014-04-15 13:21:23'),(3,'36686','2014-04-15 13:21:21'),(7,'44719','2014-04-15 13:21:19'),(9,'27916','2014-04-15 13:21:18'),(11,'44719','2014-04-15 13:21:17'),(13,'27916','2014-04-15 13:21:16'),(14,'27916','2014-04-15 13:21:14'),(45,'44719','2014-12-04 02:39:00'),(46,'44719','2014-12-04 02:39:00');
</ins><span class="cx" style="display: block; padding: 0 10px"> /*!40000 ALTER TABLE `wc_blog_versions` ENABLE KEYS */;
</span><span class="cx" style="display: block; padding: 0 10px"> UNLOCK TABLES;
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><span class="cx" style="display: block; padding: 0 10px"> --
</span><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+-- Table structure for table `wc_blogmeta`
+--
+
+DROP TABLE IF EXISTS `wc_blogmeta`;
+/*!40101 SET @saved_cs_client     = @@character_set_client */;
+/*!40101 SET character_set_client = utf8 */;
+CREATE TABLE `wc_blogmeta` (
+  `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
+  `blog_id` bigint(20) NOT NULL DEFAULT '0',
+  `meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
+  `meta_value` longtext COLLATE utf8mb4_unicode_520_ci,
+  PRIMARY KEY (`meta_id`),
+  KEY `meta_key` (`meta_key`(191)),
+  KEY `blog_id` (`blog_id`)
+) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
+/*!40101 SET character_set_client = @saved_cs_client */;
+
+--
+-- Dumping data for table `wc_blogmeta`
+--
+
+LOCK TABLES `wc_blogmeta` WRITE;
+/*!40000 ALTER TABLE `wc_blogmeta` DISABLE KEYS */;
+/*!40000 ALTER TABLE `wc_blogmeta` ENABLE KEYS */;
+UNLOCK TABLES;
+
+--
</ins><span class="cx" style="display: block; padding: 0 10px"> -- Table structure for table `wc_blogs`
</span><span class="cx" style="display: block; padding: 0 10px"> --
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -1687,7 +1711,7 @@
</span><span class="cx" style="display: block; padding: 0 10px">   `section` varchar(32) DEFAULT 'general',
</span><span class="cx" style="display: block; padding: 0 10px">   `data` mediumtext NOT NULL,
</span><span class="cx" style="display: block; padding: 0 10px">   UNIQUE KEY `id` (`id`)
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8;
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+) ENGINE=InnoDB AUTO_INCREMENT=22 DEFAULT CHARSET=utf8;
</ins><span class="cx" style="display: block; padding: 0 10px"> /*!40101 SET character_set_client = @saved_cs_client */;
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><span class="cx" style="display: block; padding: 0 10px"> --
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -1696,7 +1720,7 @@
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><span class="cx" style="display: block; padding: 0 10px"> LOCK TABLES `wc_camptix_log` WRITE;
</span><span class="cx" style="display: block; padding: 0 10px"> /*!40000 ALTER TABLE `wc_camptix_log` DISABLE KEYS */;
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-INSERT INTO `wc_camptix_log` VALUES (1,'2017-12-15 05:22:47',1,0,'Updating next batch of revenue reports.','general','null'),(2,'2017-12-15 05:22:47',7,0,'Revenue report data generated in 0.038 seconds','general','null'),(3,'2017-12-15 05:22:47',11,0,'Revenue report data generated in 0.033 seconds','general','null'),(4,'2017-12-15 05:22:47',45,0,'Revenue report data generated in 0.034 seconds','general','null');
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+INSERT INTO `wc_camptix_log` VALUES (1,'2017-12-15 05:22:47',1,0,'Updating next batch of revenue reports.','general','null'),(2,'2017-12-15 05:22:47',7,0,'Revenue report data generated in 0.038 seconds','general','null'),(3,'2017-12-15 05:22:47',11,0,'Revenue report data generated in 0.033 seconds','general','null'),(4,'2017-12-15 05:22:47',45,0,'Revenue report data generated in 0.034 seconds','general','null'),(5,'2019-06-25 17:56:32',1,0,'Running upgrade script.','upgrade','null'),(6,'2019-06-25 17:56:32',1,0,'Upgrade complete, current version: 20180709.','upgrade','null'),(7,'2019-06-25 18:32:42',1,0,'Updating next batch of revenue reports.','general','null'),(8,'2019-06-25 18:32:43',1,0,'Reviewed timeout payments and set 0 attendees to timeout status.','general','null'),(9,'2019-06-25 18:57:14',46,0,'Running upgrade script.','upgrade','null'),(10,'2019-06-25 18:57:14',46,0,'Upgrade co
 mplete, current version: 20180709.','upgrade','null'),(11,'2019-06-25 18:57:14',46,0,'Reviewed timeout payments and set 0 attendees to timeout status.','general','null'),(12,'2019-06-25 19:02:38',45,0,'Running upgrade script.','upgrade','null'),(13,'2019-06-25 19:02:38',45,0,'Upgrade complete, current version: 20180709.','upgrade','null'),(14,'2019-06-25 19:02:38',45,0,'Reviewed timeout payments and set 0 attendees to timeout status.','general','null'),(15,'2019-06-25 19:02:48',11,0,'Running upgrade script.','upgrade','null'),(16,'2019-06-25 19:02:48',11,0,'Upgrade complete, current version: 20180709.','upgrade','null'),(17,'2019-06-25 19:17:24',11,0,'Reviewed timeout payments and set 0 attendees to timeout status.','general','null'),(18,'2019-06-25 19:17:31',7,0,'Running upgrade script.','upgrade','null'),(19,'2019-06-25 19:17:31',7,0,'Upgrade complete, current version: 20180709.','upgrade','null'),(20,'2019-06-25 19:17:32',7,0,'Reviewed timeout payments and set 0 attendees to time
 out status.','general','null'),(21,'2019-06-25 19:42:53',1,0,'Updating next batch of revenue reports.','general','null');
</ins><span class="cx" style="display: block; padding: 0 10px"> /*!40000 ALTER TABLE `wc_camptix_log` ENABLE KEYS */;
</span><span class="cx" style="display: block; padding: 0 10px"> UNLOCK TABLES;
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -1818,7 +1842,7 @@
</span><span class="cx" style="display: block; padding: 0 10px">   `autoload` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'yes',
</span><span class="cx" style="display: block; padding: 0 10px">   PRIMARY KEY (`option_id`),
</span><span class="cx" style="display: block; padding: 0 10px">   UNIQUE KEY `option_name` (`option_name`)
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-) ENGINE=InnoDB AUTO_INCREMENT=1095 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+) ENGINE=InnoDB AUTO_INCREMENT=1202 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
</ins><span class="cx" style="display: block; padding: 0 10px"> /*!40101 SET character_set_client = @saved_cs_client */;
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><span class="cx" style="display: block; padding: 0 10px"> --
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -1827,7 +1851,7 @@
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><span class="cx" style="display: block; padding: 0 10px"> LOCK TABLES `wc_options` WRITE;
</span><span class="cx" style="display: block; padding: 0 10px"> /*!40000 ALTER TABLE `wc_options` DISABLE KEYS */;
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-INSERT INTO `wc_options` VALUES (1,'siteurl','http://wordcamp.test','yes'),(2,'blogname','WordCamp.dev','yes'),(3,'blogdescription','Just another WordPress site','yes'),(4,'users_can_register','0','yes'),(5,'admin_email','foo@example.org','yes'),(6,'start_of_week','1','yes'),(7,'use_balanceTags','0','yes'),(8,'use_smilies','1','yes'),(9,'require_name_email','1','yes'),(10,'comments_notify','1','yes'),(11,'posts_per_rss','10','yes'),(12,'rss_use_excerpt','0','yes'),(13,'mailserver_url','mail.example.com','yes'),(14,'mailserver_login','login@example.com','yes'),(15,'mailserver_pass','password','yes'),(16,'mailserver_port','110','yes'),(17,'default_category','1','yes'),(18,'default_comment_status','open','yes'),(19,'default_ping_status','open','yes'),(20,'default_pingback_flag','0','yes'),(21,'posts_per_page','10','yes'),(22,'date_format','F j, Y','yes'),(23,'time_format','g:i a','yes'),(24
 ,'links_updated_date_format','F j, Y g:i a','yes'),(28,'comment_moderation','0','yes'),(29,'moderation_notify','1','yes'),(30,'permalink_structure','/%year%/%monthnum%/%day%/%postname%/','yes'),(32,'hack_file','0','yes'),(33,'blog_charset','UTF-8','yes'),(34,'moderation_keys','','no'),(35,'active_plugins','a:0:{}','yes'),(36,'home','http://wordcamp.test','yes'),(37,'category_base','','yes'),(38,'ping_sites','http://rpc.pingomatic.com/','yes'),(40,'comment_max_links','2','yes'),(41,'gmt_offset','0','yes'),(42,'default_email_category','1','yes'),(43,'recently_edited','','no'),(44,'template','twentyfourteen','yes'),(45,'stylesheet','twentyfourteen','yes'),(46,'comment_whitelist','1','yes'),(47,'blacklist_keys','','no'),(48,'comment_registration','0','yes'),(49,'html_type','text/html','yes'),(50,'use_trackback','0','yes'),(51,'default_role','subscriber','yes'),(52,'db_version','38590','yes'),(53,'uploads_use_yearmonth_folders','1','yes'),(54,'upload_path','','yes'),(55,'blog_public','0'
 ,'yes'),(56,'default_link_category','2','yes'),(57,'show_on_front','posts','yes'),(58,'tag_base','','yes'),(59,'show_avatars','1','yes'),(60,'avatar_rating','G','yes'),(61,'upload_url_path','','yes'),(62,'thumbnail_size_w','150','yes'),(63,'thumbnail_size_h','150','yes'),(64,'thumbnail_crop','1','yes'),(65,'medium_size_w','300','yes'),(66,'medium_size_h','300','yes'),(67,'avatar_default','mystery','yes'),(68,'large_size_w','1024','yes'),(69,'large_size_h','1024','yes'),(70,'image_default_link_type','file','yes'),(71,'image_default_size','','yes'),(72,'image_default_align','','yes'),(73,'close_comments_for_old_posts','0','yes'),(74,'close_comments_days_old','14','yes'),(75,'thread_comments','1','yes'),(76,'thread_comments_depth','5','yes'),(77,'page_comments','0','yes'),(78,'comments_per_page','50','yes'),(79,'default_comments_page','newest','yes'),(80,'comment_order','asc','yes'),(81,'sticky_posts','a:0:{}','yes'),(82,'widget_categories','a:2:{i:2;a:4:{s:5:\"title\";s:0:\&
 quot;\";s:5:\"count\";i:0;s:12:\"hierarchical\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}','yes'),(83,'widget_text','a:0:{}','yes'),(84,'widget_rss','a:0:{}','yes'),(85,'uninstall_plugins','a:1:{s:27:\"wp-super-cache/wp-cache.php\";s:22:\"wpsupercache_uninstall\";}','no'),(86,'timezone_string','','yes'),(87,'page_for_posts','0','yes'),(88,'page_on_front','0','yes'),(89,'default_post_format','0','yes'),(90,'link_manager_enabled','0','yes'),(91,'initial_db_version','26691','yes'),(92,'wc_user_roles','a:5:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:61:{s:13:\"switch_themes\";b:1;s:11:\"edit_themes\";b:1;s:16:\"activate_plugins\";b:1;s:12:\"edit_plugins\";b:1;s:10:\"edit_users\";b:1;s:10:\"edit_files\";b:1;s:14:\"manage_options\";b:1;s:17:\"moderate_comm
 ents\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:6:\"import\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:8:\"level_10\";b:1;s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:
 \"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:12:\"delete_users\";b:1;s:12:\"create_users\";b:1;s:17:\"unfiltered_upload\";b:1;s:14:\"edit_dashboard\";b:1;s:14:\"update_plugins\";b:1;s:14:\"delete_plugins\";b:1;s:15:\"install_plugins\";b:1;s:13:\"update_themes\";b:1;s:14:\"install_themes\";b:1;s:11:\"update_core\";b:1;s:10:\"list_users\";b:1;s:12:\"remove_users\";b:1;s:13:\"promote_users\";b:1;s:18:\"edit_theme_options\";b:1;s:13:\"delete_themes\";b:1;s:6:\"export\";b:1;}}s:6:\"editor\";a:2
 :{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:34:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"
 delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:10:{s:12:\"upload_files\";b:1;s:10:\"edit_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:22:\"delete_published_posts\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:5:{s:10:\"edit_posts\";b
 :1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}}','yes'),(93,'widget_search','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(94,'widget_recent-posts','a:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}','yes'),(95,'widget_recent-comments','a:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}','yes'),(96,'widget_archives','a:2:{i:2;a:3:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}','yes'),(97,'widget_meta','a:2:{i:2;a:1:{s:5:\&qu
 ot;title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(98,'sidebars_widgets','a:5:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}s:9:\"sidebar-2\";a:0:{}s:9:\"sidebar-3\";a:0:{}s:13:\"array_version\";i:3;}','yes'),(99,'cron','a:20:{i:1513315516;a:1:{s:14:\"lsf_45_seconds\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"45-seconds\";s:4:\"args\";a:0:{}s:8:\"interval\";i:45;}}}i:1513315517;a:3:{s:23:\"wordcamp_dev_30_seconds\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"30-seconds\";s:4:\"args\";a:0:{}s:8:\"interval\&
 quot;;i:30;}}s:23:\"wordcamp_dev_10_seconds\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"10-seconds\";s:4:\"args\";a:0:{}s:8:\"interval\";i:10;}}s:23:\"wordcamp_dev_45_seconds\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"45-seconds\";s:4:\"args\";a:0:{}s:8:\"interval\";i:45;}}}i:1513315521;a:1:{s:14:\"lsf_10_seconds\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"10-seconds\";s:4:\"args\";a:0:{}s:8:\"interval\";i:10;}}}i:1513315531;a:1:{s:14:\"lsf_30_seconds\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"30-seconds\";s:4:\"args\";a:0:{}s:8:\"interval\";i:30;}}}i:1513315547;a:1:{s:23:\"wordcamp_dev_60_seconds\";a:
 1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"60-seconds\";s:4:\"args\";a:0:{}s:8:\"interval\";i:60;}}}i:1513315561;a:1:{s:14:\"lsf_60_seconds\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"60-seconds\";s:4:\"args\";a:0:{}s:8:\"interval\";i:60;}}}i:1513315782;a:1:{s:31:\"tix_scheduled_every_ten_minutes\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:7:\"10-mins\";s:4:\"args\";a:0:{}s:8:\"interval\";i:600;}}}i:1513315961;a:1:{s:11:\"wp_cache_gc\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1513315965;a:1:{s:20:\"jetpack_clean_nonces\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"
 hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1513316457;a:1:{s:30:\"tix_dashboard_scheduled_hourly\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1513316714;a:1:{s:38:\"camptix_cache_all_attendees_shortcodes\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1513316982;a:1:{s:19:\"tix_scheduled_daily\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1513316984;a:1:{s:30:\"wcbdsi_check_for_paid_invoices\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\&
 quot;;s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1513323559;a:3:{s:16:\"wp_version_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:17:\"wp_update_plugins\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:16:\"wp_update_themes\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1513352714;a:1:{s:27:\"camptix_prime_tshirt_report\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:
 43200;}}}i:1513358120;a:1:{s:24:\"wcb_redact_paid_requests\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1513366761;a:1:{s:19:\"wp_scheduled_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1513401091;a:1:{s:16:\"wcsc_prime_sites\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1513401608;a:1:{s:25:\"delete_expired_transients\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}s:7:\"version\";
 i:2;}','yes'),(101,'_site_transient_update_core','O:8:\"stdClass\":4:{s:7:\"updates\";a:1:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:6:\"latest\";s:8:\"download\";s:41:\"https://wordpress.org/wordpress-3.8.1.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:41:\"https://wordpress.org/wordpress-3.8.1.zip\";s:10:\"no_content\";s:52:\"https://wordpress.org/wordpress-3.8.1-no-content.zip\";s:11:\"new_bundled\";s:53:\"https://wordpress.org/wordpress-3.8.1-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"3.8.1\";s:7:\"version\";s:5:\"3.8.1\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"3
 .8\";s:15:\"partial_version\";s:0:\"\";}}s:12:\"last_checked\";i:1395430761;s:15:\"version_checked\";s:5:\"3.8.1\";s:12:\"translations\";a:0:{}}','yes'),(102,'_site_transient_update_plugins','O:8:\"stdClass\":3:{s:12:\"last_checked\";i:1395430761;s:8:\"response\";a:1:{s:19:\"akismet/akismet.php\";O:8:\"stdClass\":5:{s:2:\"id\";s:2:\"15\";s:4:\"slug\";s:7:\"akismet\";s:11:\"new_version\";s:5:\"2.6.0\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/akismet/\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/plugin/akismet.2.6.0.zip\";}}s:12:\"translations\";a:0:{}}','yes'),(103,'_site_transient_timeout_theme_roots','1395432561','yes'),(104,'_site_transient_theme_roots','a:3:{s:14:\"twentyfourteen\";s:7:\"/themes\";s:14:\"twentythir
 teen\";s:7:\"/themes\";s:12:\"twentytwelve\";s:7:\"/themes\";}','yes'),(105,'_site_transient_update_themes','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1395430762;s:7:\"checked\";a:3:{s:14:\"twentyfourteen\";s:3:\"1.0\";s:14:\"twentythirteen\";s:3:\"1.1\";s:12:\"twentytwelve\";s:3:\"1.3\";}s:8:\"response\";a:0:{}s:12:\"translations\";a:0:{}}','yes'),(106,'_site_transient_timeout_browser_3864a3c36ff70b03c7e989911b28b9e5','1396035562','yes'),(107,'_site_transient_browser_3864a3c36ff70b03c7e989911b28b9e5','a:9:{s:8:\"platform\";s:9:\"Macintosh\";s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:4:\"27.0\";s:10:\"update_url\";s:23:\"http://www.firefox.com/\";s:7:\"img_src\";s:50:\"http://s.wordpress.org/images/browsers/firefox.png\";s:11:\"img
 _src_ssl\";s:49:\"https://wordpress.org/images/browsers/firefox.png\";s:15:\"current_version\";s:2:\"16\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(126,'jetpack_activated','1','yes'),(127,'jetpack_options','a:5:{s:7:\"version\";s:18:\"3.1-dev:1402344908\";s:11:\"old_version\";s:16:\"2.9.1:1395445257\";s:28:\"fallback_no_verify_ssl_certs\";i:0;s:9:\"time_diff\";i:0;s:24:\"custom_css_4.7_migration\";b:1;}','yes'),(130,'_transient_random_seed','c96b037179e41a15960e500d02eb0553','yes'),(131,'tggr_settings','a:5:{s:10:\"db_version\";s:3:\"0.6\";s:17:\"TGGRSourceTwitter\";a:5:{s:12:\"consumer_key\";s:0:\"\";s:15:\"consumer_secret\";s:0:\"\";s:20:\"highlighted_accounts\";s:0:\"\";s:13:\"_bearer_token\";s:0:\"\";s:16:\"_newest_tweet_id\";i:
 0;}s:19:\"TGGRSourceInstagram\";a:3:{s:9:\"client_id\";s:0:\"\";s:20:\"highlighted_accounts\";s:0:\"\";s:16:\"_newest_media_id\";i:0;}s:16:\"TGGRSourceFlickr\";a:3:{s:7:\"api_key\";s:0:\"\";s:20:\"highlighted_accounts\";s:0:\"\";s:18:\"_newest_media_date\";i:0;}s:16:\"TGGRSourceGoogle\";a:3:{s:7:\"api_key\";s:0:\"\";s:20:\"highlighted_accounts\";s:0:\"\";s:21:\"_newest_activity_date\";i:0;}}','yes'),(198,'db_upgraded','','yes'),(200,'camptix_dashboard_timestamp','1513315515','yes'),(586,'ossdl_off_cdn_url','http://wordcamp.test','yes'),(587,'ossdl_off_include_dirs','wp-content,wp-includes','yes'),(588,'ossdl_off_exclude','.php','yes'),(589,'ossdl_cname','','yes'),(663,'jetpack_active_modules','a:6:{i:0;s:10:\"vaultpress\";i:1;s:18:\"verification-tools\";i:3;s:12:\"contact-form\&quo
 t;;i:5;s:10:\"shortcodes\";i:7;s:10:\"custom-css\";i:9;s:13:\"subscriptions\";}','yes'),(672,'json_api_plugin_version','1.2.5','yes'),(769,'camptix_options','a:15:{s:8:\"currency\";s:3:\"USD\";s:10:\"event_name\";s:12:\"WordCamp.dev\";s:7:\"version\";i:20140325;s:20:\"reservations_enabled\";b:0;s:15:\"refunds_enabled\";b:0;s:18:\"refund_all_enabled\";b:0;s:8:\"archived\";b:0;s:15:\"payment_methods\";a:0:{}s:30:\"email_template_single_purchase\";s:233:\"Hi there!\n\nYou have purchased the following ticket:\n\n[receipt]\n\nYou can edit the information for the purchased ticket at any time before the event, by visiting the following link:\n\n[ticket_url]\n\nLet us know if you have any questions!\";s:32:\"email_template_multiple_purchase\";s:237:\"Hi there!\n\nThank you so much for purchasing a ticket and hope to see you soon
  at our event. You can edit your information at any time before the event, by visiting the following link:\n\n[ticket_url]\n\nLet us know if you have any questions!\";s:40:\"email_template_multiple_purchase_receipt\";s:239:\"Hi there!\n\nYou have purchased the following tickets:\n\n[receipt]\n\nYou can edit the information for all the purchased tickets at any time before the event, by visiting the following link:\n\n[ticket_url]\n\nLet us know if you have any questions!\";s:32:\"email_template_pending_succeeded\";s:237:\"Hey there!\n\nYour payment for [event_name] has been completed, looking forward to seeing you at the event! You can access and change your tickets information by visiting the following link:\n\n[ticket_url]\n\nLet us know if you need any help!\";s:29:\"email_template_pending_failed\";s:293:\"Hey there!\n\nWe\'re so sorry, but it looks like your payment for [event_name] has failed! Please check your payment 
 transactions for more details. If you still wish to attend the event, feel free to purchase a new ticket using the following link:\n\n[ticket_url]\n\nLet us know if you need any help!\";s:28:\"email_template_single_refund\";s:230:\"Hey there!\n\nYour refund for [event_name] has been completed. If you change your mind and still wish to attend the event, feel free to purchase a new ticket using the following link:\n\n[ticket_url]\n\nLet us know if you need any help!\";s:30:\"email_template_multiple_refund\";s:229:\"Hey there!\n\nYour ticket for [event_name] has been refunded. If you change your mind and still wish to attend the event, feel free to purchase a new ticket using the following link:\n\n[ticket_url]\n\nLet us know if you need any help!\";}','yes'),(794,'recently_activated','a:0:{}','yes'),(839,'_transient_twentyfourteen_category_count','1','yes'),(882,'jetpack_file_data','a:1:{s:5:\"4.0.3\";a:49:{s:32:\"31e5b9ae08b
 62c2b0cd8a7792242298b\";a:14:{s:4:\"name\";s:20:\"Spelling and Grammar\";s:11:\"description\";s:89:\"Check your spelling, style, and grammar with the After the Deadline proofreading service.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1:\"6\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:7:\"Writing\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:115:\"after the deadline, afterthedeadline, spell, spellchecker, spelling, grammar, proofreading, style, language, cliche\";}s:32:\"3f41
 b2d629265b5de8108b463abbe8e2\";a:14:{s:4:\"name\";s:8:\"Carousel\";s:11:\"description\";s:63:\"Transform standard image galleries into full-screen slideshows.\";s:14:\"jumpstart_desc\";s:79:\"Brings your photos and images to life as full-size, easily navigable galleries.\";s:4:\"sort\";s:2:\"22\";s:20:\"recommendation_order\";s:2:\"12\";s:10:\"introduced\";s:3:\"1.5\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:17:\"Photos and Videos\";s:7:\"feature\";s:9:\"Jumpstart\";s:25:\"additional_search_queries\";s:80:\"gallery, carousel, diaporama, slideshow, images, lightbox, exif, metadat
 a, image\";}s:32:\"c6ebb418dde302de09600a6025370583\";a:14:{s:4:\"name\";s:8:\"Comments\";s:11:\"description\";s:79:\"Let readers comment with WordPress.com, Twitter, Facebook, or Google+ accounts.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"20\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.4\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:6:\"Social\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:53:\"comments, comment, facebook, twitter, google+, social\";}s:32:\"836f9485669e1bbb02920cb474730df0\";a:14:{s:4:\
 "name\";s:12:\"Contact Form\";s:11:\"description\";s:44:\"Insert a contact form anywhere on your site.\";s:14:\"jumpstart_desc\";s:111:\"Adds a button to your post and page editors, allowing you to build simple forms to help visitors stay in touch.\";s:4:\"sort\";s:2:\"15\";s:20:\"recommendation_order\";s:2:\"14\";s:10:\"introduced\";s:3:\"1.3\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:5:\"Other\";s:7:\"feature\";s:9:\"Jumpstart\";s:25:\"additional_search_queries\";s:44:\"contact, form, grunion, feedback, submission\";}s:32:\"ea3970eebf8aac55fc3eca5dca0e0157\";a:14:{s
 :4:\"name\";s:20:\"Custom Content Types\";s:11:\"description\";s:92:\"Organize and display different types of content on your site, separate from posts and pages.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"34\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"3.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:7:\"Writing\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:72:\"cpt, custom post types, portfolio, portfolios, testimonial, testimonials\";}s:32:\"d2bb05ccad3d8789df40ca3abb97336c\";a:14:{s:4:\"name\";s:10:\"
 Custom CSS\";s:11:\"description\";s:57:\"Customize your site’s CSS without modifying your theme.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1:\"2\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.7\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:10:\"Appearance\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:108:\"css, customize, custom, style, editor, less, sass, preprocessor, font, mobile, appearance, theme, stylesheet\";}s:32:\"a2064eec5b9c7e0d816af71dee7a715f\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s
 :0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";}s:32:\"53a4ec755022ef3953699734c343da02\";a:14:{s:4:\"name\";s:21:\"Enhanced Distribution\";s:11:\"description\";s:27:\"Increase reach and traffic.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1:\"5\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"int
 roduced\";s:3:\"1.2\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:6:\"Public\";s:11:\"module_tags\";s:7:\"Writing\";s:7:\"feature\";s:7:\"Traffic\";s:25:\"additional_search_queries\";s:54:\"google, seo, firehose, search, broadcast, broadcasting\";}s:32:\"72fecb67ee6704ba0a33e0225316ad06\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\&
 quot;\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";}s:32:\"d56e2886185a9eace719cc57d46770df\";a:14:{s:4:\"name\";s:19:\"Gravatar Hovercards\";s:11:\"description\";s:58:\"Enable pop-up business cards over commenters’ Gravatars.\";s:14:\"jumpstart_desc\";s:131:\"Let commenters link their profiles to their Gravatar accounts, making it easy for your visitors to learn more about your community.\";s:4:\"sort\";s:2:\"11\";s:20:\"recommendation_order\";s:2:\"13\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\
 "requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:18:\"Social, Appearance\";s:7:\"feature\";s:9:\"Jumpstart\";s:25:\"additional_search_queries\";s:20:\"gravatar, hovercards\";}s:32:\"e391e760617bd0e0736550e34a73d7fe\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:8:\"2.0.3 ??\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:0:\"\";s:7:\"featur
 e\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";}s:32:\"2e345370766346c616b3c5046e817720\";a:14:{s:4:\"name\";s:15:\"Infinite Scroll\";s:11:\"description\";s:46:\"Add support for infinite scroll to your theme.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"26\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:10:\"Appearance\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:33:\"scroll, infinite, infinite scroll\";}s:32:\"bd69edbf134de5fa
 e8fdcf2e70a45b56\";a:14:{s:4:\"name\";s:8:\"JSON API\";s:11:\"description\";s:69:\"Allow applications to securely access your content through the cloud.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"19\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.9\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:6:\"Public\";s:11:\"module_tags\";s:19:\"Writing, Developers\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:50:\"api, rest, develop, developers, json, klout, oauth\";}s:32:\"8110b7a4423aaa619dfa46b8843e10d1\";a:14:{s:4:\"name\";s:14:\"Beautiful 
 Math\";s:11:\"description\";s:85:\"Use LaTeX markup language in posts and pages for complex equations and other geekery.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"12\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:7:\"Writing\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:47:\"latex, math, equation, equations, formula, code\";}s:32:\"fd7e85d3b4887fa6b6f997d6592c1f33\";a:14:{s:4:\"name\";s:5:\"Likes\";s:11:\"description\";s:70:\"Give visitors an easy way t
 o show their appreciation for your content.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"23\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.2\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:6:\"Social\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:26:\"like, likes, wordpress.com\";}s:32:\"c5dfef41fad5bcdcaae8e315e5cfc420\";a:14:{s:4:\"name\";s:6:\"Manage\";s:11:\"description\";s:76:\"Manage all your sites from a centralized place, https://wordpress.com/sites.\";s:14:\"jumpstart_desc\";s:151:\"Helps you remo
 tely manage plugins, turn on automated updates, and more from <a href=\"https://wordpress.com/plugins/\" target=\"_blank\">wordpress.com</a>.\";s:4:\"sort\";s:1:\"1\";s:20:\"recommendation_order\";s:1:\"3\";s:10:\"introduced\";s:3:\"3.4\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:35:\"Centralized Management, Recommended\";s:7:\"feature\";s:22:\"Recommended, Jumpstart\";s:25:\"additional_search_queries\";s:26:\"manage, management, remote\";}s:32:\"fd6dc399b92bce76013427e3107c314f\";a:14:{s:4:\"name\";s:8:\"Markdown\";s:11:\"description\";s:51:\"Write posts o
 r pages in plain-text Markdown syntax.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"31\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.8\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:7:\"Writing\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:12:\"md, markdown\";}s:32:\"c49a35b6482b0426cb07ad28ecf5d7df\";a:14:{s:4:\"name\";s:12:\"Mobile Theme\";s:11:\"description\";s:64:\"Optimize your site with a mobile-friendly theme for smartphones.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\&quo
 t;21\";s:20:\"recommendation_order\";s:2:\"11\";s:10:\"introduced\";s:3:\"1.8\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:31:\"Appearance, Mobile, Recommended\";s:7:\"feature\";s:11:\"Recommended\";s:25:\"additional_search_queries\";s:24:\"mobile, theme, minileven\";}s:32:\"b42e38f6fafd2e4104ebe5bf39b4be47\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\&q
 uot;;s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";}s:32:\"771cfeeba0d3d23ec344d5e781fb0ae2\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s
 :0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";}s:32:\"54f0661d27c814fc8bde39580181d939\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";}s:32:\"46c4c413b5c72bbd3c3dbd14ff8f8adc\";a:14:{s:4:\"name\";s:0:\"\";s:11:\&quo
 t;description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";}s:32:\"9ea52fa25783e5ceeb6bfaed3268e64e\";a:14:{s:4:\"name\";s:7:\"Monitor\";s:11:\"description\";s:25:\"Reports on site downtime.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"28\";s:20:\"recommendation_order\";s:2:\"10\";s:10:\&
 quot;introduced\";s:3:\"2.6\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:11:\"Recommended\";s:7:\"feature\";s:33:\"Recommended, Performance-Security\";s:25:\"additional_search_queries\";s:37:\"monitor, uptime, downtime, monitoring\";}s:32:\"cfcaafd0fcad087899d715e0b877474d\";a:14:{s:4:\"name\";s:13:\"Notifications\";s:11:\"description\";s:84:\"Receive notification of site activity via the admin toolbar and your Mobile devices.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"13\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.9\";
 s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:5:\"Other\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:62:\"notification, notifications, toolbar, adminbar, push, comments\";}s:32:\"0d18bfa69bec61550c1d813ce64149b0\";a:14:{s:4:\"name\";s:10:\"Omnisearch\";s:11:\"description\";s:66:\"Search your entire database from a single field in your Dashboard.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"16\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.3\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\&
 quot;\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:10:\"Developers\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:6:\"search\";}s:32:\"3f0a11e23118f0788d424b646a6d465f\";a:14:{s:4:\"name\";s:6:\"Photon\";s:11:\"description\";s:27:\"Speed up images and photos.\";s:14:\"jumpstart_desc\";s:141:\"Mirrors and serves your images from our free and fast image CDN, improving your site’s performance with no additional load on your servers.\";s:4:\"sort\";s:2:\"25\";s:20:\"recommendation_order\";s:1:\"1\";s:10:\"introduced\";s:3:\"2.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\&quo
 t;;s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:42:\"Photos and Videos, Appearance, Recommended\";s:7:\"feature\";s:44:\"Recommended, Jumpstart, Performance-Security\";s:25:\"additional_search_queries\";s:38:\"photon, image, cdn, performance, speed\";}s:32:\"e37cfbcb72323fb1fe8255a2edb4d738\";a:14:{s:4:\"name\";s:13:\"Post by Email\";s:11:\"description\";s:58:\"Publish posts by email, using any device and email client.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"14\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\
 "requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:7:\"Writing\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:20:\"post by email, email\";}s:32:\"728290d131a480bfe7b9e405d7cd925f\";a:14:{s:4:\"name\";s:7:\"Protect\";s:11:\"description\";s:28:\"Prevent brute force attacks.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1:\"1\";s:20:\"recommendation_order\";s:1:\"4\";s:10:\"introduced\";s:3:\"3.4\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:11:\"Recommende
 d\";s:7:\"feature\";s:33:\"Recommended, Performance-Security\";s:25:\"additional_search_queries\";s:65:\"security, secure, protection, botnet, brute force, protect, login\";}s:32:\"f9ce784babbbf4dcca99b8cd2ceb420c\";a:14:{s:4:\"name\";s:9:\"Publicize\";s:11:\"description\";s:30:\"Automatically promote content.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"10\";s:20:\"recommendation_order\";s:1:\"7\";s:10:\"introduced\";s:3:\"2.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:19:\"Social, Recommended\";s:7:\"feature\";s:20:\"Recommended, Traffi
 c\";s:25:\"additional_search_queries\";s:107:\"facebook, twitter, google+, googleplus, google, path, tumblr, linkedin, social, tweet, connections, sharing\";}s:32:\"052c03877dd3d296a71531cb07ad939a\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";}s:32:\"52edecb2a75222e75b2dce4356a4efce\";a:1
 4:{s:4:\"name\";s:13:\"Related Posts\";s:11:\"description\";s:24:\"Display similar content.\";s:14:\"jumpstart_desc\";s:113:\"Keep visitors engaged on your blog by highlighting relevant and new content at the bottom of each published post.\";s:4:\"sort\";s:2:\"29\";s:20:\"recommendation_order\";s:1:\"9\";s:10:\"introduced\";s:3:\"2.9\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:11:\"Recommended\";s:7:\"feature\";s:31:\"Recommended, Jumpstart, Traffic\";s:25:\"additional_search_queries\";s:22:\"related, related posts\";}s:32:\"8b059cb50a66b717f1ec842e736b858c\";a:14:{s:4
 :\"name\";s:7:\"Sharing\";s:11:\"description\";s:32:\"Visitors can share your content.\";s:14:\"jumpstart_desc\";s:116:\"Twitter, Facebook and Google+ buttons at the bottom of each post, making it easy for visitors to share your content.\";s:4:\"sort\";s:1:\"7\";s:20:\"recommendation_order\";s:1:\"6\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:3:\"1.2\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:19:\"Social, Recommended\";s:7:\"feature\";s:31:\"Recommended, Jumpstart, Traffic\";s:25:\"additional_search_queries\";s:141:\"share, sharing, sharedaddy, buttons, icons, email, facebook, twitter, google+, link
 edin, pinterest, pocket, press this, print, reddit, tumblr\";}s:32:\"a6d2394329871857401255533a9873f7\";a:14:{s:4:\"name\";s:16:\"Shortcode Embeds\";s:11:\"description\";s:77:\"Embed content from YouTube, Vimeo, SlideShare, and more, no coding necessary.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1:\"3\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:3:\"1.2\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:46:\"Photos and Videos, Social, Writing, Appearance\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:251:\"shortcodes, shortcode, e
 mbeds, media, bandcamp, blip.tv, dailymotion, digg, facebook, flickr, google calendars, google maps, google+, polldaddy, recipe, recipes, scribd, slideshare, slideshow, slideshows, soundcloud, ted, twitter, vimeo, vine, youtube\";}s:32:\"21496e2897ea5f81605e2f2ac3beb921\";a:14:{s:4:\"name\";s:16:\"WP.me Shortlinks\";s:11:\"description\";s:56:\"Enable WP.me-powered shortlinks for all posts and pages.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1:\"8\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:6:\"Social\";s:7:\"feature\&qu
 ot;;s:0:\"\";s:25:\"additional_search_queries\";s:17:\"shortlinks, wp.me\";}s:32:\"e2a54a5d7879a4162709e6ffb540dd08\";a:14:{s:4:\"name\";s:9:\"Site Icon\";s:11:\"description\";s:29:\"Add a site icon to your site.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"22\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"3.2\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:5:\"Other\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:24:\"favicon, icon, site icon\";}s:32:\"f5c537bc304f55b29c1a87e30be0cd24\";a:
 14:{s:4:\"name\";s:8:\"Sitemaps\";s:11:\"description\";s:75:\"Creates sitemaps to allow your site to be easily indexed by search engines.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"13\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"3.9\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:6:\"Public\";s:11:\"module_tags\";s:20:\"Recommended, Traffic\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:39:\"sitemap, traffic, search, site map, seo\";}s:32:\"59a23643437358a9b557f1d1e20ab040\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0
 :\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";}s:32:\"6a90f97c3194cfca5671728eaaeaf15e\";a:14:{s:4:\"name\";s:14:\"Single Sign On\";s:11:\"description\";s:27:\"Secure user authentication.\";s:14:\"jumpstart_desc\";s:98:\"Lets you log in to all your Jetpack-enabled sites with one click using your WordPress.com account.\";s:4:\"sort\";s:2:
 \"30\";s:20:\"recommendation_order\";s:1:\"5\";s:10:\"introduced\";s:3:\"2.6\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:10:\"Developers\";s:7:\"feature\";s:31:\"Jumpstart, Performance-Security\";s:25:\"additional_search_queries\";s:34:\"sso, single sign on, login, log in\";}s:32:\"b65604e920392e2f7134b646760b75e8\";a:14:{s:4:\"name\";s:10:\"Site Stats\";s:11:\"description\";s:35:\"Collect traffic stats and insights.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1:\"1\";s:20:\"recommendation_order\";s:1:\"2\";s:10:\"introduced\&qu
 ot;;s:3:\"1.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:23:\"Site Stats, Recommended\";s:7:\"feature\";s:20:\"Recommended, Traffic\";s:25:\"additional_search_queries\";s:54:\"statistics, tracking, analytics, views, traffic, stats\";}s:32:\"23a586dd7ead00e69ec53eb32ef740e4\";a:14:{s:4:\"name\";s:13:\"Subscriptions\";s:11:\"description\";s:88:\"Allow users to subscribe to your posts and comments and receive notifications via email.\";s:14:\"jumpstart_desc\";s:126:\"Give visitors two easy subscription options — while commenting, or via a separate email subscription widget you can display.\";s:4:\"sort\";s:
 1:\"9\";s:20:\"recommendation_order\";s:1:\"8\";s:10:\"introduced\";s:3:\"1.2\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:6:\"Social\";s:7:\"feature\";s:9:\"Jumpstart\";s:25:\"additional_search_queries\";s:74:\"subscriptions, subscription, email, follow, followers, subscribers, signup\";}s:32:\"1d978b8d84d2f378fe1a702a67633b6d\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"c
 hanged\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";}s:32:\"b3b983461d7f3d27322a3551ed8a9405\";a:14:{s:4:\"name\";s:15:\"Tiled Galleries\";s:11:\"description\";s:73:\"Display your image galleries in a variety of sleek, graphic arrangements.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"24\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"require
 s_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:17:\"Photos and Videos\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:43:\"gallery, tiles, tiled, grid, mosaic, images\";}s:32:\"d924e5b05722b0e104448543598f54c0\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\
 "\";s:25:\"additional_search_queries\";s:0:\"\";}s:32:\"36741583b10c521997e563ad8e1e8b77\";a:14:{s:4:\"name\";s:12:\"Data Backups\";s:11:\"description\";s:27:\"Daily or real-time backups.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"32\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:5:\"0:1.2\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:5:\"false\";s:4:\"free\";s:5:\"false\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:20:\"Performance-Security\";s:25:\"additional_search_queries\";s:28:\"vaultpress, backup, security\";}s:32:\"2b9b44f09b5459617d68dd82ee17002a\
 ";a:14:{s:4:\"name\";s:17:\"Site Verification\";s:11:\"description\";s:77:\"Verify your site or domain with Google Search Console, Pinterest, and others.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"33\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"3.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:56:\"webmaster, seo, google, bing, pinterest, search, console\";}s:32:\"5ab4c0db7c42e10e646342da0274c491\";a:14:{s:4:\"name\";s:10:\"VideoPress\";s:11:\&qu
 ot;description\";s:68:\"Upload and embed videos right on your site. (Subscription required.)\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"27\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.5\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:5:\"false\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:17:\"Photos and Videos\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:25:\"video, videos, videopress\";}s:32:\"60a1d3aa38bc0fe1039e59dd60888543\";a:14:{s:4:\"name\";s:17:\"Widget Visibility\";s:11:\"description\";s:57:\"Specify which widgets appear on which pages of your site.\&q
 uot;;s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"17\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.4\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:10:\"Appearance\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:54:\"widget visibility, logic, conditional, widgets, widget\";}s:32:\"174ed3416476c2cb9ff5b0f671280b15\";a:14:{s:4:\"name\";s:21:\"Extra Sidebar Widgets\";s:11:\"description\";s:79:\"Add images, Twitter streams, your site’s RSS links, and more to your sidebar.\";s:14:\"jumpstart_desc\";s:0:\"\";s:
 4:\"sort\";s:1:\"4\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.2\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:18:\"Social, Appearance\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:65:\"widget, widgets, facebook, gallery, twitter, gravatar, image, rss\";}s:32:\"28b931a1db19bd24869bd54b14e733d5\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\&qu
 ot;;s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";}}}','yes'),(883,'jetpack_available_modules','a:1:{s:5:\"5.6.1\";a:43:{s:18:\"after-the-deadline\";s:3:\"1.1\";s:8:\"carousel\";s:3:\"1.5\";s:13:\"comment-likes\";s:3:\"5.1\";s:8:\"comments\";s:3:\"1.4\";s:12:\"contact-form\";s:3:\"1.3\";s:20:\"custom-content-types\";s:3:\"3.1\";s:10:\"custom-css\";s:3:\"1.7\";s:21:\"enhanced-distribution\";s:3:\"1.2\";s:16:\"google-analytics\";s:3:\"4.5\";s:19:
 \"gravatar-hovercards\";s:3:\"1.1\";s:15:\"infinite-scroll\";s:3:\"2.0\";s:8:\"json-api\";s:3:\"1.9\";s:5:\"latex\";s:3:\"1.1\";s:11:\"lazy-images\";s:5:\"5.6.0\";s:5:\"likes\";s:3:\"2.2\";s:6:\"manage\";s:3:\"3.4\";s:8:\"markdown\";s:3:\"2.8\";s:9:\"masterbar\";s:3:\"4.8\";s:9:\"minileven\";s:3:\"1.8\";s:7:\"monitor\";s:3:\"2.6\";s:5:\"notes\";s:3:\"1.9\";s:6:\"photon\";s:3:\"2.0\";s:13:\"post-by-email\";s:3:\"2.0\";s:7:\"protect\";s:3:\"3.4\";s:9:\"publicize\";s:3:\"2.0\";s:3:\"pwa\";s:5:\"5.6.0\";s:13:\"related-posts\";s:3:\"2.9\";s:6:\"search\";s:3:\"5.0\";s:9:\"seo-tools\";s:3:\"4.4\";
 s:10:\"sharedaddy\";s:3:\"1.1\";s:10:\"shortcodes\";s:3:\"1.1\";s:10:\"shortlinks\";s:3:\"1.1\";s:8:\"sitemaps\";s:3:\"3.9\";s:3:\"sso\";s:3:\"2.6\";s:5:\"stats\";s:3:\"1.1\";s:13:\"subscriptions\";s:3:\"1.2\";s:13:\"tiled-gallery\";s:3:\"2.1\";s:10:\"vaultpress\";s:5:\"0:1.2\";s:18:\"verification-tools\";s:3:\"3.0\";s:10:\"videopress\";s:3:\"2.5\";s:17:\"widget-visibility\";s:3:\"2.4\";s:7:\"widgets\";s:3:\"1.2\";s:7:\"wordads\";s:5:\"4.5.0\";}}','yes'),(978,'allowedthemes','a:1:{s:21:\"wordcamp-central-2012\";b:1;}','yes'),(980,'jetpack_security_report','a:0:{}','yes'),(981,'finished_splitting_shared_terms','1','yes'),(987,'rewrite_rules','a:428:{s:11:\"^wp-json/?$\";s:22:\"index.p
 hp?json_route=/\";s:14:\"^wp-json/(.*)?\";s:33:\"index.php?json_route=/$matches[1]\";s:21:\"^index.php/wp-json/?$\";s:22:\"index.php?rest_route=/\";s:24:\"^index.php/wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:14:\"tggr-tweets/?$\";s:31:\"index.php?post_type=tggr-tweets\";s:44:\"tggr-tweets/feed/(feed|rdf|rss|rss2|atom)/?$\";s:48:\"index.php?post_type=tggr-tweets&feed=$matches[1]\";s:39:\"tggr-tweets/(feed|rdf|rss|rss2|atom)/?$\";s:48:\"index.php?post_type=tggr-tweets&feed=$matches[1]\";s:31:\"tggr-tweets/page/([0-9]{1,})/?$\";s:49:\"index.php?post_type=tggr-tweets&paged=$matches[1]\";s:17:\"tggr-instagram/?$\";s:34:\"index.php?post_type=tggr-instagram\";s:47:\"tggr-instagram/feed/(feed|rdf|rss|rss2|atom)/?$\";s:51:\"index.php?post_type=tggr-instagram&feed=$matches[1]\&quot
 ;;s:42:\"tggr-instagram/(feed|rdf|rss|rss2|atom)/?$\";s:51:\"index.php?post_type=tggr-instagram&feed=$matches[1]\";s:34:\"tggr-instagram/page/([0-9]{1,})/?$\";s:52:\"index.php?post_type=tggr-instagram&paged=$matches[1]\";s:14:\"tggr-flickr/?$\";s:31:\"index.php?post_type=tggr-flickr\";s:44:\"tggr-flickr/feed/(feed|rdf|rss|rss2|atom)/?$\";s:48:\"index.php?post_type=tggr-flickr&feed=$matches[1]\";s:39:\"tggr-flickr/(feed|rdf|rss|rss2|atom)/?$\";s:48:\"index.php?post_type=tggr-flickr&feed=$matches[1]\";s:31:\"tggr-flickr/page/([0-9]{1,})/?$\";s:49:\"index.php?post_type=tggr-flickr&paged=$matches[1]\";s:14:\"tggr-google/?$\";s:31:\"index.php?post_type=tggr-google\";s:44:\"tggr-google/feed/(feed|rdf|rss|rss2|atom)/?$\";s:48:\"index.php?post_type=tggr-google&feed=$matches[1]\";s:39:\"tggr-google/(feed|r
 df|rss|rss2|atom)/?$\";s:48:\"index.php?post_type=tggr-google&feed=$matches[1]\";s:31:\"tggr-google/page/([0-9]{1,})/?$\";s:49:\"index.php?post_type=tggr-google&paged=$matches[1]\";s:15:\"^calendar\\.ics$\";s:32:\"index.php?wcorg_wordcamps_ical=1\";s:22:\"wcb_sponsor_invoice/?$\";s:39:\"index.php?post_type=wcb_sponsor_invoice\";s:52:\"wcb_sponsor_invoice/feed/(feed|rdf|rss|rss2|atom)/?$\";s:56:\"index.php?post_type=wcb_sponsor_invoice&feed=$matches[1]\";s:47:\"wcb_sponsor_invoice/(feed|rdf|rss|rss2|atom)/?$\";s:56:\"index.php?post_type=wcb_sponsor_invoice&feed=$matches[1]\";s:39:\"wcb_sponsor_invoice/page/([0-9]{1,})/?$\";s:57:\"index.php?post_type=wcb_sponsor_invoice&paged=$matches[1]\";s:20:\"wcb_reimbursement/?$\";s:37:\"index.php?post_type=wcb_reimbursement\";s:50:\"wcb_reimbursement/feed/(feed|rdf|rss
 |rss2|atom)/?$\";s:54:\"index.php?post_type=wcb_reimbursement&feed=$matches[1]\";s:45:\"wcb_reimbursement/(feed|rdf|rss|rss2|atom)/?$\";s:54:\"index.php?post_type=wcb_reimbursement&feed=$matches[1]\";s:37:\"wcb_reimbursement/page/([0-9]{1,})/?$\";s:55:\"index.php?post_type=wcb_reimbursement&paged=$matches[1]\";s:22:\"wcp_payment_request/?$\";s:39:\"index.php?post_type=wcp_payment_request\";s:52:\"wcp_payment_request/feed/(feed|rdf|rss|rss2|atom)/?$\";s:56:\"index.php?post_type=wcp_payment_request&feed=$matches[1]\";s:47:\"wcp_payment_request/(feed|rdf|rss|rss2|atom)/?$\";s:56:\"index.php?post_type=wcp_payment_request&feed=$matches[1]\";s:39:\"wcp_payment_request/page/([0-9]{1,})/?$\";s:57:\"index.php?post_type=wcp_payment_request&paged=$matches[1]\";s:47:\"category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\&quot
 ;index.php?category_name=$matches[1]&feed=$matches[2]\";s:42:\"category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:23:\"category/(.+?)/embed/?$\";s:46:\"index.php?category_name=$matches[1]&embed=true\";s:35:\"category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:17:\"category/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:44:\"tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:39:\"tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:20:\"tag/([^/]+)/embed/?$\";s:36:\"index.php?tag=$matches[1]&embed=true\";s:32:\"tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$m
 atches[2]\";s:14:\"tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:45:\"type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:40:\"type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:21:\"type/([^/]+)/embed/?$\";s:44:\"index.php?post_format=$matches[1]&embed=true\";s:33:\"type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?post_format=$matches[1]&paged=$matches[2]\";s:15:\"type/([^/]+)/?$\";s:33:\"index.php?post_format=$matches[1]\";s:37:\"tix_event/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:47:\"tix_event/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:67:\"tix_event/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|
 rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"tix_event/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"tix_event/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:43:\"tix_event/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:26:\"tix_event/([^/]+)/embed/?$\";s:57:\"index.php?post_type=tix_event&name=$matches[1]&embed=true\";s:30:\"tix_event/([^/]+)/trackback/?$\";s:51:\"index.php?post_type=tix_event&name=$matches[1]&tb=1\";s:38:\"tix_event/([^/]+)/page/?([0-9]{1,})/?$\";s:64:\"index.php?post_type=tix_event&name=$matches[1]&paged=$matches[2]\";s:45:\"tix_event/([^/]+)/comment-page-([0-9]{1,
 })/?$\";s:64:\"index.php?post_type=tix_event&name=$matches[1]&cpage=$matches[2]\";s:34:\"tix_event/([^/]+)(?:/([0-9]+))?/?$\";s:63:\"index.php?post_type=tix_event&name=$matches[1]&page=$matches[2]\";s:26:\"tix_event/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:36:\"tix_event/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:56:\"tix_event/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:51:\"tix_event/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:51:\"tix_event/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:32:\"tix_event/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[
 1]&embed=true\";s:38:\"tix_ticket/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:48:\"tix_ticket/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:68:\"tix_ticket/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:63:\"tix_ticket/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:63:\"tix_ticket/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:44:\"tix_ticket/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:27:\"tix_ticket/([^/]+)/embed/?$\";s:58:\"index.php?post_type=tix_ticket&name=$matches[1]&embed=true\&q
 uot;;s:31:\"tix_ticket/([^/]+)/trackback/?$\";s:52:\"index.php?post_type=tix_ticket&name=$matches[1]&tb=1\";s:39:\"tix_ticket/([^/]+)/page/?([0-9]{1,})/?$\";s:65:\"index.php?post_type=tix_ticket&name=$matches[1]&paged=$matches[2]\";s:46:\"tix_ticket/([^/]+)/comment-page-([0-9]{1,})/?$\";s:65:\"index.php?post_type=tix_ticket&name=$matches[1]&cpage=$matches[2]\";s:35:\"tix_ticket/([^/]+)(?:/([0-9]+))?/?$\";s:64:\"index.php?post_type=tix_ticket&name=$matches[1]&page=$matches[2]\";s:27:\"tix_ticket/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\"tix_ticket/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\"tix_ticket/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"tix_ticket/[^/]+/([^/]+)
 /(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"tix_ticket/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\"tix_ticket/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:40:\"tix_question/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:50:\"tix_question/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:70:\"tix_question/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"tix_question/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"tix_question/[^/]+/attachment/([^/]+)/comment-
 page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:46:\"tix_question/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:29:\"tix_question/([^/]+)/embed/?$\";s:60:\"index.php?post_type=tix_question&name=$matches[1]&embed=true\";s:33:\"tix_question/([^/]+)/trackback/?$\";s:54:\"index.php?post_type=tix_question&name=$matches[1]&tb=1\";s:41:\"tix_question/([^/]+)/page/?([0-9]{1,})/?$\";s:67:\"index.php?post_type=tix_question&name=$matches[1]&paged=$matches[2]\";s:48:\"tix_question/([^/]+)/comment-page-([0-9]{1,})/?$\";s:67:\"index.php?post_type=tix_question&name=$matches[1]&cpage=$matches[2]\";s:37:\"tix_question/([^/]+)(?:/([0-9]+))?/?$\";s:66:\"index.php?post_type=tix_question&name=$matches[1]&page=$matches[2]\";s:29:\"tix_quest
 ion/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:39:\"tix_question/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:59:\"tix_question/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"tix_question/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"tix_question/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:35:\"tix_question/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:40:\"tix_attendee/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:50:\"tix_attendee/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&a
 mp;tb=1\";s:70:\"tix_attendee/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"tix_attendee/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"tix_attendee/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:46:\"tix_attendee/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:29:\"tix_attendee/([^/]+)/embed/?$\";s:60:\"index.php?post_type=tix_attendee&name=$matches[1]&embed=true\";s:33:\"tix_attendee/([^/]+)/trackback/?$\";s:54:\"index.php?post_type=tix_attendee&name=$matches[1]&tb=1\";s:41:\"tix_attendee/([^/]+)/page/?([0-9]{1,})/?$\";s:67:\"index.php?post_type=tix_
 attendee&name=$matches[1]&paged=$matches[2]\";s:48:\"tix_attendee/([^/]+)/comment-page-([0-9]{1,})/?$\";s:67:\"index.php?post_type=tix_attendee&name=$matches[1]&cpage=$matches[2]\";s:37:\"tix_attendee/([^/]+)(?:/([0-9]+))?/?$\";s:66:\"index.php?post_type=tix_attendee&name=$matches[1]&page=$matches[2]\";s:29:\"tix_attendee/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:39:\"tix_attendee/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:59:\"tix_attendee/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"tix_attendee/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"tix_attendee/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachme
 nt=$matches[1]&cpage=$matches[2]\";s:35:\"tix_attendee/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:38:\"tix_coupon/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:48:\"tix_coupon/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:68:\"tix_coupon/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:63:\"tix_coupon/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:63:\"tix_coupon/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:44:\"tix_coupon/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed
 =true\";s:27:\"tix_coupon/([^/]+)/embed/?$\";s:58:\"index.php?post_type=tix_coupon&name=$matches[1]&embed=true\";s:31:\"tix_coupon/([^/]+)/trackback/?$\";s:52:\"index.php?post_type=tix_coupon&name=$matches[1]&tb=1\";s:39:\"tix_coupon/([^/]+)/page/?([0-9]{1,})/?$\";s:65:\"index.php?post_type=tix_coupon&name=$matches[1]&paged=$matches[2]\";s:46:\"tix_coupon/([^/]+)/comment-page-([0-9]{1,})/?$\";s:65:\"index.php?post_type=tix_coupon&name=$matches[1]&cpage=$matches[2]\";s:35:\"tix_coupon/([^/]+)(?:/([0-9]+))?/?$\";s:64:\"index.php?post_type=tix_coupon&name=$matches[1]&page=$matches[2]\";s:27:\"tix_coupon/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\"tix_coupon/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\"tix_coupon/[^/]+/([^/]+)/feed/(fe
 ed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"tix_coupon/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"tix_coupon/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\"tix_coupon/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:37:\"tix_email/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:47:\"tix_email/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:67:\"tix_email/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"tix_email/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:
 49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"tix_email/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:43:\"tix_email/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:26:\"tix_email/([^/]+)/embed/?$\";s:57:\"index.php?post_type=tix_email&name=$matches[1]&embed=true\";s:30:\"tix_email/([^/]+)/trackback/?$\";s:51:\"index.php?post_type=tix_email&name=$matches[1]&tb=1\";s:38:\"tix_email/([^/]+)/page/?([0-9]{1,})/?$\";s:64:\"index.php?post_type=tix_email&name=$matches[1]&paged=$matches[2]\";s:45:\"tix_email/([^/]+)/comment-page-([0-9]{1,})/?$\";s:64:\"index.php?post_type=tix_email&name=$matches[1]&cpage=$matches[2]\";s:34:\"tix_email/([^/]+)(?:/([0-9]+))?/?$\";s:63:\"index.p
 hp?post_type=tix_email&name=$matches[1]&page=$matches[2]\";s:26:\"tix_email/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:36:\"tix_email/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:56:\"tix_email/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:51:\"tix_email/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:51:\"tix_email/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:32:\"tix_email/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:37:\"tggr-tweets/.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:47:\"tggr-tweets/.+?/attachment/([^/]
 +)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:67:\"tggr-tweets/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"tggr-tweets/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"tggr-tweets/.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:43:\"tggr-tweets/.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:26:\"tggr-tweets/(.+?)/embed/?$\";s:44:\"index.php?tggr-tweets=$matches[1]&embed=true\";s:30:\"tggr-tweets/(.+?)/trackback/?$\";s:38:\"index.php?tggr-tweets=$matches[1]&tb=1\";s:50:\"tggr-tweets/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"inde
 x.php?tggr-tweets=$matches[1]&feed=$matches[2]\";s:45:\"tggr-tweets/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?tggr-tweets=$matches[1]&feed=$matches[2]\";s:38:\"tggr-tweets/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?tggr-tweets=$matches[1]&paged=$matches[2]\";s:45:\"tggr-tweets/(.+?)/comment-page-([0-9]{1,})/?$\";s:51:\"index.php?tggr-tweets=$matches[1]&cpage=$matches[2]\";s:34:\"tggr-tweets/(.+?)(?:/([0-9]+))?/?$\";s:50:\"index.php?tggr-tweets=$matches[1]&page=$matches[2]\";s:48:\"hashtag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?hashtag=$matches[1]&feed=$matches[2]\";s:43:\"hashtag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?hashtag=$matches[1]&feed=$matches[2]\";s:24:\"hashtag/([^/]+)/embed/?$\";s:40:\"index.php?hashtag=$matches[1]&embed=true\";s:36:\"hashtag/
 ([^/]+)/page/?([0-9]{1,})/?$\";s:47:\"index.php?hashtag=$matches[1]&paged=$matches[2]\";s:18:\"hashtag/([^/]+)/?$\";s:29:\"index.php?hashtag=$matches[1]\";s:40:\"tggr-instagram/.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:50:\"tggr-instagram/.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:70:\"tggr-instagram/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"tggr-instagram/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"tggr-instagram/.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:46:\"tggr-instagram/.+?/attachment/([^/]+)/embed/?$\";s:43:\"in
 dex.php?attachment=$matches[1]&embed=true\";s:29:\"tggr-instagram/(.+?)/embed/?$\";s:47:\"index.php?tggr-instagram=$matches[1]&embed=true\";s:33:\"tggr-instagram/(.+?)/trackback/?$\";s:41:\"index.php?tggr-instagram=$matches[1]&tb=1\";s:53:\"tggr-instagram/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:53:\"index.php?tggr-instagram=$matches[1]&feed=$matches[2]\";s:48:\"tggr-instagram/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:53:\"index.php?tggr-instagram=$matches[1]&feed=$matches[2]\";s:41:\"tggr-instagram/(.+?)/page/?([0-9]{1,})/?$\";s:54:\"index.php?tggr-instagram=$matches[1]&paged=$matches[2]\";s:48:\"tggr-instagram/(.+?)/comment-page-([0-9]{1,})/?$\";s:54:\"index.php?tggr-instagram=$matches[1]&cpage=$matches[2]\";s:37:\"tggr-instagram/(.+?)(?:/([0-9]+))?/?$\";s:53:\"index.php?tggr-instagram=$matches[1]&page=$matches[2]
 \";s:37:\"tggr-flickr/.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:47:\"tggr-flickr/.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:67:\"tggr-flickr/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"tggr-flickr/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"tggr-flickr/.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:43:\"tggr-flickr/.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:26:\"tggr-flickr/(.+?)/embed/?$\";s:44:\"index.php?tggr-flickr=$matches[1]&embed=true\";s:30:\"tggr-flickr/(.+?)/trackba
 ck/?$\";s:38:\"index.php?tggr-flickr=$matches[1]&tb=1\";s:50:\"tggr-flickr/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?tggr-flickr=$matches[1]&feed=$matches[2]\";s:45:\"tggr-flickr/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?tggr-flickr=$matches[1]&feed=$matches[2]\";s:38:\"tggr-flickr/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?tggr-flickr=$matches[1]&paged=$matches[2]\";s:45:\"tggr-flickr/(.+?)/comment-page-([0-9]{1,})/?$\";s:51:\"index.php?tggr-flickr=$matches[1]&cpage=$matches[2]\";s:34:\"tggr-flickr/(.+?)(?:/([0-9]+))?/?$\";s:50:\"index.php?tggr-flickr=$matches[1]&page=$matches[2]\";s:37:\"tggr-google/.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:47:\"tggr-google/.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s
 :67:\"tggr-google/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"tggr-google/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"tggr-google/.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:43:\"tggr-google/.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:26:\"tggr-google/(.+?)/embed/?$\";s:44:\"index.php?tggr-google=$matches[1]&embed=true\";s:30:\"tggr-google/(.+?)/trackback/?$\";s:38:\"index.php?tggr-google=$matches[1]&tb=1\";s:50:\"tggr-google/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?tggr-google=$matches[1]&feed=$matches[2]\";s:45:\"tggr-google/(.+
 ?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?tggr-google=$matches[1]&feed=$matches[2]\";s:38:\"tggr-google/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?tggr-google=$matches[1]&paged=$matches[2]\";s:45:\"tggr-google/(.+?)/comment-page-([0-9]{1,})/?$\";s:51:\"index.php?tggr-google=$matches[1]&cpage=$matches[2]\";s:34:\"tggr-google/(.+?)(?:/([0-9]+))?/?$\";s:50:\"index.php?tggr-google=$matches[1]&page=$matches[2]\";s:35:\"speaker/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:45:\"speaker/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:65:\"speaker/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"speaker/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"i
 ndex.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"speaker/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:41:\"speaker/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:24:\"speaker/([^/]+)/embed/?$\";s:44:\"index.php?wcb_speaker=$matches[1]&embed=true\";s:28:\"speaker/([^/]+)/trackback/?$\";s:38:\"index.php?wcb_speaker=$matches[1]&tb=1\";s:36:\"speaker/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?wcb_speaker=$matches[1]&paged=$matches[2]\";s:43:\"speaker/([^/]+)/comment-page-([0-9]{1,})/?$\";s:51:\"index.php?wcb_speaker=$matches[1]&cpage=$matches[2]\";s:32:\"speaker/([^/]+)(?:/([0-9]+))?/?$\";s:50:\"index.php?wcb_speaker=$matches[1]&page=$matches[2]\";s:24:\"speaker/[^/]+/([^/]+)/?$\&
 quot;;s:32:\"index.php?attachment=$matches[1]\";s:34:\"speaker/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:54:\"speaker/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"speaker/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"speaker/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:30:\"speaker/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:35:\"session/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:45:\"session/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:65:\"session/[^/]+/attachment/([^/]
 +)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"session/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"session/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:41:\"session/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:24:\"session/([^/]+)/embed/?$\";s:44:\"index.php?wcb_session=$matches[1]&embed=true\";s:28:\"session/([^/]+)/trackback/?$\";s:38:\"index.php?wcb_session=$matches[1]&tb=1\";s:36:\"session/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?wcb_session=$matches[1]&paged=$matches[2]\";s:43:\"session/([^/]+)/comment-page-([0-9]{1,})/?$\";s:51:\"index.php?wcb_sess
 ion=$matches[1]&cpage=$matches[2]\";s:32:\"session/([^/]+)(?:/([0-9]+))?/?$\";s:50:\"index.php?wcb_session=$matches[1]&page=$matches[2]\";s:24:\"session/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:34:\"session/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:54:\"session/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"session/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"session/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:30:\"session/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:35:\"sponsor/[^/]+/attachment/([^/]+)/?$\";s:32:\&quot
 ;index.php?attachment=$matches[1]\";s:45:\"sponsor/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:65:\"sponsor/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"sponsor/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"sponsor/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:41:\"sponsor/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:24:\"sponsor/([^/]+)/embed/?$\";s:44:\"index.php?wcb_sponsor=$matches[1]&embed=true\";s:28:\"sponsor/([^/]+)/trackback/?$\";s:38:\"index.php?wcb_sponsor=$matches[1]&tb=1\";s:36:\"spo
 nsor/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?wcb_sponsor=$matches[1]&paged=$matches[2]\";s:43:\"sponsor/([^/]+)/comment-page-([0-9]{1,})/?$\";s:51:\"index.php?wcb_sponsor=$matches[1]&cpage=$matches[2]\";s:32:\"sponsor/([^/]+)(?:/([0-9]+))?/?$\";s:50:\"index.php?wcb_sponsor=$matches[1]&page=$matches[2]\";s:24:\"sponsor/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:34:\"sponsor/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:54:\"sponsor/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"sponsor/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"sponsor/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&amp
 ;cpage=$matches[2]\";s:30:\"sponsor/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:37:\"organizer/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:47:\"organizer/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:67:\"organizer/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"organizer/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"organizer/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:43:\"organizer/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:26:\"orga
 nizer/([^/]+)/embed/?$\";s:46:\"index.php?wcb_organizer=$matches[1]&embed=true\";s:30:\"organizer/([^/]+)/trackback/?$\";s:40:\"index.php?wcb_organizer=$matches[1]&tb=1\";s:38:\"organizer/([^/]+)/page/?([0-9]{1,})/?$\";s:53:\"index.php?wcb_organizer=$matches[1]&paged=$matches[2]\";s:45:\"organizer/([^/]+)/comment-page-([0-9]{1,})/?$\";s:53:\"index.php?wcb_organizer=$matches[1]&cpage=$matches[2]\";s:34:\"organizer/([^/]+)(?:/([0-9]+))?/?$\";s:52:\"index.php?wcb_organizer=$matches[1]&page=$matches[2]\";s:26:\"organizer/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:36:\"organizer/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:56:\"organizer/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:51:\"
 organizer/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:51:\"organizer/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:32:\"organizer/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:46:\"track/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:44:\"index.php?track=$matches[1]&feed=$matches[2]\";s:41:\"track/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:44:\"index.php?track=$matches[1]&feed=$matches[2]\";s:22:\"track/([^/]+)/embed/?$\";s:38:\"index.php?track=$matches[1]&embed=true\";s:34:\"track/([^/]+)/page/?([0-9]{1,})/?$\";s:45:\"index.php?track=$matches[1]&paged=$matches[2]\";s:16:\"track/([^/]+)/?$\";s:27:\"index.php?track=$matches[1]\";s:57:\"session-category
 /([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:55:\"index.php?session_category=$matches[1]&feed=$matches[2]\";s:52:\"session-category/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:55:\"index.php?session_category=$matches[1]&feed=$matches[2]\";s:33:\"session-category/([^/]+)/embed/?$\";s:49:\"index.php?session_category=$matches[1]&embed=true\";s:45:\"session-category/([^/]+)/page/?([0-9]{1,})/?$\";s:56:\"index.php?session_category=$matches[1]&paged=$matches[2]\";s:27:\"session-category/([^/]+)/?$\";s:38:\"index.php?session_category=$matches[1]\";s:54:\"sponsor_level/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?sponsor_level=$matches[1]&feed=$matches[2]\";s:49:\"sponsor_level/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?sponsor_level=$matches[1]&feed=$matches[2]\";s:30:\"sponsor_level/([^/]+)/embed/?$\&quo
 t;;s:46:\"index.php?sponsor_level=$matches[1]&embed=true\";s:42:\"sponsor_level/([^/]+)/page/?([0-9]{1,})/?$\";s:53:\"index.php?sponsor_level=$matches[1]&paged=$matches[2]\";s:24:\"sponsor_level/([^/]+)/?$\";s:35:\"index.php?sponsor_level=$matches[1]\";s:45:\"team/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?team=$matches[1]&feed=$matches[2]\";s:40:\"team/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?team=$matches[1]&feed=$matches[2]\";s:21:\"team/([^/]+)/embed/?$\";s:37:\"index.php?team=$matches[1]&embed=true\";s:33:\"team/([^/]+)/page/?([0-9]{1,})/?$\";s:44:\"index.php?team=$matches[1]&paged=$matches[2]\";s:15:\"team/([^/]+)/?$\";s:26:\"index.php?team=$matches[1]\";s:54:\"speaker_group/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?speaker_group=$matches[1]&a
 mp;feed=$matches[2]\";s:49:\"speaker_group/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?speaker_group=$matches[1]&feed=$matches[2]\";s:30:\"speaker_group/([^/]+)/embed/?$\";s:46:\"index.php?speaker_group=$matches[1]&embed=true\";s:42:\"speaker_group/([^/]+)/page/?([0-9]{1,})/?$\";s:53:\"index.php?speaker_group=$matches[1]&paged=$matches[2]\";s:24:\"speaker_group/([^/]+)/?$\";s:35:\"index.php?speaker_group=$matches[1]\";s:47:\"wcb_sponsor_invoice/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:57:\"wcb_sponsor_invoice/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:77:\"wcb_sponsor_invoice/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"wcb_sponsor_invoice/[^/]+/at
 tachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"wcb_sponsor_invoice/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:53:\"wcb_sponsor_invoice/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:36:\"wcb_sponsor_invoice/([^/]+)/embed/?$\";s:52:\"index.php?wcb_sponsor_invoice=$matches[1]&embed=true\";s:40:\"wcb_sponsor_invoice/([^/]+)/trackback/?$\";s:46:\"index.php?wcb_sponsor_invoice=$matches[1]&tb=1\";s:60:\"wcb_sponsor_invoice/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:58:\"index.php?wcb_sponsor_invoice=$matches[1]&feed=$matches[2]\";s:55:\"wcb_sponsor_invoice/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:58:\"index.php?wcb_sponsor_invoice=$matches[1]&feed=$mat
 ches[2]\";s:48:\"wcb_sponsor_invoice/([^/]+)/page/?([0-9]{1,})/?$\";s:59:\"index.php?wcb_sponsor_invoice=$matches[1]&paged=$matches[2]\";s:55:\"wcb_sponsor_invoice/([^/]+)/comment-page-([0-9]{1,})/?$\";s:59:\"index.php?wcb_sponsor_invoice=$matches[1]&cpage=$matches[2]\";s:44:\"wcb_sponsor_invoice/([^/]+)(?:/([0-9]+))?/?$\";s:58:\"index.php?wcb_sponsor_invoice=$matches[1]&page=$matches[2]\";s:36:\"wcb_sponsor_invoice/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:46:\"wcb_sponsor_invoice/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:66:\"wcb_sponsor_invoice/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:61:\"wcb_sponsor_invoice/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&fee
 d=$matches[2]\";s:61:\"wcb_sponsor_invoice/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:42:\"wcb_sponsor_invoice/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:45:\"wcb_reimbursement/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:55:\"wcb_reimbursement/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:75:\"wcb_reimbursement/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:70:\"wcb_reimbursement/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:70:\"wcb_reimbursement/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.
 php?attachment=$matches[1]&cpage=$matches[2]\";s:51:\"wcb_reimbursement/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:34:\"wcb_reimbursement/([^/]+)/embed/?$\";s:50:\"index.php?wcb_reimbursement=$matches[1]&embed=true\";s:38:\"wcb_reimbursement/([^/]+)/trackback/?$\";s:44:\"index.php?wcb_reimbursement=$matches[1]&tb=1\";s:58:\"wcb_reimbursement/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:56:\"index.php?wcb_reimbursement=$matches[1]&feed=$matches[2]\";s:53:\"wcb_reimbursement/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:56:\"index.php?wcb_reimbursement=$matches[1]&feed=$matches[2]\";s:46:\"wcb_reimbursement/([^/]+)/page/?([0-9]{1,})/?$\";s:57:\"index.php?wcb_reimbursement=$matches[1]&paged=$matches[2]\";s:53:\"wcb_reimbursement/([^/]+)/comment-page-([0-9]{1,})/?$\";s:57:\"index.
 php?wcb_reimbursement=$matches[1]&cpage=$matches[2]\";s:42:\"wcb_reimbursement/([^/]+)(?:/([0-9]+))?/?$\";s:56:\"index.php?wcb_reimbursement=$matches[1]&page=$matches[2]\";s:34:\"wcb_reimbursement/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:44:\"wcb_reimbursement/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:64:\"wcb_reimbursement/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:59:\"wcb_reimbursement/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:59:\"wcb_reimbursement/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:40:\"wcb_reimbursement/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$match
 es[1]&embed=true\";s:47:\"wcp_payment_request/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:57:\"wcp_payment_request/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:77:\"wcp_payment_request/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"wcp_payment_request/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"wcp_payment_request/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:53:\"wcp_payment_request/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:36:\"wcp_payment_request/([^/]+)/embed/?$\";s:52:\"ind
 ex.php?wcp_payment_request=$matches[1]&embed=true\";s:40:\"wcp_payment_request/([^/]+)/trackback/?$\";s:46:\"index.php?wcp_payment_request=$matches[1]&tb=1\";s:60:\"wcp_payment_request/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:58:\"index.php?wcp_payment_request=$matches[1]&feed=$matches[2]\";s:55:\"wcp_payment_request/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:58:\"index.php?wcp_payment_request=$matches[1]&feed=$matches[2]\";s:48:\"wcp_payment_request/([^/]+)/page/?([0-9]{1,})/?$\";s:59:\"index.php?wcp_payment_request=$matches[1]&paged=$matches[2]\";s:55:\"wcp_payment_request/([^/]+)/comment-page-([0-9]{1,})/?$\";s:59:\"index.php?wcp_payment_request=$matches[1]&cpage=$matches[2]\";s:44:\"wcp_payment_request/([^/]+)(?:/([0-9]+))?/?$\";s:58:\"index.php?wcp_payment_request=$matches[1]&page=$matches[2]\";s:36:\"wcp_payment_request/
 [^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:46:\"wcp_payment_request/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:66:\"wcp_payment_request/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:61:\"wcp_payment_request/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:61:\"wcp_payment_request/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:42:\"wcp_payment_request/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:12:\"robots\\.txt$\";s:18:\"index.php?robots=1\";s:48:\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$\";s:18:\"index.php?feed=old\";s:20:\".*wp-ap
 p\\.php(/.*)?$\";s:19:\"index.php?error=403\";s:18:\".*wp-register.php$\";s:23:\"index.php?register=true\";s:32:\"feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:27:\"(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:8:\"embed/?$\";s:21:\"index.php?&embed=true\";s:20:\"page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:41:\"comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:36:\"comments/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:17:\"comments/embed/?$\";s:21:\"index.php?&embed=true\";s:44:\"search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:39:\"search/(.+)
 /(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:20:\"search/(.+)/embed/?$\";s:34:\"index.php?s=$matches[1]&embed=true\";s:32:\"search/(.+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?s=$matches[1]&paged=$matches[2]\";s:14:\"search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:47:\"author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:42:\"author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:23:\"author/([^/]+)/embed/?$\";s:44:\"index.php?author_name=$matches[1]&embed=true\";s:35:\"author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:17:\"author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\&quo
 t;;s:69:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:45:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/embed/?$\";s:74:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]\";s:39:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$\";s:63:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]\";s:56:\"([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\&quo
 t;index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:51:\"([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:32:\"([0-9]{4})/([0-9]{1,2})/embed/?$\";s:58:\"index.php?year=$matches[1]&monthnum=$matches[2]&embed=true\";s:44:\"([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]\";s:26:\"([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:43:\"([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:38:\"([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:19:\"([0-9]{4})/embed/?$\";s:37:\"index.php?year=$matches[1]&emb
 ed=true\";s:31:\"([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:13:\"([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:58:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:68:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:88:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:83:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:83:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&
 amp;cpage=$matches[2]\";s:64:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:53:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/embed/?$\";s:91:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/trackback/?$\";s:85:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&tb=1\";s:77:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:72:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$mat
 ches[4]&feed=$matches[5]\";s:65:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/page/?([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&paged=$matches[5]\";s:72:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/comment-page-([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&cpage=$matches[5]\";s:61:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)(?:/([0-9]+))?/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&page=$matches[5]\";s:47:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:57:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:77:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^
 /]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:53:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&cpage=$matches[4]\";s:51:\"([0-9]{4})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&cpage=$matches[3]\";s:38:\"([0-9]{4})/comment-page-([0-
 9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&cpage=$matches[2]\";s:27:\".?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\".?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\".?.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"(.?.+?)/embed/?$\";s:41:\"index.php?pagename=$matches[1]&embed=true\";s:20:\"(.?.+?)/trackback/?$
 \";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:40:\"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:35:\"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:28:\"(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:35:\"(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:24:\"(.?.+?)(?:/([0-9]+))?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";}','yes'),(991,'widget_pages','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(992,'widget_calendar','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(993,'widget_tag_cloud','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(994,'widget_nav_menu','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(99
 5,'widget_akismet_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(997,'widget_epcsp_subscribe','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(998,'widget_wcb_sponsors','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1000,'widget_wcpt_speakers','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1002,'widget_wcpt_sessions','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1004,'widget_wcpt_organizers','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1006,'widget_widget_twentyfourteen_ephemera','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1015,'site_icon','0','yes'),(1016,'medium_large_size_w','768','yes'),(1017,'medium_large_size_h','0','yes'),(1046,'widget_media_audio','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1047,'widget_media_image','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1048,'widget_media_gallery','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1049,'widget_media_video','a:1:{s:12:\"_multiwidget\";i:
 1;}','yes'),(1050,'widget_custom_html','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1052,'jetpack_sync_settings_disable','0','yes'),(1053,'_transient_timeout_jetpack_file_data_5.6.1','1515820292','no'),(1054,'_transient_jetpack_file_data_5.6.1','a:57:{s:32:\"31e5b9ae08b62c2b0cd8a7792242298b\";a:14:{s:4:\"name\";s:20:\"Spelling and Grammar\";s:11:\"description\";s:39:\"Check your spelling, style, and grammar\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1:\"6\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:7:\"Writing\";s:7:\&quot
 ;feature\";s:7:\"Writing\";s:25:\"additional_search_queries\";s:115:\"after the deadline, afterthedeadline, spell, spellchecker, spelling, grammar, proofreading, style, language, cliche\";}s:32:\"3f41b2d629265b5de8108b463abbe8e2\";a:14:{s:4:\"name\";s:8:\"Carousel\";s:11:\"description\";s:75:\"Display images and galleries in a gorgeous, full-screen browsing experience\";s:14:\"jumpstart_desc\";s:79:\"Brings your photos and images to life as full-size, easily navigable galleries.\";s:4:\"sort\";s:2:\"22\";s:20:\"recommendation_order\";s:2:\"12\";s:10:\"introduced\";s:3:\"1.5\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\"
 ;s:11:\"module_tags\";s:17:\"Photos and Videos\";s:7:\"feature\";s:21:\"Appearance, Jumpstart\";s:25:\"additional_search_queries\";s:80:\"gallery, carousel, diaporama, slideshow, images, lightbox, exif, metadata, image\";}s:32:\"e1c539d5b392f5a1709dada3da5793cc\";a:14:{s:4:\"name\";s:13:\"Comment Likes\";s:11:\"description\";s:64:\"Increase visitor engagement by adding a Like button to comments.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"39\";s:20:\"recommendation_order\";s:2:\"17\";s:10:\"introduced\";s:3:\"5.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\&
 quot;;s:6:\"Social\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:37:\"like widget, like button, like, likes\";}s:32:\"c6ebb418dde302de09600a6025370583\";a:14:{s:4:\"name\";s:8:\"Comments\";s:11:\"description\";s:80:\"Let readers use WordPress.com, Twitter, Facebook, or Google+ accounts to comment\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"20\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.4\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:6:\"Social\";s:7:\"feature\";s:10:\"Engagement\";s:25:\&q
 uot;additional_search_queries\";s:53:\"comments, comment, facebook, twitter, google+, social\";}s:32:\"836f9485669e1bbb02920cb474730df0\";a:14:{s:4:\"name\";s:12:\"Contact Form\";s:11:\"description\";s:57:\"Insert a customizable contact form anywhere on your site.\";s:14:\"jumpstart_desc\";s:111:\"Adds a button to your post and page editors, allowing you to build simple forms to help visitors stay in touch.\";s:4:\"sort\";s:2:\"15\";s:20:\"recommendation_order\";s:2:\"14\";s:10:\"introduced\";s:3:\"1.3\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:5:\"Other\";s:7:\"feature\";s:18:\&quo
 t;Writing, Jumpstart\";s:25:\"additional_search_queries\";s:44:\"contact, form, grunion, feedback, submission\";}s:32:\"ea3970eebf8aac55fc3eca5dca0e0157\";a:14:{s:4:\"name\";s:20:\"Custom content types\";s:11:\"description\";s:74:\"Display different types of content on your site with custom content types.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"34\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"3.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:7:\"Writing\";s:7:\"feature\";s:7:\"Writing\";s:25:\"additional_search_queries\";
 s:72:\"cpt, custom post types, portfolio, portfolios, testimonial, testimonials\";}s:32:\"d2bb05ccad3d8789df40ca3abb97336c\";a:14:{s:4:\"name\";s:10:\"Custom CSS\";s:11:\"description\";s:53:\"Tweak your site’s CSS without modifying your theme.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1:\"2\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.7\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:10:\"Appearance\";s:7:\"feature\";s:10:\"Appearance\";s:25:\"additional_search_queries\";s:108:\"css, customize, custom, style, editor, less, sass, prepr
 ocessor, font, mobile, appearance, theme, stylesheet\";}s:32:\"a2064eec5b9c7e0d816af71dee7a715f\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";}s:32:\"53a4ec755022ef3953699734c343da02\";a:14:{s:4:\"name\";s:21:\"Enhanced Distribution\";s:11:\"description\";s:27:\"Increase rea
 ch and traffic.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1:\"5\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.2\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:6:\"Public\";s:11:\"module_tags\";s:7:\"Writing\";s:7:\"feature\";s:10:\"Engagement\";s:25:\"additional_search_queries\";s:54:\"google, seo, firehose, search, broadcast, broadcasting\";}s:32:\"e1f1f6e3689fc31c477e64b06e2f8fbf\";a:14:{s:4:\"name\";s:16:\"Google Analytics\";s:11:\"description\";s:56:\"Set up Google Analytics without touching a line of code.\";s:14:\"jumpstart_desc\";s:0:\"\";s:
 4:\"sort\";s:2:\"37\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"4.5\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:10:\"Engagement\";s:25:\"additional_search_queries\";s:37:\"webmaster, google, analytics, console\";}s:32:\"72fecb67ee6704ba0a33e0225316ad06\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\
 "\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";}s:32:\"d56e2886185a9eace719cc57d46770df\";a:14:{s:4:\"name\";s:19:\"Gravatar Hovercards\";s:11:\"description\";s:58:\"Enable pop-up business cards over commenters’ Gravatars.\";s:14:\"jumpstart_desc\";s:131:\"Let commenters link their profiles to their Gravatar accounts, making it easy for your visitors to learn more about your community.\";s:4:\"sort\";s:2:\"11\";s:20:\"recommendation_order\";s:2:\"13\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:0:\"\";s:10:
 \"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:18:\"Social, Appearance\";s:7:\"feature\";s:21:\"Appearance, Jumpstart\";s:25:\"additional_search_queries\";s:20:\"gravatar, hovercards\";}s:32:\"e391e760617bd0e0736550e34a73d7fe\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:8:\"2.0.3 ??\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_
 activate\";s:3:\"Yes\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";}s:32:\"2e345370766346c616b3c5046e817720\";a:14:{s:4:\"name\";s:15:\"Infinite Scroll\";s:11:\"description\";s:53:\"Automatically load new content when a visitor scrolls\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"26\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:10:\"Appearance\";s:7:\"feature\";s:10:\"Appearance\";s:25
 :\"additional_search_queries\";s:33:\"scroll, infinite, infinite scroll\";}s:32:\"bd69edbf134de5fae8fdcf2e70a45b56\";a:14:{s:4:\"name\";s:8:\"JSON API\";s:11:\"description\";s:51:\"Allow applications to securely access your content.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"19\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.9\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:6:\"Public\";s:11:\"module_tags\";s:19:\"Writing, Developers\";s:7:\"feature\";s:7:\"General\";s:25:\"additional_search_queries\";s:50:\"api, rest, develop, developers, json, klout, oauth
 \";}s:32:\"8110b7a4423aaa619dfa46b8843e10d1\";a:14:{s:4:\"name\";s:14:\"Beautiful Math\";s:11:\"description\";s:57:\"Use LaTeX markup for complex equations and other geekery.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"12\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:7:\"Writing\";s:7:\"feature\";s:7:\"Writing\";s:25:\"additional_search_queries\";s:47:\"latex, math, equation, equations, formula, code\";}s:32:\"f868c97c313f21b23fa6d6c64505fab6\";a:14:{s:4:\"name\";s:1
 1:\"Lazy Images\";s:11:\"description\";s:71:\"Improve performance by loading images just before they scroll into view\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"24\";s:20:\"recommendation_order\";s:2:\"14\";s:10:\"introduced\";s:5:\"5.6.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:23:\"Appearance, Recommended\";s:7:\"feature\";s:10:\"Appearance\";s:25:\"additional_search_queries\";s:26:\"mobile, theme, performance\";}s:32:\"fd7e85d3b4887fa6b6f997d6592c1f33\";a:14:{s:4:\"name\";s:5:\"Likes\";s:11:\"description\";s:63:\"Give visitors a
 n easy way to show they appreciate your content.\";s:14:\"jumpstart_desc\";s:63:\"Give visitors an easy way to show they appreciate your content.\";s:4:\"sort\";s:2:\"23\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.2\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:6:\"Social\";s:7:\"feature\";s:21:\"Engagement, Jumpstart\";s:25:\"additional_search_queries\";s:26:\"like, likes, wordpress.com\";}s:32:\"c5dfef41fad5bcdcaae8e315e5cfc420\";a:14:{s:4:\"name\";s:6:\"Manage\";s:11:\"description\";s:54:\"Manage all of your sites from a centralized dashboard.
 \";s:14:\"jumpstart_desc\";s:151:\"Helps you remotely manage plugins, turn on automated updates, and more from <a href=\"https://wordpress.com/plugins/\" target=\"_blank\">wordpress.com</a>.\";s:4:\"sort\";s:1:\"1\";s:20:\"recommendation_order\";s:1:\"3\";s:10:\"introduced\";s:3:\"3.4\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:35:\"Centralized Management, Recommended\";s:7:\"feature\";s:7:\"General\";s:25:\"additional_search_queries\";s:26:\"manage, management, remote\";}s:32:\"fd6dc399b92bce76013427e3107c314f\";a:14:{s:4:\"name\";s:8:\"Markdown\";s:
 11:\"description\";s:50:\"Write posts or pages in plain-text Markdown syntax\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"31\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.8\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:7:\"Writing\";s:7:\"feature\";s:7:\"Writing\";s:25:\"additional_search_queries\";s:12:\"md, markdown\";}s:32:\"614679778a7db6d8129c9f69ac8e10a5\";a:14:{s:4:\"name\";s:21:\"WordPress.com Toolbar\";s:11:\"description\";s:91:\"Replaces the admin bar with a useful toolbar to quickly manage your site via WordPress.c
 om.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"38\";s:20:\"recommendation_order\";s:2:\"16\";s:10:\"introduced\";s:3:\"4.8\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:7:\"General\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:19:\"adminbar, masterbar\";}s:32:\"c49a35b6482b0426cb07ad28ecf5d7df\";a:14:{s:4:\"name\";s:12:\"Mobile Theme\";s:11:\"description\";s:31:\"Enable the Jetpack Mobile theme\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"21\";s:20:\"recommendation_order\";s:2:\&
 quot;11\";s:10:\"introduced\";s:3:\"1.8\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:31:\"Appearance, Mobile, Recommended\";s:7:\"feature\";s:10:\"Appearance\";s:25:\"additional_search_queries\";s:24:\"mobile, theme, minileven\";}s:32:\"b42e38f6fafd2e4104ebe5bf39b4be47\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\
 "free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";}s:32:\"771cfeeba0d3d23ec344d5e781fb0ae2\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\&qu
 ot;;s:25:\"additional_search_queries\";s:0:\"\";}s:32:\"54f0661d27c814fc8bde39580181d939\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";}s:32:\"46c4c413b5c72bbd3c3dbd14ff8f8adc\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpsta
 rt_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";}s:32:\"9ea52fa25783e5ceeb6bfaed3268e64e\";a:14:{s:4:\"name\";s:7:\"Monitor\";s:11:\"description\";s:61:\"Receive immediate notifications if your site goes down, 24/7.\";s:14:\"jumpstart_desc\";s:61:\"Receive immediate notifications if your site goes down, 24/7.\";s:4:\"sort\";s:2:\"28\";s:20:\"recommendation_or
 der\";s:2:\"10\";s:10:\"introduced\";s:3:\"2.6\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:11:\"Recommended\";s:7:\"feature\";s:19:\"Security, Jumpstart\";s:25:\"additional_search_queries\";s:37:\"monitor, uptime, downtime, monitoring\";}s:32:\"cfcaafd0fcad087899d715e0b877474d\";a:14:{s:4:\"name\";s:13:\"Notifications\";s:11:\"description\";s:57:\"Receive instant notifications of site comments and likes.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"13\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.9\";s:
 7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:5:\"Other\";s:7:\"feature\";s:7:\"General\";s:25:\"additional_search_queries\";s:62:\"notification, notifications, toolbar, adminbar, push, comments\";}s:32:\"0d18bfa69bec61550c1d813ce64149b0\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_co
 nnection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";}s:32:\"3f0a11e23118f0788d424b646a6d465f\";a:14:{s:4:\"name\";s:6:\"Photon\";s:11:\"description\";s:26:\"Speed up images and photos\";s:14:\"jumpstart_desc\";s:141:\"Mirrors and serves your images from our free and fast image CDN, improving your site’s performance with no additional load on your servers.\";s:4:\"sort\";s:2:\"25\";s:20:\"recommendation_order\";s:1:\"1\";s:10:\"introduced\";s:3:\"2.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_a
 ctivate\";s:2:\"No\";s:11:\"module_tags\";s:42:\"Photos and Videos, Appearance, Recommended\";s:7:\"feature\";s:34:\"Recommended, Jumpstart, Appearance\";s:25:\"additional_search_queries\";s:38:\"photon, image, cdn, performance, speed\";}s:32:\"e37cfbcb72323fb1fe8255a2edb4d738\";a:14:{s:4:\"name\";s:13:\"Post by email\";s:11:\"description\";s:33:\"Publish posts by sending an email\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"14\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\&q
 uot;;s:7:\"Writing\";s:7:\"feature\";s:7:\"Writing\";s:25:\"additional_search_queries\";s:20:\"post by email, email\";}s:32:\"728290d131a480bfe7b9e405d7cd925f\";a:14:{s:4:\"name\";s:7:\"Protect\";s:11:\"description\";s:41:\"Block suspicious-looking sign in activity\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1:\"1\";s:20:\"recommendation_order\";s:1:\"4\";s:10:\"introduced\";s:3:\"3.4\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:11:\"Recommended\";s:7:\"feature\";s:8:\"Security\";s:25:\"additional_search_queries\";s:65:\&qu
 ot;security, secure, protection, botnet, brute force, protect, login\";}s:32:\"f9ce784babbbf4dcca99b8cd2ceb420c\";a:14:{s:4:\"name\";s:9:\"Publicize\";s:11:\"description\";s:27:\"Automated social marketing.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"10\";s:20:\"recommendation_order\";s:1:\"7\";s:10:\"introduced\";s:3:\"2.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:19:\"Social, Recommended\";s:7:\"feature\";s:10:\"Engagement\";s:25:\"additional_search_queries\";s:107:\"facebook, twitter, google+, googleplus, google, path, tumblr, linkedin, social, tweet, c
 onnections, sharing\";}s:32:\"83622cd43b5e31bb82e59a9d52e9bb10\";a:14:{s:4:\"name\";s:20:\"Progressive Web Apps\";s:11:\"description\";s:85:\"Speed up and improve the reliability of your site using the latest in web technology.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"38\";s:20:\"recommendation_order\";s:2:\"18\";s:10:\"introduced\";s:5:\"5.6.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:10:\"Developers\";s:7:\"feature\";s:7:\"Traffic\";s:25:\"additional_search_queries\";s:26:\"manifest, pwa, progressive\";}s:32:\"052c03877dd3d296a71531cb07ad939a
 \";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";}s:32:\"52edecb2a75222e75b2dce4356a4efce\";a:14:{s:4:\"name\";s:13:\"Related posts\";s:11:\"description\";s:64:\"Increase page views by showing related content to your visitors.\";s:14:\"jumpstart_desc\";s:113:\"Keep v
 isitors engaged on your blog by highlighting relevant and new content at the bottom of each published post.\";s:4:\"sort\";s:2:\"29\";s:20:\"recommendation_order\";s:1:\"9\";s:10:\"introduced\";s:3:\"2.9\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:11:\"Recommended\";s:7:\"feature\";s:21:\"Engagement, Jumpstart\";s:25:\"additional_search_queries\";s:22:\"related, related posts\";}s:32:\"fe7a38addc9275dcbe6c4ff6c44a9350\";a:14:{s:4:\"name\";s:6:\"Search\";s:11:\"description\";s:41:\"Enhanced search, powered by Elasticsearch\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\&q
 uot;sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"5.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:5:\"false\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:6:\"Search\";s:25:\"additional_search_queries\";s:6:\"search\";}s:32:\"68b0d01689803c0ea7e4e60a86de2519\";a:14:{s:4:\"name\";s:9:\"SEO Tools\";s:11:\"description\";s:50:\"Better results on search engines and social media.\";s:14:\"jumpstart_desc\";s:50:\"Better results on search engines and social media.\";s:4:\"sort\";s:2:\"35\";s:20:\"recommendation_order\";s:2:\"15\";s:10
 :\"introduced\";s:3:\"4.4\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:18:\"Social, Appearance\";s:7:\"feature\";s:18:\"Traffic, Jumpstart\";s:25:\"additional_search_queries\";s:81:\"search engine optimization, social preview, meta description, custom title format\";}s:32:\"8b059cb50a66b717f1ec842e736b858c\";a:14:{s:4:\"name\";s:7:\"Sharing\";s:11:\"description\";s:37:\"Allow visitors to share your content.\";s:14:\"jumpstart_desc\";s:116:\"Twitter, Facebook and Google+ buttons at the bottom of each post, making it easy for visitors to share your content.\";s:4:\"sort\";s:1:\"7\";s:20:\&qu
 ot;recommendation_order\";s:1:\"6\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:3:\"1.2\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:19:\"Social, Recommended\";s:7:\"feature\";s:21:\"Engagement, Jumpstart\";s:25:\"additional_search_queries\";s:141:\"share, sharing, sharedaddy, buttons, icons, email, facebook, twitter, google+, linkedin, pinterest, pocket, press this, print, reddit, tumblr\";}s:32:\"a6d2394329871857401255533a9873f7\";a:14:{s:4:\"name\";s:16:\"Shortcode Embeds\";s:11:\"description\";s:50:\"Embed media from popular sites without any coding.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s
 :1:\"3\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:3:\"1.2\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:46:\"Photos and Videos, Social, Writing, Appearance\";s:7:\"feature\";s:7:\"Writing\";s:25:\"additional_search_queries\";s:236:\"shortcodes, shortcode, embeds, media, bandcamp, dailymotion, facebook, flickr, google calendars, google maps, google+, polldaddy, recipe, recipes, scribd, slideshare, slideshow, slideshows, soundcloud, ted, twitter, vimeo, vine, youtube\";}s:32:\"21496e2897ea5f81605e2f2ac3beb921\";a:14:{s:4:\"name\";s:16:\"WP.me Shortlinks\";s:11:\"description\";s:54:\"C
 reate short and simple links for all posts and pages.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1:\"8\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:6:\"Social\";s:7:\"feature\";s:7:\"Writing\";s:25:\"additional_search_queries\";s:17:\"shortlinks, wp.me\";}s:32:\"e2a54a5d7879a4162709e6ffb540dd08\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s
 :0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";}s:32:\"f5c537bc304f55b29c1a87e30be0cd24\";a:14:{s:4:\"name\";s:8:\"Sitemaps\";s:11:\"description\";s:50:\"Make it easy for search engines to find your site.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"13\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"3.9\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"fr
 ee\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:6:\"Public\";s:11:\"module_tags\";s:20:\"Recommended, Traffic\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:39:\"sitemap, traffic, search, site map, seo\";}s:32:\"59a23643437358a9b557f1d1e20ab040\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\"
 ;s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";}s:32:\"6a90f97c3194cfca5671728eaaeaf15e\";a:14:{s:4:\"name\";s:14:\"Single Sign On\";s:11:\"description\";s:62:\"Allow users to log into this site using WordPress.com accounts\";s:14:\"jumpstart_desc\";s:98:\"Lets you log in to all your Jetpack-enabled sites with one click using your WordPress.com account.\";s:4:\"sort\";s:2:\"30\";s:20:\"recommendation_order\";s:1:\"5\";s:10:\"introduced\";s:3:\"2.6\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:10:\"Developers\";s:7:\"feature\
 ";s:19:\"Security, Jumpstart\";s:25:\"additional_search_queries\";s:34:\"sso, single sign on, login, log in\";}s:32:\"b65604e920392e2f7134b646760b75e8\";a:14:{s:4:\"name\";s:10:\"Site Stats\";s:11:\"description\";s:44:\"Collect valuable traffic stats and insights.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1:\"1\";s:20:\"recommendation_order\";s:1:\"2\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:23:\"Site Stats, Recommended\";s:7:\"feature\";s:10:\"Engagement\";s:25:\"additional_search_queries\";s:54:\&quo
 t;statistics, tracking, analytics, views, traffic, stats\";}s:32:\"23a586dd7ead00e69ec53eb32ef740e4\";a:14:{s:4:\"name\";s:13:\"Subscriptions\";s:11:\"description\";s:87:\"Allow users to subscribe to your posts and comments and receive notifications via email\";s:14:\"jumpstart_desc\";s:126:\"Give visitors two easy subscription options — while commenting, or via a separate email subscription widget you can display.\";s:4:\"sort\";s:1:\"9\";s:20:\"recommendation_order\";s:1:\"8\";s:10:\"introduced\";s:3:\"1.2\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:6:\"Social\";s:7:\"feature\";s:21:\&quo
 t;Engagement, Jumpstart\";s:25:\"additional_search_queries\";s:74:\"subscriptions, subscription, email, follow, followers, subscribers, signup\";}s:32:\"1d978b8d84d2f378fe1a702a67633b6d\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";}s:32:\"b3b983461d7f3d27322a3551ed8a9405\";a:14:{s:4:\&quo
 t;name\";s:15:\"Tiled Galleries\";s:11:\"description\";s:61:\"Display image galleries in a variety of elegant arrangements.\";s:14:\"jumpstart_desc\";s:61:\"Display image galleries in a variety of elegant arrangements.\";s:4:\"sort\";s:2:\"24\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:17:\"Photos and Videos\";s:7:\"feature\";s:21:\"Appearance, Jumpstart\";s:25:\"additional_search_queries\";s:43:\"gallery, tiles, tiled, grid, mosaic, images\";}s:32:\"d924e5b05722b0e104448543598f54c0\";a:14:{s:4:\"nam
 e\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";}s:32:\"36741583b10c521997e563ad8e1e8b77\";a:14:{s:4:\"name\";s:12:\"Data Backups\";s:11:\"description\";s:54:\"Off-site backups, security scans, and automatic fixes.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"32\&q
 uot;;s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:5:\"0:1.2\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:5:\"false\";s:4:\"free\";s:5:\"false\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:16:\"Security, Health\";s:25:\"additional_search_queries\";s:28:\"vaultpress, backup, security\";}s:32:\"2b9b44f09b5459617d68dd82ee17002a\";a:14:{s:4:\"name\";s:17:\"Site verification\";s:11:\"description\";s:58:\"Establish your site\'s authenticity with external services.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"33\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\&quo
 t;;s:3:\"3.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:10:\"Engagement\";s:25:\"additional_search_queries\";s:56:\"webmaster, seo, google, bing, pinterest, search, console\";}s:32:\"5ab4c0db7c42e10e646342da0274c491\";a:14:{s:4:\"name\";s:10:\"VideoPress\";s:11:\"description\";s:27:\"Fast, ad-free video hosting\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"27\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.5\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:
 4:\"free\";s:5:\"false\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:17:\"Photos and Videos\";s:7:\"feature\";s:7:\"Writing\";s:25:\"additional_search_queries\";s:25:\"video, videos, videopress\";}s:32:\"60a1d3aa38bc0fe1039e59dd60888543\";a:14:{s:4:\"name\";s:17:\"Widget Visibility\";s:11:\"description\";s:42:\"Control where widgets appear on your site.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"17\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.4\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"a
 uto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:10:\"Appearance\";s:7:\"feature\";s:10:\"Appearance\";s:25:\"additional_search_queries\";s:54:\"widget visibility, logic, conditional, widgets, widget\";}s:32:\"174ed3416476c2cb9ff5b0f671280b15\";a:14:{s:4:\"name\";s:21:\"Extra Sidebar Widgets\";s:11:\"description\";s:54:\"Add images, Twitter streams, and more to your sidebar.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1:\"4\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.2\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:
 18:\"Social, Appearance\";s:7:\"feature\";s:10:\"Appearance\";s:25:\"additional_search_queries\";s:65:\"widget, widgets, facebook, gallery, twitter, gravatar, image, rss\";}s:32:\"a668bc9418d6de87409f867892fcdd7f\";a:14:{s:4:\"name\";s:3:\"Ads\";s:11:\"description\";s:60:\"Earn income by allowing Jetpack to display high quality ads.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1:\"1\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:5:\"4.5.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:19:\"Traffic, Appearance\";s:7:\"feature\";s:0:
 \"\";s:25:\"additional_search_queries\";s:26:\"advertising, ad codes, ads\";}s:32:\"28b931a1db19bd24869bd54b14e733d5\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";}}','no'),(1055,'jetpack_testimonial','0','yes'),(1056,'_transient_timeout_jetpack_idc_allowed','1513318519','no'),(1057,'_transient
 _jetpack_idc_allowed','1','no'),(1058,'do_activate','0','yes'),(1059,'jetpack_log','a:1:{i:0;a:5:{s:4:\"time\";i:1513314922;s:7:\"user_id\";i:0;s:7:\"blog_id\";b:0;s:4:\"code\";s:24:\"custom_css_4.7_migration\";s:4:\"data\";s:5:\"start\";}}','no'),(1060,'theme_mods_twentyfourteen','a:1:{s:18:\"custom_css_post_id\";i:-1;}','yes'),(1067,'_transient_timeout_jetpack_https_test','1513401613','no'),(1068,'_transient_jetpack_https_test','0','no'),(1069,'_transient_timeout_jetpack_https_test_message','1513401613','no'),(1070,'_transient_jetpack_https_test_message','WordPress reports no SSL support','no'),(1072,'_transient_timeout_feed_ac0b00fe65abe10e0c5b588f3ed8c7ca','1513358424','no'),(1073,'_transient_feed_ac0b00fe65abe10e0c5b588f3ed8c7ca','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1
 :{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:49:\"\n    \n      \n      \n      \n      \n      \n      \n      \n      \n      \n              \n              \n              \n              \n              \n              \n              \n              \n              \n      \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"WordPress News\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"https://wordpress.org/news\&quo
 t;;s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"WordPress News\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:13:\"lastBuildDate\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"\n    Wed, 06 Dec 2017 18:39:27 +0000 \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"en-US\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"
 generator\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"https://wordpress.org/?v=5.0-alpha-42398\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:10:{i:0;a:6:{s:4:\"data\";s:33:\"\n           \n              \n              \n              \n                              \n\n            \n              \n                              \n                      \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"The Month in WordPress: November 2017\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"https://wordpress
 .org/news/2017/12/the-month-in-wordpress-november-2017/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 01 Dec 2017 11:00:44 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Month in WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=5290\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\
 ";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:354:\"The WordPress project recently released WordPress 4.9, “Tipton” — a new major release named in honor of musician and band leader Billy Tipton. Read on to find out more about this and other interesting news from around the WordPress world in November. WordPress 4.9 “Tipton” On November 16, WordPress 4.9 was released with new features [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Hugh Lashbrooke\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:
 \"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:4234:\"\n<p>The WordPress project recently released WordPress 4.9, “Tipton” — a new major release named in honor of musician and band leader Billy Tipton. Read on to find out more about this and other interesting news from around the WordPress world in November.</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>WordPress 4.9 “Tipton”</h2>\n\n\n\n<p>On November 16, <a href=\"https://wordpress.org/news/2017/11/tipton/\">WordPress 4.9 was released</a> with new features for publishers and developers alike. Release highlights include design locking, scheduling, and previews in the Customizer, an even more secure and usable code editing experience, a new gallery widget, and text widget im
 provements.</p>\n\n\n\n<p>The follow up security and maintenance, v4.9.1, <a href=\"https://wordpress.org/news/2017/11/wordpress-4-9-1-security-and-maintenance-release/\">has now been released</a> to tighten up the security of WordPress as a whole.</p>\n\n\n\n<p>To get involved in building WordPress Core, jump into the #core channel in the<a href=\"https://make.wordpress.org/chat/\"> Making WordPress Slack group</a>, and follow<a href=\"https://make.wordpress.org/core/\"> the Core team blog</a>.</p>\n\n\n\n<h2>Apply to Speak At WordCamp Europe 2018</h2>\n\n\n\n<p>The next edition of WordCamp Europe takes place in June, 2018. While the organizing team is still in the early stages of planning, <a href=\"https://2018.europe.wordcamp.org/2017/11/15/are-you-ready-to-speak-at-the-largest-wordpress-event-in-europe/\">they are accepting speaker applications</a
 >.</p>\n\n\n\n<p>WordCamp Europe is the largest WordCamp in the world and, along with WordCamp US, one of the flagship events of the WordCamp program — speaking at this event is a great way to give back to the global WordPress community by sharing your knowledge and expertise with thousands of WordPress enthusiasts.</p>\n\n\n\n<h2>Diversity Outreach Speaker Training Initiative</h2>\n\n\n\n<p>To help WordPress community organizers offer diverse speaker lineups, <a href=\"https://make.wordpress.org/community/2017/11/13/call-for-volunteers-diversity-outreach-speaker-training/\">a new community initiative has kicked off</a> to use existing <a href=\"https://make.wordpress.org/training/handbook/speaker-training/\">speaker training workshops</a> to demystify speaking requirements and help participants gain confidence in their ability to share their WordPress knowledge in a WordCamp session.</p>\n\n\
 n\n<p>The working group behind this initiative will be meeting regularly to discuss and plan how they can help local communities to train speakers for WordCamps and other events.</p>\n\n\n\n<p>To get involved in this initiative, you can join the meetings at 5pm UTC every other Wednesday in the #community-team channel of the<a href=\"https://make.wordpress.org/chat/\"> Making WordPress Slack group</a>.</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>Further Reading:</h2>\n\n\n\n<ul>\n    <li><a href=\"https://2017.us.wordcamp.org/\">WordCamp US 2017</a> is happening on December 1-3 in Nashville, with the annual State of the Word talk happening on Saturday afternoon — <a href=\"https://2017.us.wordcamp.org/live-stream/\">the live stream of the entire event is available to view for free</a>.</li>\n    <li><a href=\"https://xwp
 .co/tide-a-path-to-better-code-across-the-wordpress-ecosystem/\">Tide</a>, a new service from XWP designed to help users make informed plugin choices, is due to launch at WordCamp US.</li>\n    <li>Gutenberg development is continuing rapidly, with <a href=\"https://make.wordpress.org/core/2017/11/28/whats-new-in-gutenberg-28th-november/\">a packed new release</a> and a focus on <a href=\"https://make.wordpress.org/test/2017/11/22/testing-flow-in-gutenberg/\">usability testing</a>.</li>\n    <li>After some discussion among the community, <a href=\"https://make.wordpress.org/community/2017/11/10/discussion-micro-regional-wordcamps/\">a new type of micro-regional WordCamp</a> is going to be introduced into the global WordCamp program.</li>\n</ul>\n\n\n\n<p><em></em></p>\n\n\n\n<p><em>If you have a story we should consider including in t
 he next “Month in WordPress” post, please <a href=\"https://make.wordpress.org/community/month-in-wordpress-submissions/\">submit it here</a>.</em></p>\n\n\n\n<p><em></em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"5290\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:36:\"\n           \n              \n              \n              \n                              \n              \n\n            \n              \n                              \n                      \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\&q
 uot;child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"WordPress 4.9.1 Security and Maintenance Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:84:\"https://wordpress.org/news/2017/11/wordpress-4-9-1-security-and-maintenance-release/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 29 Nov 2017 20:33:11 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:
 4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Security\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=5215\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:359:\"WordPress 4.9.1 is now available. This is a security and maintenance release for all versions since WordPress 3.7. 
 We strongly encourage you to update your sites immediately. WordPress versions 4.9 and earlier are affected by four security issues which could potentially be exploited as part of a multi-vector attack. As part of the core team&#x27;s [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"John Blackbourn\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:4287:\"\n<p>WordPress 4.9.1 is now available. This is a <strong>security and maintenance release&lt
 ;/strong> for all versions since WordPress 3.7. We strongly encourage you to update your sites immediately.</p>\n\n\n\n<p>WordPress versions 4.9 and earlier are affected by four security issues which could potentially be exploited as part of a multi-vector attack. As part of the core team&#x27;s ongoing commitment to security hardening, the following fixes have been implemented in 4.9.1:</p>\n\n\n\n<ol>\n    <li>Use a properly generated hash for the <code>newbloguser</code> key instead of a determinate substring.</li>\n    <li>Add escaping to the language attributes used on <code>html</code> elements.</li>\n    <li>Ensure the attributes of enclosures are correctly escaped in RSS and Atom feeds.</li>\n    <li>Remove the ability to upload JavaScript files for users who do not have the <code>unfiltered_html</code> capability.</li>\n</ol>\n\n\n\n<p>Thank you to 
 the reporters of these issues for practicing <a href=\"https://make.wordpress.org/core/handbook/testing/reporting-security-vulnerabilities/\">responsible security disclosure</a>: <a href=\"https://twitter.com/0x62626262\">Rahul Pratap Singh</a> and John Blackbourn.</p>\n\n\n\n<p>Eleven other bugs were fixed in WordPress 4.9.1. Particularly of note were:</p>\n\n\n\n<ul>\n    <li>Issues relating to the caching of theme template files.</li>\n    <li>A MediaElement JavaScript error preventing users of certain languages from being able to upload media files.</li>\n    <li>The inability to edit theme and plugin files on Windows based servers.</li>\n</ul>\n\n\n\n<p><a href=\"https://make.wordpress.org/core/2017/11/28/wordpress-4-9-1-scheduled-for-november-29th/\">This post has more information about all of the issues fixed in 4.9.1 if you&#x27;d like to le
 arn more</a>.</p>\n\n\n\n<p><a href=\"https://wordpress.org/download/\">Download WordPress 4.9.1</a> or venture over to Dashboard → Updates and click &quot;Update Now.&quot; Sites that support automatic background updates are already beginning to update automatically.</p>\n\n\n\n<p>Thank you to everyone who contributed to WordPress 4.9.1:</p>\n\n\n\n<p><a href=\"https://profiles.wordpress.org/schlessera/\">Alain Schlesser</a>, <a href=\"https://profiles.wordpress.org/afercia/\">Andrea Fercia</a>, <a href=\"https://profiles.wordpress.org/la-geek/\">Angelika Reisiger</a>, <a href=\"https://profiles.wordpress.org/blobfolio/\">Blobfolio</a>, <a href=\"https://profiles.wordpress.org/bobbingwide/\">bobbingwide</a>, <a href=\"https://profiles.wordpress.org/chetan200891/\">Chetan Prajapati</
 a>, <a href=\"https://profiles.wordpress.org/dd32/\">Dion Hulse</a>, <a href=\"https://profiles.wordpress.org/ocean90/\">Dominik Schilling (ocean90)</a>, <a href=\"https://profiles.wordpress.org/edo888/\">edo888</a>, <a href=\"https://profiles.wordpress.org/erich_k4wp/\">Erich Munz</a>, <a href=\"https://profiles.wordpress.org/flixos90/\">Felix Arntz</a>, <a href=\"https://profiles.wordpress.org/mista-flo/\">Florian TIAR</a>, <a href=\"https://profiles.wordpress.org/pento/\">Gary Pendergast</a>, <a href=\"https://profiles.wordpress.org/ibenic/\">Igor Benic</a>, <a href=\"https://profiles.wordpress.org/jfarthing84/\">Jeff Farthing</a>, <a href=\"https://profiles.wordpress.org/jbpaul17/\">Jeffrey Paul</a>, <a href=\"https://profiles.wordpress.org/jeremyescot
 t/\">jeremyescott</a>, <a href=\"https://profiles.wordpress.org/joemcgill/\">Joe McGill</a>, <a href=\"https://profiles.wordpress.org/johnbillion/\">John Blackbourn</a>, <a href=\"https://profiles.wordpress.org/johnpgreen/\">johnpgreen</a>, <a href=\"https://profiles.wordpress.org/ryelle/\">Kelly Dwan</a>, <a href=\"https://profiles.wordpress.org/lenasterg/\">lenasterg</a>, <a href=\"https://profiles.wordpress.org/clorith/\">Marius L. J.</a>, <a href=\"https://profiles.wordpress.org/melchoyce/\">Mel Choyce</a>, <a href=\"https://profiles.wordpress.org/mariovalney/\">Mário Valney</a>, <a href=\"https://profiles.wordpress.org/natacado/\">natacado</a>, <a href=\"https://profiles.wordpress.org/odysseygate/\">odyssey</a>, <a href=\"https://profiles.
 wordpress.org/precies/\">precies</a>, <a href=\"https://profiles.wordpress.org/stodorovic/\">Saša</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov/\">Sergey Biryukov</a>, and <a href=\"https://profiles.wordpress.org/westonruter/\">Weston Ruter</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"5215\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:33:\"\n         \n              \n              \n              \n                              \n\n            \n              \n                              \n                      \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0
 :\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"WordPress 4.9 “Tipton”\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"https://wordpress.org/news/2017/11/tipton/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 16 Nov 2017 01:16:37 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\"
 ;}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=4968\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:227:\"Announcing version 4.9 of WordPress, named “Tipton” in honor of jazz pianist and band leader Billy Tipton. New features in 4.9 will smooth your design workflow and keep you safe from coding errors. Download or update today!\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";
 s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Mel Choyce\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:41070:\"<h2 style=\"text-align: center\">Major Customizer Improvements, Code Error Checking, and More!&nbsp;?</h2>\n\r\n<figure class=\"wp-block-image\"><img src=\"https://i1.wp.com/wordpress.org/news/files/2017/11/banner.png?fit=2400%2C1200&amp;ssl=1\" alt=\"\" /></figure>\r\n\r\n\r\n\r\n<p>Version 4.9 of WordPress, named “Tipton” in honor of j
 azz musician and band leader Billy Tipton, is available for download or update in your WordPress dashboard. New features in 4.9 will smooth your design workflow and keep you safe from coding errors.</p>\r\n\r\n\r\n\r\n<p>Featuring design drafts, scheduling, and locking, along with preview links, the Customizer workflow improves collaboration for content creators. What’s more, code syntax highlighting and error checking will make for a clean and smooth site building experience. Finally, if all that wasn’t pretty great, we’ve got an awesome new Gallery widget and improvements to theme browsing and switching.</p>\r\n\r\n\r\n\r\n<hr class=\"wp-block-separator\" />\r\n\r\n\r\n\r\n<h2 style=\"text-align:center\">Customizer Workflow Improved </h2>\r\n\r\n\r\n\r\n<figure class=\"wp-block-image\"><img src=\"https://i0.wp.com/wordpress.org/news/files/2017/11/customizer-workflow-improved-small.png?w=632&
 #038;ssl=1\" alt=\"\" data-recalc-dims=\"1\" /></figure>\r\n\r\n\r\n\r\n<h3>Draft and Schedule Site Design Customizations</h3>\r\n\r\n\r\n\r\n<p>Yes, you read that right. Just like you can draft and revise posts and schedule them to go live on the date and time you choose, you can now tinker with your site’s design and schedule those design changes to go live as you please.</p>\r\n\r\n\r\n\r\n<h3>Collaborate with Design Preview Links</h3>\r\n\r\n\r\n\r\n<p>Need to get some feedback on proposed site design changes? WordPress 4.9 gives you a preview link you can send to colleagues and customers so that you can collect and integrate feedback before you schedule the changes to go live. Can we say collaboration++?</p>\r\n\r\n\r\n\r\n<h3>Design Locking Guards Your Changes</h3>\r\n\r\n\r\n\r\n<p>Ever encounter a scenario where two designers walk into a project and designer A overrides desi
 gner B’s beautiful changes? WordPress 4.9’s design lock feature (similar to post locking) secures your draft design so that no one can make changes to it or erase all your hard work.</p>\r\n\r\n\r\n\r\n<h3>A Prompt to Protect Your Work</h3>\r\n\r\n\r\n\r\n<p>Were you lured away from your desk before you saved your new draft design? Fear not, when you return, WordPress 4.9 will politely ask whether or not you’d like to save your unsaved changes.</p>\r\n\r\n\r\n\r\n<hr class=\"wp-block-separator\" />\r\n\r\n\r\n\r\n<h2 style=\"text-align:center\">Coding Enhancements</h2>\r\n\r\n\r\n\r\n<figure class=\"wp-block-image\"><img src=\"https://i2.wp.com/wordpress.org/news/files/2017/11/coding-enhancements-small.png?w=632&#038;ssl=1\" alt=\"\" data-recalc-dims=\"1\" /></figure>\r\n\r\n\r\n\r\n<h3>Syntax Highlighting and Error Checking? Yes, Please!</
 h3>\r\n\r\n\r\n\r\n<p>You’ve got a display problem but can’t quite figure out exactly what went wrong in the CSS you lovingly wrote. With syntax highlighting and error checking for CSS editing and the Custom HTML widget introduced in WordPress 4.8.1, you’ll pinpoint coding errors quickly. Practically guaranteed to help you scan code more easily, and suss out &amp; fix code errors quickly.</p>\r\n\r\n\r\n\r\n<h3>Sandbox for Safety</h3>\r\n\r\n\r\n\r\n<p>The dreaded white screen. You’ll avoid it when working on themes and plugin code because WordPress 4.9 will warn you about saving an error. You’ll sleep better at night.</p>\r\n\r\n\r\n\r\n<h3>Warning: Potential Danger Ahead!</h3>\r\n\r\n\r\n\r\n<p>When you edit themes and plugins directly, WordPress 4.9 will politely warn you that this is a dangerous practice and will recommend that you draft and test changes before updating your file. Take the safe route: You’l
 l thank you. Your team and customers will thank you.</p>\r\n\r\n\r\n\r\n<hr class=\"wp-block-separator\" />\r\n\r\n\r\n\r\n<h2 style=\"text-align:center\">Even More Widget Updates </h2>\r\n\r\n\r\n\r\n<figure class=\"wp-block-image\"><img src=\"https://i1.wp.com/wordpress.org/news/files/2017/11/even-more-widget-updates-small.png?w=632&#038;ssl=1\" alt=\"\" data-recalc-dims=\"1\" /></figure>\r\n\r\n\r\n\r\n<h3>The New Gallery Widget</h3>\r\n\r\n\r\n\r\n<p>An incremental improvement to the media changes hatched in WordPress 4.8, you can now add a gallery via this new widget. Yes!</p>\r\n\r\n\r\n\r\n<h3>Press a Button, Add Media</h3>\r\n\r\n\r\n\r\n<p>Want to add media to your text widget? Embed images, video, and audio directly into the widget along with your text, with our simple but useful Add Media button. Woo!</p>\r\n\r\n\r\n\r\
 n<hr class=\"wp-block-separator\" />\r\n\r\n\r\n\r\n<h2 style=\"text-align:center\">Site Building Improvements </h2>\r\n\r\n\r\n\r\n<figure class=\"wp-block-image\"><img src=\"https://i1.wp.com/wordpress.org/news/files/2017/11/site-building-improvements-small.png?w=632&#038;ssl=1\" alt=\"\" data-recalc-dims=\"1\" /></figure>\r\n\r\n\r\n\r\n<h3>More Reliable Theme Switching</h3>\r\n\r\n\r\n\r\n<p>When you switch themes, widgets sometimes think they can just move location. Improvements in WordPress 4.9 offer more persistent menu and widget placement when you decide it’s time for a new theme. </p>\r\n\r\n\r\n\r\n<h3>Find and Preview the Perfect Theme</h3>\r\n\r\n\r\n\r\n<p>Looking for a new theme for your site? Now, from within the Customizer, you can search, browse, and preview over 2600 themes before deploying changes to your site. What’s
  more, you can speed your search with filters for subject, features, and layout.</p>\r\n\r\n\r\n\r\n<h3>Better Menu Instructions = Less Confusion</h3>\r\n\r\n\r\n\r\n<p>Were you confused by the steps to create a new menu? Perhaps no longer! We’ve ironed out the UX for a smoother menu creation process. Newly updated copy will guide you.</p>\r\n\r\n\r\n\r\n<hr class=\"wp-block-separator\" />\r\n\r\n\r\n\r\n<h2 style=\"text-align:center\">Lend a Hand with Gutenberg ?</h2>\r\n\r\n\r\n\r\n<figure class=\"wp-block-image\"><img src=\"https://i2.wp.com/wordpress.org/news/files/2017/11/gutenberg-1.png?w=632&#038;ssl=1\" alt=\"\" data-recalc-dims=\"1\" /></figure>\r\n\r\n\r\n\r\n<p>WordPress is working on a new way to create and control your content and we’d love to have your help. Interested in being an <a href=\"https://wordpress.org/plugins/gu
 tenberg/\">early tester</a> or getting involved with the Gutenberg project? <a href=\"https://github.com/WordPress/gutenberg\">Contribute on GitHub</a>.</p>\r\n\r\n\r\n\r\n<p>(PS: this post was written in Gutenberg!)</p>\r\n\r\n\r\n\r\n<hr class=\"wp-block-separator\" />\r\n\r\n\r\n\r\n<h2 style=\"text-align:center\">Developer Happiness ?</h2>\r\n\r\n\r\n\r\n<h3><a href=\"https://make.wordpress.org/core/2017/11/01/improvements-to-the-customize-js-api-in-4-9/\">Customizer JS API Improvements</a></h3>\r\n\r\n\r\n\r\n<p>We’ve made numerous improvements to the Customizer JS API in WordPress 4.9, eliminating many pain points. (Hello, default parameters for constructs! Goodbye repeated ID for constructs!) There are also new base control templates, a date/time control, and section/panel/global notifications to name a few. <a href=\"https://make.w
 ordpress.org/core/2017/11/01/improvements-to-the-customize-js-api-in-4-9/\">Check out the full list.</a></p>\r\n\r\n\r\n\r\n<h3><a href=\"https://make.wordpress.org/core/2017/10/22/code-editing-improvements-in-wordpress-4-9/\">CodeMirror available for use in your themes and plugins</a></h3>\r\n\r\n\r\n\r\n<p>We’ve introduced a new code editing library, CodeMirror, for use within core. CodeMirror allows for syntax highlighting, error checking, and validation when creating code writing or editing experiences within your plugins, like CSS or JavaScript include fields.</p>\r\n\r\n\r\n\r\n<h3><a href=\"https://make.wordpress.org/core/2017/10/30/mediaelement-upgrades-in-wordpress-4-9/\">MediaElement.js upgraded to 4.2.6</a></h3>\r\n\r\n\r\n\r\n<p>WordPress 4.9 includes an upgraded version of MediaElement.js, which removes dependencies on jQuery, improves accessibility, modernizes th
 e UI, and fixes many bugs.</p>\r\n\r\n\r\n\r\n<h3><a href=\"https://make.wordpress.org/core/2017/10/15/improvements-for-roles-and-capabilities-in-4-9/\">Roles and Capabilities Improvements</a></h3>\r\n\r\n\r\n\r\n<p>New capabilities have been introduced that allow granular management of plugins and translation files. In addition, the site switching process in multisite has been fine-tuned to update the available roles and capabilities in a more reliable and coherent way.</p>\r\n\r\n\r\n\r\n<hr class=\"wp-block-separator\" />\r\n\r\n\r\n\r\n<h2>The Squad</h2>\r\n\r\n\r\n\r\n<p>This release was led by <a href=\"https://choycedesign.com/\">Mel Choyce</a> and <a href=\"https://weston.ruter.net/\">Weston Ruter</a>, with the help of the following fabulous folks. There are 443 contributors with props in this release, with 185 of them contributing for the first t
 ime. Pull up some Billy Tipton on your music service of choice, and check out some of their profiles:</p>\r\n\r\n\r\n\r\n<a href=\"https://profiles.wordpress.org/aaroncampbell\">Aaron D. Campbell</a>, <a href=\"https://profiles.wordpress.org/jorbin\">Aaron Jorbin</a>, <a href=\"https://profiles.wordpress.org/aaronrutley\">Aaron Rutley</a>, <a href=\"https://profiles.wordpress.org/ibachal\">Achal Jain</a>, <a href=\"https://profiles.wordpress.org/kawauso\">Adam Harley (Kawauso)</a>, <a href=\"https://profiles.wordpress.org/adamsilverstein\">Adam Silverstein</a>, <a href=\"https://profiles.wordpress.org/adamwills\">AdamWills</a>, <a href=\"https://profiles.wordpress.org/adhun\">Adhun Anand</a>, <a href=\"https://profiles.wordpress.org/aegis123\">aegis123</a>, <a href=\"https:/
 /profiles.wordpress.org/afzalmultani\">Afzal Multani</a>, <a href=\"https://profiles.wordpress.org/mrahmadawais\">Ahmad Awais</a>, <a href=\"https://profiles.wordpress.org/ajayghaghretiya1\">Ajay Ghaghretiya</a>, <a href=\"https://profiles.wordpress.org/ajoah\">ajoah</a>, <a href=\"https://profiles.wordpress.org/soniakash\">Akash Soni</a>, <a href=\"https://profiles.wordpress.org/akbarhusen\">akbarhusen</a>, <a href=\"https://profiles.wordpress.org/schlessera\">Alain Schlesser</a>, <a href=\"https://profiles.wordpress.org/xavortm\">Alex Dimitrov</a>, <a href=\"https://profiles.wordpress.org/alpipego\">Alex Goller</a>, <a href=\"https://profiles.wordpress.org/alexvorn2\">Alexandru Vornicescu</a>, <a href=\"https://profiles.wordpress.org/alibasheer\">alibasheer
 </a>, <a href=\"https://profiles.wordpress.org/alxndr\">alxndr</a>, <a href=\"https://profiles.wordpress.org/afercia\">Andrea Fercia</a>, <a href=\"https://profiles.wordpress.org/andreagobetti\">andreagobetti</a>, <a href=\"https://profiles.wordpress.org/euthelup\">Andrei Lupu</a>, <a href=\"https://profiles.wordpress.org/aduth\">Andrew Duthie</a>, <a href=\"https://profiles.wordpress.org/nacin\">Andrew Nacin</a>, <a href=\"https://profiles.wordpress.org/norcross\">Andrew Norcross</a>, <a href=\"https://profiles.wordpress.org/azaozz\">Andrew Ozz</a>, <a href=\"https://profiles.wordpress.org/andrewtaylor-1\">Andrew Taylor</a>, <a href=\"https://profiles.wordpress.org/afragen\">Andy Fragen</a>, <a href=\"https://profiles.wordpress.org/andizer\">An
 dy Meerwaldt</a>, <a href=\"https://profiles.wordpress.org/kelderic\">Andy Mercer</a>, <a href=\"https://profiles.wordpress.org/la-geek\">Angelika Reisiger</a>, <a href=\"https://profiles.wordpress.org/anhskohbo\">anhskohbo</a>, <a href=\"https://profiles.wordpress.org/ankit-k-gupta\">Ankit K Gupta</a>, <a href=\"https://profiles.wordpress.org/ahortin\">Anthony Hortin</a>, <a href=\"https://profiles.wordpress.org/atimmer\">Anton Timmermans</a>, <a href=\"https://profiles.wordpress.org/antonrinas\">antonrinas</a>, <a href=\"https://profiles.wordpress.org/appchecker\">appchecker</a>, <a href=\"https://profiles.wordpress.org/arena94\">arena94</a>, <a href=\"https://profiles.wordpress.org/bsop\">Arnaud Coolsaet</a>, <a href=\"https://profiles.wordpress.org/
 arnaudban\">ArnaudBan</a>, <a href=\"https://profiles.wordpress.org/aryamaaru\">Arun</a>, <a href=\"https://profiles.wordpress.org/mrasharirfan\">Ashar Irfan</a>, <a href=\"https://profiles.wordpress.org/atachibana\">atachibana</a>, <a href=\"https://profiles.wordpress.org/atanasangelovdev\">Atanas Angelov</a>, <a href=\"https://profiles.wordpress.org/avinapatel\">Avina Patel</a>, <a href=\"https://profiles.wordpress.org/ayeshrajans\">Ayesh Karunaratne</a>, <a href=\"https://profiles.wordpress.org/barryceelen\">Barry Ceelen</a>, <a href=\"https://profiles.wordpress.org/bduclos\">bduclos</a>, <a href=\"https://profiles.wordpress.org/pixolin\">Bego Mario Garde</a>, <a href=\"https://profiles.wordpress.org/behzod\">Behzod Saidov</a>, <a href=\"http
 s://profiles.wordpress.org/bcole808\">Ben Cole</a>, <a href=\"https://profiles.wordpress.org/empireoflight\">Ben Dunkle</a>, <a href=\"https://profiles.wordpress.org/benoitchantre\">Benoit Chantre</a>, <a href=\"https://profiles.wordpress.org/bnap00\">Bharat Parsiya</a>, <a href=\"https://profiles.wordpress.org/bhaveshkhadodara\">bhavesh khadodara</a>, <a href=\"https://profiles.wordpress.org/bplv\">Biplav</a>, <a href=\"https://profiles.wordpress.org/biranit\">Biranit</a>, <a href=\"https://profiles.wordpress.org/birgire\">Birgir Erlendsson (birgire)</a>, <a href=\"https://profiles.wordpress.org/biskobe\">biskobe</a>, <a href=\"https://profiles.wordpress.org/bjornw\">BjornW</a>, <a href=\"https://profiles.wordpress.org/blackbam\">Blackbam</a>, <a hr
 ef=\"https://profiles.wordpress.org/blobfolio\">Blobfolio</a>, <a href=\"https://profiles.wordpress.org/bobbingwide\">bobbingwide</a>, <a href=\"https://profiles.wordpress.org/gitlost\">bonger</a>, <a href=\"https://profiles.wordpress.org/boonebgorges\">Boone B. Gorges</a>, <a href=\"https://profiles.wordpress.org/bor0\">Boro Sitnikovski</a>, <a href=\"https://profiles.wordpress.org/bradparbs\">Brad Parbs</a>, <a href=\"https://profiles.wordpress.org/bradyvercher\">Brady Vercher</a>, <a href=\"https://profiles.wordpress.org/kraftbj\">Brandon Kraft</a>, <a href=\"https://profiles.wordpress.org/bpayton\">Brandon Payton</a>, <a href=\"https://profiles.wordpress.org/brentjettgmailcom\">Brent Jett</a>, <a href=\"https://profiles.wordpress.org/brianlayman\">Br
 ian Layman</a>, <a href=\"https://profiles.wordpress.org/monopine\">Brian Meyer</a>, <a href=\"https://profiles.wordpress.org/borgesbruno\">Bruno Borges</a>, <a href=\"https://profiles.wordpress.org/bseddon\">bseddon</a>, <a href=\"https://profiles.wordpress.org/bhargavbhandari90\">Bunty</a>, <a href=\"https://profiles.wordpress.org/carldanley\">Carl Danley</a>, <a href=\"https://profiles.wordpress.org/poena\">Carolina Nymark</a>, <a href=\"https://profiles.wordpress.org/sixhours\">Caroline Moore</a>, <a href=\"https://profiles.wordpress.org/carolinegeven\">carolinegeven</a>, <a href=\"https://profiles.wordpress.org/caercam\">Charlie Merland</a>, <a href=\"https://profiles.wordpress.org/chetanchauhan\">Chetan Chauhan</a>, <a href=\"https://profiles.word
 press.org/chetan200891\">Chetan Prajapati</a>, <a href=\"https://profiles.wordpress.org/ketuchetan\">chetansatasiya</a>, <a href=\"https://profiles.wordpress.org/choongsavvii\">choong</a>, <a href=\"https://profiles.wordpress.org/chouby\">Chouby</a>, <a href=\"https://profiles.wordpress.org/chrishardie\">Chris Hardie</a>, <a href=\"https://profiles.wordpress.org/crunnells\">Chris Runnells</a>, <a href=\"https://profiles.wordpress.org/christian1012\">Christian Chung</a>, <a href=\"https://profiles.wordpress.org/presskopp\">Christian Herrmann</a>, <a href=\"https://profiles.wordpress.org/christophherr\">Christoph Herr</a>, <a href=\"https://profiles.wordpress.org/chsxf\">chsxf</a>, <a href=\"https://profiles.wordpress.org/chrisvendiadvertisingcom\">cjhaas</a
 >, <a href=\"https://profiles.wordpress.org/cliffseal\">Cliff Seal</a>, <a href=\"https://profiles.wordpress.org/code-monkey\">code-monkey</a>, <a href=\"https://profiles.wordpress.org/collizo4sky\">Collins Agbonghama</a>, <a href=\"https://profiles.wordpress.org/corvidism\">corvidism</a>, <a href=\"https://profiles.wordpress.org/csloisel\">csloisel</a>, <a href=\"https://profiles.wordpress.org/daedalon\">Daedalon</a>, <a href=\"https://profiles.wordpress.org/danielbachhuber\">Daniel Bachhuber</a>, <a href=\"https://profiles.wordpress.org/danieltj\">Daniel James</a>, <a href=\"https://profiles.wordpress.org/mte90\">Daniele Scasciafratte</a>, <a href=\"https://profiles.wordpress.org/dany2217\">dany2217</a>, <a href=\"https://profiles.wordpress.org/davepulli
 g\">Dave Pullig</a>, <a href=\"https://profiles.wordpress.org/davefx\">DaveFX</a>, <a href=\"https://profiles.wordpress.org/davidakennedy\">David A. Kennedy</a>, <a href=\"https://profiles.wordpress.org/davilera\">David Aguilera</a>, <a href=\"https://profiles.wordpress.org/davidanderson\">David Anderson</a>, <a href=\"https://profiles.wordpress.org/davidbinda\">David Binovec</a>, <a href=\"https://profiles.wordpress.org/turtlepod\">David Chandra Purnama</a>, <a href=\"https://profiles.wordpress.org/dlh\">David Herrera</a>, <a href=\"https://profiles.wordpress.org/dshanske\">David Shanske</a>, <a href=\"https://profiles.wordpress.org/straussd\">David Strauss</a>, <a href=\"https://profiles.wordpress.org/jdtrower\">David Trower</a>, <a href=\"htt
 ps://profiles.wordpress.org/folletto\">Davide \'Folletto\' Casali</a>, <a href=\"https://profiles.wordpress.org/daymobrew\">daymobrew</a>, <a href=\"https://profiles.wordpress.org/valendesigns\">Derek Herman</a>, <a href=\"https://profiles.wordpress.org/designsimply\">designsimply</a>, <a href=\"https://profiles.wordpress.org/diedeexterkate\">DiedeExterkate</a>, <a href=\"https://profiles.wordpress.org/dingo_bastard\">dingo-d</a>, <a href=\"https://profiles.wordpress.org/dd32\">Dion Hulse</a>, <a href=\"https://profiles.wordpress.org/dipeshkakadiya\">dipeshkakadiya</a>, <a href=\"https://profiles.wordpress.org/div33\">Divyesh Ladani</a>, <a href=\"https://profiles.wordpress.org/dency\">Dixita Dusara</a>, <a href=\"https://profiles.wordpress.org/dixitadusara\"&gt
 ;dixitadusara</a>, <a href=\"https://profiles.wordpress.org/ocean90\">Dominik Schilling</a>, <a href=\"https://profiles.wordpress.org/dominikschwind-1\">Dominik Schwind</a>, <a href=\"https://profiles.wordpress.org/drewapicture\">Drew Jaynes</a>, <a href=\"https://profiles.wordpress.org/dsawardekar\">dsawardekar</a>, <a href=\"https://profiles.wordpress.org/kucrut\">Dzikri Aziz</a>, <a href=\"https://profiles.wordpress.org/eatonz\">Eaton</a>, <a href=\"https://profiles.wordpress.org/eclev91\">eclev91</a>, <a href=\"https://profiles.wordpress.org/eddhurst\">Edd Hurst</a>, <a href=\"https://profiles.wordpress.org/edo888\">edo888</a>, <a href=\"https://profiles.wordpress.org/egregor\">EGregor</a>, <a href=\"https://profiles.wordpress.org/iseulde\">
 Ella Iseulde Van Dorpe</a>, <a href=\"https://profiles.wordpress.org/elvishp2006\">elvishp2006</a>, <a href=\"https://profiles.wordpress.org/enricosorcinelli\">enrico.sorcinelli</a>, <a href=\"https://profiles.wordpress.org/ericlewis\">Eric Andrew Lewis</a>, <a href=\"https://profiles.wordpress.org/erich_k4wp\">Erich Munz</a>, <a href=\"https://profiles.wordpress.org/circlecube\">Evan Mullins</a>, <a href=\"https://profiles.wordpress.org/eventualo\">eventualo</a>, <a href=\"https://profiles.wordpress.org/fab1en\">Fabien Quatravaux</a>, <a href=\"https://profiles.wordpress.org/psiico\">FancyThought</a>, <a href=\"https://profiles.wordpress.org/felipeelia\">Felipe Elia</a>, <a href=\"https://profiles.wordpress.org/flixos90\">Felix Arntz</a>, <a href=\"htt
 ps://profiles.wordpress.org/fergbrain\">fergbrain</a>, <a href=\"https://profiles.wordpress.org/mista-flo\">Florian TIAR</a>, <a href=\"https://profiles.wordpress.org/gmariani405\">Gabriel Mariani</a>, <a href=\"https://profiles.wordpress.org/voldemortensen\">Garth Mortensen</a>, <a href=\"https://profiles.wordpress.org/pento\">Gary Pendergast</a>, <a href=\"https://profiles.wordpress.org/soulseekah\">Gennady Kovshenin</a>, <a href=\"https://profiles.wordpress.org/georgestephanis\">George Stephanis</a>, <a href=\"https://profiles.wordpress.org/girishpanchal\">Girish Lohar</a>, <a href=\"https://profiles.wordpress.org/gkloveweb\">Govind Kumar</a>, <a href=\"https://profiles.wordpress.org/grahamarmfield\">Graham Armfield</a>, <a href=\"https://profiles.wordpress.org/gr
 egross\">Greg Ross</a>, <a href=\"https://profiles.wordpress.org/gcorne\">Gregory Cornelius</a>, <a href=\"https://profiles.wordpress.org/grosbouff\">grosbouff</a>, <a href=\"https://profiles.wordpress.org/wido\">Guido Scialfa</a>, <a href=\"https://profiles.wordpress.org/ghosttoast\">Gustave F. Gerhardt</a>, <a href=\"https://profiles.wordpress.org/guzzilar\">guzzilar</a>, <a href=\"https://profiles.wordpress.org/hardeepasrani\">Hardeep Asrani</a>, <a href=\"https://profiles.wordpress.org/hazemnoor\">Hazem Noor</a>, <a href=\"https://profiles.wordpress.org/hazimayesh\">hazimayesh</a>, <a href=\"https://profiles.wordpress.org/helen\">Helen Hou-Sandí</a>, <a href=\"https://profiles.wordpress.org/henrywright-1\">Henry</a>, <a href=\"https://profi
 les.wordpress.org/henrywright\">Henry Wright</a>, <a href=\"https://profiles.wordpress.org/herregroen\">herregroen</a>, <a href=\"https://profiles.wordpress.org/hnle\">Hinaloe</a>, <a href=\"https://profiles.wordpress.org/howdy_mcgee\">Howdy_McGee</a>, <a href=\"https://profiles.wordpress.org/hlashbrooke\">Hugh Lashbrooke</a>, <a href=\"https://profiles.wordpress.org/hugobaeta\">Hugo Baeta</a>, <a href=\"https://profiles.wordpress.org/jcc9873\">Iacopo C</a>, <a href=\"https://profiles.wordpress.org/iandunn\">Ian Dunn</a>, <a href=\"https://profiles.wordpress.org/ibenic\">Igor Benic</a>, <a href=\"https://profiles.wordpress.org/imath\">imath</a>, <a href=\"https://profiles.wordpress.org/ippei-sumida\">Ippei Sumida</a>, <a href=\"https://profiles.
 wordpress.org/ipstenu\">Ipstenu (Mika Epstein)</a>, <a href=\"https://profiles.wordpress.org/ireneyoast\">Irene Strikkers</a>, <a href=\"https://profiles.wordpress.org/ivankristianto\">Ivan Kristianto</a>, <a href=\"https://profiles.wordpress.org/ixmati\">ixmati</a>, <a href=\"https://profiles.wordpress.org/jdgrimes\">J.D. Grimes</a>, <a href=\"https://profiles.wordpress.org/jhoffmann\">j.hoffmann</a>, <a href=\"https://profiles.wordpress.org/jnylen0\">James Nylen</a>, <a href=\"https://profiles.wordpress.org/jankimoradiya\">Janki Moradiya</a>, <a href=\"https://profiles.wordpress.org/octalmage\">Jason Stallings</a>, <a href=\"https://profiles.wordpress.org/audrasjb\">Jb Audras</a>, <a href=\"https://profiles.wordpress.org/jfarthing84\">Jeff Farthing</a&gt
 ;, <a href=\"https://profiles.wordpress.org/jbpaul17\">Jeffrey Paul</a>, <a href=\"https://profiles.wordpress.org/jmdodd\">Jennifer M. Dodd</a>, <a href=\"https://profiles.wordpress.org/jeremyfelt\">Jeremy Felt</a>, <a href=\"https://profiles.wordpress.org/jpry\">Jeremy Pry</a>, <a href=\"https://profiles.wordpress.org/jeremyescott\">Jeremy Scott</a>, <a href=\"https://profiles.wordpress.org/jjcomack\">Jimmy Comack</a>, <a href=\"https://profiles.wordpress.org/jipmoors\">Jip Moors</a>, <a href=\"https://profiles.wordpress.org/jkhongusc\">jkhongusc</a>, <a href=\"https://profiles.wordpress.org/joedolson\">Joe Dolson</a>, <a href=\"https://profiles.wordpress.org/joehoyle\">Joe Hoyle</a>, <a href=\"https://profiles.wordpress.org/joemcgill\">Joe McGill&lt
 ;/a>, <a href=\"https://profiles.wordpress.org/joen\">Joen Asmussen</a>, <a href=\"https://profiles.wordpress.org/johnbillion\">John Blackbourn</a>, <a href=\"https://profiles.wordpress.org/johneckman\">John Eckman</a>, <a href=\"https://profiles.wordpress.org/johnjamesjacoby\">John James Jacoby</a>, <a href=\"https://profiles.wordpress.org/johnregan3\">John Regan</a>, <a href=\"https://profiles.wordpress.org/johnpgreen\">johnpgreen</a>, <a href=\"https://profiles.wordpress.org/johnroper100\">johnroper100</a>, <a href=\"https://profiles.wordpress.org/jonathanbardo\">Jonathan Bardo</a>, <a href=\"https://profiles.wordpress.org/desrosj\">Jonathan Desrosiers</a>, <a href=\"https://profiles.wordpress.org/spacedmonkey\">Jonny Harris</a>, <a href=\"https://profi
 les.wordpress.org/joostdevalk\">Joost de Valk</a>, <a href=\"https://profiles.wordpress.org/chanthaboune\">Josepha</a>, <a href=\"https://profiles.wordpress.org/shelob9\">Josh Pollock</a>, <a href=\"https://profiles.wordpress.org/joshuawold\">Joshua Wold</a>, <a href=\"https://profiles.wordpress.org/joyously\">Joy</a>, <a href=\"https://profiles.wordpress.org/jrf\">jrf</a>, <a href=\"https://profiles.wordpress.org/jsepia\">jsepia</a>, <a href=\"https://profiles.wordpress.org/jsonfry\">jsonfry</a>, <a href=\"https://profiles.wordpress.org/juhise\">Juhi Saxena</a>, <a href=\"https://profiles.wordpress.org/jlambe\">Julien</a>, <a href=\"https://profiles.wordpress.org/kopepasah\">Justin Kopepasah</a>, <a href=\"https://profiles.wordpress.org/jtstern
 berg\">Justin Sternberg</a>, <a href=\"https://profiles.wordpress.org/kadamwhite\">K.Adam White</a>, <a href=\"https://profiles.wordpress.org/thekt12\">Karthik Thayyil</a>, <a href=\"https://profiles.wordpress.org/zoonini\">Kathryn Presner</a>, <a href=\"https://profiles.wordpress.org/keesiemeijer\">keesiemeijer</a>, <a href=\"https://profiles.wordpress.org/ryelle\">Kelly Dwan</a>, <a href=\"https://profiles.wordpress.org/wraithkenny\">Ken Newman</a>, <a href=\"https://profiles.wordpress.org/captainn\">Kevin Newman</a>, <a href=\"https://profiles.wordpress.org/kpdesign\">Kim Parsell</a>, <a href=\"https://profiles.wordpress.org/kiranpotphode\">Kiran Potphode</a>, <a href=\"https://profiles.wordpress.org/ixkaito\">Kite</a>, <a href=\"https://prof
 iles.wordpress.org/kovshenin\">Konstantin Kovshenin</a>, <a href=\"https://profiles.wordpress.org/obenland\">Konstantin Obenland</a>, <a href=\"https://profiles.wordpress.org/kmgalanakis\">Konstantinos Galanakis</a>, <a href=\"https://profiles.wordpress.org/koopersmith\">koopersmith</a>, <a href=\"https://profiles.wordpress.org/kristastevens\">Krista Stevens</a>, <a href=\"https://profiles.wordpress.org/kekkakokkers\">Kristin Kokkersvold</a>, <a href=\"https://profiles.wordpress.org/lalitpendhare\">lalitpendhare</a>, <a href=\"https://profiles.wordpress.org/lancewillett\">Lance Willett</a>, <a href=\"https://profiles.wordpress.org/lemacarl\">lemacarl</a>, <a href=\"https://profiles.wordpress.org/lenasterg\">lenasterg</a>, <a href=\"https://profiles.wordpress.org/less
 bloat\">lessbloat</a>, <a href=\"https://profiles.wordpress.org/llemurya\">llemurya</a>, <a href=\"https://profiles.wordpress.org/lukecavanagh\">Luke Cavanagh</a>, <a href=\"https://profiles.wordpress.org/mariovalney\">M&#225;rio Valney</a>, <a href=\"https://profiles.wordpress.org/m1tk00\">m1tk00</a>, <a href=\"https://profiles.wordpress.org/maedahbatool\">Maedah Batool</a>, <a href=\"https://profiles.wordpress.org/mp518\">Mahesh Prajapati</a>, <a href=\"https://profiles.wordpress.org/mahvash-fatima\">Mahvash Fatima</a>, <a href=\"https://profiles.wordpress.org/travel_girl\">Maja Benke</a>, <a href=\"https://profiles.wordpress.org/mako09\">Mako</a>, <a href=\"https://profiles.wordpress.org/manolis09\">manolis09</a>, <a href=\"https://profil
 es.wordpress.org/manuelaugustin\">Manuel Augustin</a>, <a href=\"https://profiles.wordpress.org/mbootsman\">Marcel Bootsman</a>, <a href=\"https://profiles.wordpress.org/clorith\">Marius L. J.</a>, <a href=\"https://profiles.wordpress.org/mariusvetrici\">Marius Vetrici</a>, <a href=\"https://profiles.wordpress.org/markjaquith\">Mark Jaquith</a>, <a href=\"https://profiles.wordpress.org/mrwweb\">Mark Root-Wiley</a>, <a href=\"https://profiles.wordpress.org/markcallen\">markcallen</a>, <a href=\"https://profiles.wordpress.org/markoheijnen\">Marko Heijnen</a>, <a href=\"https://profiles.wordpress.org/matheusgimenez\">MatheusGimenez</a>, <a href=\"https://profiles.wordpress.org/matveb\">Matias Ventura</a>, <a href=\"https://profiles.wordpress.org/mgibbs189\">Matt
  Gibbs</a>, <a href=\"https://profiles.wordpress.org/matt\">Matt Mullenweg</a>, <a href=\"https://profiles.wordpress.org/matthiasthiel\">matthias.thiel</a>, <a href=\"https://profiles.wordpress.org/mattyrob\">mattyrob</a>, <a href=\"https://profiles.wordpress.org/maximeculea\">Maxime Culea</a>, <a href=\"https://profiles.wordpress.org/mdifelice\">mdifelice</a>, <a href=\"https://profiles.wordpress.org/megane9988\">megane9988</a>, <a href=\"https://profiles.wordpress.org/melchoyce\">Mel Choyce</a>, <a href=\"https://profiles.wordpress.org/menakas\">Menaka S.</a>, <a href=\"https://profiles.wordpress.org/michaelarestad\">Michael Arestad</a>, <a href=\"https://profiles.wordpress.org/mizejewski\">Michele Mizejewski</a>, <a href=\"https://profiles.wordpress.
 org/michelleweber\">Michelle Weber</a>, <a href=\"https://profiles.wordpress.org/stubgo\">Miina Sikk</a>, <a href=\"https://profiles.wordpress.org/mihai2u\">Mike Crantea</a>, <a href=\"https://profiles.wordpress.org/mikehansenme\">Mike Hansen</a>, <a href=\"https://profiles.wordpress.org/mikeschinkel\">Mike Schinkel</a>, <a href=\"https://profiles.wordpress.org/mikeschroder\">Mike Schroder</a>, <a href=\"https://profiles.wordpress.org/dimadin\">Milan Dinić</a>, <a href=\"https://profiles.wordpress.org/milana_cap\">Milana Cap</a>, <a href=\"https://profiles.wordpress.org/milindmore22\">Milind More</a>, <a href=\"https://profiles.wordpress.org/mirucon\">Mirucon</a>, <a href=\"https://profiles.wordpress.org/studionashvegas\">Mitch Canter</a>, <a href=\
 "https://profiles.wordpress.org/mitraval192\">Mithun Raval</a>, <a href=\"https://profiles.wordpress.org/mkomar\">mkomar</a>, <a href=\"https://profiles.wordpress.org/monikarao\">Monika Rao</a>, <a href=\"https://profiles.wordpress.org/morganestes\">Morgan Estes</a>, <a href=\"https://profiles.wordpress.org/mt8biz\">moto hachi ( mt8.biz )</a>, <a href=\"https://profiles.wordpress.org/msebel\">msebel</a>, <a href=\"https://profiles.wordpress.org/munyagu\">munyagu</a>, <a href=\"https://profiles.wordpress.org/mythemeshop\">MyThemeShop</a>, <a href=\"https://profiles.wordpress.org/ndoublehwp\">N\'DoubleH</a>, <a href=\"https://profiles.wordpress.org/nathanatmoz\">Nathan Johnson</a>, <a href=\"https://profiles.wordpress.org/nenad\">nenad</a>, <a hre
 f=\"https://profiles.wordpress.org/nicbertino\">nic.bertino</a>, <a href=\"https://profiles.wordpress.org/ndiego\">Nick Diego</a>, <a href=\"https://profiles.wordpress.org/celloexpressions\">Nick Halsey</a>, <a href=\"https://profiles.wordpress.org/nikeo\">Nicolas GUILLAUME</a>, <a href=\"https://profiles.wordpress.org/nicollle\">nicollle</a>, <a href=\"https://profiles.wordpress.org/jainnidhi\">Nidhi Jain</a>, <a href=\"https://profiles.wordpress.org/nikschavan\">Nikhil Chavan</a>, <a href=\"https://profiles.wordpress.org/rabmalin\">Nilambar Sharma</a>, <a href=\"https://profiles.wordpress.org/nileshdudakiya94\">Nileshdudakiya94</a>, <a href=\"https://profiles.wordpress.org/nishitlangaliya\">Nishit Langaliya</a>, <a href=\"https://profiles.wordpress.org/justnor
 ris\">Norris</a>, <a href=\"https://profiles.wordpress.org/obradovic\">obradovic</a>, <a href=\"https://profiles.wordpress.org/odysseygate\">odyssey</a>, <a href=\"https://profiles.wordpress.org/ov3rfly\">Ov3rfly</a>, <a href=\"https://profiles.wordpress.org/paaljoachim\">Paal Joachim Romdahl</a>, <a href=\"https://profiles.wordpress.org/palmiak\">palmiak</a>, <a href=\"https://profiles.wordpress.org/parthsanghvi\">Parth Sanghvi</a>, <a href=\"https://profiles.wordpress.org/swissspidy\">Pascal Birchler</a>, <a href=\"https://profiles.wordpress.org/obrienlabs\">Pat O\'Brien</a>, <a href=\"https://profiles.wordpress.org/pbearne\">Paul Bearne</a>, <a href=\"https://profiles.wordpress.org/pbiron\">Paul Biron</a>, <a href=\"https://profiles.wordpress
 .org/pauldechov\">Paul Dechov</a>, <a href=\"https://profiles.wordpress.org/natacado\">Paul Paradise</a>, <a href=\"https://profiles.wordpress.org/paulwilde\">Paul Wilde</a>, <a href=\"https://profiles.wordpress.org/pcarvalho\">pcarvalho</a>, <a href=\"https://profiles.wordpress.org/pedromendonca\">Pedro Mendon&#231;a</a>, <a href=\"https://profiles.wordpress.org/gungeekatx\">Pete Nelson</a>, <a href=\"https://profiles.wordpress.org/pessoft\">Peter \"Pessoft\" Kol&#237;nek</a>, <a href=\"https://profiles.wordpress.org/donutz\">Peter J. Herrel</a>, <a href=\"https://profiles.wordpress.org/petertoi\">Peter Toi</a>, <a href=\"https://profiles.wordpress.org/westi\">Peter Westwood</a>, <a href=\"https://profiles.wordpress.org/peterwilsoncc\">Pete
 r Wilson</a>, <a href=\"https://profiles.wordpress.org/philipjohn\">Philip John</a>, <a href=\"https://profiles.wordpress.org/delawski\">Piotr Delawski</a>, <a href=\"https://profiles.wordpress.org/mordauk\">Pippin Williamson</a>, <a href=\"https://profiles.wordpress.org/plastikschnitzer\">Plastikschnitzer</a>, <a href=\"https://profiles.wordpress.org/powerzilly\">powerzilly</a>, <a href=\"https://profiles.wordpress.org/pratikgandhi\">Pratik Gandhi</a>, <a href=\"https://profiles.wordpress.org/precies\">precies</a>, <a href=\"https://profiles.wordpress.org/presslabs\">Presslabs</a>, <a href=\"https://profiles.wordpress.org/punit5658\">Punit Patel</a>, <a href=\"https://profiles.wordpress.org/purnendu\">Purnendu Dash</a>, <a href=\"https://profiles.wordp
 ress.org/r-a-y\">r-a-y</a>, <a href=\"https://profiles.wordpress.org/rachelbaker\">Rachel Baker</a>, <a href=\"https://profiles.wordpress.org/rafa8626\">Rafael Miranda</a>, <a href=\"https://profiles.wordpress.org/rahmohn\">Rahmohn</a>, <a href=\"https://profiles.wordpress.org/ramiy\">Rami Yushuvaev</a>, <a href=\"https://profiles.wordpress.org/ramon-fincken\">ramon fincken</a>, <a href=\"https://profiles.wordpress.org/jontyravi\">Ravi Vaghela</a>, <a href=\"https://profiles.wordpress.org/rclations\">RC Lations</a>, <a href=\"https://profiles.wordpress.org/redrambles\">redrambles</a>, <a href=\"https://profiles.wordpress.org/arena\">RENAUT</a>, <a href=\"https://profiles.wordpress.org/greuben\">Reuben Gunday</a>, <a href=\"https://profiles.wordp
 ress.org/rfair404\">rfair404</a>, <a href=\"https://profiles.wordpress.org/youknowriad\">Riad Benguella</a>, <a href=\"https://profiles.wordpress.org/rianrietveld\">Rian Rietveld</a>, <a href=\"https://profiles.wordpress.org/riddhiehta02\">Riddhi Mehta</a>, <a href=\"https://profiles.wordpress.org/rinkuyadav999\">Rinku Y</a>, <a href=\"https://profiles.wordpress.org/rcutmore\">Rob Cutmore</a>, <a href=\"https://profiles.wordpress.org/rodrigosprimo\">Rodrigo Primo</a>, <a href=\"https://profiles.wordpress.org/ronakganatra\">Ronak Ganatra</a>, <a href=\"https://profiles.wordpress.org/rugved\">rugved</a>, <a href=\"https://profiles.wordpress.org/rushabh4486\">Rushabh Shah</a>, <a href=\"https://profiles.wordpress.org/ryan\">Ryan Boren</a>, <a href=\&quo
 t;https://profiles.wordpress.org/ryanduff\">Ryan Duff</a>, <a href=\"https://profiles.wordpress.org/stunnedbeast\">Ryan Holmes</a>, <a href=\"https://profiles.wordpress.org/rmarks\">Ryan Marks</a>, <a href=\"https://profiles.wordpress.org/rmccue\">Ryan McCue</a>, <a href=\"https://profiles.wordpress.org/ohryan\">Ryan Neudorf</a>, <a href=\"https://profiles.wordpress.org/ryanplas\">Ryan Plas</a>, <a href=\"https://profiles.wordpress.org/welcher\">Ryan Welcher</a>, <a href=\"https://profiles.wordpress.org/ryanrolds\">ryanrolds</a>, <a href=\"https://profiles.wordpress.org/ryotsun\">ryotsun</a>, <a href=\"https://profiles.wordpress.org/stodorovic\">Sa&#353;a</a>, <a href=\"https://profiles.wordpress.org/manchumahara\">Sabuj Kundu</a>, <a href=\&quot
 ;https://profiles.wordpress.org/sagarprajapati\">Sagar Prajapati</a>, <a href=\"https://profiles.wordpress.org/sagarladani\">sagarladani</a>, <a href=\"https://profiles.wordpress.org/sa3idho\">Said El Bakkali</a>, <a href=\"https://profiles.wordpress.org/samikeijonen\">Sami Keijonen</a>, <a href=\"https://profiles.wordpress.org/viralsampat\">Sampat Viral</a>, <a href=\"https://profiles.wordpress.org/samuelsidler\">Samuel Sidler</a>, <a href=\"https://profiles.wordpress.org/otto42\">Samuel Wood (Otto)</a>, <a href=\"https://profiles.wordpress.org/tinkerbelly\">sarah semark</a>, <a href=\"https://profiles.wordpress.org/sathyapulse\">sathyapulse</a>, <a href=\"https://profiles.wordpress.org/sayedwp\">Sayed Taqui</a>, <a href=\"https://profiles.wordpress.org/sboisvert\&q
 uot;>sboisvert</a>, <a href=\"https://profiles.wordpress.org/scottdeluzio\">Scott DeLuzio</a>, <a href=\"https://profiles.wordpress.org/sc0ttkclark\">Scott Kingsley Clark</a>, <a href=\"https://profiles.wordpress.org/scottlee\">Scott Lee</a>, <a href=\"https://profiles.wordpress.org/coffee2code\">Scott Reilly</a>, <a href=\"https://profiles.wordpress.org/wonderboymusic\">Scott Taylor</a>, <a href=\"https://profiles.wordpress.org/scribu\">scribu</a>, <a href=\"https://profiles.wordpress.org/sebastianpisula\">Sebastian Pisula</a>, <a href=\"https://profiles.wordpress.org/sebsz\">SeBsZ</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov\">Sergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/sgr33n\">Sergio De Falco</a>, <a href=\"https
 ://profiles.wordpress.org/shamim51\">Shamim Hasan</a>, <a href=\"https://profiles.wordpress.org/shooper\">Shawn Hooper</a>, <a href=\"https://profiles.wordpress.org/shital-patel\">Shital Marakana</a>, <a href=\"https://profiles.wordpress.org/shramee\">shramee</a>, <a href=\"https://profiles.wordpress.org/nomnom99\">Siddharth Thevaril</a>, <a href=\"https://profiles.wordpress.org/pross\">Simon Prosser</a>, <a href=\"https://profiles.wordpress.org/slaffik\">Slava Abakumov</a>, <a href=\"https://profiles.wordpress.org/someecards\">someecards</a>, <a href=\"https://profiles.wordpress.org/soean\">Soren Wrede</a>, <a href=\"https://profiles.wordpress.org/spencerfinnell\">spencerfinnell</a>, <a href=\"https://profiles.wordpress.org/spocke\">spocke</a>, <a h
 ref=\"https://profiles.wordpress.org/metodiew\">Stanko Metodiev</a>, <a href=\"https://profiles.wordpress.org/stephdau\">Stephane Daury (stephdau)</a>, <a href=\"https://profiles.wordpress.org/netweb\">Stephen Edgar</a>, <a href=\"https://profiles.wordpress.org/stephenharris\">Stephen Harris</a>, <a href=\"https://profiles.wordpress.org/stevegrunwell\">Steve Grunwell</a>, <a href=\"https://profiles.wordpress.org/stevepuddick\">Steve Puddick</a>, <a href=\"https://profiles.wordpress.org/stevenlinx\">stevenlinx</a>, <a href=\"https://profiles.wordpress.org/skostadinov\">Stoyan Kostadinov</a>, <a href=\"https://profiles.wordpress.org/dualcube_subrata\">Subrata Mal</a>, <a href=\"https://profiles.wordpress.org/subrataemfluence\">Subrata Sarkar</a>, <a href=\"https:/
 /profiles.wordpress.org/sudar\">Sudar Muthu</a>, <a href=\"https://profiles.wordpress.org/musus\">Susumu Seino</a>, <a href=\"https://profiles.wordpress.org/svrooij\">svrooij</a>, <a href=\"https://profiles.wordpress.org/takahashi_fumiki\">Takahashi Fumiki</a>, <a href=\"https://profiles.wordpress.org/miyauchi\">Takayuki Miyauchi</a>, <a href=\"https://profiles.wordpress.org/karmatosed\">Tammie Lister</a>, <a href=\"https://profiles.wordpress.org/buley\">Taylor</a>, <a href=\"https://profiles.wordpress.org/tejas5989\">tejas5989</a>, <a href=\"https://profiles.wordpress.org/terwdan\">terwdan</a>, <a href=\"https://profiles.wordpress.org/tharsheblows\">tharsheblows</a>, <a href=\"https://profiles.wordpress.org/thulshof\">Thijs Hulshof</a>, <a href=\&qu
 ot;https://profiles.wordpress.org/thingsym\">thingsym</a>, <a href=\"https://profiles.wordpress.org/tfirdaus\">Thoriq Firdaus</a>, <a href=\"https://profiles.wordpress.org/tfrommen\">Thorsten Frommen</a>, <a href=\"https://profiles.wordpress.org/timmydcrawford\">Timmy Crawford</a>, <a href=\"https://profiles.wordpress.org/timothyblynjacobs\">Timothy Jacobs</a>, <a href=\"https://profiles.wordpress.org/tmatsuur\">tmatsuur</a>, <a href=\"https://profiles.wordpress.org/tobi823\">tobi823</a>, <a href=\"https://profiles.wordpress.org/toddnestor\">Todd Nestor</a>, <a href=\"https://profiles.wordpress.org/tobifjellner\">Tor-Bjorn Fjellner</a>, <a href=\"https://profiles.wordpress.org/zodiac1978\">Torsten Landsiedel</a>, <a href=\"https://profiles.wordpress.org/toru\"&g
 t;Toru Miki</a>, <a href=\"https://profiles.wordpress.org/toscho\">toscho</a>, <a href=\"https://profiles.wordpress.org/transl8or\">transl8or</a>, <a href=\"https://profiles.wordpress.org/truongwp\">truongwp</a>, <a href=\"https://profiles.wordpress.org/tuanmh\">tuanmh</a>, <a href=\"https://profiles.wordpress.org/tv-productions\">TV productions</a>, <a href=\"https://profiles.wordpress.org/uicestone\">uicestone</a>, <a href=\"https://profiles.wordpress.org/grapplerulrich\">Ulrich</a>, <a href=\"https://profiles.wordpress.org/umangvaghela123\">Umang Vaghela</a>, <a href=\"https://profiles.wordpress.org/umeshnevase\">Umesh Nevase</a>, <a href=\"https://profiles.wordpress.org/upadalavipul\">upadalavipul</a>, <a href=\"https://profiles.wordpress.org/utkars
 hpatel\">Utkarsh</a>, <a href=\"https://profiles.wordpress.org/vhauri\">vhauri</a>, <a href=\"https://profiles.wordpress.org/williampatton\">williampatton</a>, <a href=\"https://profiles.wordpress.org/withinboredom\">withinboredom</a>, <a href=\"https://profiles.wordpress.org/wojtekszkutnik\">Wojtek Szkutnik</a>, <a href=\"https://profiles.wordpress.org/xkon\">Xenos (xkon) Konstantinos</a>, <a href=\"https://profiles.wordpress.org/yahil\">Yahil Madakiya</a>, <a href=\"https://profiles.wordpress.org/yonivh\">yonivh</a>, <a href=\"https://profiles.wordpress.org/yrpwayne\">yrpwayne</a>, <a href=\"https://profiles.wordpress.org/zachwtx\">zachwtx</a>, and <a href=\"https://profiles.wordpress.org/zanematthew\">Zane Matthew</a>.\r\n\r\n\r\n\r\n<p>Finally
 , thanks to all the community translators who worked on WordPress 4.9. Their efforts bring WordPress 4.9 fully translated to 43 languages at release time, with more on the way.</p>\r\n\r\n\r\n\r\n<p>Do you want to report on WordPress 4.9? <a href=\"https://s.w.org/images/core/4.9/wp-4-9_press-kit.zip\">We&#x27;ve compiled a press kit featuring information about the release features, and some media assets to help you along</a>.</p>\r\n\r\n\r\n\r\n<p>If you want to follow along or help out, check out <a href=\"https://make.wordpress.org/\">Make WordPress</a> and our <a href=\"https://make.wordpress.org/core/\">core development blog</a>.</p>\r\n\r\n\r\n\r\n<p>Thanks for choosing WordPress!</p>\r\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:
 \"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"4968\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:36:\"\n               \n              \n              \n              \n                              \n              \n\n            \n              \n                              \n                      \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"WordPress 4.9 Release Candidate 3\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"https://wordpress.org
 /news/2017/11/wordpress-4-9-release-candidate-3/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 14 Nov 2017 06:53:48 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:13:\"Documentation\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:
 \"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=5184\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:345:\"The third release candidate for WordPress 4.9 is now available. A release candidate (RC) means we think we’re done, but with millions of users and thousands of plugins and themes, it’s possible we’ve missed something. In fact, we did miss some things in RC1 and RC2. This third release candidate was not originally scheduled, but [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/ele
 ments/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Weston Ruter\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:4169:\"<p>The third release candidate for WordPress 4.9 is now available.</p>\n<p>A release candidate (RC) means we think we’re done, but with millions of users and thousands of plugins and themes, it’s possible we’ve missed something. In fact, we did miss some things in RC1 and RC2. This third release candidate was not originally scheduled, but due a number of defects uncovered through your testing of RC2 (thank you!), we are putting out another 4.9 release candidate.</p>\n<p>We hope to ship WordPress 4.9 on <strong>Tuesday, No
 vember 14</strong> (that&#8217;s <em>tomorrow</em>) at 23:00 UTC, but we still need your help to get there. If you haven’t tested 4.9 yet, now is the time! If there are additional defects uncovered through testing between now and the release time, we may delay the 4.9 release to the following day.</p>\n<p>To test WordPress 4.9, you can use the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin or you can <a href=\"https://wordpress.org/wordpress-4.9-RC3.zip\">download the release candidate here</a> (zip).</p>\n<p>We&#8217;ve made <a href=\"https://core.trac.wordpress.org/log/branches/4.9?action=stop_on_copy&amp;mode=stop_on_copy&amp;rev=42178&amp;stop_rev=42133\">just over 20 changes</a> since releasing RC2 last week (as we did between RC1 and RC2). For more details about what’s new in version 4.9, check 
 out the <a href=\"https://wordpress.org/news/2017/10/wordpress-4-9-beta-1/\">Beta 1</a>, <a href=\"https://wordpress.org/news/2017/10/wordpress-4-9-beta-2/\">Beta 2</a>, <a href=\"https://wordpress.org/news/2017/10/wordpress-4-9-beta-3/\">Beta 3</a>, <a href=\"https://wordpress.org/news/2017/10/wordpress-4-9-beta-4/\">Beta 4</a>, <a href=\"https://wordpress.org/news/2017/10/wordpress-4-9-release-candidate/\">RC1</a>, and <a href=\"https://wordpress.org/news/2017/11/wordpress-4-9-release-candidate-2/\">RC2</a> blog posts. A few specific areas to test in RC3:</p>\n<ul>\n<li>Switching between the Visual and Text tabs of the editor, and the syncing of the cursor between those two tabs.</li>\n<li>Overriding linting errors in the Customizer&#8217;s Additional CSS editor.</li>\n<li>Adding nav menu items for Cust
 om Links in the Customizer.</li>\n<li>Scheduling customization drafts (stubbed posts/pages) for publishing in the Customizer.</li>\n<li>Autosave revisions for changes in the Customizer.</li>\n<li>About page styling.</li>\n</ul>\n<p><strong>Developers</strong>, please test your plugins and themes against WordPress 4.9 and update your plugin’s <em>Tested up to</em> version in the readme to 4.9. If you find compatibility problems please be sure to post to the support forums so we can figure those out before the final release — we work hard to avoid breaking things. Please see the summative <a href=\"https://make.wordpress.org/core/2017/11/07/wordpress-4-9-field-guide/\">field guide</a> to the 4.9 <a href=\"https://make.wordpress.org/core/tag/4.9+dev-notes/\">developer notes</a> on the <a href=\"https://make.wordpress.org/core/\">core developme
 nt blog</a>.</p>\n<p>Do you speak a language other than English? <a href=\"https://translate.wordpress.org/projects/wp/dev\">Help us translate WordPress into more than 100 languages!</a></p>\n<p><strong>If you think you’ve found a bug</strong>, you can post to the <a href=\"https://wordpress.org/support/forum/alphabeta\">Alpha/Beta area</a> in the support forums. We’d love to hear from you! If you’re comfortable writing a reproducible bug report, <a href=\"https://make.wordpress.org/core/reports/\">file one on WordPress Trac</a>, where you can also find <a href=\"https://core.trac.wordpress.org/tickets/major\">a list of known bugs</a>.</p>\n<p><em>Didn&#8217;t squash them all <img src=\"https://s.w.org/images/core/emoji/2.3/72x72/1f41b.png\" alt=\"?\" class=\"wp-smiley\" style=\"heigh
 t: 1em; max-height: 1em;\" /></em><br />\n<em>We want to release Tuesday</em><br />\n<em>New features not bugs <img src=\"https://s.w.org/images/core/emoji/2.3/72x72/2728.png\" alt=\"✨\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /></em></p>\n<p>Thanks for your continued help testing out the latest versions of WordPress.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"5184\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:36:\"\n             \
 n              \n              \n              \n                              \n              \n\n            \n              \n                              \n                      \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"WordPress 4.9 Release Candidate 2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"https://wordpress.org/news/2017/11/wordpress-4-9-release-candidate-2/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 07 Nov 2017 05:33:28 +0000\";s:7:\"attribs
 \";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=5047\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}
 s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:342:\"The second release candidate for WordPress 4.9 is now available. A release candidate (RC) means we think we’re done, but with millions of users and thousands of plugins and themes, it’s possible we’ve missed something. We hope to ship WordPress 4.9 on Tuesday, November 14 (just over one week from now), but we need your help [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Weston Ruter\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\&quo
 t;encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:3424:\"<p>The second release candidate for WordPress 4.9 is now available.</p>\n<p>A release candidate (RC) means we think we’re done, but with millions of users and thousands of plugins and themes, it’s possible we’ve missed something. We hope to ship WordPress 4.9 on <strong>Tuesday, November 14</strong> (just over <em>one week</em> from now), but we need your help to get there. If you haven’t tested 4.9 yet, now is the time!</p>\n<p>To test WordPress 4.9, you can use the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin or you can <a href=\"https://wordpress.org/wordpress-4.9-RC2.zip\">download the release candidate here</a> (zip).</p>\n<p>We&#8217;ve made <a href=\"https://core.trac.wordpress.org/log/trunk/?action=stop_on_copy&amp;mode=sto
 p_on_copy&amp;rev=42124&amp;stop_rev=42049&amp;limit=100&amp;sfp_email=&amp;sfph_mail=\">just over 20 changes</a> since releasing RC 1 last week. For more details about what’s new in version 4.9, check out the <a href=\"https://wordpress.org/news/2017/10/wordpress-4-9-beta-1/\">Beta 1</a>, <a href=\"https://wordpress.org/news/2017/10/wordpress-4-9-beta-2/\">Beta 2</a>, <a href=\"https://wordpress.org/news/2017/10/wordpress-4-9-beta-3/\">Beta 3</a>, <a href=\"https://wordpress.org/news/2017/10/wordpress-4-9-beta-4/\">Beta 4</a>, and <a href=\"https://wordpress.org/news/2017/10/wordpress-4-9-release-candidate/\">RC1</a> blog posts. Specific areas to test in RC2:</p>\n<ul>\n<li>Theme installation in the Customizer.</li>\n<li>Scheduling changes for publishing in the Customizer.</li>\n<li>Switching th
 emes with live preview in the Customizer.</li>\n</ul>\n<p><strong>Developers</strong>, please test your plugins and themes against WordPress 4.9 and update your plugin’s <em>Tested up to</em> version in the readme to 4.9. If you find compatibility problems please be sure to post to the support forums so we can figure those out before the final release — we work hard to avoid breaking things. Please see the summative <a href=\"https://make.wordpress.org/core/2017/11/07/wordpress-4-9-field-guide/\">field guide</a> to the 4.9 <a href=\"https://make.wordpress.org/core/tag/4.9+dev-notes/\">developer notes</a> on the <a href=\"https://make.wordpress.org/core/\">core development blog</a>.</p>\n<p>Do you speak a language other than English? <a href=\"https://translate.wordpress.org/projects/wp/dev\">Help us translate WordPress into more than 100 lan
 guages!</a></p>\n<p><strong>If you think you’ve found a bug</strong>, you can post to the <a href=\"https://wordpress.org/support/forum/alphabeta\">Alpha/Beta area</a> in the support forums. We’d love to hear from you! If you’re comfortable writing a reproducible bug report, <a href=\"https://make.wordpress.org/core/reports/\">file one on WordPress Trac</a>, where you can also find <a href=\"https://core.trac.wordpress.org/tickets/major\">a list of known bugs</a>.</p>\n<p>This week&#8217;s haiku is courtesy of <a href=\'https://profiles.wordpress.org/melchoyce/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>melchoyce</a>:</p>\n<p><em>We squashed all the bugs <img src=\"https://s.w.org/images/core/emoji/2.3/72x72/1f41b.png\" alt=\"?\" class=\"wp-smiley\" style=\"height: 1e
 m; max-height: 1em;\" /></em><br />\n<em>But uh, if not, let us know</em><br />\n<em>Also, test your stuff</em></p>\n<p>Thanks for your continued help testing out the latest versions of WordPress.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"5047\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:33:\"\n            \n              \n              \n              \n                              \n\n            \n              \n                              \n                      \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\"
 ;s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"The Month in WordPress: October 2017\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"https://wordpress.org/news/2017/11/the-month-in-wordpress-october-2017/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 02 Nov 2017 12:02:50 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{
 s:4:\"data\";s:18:\"Month in WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=5044\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:333:\"While this month we focused on building new features for WordPress core, we advanced other areas of the project too. Read on to learn more about what the WordPress project accomplished during the month of October. Take the 2017 Annual WordPress User Survey The annual WordPress User Survey is a great opportunity for you to [&a
 mp;#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Hugh Lashbrooke\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:6180:\"\n<p>While this month we focused on building new features for WordPress core, we advanced other areas of the project too. Read on to learn more about what the WordPress project accomplished during the month of October.</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>Take the 2017 Annual WordPress User
  Survey</h2>\n\n\n\n<p>The annual WordPress User Survey is a great opportunity for you to provide your feedback about how you use WordPress. This year is no exception, as <a href=\"https://wordpressdotorg.polldaddy.com/s/wordpress-2017-survey\">the 2017 WordPress User Survey</a> is out now.</p>\n\n\n\n<p>The information collected in the survey is used to make informed decisions about improvements across the WordPress project, so your answers are incredibly valuable and help shape the future of the platform.</p>\n\n\n\n<h2>WordPress 4.8.3 Security Release</h2>\n\n\n\n<p>At the end of October, <a href=\"https://wordpress.org/news/2017/10/wordpress-4-8-3-security-release/\">WordPress 4.8.3 was released</a> containing an important security fix for all previous versions of WordPress. If your WordPress installation has not updated automatically, please update it now to protect your site.</p>\
 n\n\n\n<p>This security issue was brought to light by a community member, so if you ever discover a security vulnerability in WordPress core, please do the same and <a href=\"https://make.wordpress.org/core/handbook/testing/reporting-security-vulnerabilities/\">disclose it responsibly</a>.</p>\n\n\n\n<h2>WordPress 4.9 Nearly Ready for Release</h2>\n\n\n\n<p>WordPress 4.9 was in rapid development this month. We released four beta versions and published a <a href=\"https://wordpress.org/news/2017/10/wordpress-4-9-release-candidate/\">release candidate</a>. The target for shipping WordPress 4.9 is November 14 — just two short weeks away. With many new features, this is a hugely exciting release that improves WordPress’ user experience considerably. Notably, you’ll see <a href=\"https://make.wordpress.org/core/2017/10/24/a-new-themes-experience-in-the-customizer/\">improvements to the theme s
 election experience</a>, plenty of <a href=\"https://make.wordpress.org/core/2017/10/24/widget-improvements-in-wordpress-4-9/\">widget enhancements</a>, drastically improved <a href=\"https://make.wordpress.org/core/2017/10/22/code-editing-improvements-in-wordpress-4-9/\">code editing</a>, and much better <a href=\"https://make.wordpress.org/core/2017/10/15/improvements-for-roles-and-capabilities-in-4-9/\">user role management</a>.</p>\n\n\n\n<p>To get involved in building WordPress Core, jump into the #core channel in the <a href=\"https://make.wordpress.org/chat/\">Making WordPress Slack group</a>, and follow <a href=\"https://make.wordpress.org/core/\">the Core team blog</a>.</p>\n\n\n\n<h2>WordPress Charity Hackathons are Growing</h2>\n\n\n\n<p>For the last few years, the number of <a href=\"https://doaction.org/\"&g
 t;do_action series of WordPress charity hackathons</a> has grown around the world. What started as a community event to assist local nonprofit organizations, has become something many WordPress communities are replicating in an increasing number of cities.</p>\n\n\n\n<p>As of this month, do_action events have been hosted in Cape Town and Johannesburg, South Africa, Beirut, Lebanon, Austin, Texas, and Montréal, Canada. In addition, events are now scheduled for <a href=\"https://doaction.org/event/bristol-2018/\">Bristol, England</a> and <a href=\"https://doaction.org/event/zurich-2018/\">Zurich, Switzerland</a> in 2018.</p>\n\n\n\n<p>To get involved in organizing a do_action event locally, read <a href=\"https://make.wordpress.org/community/handbook/meetup-organizer/event-formats/do_action-charity-hackathon/\">the do_action organizer’s handbook</a> and join the #community-events channel
  in the <a href=\"https://make.wordpress.org/chat/\">Making WordPress Slack group</a>.</p>\n\n\n\n<h2>Gutenberg Development Advances</h2>\n\n\n\n<p>While work steadily continues on Gutenberg — the new editor for WordPress core — one update from this month addresses one of the primary concerns that some people shared about the project.</p>\n\n\n\n<p>Up until <a href=\"https://make.wordpress.org/core/2017/10/24/whats-new-in-gutenberg-24th-october/\">the release on October 24</a>, Gutenberg did not support the meta boxes that so many WordPress content creators rely on. The new editor now has initial support for meta boxes as well as a host of other critical features for content creation in WordPress.</p>\n\n\n\n<p><a href=\"https://make.wordpress.org/test/handbook/call-for-testing/gutenberg-testing/\">Test out Gutenberg</a> right now and help develop it by joining the #
 core-editor channel in the <a href=\"https://make.wordpress.org/chat/\">Making WordPress Slack group</a> and following the <a href=\"https://make.wordpress.org/core/\">Core team blog</a>.</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>Further Reading:</h2>\n\n\n\n<ul>\n    <li>DonateWC, a new initiative that assists people in attending WordCamps, <a href=\"https://donatewc.org/wordcamp-stories/wordcamp-cape-town-experience/\">sponsored Trust Nhokovedzo from Harare, Zimbabwe</a> to speak at WordCamp Cape Town, South Africa this month.</li>\n    <li><a href=\"https://woocommerce.com/2017/10/saying-goodbye-to-canvas/\">The popular Canvas theme was retired</a> this month to allow WooCommerce to focus on moving their products forward more effectively.</li>\n    <li>The next installment of Camp Press, the WordPress communi
 ty retreat event, will take place <a href=\"https://camp.press/event/iceland2018/\">in Iceland</a>.</li>\n    <li>If you run a WordPress meetup group, but are struggling to find content for your events, the WordPress Marketing team <a href=\"https://make.wordpress.org/community/2017/10/04/supporting-for-meetups-with-low-content/\">has put together some ideas</a> to help.</li>\n    <li><a href=\"https://2017.us.wordcamp.org/\">WordCamp US 2017</a> is just around the corner — there’s still time to grab your tickets.</li>\n</ul>\n\n\n\n<p><em>If you have a story we should consider including in the next “Month in WordPress” post, please <a href=\"https://make.wordpress.org/community/month-in-wordpress-submissions/\">submit it here</a>.</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:1
 7:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"5044\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:39:\"\n           \n              \n              \n              \n                              \n              \n              \n\n            \n              \n                              \n                      \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"WordPress 4.8.3 Security Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";
 }}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"https://wordpress.org/news/2017/10/wordpress-4-8-3-security-release/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 31 Oct 2017 14:20:16 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Security\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:
 \"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"4.8\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=5035\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:378:\"WordPress 4.8.3 is now available. This is a security release for all previous versions and we strongly encourage you to update your sites immediately. WordPress versions 4.8.2 and earlier are affected by an issue where $wpdb-&#62;prepare() can cre
 ate unexpected and unsafe queries leading to potential SQL injection (SQLi). WordPress core is not directly vulnerable to [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Gary Pendergast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:1337:\"<p>WordPress 4.8.3 is now available. This is a <strong>security release</strong> for all previous versions and we strongly encourage you to update your sites immediately.</p>\n<p>WordPress ve
 rsions 4.8.2 and earlier are affected by an issue where <code>$wpdb-&gt;prepare()</code> can create unexpected and unsafe queries leading to potential SQL injection (SQLi). WordPress core is not directly vulnerable to this issue, but we’ve added hardening to prevent plugins and themes from accidentally causing a vulnerability. Reported by <a href=\"https://twitter.com/ircmaxell\">Anthony Ferrara</a>.</p>\n<p>This release includes a change in behaviour for the <code>esc_sql()</code> function. Most developers will not be affected by this change, you can read more details in the <a href=\"https://make.wordpress.org/core/2017/10/31/changed-behaviour-of-esc_sql-in-wordpress-4-8-3/\">developer note</a>.</p>\n<p>Thank you to the reporter of this issue for practicing <a href=\"https://make.wordpress.org/core/handbook/testing/reporting-security-vulnerabilities/\">responsible disc
 losure</a>.</p>\n<p><a href=\"https://wordpress.org/download/\">Download WordPress 4.8.3</a> or venture over to Dashboard → Updates and simply click “Update Now.” Sites that support automatic background updates are already beginning to update to WordPress 4.8.3.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"5035\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:36:\"\n          \n              \n              \n              \n                              \n              \n\n            \n              \n                              \n                      \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"x
 ml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"WordPress 4.9 Release Candidate\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"https://wordpress.org/news/2017/10/wordpress-4-9-release-candidate/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 31 Oct 2017 04:42:38 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\&quot
 ;;}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=4963\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:329:\"The release candidate for WordPress 4.9 is now available. RC mea
 ns we think we’re done, but with millions of users and thousands of plugins and themes, it’s possible we’ve missed something. We hope to ship WordPress 4.9 on Tuesday, November 14, but we need your help to get there. If you haven’t tested 4.9 yet, [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Mel Choyce\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:3275:\"<p>The release candidate for WordPress 4.9 is now available.</p>\n<p>RC me
 ans we think we’re done, but with millions of users and thousands of plugins and themes, it’s possible we’ve missed something. We hope to ship WordPress 4.9 on <strong>Tuesday, November 14</strong>, but we need your help to get there. If you haven’t tested 4.9 yet, now is the time!</p>\n<p>To test WordPress 4.9, you can use the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin or you can <a href=\"https://wordpress.org/wordpress-4.9-RC1.zip\">download the release candidate here</a> (zip).</p>\n<p>We&#8217;ve made <a href=\"https://core.trac.wordpress.org/log/trunk/?action=stop_on_copy&amp;mode=stop_on_copy&amp;rev=42049&amp;stop_rev=42022&amp;limit=100&amp;sfp_email=&amp;sfph_mail=\">almost 30 changes</a> since releasing Beta 4 last week. For more details about what’s new in version 4.9, check out 
 the <a href=\"https://wordpress.org/news/2017/10/wordpress-4-9-beta-1/\">Beta 1</a>, <a href=\"https://wordpress.org/news/2017/10/wordpress-4-9-beta-2/\">Beta 2</a>, <a href=\"https://wordpress.org/news/2017/10/wordpress-4-9-beta-3/\">Beta 3</a>, and <a href=\"https://wordpress.org/news/2017/10/wordpress-4-9-beta-4/\">Beta 4</a> blog posts.</p>\n<p><strong>Developers</strong>, please test your plugins and themes against WordPress 4.9 and update your plugin’s <em>Tested up to</em> version in the readme to 4.9. If you find compatibility problems please be sure to post to the support forums so we can figure those out before the final release — we work hard to avoid breaking things. An in-depth field guide to developer-focused changes is coming soon on the <a href=\"https://make.wordpress.org/core/\">core development blog</a>. In the mean
 time, you can review the <a href=\"https://make.wordpress.org/core/tag/4.9+dev-notes/\">developer notes for 4.9</a>.</p>\n<p>Do you speak a language other than English? <a href=\"https://translate.wordpress.org/projects/wp/dev\">Help us translate WordPress into more than 100 languages!</a></p>\n<p><strong>If you think you’ve found a bug</strong>, you can post to the <a href=\"https://wordpress.org/support/forum/alphabeta\">Alpha/Beta area</a> in the support forums. We’d love to hear from you! If you’re comfortable writing a reproducible bug report, <a href=\"https://make.wordpress.org/core/reports/\">file one on WordPress Trac</a>, where you can also find <a href=\"https://core.trac.wordpress.org/tickets/major\">a list of known bugs</a>.</p>\n<p>This week&#8217;s haiku is courtesy of <a href=\'https://profiles
 .wordpress.org/pento/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>pento</a>:</p>\n<p><em>this is halloween <img src=\"https://s.w.org/images/core/emoji/2.3/72x72/1f383.png\" alt=\"?\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /></em><br />\n<em>scary, spooky, candy day <img src=\"https://s.w.org/images/core/emoji/2.3/72x72/1f47b.png\" alt=\"?\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /></em><br />\n<em>rc1 is sweet <img src=\"https://s.w.org/images/core/emoji/2.3/72x72/1f36c.png\" alt=\"?\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /></em></p>\n<p>Thanks for your continued help testing out the latest versions of WordPress.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\&quot
 ;xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"4963\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:36:\"\n            \n              \n              \n              \n                              \n              \n\n            \n              \n                              \n                      \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"2017 WordPress Survey and WordCamp US\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\&
 quot;xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"https://wordpress.org/news/2017/10/2017-wordpress-survey-and-wordcamp-us/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 26 Oct 2017 20:59:32 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:9:\"Community\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:6:\"Events\";s:7:\"attribs\";a:0:{}s:8:\&q
 uot;xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=5004\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:332:\"It’s time for the annual WordPress user and developer survey! If you’re a WordPress user, developer, or business owner, then we want your feedback. Just like previous years, we’ll share the data at the upcoming WordCamp US (WCUS). It only takes a few minutes to fill out the survey, which will provide an overview of [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:
 \"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"Josepha\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:1083:\"\n<p>It’s time for the annual WordPress user and developer survey! If you’re a WordPress user, developer, or business owner, then we want your feedback. Just like previous years, we’ll share the data at the upcoming WordCamp US (WCUS).</p>\n\n\n\n<p>It only takes a few minutes to <a href=\"https://wordpressdotorg.polldaddy.com/s/wordpress-2017-survey\">fill out the survey</a>, which will provide an overview
  of how people use WordPress.</p>\n\n\n\n<figure class=\"wp-block-image alignright\" style=\"width:357px\"><a href=\"https://2017.us.wordcamp.org/tickets/\"><img src=\"https://i0.wp.com/wordpress.org/news/files/2017/10/header.jpg?resize=357%2C148&#038;ssl=1\" data-recalc-dims=\"1\" /></a>\n    <figcaption>WordCamp US in Nashville</figcaption>\n</figure>\n\n\n\n<p>The <a href=\"https://wordpress.tv/tag/state-of-the-word/\">State of the Word</a> includes stats and an overview of what&#x27;s new in WordPress and is given every year at WCUS. Don&#x27;t forget that tickets are available <a href=\"https://2017.us.wordcamp.org\">now</a> so you can join the excitement in Nashville this year!</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\
 "xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"5004\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:36:\"\n              \n              \n              \n              \n                              \n              \n\n            \n              \n                              \n                      \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordPress 4.9 Beta 4\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\&quo
 t;;s:56:\"https://wordpress.org/news/2017/10/wordpress-4-9-beta-4/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 25 Oct 2017 07:04:47 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:
 \"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=4962\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:364:\"WordPress 4.9 Beta 4 is now available! This software is still in development, so we don’t recommend you run it on a production site. Consider setting up a test site just to play with the new version. To test WordPress 4.9, try the WordPress Beta Tester plugin (you’ll want “bleeding edge nightlies”). Or you can download the beta here (zip). [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\&quo
 t;;}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Mel Choyce\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:2446:\"<p>WordPress 4.9 Beta 4 is now available!</p>\n<p><strong>This software is still in development,</strong> so we don’t recommend you run it on a production site. Consider setting up a test site just to play with the new version. To test WordPress 4.9, try the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (you’ll want “bleeding edge nightlies”). Or you can <a href=\"https://wordpress.org/wordpress-4.9-beta
 4.zip\">download the beta here</a> (zip).</p>\n<p>For more information on what’s new in 4.9, check out the <a href=\"https://wordpress.org/news/2017/10/wordpress-4-9-beta-1/\">Beta 1</a> blog post. Since the Beta 1 release, we’ve made <a href=\"https://core.trac.wordpress.org/log/trunk/?action=stop_on_copy&amp;mode=stop_on_copy&amp;rev=41846&amp;stop_rev=41777&amp;limit=100&amp;sfp_email=&amp;sfph_mail=\">70 changes</a> in Beta 2, and <a href=\"https://core.trac.wordpress.org/log/trunk/?action=stop_on_copy&amp;mode=stop_on_copy&amp;rev=41938&amp;stop_rev=41847&amp;limit=100&amp;sfp_email=&amp;sfph_mail=\">92 changes</a> in <a href=\"https://wordpress.org/news/2017/10/wordpress-4-9-beta-3/\">Beta 3</a>. In Beta 4, we&#8217;ve made <a href=\"https://core.trac.wordpress.org/log/trunk/?action=stop_on_copy
 &amp;mode=stop_on_copy&amp;rev=42020&amp;stop_rev=41940&amp;limit=100&amp;sfp_email=&amp;sfph_mail=\">80 changes</a>, focusing on bug fixes and finalizing new features.</p>\n<p>Do you speak a language other than English? <a href=\"https://translate.wordpress.org/projects/wp/dev\">Help us translate WordPress into more than 100 languages!</a></p>\n<p><strong>If you think you’ve found a bug</strong>, you can post to the <a href=\"https://wordpress.org/support/forum/alphabeta\">Alpha/Beta area</a> in the support forums. We’d love to hear from you! If you’re comfortable writing a reproducible bug report, <a href=\"https://make.wordpress.org/core/reports/\">file one on WordPress Trac</a>, where you can also find <a href=\"https://core.trac.wordpress.org/tickets/major\">a list of known bugs</a>.</p>\n<p><
 i>Beta 4 at last,<br />\nRC 1 draws ever near.<br />\nLet&#8217;s make it bug-free. <img src=\"https://s.w.org/images/core/emoji/2.3/72x72/1f41b.png\" alt=\"?\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /><img src=\"https://s.w.org/images/core/emoji/2.3/72x72/1f6ab.png\" alt=\"?\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /></i></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"4962\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}s:27:\"h
 ttp://www.w3.org/2005/Atom\";a:1:{s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:4:\"href\";s:32:\"https://wordpress.org/news/feed/\";s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:19:\"application/rss+xml\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:44:\"http://purl.org/rss/1.0/modules/syndication/\";a:2:{s:12:\"updatePeriod\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"\n   hourly  \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:15:\"updateFrequency\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"\n    1       \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\&qu
 ot;;s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:4:\"site\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"14607090\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";O:42:\"Requests_Utility_CaseInsensitiveDictionary\":1:{s:7:\"\0*\0data\";a:9:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Fri, 15 Dec 2017 05:26:07 GMT\";s:12:\"content-type\";s:34:\"application/rss+xml; charset=UTF-8\";s:25:\"strict-transport-security\";s:11:\"max-age=360\";s:6:\"x-olaf\";s:3:\"⛄\";s:13:\"last-modified\";s:29:\"Wed, 06 Dec 2017 18:39:27 GMT\";s:4:\"link\&qu
 ot;;s:63:\"<https://wordpress.org/news/wp-json/>; rel=\"https://api.w.org/\"\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:11:\"HIT lax 249\";}}s:5:\"build\";s:14:\"20171214234720\";}','no'),(1074,'_transient_timeout_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca','1513358424','no'),(1075,'_transient_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca','1513315224','no'),(1076,'_transient_timeout_feed_d117b5738fbd35bd8c0391cda1f2b5d9','1513358424','no'),(1077,'_transient_feed_d117b5738fbd35bd8c0391cda1f2b5d9','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"chi
 ld\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:61:\"\n   \n      \n      \n      \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"WordPress Planet\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://planet.wordpress.org/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}
 s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"en\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"WordPress Planet - http://planet.wordpress.org/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:50:{i:0;a:6:{s:4:\"data\";s:13:\"\n  \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"WPTavern: WPWeekly Episode 297 – WordCamp US 2017
  Recap\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"https://wptavern.com?p=77042&preview=true&preview_id=77042\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"https://wptavern.com/wpweekly-episode-297-wordcamp-us-2017-recap\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2715:\"<p>In this episode, <a href=\"https://jjj.blog/\">John James Jacoby</a> and I are 
 joined by <a href=\"https://mor10.com/\">Morten Rand-Hendriksen</a>. We have an engaging conversation about WordCamp US 2017, Gutenberg, and what it&#8217;s going to take for it to succeed. Rand-Hendriksen shared what he thinks are <a href=\"https://mor10.com/gutenberg-and-the-future-of-wordpress-conditions-for-success/\">the three conditions</a> that need to be met before Gutenberg can be shipped.</p>\n<p>Near the end of the show, we discuss the possible impacts Gutenberg&#8217;s timeline may have on the WordPress economy. Jacoby and I round out the show by reviewing the 2017 State of the Word and our picks of the week.</p>\n<h2>Stories Discussed:</h2>\n<p><a href=\"https://wptavern.com/storify-to-close-may-16-2018-wordpress-plugin-discontinued\">Storify to Close May 16, 2018, WordPress Plugin Discontinued</a><br />\n<a href=\"https://wptavern.com/gutenberg-an
 d-the-wordpress-of-tomorrow-by-morten-rand-hendriksen\" rel=\"bookmark\">Gutenberg and the WordPress of Tomorrow by Morten Rand-Hendriksen</a><br />\n<a href=\"https://bridgetwillard.com/economic-impact-timeline-gutenberg-rollout/\">The Economic Impact of the Timeline of the Gutenberg Rollout</a></p>\n<h2>Picks of the Week:</h2>\n<p><a href=\"https://www.copytrans.net/copytransheic/\">CopyTrans</a> is a plugin for Windows to view HEIC files. In iOS 11, Apple started using HEIC/HEIF. HEIF stands for High Efficiency Image Format, and, as the name suggests, is a more streamlined way to store image files. It allows digital photographs to be created in smaller files sizes while retaining higher image quality than its JPEG alternative. The image format is currently not supported in Windows 7, 8, and 10.</p>\n<p>CopyTrans HEIC for Windows is a simple Windows plugin that allows you 
 to open HEIC files using Windows Photo Viewer. This format is also <a href=\"https://core.trac.wordpress.org/ticket/42775\">not compatible with WordPress.</a></p>\n<p><a href=\"http://github.com/10up/wpsnapshots\">WP Snapshots</a> is a command line interface (CLI) tool by 10Up that empowers engineering teams to quickly share WordPress projects, including files and the database.</p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Wednesday, December 20th 3:00 P.M. Eastern</p>\n<p>Subscribe to <a href=\"https://itunes.apple.com/us/podcast/wordpress-weekly/id694849738\">WordPress Weekly via Itunes</a></p>\n<p>Subscribe to <a href=\"https://www.wptavern.com/feed/podcast\">WordPress Weekly via RSS</a></p>\n<p>Subscribe to <a href=\"http://www.stitcher.com/podcast/wordpress-weekly-podcast?refid=stp
 r\">WordPress Weekly via Stitcher Radio</a></p>\n<p><strong>Listen To Episode #297:</strong> </p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 14 Dec 2017 00:59:12 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:13:\"\n        \n      \n      \n      \n      \n      \n\";s:7:
 \"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"HeroPress: Finding My Way Out Of My Comfort Zone\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://heropress.com/?post_type=heropress-essays&p=2341\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:122:\"https://heropress.com/essays/finding-way-comfort-zone/#utm_source=rss&utm_medium=rss&utm_campaign=f
 inding-way-comfort-zone\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:20331:\"<img width=\"960\" height=\"480\" src=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/12/121317-1024x512.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"Pull Quote: As web developers, programmers, people who speak English, people who have internet access to read this article, are incredibly, very, very, very lucky.\" /><p>I don&#8217;t remember when we had a computer for the first time. I practically grew up with them. Hungary was a communist country when I was born in &#8217;84, so while everyone had a job, no one could really do their own thing. Everything was state owned.</p>\n<p>In 198
 9-1990 there was a change of regime which followed the collapse of the Berlin wall, and suddenly the country became a democracy, and people were free to start and own companies. Yes, the era also had other problems, like 35% inflation at one point, but at least we were &#8220;free&#8221;.</p>\n<p>My parents started out by importing computers from Hong Kong. That was a huge thing. We had one of the first of those, a 286 with a whopping speed of 8 Mhz which went up to 16 if I pressed the Turbo button! I had no idea what that meant though besides the number being higher.</p>\n<p><a href=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/12/young_gabor.jpg\"><img class=\"aligncenter size-large wp-image-2343\" src=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/12/young_gabor-1024x576.jpg\" alt=\"Gabor about age 3, at a computer\" width=\"960\" height=\&quot
 ;540\" /></a></p>\n<p>It was a good time of Sim City, Prince of Persia, and Sokoban.</p>\n<h3>Finding the Web</h3>\n<p>My first &#8220;website&#8221; was one my grandmother asked me to make for her Quaker group. I was 12. I created it with tables and inline styling (CSS wasn&#8217;t a thing back then), but never got it live &#8211; hosting wasn&#8217;t something I really knew about.</p>\n<p>Fast forward to 2003 when I started university studying architecture in Budapest. It was fun, I loved physics, I loved drawing, I loved math, I <em>especially</em> loved descriptive geometry! The latter is pretty much &#8220;how to represent a 3d thing on a sheet of paper&#8221;. Incidentally that brought me my first high paying consulting job. As a student in 2nd year I coached a student in first year in descriptive geometry &#8211; he had broken his leg so couldn&#8217;t actually make t
 he classes, but he had to pass that subject to advance. So every week I would go to their house and spend about 3 hours helping him draw and figure out how to draw what to draw and why to draw those things that way. That experience taught him everything he needed to know to pass with a 4 (on a scale of 5, 5 being best), which translates to around 80%. I had my first satisfied customer. <img src=\"https://s.w.org/images/core/emoji/2.3/72x72/1f642.png\" alt=\"?\" class=\"wp-smiley\" /></p>\n<p>It also taught me two very important things:</p>\n<ol>\n<li>if you&#8217;re good at it, they will overlook the fact that you&#8217;re not actually &#8220;qualified&#8221; to do the thing (I wasn&#8217;t a TA / lecturer. I was merely another student in an upper class. An upperclassman. 先輩)</li>\n<li>if you&#8217;re good at it, you can charge people a lot more than you otherwise think. I got p
 aid about 3x the standard hourly wage of adults working the majority of hourly jobs, and as a student, that was awesome!</li>\n</ol>\n<p>For context though, there is no tuition fee for your first degree (i.e.: it&#8217;s paid for by the government for you which gets that money from taxes).</p>\n<p>The second formative experience was between 2004-2006. I joined an extracurricular architecture club. Basically students who don&#8217;t just want to bumble through the university but actually get good! Like, REALLY GOOD. We pitched to host EASA &#8211; European Architecture Students&#8217; Assembly &#8211; in Budapest in 2006. For that we needed a website, both an internal forum, and a public facing site for sponsors / attendees / workshops / visitors / everyone.</p>\n<p>I knew nothing besides basic html.</p>\n<p>So naturally I volunteered.</p>\n<h3>Leveling up</h3>\n<p>I learned PHP, MySQL, 
 and Flash from books: learn php in 24 hours, PHP 4 reference, learn mysql in 24 hours, learn flash in 24 hours, etc. I had one guy over the internet who helped me figure out things in PHP, but other than that I was all alone. Stack Overflow wasn&#8217;t a thing either. Wild times. From memory I could probably exploit that engine in one of 284 ways today. I&#8217;m glad it&#8217;s not online any more. The flash site is, it&#8217;s somewhat broken, but here you go: <a href=\"https://javorszky.github.io/ancientflashsite/\" rel=\"nofollow\">https://javorszky.github.io/ancientflashsite/</a></p>\n<p>I built a forum engine and a full actionscript site. We also had a requirement that whoever applies to host whatever workshop, we need to judge the workshop on its own merit, not on who submits it, so I built the submit form in such a way that it took the files, and renamed them, scrubbed the email addresses that reached the judging c
 ommittee, and we made it a rule that if there&#8217;s any identifying information ON the pdf, it&#8217;s immediately disqualified. The year is 2005.</p>\n<p>Looking back, I realized two things:</p>\n<ol>\n<li>learn to learn on the job, and learn to enjoy not knowing stuff. Nobody does, really</li>\n<li>biases are real. Mitigate them. Even the ones you don&#8217;t know about. Especially the ones you don&#8217;t know about! Or at least have a framework by which you acknowledge if you&#8217;re called out</li>\n</ol>\n<h3>Moving On</h3>\n<p>I then decided to not continue my studies there. I was failed in one class where I expected a strong pass. We were split into 12 groups, and groups 1 and 2 got mostly failed, and groups 3-12 got overwhelmingly passed. Something wasn&#8217;t right, I spoke up, but I was a student, and they were faculty. I left because I didn&#8217;t feel like fighting a
 nd losing my soul over it.</p>\n<blockquote><p>Something wasn&#8217;t right, I spoke up, but I was a student, and they were faculty. I left because I didn&#8217;t feel like fighting and losing my soul over it.</p></blockquote>\n<p>I continued making websites for myself and got introduced to WordPress around this time. I don&#8217;t remember my first project. I <em>think</em> it was a site I built for myself in 8 hours for a competition which led me to my first paying website job, which I totally screwed up.</p>\n<p>In 2010 I decided to move countries with 3 friends I went to university with, at the time I was studying International Tourism Management, and I could transfer to Oxford Brookes University (not the one you heard about).</p>\n<p>I missed the application deadline.</p>\n<p>Which meant that I had to find work. When I bought my plane ticket I decided that whatever it takes, I will m
 ake it work. Staying in Hungary was not an option for me: I didn&#8217;t like the politics, I didn&#8217;t like where the country was heading economically, and I longed for a more cheerful society to surround me. Movement rights and language I can speak and other people going the same way helped me decide on the UK.</p>\n<h3>Restarting</h3>\n<p>So I made it work: I accepted the first full time job that I got offered. I worked as a wait staff at the restaurant of one of the luxury hotels in the city. It had very little to do with computers, but I had income, I could pay back the help I got from my friends (and by extension, their families), and I could actually take control of my own life instead of just bumping into furniture.</p>\n<blockquote><p>It had very little to do with computers, but I had income, I could pay back the help I got from my friends (and by extension, their families), and I could actually take control of my own lif
 e [&#8230;]</p></blockquote>\n<p>I&#8217;ve learned a lot from working there. Chef taught me that literally no one cares WHY there was a mistake at that time in putting through an order &#8211; what&#8217;s important is what the error was, what&#8217;s needed to correct it. Everything else is wasting everyone&#8217;s time. Of course we&#8217;d go through these after the service.</p>\n<p>I&#8217;ve learned that to work in hospitality, you have to leave your ego at the door. Doesn&#8217;t mean you should take abuse, but there you&#8217;re part of a &#8211; hopefully &#8211; finely tuned, oiled machinery, and keeping the whole thing operating is the number one goal. Turns out that&#8217;s also applicable to working in teams in general.</p>\n<p>A year goes by, and we need to move out of the house we&#8217;re renting. In a break between morning and evening shifts I look at the job postings i
 n the local newspaper: someone&#8217;s looking for a developer! It was a Wednesday. I got an interview for Friday, and started on Monday. I had to talk to my supervisor to move me to evening-only shifts because I have a second desk job. My days: 9am &#8211; 4:45pm developer, 5pm &#8211; 2am (ish, whenever we finished) waiting tables. Rinse and repeat.</p>\n<p>Working 60-80 hours could only go on for so long. After about 3 months I had a very sharp chest pain while on shift at the restaurant. Had to walk home (normally I cycle), and then made my way to the emergency room where after having waited 5 hours, I got an X-ray, and EKG, and the doctor determined there&#8217;s nothing wrong, so here&#8217;s some Ibuprofen (3&#215;1) and some Paracetamol (1&#215;1).</p>\n<blockquote><p>Kids, don&#8217;t work 60-80 hours a week.</p></blockquote>\n<p>&#8220;Uh, which one should I take on a day?&#8221; &#
 8220;Oh&#8230; both!&#8221;</p>\n<p>I went home, took the first dose, and slept for 22 hours. I handed in my resignation 2 days later at the restaurant because I needed to not work that much. My manager pleaded me to stay at least on part time, which I did, because they were genuinely lovely people.</p>\n<p>Kids, don&#8217;t work 60-80 hours a week.</p>\n<h3>Back to the web with full steam</h3>\n<p>After a year at the development agency + restaurant combo, I got hired to a WordPress agency through recruiters. My new boss asked me why I haven&#8217;t applied to them directly, even though I saw their ad, why I waited to go through a recruiter. I said I didn&#8217;t think I was good enough. That decision ended up costing him a few thousand pounds in recruitment fees.</p>\n<p>I quit my restaurant job for good. I also learned a lesson to actually trust myself.</p>\n<p>Something that during the 2,5
  years with them I would question a lot of times. There have been instances when I made mistakes that were incredibly easy to avoid had I just taken 5 more minutes to think. But every time it was something we could correct fairly fast (shoutout to hospitality experience!) and then I had a postmortem, and changed the way I work to avoid similar problems.</p>\n<p>I had the privilege to work on some seriously challenging WordPress sites while with them. That was my first actual commercial experience with it. We built blogs from Oxford University (the one you heard about) to eCommerce site migrations from Magento using Jigoshop and later WooCommerce.</p>\n<p>I&#8217;ve had to disassemble how WooCommerce worked fairly fast because of some of the client requirements, and I got pretty good at it.</p>\n<p>In November 2014 I got hired to one of the product companies around WooCommerce and spent a year and a half with them maintaining their plugins, ans
 wering customer queries and helping them fix their sites occasionally. That was my first help desk experience.</p>\n<p>I got access to some incredibly large eCommerce stores and I quickly discovered where the bottlenecks were in our plugins, WordPress, and WooCommerce itself. Some of the customers had access to New Relic, which I could use to help me find what&#8217;s taking so long.</p>\n<p>From then on it was just a case of finding what&#8217;s slow, following it back, reading the documentation and code on why it&#8217;s slow, and coming up with ideas on how to fix it.</p>\n<p>I got really good at this.</p>\n<h3>The Freelance Days</h3>\n<p>At the end of July 2016 our ways parted, and I had a buffer of about 3 months when I didn&#8217;t need to worry about having to find another job. While trying to figure out what to do, where next, I started getting requests to work on some projects. They asked me my hour
 ly rate. I said a number I was slightly uncomfortable with, they said yeah, and off I went.</p>\n<blockquote><p>[&#8230;] I started getting requests to work on some projects. They asked me my hourly rate. I said a number I was slightly uncomfortable with, they said yeah [&#8230;]</p></blockquote>\n<p>It also helped that I was at the time known for my love of hard problems and actually figuring out why things break and fixing them.</p>\n<p>I thought &#8220;hey, if I can command that much hourly rate, I could make this work!&#8221;</p>\n<p>I took on clients, and managed to make things work for&#8230; a surprisingly long time. Having GREAT accountants is a must for self employment.</p>\n<p>I suddenly also had time to pursue some of my other interests: I learned how to ride a motorcycle.</p>\n<p><a href=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/12/
 gabor_motorcycle.jpg\"><img class=\"aligncenter size-large wp-image-2344\" src=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/12/gabor_motorcycle-1024x576.jpg\" alt=\"Gabor standing by a sporty motorcycle\" width=\"960\" height=\"540\" /></a></p>\n<p>I started learning Japanese! I got back onto the slackline.</p>\n<p><a href=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/12/gabor_slackline.jpg\"><img class=\"aligncenter size-large wp-image-2345\" src=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/12/gabor_slackline-1024x768.jpg\" alt=\"Gabor balancing on a narrow strap hung between two trees\" width=\"960\" height=\"720\" /></a></p>\n<p>I got to speak at WordCamp Brighton in 2017!</p>\n<p><a href=\"http://20094-pre
 sscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/12/gabor_wordcamp.jpg\"><img class=\"aligncenter wp-image-2346 size-large\" src=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/12/gabor_wordcamp-1024x683.jpg\" alt=\"Gabor, on stage at WordCamp Brighton\" width=\"960\" height=\"640\" /></a></p>\n<p>Until very recently, it was a game of &#8220;how long can I be self employed before I need to look for a job?&#8221; Turns out I couldn&#8217;t answer this, because an opportunity came up to join Mindsize as a lead backend developer.</p>\n<p>When I heard about them starting up a few months prior, I had two thoughts:</p>\n<ol>\n<li>they are probably the only company I would stop doing freelance work for</li>\n<li>I&#8217;m not good enough to work with them yet</li>\n</ol>\n<p>Statement 1 was true :).</p>\
 n<h3>Catching up with the present</h3>\n<p>This brings us into the very recent present. It&#8217;s maybe a month old development at the time of publication. Since then I&#8217;ve been working really hard to reclaim my time of about 40 hours worked a week. With the holiday push of the clients I had as a freelancer, there was a transition phase where I had to work 60-80 hours.</p>\n<p>Don&#8217;t work 60-80 hours a week, kids!</p>\n<p>Looking back it was incredibly humbling experience so far, but also exciting, and full of challenges, and learnings. I&#8217;ve made a lot of excellent friends, and luckily very few enemies. I am grateful for each and every one of them.</p>\n<p>I don&#8217;t know where life takes me. For the foreseeable future I&#8217;ll be with Mindsize and will make eCommerce sites awesome, and will make awesome eCommerce sites. But I&#8217;ll also try and pass on some of the things I&amp
 ;#8217;ve learned by helping people new to the industry.</p>\n<p>There are a lot more things I could say, but they aren&#8217;t necessarily part of my journey, so I&#8217;ll save them for some other time.</p>\n<h3>On privilege</h3>\n<blockquote><p>We, as web developers, programmers, people who speak English, people who have internet access to read this article, are incredibly, very, very, very lucky.</p></blockquote>\n<p>Except for one thing. When I worked at the WordPress agency, Twitter, and by extension, society, started the &#8220;check your privilege&#8221; trend. It took a while to understand what it was all about, but it&#8217;s something I wish everyone did.</p>\n<p>We, as web developers, programmers, people who speak English, people who have internet access to read this article, are incredibly, very, very, very lucky. I&#8217;ve realized that my journey wouldn&#8217;t have be
 en possible had I been born to less fortunate circumstances:</p>\n<p>If my parents didn&#8217;t make the decision to start teaching me English when I was 3.</p>\n<p>If I didn&#8217;t have the financial stability in my family to be able to just explore what I like to do.</p>\n<p>If I didn&#8217;t have the financial stability to just drop out of university after 3 years because &#8220;I didn&#8217;t like it&#8221;. And another one after a semester. And never finish my Tourism Management course.</p>\n<p>If I didn&#8217;t live in a developed nation with easy access and high standards of living.</p>\n<p>This brings into mind one of my favorite tweets:</p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">Your job, lucky person, is to help others less lucky than you to improve their odds.</p>\n<p>&mdash; Dylan Wilbanks, Hum
 an Grumpy Cat (@dylanw) <a href=\"https://twitter.com/dylanw/status/522060876304486400?ref_src=twsrc%5Etfw\">October 14, 2014</a></p></blockquote>\n<p></p>\n<p>Not everyone has these opportunities and every day I am conscious of it.</p>\n<p>Humans are hard. Interpersonal skills are hard. Treating each other with dignity, respect, and grace is hard if you haven&#8217;t been brought up with those values as a kid. It&#8217;s been a challenge for me to shed the &#8220;boys will be boys&#8221; upbringing I was carrying.</p>\n<p>Let&#8217;s use our power and means and help the less fortunate walk their own paths. Let&#8217;s lessen marginalization with the view of ending it. Let&#8217;s be excellent to each other!</p>\n<p>And don&#8217;t use &#8220;guys&#8221; to mean everyone!</p>\n<div class=\"rtsocial-container rtsocial-container-align-right rtso
 cial-horizontal\"><div class=\"rtsocial-twitter-horizontal\"><div class=\"rtsocial-twitter-horizontal-button\"><a title=\"Tweet: Finding My Way Out Of My Comfort Zone\" class=\"rtsocial-twitter-button\" href=\"https://twitter.com/share?text=Finding%20My%20Way%20Out%20Of%20My%20Comfort%20Zone&via=heropress&url=https%3A%2F%2Fheropress.com%2Fessays%2Ffinding-way-comfort-zone%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-fb-horizontal fb-light\"><div class=\"rtsocial-fb-horizontal-button\"><a title=\"Like: Finding My Way Out Of My Comfort Zone\" class=\"rtsocial-fb-button rtsocial-fb-like-light\" href=\"https://www.facebook.com/sharer.php?u=https%3A%2F%2Fheropress.com%2Fessays%2Ffinding-way-comfort-zone%2F\" rel=\"nofollow\" target=\"_blank\"></a
 ></div></div><div class=\"rtsocial-linkedin-horizontal\"><div class=\"rtsocial-linkedin-horizontal-button\"><a class=\"rtsocial-linkedin-button\" href=\"https://www.linkedin.com/shareArticle?mini=true&url=https%3A%2F%2Fheropress.com%2Fessays%2Ffinding-way-comfort-zone%2F&title=Finding+My+Way+Out+Of+My+Comfort+Zone\" rel=\"nofollow\" target=\"_blank\" title=\"Share: Finding My Way Out Of My Comfort Zone\"></a></div></div><div class=\"rtsocial-pinterest-horizontal\"><div class=\"rtsocial-pinterest-horizontal-button\"><a class=\"rtsocial-pinterest-button\" href=\"https://pinterest.com/pin/create/button/?url=https://heropress.com/essays/finding-way-comfort-zone/&media=https://heropress.com/wp-content/uploads/2017/12/121317-150x150.jpg&description=Finding My Way Out Of My Comfort Zone\" rel=\"n
 ofollow\" target=\"_blank\" title=\"Pin: Finding My Way Out Of My Comfort Zone\"></a></div></div><a rel=\"nofollow\" class=\"perma-link\" href=\"https://heropress.com/essays/finding-way-comfort-zone/\" title=\"Finding My Way Out Of My Comfort Zone\"></a></div><p>The post <a rel=\"nofollow\" href=\"https://heropress.com/essays/finding-way-comfort-zone/\">Finding My Way Out Of My Comfort Zone</a> appeared first on <a rel=\"nofollow\" href=\"https://heropress.com\">HeroPress</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 13 Dec 2017 08:00:23 +0000\";s:7:\"attribs\";a:0:{}s:8:\"
 xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Gabor Javorszky\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:13:\"\n       \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"WPTavern: Storify to Close May 16, 2018, WordPress Plugin Discontinued\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explici
 t\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=76992\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:79:\"https://wptavern.com/storify-to-close-may-16-2018-wordpress-plugin-discontinued\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2906:\"<p><a href=\"https://storify.com/\">Storify</a>, a service that launched in 2010 and opened to the public in 2013 has announced that it is shutting down version one of its service on May 16th, 2018. Concurrently, its WordPre
 ss plugin that is actively installed on more than 2,000 sites has been <a href=\"https://wordpress.org/plugins/storify/\">discontinued</a>. </p>\n\n\n\n<img src=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2017/12/StorifyPluginDiscontinued.png?w=627&ssl=1\" />\n    Storify Plugin is Discontinued\n\n\n\n\n<p>Storify enabled journalists and others to build stories and timelines similar to Twitter and other social networks. The service <a href=\"https://techcrunch.com/2013/09/09/livefyre-acquires-storify/\">was acquired</a> by <a href=\"http://www.livefyre.com\">Livefyre</a> in 2013 and became part of Adobe when it <a href=\"https://techcrunch.com/2016/05/03/adobe-acquires-livefyre/\">acquired Livefyre</a> in 2016. </p>\n\n\n\n<p>Storify has disabled new accounts from being created and will delete stories and accounts on May 16th, 2018. Existing use
 rs who want to move to Storify 2, a paid feature of Livefyre, will need to purchase a license. The service has <a href=\"https://storify.com/faq-eol\">published a FAQ</a> that includes directions on how to export content. </p>\n\n\n\n<h2>New Plugin Opportunity</h2>\n\n\n\n<p>According to some users, the export process is cumbersome, providing an excellent opportunity for a prospecting developer to create a WordPress plugin that makes the process easier. A search of the WordPress plugin directory for Storify Export produces zero results. <br /></p>\n\n\n\n\n    <blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">A fantastic <a href=\"https://twitter.com/hashtag/WordPress?src=hash&ref_src=twsrc%5Etfw\">#WordPress</a> dev opportunity: <a href=\"https://twitter.com/Storify?ref_src=twsrc%5Etfw\">@Storify</a> just announced its \&qu
 ot;End of Life\" for May 2018. The export is kinda lame. If I could import a story from Storify into a WordPress Post/Page that would be fabulous! I have a few stories that I wouldn\'t want to lose. <a href=\"https://twitter.com/hashtag/biz?src=hash&ref_src=twsrc%5Etfw\">#biz</a></p>&mdash; Birgit Pauli-Haack (@bph) <a href=\"https://twitter.com/bph/status/940706045449703424?ref_src=twsrc%5Etfw\">December 12, 2017</a></blockquote>\n\n\n\n\n\n    <blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">I have a lot of Storify stories I\'d hate to lose, too. If you hear of someone doing this, I\'d love to know about it.</p>&mdash; Deborah Edwards-Onoro (@redcrew) <a href=\"https://twitter.com/redcrew/status/940729186469253120?ref_src=twsrc%5Etfw\">December 12, 2017</a></blockquote>\n\n\n\n\n<p>If you know of any methods or plu
 gins that eases the process of exporting content from Storify and importing it to WordPress, please share them in the comments. Also feel free to let us know if you create a plugin that performs this task. </p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 13 Dec 2017 07:30:24 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i
 :3;a:6:{s:4:\"data\";s:13:\"\n  \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"WPTavern: Gutenberg and the WordPress of Tomorrow by Morten Rand-Hendriksen\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=76959\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:86:\"https://wptavern.com/gutenberg-and-th
 e-wordpress-of-tomorrow-by-morten-rand-hendriksen\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1054:\"<p>While attending WordCamp US 2017, there were a number of sessions that stood out to me. <a href=\"https://wordpress.tv/2017/12/10/morten-rand-hendriksen-gutenberg-and-the-wordpress-of-tomorrow/\">Gutenberg and the WordPress of Tomorrow</a> by Morten Rand-Hendriksen was one of them. </p>\n\n\n\n<p>Hendriksen explains the state of WYSIWYG in WordPress and how it doesn&#x27;t really exist but Gutenberg provides opportunities to change that. He explores developing sites without being confined to a small view port. He also performs a live demo of Gutenberg showing off its capabilities.</p>\n\n\n\n<p>An interesting outcome from hi
 s presentation is the amount of optimism and excitement it generated from the audience. During the question and answer session, a member of the audience commented on how far Gutenberg has advanced in the last three months and that it looks cool to use now. </p>\n\n\n\n<p>To gain insight into how Gutenberg can moonshot WordPress over its competition, watch Hendriksen&#x27;s presentation. </p>\n\n\n\n\n    <div class=\"embed-wrap\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 12 Dec 2017 20:57:15 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:
 {s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:13:\"\n      \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"Matt: Post-Verbal Language\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"https://ma.tt/?p=47705\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\
 "\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"https://ma.tt/2017/12/post-verbal-language/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1800:\"<p>James Beshara has a <a href=\"https://jjbeshara.com/2017/12/09/a-post-verbal-world/\">really interesting read on how communication will change and evolve in a post-verbal world</a>, namely one where human/brain interfaces like <a href=\"https://waitbutwhy.com/2017/04/neuralink.html\">Neuralink</a> can more directly transmit thought between people than the medium of language allows today. </p>\n\n\n\n<p>After reading the essay I wonder if people&#x27
 ;s thoughts or the neural pathways they activate, if they could be directly transmitted into another brain, would actually make any sense to someone else with a unique internal set of pathways and framework for parsing and understanding the world. The essay assumes we&#x27;d understand and have more empathy with each other, but that seems like a leap. It seems likely the neural link would need it own set of abstractions, perhaps even unique per person, similar to how <a href=\"https://www.newscientist.com/article/2114748-google-translate-ai-invents-its-own-language-to-translate-with/\">Google Translate AI invented its own meta-language</a>. </p>\n\n\n\n<p>Today <a href=\"https://www.economist.com/news/leaders/21730871-facebook-google-and-twitter-were-supposed-save-politics-good-information-drove-out\">idea-viruses that cause outrage (outrageous?) in today&#x27;s discourse  have been weaponized by algorithms optimizing for e
 ngagement</a>, and directly brain-transmitted memes seem especially risky for appealing to our base natures or causing <a href=\"https://en.wikipedia.org/wiki/Amygdala_hijack\">amygdala hijack</a>. But perhaps a feature of these neural interface devices could counteract that, with a command like \"tell me this piece of news but suppress my confirmation bias and tribal emotional reactions while I&#x27;m taking it in.\"</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 12 Dec 2017 03:09:01 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\&quot
 ;creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:13:\"\n   \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"Matt: iPhone Fast Charging\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"https://ma.tt/?p=47682\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\&
 quot;xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:38:\"https://ma.tt/2017/12/iphone-charging/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:382:\"<p>I love USB, cables, and charging things. <a href=\"https://www.macrumors.com/guide/iphone-x-fast-charging-speeds-compared/\">So MacRumors comparison of different wired and wireless charging options and speed for the iPhone X is my catnip</a>. tl; dr: USB-C + USB-C-to-Lightning cable gives you far and away the fastest times. I&#x27;ve found this true for the iPad Pro as well.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;
 s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 07 Dec 2017 16:51:19 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:13:\"\n      \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:2
 9:\"Matt: State of the Word, 2017\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"https://ma.tt/?p=47687\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:45:\"https://ma.tt/2017/12/state-of-the-word-2017/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:524:\"<p>I really enjoyed connecting with the WordPress community in Nashville this previous weekend. On Saturday I delivered the State of the
  Word presentation alongside <a href=\"https://choycedesign.com/\">Mel</a>, <a href=\"https://weston.ruter.net/\">Weston</a>, and <a href=\"https://matiasventura.com/\">Matías</a>. There&#x27;s always a post-event buzz but I definitely noticed a change in tenor of people&#x27;s thoughts on Gutenberg after the presentation and demo. The video is above, check it out when you get a chance.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 06 Dec 2017 23:38:20 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\&quo
 t;creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:13:\"\n  \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"HeroPress: Remote Work Brings Freedom\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://heropress.com/?post_type=heropress-essays&p=2324\";s:7:\"attribs\";a:0:{}s:8
 :\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:126:\"https://heropress.com/essays/remote-work-brings-freedom/#utm_source=rss&utm_medium=rss&utm_campaign=remote-work-brings-freedom\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:21046:\"<img width=\"960\" height=\"480\" src=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/12/120617-1024x512.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"Pull Quote: WordPress is not just a CMS, it\'s a Community of lovely people!\" /><p><a href=\"http://heropress.com/feed/#gujarati\"&gt
 ;આ નિબંધ ગુજરાતીમાં પણ ઉપલબ્ધ છે</a></p>\n<p>First of all, I want to say thank you to HeroPress for reaching out and letting so many people share their stories. I am a follower of HeroPress and read new stories every week! A few months ago my friend <a href=\"https://heropress.com/essays/wordpress-good-indian-women/\">Juhi Patel shared her great WordPress story</a>, and I was inspired by her to share my own and how it has changed my way of working.</p>\n<blockquote><p>I am that guy who hates theory and loves to do practical programming.</p></blockquote>\n<p>After completing my bachelor of engineering with Information Technology in 2013, I was looking for a job. I found that there were many different kinds of programming language jobs that were available. I was really not sure which one I needed or wanted to choose. After getting advice from a senior, I star
 ted training for PHP because it was easy and quick to learn. A few days before I had completed Training, I got selected in small company (5 Employees) as a PHP Developer. I was making websites there using PHP codeigniter framework.</p>\n<p>I was belong from a small town, and everyday it took me around 3 hours to travel to my job. After about 2 months, I applied for a job at another big company and was selected as Web Developer. There I was working on CMS Framework (not WordPress <img src=\"https://s.w.org/images/core/emoji/2.3/72x72/1f600.png\" alt=\"?\" class=\"wp-smiley\" /> ) for website projects. After a few days, I made my personal site using WordPress in my free time.</p>\n<blockquote><p>At that time, I was not aware of themes and plugins. I was just playing with theme files and editor to make changes on my website! <img src=\"https://s.w.org/images/core/emoji/2.3/72x72/1f61c.png\" alt=\"?\&quo
 t; class=\"wp-smiley\" /></p></blockquote>\n<p>After a month, my team leader got to know about that I was interested in WordPress. I got the opportunity to learn WordPress. I learned and explored WordPress with some demo projects by understanding how plugins and themes work. After 3 weeks of learning WordPress, I worked on my first WordPress project. This project took around 4 months to complete <img src=\"https://s.w.org/images/core/emoji/2.3/72x72/1f600.png\" alt=\"?\" class=\"wp-smiley\" /> After this successful project, the whole CMS Team migrated to WordPress.</p>\n<blockquote><p>I realized that, WordPress is so easy to learn, get help and work on it!</p></blockquote>\n<p>After around 1 year and 3 months of working with that company, I was told to work after working hours due to heavy requirements from our projects. I felt really stressed and frustrated at work and during that
  time…</p>\n<blockquote><p>I got to know about “Remote” work. But I didn’t know what that was or how it works?</p></blockquote>\n<p>I explored about remote work and found that this is a career that you can work from your home, workplace or anywhere you like. I saw that many people in world are doing remote work happily. I decided to switch my job from Office Job to Remote Job. My parents, family and relatives advised me to not leave office job because they believed Remote Job is not as secure as an Office Job. But I stuck with my decision. In March 2015, I resigned from my job without notice period with the condition of no experience letter would be provided to me of this job.</p>\n<blockquote><p>At the initial stage it was hard to be freelancer. But I was trying and trying to get that started.</p></blockquote>\n<p>I had registered in one popular freelancer marketplace. After 1 week of trying very hard I
  got my first project. It was just for $5 to make an HTML page with a countdown timer. I did it successfully and got the best review. After that I had also completed many projects successfully. That’s it! I was done with my decision. Within the first few weeks I made a website for one US Client. They were impressed by my work and hired me as Full time Web Developer for their company in April 2015. I am remotely working with them happily still today from my home!</p>\n<blockquote><p>Everything is going smoothly. I am enjoying Work from Home, Freedom and Quality time with Family.</p></blockquote>\n<p>In October 2016, I learned about WordCamp. I attended my first WordCamp Nashik 2016. I met many WordPress Developers, Freelancers, Professionals, Users and many other people at this WordCamp. After that, I became a fan of WordCamp. We started organizing Meetups in our City. Within the last year, I have attended, volunteered and contributed as a friend
  and sponsor at more than 6 WordCamps. Currently I am active member of Ahmedabad WordPress Community.</p>\n<blockquote><p>I am a WordCamp Lover. WordCamp is a way to meet new people, learn and share knowledge!</p></blockquote>\n<p>In October 2017, we successfully organized WordCamp in our city. I have been speaking about how remote job can be a good opportunity as a career to students and newbie in panel discussion of WordCamp Ahmedabad.</p>\n<a href=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/12/wcahmedabad-panel-discussion.jpg\"><img class=\"size-large wp-image-2325\" src=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/12/wcahmedabad-panel-discussion-1024x683.jpg\" alt=\"4 men on a couch at the front of a room.\" width=\"960\" height=\"640\" /></a>Panel Discussion &#8211; WordCamp Ahmedabad 2017 (PC. Meher Bala)
 \n<blockquote><p>WordPress is not just a CMS, It&#8217;s a community of lovely people!</p></blockquote>\n<hr />\n<h1 id=\"gujarati\">રિમોટ કામ સ્વતંત્રતા લાવે છે.</h1>\n<blockquote><p>“મને હીરોપ્રેસ સ્ટોરીમાં ભાગ લેવામાં કેવી રીતે પ્રેરણા મળી?”</p></blockquote>\n<p>સૌ પ્રથમ, ઘણા લોકો સુધી પહોંચીને અને તેમની વાર્તાઓ કહેવા માટે હું હીરોપ્રેસનો ખુબ જ આભાર માનું છું. હું હિરોપ્રેસનો અનુયાયી છું અને દર અઠવાડિયે નવી વાર્તાઓ વાંચું છું! થોડા મહિના પહેલા માર
  મિત્ર જુહી પટેલે તેની વર્ડપ્રેસની રસપ્રદ વાર્તા હીરોપ્રેસ પર કહી હતી. તે વાંચીને મને, મારા પોતાની વાર્તા, મારા કામ કરવાની રીત કઇ રીતે બદલાઈ તે કહેવા માટે પ્રેરણા મળી હતી.</p>\n<blockquote><p>&#8220;હું તે વ્યક્તિ છું જે થિયોરીને નફરત કરે છે અને પ્રાયોગિક પ્રોગ્રામિંગ કરવા માટે પ્રેમ કરે છે. &#8220;</p></blockquote>\n<p>2013 માં ઇન્ફોર્મેશન ટેકનોલોજી સાથે મારી સ્નાતક એન્જિનિયરિંગ પૂર્ણ કર્યા પછી, 
 ું નોકરી શોધી રહ્યો હતો ત્યારે મેં જોયું કે અહીં ઘણી બધી પ્રોગ્રામિંગ ભાષાની નોકરીઓ ઉપલબ્ધ છે. ત્યારે હું ચોક્કસ ન હતો કે મારે કઈ પ્રોગ્રામિંગ ભાષા પસંદ કરવાની જરૂર છે? વરિષ્ઠ પાસેથી સલાહ મેળવ્યા પછી, મેં PHP માટે તાલીમ શરૂ કરી, કારણ કે તે શીખવા માટે સરળ અને ઝડપી હતી. તાલીમ પૂર્ણ થયાના થોડા દિવસો પહેલાં, મારી નાની કંપની (5 કર્મચારીઓ) માં PHP ડેવલપર તરીકે પસંદગી થઇ. હું PHP Codeigniter ફ્રેમવર્કનો
  ઉપયોગ કરીને ત્યાં વેબસાઇટ્સ બતાવતો હતો.</p>\n<p>હું એક નાનકડા શહેરમાંથી આવતો હતો, અને દરરોજ મને મારી નોકરી પર મુસાફરી કરવા માટે 3 કલાક જેવા થતા હતા. લગભગ 2 મહિના પછી, મેં બીજી મોટી કંપનીમાં નોકરી માટે અરજી કરી હતી અને ત્યાં મારી વેબ ડેવલપર તરીકે પસંદગી કરવામાં આવી હતી. ત્યાં હું વેબસાઇટ સંબંધિત પ્રોજેક્ટ્સ માટે સીએમએસ ફ્રેમવર્ક (વર્ડપ્રેસ સિવાયની <img src=\"https://s.w.org/images/core/emoji/2.3/72x72/1f600.png\" alt=\&q
 uot;?\" class=\"wp-smiley\" />) પર કામ કરતો હતો. થોડા દિવસો પછી, મેં મારી વ્યક્તિગત વેબસાઈટને મારા સ્વતંત્ર સમય દરમિયાન વર્ડપ્રેસની મદદથી બનાવી.</p>\n<blockquote><p>&#8220;તે સમયે, હું થીમ્સ અને પ્લગિન્સથી વાકેફ ન હતો. હું મારી વેબસાઇટ પર ફેરફારો કરવા માટે માત્ર થીમ ફાઇલો અને એડિટર સાથે રમી રહ્યો હતો! <img src=\"https://s.w.org/images/core/emoji/2.3/72x72/1f61c.png\" alt=\"?\" class=\"wp-smiley\" />&#8221;</p></blockquote>\n<p>એક મહિના પછી, મારી ટીમના આગેવા
 નને જાણવા મળ્યું કે મને વર્ડપ્રેસમાં રસ હતો. ત્યારે મને વર્ડપ્રેસ શીખવાની તક મળી. વર્ડપ્રેસ થીમ્સ અને પ્લગીંસ કેવી રીતે કામ કરે છે એ સમજવા, મેં જાતે શીખીને કેટલાક ડેમો પ્રોજેક્ટસ બનાવ્યા. વર્ડપ્રેસ શીખવાના 3 અઠવાડિયા પછી, મેં મારા પ્રથમ વર્ડપ્રેસ લાઈવ પ્રોજેક્ટ પર કામ કર્યું હતું. આ પ્રોજેક્ટ પૂર્ણ કરવા માટે મને લગભગ 4 મહિના લાગ્યા હતા <img src=\"https://s.w.org/images/core/emoji/2.3/72x72/1f600.png\" alt=\"?\" class=\"wp
 -smiley\" /> આ સફળ પ્રોજેક્ટ પછી, સમગ્ર સીએમએસ ટીમ વર્ડપ્રેસમાં જોડાઈ ગઈ.</p>\n<blockquote><p>&#8220;મેં અનુભવ કર્યો કે, વર્ડપ્રેસ શીખવું, સહાય મેળવવી અને તેના પર કાર્ય કરવુ ખૂબ જ સરળ છે!&#8221;</p></blockquote>\n<p>લગભગ 1 વર્ષ અને 3 મહિના તે કંપની સાથે કામ કર્યા પછી, મને અમારા પ્રોજેક્ટ્સની ભારે આવશ્યકતાના કારણે કામના કલાકો પછી પણ વધારે રોકાઈને કામ કરવા કહેવામાં આવતું હતું અને તે 2 સપ્તાહથી વધુ ચાલુ રહ્
 ું. ત્યારે મને કામ કરવું ખરેખર ભારયુક્ત અને નિરાશાજનક લાગવા લાગ્યું, તે સમય દરમિયાન ..</p>\n<blockquote><p>&#8220;મને &#8220;રિમોટ&#8221; કામ વિશે જાણવા મળ્યું. પરંતુ મને ખબર નહોતી કે તે કે તે કેવી રીતે કાર્ય કરે છે?&#8221;</p></blockquote>\n<p>મેં રિમોટ કામ વિશે તપાસ કરી અને જાણવા મળ્યું કે આ એક કારકિર્દી છે જે તમે તમારા ઘર, કાર્યસ્થળ અથવા તમને પસંદ હોય એ જગ્યાએથી કામ કરી શકો છો. મેં જોયું કે દુનિયામાં ઘણા 
 ોકો રિમોટ કામ ખુબ જ ખુશીથી કરી રહ્યા હતા. મેં ઑફિસ જોબ છોડીને રિમોટ કામ કરવાનું નક્કી કર્યું. મારા માતાપિતા, કુટુંબીજનો અને સંબંધીઓએ મને ઓફિસની નોકરી ના છોડવાની સલાહ આપી કારણ કે તેઓ માનતા હતા કે રિમોટ કામ એ ઓફિસ જોબ જેટલું સુરક્ષિત નથી. પરંતુ હું મારા નિર્ણય સાથે જોડાઈ રહ્યો. માર્ચ 2015 માં, મેં નોટિસના સમયગાળા વગર મારા કામમાંથી રાજીનામું આપ્યું હતું અને શરત હતી કે આ નોકરીનો કોઈપણ અ
 નુભવ પત્ર મને પૂરો પાડવામાં આવશે નહીં.</p>\n<blockquote><p>&#8220;પ્રારંભિક તબક્કે ફ્રીલાન્સર બનવું મુશ્કેલ હતું. પરંતુ હું તે ગમે તેમ કરીને શરૂ કરવાનો ખુબ જ પ્રયાસ કરી રહ્યો હતો.&#8221;</p></blockquote>\n<p>મેં એક લોકપ્રિય ફ્રીલાન્સર માર્કેટપ્લેસમાં રજીસ્ટર કર્યું હતું. 1 અઠવાડિયાના સખત પ્રયાસ કાર્ય પછી મને પહેલો પ્રોજેક્ટ મળ્યો. આ પ્રોજેક્ટ કાઉન્ટડાઉન ટાઈમર સાથે એક HTML પેજ બનાવવા માટે મને માત
 ર $5 મળ્યા હતા. મેં એ પ્રોજેક્ટ સફળતાપૂર્વક પૂરો કર્યો અને શ્રેષ્ઠ રિવ્યૂ મેળવ્યો. તે પછી મેં ઘણા પ્રોજેક્ટ્સ પણ સફળતાપૂર્વક પૂર્ણ કર્યા હતા. બસ આ જ! મને મારો નિર્ણય સાચો પુરવાર થયો. પ્રથમ થોડા અઠવાડિયાની અંદર મેં એક યુએસ ક્લાયન્ટ માટે વેબસાઇટ બનાવી. તેઓ મારા કામથી પ્રભાવિત થયા હતા અને એપ્રિલ 2015 માં મને તેમની કંપની માટે સંપૂર્ણ સમય માટે વેબ ડેવલપર તરીકે નિયુક્ત કર્યો. હું આજે પણ તે
 ની સાથે ખુબ જ ખુશીપૂર્વક મારા ઘરેથી રિમોટ કામ કરું છું!</p>\n<blockquote><p>&#8220;બધું સરળતાપૂર્વક જઈ રહ્યું છે. હું ઘરેથી કામ કરીને સ્વતંત્રતા અને પરિવાર સાથે ગુણવત્તાભર્યો સમય પસાર કરવાનો આનંદ અનુભવું છું.&#8221;</p></blockquote>\n<p>ઑક્ટોબર 2016 માં, મને વર્ડકેમ્પ વિશે જાણવા મળ્યું. મેં મારી પહેલી વર્ડકેમ્પ નાસિક 2016 માં હાજરી આપી હતી. હું ઘણા વર્ડપ્રેસ ડેવલપર્સ, ફ્રીલાન્સર્સ, પ્રોફેશનલ્સ, યુઝ
 ્સ અને ઘણા અન્ય લોકોને આ વર્ડકેમ્પ પર મળ્યો હતો. તે પછી, હું વર્ડકેમ્પ નો ચાહક બની ગયો. અમે અમારા શહેરમાં મીટપનું નું આયોજન કરવાનું શરૂ કર્યું. છેલ્લા વર્ષમાં, 6 થી વધુ વર્ડકેમ્પ પર મેં હાજરી આપીને, સ્વયંસેવક અને મિત્ર સ્પોન્સર તરીકે ફાળો આપ્યો છે. હાલમાં હું અમદાવાદ વર્ડપ્રેસ સમુદાયનો સક્રિય સભ્ય છું</p>\n<blockquote><p>&#8220;હું વર્ડકેમ્પનો પ્રેમી છું. વર્ડકેમ્પ નવા લોકોને મળવાનો, પોત
 ાના જ્ઞાનની આપ-લે કરવાનો એક માર્ગ છે!&#8221;</p></blockquote>\n<p>ઓક્ટોબર 2017 માં, અમે અમારા શહેરમાં સફળતાપૂર્વક વર્ડકૅમ્પનું આયોજન કર્યું હતું. વર્ડકૅમ્પ અમદાવાદની પેનલ ચર્ચામાં મેં વિદ્યાર્થીઓ અને વપરાશકર્તાઓ માટે રિમોટ કામ કેવી રીતે સારી કારકિર્દી હોઈ શકે તે વિશે ચર્ચા કરી હતી.</p>\n<blockquote><p>&#8220;વર્ડપ્રેસ ફક્ત સીએમએસ નથી, પણ તે શ્રેષ્ઠ લોકોનો સમુદાય છે.&#8221;</p></blockquote>\n<div class=\"rtsocial-contain
 er rtsocial-container-align-right rtsocial-horizontal\"><div class=\"rtsocial-twitter-horizontal\"><div class=\"rtsocial-twitter-horizontal-button\"><a title=\"Tweet: Remote Work Brings Freedom\" class=\"rtsocial-twitter-button\" href=\"https://twitter.com/share?text=Remote%20Work%20Brings%20Freedom&via=heropress&url=https%3A%2F%2Fheropress.com%2Fessays%2Fremote-work-brings-freedom%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-fb-horizontal fb-light\"><div class=\"rtsocial-fb-horizontal-button\"><a title=\"Like: Remote Work Brings Freedom\" class=\"rtsocial-fb-button rtsocial-fb-like-light\" href=\"https://www.facebook.com/sharer.php?u=https%3A%2F%2Fheropress.com%2Fessays%2Fremote-work-brings-freedom%2F\" rel=\"nofollow\" target=\"_blank\"></
 a></div></div><div class=\"rtsocial-linkedin-horizontal\"><div class=\"rtsocial-linkedin-horizontal-button\"><a class=\"rtsocial-linkedin-button\" href=\"https://www.linkedin.com/shareArticle?mini=true&url=https%3A%2F%2Fheropress.com%2Fessays%2Fremote-work-brings-freedom%2F&title=Remote+Work+Brings+Freedom\" rel=\"nofollow\" target=\"_blank\" title=\"Share: Remote Work Brings Freedom\"></a></div></div><div class=\"rtsocial-pinterest-horizontal\"><div class=\"rtsocial-pinterest-horizontal-button\"><a class=\"rtsocial-pinterest-button\" href=\"https://pinterest.com/pin/create/button/?url=https://heropress.com/essays/remote-work-brings-freedom/&media=https://heropress.com/wp-content/uploads/2017/12/120617-150x150.jpg&description=Remote Work Brings Freedom\" rel=\"nofollow\" target=\&quot
 ;_blank\" title=\"Pin: Remote Work Brings Freedom\"></a></div></div><a rel=\"nofollow\" class=\"perma-link\" href=\"https://heropress.com/essays/remote-work-brings-freedom/\" title=\"Remote Work Brings Freedom\"></a></div><p>The post <a rel=\"nofollow\" href=\"https://heropress.com/essays/remote-work-brings-freedom/\">Remote Work Brings Freedom</a> appeared first on <a rel=\"nofollow\" href=\"https://heropress.com\">HeroPress</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 06 Dec 2017 02:30:55 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_e
 xplicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Chetan Prajapati\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:13:\"\n       \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"WPTavern: WordCamp US 2017 is Livestreaming All Sessions for Free\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}
 s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=76937\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"https://wptavern.com/wordcamp-us-2017-is-livestreaming-all-sessions-for-free\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2781:\"<p><a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2017/04/wordcamp-us-nashville.jpeg?ssl=1\"><img /></a></p>\n<p>WordCamp US is kicking off this morning. If you couldn&#8217;t make the journey to Nashville, you can still follow along at home or wherever
  you are in the world. <a href=\"https://2017.us.wordcamp.org/tickets/\" rel=\"noopener\" target=\"_blank\">Livestream Tickets</a> are free on the event&#8217;s website. Once you&#8217;ve registered for a ticket, head on over to <a href=\"https://2017.us.wordcamp.org/live-stream/\" rel=\"noopener\" target=\"_blank\">2017.us.wordcamp.org/live-stream/</a> and you&#8217;ll be able to tune in to the Fiddle Track, Banjo Track, Guitar Track, and the State of the Word (scheduled for Saturday, December 2, at 4PM CST).</p>\n<p>WordCamp US will be running three tracks simultaneously for both days of the conference and all sessions will be livestreamed. Check out the <a href=\"https://2017.us.wordcamp.org/schedule/\" rel=\"noopener\" target=\"_blank\">schedule</a> to find sessions you want to attend from home. Volunteers will also include caption
 s, which will be embedded within the live stream video. If you have any problems with the stream, the event has a page dedicated to <a href=\"https://2017.us.wordcamp.org/live-stream/attendee-test/\" rel=\"noopener\" target=\"_blank\">livestream attendees</a> with a backup stream, as well as a troubleshooting page for <a href=\"https://2017.us.wordcamp.org/live-stream/support/\" rel=\"noopener\" target=\"_blank\">livestream support</a>.</p>\n<p>If you&#8217;re following along on Twitter, the <a href=\"https://twitter.com/wordcampus\" rel=\"noopener\" target=\"_blank\">WCUS Twitter</a> volunteers will be providing threaded coverage of sessions. This should keep your Twitter stream a little tidier with a kickoff tweet for each session, followed by live coverage threaded under each as replies.</p>\n<blockquote class=\"twitter-tweet\
 ">\n<p lang=\"en\" dir=\"ltr\">Want to follow along with WCUS coverage at home? It will be easy by following our threaded coverage.  Each session will start with a tweet that looks like this, All coverage of that session will be threaded to that kick-off tweet. <a href=\"https://t.co/J0M6jo6GEi\">pic.twitter.com/J0M6jo6GEi</a></p>\n<p>&mdash; WordCamp US (@WordCampUS) <a href=\"https://twitter.com/WordCampUS/status/936595172485468160?ref_src=twsrc%5Etfw\">December 1, 2017</a></p></blockquote>\n<p></p>\n<p>Want to see WCUS hosted near you in 2019/2020? <a href=\"https://wordcampcentral.polldaddy.com/s/wcus-2019-2020\" rel=\"noopener\" target=\"_blank\">Applications for host cities</a> opened today. If you want to be part of the team that makes WCUS happen in your city, talk to your local WordPress community organizers ab
 out filling out an application for the next host city.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 01 Dec 2017 15:34:56 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:13:\"\n     \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:1
 7:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"Dev Blog: The Month in WordPress: November 2017\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=5290\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"https://wordpress.org/news/2017/12/the-month-in-wordpress-november-2017/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xm
 l_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4162:\"<p>The WordPress project recently released WordPress 4.9, “Tipton” — a new major release named in honor of musician and band leader Billy Tipton. Read on to find out more about this and other interesting news from around the WordPress world in November.</p>\n<hr class=\"wp-block-separator\" />\n<h2>WordPress 4.9 “Tipton”</h2>\n<p>On November 16, <a href=\"https://wordpress.org/news/2017/11/tipton/\">WordPress 4.9 was released</a> with new features for publishers and developers alike. Release highlights include design locking, scheduling, and previews in the Customizer, an even more secure and usable code editing experience, a new gallery widget, and text widget improvements.</p>\n<p>The follow up security and maintenance, v4.9.1, <a href=\"https://wordpress.org/news/2017/
 11/wordpress-4-9-1-security-and-maintenance-release/\">has now been released</a> to tighten up the security of WordPress as a whole.</p>\n<p>To get involved in building WordPress Core, jump into the #core channel in the<a href=\"https://make.wordpress.org/chat/\"> Making WordPress Slack group</a>, and follow<a href=\"https://make.wordpress.org/core/\"> the Core team blog</a>.</p>\n<h2>Apply to Speak At WordCamp Europe 2018</h2>\n<p>The next edition of WordCamp Europe takes place in June, 2018. While the organizing team is still in the early stages of planning, <a href=\"https://2018.europe.wordcamp.org/2017/11/15/are-you-ready-to-speak-at-the-largest-wordpress-event-in-europe/\">they are accepting speaker applications</a>.</p>\n<p>WordCamp Europe is the largest WordCamp in the world and, along with WordCamp US, one of the flagship events of the WordCamp pro
 gram — speaking at this event is a great way to give back to the global WordPress community by sharing your knowledge and expertise with thousands of WordPress enthusiasts.</p>\n<h2>Diversity Outreach Speaker Training Initiative</h2>\n<p>To help WordPress community organizers offer diverse speaker lineups, <a href=\"https://make.wordpress.org/community/2017/11/13/call-for-volunteers-diversity-outreach-speaker-training/\">a new community initiative has kicked off</a> to use existing <a href=\"https://make.wordpress.org/training/handbook/speaker-training/\">speaker training workshops</a> to demystify speaking requirements and help participants gain confidence in their ability to share their WordPress knowledge in a WordCamp session.</p>\n<p>The working group behind this initiative will be meeting regularly to discuss and plan how they can help local communities to train speakers for WordCamps and other e
 vents.</p>\n<p>To get involved in this initiative, you can join the meetings at 5pm UTC every other Wednesday in the #community-team channel of the<a href=\"https://make.wordpress.org/chat/\"> Making WordPress Slack group</a>.</p>\n<hr class=\"wp-block-separator\" />\n<h2>Further Reading:</h2>\n<ul>\n<li><a href=\"https://2017.us.wordcamp.org/\">WordCamp US 2017</a> is happening on December 1-3 in Nashville, with the annual State of the Word talk happening on Saturday afternoon — <a href=\"https://2017.us.wordcamp.org/live-stream/\">the live stream of the entire event is available to view for free</a>.</li>\n<li><a href=\"https://xwp.co/tide-a-path-to-better-code-across-the-wordpress-ecosystem/\">Tide</a>, a new service from XWP designed to help users make informed plugin choices, is due to launch at WordCamp US.</li>\n
 <li>Gutenberg development is continuing rapidly, with <a href=\"https://make.wordpress.org/core/2017/11/28/whats-new-in-gutenberg-28th-november/\">a packed new release</a> and a focus on <a href=\"https://make.wordpress.org/test/2017/11/22/testing-flow-in-gutenberg/\">usability testing</a>.</li>\n<li>After some discussion among the community, <a href=\"https://make.wordpress.org/community/2017/11/10/discussion-micro-regional-wordcamps/\">a new type of micro-regional WordCamp</a> is going to be introduced into the global WordCamp program.</li>\n</ul>\n<p><em></em></p>\n<p><em>If you have a story we should consider including in the next “Month in WordPress” post, please <a href=\"https://make.wordpress.org/community/month-in-wordpress-submissions/\">submit it here</a>.</em></p>\n<p><em></em></p&gt
 ;\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 01 Dec 2017 11:00:44 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Hugh Lashbrooke\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:10;a:6:{s:4:\"data\";s:13:\"\n \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\&q
 uot;;s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"BuddyPress: BuddyPress 2018 Survey\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://buddypress.org/?p=269296\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"https://buddypress.org/2017/12/buddypress-2018-survey/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"da
 ta\";s:630:\"<p>What would you like BuddyPress to focus on in 2018? The core team has ideas of where BuddyPress can expand on and your input is important to harness the time and resources of an all-volunteer crew.</p>\n<p>The survey will take 10-15 minutes to complete. Be assured that we will not publish your name, email address, nor IP address when we post the results of this survey at BuddyPress.org.</p>\n<p>Thank you for your time and cooperation. Your feedback will help us improve BuddyPress for you.</p>\n<p>=&gt;  <strong><a href=\"https://mercime.polldaddy.com/s/buddypress-2018-survey\">Take the 2018 BuddyPress Survey</a></strong></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri
 , 01 Dec 2017 10:26:07 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"@mercime\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:11;a:6:{s:4:\"data\";s:13:\"\n       \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"WPTavern: Gutenberg 1.8 Adds Greater Extensibility for Plugin Developers\";s:7:\"attribs\";a:0:{}
 s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=76855\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:83:\"https://wptavern.com/gutenberg-1-8-adds-greater-extensibility-for-plugin-developers\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3668:\"<p><a href=\"https://make.wordpress.org/core/2017/11/28/whats-new-in-gutenberg-28th-november/\" rel=\"noopener\" target=\"_blank\">G
 utenberg 1.8</a> was released this week with several notable improvements that will give plugin developers more flexibility in extending the editor. It introduces <a href=\"https://github.com/WordPress/gutenberg/pull/3668\" rel=\"noopener\" target=\"_blank\">block templates</a>, which developers can use when registering a new custom post type. The block templates define a set of pre-configured blocks that will initialize when a user creates a new post. In the example below, Gutenberg lead engineer Matias Ventura demonstrates what a block template for a book custom post type might look like.</p>\n<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2017/11/block-template-book.gif?ssl=1\"><img /></a></p>\n<p>This release also <a href=\"https://github.com/WordPress/gutenberg/pull/3456\" rel=\"noopener\" target=\"_blank\">improves the design o
 f the tools menu</a> (toggled by the ellipses at the top of the editor) to have a more lightweight UI that will lend itself better to displaying items added by extensions in the future. The new design displays multiple menu items as a radio group where the selected item shows a checkmark, an approach that Gutenberg designers found to be more intuitive after some research.</p>\n<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2017/11/Screen-Shot-2017-11-29-at-10.02.09-PM.png?ssl=1\"><img /></a></p>\n<p>Version 1.8 adds the ability for developers to <a href=\"https://github.com/WordPress/gutenberg/pull/3577\" rel=\"noopener\" target=\"_blank\">filter allowed block types</a> by specifying an array of type names that can be shown in the inserter component. This capability paves the way for block nesting where developers can define allowed children types. It also allows custo
 m post types to specify which blocks are allowed or restricted, which will be useful for keeping CPTs lean as Gutenberg already has a large number of block types.</p>\n<p>The release also <a href=\"https://github.com/WordPress/gutenberg/pull/3554\" rel=\"noopener\" target=\"_blank\">improves meta box compatibility</a> with a fallback to the classic editor if Gutenberg detects that the meta box is unsupported. Plugin authors can now explicitly declare Gutenberg incompatibility when registering meta boxes, which will trigger a warning to the end user that explains which meta boxes have caused the fallback to the classic editor.</p>\n<p>In addition to all the improvements for extending Gutenberg, version 1.8 makes many small design tweaks, including <a href=\"https://github.com/WordPress/gutenberg/pull/3054\" rel=\"noopener\" target=\"_blank\">updated color pickers</a> with color
  indications and collapsible panels, <a href=\"https://github.com/WordPress/gutenberg/pull/3563\" rel=\"noopener\" target=\"_blank\">updated icon and tooltip</a> for table of contents menu, and a new <a href=\"https://github.com/WordPress/gutenberg/pull/3483\" rel=\"noopener\" target=\"_blank\">contrast checker</a> for paragraph color options. It also <a href=\"https://github.com/WordPress/gutenberg/pull/3632\" rel=\"noopener\" target=\"_blank\">puts block actions back on the block level</a> for the default, while still preserving the option to change it to a fixed toolbar at the top of the screen.</p>\n<p>For a full list of all the changes in version 1.8, check out the <a href=\"https://make.wordpress.org/core/2017/11/28/whats-new-in-gutenberg-28th-november/\" rel=\"noopener\" target=\"_blank\">release post<
 /a> and the <a href=\"https://wordpress.org/plugins/gutenberg/#developers\" rel=\"noopener\" target=\"_blank\">changelog</a> on WordPress.org.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 30 Nov 2017 17:23:28 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:12;a:6:{s:4:\&quot
 ;data\";s:13:\"\n    \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:94:\"WPTavern: WPWeekly Episode 296 – Gutenberg, Telemetry, Calypso, and More With Matt Mullenweg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"https://wptavern.com?p=76917&preview=true&preview_id=76917\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:98:\&quot
 ;https://wptavern.com/wpweekly-episode-296-gutenberg-telemetry-calypso-and-more-with-matt-mullenweg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1249:\"<p>In this episode, <a href=\"https://jjj.blog/\">John James Jacoby</a> and I are joined by <a href=\"https://ma.tt/\">Matt Mullenweg</a>, co-creator of the WordPress project and CEO of Automattic. We discussed a wide range of topics including, his role on the board of directors at GitLab, Telemetry or data-usage gathering in WordPress, and the WordPress Growth Council.</p>\n<p>We learned what&#8217;s happening with the Mobile teams inside Automattic, the future of Calypso, and the role of Pressable as a testing bed. Last but not least, we find out how beneficial joini
 ng HackerOne has been for WordPress and why WordPress.com finally allowed the installation of third-party themes and plugins through its Business Plan.</p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Wednesday, December 13th 3:00 P.M. Eastern</p>\n<p>Subscribe to <a href=\"https://itunes.apple.com/us/podcast/wordpress-weekly/id694849738\">WordPress Weekly via Itunes</a></p>\n<p>Subscribe to <a href=\"https://www.wptavern.com/feed/podcast\">WordPress Weekly via RSS</a></p>\n<p>Subscribe to <a href=\"http://www.stitcher.com/podcast/wordpress-weekly-podcast?refid=stpr\">WordPress Weekly via Stitcher Radio</a></p>\n<p><strong>Listen To Episode #296:</strong><br />\n</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:
 \"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 30 Nov 2017 04:40:42 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:13;a:6:{s:4:\"data\";s:13:\"\n       \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\&qu
 ot;;s:59:\"WPTavern: WordPress 4.9.1 Released, Fixes Page Template Bug\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=76879\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"https://wptavern.com/wordpress-4-9-1-released-fixes-page-template-bug\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1473:\"<p>WordPress 4.9.1 <a href=\"https://wordpress.org/news/201
 7/11/wordpress-4-9-1-security-and-maintenance-release/\">is available</a> for download and is a maintenance and security release. This release addresses four security issues in WordPress 4.9 and below that could potentially be used as part of a multi-vector attack. According to the release notes, the following changes have been made to WordPress to protect against these vulnerabilities.</p>\n<ol>\n<li>Use a properly generated hash for the <code>newbloguser</code> key instead of a determinate substring.</li>\n<li>Add escaping to the language attributes used on <code>html</code> elements.</li>\n<li>Ensure the attributes of enclosures are correctly escaped in RSS and Atom feeds.</li>\n<li>Remove the ability to upload JavaScript files for users who do not have the <code>unfiltered_html</code> capability.</li>\n</ol>\n<p><a href=\"https://twitter.com/0x6262626
 2\">Rahul Pratap Singh</a> and John Blackbourn are credited with responsibly disclosing the vulnerabilities. In addition to the changes above, 4.9.1 fixes eleven bugs, including the Page Template issue <a href=\"https://wptavern.com/workarounds-for-the-page-template-bug-in-wordpress-4-9\">we wrote about</a> last week. Many sites have already updated to 4.9.1 automatically. To see a list of detailed changes, check out <a href=\"https://make.wordpress.org/core/2017/11/28/wordpress-4-9-1-scheduled-for-november-29th/\">this post</a> on Make WordPress Core.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 30 Nov 2017 04:07:31 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17
 :\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:14;a:6:{s:4:\"data\";s:13:\"\n       \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:96:\"WPTavern: Distributor Plugin Now in Beta: A New WordPress Content Syndication Solution from 10up\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s
 :8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=76871\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:106:\"https://wptavern.com/distributor-plugin-now-in-beta-a-new-wordpress-content-syndication-solution-from-10up\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6117:\"<p>10up published a <a href=\"https://10up.com/blog/2017/distributor-plugin/\" rel=\"noopener\" target=\"_blank\">preview of its Distributor plugin</a> today, a new solution for syndicating 
 content across WordPress multisite networks and the web. The <a href=\"https://distributorplugin.com/\" rel=\"noopener\" target=\"_blank\">plugin</a>, which the company plans to release for free, is currently in final closed beta. It enables content managers to either &#8220;push&#8221; or &#8220;pull&#8221; content to/from sites where they have permission to publish.</p>\n<a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2017/11/distributor-push-screenshot.jpg?ssl=1\"><img /></a>image credit: <a href=\"https://10up.com/blog/2017/distributor-plugin/\">10up</a>\n<p>Distributor includes the ability for editors to make changes to the original post and have linked copies automatically inherit the changes. This includes post content, post meta (custom fields), and taxonomy terms. It also ensures that content is SEO-friendly by providing canonical links that pr
 event duplicate content issues.</p>\n<p>The plugin differs from many <a href=\"https://wordpress.org/plugins/search/syndicate/\" rel=\"noopener\" target=\"_blank\">existing content syndication solutions</a>, which traditionally make use of RSS or XML/RPC, in that it is built using the <a href=\"https://developer.wordpress.org/rest-api/\" rel=\"noopener\" target=\"_blank\">REST API</a>.</p>\n<p>&#8220;The main technical advantage of the REST API is that it’s a &#8216;standard&#8217; inside core for sharing information across sites,&#8221; 10up President Jake Goldman said. &#8220;Outside of multisite, we never even considered another approach. It is worth saying that you do need Distributor installed on both &#8216;ends&#8217; for all of its features to work across the REST API &#8211; we need to extend the REST API a bit to get everything to pu
 ll across (plus the handling of &#8216;linked&#8217; copies).&#8221;</p>\n<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2017/11/distributor-pull-screenshot.jpg?ssl=1\"><img /></a></p>\n<p>Goldman said that although &#8220;syndication&#8221; means many different things to different people, the &#8220;classic&#8221; use case of simply pulling from a source, such as ingesting content from a newswire, is not exactly the use case for Distributor. He said the team behind the plugin is perhaps more excited about the &#8220;push&#8221; implementation. In building their own solution, 10up also incorporated its trademark lean/streamlined UI, as many existing solutions are more complicated to use.</p>\n<p>&#8220;We’re definitely aware that there are other takes at a good content sharing workflow,&#8221; Goldman said. &#8220;We even helped Automattic refactor their 
 solution a few years ago, which they use on VIP. We took a bit of inspiration from that project, including the modular &#8216;connection&#8217; types. In earnest, when trying to help our clients find solutions that were intuitive, extensible, and engineered to an enterprise grade, we just couldn’t endorse any of the options we found. It’s more a UX problem &#8211; clunky workflows, overwhelming interfaces, feature overload (I prefer a certain simplicity) &#8211; than anything, though we also have concerns about how modular / customizable some of the other solutions are.&#8221;</p>\n<h3>10up Plans to Release Distributor on WordPress.org Following the Closed Beta</h3>\n<p>10up currently has several clients using Distributor, including large publishers with several properties/magazines/newspapers, as well as large technology businesses using it for their news and media features across a network of sites. The plugin is in final closed beta
  but 10up is granting early access to those with interesting use cases.</p>\n<p>&#8220;We’re casting a pretty broad net in terms of &#8216;appropriate&#8217; use cases for the beta; in fact, we’re hoping that broader beta testing will open our eyes to great use cases within the scope of its purpose that we hadn’t  considered,&#8221; Goldman said. &#8220;We’ve already heard from some very large publishers, some smaller digital publishers, universities, public school systems, some enterprises with multiple properties, agencies interested in staging content, and just engineers who own multiple sites that share content &#8211; we’re excited about all of these use cases!&#8221;</p>\n<p>Goldman said his team is most curious to see Distributor applied to use cases that aren&#8217;t simply &#8220;news and publishing,&#8221; including CRMs and product businesses with multiples sites that share content. 10up has not yet
  tested specific plugins for full compatibility with Distributor, but Goldman said pre-version 1.0, it should work with any plugin that adds custom post types and fields/taxonomies &#8220;the WordPress way.&#8221;</p>\n<p>&#8220;In fact, Distributor checks to see which sites support the same post type and terms before it offers a list of sites you can &#8216;distribute&#8217; content to (so you can’t &#8216;distribute&#8217; a WooCommerce product to a site not running WooCommerce),&#8221; he said. Selling the same products across multiple stores, with automatically updating inventory and price changes, is just one of the many interesting use cases for Distributor.</p>\n<p>Goldman said the team anticipates taking the plugin out of beta and putting it on WordPress.org by mid to late Q1 of 2018, in approximately 2-3 months, depending on feedback from testers. 10up does not currently have a plan to monetize the plugin.</p>\
 n<p>&#8220;I never want to rule out that there are &#8216;eventually&#8217; opportunities for commercialization, but I can honestly say that isn’t anywhere on our roadmap or consideration set at the moment,&#8221; Goldman said.</p>\n<p>Those who want to get in on the Distributor beta before it is publicly available can <a href=\"https://distributorplugin.com/\" rel=\"noopener\" target=\"_blank\">sign up on the plugin&#8217;s website </a>with a quick explanation of your use case. 10up will send a copy of the plugin for testing.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 29 Nov 2017 23:19:59 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\
 "xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:15;a:6:{s:4:\"data\";s:13:\"\n \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"Dev Blog: WordPress 4.9.1 Security and Maintenance Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\&q
 uot;;}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=5215\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:84:\"https://wordpress.org/news/2017/11/wordpress-4-9-1-security-and-maintenance-release/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4220:\"<p>WordPress 4.9.1 is now available. This is a <strong>security and maintenance release</strong> for all versions since WordPress 3.7. We strongly encourage you to update your sites immediately.</p>\n<p>WordPress versions 4.9 and earlier are affected by four securit
 y issues which could potentially be exploited as part of a multi-vector attack. As part of the core team&#x27;s ongoing commitment to security hardening, the following fixes have been implemented in 4.9.1:</p>\n<ol>\n<li>Use a properly generated hash for the <code>newbloguser</code> key instead of a determinate substring.</li>\n<li>Add escaping to the language attributes used on <code>html</code> elements.</li>\n<li>Ensure the attributes of enclosures are correctly escaped in RSS and Atom feeds.</li>\n<li>Remove the ability to upload JavaScript files for users who do not have the <code>unfiltered_html</code> capability.</li>\n</ol>\n<p>Thank you to the reporters of these issues for practicing <a href=\"https://make.wordpress.org/core/handbook/testing/reporting-security-vulnerabilities/\">responsible security disclosure</a>: <a href=\"https://t
 witter.com/0x62626262\">Rahul Pratap Singh</a> and John Blackbourn.</p>\n<p>Eleven other bugs were fixed in WordPress 4.9.1. Particularly of note were:</p>\n<ul>\n<li>Issues relating to the caching of theme template files.</li>\n<li>A MediaElement JavaScript error preventing users of certain languages from being able to upload media files.</li>\n<li>The inability to edit theme and plugin files on Windows based servers.</li>\n</ul>\n<p><a href=\"https://make.wordpress.org/core/2017/11/28/wordpress-4-9-1-scheduled-for-november-29th/\">This post has more information about all of the issues fixed in 4.9.1 if you&#x27;d like to learn more</a>.</p>\n<p><a href=\"https://wordpress.org/download/\">Download WordPress 4.9.1</a> or venture over to Dashboard → Updates and click \"Update Now.\" Sites that support automatic background update
 s are already beginning to update automatically.</p>\n<p>Thank you to everyone who contributed to WordPress 4.9.1:</p>\n<p><a href=\"https://profiles.wordpress.org/schlessera/\">Alain Schlesser</a>, <a href=\"https://profiles.wordpress.org/afercia/\">Andrea Fercia</a>, <a href=\"https://profiles.wordpress.org/la-geek/\">Angelika Reisiger</a>, <a href=\"https://profiles.wordpress.org/blobfolio/\">Blobfolio</a>, <a href=\"https://profiles.wordpress.org/bobbingwide/\">bobbingwide</a>, <a href=\"https://profiles.wordpress.org/chetan200891/\">Chetan Prajapati</a>, <a href=\"https://profiles.wordpress.org/dd32/\">Dion Hulse</a>, <a href=\"https://profiles.wordpress.org/ocean90/\">Dominik Schilling (ocean90)</a>, <a href=\"https://profiles.wordpress.org/edo888/\">edo888</a&g
 t;, <a href=\"https://profiles.wordpress.org/erich_k4wp/\">Erich Munz</a>, <a href=\"https://profiles.wordpress.org/flixos90/\">Felix Arntz</a>, <a href=\"https://profiles.wordpress.org/mista-flo/\">Florian TIAR</a>, <a href=\"https://profiles.wordpress.org/pento/\">Gary Pendergast</a>, <a href=\"https://profiles.wordpress.org/ibenic/\">Igor Benic</a>, <a href=\"https://profiles.wordpress.org/jfarthing84/\">Jeff Farthing</a>, <a href=\"https://profiles.wordpress.org/jbpaul17/\">Jeffrey Paul</a>, <a href=\"https://profiles.wordpress.org/jeremyescott/\">jeremyescott</a>, <a href=\"https://profiles.wordpress.org/joemcgill/\">Joe McGill</a>, <a href=\"https://profiles.wordpress.org/johnbillion/\">John Blackbourn</a>, <a href=\"https://profiles.wordpress.org/johnp
 green/\">johnpgreen</a>, <a href=\"https://profiles.wordpress.org/ryelle/\">Kelly Dwan</a>, <a href=\"https://profiles.wordpress.org/lenasterg/\">lenasterg</a>, <a href=\"https://profiles.wordpress.org/clorith/\">Marius L. J.</a>, <a href=\"https://profiles.wordpress.org/melchoyce/\">Mel Choyce</a>, <a href=\"https://profiles.wordpress.org/mariovalney/\">Mário Valney</a>, <a href=\"https://profiles.wordpress.org/natacado/\">natacado</a>, <a href=\"https://profiles.wordpress.org/odysseygate/\">odyssey</a>, <a href=\"https://profiles.wordpress.org/precies/\">precies</a>, <a href=\"https://profiles.wordpress.org/stodorovic/\">Saša</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov/\">Sergey Biryukov</a>, and <a href=\"https://profiles.w
 ordpress.org/westonruter/\">Weston Ruter</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 29 Nov 2017 20:33:11 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"John Blackbourn\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:16;a:6:{s:4:\"data\";s:13:\"\n     \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\&q
 uot;;s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"WPTavern: Four Things I’d Like to See in This Year’s State of the Word\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=76830\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:79:\"https://wptavern.com/four-things-id-like-to-see-in-this-years-state-of-the-word\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_b
 ase_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2724:\"<p>This weekend, WordPressers from far and wide will descend upon Nashville, TN, for WordCamp US. One of the highlights of the event is Matt Mullenweg&#8217;s <a href=\"https://ma.tt/2016/12/state-of-the-word-2016/\">State of the Word</a>. Last year, Mullenweg shared a variety of statistics, made a few announcements, and plotted a new course for WordPress development.</p>\n<p>As the event draws near, here are some things I&#8217;d like to see addressed in this year&#8217;s State of the Word.</p>\n<h2>Will There Be A Renewed Effort to Make Calypso Plugin Aware?</h2>\n<p>During the 2016 State of the Word, Mullenweg announced that Calypso became plugin aware.</p>\n<img />Plugin Aware Calypso\n<p>The idea was that plugins that are actively ins
 talled on more than 1 million sites could participate in an experimental program that would add meta box support and other plugin specific features to Calypso. To this day, this has not materialized and I&#8217;d like to know what happened and if there will be a renewed effort in 2018.</p>\n<h2>An Update on WordPress Foundation Supported Initiatives</h2>\n<p>Last year, we learned that WordCamp Central became its own Public Benefit Corporation while the WordPress Foundation maintained its non-profit status. In addition, the Foundation announced support for like-minded non-profits such as, Hack the Hood, Internet Archive, and Black Girls CODE.</p>\n<p>I&#8217;d like to know how much money the Foundation has contributed to these causes and if any progress has been made on providing educational workshops in underdeveloped countries.</p>\n<h2>An Update on WordPress&#8217; Development/Release Strategy</h2>\n<p>A year 
 into WordPress&#8217; new development and release strategy, I&#8217;d like to know what challenges he and the team have faced and overcome. I&#8217;d also like to know if the results he has seen thus far warrant continuing the experiment in 2018.</p>\n<h2>Take an Opportunity to Explain What Gutenberg Really Is</h2>\n<p>Last year, Mullenweg surprised the community by announcing that the WordPress post editor would be revamped. Since then, we&#8217;ve learned that the project&#8217;s <a href=\"https://ma.tt/2017/08/we-called-it-gutenberg-for-a-reason/\">name is Gutenberg</a> and it&#8217;s about more than just the editor. I&#8217;d like to see Mullenweg take this unique opportunity to provide a deeper explanation into what the project is and why it&#8217;s pivotal for WordPress&#8217; continued success.</p>\n<hr />\n<p>This year&#8217;s State of the Word will be presented on Saturda
 y, December 2nd, at 4PM Eastern. If you can&#8217;t see it in-person, you can <a href=\"https://2017.us.wordcamp.org/live-stream/\">watch it for free</a> via the livestream.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 29 Nov 2017 17:38:16 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:17;a:6
 :{s:4:\"data\";s:13:\"\n        \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"HeroPress: WordPress Gave Me the Perfect Identity\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://heropress.com/?post_type=heropress-essays&p=2294\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:136:\"https://heropress.com/essays/wordpres
 s-gave-perfect-identity/#utm_source=rss&utm_medium=rss&utm_campaign=wordpress-gave-perfect-identity\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:18339:\"<img width=\"960\" height=\"480\" src=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/11/112917-1024x512.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"Pull Quote: I have fallen head over heels in love with WordPress and I am excited.\" /><h3>How it all began…</h3>\n<a href=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/11/myself.jpg\"><img class=\"size-medium wp-image-2305\" src=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/11/myself-225
 x300.jpg\" alt=\"\" width=\"225\" height=\"300\" /></a>I just love this picture of myself..hehehe\n<p>I remember when cybercafés started trending in Nigeria; I had just finished high school and was awaiting my results for admittance into the university. I would spend not less than 10 hours surfing the internet every day, all my pocket money went into buying bulk time at cafes. My first email was opened in 2002 on my 1st attempt to surf the internet. Spending my day at cafes continued till I left the university after which I bought a desktop computer and a modem. You can imagine my excitement as being a proud owner of a PC even though it was a desktop PC.</p>\n<p>You see, my first degree was in Philosophy. I remember my dad asking me if I was sure about that course because prior to my senior school leaving exams I had always said I was going to study business administration. What business administration was, to be honest,
  I had no idea, I only wanted it because I had the impression it was a cool course and I would be a corporate employee in a big firm strutting around in my skirt suit looking all glamorous.</p>\n<h3><a href=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/11/i-in-skirts2.jpg\"><img class=\"size-medium wp-image-2310 aligncenter\" src=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/11/i-in-skirts2-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\" /></a>Funny right?</h3>\n<p>Anyway i always had a thing for Philosophy so you can imagine my enthusiasm when I discovered Philosophy was a course of study, of course I opted to study Philosophy in 2004 and graduated in 2008. However my love for the internet did not reduce by the way. I not only surfed the internet but I spent a lot of time freelancing and testing my skills as a ghost writer on diff
 erent freelancing sites. I also went into blogging as well in 2009. I tried using blogger, hubpages and WordPress, but oh my, I found WordPress so complicated for me because I did not understand how it worked so I stuck with blogger and hubpages.</p>\n<h3>Growing up as a Timid but Curious Cat&#8230;</h3>\n<a href=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/11/i-and-my-lil-brother.jpg\"><img class=\"wp-image-2306 size-medium\" src=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/11/i-and-my-lil-brother-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\" /></a>I and my little brother. Haa of course we all grown now. Haha\n<p>During my younger years and even up to two years ago I was always a shy person deep down in my mind, but alas quite a number of people thought I was bold. This might be because 99.9% of my friends were males, or m
 aybe not. Perhaps this could also be because I grew up with 3 brothers and no sister. It’s quite shocking though that they thought that way because it is only quite recent that I cultivated the courage to speak my mind. Prior to a year ago (2016), expressing my feelings by speaking the words out was a <em>herculean task</em>; this was what led me to starting a personal blog around 2009. I needed to let out my feelings and since I dared not speak them out, I blogged them.</p>\n<p>Blogging gave me a voice and a medium to express my thoughts and I became a better writer with each passing script. After my one year government mandated youth service in 2010 which is required of every Nigerian citizen after a bachelor’s degree, I bought an HP Mini Laptop. Can you imagine my excitement at owning a personalized computer? This I could carry around, my happiness knew no bounds.</p>\n<p>In 2010 thanks to the social network Facebook I met an Uncle of mine 
 and we became BFF’s {Best Friends Forever} even though we had never met physically before. He was in Rome at the period we met studying Media and Communication. He came back home in 2012 but his job as a Salesian Brother took him to Ghana. Of course I made sure to keep a date with him when he came back home briefly in 2012 before heading to resume in Ghana. We had cake and ice cream at my favourite café that day.</p>\n<a href=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/11/i-and-bff-unc-sam.jpg\"><img class=\"size-medium wp-image-2303\" src=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/11/i-and-bff-unc-sam-300x225.jpg\" alt=\"\" width=\"300\" height=\"225\" /></a>I and my BFF Uncle..Hehe\n<h3>Rediscovering WordPress…</h3>\n<p>Then came 2015, I ended a horrid relationship and i lost my best friend female; I mean I thought I was in
  love, but alas I had loved the idea of loving a person. I was not happy and I wanted a breath of fresh air and a change of environment. At that period, I had obtained a postgraduate diploma in mass communication and I had started a Masters Degree in Information Management and my required 3 months internship was coming up that summer. I decided to volunteer in Ghana at the headquarters of the <a href=\"https://sdbafw.org\" target=\"_blank\" rel=\"noopener\">Salesians of Don Bosco in West Africa {SDBAFW}</a> where my Uncle was. My time there was beyond awesome and a new beautiful story in my life chapter.</p>\n<a href=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/11/at-sdbafw-in-ashaiman.jpeg\"><img class=\"size-medium wp-image-2309\" src=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/11/at-sdbafw-in-ashaiman-300x300.jpeg\" alt=\"\" width=\&q
 uot;300\" height=\"300\" /></a>I met a lot of amazing people and made new friends within the SDB community in Ashaiman, Ghana\n<a href=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/11/i-and-volunteers-at-kakum.jpg\"><img class=\"size-medium wp-image-2308\" src=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/11/i-and-volunteers-at-kakum-300x199.jpg\" alt=\"\" width=\"300\" height=\"199\" /></a>i and other volunteers and great friends at Kakum National Park in Cape Coast, Ghana\n<p>I worked in the communications department at the SDBAFW province. My Uncle knew how much I loved blogging and he had been my writing tutor for a while, so one day he asked why I was not blogging on WordPress. Of course I went on about how difficult and complicated the platform was, he sighed, told me their organization website was built on WordPress and he
  gave me a folder with tutorial videos made by <a href=\"https://twitter.com/mor10\">Morten Rand-Hendriksen</a> for beginners to go watch.</p>\n<p>After two weeks of watching those videos, my life changed. You see prior to 2015 I treated my time online as a purely personal affair because I was just passionate about being online right, exploring, freelancing and discovering. I never thought it would become something I could make a full time career out of. I was still pursuing a career in Human Resources since managing people was another thing I was great at. In late 2015 I had joined a series of online Facebook groups and I was wowed by one in particular run by John Obidi (<a href=\"https://web.facebook.com/groups/smartbcamp\" target=\"_blank\" rel=\"noopener\">SmartBCamp</a>) because I saw a lot of people earning an income from things I did and knew for the fun of it. I found myself asking what planet I had 
 been living on and why I had not made my passion my business.</p>\n<p>Hence I made a decision in 2016 to make my passion my business, I decided to move to Lagos since I was done with my Master’s coursework and focus on this new journey of mine. Meanwhile in December of 2015, a woman had contacted me saying she loved how my blog UX on WordPress looked and if I could work on hers.</p>\n<blockquote><p>As at then I didn’t even know the difference between wordpress.com and wordpress.org so I started googling which is something I’m also great at.</p></blockquote>\n<p>I took on the task of redesigning her website and I started troubleshooting all the current issues she had on her site, I read up a lot, I visited the WordPress.Org/showcase and was wowed with all the good things I could do with WordPress.org, I especially loved Snoop Doggs website and told myself my goal would be to be able to make a project that would look like that one 
 day. But of course the first few sites I designed were horrible, when I look back at them now I wonder what was going on in my head when I designed them.</p>\n<a href=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/11/my-typical-day-in-gh.jpg\"><img class=\"size-medium wp-image-2302\" src=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/11/my-typical-day-in-gh-300x225.jpg\" alt=\"\" width=\"300\" height=\"225\" /></a>A typical day for me in front of my PC\n<p>Alas I had great online plans for the year 2016 but up until the middle of year 2016, I had a series of bad experiences that sent me back to the stone age and my parents house; I blogged about it <a href=\"https://mojispeaks.com/2017/01/09/my-2016-in-retrospect/\">here</a>. They were bad experiences alright, but a lot of good came out of them. I got saved bit by bit and found
  my rhythm again. Meanwhile I was already <em><strong>falling in love with WordPress</strong></em> so I decided to look for ways to give back. That&#8217;s when I stumbled upon make.wordpress.org and discovered there were so many ways to give back. I was not a programmer alright so what will I go to do in Core or CLI or any other similar place, I automatically went for the community.</p>\n<h3>Building the Nigerian WordPress Community…</h3>\n<p>In November 2016 I made one of the best decisions that turned my life around. I was fed up because the entire year had not turned out in any way I had planned in December 2015 of the previous year. So I made an interesting decision to turn off my data and go to sleep by 10pm. Trust me this was a big decision for me before I would usually freak out if my data wasn’t functioning or if my phone battery died. Anyway during this period I had moved back to my parents’ right and I needed to wo
 rk in a quiet room because I so much needed to focus.</p>\n<p>Also by now I had discovered there was a WordPress Meetup community in Lagos but when I applied I did so for Ogun which is my state, but during my conversations with WordPress Global they had requested if I would be willing to join the Lagos WordPress Group, at first I was a little hesitant because Lagos is an hour drive from my town, I don’t have a car, so that adds another one hour. Surely you can&#8217;t live in Lagos and not know Lagos and traffic are best buddies so that adds another hour to my trip. Without thinking too much about it I agreed. Looking back today I do not regret it one bit.</p>\n<blockquote><p>This started my journey as a WordPress Lagos Community Co-organizer and a Community Deputy.</p>\n<a href=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/11/600_455477788.jpeg\"><img class=\"size-medium wp-image-2317\" s
 rc=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/11/600_455477788-300x225.jpeg\" alt=\"\" width=\"300\" height=\"225\" /></a>the first meetup i had as a Lagos co-organizer</blockquote>\n<p>This is 2017 right, I must not fail to mention it to you that my income in the last one year has come solely from WordPress Web Design. Today the Nigerian WordPress has grown, still growing definitely, the Lagos WordPress Meetup group has also grown and we have had 8 Meetups this year. I have made great friends and co-organizers in the community who are dedicated to building and sharing their WordPress knowledge with the community like I am. We are hosting the very first Nigerian <a href=\"https://2018.lagos.wordcamp.org/\">WordCamp in Lagos</a> on March 10 2018 at the Civic Centre in Victoria Island, Lagos. I must not forget to mention that we also now have an Ijebu WordPress Community; tha
 t’s my town alright <span class=\"ttfmake-icon mceNonEditable fa\"></span> .</p>\n<a href=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/11/3rd-wp-lagos-meetup-2017.jpg\"><img class=\"wp-image-2312 size-full\" src=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/11/3rd-wp-lagos-meetup-2017.jpg\" alt=\"\" width=\"299\" height=\"224\" /></a>this was our 4th meetup event this year\n<a href=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/11/first-wp-lagos-meetup-2018.jpg\"><img class=\"wp-image-2313 size-medium\" src=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/11/first-wp-lagos-meetup-2018-300x169.jpg\" alt=\"\" width=\"300\" height=\"169\" /></a>this was our first meetup event this year\n<a href=\"http
 ://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/11/600_463289287.jpeg\"><img class=\"wp-image-2316 size-medium\" src=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/11/600_463289287-300x225.jpeg\" alt=\"\" width=\"300\" height=\"225\" /></a>our third meetup early this year\n<a href=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/11/WPlagos-30th-Sept-Meetup-Photo-1.jpg\"><img class=\"size-medium wp-image-2318\" src=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/11/WPlagos-30th-Sept-Meetup-Photo-1-300x199.jpg\" alt=\"\" width=\"300\" height=\"199\" /></a>WPlagos 30th Sept Meetup (5th meetup this year)\n<p>We recently created a <a href=\"https://photos.app.goo.gl/VNx047kS0Bj8u7z63\" target=\"_blank\" rel=\"noopener\">
 google photos for our past meetups, click here to view them. </a>So tell me why I shouldn’t be grateful? Why I shouldn’t fall in love with WordPress? Because this is all that has happened to me since I met WordPress, <em><strong>I have fallen head over heels in love with WordPress and I am excited.</strong></em></p>\n<h3>What have i gained from WordPress?</h3>\n<ol>\n<li>I overcame my stage fright fully because i have to get in front of the crowd at every meetup to do the introductions and introduce the WordPress communities.</li>\n<li>I attended my first WordCamp in Cape Town, South Africa. <a href=\"https://youtu.be/PE6k8-PLKVk\" target=\"_blank\" rel=\"noopener\">Click here to see my picture story</a>. Coincidentally this was also my first time outside West Africa. I had never been in an aircraft for more than one hour before my trip.</li>\n<li>I have
  made money from WordPress Web Design Projects, enough to sustain me during my learning period. Still learning everyday.</li>\n<li>I jumped off <a href=\"https://mojispeaks.com/2017/11/19/i-did-jump-off-a-hill-my-wordcamp-cape-town-story/\" target=\"_blank\" rel=\"noopener\">Signal Hill in Cape Town, find post here</a>; next up, sky diving.</li>\n</ol>\n<a href=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/11/DSC_0246-1.jpg\"><img class=\"size-medium wp-image-2314\" src=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/11/DSC_0246-1-300x200.jpg\" alt=\"\" width=\"300\" height=\"200\" /></a>At a WordCamp Cape Town session\n<p><strong>My advice to you from my experience so far…</strong></p>\n<p>Always seek to understand the basics of whatever knowledge you seek&#82
 30;never jump in too fast, wanting to spiral to the top while ignoring the learning curve. You will crash down effortlessly if you do so and would have learnt nothing.</p>\n<a href=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/11/WordPress-Gave-Me-the-Perfect-Identity.png\"><img class=\"size-medium wp-image-2315\" src=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/11/WordPress-Gave-Me-the-Perfect-Identity-300x225.png\" alt=\"\" width=\"300\" height=\"225\" /></a>WordPress Gave Me the Perfect Identity Indeed&#8230;I no longer roam the internet..hehehe\n<blockquote>\n<p>The End&#8230;?<br />\nI Don’t Think So&#8230;<br />\nMy Story has Just Begun. <strong>Stay Tuned&#8230;.!</strong></p>\n</blockquote>\n<div class=\"rtsocial-container rtsocial-container-align-right rtsocial-horizont
 al\"><div class=\"rtsocial-twitter-horizontal\"><div class=\"rtsocial-twitter-horizontal-button\"><a title=\"Tweet: WordPress Gave Me the Perfect Identity\" class=\"rtsocial-twitter-button\" href=\"https://twitter.com/share?text=WordPress%20Gave%20Me%20the%20Perfect%20Identity&via=heropress&url=https%3A%2F%2Fheropress.com%2Fessays%2Fwordpress-gave-perfect-identity%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-fb-horizontal fb-light\"><div class=\"rtsocial-fb-horizontal-button\"><a title=\"Like: WordPress Gave Me the Perfect Identity\" class=\"rtsocial-fb-button rtsocial-fb-like-light\" href=\"https://www.facebook.com/sharer.php?u=https%3A%2F%2Fheropress.com%2Fessays%2Fwordpress-gave-perfect-identity%2F\" rel=\"nofollow\" target=\"_blank\"></a
 ></div></div><div class=\"rtsocial-linkedin-horizontal\"><div class=\"rtsocial-linkedin-horizontal-button\"><a class=\"rtsocial-linkedin-button\" href=\"https://www.linkedin.com/shareArticle?mini=true&url=https%3A%2F%2Fheropress.com%2Fessays%2Fwordpress-gave-perfect-identity%2F&title=WordPress+Gave+Me+the+Perfect+Identity\" rel=\"nofollow\" target=\"_blank\" title=\"Share: WordPress Gave Me the Perfect Identity\"></a></div></div><div class=\"rtsocial-pinterest-horizontal\"><div class=\"rtsocial-pinterest-horizontal-button\"><a class=\"rtsocial-pinterest-button\" href=\"https://pinterest.com/pin/create/button/?url=https://heropress.com/essays/wordpress-gave-perfect-identity/&media=https://heropress.com/wp-content/uploads/2017/11/112917-150x150.jpg&description=WordPress Gave Me the Perfect Identity\&q
 uot; rel=\"nofollow\" target=\"_blank\" title=\"Pin: WordPress Gave Me the Perfect Identity\"></a></div></div><a rel=\"nofollow\" class=\"perma-link\" href=\"https://heropress.com/essays/wordpress-gave-perfect-identity/\" title=\"WordPress Gave Me the Perfect Identity\"></a></div><p>The post <a rel=\"nofollow\" href=\"https://heropress.com/essays/wordpress-gave-perfect-identity/\">WordPress Gave Me the Perfect Identity</a> appeared first on <a rel=\"nofollow\" href=\"https://heropress.com\">HeroPress</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 29 Nov 2017 12:00:37 +0000\";s:7:\&quo
 t;attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Mary Job\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:18;a:6:{s:4:\"data\";s:13:\"\n    \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"WPTavern: WordCamp Albuquerque Gears Up for 5th Edition in January 2018\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";
 s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=76845\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:82:\"https://wptavern.com/wordcamp-albuquerque-gears-up-for-5th-edition-in-january-2018\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3644:\"<p><a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2017/11/Screen-Shot-2017-11-28-at-8.15.51-PM-e1511921930548.png?ssl=1\"><img /></a></p>\n<p><a href=\"ht
 tps://2018.albuquerque.wordcamp.org/\" rel=\"noopener\" target=\"_blank\">WordCamp Albuquerque</a> is gearing up for its 5th edition January 19-21, 2018, following events held in 2011, 2012, 2013, and 2016. An all-new organizing team is ready to invigorate the Southwestern WordPress community with an exciting array of world-class speakers and educational opportunities for both new and experienced users.</p>\n<p>Lead organizer Alonso Indacochea said the team is expecting to host 300 attendees. Many of them will be coming from New Mexico, Southern Colorado, West Texas, and Arizona.</p>\n<p>&#8220;The southwestern community is interesting because there are a lot of developers doing really interesting tech work, but a lot of it happens in silos due to government secrecy,&#8221; speaker wrangler Sam Hotchkiss said. &#8220;New Mexico has a rich history of technology, from the Manhattan Project and the creation of the fi
 rst nuclear weapons to the formation of Microsoft, which was founded in Albuquerque in 1975.</p>\n<p>&#8220;We’re trying to pull together that community to connect with each other, and also establish Albuquerque as a WordCamp with consistently high-quality speakers of global renown.&#8221;</p>\n<p>In pursuit of this goal, Hotchkiss has recruited a healthy crop of top quality speakers from the WordPress community. During the Saturday afternoon session, <a href=\"http://chrislema.com/\" rel=\"noopener\" target=\"_blank\">Chris Lema</a>, Vice President of Products and Innovation at <a href=\"https://www.liquidweb.com/\" rel=\"noopener\" target=\"_blank\">Liquid Web</a>, will be interviewing a diverse group of speakers in the main hall, including the following:</p>\n<ul>\n<li>Ashleigh Axios, former Creative Director for the Obama White House and AIGA Bo
 ard Member</li>\n<li>Sakin Shrestha, Founder of Catch Themes and the main drive behind the vibrant WordPress community in Nepal</li>\n<li>John Maeda, Global Head, Computational Design and Inclusion at Automattic</li>\n<li>Jon Brown, WordPress Nomad</li>\n<li>Alonso Indacochea, WordCamp lead organizer, who had no serious software development experience 5 years ago, went through a local boot camp, and is now CEO of the fastest growing digital agency in New Mexico</li>\n</ul>\n<p>This year WordCamp Albuquerque will feature multiple tracks sorted by topic, beginning with a WordPress Fundamentals track on Friday, January 19.</p>\n<p>&#8220;Foundation Friday is something I’ve seen be really successful at other camps,&#8221; Hotchkiss said. &#8220;It gives people who are new to WP a base of knowledge so that they can go into Saturday feeling confident and ready to learn. Each class on Friday will bu
 ild on the one before it. Starting from scratch? Show up at 9. Already have a site, but need help handling the layout?  Come at 10:30.&#8221;</p>\n<p>Saturday&#8217;s program will include sessions in the Business, Design, and Development tracks throughout the day, in addition to the planned interviews. A contributor day session is planned for Sunday. The event&#8217;s organizers are still <a href=\"https://2018.albuquerque.wordcamp.org/speakers/\" rel=\"noopener\" target=\"_blank\">accepting speaker applications</a> until midnight on Monday, December 4. They plan to finalize the schedule next week. <a href=\"https://2018.albuquerque.wordcamp.org/attendees/\" rel=\"noopener\" target=\"_blank\">Tickets</a> are on sale now and attendees can elect to purchase one for whatever combination of days they wish to attend.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_b
 ase\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 29 Nov 2017 02:30:46 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:19;a:6:{s:4:\"data\";s:13:\"\n    \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\&
 quot;\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"WPTavern: Practicing the Pac-Man Rule at WordCamp US\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=76857\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"https://wptavern.com/practicing-the-pac-man-rule-at-wordcamp-us\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1750:\"<p>Wi
 th more than 2,000 attendees expected, WordCamp US is one of the largest conferences devoted to WordPress. It&#8217;s a great opportunity to meet a lot of new faces and catch up with familiar ones. If you&#8217;re standing in the hallway at WordCamp US speaking with a group of people and want to encourage others to say hi or be part of the conversation, try this tip <a href=\"https://www.facebook.com/GreatSmokyMountainsAssociation/videos/10155628004363673/\">shared by</a> Jason Cosper called the <a href=\"http://ericholscher.com/blog/2017/aug/2/pacman-rule-conferences/\">Pac-Man rule</a> written by Eric Holscher.</p>\n<img />photo credit: rbatina <a href=\"http://www.flickr.com/photos/27988337@N00/12081061246\">Random Phone Shots</a> <a href=\"https://creativecommons.org/licenses/by-nc-nd/2.0/\">(license)</a>\n<p>The rule is simple. When standing in a circle, provide an
  opening for someone to join the group. By standing in an open circle, it gives a passersby explicit permission to join the group and limits the appearance of cliques. I didn&#8217;t realize how standing in a closed circle can be off-putting to those wanting to introduce themselves or chime in until learning about this rule.</p>\n<p>In addition to the Pac-Man rule, <a href=\"https://twitter.com/bobWP/status/935576711252533248\">Bob Dunn suggests</a> using eye contact to invite people to the group. <a href=\"https://twitter.com/mor10/status/935582280164065280\">Morten Rand-Hendriksen suggests</a> that if you&#8217;re looking to start a conversation with someone new, start with groups of two people as they likely know each other and want to talk to new people. I&#8217;ll be practicing the Pac-Man rule this weekend and I encourage other attendees to do so as well.</p>\";s:7:\"attribs\";a:0:{}s:8:\&
 quot;xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 28 Nov 2017 21:06:21 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:20;a:6:{s:4:\"data\";s:13:\"\n  \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a
 :2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"WPTavern: Gutenberg Team Is Ramping Up Usability Testing at WordCamp US\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=76807\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:82:\"https://wptavern.com/gutenberg-team-is-ramping-up-usability-testing-at-wordcamp-us\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{
 s:4:\"data\";s:4848:\"<p>The Gutenberg Team will have a usability testing station set up at WordCamp US where attendees can participate in a round of pre-set tests that focus on the writing flow. Testers will answer a short survey that includes their prior WordPress experience level, age, and device used. Volunteers will get participants set up with a testing site and will start the screen recording app.</p>\n<p>Testers will be asked to create a post based on the content shown in an image. There are three different images, which require the user to perform actions such as adding images, embedding media, creating unordered lists, adding quotes, and other basic content creation tasks. In order to segment results, the usability tests have been divided into <a href=\"https://drive.google.com/file/d/0B4BHP7ZnNw32RWJRa2diODFXVGs/view\" rel=\"noopener\" target=\"_blank\">beginner</a>, <a href=\"https://drive
 .google.com/file/d/0B4BHP7ZnNw32bVpyd2xaaFVVMWM/view\" rel=\"noopener\" target=\"_blank\">intermediate</a>, and <a href=\"https://drive.google.com/file/d/0B4BHP7ZnNw32R3U0ZkJRVXBySWM/view\" rel=\"noopener\" target=\"_blank\">advanced</a> level images.</p>\n<a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2017/11/Screen-Shot-2017-11-27-at-10.23.35-PM.png?ssl=1\"><img /></a>Advanced level task image for Gutenberg usability testing\n<p>After completing the test, participants will be asked to answer a few followup questions, such as &#8220;Did the task take longer or shorter than you expected?&#8221; and &#8220;Are you more or less likely to use the Gutenberg editor in the future?&#8221;</p>\n<p>&#8220;This is the second round of usability testing scripts — we tried out the first batch of scripts at WordCamp Milano, and made som
 e adjustments for clarity,&#8221; Gutenberg design lead Tammie Lister said. &#8220;As a result of testing, we moved the toolbar on blocks to not be fixed and back to the block. At Milano, we tested the tests.&#8221;</p>\n<p>As the result of these tests and other prior feedback, Lister <a href=\"https://github.com/WordPress/gutenberg/issues/3570\" rel=\"noopener\" target=\"_blank\">recommended the default position of the toolbar to be fixed to the block</a>.</p>\n<p>Anna Harrison, UX lead at Ephox (the makers of tinyMCE), has been instrumental in helping with the efforts around testing and writing scripts. She also offered <a href=\"https://github.com/WordPress/gutenberg/issues/3570#issuecomment-345879950\" rel=\"noopener\" target=\"_blank\">feedback on the ticket</a>, referencing comments from the previous discussion on the issue:</p>\n<blockquote><p
 >A fixed [docked to top] toolbar solution has several complications. Firstly, we break accessibility. I won&#8217;t reiterate the discussion, as it&#8217;s well articulated above. Secondly, we break things independent of accessibility &#8211; I ran user tests on something quite similar to this last year, and we discovered that <a href=\"https://go.tinymce.com/blog/from-the-ux-desk-road-testing-inline-image-editing/\" rel=\"noopener\" target=\"_blank\">disconnecting the toolbar from the point of action resulted in 100% user test fails</a>.</p></blockquote>\n<p>Gutenberg version 1.8 will change the default back to displaying block actions on the block level, although the option to change it to a fixed toolbar at the top of the screen will still be available. This change is one example of how usability testing is shaping Gutenberg&#8217;s development. WordCamp US is an opportunity for the team to collect a h
 ost of new testing data in one place.</p>\n<p>Lister said all the data that is collected will be processed by volunteers on the make/test team, but the team is still small and they could use more volunteers to work on this effort.</p>\n<p>&#8220;The turnaround time on processing the data we collect really depends on how many volunteers are available to work on it,&#8221; Lister said. &#8220;It also depends on if it’s a bug reported &#8211; bugs are easier to get fixed right away. If the data indicates an area where we need to investigate more, we’ll do that. The results of the testing will be published on make.wordpress.org/test.&#8221;</p>\n<p>Lister said the team is hoping to reach a wider variety of WordPress users at WCUS this year, from all backgrounds and careers. The testing booth offers an opportunity for anyone to contribute to the future of WordPress, regardless of your experience level or familiarity with the sof
 tware. The team is also eager to broaden its testing field by recruiting non-WordPress users as well. If you can&#8217;t make it to WordCamp US, you can still <a href=\"https://make.wordpress.org/test/2017/11/22/testing-flow-in-gutenberg/\" rel=\"noopener\" target=\"_blank\">contribute to Gutenberg by taking and administering usability tests</a> on your own with the help of the instructions posted on the make.wordpress.org/test site.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 28 Nov 2017 16:55:47 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\&q
 uot;;a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:21;a:6:{s:4:\"data\";s:13:\"\n    \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:102:\"WPTavern: Delete Me WordPress Plugin Assists Website Owners in Granting the GDPR Right to be Forgotten\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https:/
 /wptavern.com/?p=76474\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:113:\"https://wptavern.com/delete-me-wordpress-plugin-assists-website-owners-in-granting-the-gdpr-right-to-be-forgotten\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4080:\"<a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2017/11/eraser.jpg?ssl=1\"><img /></a>photo credit: pj_vanf <a href=\"http://www.flickr.com/photos/48066826@N02/5006945413\">to err is human</a> &#8211; <a href=\"https://creativecommons.org/licenses/by/2.0/\">(license)</a&g
 t;\n<p>With the EU GDPR compliance deadline just <a href=\"http://www.gdprcountdownclock.com/\" rel=\"noopener\" target=\"_blank\">178 days away</a>, many WordPress site owners are looking for tools that will help them meet the requirements. The regulation expands existing rights of data subjects in several key ways, including (but not limited to) the right to be notified of data breaches, the right to access personal data, the right to be forgotten, and the right to data portability.</p>\n<p>A plugin called <a href=\"https://wordpress.org/plugins/delete-me/\" rel=\"noopener\" target=\"_blank\">Delete Me</a>, by Clinton Caldwell, is one that may be helpful in addressing the Right to be Forgotten. The <a href=\"https://www.eugdpr.org\" rel=\"noopener\" target=\"_blank\">GDPR.org</a> website breaks it down as follows:</p>\n<blockquote
 ><p>Also known as Data Erasure, the right to be forgotten entitles the data subject to have the data controller erase his/her personal data, cease further dissemination of the data, and potentially have third parties halt processing of the data. The conditions for erasure, as outlined in article 17, include the data no longer being relevant to original purposes for processing, or a data subjects withdrawing consent. It should also be noted that this right requires controllers to compare the subjects&#8217; rights to &#8220;the public interest in the availability of the data&#8221; when considering such requests.</p></blockquote>\n<p>The Delete Me plugin takes this one step further for site owners who are comfortable allowing users to delete their own data without having to create a request for it. By default, the delete button displays on the profile.php screen in the admin, but administrators can elect to use a shortcode to display it somewher
 e else on the frontend.</p>\n<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2017/11/Screen-Shot-2017-11-27-at-4.54.42-PM.png?ssl=1\"><img /></a></p>\n<p>The plugin will delete the users&#8217; posts, links, and even comments (optional) after the user confirms. The confirmation screen could stand to include more information about what data is being deleted so that the user knows what to expect. However, administrators do have the option to specify this within the JavaScript confirmation dialog. After deletion the user is dumped back out to the homepage by default, but the redirect URL can be configured in the plugin&#8217;s settings page.</p>\n<p><a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2017/11/Screen-Shot-2017-11-27-at-4.54.21-PM.png?ssl=1\"><img /></a></p>\n<p>Additional configurable settings include the ability to select specific WordPr
 ess roles to allow to delete themselves, specify class and style attributes of delete link, enable or disable JavaScript confirm for Shortcode, specify button text, and send an email notification when users delete themselves.</p>\n<p>Delete Me also supports network activation and single site activation for multisite installations. By default, users can only delete themselves and their content from a single site, while other networked sites where they are registered will not be affected. The plugin does include a “Delete From Network” checkbox that administrators can enable to allow users to delete themselves from all sites on the network.</p>\n<p><a href=\"https://wordpress.org/plugins/delete-me/\" rel=\"noopener\" target=\"_blank\">Delete Me</a> is available for free on WordPress.org. I tested the plugin and have confirmed that it works with WordPress 5.0-alpha. It is currently active on more than 2,000 sites. By
  no means does it satisfy the full requirements of the GDPR, but it provides a decent starting point for site owners who want to make this option available to their users without having to manually fulfill their requests.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 28 Nov 2017 00:08:09 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\&quot
 ;\";}}}}}i:22;a:6:{s:4:\"data\";s:13:\"\n  \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:99:\"WPTavern: WPWeekly Episode 295 – Turkey With A Side of Gutenberg and Giving Thanks to Open Source\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"https://wptavern.com?p=76789&preview=true&preview_id=76789\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;
 a:5:{s:4:\"data\";s:106:\"https://wptavern.com/wpweekly-episode-295-turkey-with-a-side-of-gutenberg-and-giving-thanks-to-open-source\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3233:\"<p>I apologize for the delay in getting this episode out to you. In this episode, <a href=\"https://jjj.blog/\">John James Jacoby</a> and I discussed a range of topics, including a caching bug introduced in WordPress 4.9 that causes Page Templates not to display for an hour. We talk about the possibilities of using Gutenberg with WooCommerce and how it could impact product management.</p>\n<p>As is tradition, near the end of the show, we shared what we&#8217;re thankful for. We also shared what listeners are <a href=\"https://twitter.c
 om/jeffr0/status/933101857039200258\">thankful for</a> regarding open source.</p>\n<h2>Stories Discussed:</h2>\n<p><a href=\"https://core.trac.wordpress.org/ticket/42573\">This bug</a> is causing some theme developers to rip their hair out. Weston Ruter <a href=\"https://core.trac.wordpress.org/ticket/42573#comment:57\">explains</a> why the change was implemented.<br />\n<a href=\"https://wptavern.com/woocommerce-explores-the-possibilities-and-challenges-for-e-commerce-in-the-gutenberg-era\">WooCommerce Explores the Possibilities and Challenges for E-Commerce in the Gutenberg Era</a><br />\n<a href=\"https://wptavern.com/tailor-page-builder-plugin-discontinued-owners-cite-funding-gutenberg-and-competition\">Tailor Page Builder Plugin Discontinued, Owners Cite Funding, Gutenberg, and Competition</a><br />\n<a href=\"https://wptavern.c
 om/wordcamp-europe-2018-speaker-applications-now-open\">WordCamp Europe 2018 Speaker Applications Now Open</a><br />\n<a href=\"https://wptavern.com/github-launches-security-alerts-for-javascript-and-ruby-projects-python-support-coming-in-2018\">GitHub Launches Security Alerts for JavaScript and Ruby Projects, Python Support Coming in 2018</a></p>\n<h2>Picks of the Week:</h2>\n<p><a href=\"https://wordpress.org/plugins/trigger-happy/\">Trigger Happy</a> developed by Hotsource is a visual scripting tool for WordPress, allowing you to connect plugins and events together using a simple user interface. It currently supports core WordPress functionality, WooCommerce, and Ninja Form.</p>\n<p><a href=\"https://github.com/boogah/big-dummy\">Big dummy</a> is a project for folks who need to emulate an established blog with plenty of content while doing WordPress benchmarki
 ng and performance testing.</p>\n<p>There are 2495 posts, 6197 comments, 231 tags, 26 categories, and 10 pages worth of WordPress dummy data, fully ready to import. That&#8217;s 3 (simulated) years worth of content. <i>Note:</i> There are ~1.6 GB of images (courtesy of<a href=\"https://unsplash.com\"> Unsplash</a>) attached to these posts. It&#8217;s a very good idea to import everything <i>but</i> the media in order to avoid timeouts or errors with the WordPress Importer.</p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Wednesday, November 29th 3:00 P.M. Eastern</p>\n<p>Subscribe to <a href=\"https://itunes.apple.com/us/podcast/wordpress-weekly/id694849738\">WordPress Weekly via Itunes</a></p>\n<p>Subscribe to <a href=\"https://www.wptavern.com/feed/podcast\">WordPress Weekly via RSS</a></p>\n
 <p>Subscribe to <a href=\"http://www.stitcher.com/podcast/wordpress-weekly-podcast?refid=stpr\">WordPress Weekly via Stitcher Radio</a></p>\n<p><strong>Listen To Episode #295:</strong><br />\n</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 27 Nov 2017 07:54:15 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\&q
 uot;xml_lang\";s:0:\"\";}}}}}i:23;a:6:{s:4:\"data\";s:13:\"\n    \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"WPTavern: Workarounds for the Page Template Bug in WordPress 4.9\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=76785\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"ht
 tps://wptavern.com/workarounds-for-the-page-template-bug-in-wordpress-4-9\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2105:\"<p>WordPress 4.9 &#8220;Tipton&#8221; <a href=\"https://wptavern.com/wordpress-4-9-released-with-major-improvements-to-customizer-workflow-updated-code-editors-and-new-core-gallery-widget\">was released</a> last week and although it&#8217;s largely trouble-free, there is one particular issue <a href=\"https://wordpress.org/support/topic/updated-to-4-9-wont-detect-page-template/\">users</a> and <a href=\"https://core.trac.wordpress.org/ticket/42573#comment:75\">developers</a> are running into that&#8217;s causing frustration. In 4.9, custom page templates that are created f
 ail to display in the Template drop-down menu. The issue is related to changes made to the <a href=\"https://core.trac.wordpress.org/changeset/41806\">file editor</a>.</p>\n<p>Previous versions of WordPress listed files 2-levels deep in the editor. In 4.9, the entire directory tree for a theme is listed regardless of its depth. Caching was added to help limit the performance impacts of loading large WordPress themes. &#8220;An unintended side effect of the caching is that the same directory listing function <tt>get_files</tt> is used both for the theme editor and for gathering page templates,&#8221; Weston Ruter, Co-Release Lead for WordPress 4.9 <a href=\"https://core.trac.wordpress.org/ticket/42573#comment:57\">said</a>.</p>\n<p>Within the <a href=\"https://core.trac.wordpress.org/ticket/42573\">trac ticket</a>, developers suggests that a button be added that flushes all c
 aches or disabling the cache if <tt>WP_DEBUG</tt> is set to true. Neither suggestion turned into a patch committed to core. Instead, Ruter has <a href=\"https://gist.github.com/westonruter/6c2ca0e5a4da233bf4bd88a1871dd950\">released a plugin</a> as a workaround that flushes the template cache. Other workarounds include, bumping the theme&#8217;s version, running the <tt>wp cache flush</tt> command in WP CLI, or waiting 60 minutes for the cache to expire.</p>\n<p>The ticket is marked as a high priority but because of the upcoming holidays in the US and WordCamp US next weekend, it could be at least a few weeks before WordPress 4.9.1 is released.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 23 Nov 2017 00:42:
 28 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:24;a:6:{s:4:\"data\";s:13:\"\n     \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:97:\"WPTavern: Tide Project Aims to Audit and Score WordPress Themes and Plugins based on Code Quality\";s:7:\"attribs\&q
 uot;;a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=76652\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:108:\"https://wptavern.com/tide-project-aims-to-audit-and-score-wordpress-themes-and-plugins-based-on-code-quality\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:8526:\"<p>Last week XWP dropped an intriguing <a href=\"https://xwp.co/tide-a-path-to-better-code-across-the-wordpress-ecosystem/\
 " rel=\"noopener\" target=\"_blank\">preview of a new project called Tide</a> that aims to improve code quality across the WordPress plugin and theme ecosystems. The company has been working with the support of Google, Automattic, and WP Engine, on creating a new service that will help users make better plugin decisions and assist developers in writing better code.</p>\n<p>XWP&#8217;s marketing manager Rob Stinson summarized the project&#8217;s direction so far:</p>\n<blockquote><p>Tide is a service, consisting of an API, Audit Server, and Sync Server, working in tandem to run a series of automated tests against the WordPress.org plugin and theme directories. Through the Tide plugin, the results of these tests are delivered as an aggregated score in the WordPress admin that represents the overall code quality of the plugin or theme. A comprehensive report is generated, equipping developers to better understand h
 ow they can increase the quality of their code.</p></blockquote>\n<p>The XWP announcement also included a screenshot of how this data might be presented in the WordPress plugin directory:</p>\n<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2017/11/jetpack-tide-plugin-score.jpg?ssl=1\"><img /></a></p>\n<p>XWP plans to unveil the service at WordCamp US in Nashville at the Google booth where they will be inviting the community to get involved. Naturally, a project with the potential to have this much impact on the plugin ecosystem raises many questions about who is behind the vision and what kind of metrics will be used.</p>\n<p>I contacted Rob Stinson and Luke Carbis at XWP, who are both contributors to the project, to get an inside look at how it started and where they anticipate it going.</p>\n<p>&#8220;Tide was started at XWP about 12 months ago when one of our service 
 teams pulled together the idea, followed up by a proof of concept, of a tool that ran a series of code quality tests against a package of code (WordPress plugin) and returned the results via an API,&#8221; Stinson said. &#8220;We shortly after came up with the name Tide, inspired by the proverb &#8216;A rising tide lifts all boats,&#8217; thinking that if a tool like this could lower the barrier of entry to good quality code for enough developers, it could lift the quality of code across the whole WordPress ecosystem.&#8221;</p>\n<p>Stinson said XWP ramped up its efforts on Tide during the last few months after beginning to see its potential and sharing the vision with partners.</p>\n<p>&#8220;Google, Automattic and WP Engine have all helped resource (funds, infrastructure, developer time, advice etc) the project recently as well,&#8221; Stinson said. &#8220;Their support has really helped us build momentum. Google have been a 
 big part of this since about August. We had been working with them on other projects and when we shared with them the vision for Tide, they loved it and saw how in line it is with the vision they have for a better performant web.&#8221;</p>\n<p>The Tide service is not currently active but a beta version will launch at WordCamp US with a WordPress plugin to follow shortly thereafter. Stinson said the team designed the first version to present the possibilities of Tide and encourage feedback and contribution from the community.</p>\n<p>&#8220;We realize that Tide will be its best if its open sourced,&#8221; he said. &#8220;There are many moving parts to it and we recognize that the larger the input from the community, the better it will represent and solve the needs of the community around code quality.&#8221;</p>\n<p>At this phase of the project, nothing has been set in stone. The Tide team is continuing to experiment with diffe
 rent ways of making the plugin audit data available, as well as refining how that data is weighed when delivering a Tide score.</p>\n<p>&#8220;The star rating is just an idea we have been playing with,&#8221; Stinson said. &#8220;The purpose of it will be to aggregate the full report that is produced by Tide into a simple and easy to understand metric that WordPress users can refer to when making decisions about plugins and themes. We know we haven’t got this metric and how it is displayed quite right. We’ve had some great feedback from the community already.&#8221;</p>\n<p>The service is not just designed to output scores but also to make it easy for developers to identify weaknesses in their code and learn how to fix them.</p>\n<p>&#8220;Lowering the barrier of entry to writing good code was the original inspiration for the idea,&#8221; Stinson said.</p>\n<h3>Tide Project Team Plans to Refine Metrics Used 
 for Audit Score based on Community Feedback</h3>\n<p>The Tide project website, <a href=\"http://wptide.org\" rel=\"noopener\" target=\"_blank\">wptide.org</a>, will launch at WordCamp US and will provide developers with scores, including specifics like line numbers and descriptions of failed sniffs. Plugin developers will be able to use the site to improve their code and WordPress users will be able to quickly check the quality of a plugin. XWP product manager Luke Carbis explained how the Tide score is currently calculated.</p>\n<p>&#8220;Right now, Tide runs a series of code sniffs across a plugin / theme, takes the results, applies some weighting (potential security issues are more important than tabs vs. spaces), and then averages the results per line of code,&#8221; Carbis said. &#8220;The output of this is a score out of 100, which is a great indicator of the quality of a plugin or theme. The &#8
 216;algorithm&#8217; that determines the score is basically just a series of weightings.&#8221;</p>\n<p>The weightings the service is currently using were selected as a starting point, but Carbis said the team hopes the WordPress community will help them to refine it.</p>\n<p>&#8220;If it makes sense, maybe one day this score could be surfaced in the WordPress admin (on the add new plugin page),&#8221; Carbis said. &#8220;Or maybe it could influence the search results (higher rated plugins ranked first). Or maybe it just stays on wptide.org. That’s really up to the community to decide.&#8221;</p>\n<p>In addition to running codesniffs, the Tide service will run two other scans. A <a href=\"https://developers.google.com/web/tools/lighthouse/\" rel=\"noopener\" target=\"_blank\">Lighthouse</a> scan, using Google&#8217;s open-source, automated tool for improving the quality of web
  pages, will be performed on themes, which Carbis says is a &#8220;huge technological accomplishment.&#8221;</p>\n<p>&#8220;For every theme in the directory, we’re spinning up a temporary WordPress install, and running a Lighthouse audit in a headless chrome instance,&#8221; Carbis said. &#8220;This means we get a detailed report of the theme’s <em>front end output</em> quality, not just the code that powers it.&#8221;</p>\n<p>The second scan Tide will perform measures PHP compatibility and will apply to both plugins and themes.</p>\n<p>&#8220;Tide can tell which versions of PHP a plugin or theme will work with,&#8221; Carbis said. &#8220;For users, this means we could potentially hide results that we <em>know</em> won’t work with their WordPress install (or at least show a warning). For hosts, this means they can easily check the PHP compatibility before upgrading an install to PHP
  7 (we think this will cause <em>many</em> more installs to be upgraded – the net effect being a noticeable speed increase, which we find really exciting and motivating).&#8221;</p>\n<p>Carbis said that the team is currently working in the short term to get the PHP Compatibility piece into the WordPress.org API, which he says could start influencing search results without any changes to WordPress core.</p>\n<p>&#8220;We’d also like to start engaging with the community to find out whether surfacing a Code Quality score to WordPress users is helpful, and if it is, what does that look like? (e.g. score out of 100, 5 star rating, A/B/C/D, etc.),&#8221; Carbis said. &#8220;We will release our suggestion for what this <em>could</em> look like as a plugin shortly after WordCamp US.&#8221;</p>\n<p>More specific information about the metrics Tide is currently using and how it applies to plugins and themes wil
 l be available after the service launches in beta. If you are attending WordCamp US and have some suggestions or feedback to offer the team, make sure to stop by the Google sponsorship booth.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 22 Nov 2017 21:21:43 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:25;a:6:{s:4:\&
 quot;data\";s:13:\"\n        \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"Matt: Adam Robinson on Understanding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"https://ma.tt/?p=47663\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://ma.tt/2017/11/adam-robinson-on-understanding/\";s:7:\"attribs\";a:0:{}s:8:
 \"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5921:\"<p>This is a long quote/excerpt from <a href=\"https://twitter.com/iamadamrobinson\">Adam Robinson</a> I&#8217;ve been holding onto for a while, from <a href=\"https://tribeofmentors.com/\">Tribe of Mentors</a>. Worth considering, especially if you strive to work in a data-informed product organization.</p>\n<blockquote><p>Virtually all investors have been told when they were younger — or implicitly believe, or have been tacitly encouraged to do so by the cookie-cutter curriculums of the business schools they all attend — that the more they understand the world, the better their investment results. It makes sense, doesn’t it? The more information we acquire and evaluate, the “better informed” 
 we become, the better our decisions. Accumulating information, becoming “better informed,” is certainly an advantage in numerous, if not most, fields.</p>\n<p>But not in the eld of counterintuitive world of investing, where accumulating information can hurt your investment results.</p>\n<p>In 1974, Paul Slovic — a world-class psychologist, and a peer of Nobel laureate Daniel Kahneman — decided to evaluate the effect of information on decision-making. This study should be taught at every business school in the country. Slovic gathered eight professional horse handicappers and announced, “I want to see how well you predict the winners of horse races.” Now, these handicappers were all seasoned professionals who made their livings solely on their gambling skills.</p>\n<p>Slovic told them the test would consist of predicting 40 horse races in four consecutive rounds. In the first round, each gambler would be given the five pieces of informa
 tion he wanted on each horse, which would vary from handicapper to handicapper. One handicapper might want the years of experience the jockey had as one of his top five variables, while another might not care about that at all but want the fastest speed any given horse had achieved in the past year, or whatever.</p>\n<p>Finally, in addition to asking the handicappers to predict the winner of each race, he asked each one also to state how confident he was in his prediction. Now, as it turns out, there were an average of ten horses in each race, so we would expect by blind chance — random guessing — each handicapper would be right 10 percent of the time, and that their confidence with a blind guess to be 10 percent.</p>\n<p>So in round one, with just five pieces of information, the handicappers were 17 percent accurate, which is pretty good, 70 percent better than the 10 percent chance they started with when given zero pieces of information. And interesting
 ly, their confidence was 19 percent — almost exactly as confident as they should have been. They were 17 percent accurate and 19 percent confident in their predictions.</p>\n<p>In round two, they were given ten pieces of information. In round three, 20 pieces of information. And in the fourth and final round, 40 pieces of information. That’s a whole lot more than the five pieces of information they started with. Surprisingly, their accuracy had flatlined at 17 percent; they were no more accurate with the additional 35 pieces of information. Unfortunately, their confidence nearly doubled — to 34 percent! So the additional information made them no more accurate but a whole lot more confident. Which would have led them to increase the size of their bets and lose money as a result.</p>\n<p>Beyond a certain minimum amount, additional information only feeds — leaving aside the considerable cost of and delay occasioned in acquiring it — what psychologists 
 call “confirmation bias.” The information we gain that conflicts with our original assessment or conclusion, we conveniently ignore or dismiss, while the information that confirms our original decision makes us increasingly certain that our conclusion was correct.</p>\n<p>So, to return to investing, the second problem with trying to understand the world is that it is simply far too complex to grasp, and the more dogged our at- tempts to understand the world, the more we earnestly want to “explain” events and trends in it, the more we become attached to our resulting beliefs — which are always more or less mistaken — blinding us to the financial trends that are actually unfolding. Worse, we think we understand the world, giving investors a false sense of confidence, when in fact we always more or less misunderstand it.<br />\nYou hear it all the time from even the most seasoned investors and financial “experts” that this trend or that “doesn’t ma
 ke sense.” “It doesn’t make sense that the dollar keeps going lower” or “it makes no sense that stocks keep going higher.” But what’s really going on when investors say that something makes no sense is that they have a dozen or whatever reasons why the trend should be moving in the opposite direction.. yet it keeps moving in the current direction. So they believe the trend makes no sense. But what makes no sense is their model of the world. That’s what doesn’t make sense. The world always makes sense.</p>\n<p>In fact, because financial trends involve human behavior and human beliefs on a global scale, the most powerful trends won’t make sense until it becomes too late to profit from them. By the time investors formulate an understanding that gives them the confidence to invest, the investment opportunity has already passed.</p>\n<p>So when I hear sophisticated investors or financial commentators say, for example, that it makes no sense how
  energy stocks keep going lower, I know that energy stocks have a lot lower to go. Because all those investors are on the wrong side of the trade, in denial, probably doubling down on their original decision to buy energy stocks. Eventually they will throw in the towel and have to sell those energy stocks, driving prices lower still.</p></blockquote>\n<p>&nbsp;</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 22 Nov 2017 16:33:12 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:
 7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:26;a:6:{s:4:\"data\";s:13:\"\n        \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"HeroPress: Finding WordPress in Cameroon\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://heropress.com/?post_type=heropress-essays&p=2286\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\&q
 uot;;b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:126:\"https://heropress.com/essays/finding-wordpress-cameroon/#utm_source=rss&utm_medium=rss&utm_campaign=finding-wordpress-cameroon\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5922:\"<img width=\"960\" height=\"480\" src=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2018/11/112217-1024x512.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"Pull Quote: The more I share knowledge with someone the more I gain in return.\" /><p>My name is Michaël Nde Tabefor, I reside in Cameroon. I grew up in the economic capital of the country surrounded by so much diversity a
 nd culture.</p>\n<p>Yet I was still very young when I developed an interest in technology, back in Primary school I had a PC at home I used to play around, most especially Spider Solitaire hahaha. Well that game sound crazy but it’s educative, it built up my reflex with the mouse and yeah it worth it. When I arrived in Secondary school I quickly picked up the subject.</p>\n<p>I began educating myself on the trend of Technology and how they work. I developed a great interest for organisations such as Google, what they doing for humanity not just about technology. So I understood that no matter the position I get, I must always contribute to Humanity by volunteering.</p>\n<p>When I got to the University back in 2014 as a Freshman, I enrolled into Software engineering program where I began excelling and widening my thinking and reflex, met with other enthusiasts of technology.</p>\n<h3>Taking Another Path</h3>\n<p>Unlike oth
 er students I decided to go in for an internship at my first year (am one of those who believe university is good but it contribute to just about 10 &#8211; 20% of what builds up skill, people must be passionate about what the do, that passion alone will get you have the skills and be able to learn more and more).</p>\n<p>On my first day of internship, my internship coordinator gave me a task to go and install WordPress on my computer and create with the use of an external template (not there default themes) the website of my university.</p>\n<blockquote><p>Let me make this point, I didn’t know about WordPress. Had no idea of what it’s meant for. Completely blank.</p></blockquote>\n<p>I went back to my university, I met one of my professors, explained it to him, he redirected me to a senior student who once did internship and had to use WordPress.</p>\n<p>I went home, got my environment set up and called my senior, 
 She did the guiding all through the installation on phone, till installing the template, my curiosity did the rest of the job hahaha, end of story. The next day I went back to the office, my coordinator didn’t expect me that soon Lol.</p>\n<h3>Diving Deeper</h3>\n<p>So I worked on some tutorial on building themes and plugin from scratch from Lynda.com but I took a break from building cuz I didn’t have much skills in PHP, in first year we didn’t do web technologies, I began hacking on PHP on my own, basic’ly I learnt almost every skill on my own via research and practice.</p>\n<p>I worked on several sites that used WordPress and began installing for others. My coordinator told me it would be interesting to start a WordPress Community so others could benefit from it. Actually the more I share knowledge with someone I gain 100% in return too, it builds up my mastery and ability to debug and resolve issues.</p>\n<blockquote><p&g
 t;I began our local community and everyday I kept understanding WordPress more and more.</p></blockquote>\n<p>After a couple of months I officially joined the WordPress Volunteer Community in doing more reach outs in (November 2015 &#8211; via Rocio Valdiva) and on April 15, 2017 I organized <a href=\"https://2017.buea.wordcamp.org/\">the very first WordCamp in the whole of Central Africa</a> that brought together over 240 persons. Complete gallery on <a href=\"https://www.flickr.com/photos/144827169@N08/\">Flickr</a>, Video on <a href=\"https://youtu.be/nnUgqhveB00\">YouTube</a>.</p>\n<p>After the WordCamp I later on built a Mobile Money Payment Gateway with a local Network Operator web payment API using WooCommerce.</p>\n<div class=\"rtsocial-container rtsocial-container-align-right rtsocial-horizontal\"><div class=\"rtsocial-twitter-horizontal\"&g
 t;<div class=\"rtsocial-twitter-horizontal-button\"><a title=\"Tweet: Finding WordPress in Cameroon\" class=\"rtsocial-twitter-button\" href=\"https://twitter.com/share?text=Finding%20WordPress%20in%20Cameroon&via=heropress&url=https%3A%2F%2Fheropress.com%2Fessays%2Ffinding-wordpress-cameroon%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-fb-horizontal fb-light\"><div class=\"rtsocial-fb-horizontal-button\"><a title=\"Like: Finding WordPress in Cameroon\" class=\"rtsocial-fb-button rtsocial-fb-like-light\" href=\"https://www.facebook.com/sharer.php?u=https%3A%2F%2Fheropress.com%2Fessays%2Ffinding-wordpress-cameroon%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-linkedin-horizontal\"><div class=\"rt
 social-linkedin-horizontal-button\"><a class=\"rtsocial-linkedin-button\" href=\"https://www.linkedin.com/shareArticle?mini=true&url=https%3A%2F%2Fheropress.com%2Fessays%2Ffinding-wordpress-cameroon%2F&title=Finding+WordPress+in+Cameroon\" rel=\"nofollow\" target=\"_blank\" title=\"Share: Finding WordPress in Cameroon\"></a></div></div><div class=\"rtsocial-pinterest-horizontal\"><div class=\"rtsocial-pinterest-horizontal-button\"><a class=\"rtsocial-pinterest-button\" href=\"https://pinterest.com/pin/create/button/?url=https://heropress.com/essays/finding-wordpress-cameroon/&media=https://heropress.com/wp-content/uploads/2018/11/112217-150x150.jpg&description=Finding WordPress in Cameroon\" rel=\"nofollow\" target=\"_blank\" title=\"Pin: Finding WordPress in Cameroon\"></a></div></div
 ><a rel=\"nofollow\" class=\"perma-link\" href=\"https://heropress.com/essays/finding-wordpress-cameroon/\" title=\"Finding WordPress in Cameroon\"></a></div><p>The post <a rel=\"nofollow\" href=\"https://heropress.com/essays/finding-wordpress-cameroon/\">Finding WordPress in Cameroon</a> appeared first on <a rel=\"nofollow\" href=\"https://heropress.com\">HeroPress</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 22 Nov 2017 15:45:11 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.or
 g/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"Michaël Nde Tabefor\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:27;a:6:{s:4:\"data\";s:13:\"\n        \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:98:\"WPTavern: Envato Elements Adds Unlimited WordPress Theme and Plugin Downloads to Subscription Plan\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\&qu
 ot;;s:29:\"https://wptavern.com/?p=76604\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:109:\"https://wptavern.com/envato-elements-adds-unlimited-wordpress-theme-and-plugin-downloads-to-subscription-plan\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4096:\"<p>Envato has added <a href=\"https://envato.com/blog/announcing-wordpress-themes-on-envato-elements/\" rel=\"noopener\" target=\"_blank\">unlimited WordPress theme and plugin downloads</a> to its Elements digital assets subscription service. The company is including a curated collection o
 f <a href=\"https://elements.envato.com/wordpress/themes/sort-by-latest\" rel=\"noopener\" target=\"_blank\">210 WordPress themes</a> and <a href=\"https://elements.envato.com/wordpress/plugins/sort-by-latest\" rel=\"noopener\" target=\"_blank\">100 plugins</a> along with 400,000 other design assets already offered through the service.</p>\n<p>Envato is the largest WordPress theme marketplace on the web with 39,102 themes and website templates for sale. Last year the company <a href=\"https://wptavern.com/envato-celebrates-10-years-in-business\" rel=\"noopener\" target=\"_blank\">celebrated 10 years in business</a> and reported that the community earned more than $40 million, with a significant portion of that revenue coming from WordPress products.</p>\n<p>The new &#8220;all you can eat&#8221; style package for WordPress theme
 s on Envato Elements was introduced to boost the value of the service&#8217;s annual subscription plan and is not available to monthly subscribers. For $228/year, annual subscribers can change themes as often as they choose, which is the chief selling point of the new addition. However, the subscription service does not provide direct item support for the themes, as they are submitted by independent designers.</p>\n<p>Current Elements subscribers have the option to change their payment plans from monthly to annual to gain access to the unlimited WordPress products. Several disgruntled customers have taken to Twitter to express their dissatisfaction with the WordPress additions being withheld from existing monthly subscribers and perceive it to be heavy-handed a tactic for locking in more annual subscribers before raising the price.</p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">Not cheeky ask at a
 ll, your roadmap did not say anything about this price change, but got people signed up at $19 per month with the understanding this was going to be an added edition. Shocking way to treat loyal customers. <a href=\"https://twitter.com/hashtag/moneyhungry?src=hash&ref_src=twsrc%5Etfw\">#moneyhungry</a></p>\n<p>&mdash; TVBanterUK <img src=\"https://s.w.org/images/core/emoji/2.3/72x72/1f4ad.png\" alt=\"?\" class=\"wp-smiley\" /> (@TVBanterUK) <a href=\"https://twitter.com/TVBanterUK/status/930943546693226501?ref_src=twsrc%5Etfw\">November 15, 2017</a></p></blockquote>\n<p></p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">Why hold monthly subscribers ransom by only allowing annual subscribers access? Feels somewhat unfair to long term subs!</p>\n<p>&mdash; Paul Charlton (@ipixel_design)
  <a href=\"https://twitter.com/ipixel_design/status/931203052765433862?ref_src=twsrc%5Etfw\">November 16, 2017</a></p></blockquote>\n<p></p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">Yes we were on the understanding us early day loyal subscribers signed up would get what the roadmap said, it’s such a sneaky way to get people locked in to the annual plan which you will then increase in year 2, seen it all before.</p>\n<p>&mdash; TVBanterUK <img src=\"https://s.w.org/images/core/emoji/2.3/72x72/1f4ad.png\" alt=\"?\" class=\"wp-smiley\" /> (@TVBanterUK) <a href=\"https://twitter.com/TVBanterUK/status/931097713579610112?ref_src=twsrc%5Etfw\">November 16, 2017</a></p></blockquote>\n<p></p>\n<p>An Envato support representative offered some background on the decision in respo
 nse to monthly subscribers who do not appreciate being excluded from additions to the service.</p>\n<p>&#8220;We chose this pricing model because we think it creates the fairest platform for both our subscribers and our authors,&#8221; the representative said. &#8220;A huge amount of time and dedication goes into creating and maintaining WordPress themes and plugin so this allows us to help protect the earnings of the authors who provide our community with premium assets.&#8221;</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 22 Nov 2017 04:01:34 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://
 purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:28;a:6:{s:4:\"data\";s:13:\"\n        \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"Matt: Tribe of Mentors\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"https://ma.tt/?p=47661\";s:7:\"attribs\";a:0:
 {}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"https://ma.tt/2017/11/tribe-of-mentors/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1004:\"<p>Tim Ferriss&#8217;s new book <a href=\"https://tribeofmentors.com/\">Tribe of Mentors is out</a>. I have finished it already, and can say it&#8217;s really excellent and I even liked it more than Tools of Titans even though I&#8217;m not in this one. <img src=\"https://s.w.org/images/core/emoji/2.3/72x72/1f642.png\" alt=\"?\" class=\"wp-smiley\" /> As I said in a message to Tim:</p>\n<blockquote class
 =\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">Curious how Tribe of Mentors is different from Tools of Titans? Here\'s a text to me from Matt Mullenweg (<a href=\"https://twitter.com/photomatt?ref_src=twsrc%5Etfw\">@photomatt</a>, CEO Automattic)&#8230; <a href=\"https://t.co/D9kvA2rFFC\">pic.twitter.com/D9kvA2rFFC</a></p>\n<p>&mdash; Tim Ferriss (@tferriss) <a href=\"https://twitter.com/tferriss/status/919729467244863488?ref_src=twsrc%5Etfw\">October 16, 2017</a></p></blockquote>\n<p></p>\n<p>I learned a lot from it, took a ton of notes to follow up on, and wrote down about twenty more books I have to read.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s
 :4:\"data\";s:31:\"Tue, 21 Nov 2017 23:55:28 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:29;a:6:{s:4:\"data\";s:13:\"\n      \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:98:\"WPTavern: Tailor Page Builder Plugin Discontinued, Owners Cite Funding, Gutenbe
 rg, and Competition\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=76599\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:106:\"https://wptavern.com/tailor-page-builder-plugin-discontinued-owners-cite-funding-gutenberg-and-competition\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6385:\"<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2017/11/tailor
 -e1510853958841.png?ssl=1\"><img /></a></p>\n<p><a href=\"https://www.enclavely.io/\" rel=\"noopener\" target=\"_blank\">Enclavely, Inc.</a>, the owners of the <a href=\"https://wordpress.org/plugins/tailor/\" rel=\"noopener\" target=\"_blank\">Tailor Page Builder plugin</a>, have announced that they will be <a href=\"https://www.tailorwp.com/discontinued/\" rel=\"noopener\" target=\"_blank\">discontinuing its development</a> effective immediately.</p>\n<p><a href=\"http://andrewworsfold.com/\" rel=\"noopener\" target=\"_blank\">Andrew Worsfold</a>, the original developer, launched Tailor in April 2016 and the plugin received an enthusiastic reception from the WordPress community. After performing <a href=\"https://wptavern.com/pippin-williamson-shakes-up-page-builde
 r-plugins-with-critical-review\" rel=\"noopener\" target=\"_blank\">a critical review of the major page builders</a> available to users in September 2016, Pippin Williamson found only three that he could happily recommend to his customers: Tailor, Pootle Page Builder, and Beaver Builder. This recommendation was based primarily on code quality, usability, and compatibility with other plugins.</p>\n<p>The plugin <a href=\"https://www.tailorwp.com/tailor-page-builder-under-new-management/\" rel=\"noopener\" target=\"_blank\">came under new management in July 2017</a> after the original developer no longer had enough time to dedicate to the project. Worsfold sold it to Enclavely, whose owners were early and enthusiastic users of the plugin, for what he said was &#8220;a nominal amount.&#8221; Three months later, the new owners cite the cost of keeping up with Gutenberg and other competitors a
 s the primary reason for <a href=\"https://www.tailorwp.com/discontinued/\" rel=\"noopener\" target=\"_blank\">discontinuing its development</a>:</p>\n<blockquote><p>Gutenberg is going to be bundled with WordPress itself. That’s definitely going to give a tough time to all 3rd party page builders and even that is not the case there are some really big players around like Elementor, Divi, Beaver Builder, and others which are going to be hard for us to compete with, being a completely free project and providing almost all the great features in free version&#8230;</p>\n<p>So the main reason for us to discontinue Tailor is due to finances, which Tailor needs to keep on its development and marketing to compete with all the big players and especially Gutenberg.</p></blockquote>\n<p>This instance seems to be more of a case of the new management running out of funds, rather than Gutenberg preempt
 ively killing off a page builder. Enclavely was no longer willing to invest in developing a product that could compete against some of the more widely used page builders.</p>\n<p>&#8220;Tailor needs a lot of effort and money, which was much more than we estimated,&#8221; an Enclavely representative said when I contacted the company. &#8220;And even if we continue to put effort and money in this project, we all know that Gutenberg is going to smash this space soon and we won&#8217;t be able to survive, and so will be the case with some other page builders. This is why we decided to end this now.&#8221;</p>\n<p>Tailor currently has more than 3,000 active installations, according to WordPress.org. Fans of the plugin commented on the <a href=\"https://medium.com/tailor-page-builder/end-of-tailor-rise-of-gutenberg-6b4c59431f99\" rel=\"noopener\" target=\"_blank\">announcement</a>, asking if the original
  developer might be able to pick the project back up again.</p>\n<p>When I contacted the company, they said the original developer was no longer involved with the project.</p>\n<p>&#8220;The original developer has parted ways since the acquisition,&#8221; an Enclavely representative said. &#8220;He was involved with some stuff in the start but not that much, thus the decision is mainly taken by us based on the issues we were facing in maintaining this project.&#8221;</p>\n<p>However, Worsfold&#8217;s account of his involvement with Tailor following the acquisition differs greatly from Enclavely&#8217;s report.</p>\n<p>&#8220;I handed over control of the project in July, although all releases since then were also written by me and deployed on their behalf,&#8221; Worsfold said. &#8220;Given that I haven&#8217;t been asked to help with anything recently, and there have been no further releases, it 
 looks like development has already ended.&#8221;</p>\n<p>The plugin is <a href=\"https://wordpress.org/plugins/tailor/\" rel=\"noopener\" target=\"_blank\">available free on WordPress.org</a> and licensed under the GPL, so anyone who wants to can fork it. Worsfold doesn&#8217;t anticipate having the time to maintain the project himself and said he was under the impression that Enclavely is attempting to sell it.</p>\n<p>&#8220;I made the decision to hand over control of Tailor as work and other commitments meant that I couldn&#8217;t dedicate enough time to the project,&#8221; Worsfold said. &#8220;I had hoped that the new team would continue development, provide support, and ensure the needs of existing users were met. However after just three months they&#8217;ve decided to give up. That&#8217;s obviously very disappointing.&#8221;</p>\n<p>Worsfold said that when he so
 ld it to them, it was with the understanding that they would continue to develop and maintain it. He doesn&#8217;t anticipate being able to re-adopt it due to a lack of time to dedicate to the project.</p>\n<p>&#8220;I&#8217;m in much the same situation I was in before and it seems they are wanting to on-sell it themselves, so I can&#8217;t imagine I will be able to readopt it,&#8221; Worsfold said. &#8220;I have mixed feelings about the whole situation. Ultimately I see Gutenberg doing most of what page builders currently do, but in a better, more standardized, way. Hopefully, whatever&#8217;s left (custom blocks, styles, functionality etc.) will build on the framework and serve to reduce the amount of fragmentation in the ecosystem.&#8221;</p>\n<p>Worsfold is still limited on free time but said he would be willing to contribute to the project  if someone decided to fork it and keep it alive.</p>\n<p>&#8220;It 
 would be a shame to see something I built, and that people use, simply die,&#8221; he said. &#8220;Hopefully someone will either fork it or take over development.&#8221;</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 21 Nov 2017 00:15:40 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:30;a:6:{s:4:\"data\
 ";s:13:\"\n  \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:105:\"WPTavern: GitHub Launches Security Alerts for JavaScript and Ruby Projects, Python Support Coming in 2018\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=76663\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:115:\"https://wptavern.com/github-l
 aunches-security-alerts-for-javascript-and-ruby-projects-python-support-coming-in-2018\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1873:\"<p><a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2015/04/github-octocat.jpg?ssl=1\"><img /></a></p>\n<p>Last month <a href=\"https://wptavern.com/github-launches-new-dependency-graph-feature-with-security-alerts-coming-soon\" rel=\"noopener\" target=\"_blank\">GitHub launched its Dependency Graph feature</a> that tracks a repository&#8217;s dependencies and sub-dependencies under the Insights tab. This week the company rolled out an expansion of the feature and will now <a href=\"https://github.com/blog/2470-introducing-security-alert
 s-on-github\" rel=\"noopener\" target=\"_blank\">identify known vulnerabilities and send notifications</a> with suggested fixes from the GitHub community.</p>\n<p>Dependency graphs and security alerts are automatically enabled for public repositories, provided the repository owner has defined the dependencies in <a href=\"https://help.github.com/articles/listing-the-packages-that-a-repository-depends-on\" rel=\"noopener\" target=\"_blank\">one of the supported manifest file types</a>, such as package.json or Gemfile. (Private repo owners have to opt in.) The vulnerability alerts are not public &#8211; they will only be shown to those who have been granted access to the vulnerability alerts.</p>\n<p><a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2017/11/github-dependency-vulnerability.png?ssl=1\"><img /></a></p>\n<p>GitHub uses d
 ata from the <a href=\"https://nvd.nist.gov/\" rel=\"noopener\" target=\"_blank\">National Vulnerability Database</a> to alert repository owners about publicly disclosed vulnerabilities that have <a href=\"https://cve.mitre.org/\" rel=\"noopener\" target=\"_blank\">CVE IDs</a>. Vulnerability detection is currently limited to JavaScript and Ruby projects but Python support is next on the roadmap for 2018. PHP, which is a bet less widely used in projects on GitHub, is likely further down the list.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 18 Nov 2017 00:25:19 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\"
 ;b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:31;a:6:{s:4:\"data\";s:13:\"\n       \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"WPTavern: WordCamp Europe 2018 Speaker Applications Now Open\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\&quot
 ;;a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=76608\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"https://wptavern.com/wordcamp-europe-2018-speaker-applications-now-open\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3019:\"<p>WordCamp Europe 2018 has opened the <a href=\"https://2018.europe.wordcamp.org/2017/11/15/are-you-ready-to-speak-at-the-largest-wordpress-event-in-europe/\" rel=\"noopener\" target=\"_blank\">call for speakers</a> and will be accepting applications through January 15. The organizing team re
 commends that speakers already have some experience ahead of applying to speak at the largest WordPress event in Europe, but a dedicated Content Team will also be available with resources for helping speakers create a successful presentation.</p>\n<p>The 2017 event received a total of 235 speaker applications and 43 were selected for the main event. Organizers plan to stick to the same format and are calling for 40-minute talks (30 min + 10 min Q&amp;A) as well as 10-minute lightning talks. This year the event will experiment with hosting community workshops and organizers plan to open a separate call for workshop leaders next week.</p>\n<p>The Content Team put out a specific call for more technical talks at the 2018 event after a <a href=\"https://2018.europe.wordcamp.org/2017/11/10/how-your-feedback-will-help-us-shape-the-next-wordcamp-europe/\" rel=\"noopener\" target=\"_blank\">community survey</a> showed that
  more developer-oriented talks are what the audience is looking for. More than half of those surveyed identified themselves as developers (54%), with business owners (12%) the next largest demographic.</p>\n<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2017/11/Screen-Shot-2017-11-17-at-11.44.21-AM.png?ssl=1\"><img /></a></p>\n<p>The survey also showed that 37% of respondents have been working with WordPress for more than 9 years and roughly 90% of attendees have been using WordPress for 4-9+ years. Advanced development was the most highly requested topic for presentations, selected by 53% of respondents, followed by design (45%).</p>\n<p><a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2017/11/Screen-Shot-2017-11-17-at-11.54.06-AM.png?ssl=1\"><img /></a></p>\n<p>The survey results offer some insight about which topics might fare well at WCEU in 2018. Or
 ganizers have also compiled an extensive <a href=\"https://apply.wp-europe.org/ideas\" rel=\"noopener\" target=\"_blank\">list of ideas and topics</a> to inspire speaker applicants.</p>\n<p>A batch of 1,000 Early Bird tickets recently <a href=\"https://wptavern.com/wordcamp-europe-2018-early-bird-tickets-now-on-sale\" rel=\"noopener\" target=\"_blank\">went on sale</a> and there are still 680 available. Attendees who purchase a ticket before December 31, 2017, will receive a limited-edition swag item. The organizing team plans to release tickets in batches, as in previous years, but will not be setting specific expectations on sales this year, according to PR representative Letizia Barbi. The Sava Center venue, an international congress and cultural center, is the largest audience hall in Serbia and will accommodate all who want to attend WCEU 2018. Barbi said it should also scale down ni
 cely in case of a smaller turn out.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 17 Nov 2017 19:19:30 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:32;a:6:{s:4:\"data\";s:13:\"\n       \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_
 explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:99:\"WPTavern: WooCommerce Explores the Possibilities and Challenges for E-Commerce in the Gutenberg Era\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=76597\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:110:\"https://wptavern.com/woocommerce-explores-the-possibilities-and-challenges-for-e-commerce-in-the-gutenberg-era\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\
 "\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4350:\"<p>The next release of WordPress (5.0) will introduce the new Gutenberg editor and contributors plan to keep it rolling towards the eventual goal of providing a full site building experience. Nearly every WordPress theme and plugin developer will be impacted by the change and many are starting to look ahead to how their products may interact with Gutenberg in the future.</p>\n<p>What will e-commerce look like in the Gutenberg era? The WooCommerce design team has published <a href=\"https://woocommerce.com/2017/11/woocommerce-gutenberg/\" rel=\"noopener\" target=\"_blank\">a preview of some of their &#8220;Wootenberg&#8221; experiments</a>, along with a gif demonstrating what a block-based editing experience may look like in the contex
 t of working with products. The team sees a lot of potential for putting the power of visual product editing into the hands of users.</p>\n<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2017/11/wootenberg.gif?ssl=1\"><img /></a></p>\n<p>The example shows a quick exploration of page layout with product blocks and the team also posted an idea of what basic product authoring may look like with a predefined product template that includes the featured image, product title, description, and price as new Gutenberg blocks. But will it be possible to have complex product creation fit into a block-based editor? The WooCommerce team admits in the post that they don&#8217;t yet know how this will work.</p>\n<p>&#8220;One thing that isn’t yet 100% clear is how complex plugins like WooCommerce will work with Gutenberg,&#8221; Automattic designer/developer James Koster said. &#8220;A simple product wi
 th a description, a price, and a category is one thing. But a product with variations, for each of which you want to upload a different image, and need to manage/track stock is quite another. Imagining a WYSIWYG editing experience for that kind of data is a little fuzzier.&#8221;</p>\n<p>Koster referenced Gutenberg&#8217;s newly merged support for meta boxes, the first step in making product authoring possible. However, the Gutenberg team is still experimenting and isn&#8217;t yet set on a solution for implementing meta boxes.</p>\n<p>&#8220;How this works with WooCommerce in the long term is unclear,&#8221; Koster said. &#8220;But you can rest assured it’s something we’ll be dedicating more time to investigating as WordPress approaches the 5.0 release.&#8221; Koster concludes the post by asking readers if visual product editing, with the flexibility to rearrange product/shop layouts, is something that interests them.</p>
 \n<p>&#8220;If there’s one thing that WooCommerce should perhaps learn from Shopify’s rapid growth, it’s that many &#8216;would-be&#8217; shop owners don’t care to spend hours upon hours tweaking the layout of their shop, and that pre-built easy-to-use software that looks good and feels good, but can still be extended in complex ways, is what attracts many users,&#8221; Jesse Nickles commented on the post. &#8220;While this may be the underlying goal of Gutenberg, it perhaps doesn’t crossover clearly to the e-commerce world.&#8221;</p>\n<p>Koster said he agrees that users don&#8217;t always need visual editing experiences and that simple things like price changes should be quick and painless.</p>\n<p>&#8220;How we present data-driven editing alongside the Gutenberg experience will ultimately determine the success of the project from a WooCommerce perspective,&#8221; Koster said.</p>\n<p>Support f
 or meta boxes is one the most challenging aspects of the Gutenberg project that the team has yet to solve. Exploring the possibilities of flexible page layouts for products is exciting, but even the WooCommerce team is left wondering how this is all going to work with more complex CMS data. Smaller product teams without the collective knowledge and resources of WooCommerce may have a more difficult time finding the bandwidth to experiment and rebuild their products in time for WordPress 5.0.</p>\n<p>The WooCommerce team invites any users interested in Gutenberg-related UX changes to join the plugin&#8217;s <a href=\"https://woocommerce.com/design-feedback/\" rel=\"noopener\" target=\"_blank\">design feedback group</a>, as they continue to explore how the new editor will work in the context of complex e-commerce product creation and display.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\&quot
 ;\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 17 Nov 2017 04:30:43 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:33;a:6:{s:4:\"data\";s:13:\"\n \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5
 :\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:113:\"WPTavern: GDPR for WordPress Project Gains Momentum, Proposal Receives Positive Response from Developer Community\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=76484\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:123:\"https://wptavern.com/gdpr-for-wordpress-project-gains-momentum-proposal-receives-positive-response-from-developer-community\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\
 ";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5743:\"<p><a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2017/10/WP-GDPR-Compliance.png?ssl=1\"><img /></a></p>\n<p>Community feedback on the new <a href=\"https://www.gdprwp.com\" rel=\"noopener\" target=\"_blank\">GDPR for WordPress project</a>, created by WordCamp Denmark organizer Kåre Mulvad Steffensen and WP Pusher creator Peter Suhm, has started rolling in after the two launched a survey for developers. The project aims to provide an industry standard for getting plugins compliant with EU General Data Protection Regulation (GDPR) legislation ahead of the May 2018 deadline.</p>\n<p>Steffensen <a href=\"https://www.gdprwp.com/status-the-gdpr-interface/\" rel=\"noopener\" target=\"_blank\">published</a> some initial results of the survey after
  having it open for two weeks. So far, 90% of respondents have answered that they would consider implementing a GDPR &#8220;file&#8221; types solution for their plugins if a standard was available. Only 4.9% of the 40 developers who responded said they have a plan for making their plugins GDPR compliant and 43.9% said they do not currently have a plan. The remaining 24.4% were developers of plugins that do not handle personal data.</p>\n<p>&#8220;Our talks with Paul Sieminski from <a href=\"https://automattic.com/\" rel=\"noopener\" target=\"_blank\">Automattic</a> and Dovy Paukstys from the <a href=\"https://reduxframework.com/\" rel=\"noopener\" target=\"_blank\">Redux options framework</a> have reassured us that we still do have a need for a GDPR structure which can help the community establish a basis for handling GDPR compliance,&#8221; Steffensen said.</p>\n&lt
 ;p>Steffensen and Suhm created a <a href=\"https://github.com/GDPRWP/standard\" rel=\"noopener\" target=\"_blank\">GitHub repository</a> where they have outlined their proposal for a PHP object interface that plugin developers could add to their codebases as a standard way of indicating how their plugins work with personal data.</p>\n<p>&#8220;The nature of such an interface puts some responsibility in the hands of the developer to identify any place personal data is stored,&#8221; Steffensen said. &#8220;What kind of data it is, and for what purpose as well as how it should be handled upon deletion. The Interface approach will allow a community-wide adoption, without setting limitations on how plugin developers choose to work with their data – something we obviously can’t control.&#8221;</p>\n<p>The idea is that plugin developers could then build other tools on top of this framework using speci
 fic functions that correspond to GDPR requirements, such as functions that allow users to access their data, implement the right to be forgotten, report data breaches, and delete and anonymize data. Developers could also build plugins that offer a plain language description of what personal data a plugin collects and how it is handled.</p>\n<p>In speaking with Dovy Paukstys on how this could work with Redux, Steffensen said the options framework may be able to facilitate compliance for the 500,000+ sites where it is active and the developers who use it to build plugins.</p>\n<p>&#8220;Dovy from Redux has a coder&#8217;s view on this,&#8221; Steffensen said. &#8220;Our object interface (PHP) would be something his framework could provide an easy way to utilize for the many developers using Redux.  The redux users (developers) could essentially do this themselves also, but since Redux is a framework it makes sense to see if they can build someth
 ing that will make it near instant for developers to provide compliance for the GDPR.&#8221;</p>\n<p>Steffensen said the team is aware that the first version of the interface will not render plugins, and by extension their sites, instantly compliant. The interface they are proposing is not one that could be held legally accountable, but the goal is to make it possible for developers to build accountable systems on top of it.</p>\n<h3>GDPR for WordPress Project Founders Consider Accepting Sponsorships</h3>\n<p>With 189 <a href=\"http://www.gdprcountdownclock.com/\" rel=\"noopener\" target=\"_blank\">days remaining before the GDPR goes into effect</a>, the team will need to work quickly to make a solution available with enough time for interested developers to incorporate it into their plugins. They have not yet set up a way to accept donations but are considering it.</p>\n<p>&#8220;We ar
 en&#8217;t actively seeking funding, but would love any funds that would help us allocate the time needed to keep the momentum going,&#8221; Steffensen said. &#8220;We&#8217;re lucky that the <a href=\"https://wptavern.com/gdpr-for-wordpress-project-seeks-to-provide-a-standard-for-plugin-compliance\" rel=\"noopener\" target=\"_blank\">WP Tavern article</a> brought attention to our GDPR approach and have caught the eyes of some of the key players in the ecosystem. One such company is Mailpoet that was the first to raise the idea of sponsoring our work.&#8221;</p>\n<p>Steffensen works at <a href=\"http://Peytz.dk\" rel=\"noopener\" target=\"_blank\">Peytz.dk</a>, a Danish WordPress agency that wants to support the community and has allocated some of his time to work on the project. He said any funding/donations they receive would be spent on pushing the roadmap forward, 
 investing time in coding, and possibly seeking further advice from people who they cannot expect to be in it for free.</p>\n<p>In addition to looking at ways to receive donations, the team plans to keep the survey open for developers for awhile longer to try to make more connections in the community. Steffensen said they hope respondents will help them gain insight on the developer community&#8217;s readiness and also enable them to reach out to any plugin owners who could play a key role in a wider adoption.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 16 Nov 2017 20:58:22 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}
 s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:34;a:6:{s:4:\"data\";s:13:\"\n     \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"WPTavern: Consultants Are WordPress’ Boots on the Ground\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https
 ://wptavern.com/?p=76619\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"https://wptavern.com/consultants-are-wordpress-boots-on-the-ground\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1173:\"<blockquote><p>A business can’t survive without strong sales &amp; customer service, two competencies that are arguably the lifeblood of a company.</p>\n<p>Many of you reading this fill that exact gap for the open source WordPress project. I don’t mean this as a slight to the thousands of wonderful people who build the software, document it, and support it in the forum
 s, but that consultants (doing it right or wrong) are also fueling this locomotive too.</p>\n<p>There are no official sales or customer service channels at WordPress.org and us consultants bear the brunt of it — for better or worse — and that’s where our job comes in. Just as you trust a core contributor to spot-check her code and ensure that we’ve <em>sanitized all the things! </em></p>\n<p><em>Consultants are the boots on the ground, and as you’ll see below in my feedback section, represent a disproportionate ratio of launching many more websites than an individual website owner. &#8211; Matt Medeiros<br />\n</em></p></blockquote>\n<p>From <a href=\"https://mattreport.com/growth-of-wordpress/\">The blue-collar WordPress worker and the 2,500+ websites built to grow the CMS</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:
 17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 16 Nov 2017 20:07:32 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:35;a:6:{s:4:\"data\";s:13:\"\n    \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"tit
 le\";a:1:{i:0;a:5:{s:4:\"data\";s:90:\"WPTavern: WPWeekly Episode 294 – HeroPress, Community, and WinningWP With Topher DeRosia\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"https://wptavern.com?p=76578&preview=true&preview_id=76578\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:95:\"https://wptavern.com/wpweekly-episode-294-heropress-community-and-winningwp-with-topher-derosia\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"descri
 ption\";a:1:{i:0;a:5:{s:4:\"data\";s:2958:\"<p>In this episode, <a href=\"https://jjj.blog/\">John James Jacoby</a> and I are joined by <a href=\"https://topher1kenobe.com/\">Topher DeRosia</a>, founder of <a href=\"https://heropress.com/\">HeroPress</a>. DeRosia provides an update on HeroPress and explains his new role creating <a href=\"https://www.youtube.com/channel/UCt8Sa48zWN_WcordE7TaUBg\">WordPress training videos</a> for <a href=\"https://winningwp.com/\">WinningWP</a>. Jacoby and I discussed the news of the week including, Press This removed in WordPress 4.9, Meta box support in Gutenberg, and WP-SpamShield removed from the directory.</p>\n<p>Near the end of the show, we discuss whether or not consultants, agencies, and site builders have been left out of the discussion and not factored into WordPress&#8217; growth over the
  years.</p>\n<h2>Stories Discussed:</h2>\n<p><a href=\"https://wptavern.com/press-this-removed-from-wordpress-4-9-in-favor-of-a-plugin\">Press This Removed from WordPress 4.9 in Favor of a Plugin</a><br />\n<a href=\"https://wptavern.com/bianca-welds-awarded-kim-parsell-travel-scholarship\">Bianca Welds Awarded Kim Parsell Travel Scholarship</a><br />\n<a href=\"https://wptavern.com/wordcamp-europe-2018-early-bird-tickets-now-on-sale\">WordCamp Europe 2018 Early Bird Tickets Now on Sale</a><br />\n<a href=\"https://wptavern.com/gutenberg-contributors-explore-alternative-to-using-iframes-for-meta-boxes\">Gutenberg Contributors Explore Alternative to Using iframes for Meta Boxes</a><br />\n<a href=\"https://wptavern.com/wp-spamshield-plugin-removed-from-wordpress-org-author-plans-to-pull-all-plugins-from-the-directory\">WP-SpamShield P
 lugin Removed from WordPress.org, Author Plans to Pull All Plugins from the Directory</a><br />\n<a href=\"https://mattreport.com/growth-of-wordpress/?utm_content=bufferee910&utm_medium=social&utm_source=twitter.com&utm_campaign=buffer\">The blue-collar WordPress worker and the 2,500+ websites built to grow the CMS</a></p>\n<h2>Picks of the Week:</h2>\n<p><a href=\"https://wptavern.com/how-to-whitelist-comments-in-wordpress\">How to Whitelist Comments in WordPress</a></p>\n<p><a href=\"https://wordpress.org/plugins/dark-mode/\">Dark Mode</a> is an experimental feature plugin that darkens the colors of the WordPress backend.</p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Wednesday, November 22nd 3:00 P.M. Eastern</p>\n<p><strong>Subscribe To WPWeekly Via Itunes: </strong><a href=\
 "https://itunes.apple.com/us/podcast/wordpress-weekly/id694849738\" target=\"_blank\" rel=\"noopener\">Click here to subscribe</a></p>\n<p><strong>Subscribe To WPWeekly Via RSS: </strong><a href=\"https://wptavern.com/feed/podcast\" target=\"_blank\" rel=\"noopener\">Click here to subscribe</a></p>\n<p><strong>Subscribe To WPWeekly Via Stitcher Radio: </strong><a href=\"http://www.stitcher.com/podcast/wordpress-weekly-podcast?refid=stpr\" target=\"_blank\" rel=\"noopener\">Click here to subscribe</a></p>\n<p><strong>Listen To Episode #294:</strong><br />\n</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\&quo
 t;data\";s:31:\"Thu, 16 Nov 2017 03:13:49 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:36;a:6:{s:4:\"data\";s:13:\"\n    \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:130:\"WPTavern: WordPress 4.9 Released with Major Improvements to Customizer Workf
 low, Updated Code Editors, and New Core Gallery Widget\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=76391\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:139:\"https://wptavern.com/wordpress-4-9-released-with-major-improvements-to-customizer-workflow-updated-code-editors-and-new-core-gallery-widget\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5359:\"<p><a href=\&q
 uot;https://wordpress.org/news/2017/11/tipton/\" rel=\"noopener\" target=\"_blank\">WordPress 4.9</a> &#8220;Tipton&#8221; was released today, named for Oklahoma-born jazz musician <a href=\"https://en.wikipedia.org/wiki/Billy_Tipton\" rel=\"noopener\" target=\"_blank\">William Lee Tipton</a>, a gifted pianist and saxophonist. This update introduces major improvements to the design and collaboration workflow in the Customizer, improves WordPress&#8217; built-in code editor, and enhances core text and media widgets.</p>\n<h4>Draft, Schedule, and Preview Changes in the Customizer</h4>\n<p>Prior to 4.9, users could get a live preview of their sites in the Customizer but any changes they made would need to be saved immediately or discarded. This update makes it possible to draft and schedule changes in the Customizer, and even share a preview link to collaborate on changes bef
 ore making them live. Users can now stage content, such as new pages, a new set of widgets, a different combination of menu items, and schedule it all to publish at a future date.</p>\n<p><a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2017/11/customizer-publish-settings-schedule-e1510636315310.png?ssl=1\"><img /></a></p>\n<p>This release also brings the ability to search, browse, and preview themes directly in the Customizer. The search interface includes filters for subject, features, and layout, just like the ones on the &#8220;Add Themes&#8221; screen in wp-admin. It does not yet include the featured, popular, latest, or favorites tabs, so users will need to navigate back to the admin if they want to browse those categories.</p>\n<p><a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2017/11/theme-browser-customizer.png?ssl=1\"><img /></a></p>\n<p>T
 he menu creation process has also been updated in the Customizer to be less confusing with a rethink of the UI and revised copy.</p>\n<h4>Syntax Highlighting and Error Checking Added to the Code Editors</h4>\n<p>WordPress 4.9 brings syntax highlighting, linting, and auto-completion to the built-in code editors by incorporating the <a href=\"https://codemirror.net/\">CodeMirror</a> library. These long-awaited improvements are now available in the theme and plugin editors as well as the custom HTML widget and additional CSS box in the Customizer. The feature comes with <a href=\"https://wptavern.com/wordpress-4-9-protects-users-from-fatal-errors-created-in-the-theme-and-plugin-editors\" rel=\"noopener\" target=\"_blank\">prominent warnings</a> about directly editing themes and plugins and protection against saving code that would cause a fatal error.</p>\n<p><a href=\"https://i1
 .wp.com/wptavern.com/wp-content/uploads/2017/11/editor-css-error-e1510640427941.png?ssl=1\"><img /></a></p>\n<h4>New Core Gallery Widget and Support for Shortcodes and Embedded Media in the Text Widget</h4>\n<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2017/09/core-gallery-widget.png?ssl=1\"><img /></a><a href=\"https://wptavern.com/new-core-gallery-widget-targeted-for-wordpress-4-9\" rel=\"noopener\" target=\"_blank\">WordPress 4.9 adds a new gallery widget</a> to the collection of core media widgets (audio, image, and video) that were introduced in 4.8. It brings the same gallery-creation features to widgets that have long been available in the post and page editors.</p>\n<p>These incremental changes will help users get ready for Gutenberg&#8217;s block-based interface. The plan is to eventually transition widgets over to blocks after 
 Gutenberg is in core and the plugin already has support for a gallery block, as well as a Custom HTML block.</p>\n<p>As of 4.9, users can now embed media in the Text widget, including images, video, and audio by clicking the &#8220;Add Media&#8221; button. In order to make this possible, WordPress contributors also needed to <a href=\"https://wptavern.com/wordpress-4-9-will-support-shortcodes-and-embedded-media-in-the-text-widget\" rel=\"noopener\" target=\"_blank\">add shortcode support to widgets</a>, a feature that users have requested for nearly a decade. With this now built into core, hundreds of thousands of WordPress sites will no longer need additional code from plugins and themes to use shortcodes in widgets.</p>\n<p>Widgets have also been improved to offer a better migration experience with updated logic for mapping widgets between two themes’ widget areas.</p>\n<h4>On Towards Gutenberg
 </h4>\n<p>WordPress 4.9 also includes a notice in the about.php page of the admin, inviting users to help test or contribute to Gutenberg. It is the first time a feature plugin has been highlighted so prominently on the page users see after they update to the latest version.</p>\n<p><a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2017/11/Screen-Shot-2017-11-15-at-4.33.01-PM-e1510785254925.png?ssl=1\"><img /></a></p>\n<p>The Gutenberg project has been getting a lot of attention over the past few months as the WordPress community looks ahead to the 5.0 release that will introduce the new editor to the world. Meanwhile, contributors to 4.9 have been working in tandem to make significant improvements to existing features, enabling users to do more with widgets and overall site design than ever before. This release was led by Weston Ruter and Mel Choyce with help from 443 contributors, 42% (185) of them contribut
 ing to WordPress for the first time.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 16 Nov 2017 01:24:33 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:37;a:6:{s:4:\"data\";s:13:\"\n      \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base
 _explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"Dev Blog: WordPress 4.9 “Tipton”\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=4968\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"https://wordpress.org/news/2017/11/tipton/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description
 \";a:1:{i:0;a:5:{s:4:\"data\";s:41239:\"<h2>Major Customizer Improvements, Code Error Checking, and More!&nbsp;?</h2>\n<img src=\"https://i1.wp.com/wordpress.org/news/files/2017/11/banner.png?fit=2400%2C1200&ssl=1\" alt=\"\" />\n<p>Version 4.9 of WordPress, named “Tipton” in honor of jazz musician and band leader Billy Tipton, is available for download or update in your WordPress dashboard. New features in 4.9 will smooth your design workflow and keep you safe from coding errors.</p>\n<p>Featuring design drafts, scheduling, and locking, along with preview links, the Customizer workflow improves collaboration for content creators. What’s more, code syntax highlighting and error checking will make for a clean and smooth site building experience. Finally, if all that wasn’t pretty great, we’ve got an awesome new Gallery widget and improvements to theme browsing and switching.</p>\n<hr
  class=\"wp-block-separator\" />\n<h2>Customizer Workflow Improved </h2>\n<img src=\"https://i0.wp.com/wordpress.org/news/files/2017/11/customizer-workflow-improved-small.png?w=632&ssl=1\" alt=\"\" />\n<h3>Draft and Schedule Site Design Customizations</h3>\n<p>Yes, you read that right. Just like you can draft and revise posts and schedule them to go live on the date and time you choose, you can now tinker with your site’s design and schedule those design changes to go live as you please.</p>\n<h3>Collaborate with Design Preview Links</h3>\n<p>Need to get some feedback on proposed site design changes? WordPress 4.9 gives you a preview link you can send to colleagues and customers so that you can collect and integrate feedback before you schedule the changes to go live. Can we say collaboration++?</p>\n<h3>Design Locking Guards Your Changes</h3>\n<p>Ever encounte
 r a scenario where two designers walk into a project and designer A overrides designer B’s beautiful changes? WordPress 4.9’s design lock feature (similar to post locking) secures your draft design so that no one can make changes to it or erase all your hard work.</p>\n<h3>A Prompt to Protect Your Work</h3>\n<p>Were you lured away from your desk before you saved your new draft design? Fear not, when you return, WordPress 4.9 will politely ask whether or not you’d like to save your unsaved changes.</p>\n<hr class=\"wp-block-separator\" />\n<h2>Coding Enhancements</h2>\n<img src=\"https://i2.wp.com/wordpress.org/news/files/2017/11/coding-enhancements-small.png?w=632&ssl=1\" alt=\"\" />\n<h3>Syntax Highlighting and Error Checking? Yes, Please!</h3>\n<p>You’ve got a display problem but can’t quite figure out exactly what went wrong in the CSS you lovingly wrote. With synta
 x highlighting and error checking for CSS editing and the Custom HTML widget introduced in WordPress 4.8.1, you’ll pinpoint coding errors quickly. Practically guaranteed to help you scan code more easily, and suss out &amp; fix code errors quickly.</p>\n<h3>Sandbox for Safety</h3>\n<p>The dreaded white screen. You’ll avoid it when working on themes and plugin code because WordPress 4.9 will warn you about saving an error. You’ll sleep better at night.</p>\n<h3>Warning: Potential Danger Ahead!</h3>\n<p>When you edit themes and plugins directly, WordPress 4.9 will politely warn you that this is a dangerous practice and will recommend that you draft and test changes before updating your file. Take the safe route: You’ll thank you. Your team and customers will thank you.</p>\n<hr class=\"wp-block-separator\" />\n<h2>Even More Widget Updates </h2>\n<img src=\"https://i1.wp.com/wordpress
 .org/news/files/2017/11/even-more-widget-updates-small.png?w=632&ssl=1\" alt=\"\" />\n<h3>The New Gallery Widget</h3>\n<p>An incremental improvement to the media changes hatched in WordPress 4.8, you can now add a gallery via this new widget. Yes!</p>\n<h3>Press a Button, Add Media</h3>\n<p>Want to add media to your text widget? Embed images, video, and audio directly into the widget along with your text, with our simple but useful Add Media button. Woo!</p>\n<hr class=\"wp-block-separator\" />\n<h2>Site Building Improvements </h2>\n<img src=\"https://i1.wp.com/wordpress.org/news/files/2017/11/site-building-improvements-small.png?w=632&ssl=1\" alt=\"\" />\n<h3>More Reliable Theme Switching</h3>\n<p>When you switch themes, widgets sometimes think they can just move location. Improvements in WordPress 4.9 offer more persistent menu and widg
 et placement when you decide it’s time for a new theme. </p>\n<h3>Find and Preview the Perfect Theme</h3>\n<p>Looking for a new theme for your site? Now, from within the Customizer, you can search, browse, and preview over 2600 themes before deploying changes to your site. What’s more, you can speed your search with filters for subject, features, and layout.</p>\n<h3>Better Menu Instructions = Less Confusion</h3>\n<p>Were you confused by the steps to create a new menu? Perhaps no longer! We’ve ironed out the UX for a smoother menu creation process. Newly updated copy will guide you.</p>\n<hr class=\"wp-block-separator\" />\n<h2>Lend a Hand with Gutenberg ?</h2>\n<img src=\"https://i2.wp.com/wordpress.org/news/files/2017/11/gutenberg-1.png?w=632&ssl=1\" alt=\"\" />\n<p>WordPress is working on a new way to create and control your content and we’d love to have 
 your help. Interested in being an <a href=\"https://wordpress.org/plugins/gutenberg/\">early tester</a> or getting involved with the Gutenberg project? <a href=\"https://github.com/WordPress/gutenberg\">Contribute on GitHub</a>.</p>\n<p>(PS: this post was written in Gutenberg!)</p>\n<hr class=\"wp-block-separator\" />\n<h2>Developer Happiness ?</h2>\n<h3><a href=\"https://make.wordpress.org/core/2017/11/01/improvements-to-the-customize-js-api-in-4-9/\">Customizer JS API Improvements</a></h3>\n<p>We’ve made numerous improvements to the Customizer JS API in WordPress 4.9, eliminating many pain points. (Hello, default parameters for constructs! Goodbye repeated ID for constructs!) There are also new base control templates, a date/time control, and section/panel/global notifications to name a few. <a href=\"https://make.wordpress.org/core/2017/
 11/01/improvements-to-the-customize-js-api-in-4-9/\">Check out the full list.</a></p>\n<h3><a href=\"https://make.wordpress.org/core/2017/10/22/code-editing-improvements-in-wordpress-4-9/\">CodeMirror available for use in your themes and plugins</a></h3>\n<p>We’ve introduced a new code editing library, CodeMirror, for use within core. CodeMirror allows for syntax highlighting, error checking, and validation when creating code writing or editing experiences within your plugins, like CSS or JavaScript include fields.</p>\n<h3><a href=\"https://make.wordpress.org/core/2017/10/30/mediaelement-upgrades-in-wordpress-4-9/\">MediaElement.js upgraded to 4.2.6</a></h3>\n<p>WordPress 4.9 includes an upgraded version of MediaElement.js, which removes dependencies on jQuery, improves accessibility, modernizes the UI, and fixes many bugs.</p>\n<h3><a href=\"https://make.
 wordpress.org/core/2017/10/15/improvements-for-roles-and-capabilities-in-4-9/\">Roles and Capabilities Improvements</a></h3>\n<p>New capabilities have been introduced that allow granular management of plugins and translation files. In addition, the site switching process in multisite has been fine-tuned to update the available roles and capabilities in a more reliable and coherent way.</p>\n<hr class=\"wp-block-separator\" />\n<h2>The Squad</h2>\n<p>This release was led by <a href=\"https://choycedesign.com/\">Mel Choyce</a> and <a href=\"https://weston.ruter.net/\">Weston Ruter</a>, with the help of the following fabulous folks. There are 443 contributors with props in this release, with 185 of them contributing for the first time. Pull up some Billy Tipton on your music service of choice, and check out some of their profiles:</p>\n<p><a href=\"https://p
 rofiles.wordpress.org/aaroncampbell\">Aaron D. Campbell</a>, <a href=\"https://profiles.wordpress.org/jorbin\">Aaron Jorbin</a>, <a href=\"https://profiles.wordpress.org/abrightclearweb\">abrightclearweb</a>, <a href=\"https://profiles.wordpress.org/ibachal\">Achal Jain</a>, <a href=\"https://profiles.wordpress.org/achbed\">achbed</a>, <a href=\"https://profiles.wordpress.org/acmethemes\">Acme Themes</a>, <a href=\"https://profiles.wordpress.org/adamsilverstein\">Adam Silverstein</a>, <a href=\"https://profiles.wordpress.org/adammacias\">adammacias</a>, <a href=\"https://profiles.wordpress.org/mrahmadawais\">Ahmad Awais</a>, <a href=\"https://profiles.wordpress.org/ahmadawais\">ahmadawais</a>, <a href=\"https://profiles.wordpress.org/airesvsg\">airesvsg</a
 >, <a href=\"https://profiles.wordpress.org/ajoah\">ajoah</a>, <a href=\"https://profiles.wordpress.org/akibjorklund\">Aki Bj&#246;rklund</a>, <a href=\"https://profiles.wordpress.org/akshayvinchurkar\">akshayvinchurkar</a>, <a href=\"https://profiles.wordpress.org/schlessera\">Alain Schlesser</a>, <a href=\"https://profiles.wordpress.org/xknown\">Alex Concha</a>, <a href=\"https://profiles.wordpress.org/xavortm\">Alex Dimitrov</a>, <a href=\"https://profiles.wordpress.org/ironpaperweight\">Alex Hon</a>, <a href=\"https://profiles.wordpress.org/alex27\">alex27</a>, <a href=\"https://profiles.wordpress.org/allancole\">allancole</a>, <a href=\"https://profiles.wordpress.org/arush\">Amanda Rush</a>, <a href=\"https://profiles.wordpress.org/afercia\"&
 gt;Andrea Fercia</a>, <a href=\"https://profiles.wordpress.org/andrewp-2\">Andreas Panag</a>, <a href=\"https://profiles.wordpress.org/nacin\">Andrew Nacin</a>, <a href=\"https://profiles.wordpress.org/azaozz\">Andrew Ozz</a>, <a href=\"https://profiles.wordpress.org/rarst\">Andrey \"Rarst\" Savchenko</a>, <a href=\"https://profiles.wordpress.org/andizer\">Andy Meerwaldt</a>, <a href=\"https://profiles.wordpress.org/kelderic\">Andy Mercer</a>, <a href=\"https://profiles.wordpress.org/andy\">Andy Skelton</a>, <a href=\"https://profiles.wordpress.org/aniketpant\">Aniket Pant</a>, <a href=\"https://profiles.wordpress.org/anilbasnet\">Anil Basnet</a>, <a href=\"https://profiles.wordpress.org/ankit-k-gupta\">Ankit K Gupta</a>, <a href=\"https://pro
 files.wordpress.org/ahortin\">Anthony Hortin</a>, <a href=\"https://profiles.wordpress.org/antisilent\">antisilent</a>, <a href=\"https://profiles.wordpress.org/atimmer\">Anton Timmermans</a>, <a href=\"https://profiles.wordpress.org/apokalyptik\">apokalyptik</a>, <a href=\"https://profiles.wordpress.org/artoliukkonen\">artoliukkonen</a>, <a href=\"https://profiles.wordpress.org/ideag\">Arunas Liuiza</a>, <a href=\"https://profiles.wordpress.org/attitude\">attitude</a>, <a href=\"https://profiles.wordpress.org/backermann\">backermann</a>, <a href=\"https://profiles.wordpress.org/b-07\">Bappi</a>, <a href=\"https://profiles.wordpress.org/bcole808\">Ben Cole</a>, <a href=\"https://profiles.wordpress.org/quasel\">Bernhard Gronau</a>, <a href=\"http
 s://profiles.wordpress.org/kau-boy\">Bernhard Kau</a>, <a href=\"https://profiles.wordpress.org/binarymoon\">binarymoon</a>, <a href=\"https://profiles.wordpress.org/birgire\">Birgir Erlendsson (birgire)</a>, <a href=\"https://profiles.wordpress.org/bjornw\">BjornW</a>, <a href=\"https://profiles.wordpress.org/bobbingwide\">bobbingwide</a>, <a href=\"https://profiles.wordpress.org/boblinthorst\">boblinthorst</a>, <a href=\"https://profiles.wordpress.org/boboudreau\">boboudreau</a>, <a href=\"https://profiles.wordpress.org/gitlost\">bonger</a>, <a href=\"https://profiles.wordpress.org/boonebgorges\">Boone B. Gorges</a>, <a href=\"https://profiles.wordpress.org/bradyvercher\">Brady Vercher</a>, <a href=\"https://profiles.wordpress.org/brainstormforce\">Brainsto
 rm Force</a>, <a href=\"https://profiles.wordpress.org/kraftbj\">Brandon Kraft</a>, <a href=\"https://profiles.wordpress.org/brianhogg\">Brian Hogg</a>, <a href=\"https://profiles.wordpress.org/krogsgard\">Brian Krogsgard</a>, <a href=\"https://profiles.wordpress.org/bronsonquick\">Bronson Quick</a>, <a href=\"https://profiles.wordpress.org/sixhours\">Caroline Moore</a>, <a href=\"https://profiles.wordpress.org/caseypatrickdriscoll\">Casey Driscoll</a>, <a href=\"https://profiles.wordpress.org/caspie\">Caspie</a>, <a href=\"https://profiles.wordpress.org/chandrapatel\">Chandra Patel</a>, <a href=\"https://profiles.wordpress.org/chaos-engine\">Chaos Engine</a>, <a href=\"https://profiles.wordpress.org/cheeserolls\">cheeserolls</a>, <a href=\"https://prof
 iles.wordpress.org/chesio\">chesio</a>, <a href=\"https://profiles.wordpress.org/ketuchetan\">chetansatasiya</a>, <a href=\"https://profiles.wordpress.org/choongsavvii\">choong</a>, <a href=\"https://profiles.wordpress.org/chouby\">Chouby</a>, <a href=\"https://profiles.wordpress.org/chredd\">chredd</a>, <a href=\"https://profiles.wordpress.org/chrisjean\">Chris Jean</a>, <a href=\"https://profiles.wordpress.org/cmmarslender\">Chris Marslender</a>, <a href=\"https://profiles.wordpress.org/chris_d2d\">Chris Smith</a>, <a href=\"https://profiles.wordpress.org/chrisvanpatten\">Chris Van Patten</a>, <a href=\"https://profiles.wordpress.org/chriswiegman\">Chris Wiegman</a>, <a href=\"https://profiles.wordpress.org/chriscct7\">chriscct7</a>, <a href=\&quot
 ;https://profiles.wordpress.org/chriseverson\">chriseverson</a>, <a href=\"https://profiles.wordpress.org/christian1012\">Christian Chung</a>, <a href=\"https://profiles.wordpress.org/cwpnolen\">Christian Nolen</a>, <a href=\"https://profiles.wordpress.org/needle\">Christian Wach</a>, <a href=\"https://profiles.wordpress.org/christophherr\">Christoph Herr</a>, <a href=\"https://profiles.wordpress.org/clarionwpdeveloper\">Clarion Technologies</a>, <a href=\"https://profiles.wordpress.org/claudiosmweb\">Claudio Sanches</a>, <a href=\"https://profiles.wordpress.org/claudiosanches\">Claudio Sanches</a>, <a href=\"https://profiles.wordpress.org/claudiolabarbera\">ClaudioLaBarbera</a>, <a href=\"https://profiles.wordpress.org/codemovementpk\">codemovement.pk</a>, <a href=\&quot
 ;https://profiles.wordpress.org/coderkevin\">coderkevin</a>, <a href=\"https://profiles.wordpress.org/codfish\">codfish</a>, <a href=\"https://profiles.wordpress.org/coreymcollins\">coreymcollins</a>, <a href=\"https://profiles.wordpress.org/curdin\">Curdin Krummenacher</a>, <a href=\"https://profiles.wordpress.org/cgrymala\">Curtiss Grymala</a>, <a href=\"https://profiles.wordpress.org/cdog\">Cătălin Dogaru</a>, <a href=\"https://profiles.wordpress.org/danhgilmore\">danhgilmore</a>, <a href=\"https://profiles.wordpress.org/danielbachhuber\">Daniel Bachhuber </a>, <a href=\"https://profiles.wordpress.org/danielkanchev\">Daniel Kanchev</a>, <a href=\"https://profiles.wordpress.org/danielpietrasik\">Daniel Pietrasik</a>, <a href=\"https://profiles.wordpress.org/mte90
 \">Daniele Scasciafratte</a>, <a href=\"https://profiles.wordpress.org/dllh\">Daryl L. L. Houston (dllh)</a>, <a href=\"https://profiles.wordpress.org/davepullig\">Dave Pullig</a>, <a href=\"https://profiles.wordpress.org/goto10\">Dave Romsey (goto10)</a>, <a href=\"https://profiles.wordpress.org/davidakennedy\">David A. Kennedy</a>, <a href=\"https://profiles.wordpress.org/turtlepod\">David Chandra Purnama</a>, <a href=\"https://profiles.wordpress.org/dlh\">David Herrera</a>, <a href=\"https://profiles.wordpress.org/dglingren\">David Lingren</a>, <a href=\"https://profiles.wordpress.org/davidmosterd\">David Mosterd</a>, <a href=\"https://profiles.wordpress.org/dshanske\">David Shanske</a>, <a href=\"https://profiles.wordpress.org/davidbhayes\">davidbhayes&lt
 ;/a>, <a href=\"https://profiles.wordpress.org/folletto\">Davide \'Folletto\' Casali</a>, <a href=\"https://profiles.wordpress.org/deeptiboddapati\">deeptiboddapati</a>, <a href=\"https://profiles.wordpress.org/delphinus\">delphinus</a>, <a href=\"https://profiles.wordpress.org/deltafactory\">deltafactory</a>, <a href=\"https://profiles.wordpress.org/denis-de-bernardy\">Denis de Bernardy</a>, <a href=\"https://profiles.wordpress.org/valendesigns\">Derek Herman</a>, <a href=\"https://profiles.wordpress.org/pcfreak30\">Derrick Hammer</a>, <a href=\"https://profiles.wordpress.org/derrickkoo\">Derrick Koo</a>, <a href=\"https://profiles.wordpress.org/dimchik\">dimchik</a>, <a href=\"https://profiles.wordpress.org/dineshc\">Dinesh Chouhan</a>, <a href=\"https:/
 /profiles.wordpress.org/dd32\">Dion Hulse</a>, <a href=\"https://profiles.wordpress.org/dipeshkakadiya\">dipeshkakadiya</a>, <a href=\"https://profiles.wordpress.org/dmsnell\">dmsnell</a>, <a href=\"https://profiles.wordpress.org/ocean90\">Dominik Schilling</a>, <a href=\"https://profiles.wordpress.org/dotancohen\">Dotan Cohen</a>, <a href=\"https://profiles.wordpress.org/dougwollison\">Doug Wollison</a>, <a href=\"https://profiles.wordpress.org/doughamlin\">doughamlin</a>, <a href=\"https://profiles.wordpress.org/dreamon11\">DreamOn11</a>, <a href=\"https://profiles.wordpress.org/drewapicture\">Drew Jaynes</a>, <a href=\"https://profiles.wordpress.org/duncanjbrown\">duncanjbrown</a>, <a href=\"https://profiles.wordpress.org/dungengronovius\">dungengronovius&
 lt;/a>, <a href=\"https://profiles.wordpress.org/dylanauty\">DylanAuty</a>, <a href=\"https://profiles.wordpress.org/hurtige\">Eddie Hurtig</a>, <a href=\"https://profiles.wordpress.org/oso96_2000\">Eduardo Reveles</a>, <a href=\"https://profiles.wordpress.org/chopinbach\">Edwin Cromley</a>, <a href=\"https://profiles.wordpress.org/electricfeet\">ElectricFeet</a>, <a href=\"https://profiles.wordpress.org/eliorivero\">Elio Rivero</a>, <a href=\"https://profiles.wordpress.org/iseulde\">Ella Iseulde Van Dorpe</a>, <a href=\"https://profiles.wordpress.org/elyobo\">elyobo</a>, <a href=\"https://profiles.wordpress.org/enodekciw\">enodekciw</a>, <a href=\"https://profiles.wordpress.org/enshrined\">enshrined</a>, <a href=\"https://profiles.wordpress.org/ericlewis\
 ">Eric Andrew Lewis</a>, <a href=\"https://profiles.wordpress.org/pushred\">Eric Lanehart</a>, <a href=\"https://profiles.wordpress.org/eherman24\">Evan Herman</a>, <a href=\"https://profiles.wordpress.org/flixos90\">Felix Arntz</a>, <a href=\"https://profiles.wordpress.org/fencer04\">Fencer04</a>, <a href=\"https://profiles.wordpress.org/florianbrinkmann\">Florian Brinkmann</a>, <a href=\"https://profiles.wordpress.org/mista-flo\">Florian TIAR</a>, <a href=\"https://profiles.wordpress.org/foliovision\">FolioVision</a>, <a href=\"https://profiles.wordpress.org/fomenkoandrey\">fomenkoandrey</a>, <a href=\"https://profiles.wordpress.org/frank-klein\">Frank Klein</a>, <a href=\"https://profiles.wordpress.org/frankiet\">Frankie</a>, <a href=\"https:
 //profiles.wordpress.org/fjarrett\">Frankie Jarrett</a>, <a href=\"https://profiles.wordpress.org/akeif\">Fred</a>, <a href=\"https://profiles.wordpress.org/frozzare\">Fredrik Forsmo</a>, <a href=\"https://profiles.wordpress.org/fuscata\">fuscata</a>, <a href=\"https://profiles.wordpress.org/gma992\">Gabriel Maldonado</a>, <a href=\"https://profiles.wordpress.org/voldemortensen\">Garth Mortensen</a>, <a href=\"https://profiles.wordpress.org/garyj\">Gary Jones</a>, <a href=\"https://profiles.wordpress.org/pento\">Gary Pendergast</a>, <a href=\"https://profiles.wordpress.org/geekysoft\">Geeky Software</a>, <a href=\"https://profiles.wordpress.org/georgestephanis\">George Stephanis</a>, <a href=\"https://profiles.wordpress.org/goranseric\">Goran &#352;erić&
 lt;/a>, <a href=\"https://profiles.wordpress.org/grahamarmfield\">Graham Armfield</a>, <a href=\"https://profiles.wordpress.org/grantderepas\">Grant Derepas</a>, <a href=\"https://profiles.wordpress.org/tivnet\">Gregory Karpinsky (@tivnet)</a>, <a href=\"https://profiles.wordpress.org/hardeepasrani\">Hardeep Asrani</a>, <a href=\"https://profiles.wordpress.org/helen\">Helen Hou-Sandí</a>, <a href=\"https://profiles.wordpress.org/henrywright\">Henry Wright</a>, <a href=\"https://profiles.wordpress.org/hiddenpearls\">hiddenpearls</a>, <a href=\"https://profiles.wordpress.org/hnle\">Hinaloe</a>, <a href=\"https://profiles.wordpress.org/hristo-sg\">Hristo Pandjarov</a>, <a href=\"https://profiles.wordpress.org/hugobaeta\">Hugo Baeta</a>, <a href=\"https://pro
 files.wordpress.org/polevaultweb\">Iain Poulson</a>, <a href=\"https://profiles.wordpress.org/iandunn\">Ian Dunn</a>, <a href=\"https://profiles.wordpress.org/ianedington\">Ian Edington</a>, <a href=\"https://profiles.wordpress.org/idealien\">idealien</a>, <a href=\"https://profiles.wordpress.org/igmoweb\">Ignacio Cruz Moreno</a>, <a href=\"https://profiles.wordpress.org/imath\">imath</a>, <a href=\"https://profiles.wordpress.org/implenton\">implenton</a>, <a href=\"https://profiles.wordpress.org/ionutst\">Ionut Stanciu</a>, <a href=\"https://profiles.wordpress.org/ipstenu\">Ipstenu (Mika Epstein)</a>, <a href=\"https://profiles.wordpress.org/ivdimova\">ivdimova</a>, <a href=\"https://profiles.wordpress.org/jdgrimes\">J.D. Grimes</a>, <a href=\"
 https://profiles.wordpress.org/jakept\">Jacob Peattie</a>, <a href=\"https://profiles.wordpress.org/whyisjake\">Jake Spurlock</a>, <a href=\"https://profiles.wordpress.org/jnylen0\">James Nylen</a>, <a href=\"https://profiles.wordpress.org/jamesacero\">jamesacero</a>, <a href=\"https://profiles.wordpress.org/japh\">Japh</a>, <a href=\"https://profiles.wordpress.org/jaredcobb\">Jared Cobb</a>, <a href=\"https://profiles.wordpress.org/jayarjo\">jayarjo</a>, <a href=\"https://profiles.wordpress.org/jdolan\">jdolan</a>, <a href=\"https://profiles.wordpress.org/jdoubleu\">jdoubleu</a>, <a href=\"https://profiles.wordpress.org/jblz\">Jeff Bowen</a>, <a href=\"https://profiles.wordpress.org/jbpaul17\">Jeff Paul</a>, <a href=\"https://profiles.wordpress
 .org/cheffheid\">Jeffrey de Wit</a>, <a href=\"https://profiles.wordpress.org/jeremyfelt\">Jeremy Felt</a>, <a href=\"https://profiles.wordpress.org/jpry\">Jeremy Pry</a>, <a href=\"https://profiles.wordpress.org/jimt\">jimt</a>, <a href=\"https://profiles.wordpress.org/jipmoors\">Jip Moors</a>, <a href=\"https://profiles.wordpress.org/jmusal\">jmusal</a>, <a href=\"https://profiles.wordpress.org/joedolson\">Joe Dolson</a>, <a href=\"https://profiles.wordpress.org/joehoyle\">Joe Hoyle</a>, <a href=\"https://profiles.wordpress.org/joemcgill\">Joe McGill</a>, <a href=\"https://profiles.wordpress.org/joelcj91\">Joel James</a>, <a href=\"https://profiles.wordpress.org/johanmynhardt\">johanmynhardt</a>, <a href=\"https://profiles.wordpress.org/johnbi
 llion\">John Blackbourn</a>, <a href=\"https://profiles.wordpress.org/zyphonic\">John Dittmar</a>, <a href=\"https://profiles.wordpress.org/johnjamesjacoby\">John James Jacoby</a>, <a href=\"https://profiles.wordpress.org/johnpbloch\">John P. Bloch</a>, <a href=\"https://profiles.wordpress.org/johnregan3\">John Regan</a>, <a href=\"https://profiles.wordpress.org/johnpgreen\">johnpgreen</a>, <a href=\"https://profiles.wordpress.org/kenshino\">Jon (Kenshino)</a>, <a href=\"https://profiles.wordpress.org/jonathanbardo\">Jonathan Bardo</a>, <a href=\"https://profiles.wordpress.org/jbrinley\">Jonathan Brinley</a>, <a href=\"https://profiles.wordpress.org/daggerhart\">Jonathan Daggerhart</a>, <a href=\"https://profiles.wordpress.org/desrosj\">Jonathan Desrosiers&lt
 ;/a>, <a href=\"https://profiles.wordpress.org/spacedmonkey\">Jonny Harris</a>, <a href=\"https://profiles.wordpress.org/jonnyauk\">jonnyauk</a>, <a href=\"https://profiles.wordpress.org/jordesign\">jordesign</a>, <a href=\"https://profiles.wordpress.org/jorritschippers\">JorritSchippers</a>, <a href=\"https://profiles.wordpress.org/joefusco\">Joseph Fusco</a>, <a href=\"https://profiles.wordpress.org/jjeaton\">Josh Eaton</a>, <a href=\"https://profiles.wordpress.org/shelob9\">Josh Pollock</a>, <a href=\"https://profiles.wordpress.org/joshcummingsdesign\">joshcummingsdesign</a>, <a href=\"https://profiles.wordpress.org/joshkadis\">joshkadis</a>, <a href=\"https://profiles.wordpress.org/joyously\">Joy</a>, <a href=\"https://profiles.wordpress.org/jrf\"
 >jrf</a>, <a href=\"https://profiles.wordpress.org/jrgould\">JRGould</a>, <a href=\"https://profiles.wordpress.org/juanfra\">Juanfra Aldasoro</a>, <a href=\"https://profiles.wordpress.org/juhise\">Juhi Saxena</a>, <a href=\"https://profiles.wordpress.org/nukaga\">Junko Nukaga</a>, <a href=\"https://profiles.wordpress.org/justinbusa\">Justin Busa</a>, <a href=\"https://profiles.wordpress.org/justinsainton\">Justin Sainton</a>, <a href=\"https://profiles.wordpress.org/jshreve\">Justin Shreve</a>, <a href=\"https://profiles.wordpress.org/jtsternberg\">Justin Sternberg</a>, <a href=\"https://profiles.wordpress.org/kadamwhite\">K.Adam White</a>, <a href=\"https://profiles.wordpress.org/kacperszurek\">kacperszurek</a>, <a href=\"https://profiles.wordpress.
 org/trepmal\">Kailey (trepmal)</a>, <a href=\"https://profiles.wordpress.org/kalenjohnson\">KalenJohnson</a>, <a href=\"https://profiles.wordpress.org/codebykat\">Kat Hagan</a>, <a href=\"https://profiles.wordpress.org/kkoppenhaver\">Keanan Koppenhaver</a>, <a href=\"https://profiles.wordpress.org/keesiemeijer\">keesiemeijer</a>, <a href=\"https://profiles.wordpress.org/kellbot\">kellbot</a>, <a href=\"https://profiles.wordpress.org/ryelle\">Kelly Dwan</a>, <a href=\"https://profiles.wordpress.org/khag7\">Kevin Hagerty</a>, <a href=\"https://profiles.wordpress.org/kwight\">Kirk Wight</a>, <a href=\"https://profiles.wordpress.org/kitchin\">kitchin</a>, <a href=\"https://profiles.wordpress.org/ixkaito\">Kite</a>, <a href=\"https://profiles.wordpre
 ss.org/kjbenk\">kjbenk</a>, <a href=\"https://profiles.wordpress.org/knutsp\">Knut Sparhell</a>, <a href=\"https://profiles.wordpress.org/koenschipper\">koenschipper</a>, <a href=\"https://profiles.wordpress.org/kokarn\">kokarn</a>, <a href=\"https://profiles.wordpress.org/kovshenin\">Konstantin Kovshenin</a>, <a href=\"https://profiles.wordpress.org/obenland\">Konstantin Obenland</a>, <a href=\"https://profiles.wordpress.org/kouratoras\">Konstantinos Kouratoras</a>, <a href=\"https://profiles.wordpress.org/kuchenundkakao\">kuchenundkakao</a>, <a href=\"https://profiles.wordpress.org/kuldipem\">kuldipem</a>, <a href=\"https://profiles.wordpress.org/laurelfulford\">Laurel Fulford</a>, <a href=\"https://profiles.wordpress.org/leewillis77\">Lee Willis</a>,
  <a href=\"https://profiles.wordpress.org/leobaiano\">Leo Baiano</a>, <a href=\"https://profiles.wordpress.org/littlebigthing\">LittleBigThings (Csaba)</a>, <a href=\"https://profiles.wordpress.org/lucasstark\">Lucas Stark</a>, <a href=\"https://profiles.wordpress.org/lukecavanagh\">Luke Cavanagh</a>, <a href=\"https://profiles.wordpress.org/lgedeon\">Luke Gedeon</a>, <a href=\"https://profiles.wordpress.org/lukepettway\">Luke Pettway</a>, <a href=\"https://profiles.wordpress.org/lyubomir_popov\">lyubomir_popov</a>, <a href=\"https://profiles.wordpress.org/mariovalney\">M&#225;rio Valney</a>, <a href=\"https://profiles.wordpress.org/mageshp\">mageshp</a>, <a href=\"https://profiles.wordpress.org/mahesh901122\">Mahesh Waghmare</a>, <a href=\"https://profil
 es.wordpress.org/mangeshp\">Mangesh Parte</a>, <a href=\"https://profiles.wordpress.org/manishsongirkar36\">Manish Songirkar</a>, <a href=\"https://profiles.wordpress.org/mantismamita\">mantismamita</a>, <a href=\"https://profiles.wordpress.org/mbootsman\">Marcel Bootsman</a>, <a href=\"https://profiles.wordpress.org/tyxla\">Marin Atanasov</a>, <a href=\"https://profiles.wordpress.org/clorith\">Marius L. J.</a>, <a href=\"https://profiles.wordpress.org/mbelchev\">Mariyan Belchev</a>, <a href=\"https://profiles.wordpress.org/markjaquith\">Mark Jaquith</a>, <a href=\"https://profiles.wordpress.org/mrwweb\">Mark Root-Wiley</a>, <a href=\"https://profiles.wordpress.org/mapk\">Mark Uraine</a>, <a href=\"https://profiles.wordpress.org/markoheijnen\">Marko Heijnen&l
 t;/a>, <a href=\"https://profiles.wordpress.org/markshep\">markshep</a>, <a href=\"https://profiles.wordpress.org/matrixik\">matrixik</a>, <a href=\"https://profiles.wordpress.org/mjbanks\">Matt Banks</a>, <a href=\"https://profiles.wordpress.org/mattking5000\">Matt King</a>, <a href=\"https://profiles.wordpress.org/matt\">Matt Mullenweg</a>, <a href=\"https://profiles.wordpress.org/jaworskimatt\">Matt PeepSo</a>, <a href=\"https://profiles.wordpress.org/veraxus\">Matt van Andel</a>, <a href=\"https://profiles.wordpress.org/mattwiebe\">Matt Wiebe</a>, <a href=\"https://profiles.wordpress.org/mattheu\">Matthew Haines-Young</a>, <a href=\"https://profiles.wordpress.org/mattyrob\">mattyrob</a>, <a href=\"https://profiles.wordpress.org/maxcutler\">Max 
 Cutler</a>, <a href=\"https://profiles.wordpress.org/maximeculea\">Maxime Culea</a>, <a href=\"https://profiles.wordpress.org/mayukojpn\">Mayo Moriyama</a>, <a href=\"https://profiles.wordpress.org/mckernanin\">mckernanin</a>, <a href=\"https://profiles.wordpress.org/melchoyce\">Mel Choyce</a>, <a href=\"https://profiles.wordpress.org/mhowell\">mhowell</a>, <a href=\"https://profiles.wordpress.org/michaelarestad\">Michael Arestad</a>, <a href=\"https://profiles.wordpress.org/michael-arestad\">Michael Arestad</a>, <a href=\"https://profiles.wordpress.org/michalzuber\">michalzuber</a>, <a href=\"https://profiles.wordpress.org/stubgo\">Miina Sikk</a>, <a href=\"https://profiles.wordpress.org/mauteri\">Mike Auteri</a>, <a href=\"https://profiles.wordpress.o
 rg/mihai2u\">Mike Crantea</a>, <a href=\"https://profiles.wordpress.org/mdgl\">Mike Glendinning</a>, <a href=\"https://profiles.wordpress.org/mikehansenme\">Mike Hansen</a>, <a href=\"https://profiles.wordpress.org/mikelittle\">Mike Little</a>, <a href=\"https://profiles.wordpress.org/mikeschroder\">Mike Schroder</a>, <a href=\"https://profiles.wordpress.org/mikeviele\">Mike Viele</a>, <a href=\"https://profiles.wordpress.org/dimadin\">Milan Dinić</a>, <a href=\"https://profiles.wordpress.org/modemlooper\">modemlooper</a>, <a href=\"https://profiles.wordpress.org/batmoo\">Mohammad Jangda</a>, <a href=\"https://profiles.wordpress.org/deremohan\">Mohan Dere</a>, <a href=\"https://profiles.wordpress.org/monikarao\">Monika Rao</a>, <a href=\"https:
 //profiles.wordpress.org/morettigeorgiev\">morettigeorgiev</a>, <a href=\"https://profiles.wordpress.org/morganestes\">Morgan Estes</a>, <a href=\"https://profiles.wordpress.org/mor10\">Morten Rand-Hendriksen</a>, <a href=\"https://profiles.wordpress.org/mt8biz\">moto hachi ( mt8.biz )</a>, <a href=\"https://profiles.wordpress.org/mrbobbybryant\">mrbobbybryant</a>, <a href=\"https://profiles.wordpress.org/nnaimov\">Naim Naimov</a>, <a href=\"https://profiles.wordpress.org/natereist\">Nate Reist</a>, <a href=\"https://profiles.wordpress.org/natewr\">NateWr</a>, <a href=\"https://profiles.wordpress.org/nathanrice\">nathanrice</a>, <a href=\"https://profiles.wordpress.org/nazgul\">Nazgul</a>, <a href=\"https://profiles.wordpress.org/greatislander\">Ned Zimmerman
 </a>, <a href=\"https://profiles.wordpress.org/krstarica\">net</a>, <a href=\"https://profiles.wordpress.org/celloexpressions\">Nick Halsey </a>, <a href=\"https://profiles.wordpress.org/nikeo\">Nicolas GUILLAUME</a>, <a href=\"https://profiles.wordpress.org/nikschavan\">Nikhil Chavan</a>, <a href=\"https://profiles.wordpress.org/nikv\">Nikhil Vimal</a>, <a href=\"https://profiles.wordpress.org/nbachiyski\">Nikolay Bachiyski</a>, <a href=\"https://profiles.wordpress.org/rabmalin\">Nilambar Sharma</a>, <a href=\"https://profiles.wordpress.org/noplanman\">noplanman</a>, <a href=\"https://profiles.wordpress.org/nullvariable\">nullvariable</a>, <a href=\"https://profiles.wordpress.org/odie2\">odie2</a>, <a href=\"https://profiles.wordpress.org/odysseygate\&
 quot;>odyssey</a>, <a href=\"https://profiles.wordpress.org/hideokamoto\">Okamoto Hidetaka</a>, <a href=\"https://profiles.wordpress.org/orvils\">orvils</a>, <a href=\"https://profiles.wordpress.org/oskosk\">oskosk</a>, <a href=\"https://profiles.wordpress.org/ottok\">Otto Kek&#228;l&#228;inen</a>, <a href=\"https://profiles.wordpress.org/ovann86\">ovann86</a>, <a href=\"https://profiles.wordpress.org/imnok\">Pantip Treerattanapitak (Nok)</a>, <a href=\"https://profiles.wordpress.org/swissspidy\">Pascal Birchler</a>, <a href=\"https://profiles.wordpress.org/patilvikasj\">patilvikasj</a>, <a href=\"https://profiles.wordpress.org/pbearne\">Paul Bearne</a>, <a href=\"https://profiles.wordpress.org/paulwilde\">Paul Wilde</a>, <a href=\"https://pr
 ofiles.wordpress.org/sirbrillig\">Payton Swick</a>, <a href=\"https://profiles.wordpress.org/pdufour\">pdufour</a>, <a href=\"https://profiles.wordpress.org/piewp\">Perdaan</a>, <a href=\"https://profiles.wordpress.org/peterwilsoncc\">Peter Wilson</a>, <a href=\"https://profiles.wordpress.org/phh\">phh</a>, <a href=\"https://profiles.wordpress.org/php\">php</a>, <a href=\"https://profiles.wordpress.org/delawski\">Piotr Delawski</a>, <a href=\"https://profiles.wordpress.org/pippinsplugins\">pippinsplugins</a>, <a href=\"https://profiles.wordpress.org/pjgalbraith\">pjgalbraith</a>, <a href=\"https://profiles.wordpress.org/pkevan\">pkevan</a>, <a href=\"https://profiles.wordpress.org/pratikchaskar\">Pratik</a>, <a href=\"https://profiles.wordpress.
 org/pressionate\">Pressionate</a>, <a href=\"https://profiles.wordpress.org/presskopp\">Presskopp</a>, <a href=\"https://profiles.wordpress.org/procodewp\">procodewp</a>, <a href=\"https://profiles.wordpress.org/rachelbaker\">Rachel Baker</a>, <a href=\"https://profiles.wordpress.org/rahulsprajapati\">Rahul Prajapati</a>, <a href=\"https://profiles.wordpress.org/superpoincare\">Ramanan</a>, <a href=\"https://profiles.wordpress.org/ramiy\">Rami Yushuvaev</a>, <a href=\"https://profiles.wordpress.org/ramiabraham\">ramiabraham</a>, <a href=\"https://profiles.wordpress.org/ranh\">ranh</a>, <a href=\"https://profiles.wordpress.org/redsand\">Red Sand Media Group</a>, <a href=\"https://profiles.wordpress.org/youknowriad\">Riad Benguella</a>, <a href=\"
 https://profiles.wordpress.org/rianrietveld\">Rian Rietveld</a>, <a href=\"https://profiles.wordpress.org/iamfriendly\">Richard Tape</a>, <a href=\"https://profiles.wordpress.org/rpayne7264\">Robert D Payne</a>, <a href=\"https://profiles.wordpress.org/iamjolly\">Robert Jolly</a>, <a href=\"https://profiles.wordpress.org/rnoakes3rd\">Robert Noakes</a>, <a href=\"https://profiles.wordpress.org/d4z_c0nf\">Rocco Aliberti</a>, <a href=\"https://profiles.wordpress.org/rodrigosprimo\">Rodrigo Primo</a>, <a href=\"https://profiles.wordpress.org/rommelxcastro\">Rommel Castro</a>, <a href=\"https://profiles.wordpress.org/fronaldaraujo\">Ronald Ara&#250;jo</a>, <a href=\"https://profiles.wordpress.org/magicroundabout\">Ross Wintle</a>, <a href=\"https://profiles.wordpress.
 org/guavaworks\">Roy Sivan</a>, <a href=\"https://profiles.wordpress.org/ryankienstra\">Ryan Kienstra</a>, <a href=\"https://profiles.wordpress.org/rmccue\">Ryan McCue</a>, <a href=\"https://profiles.wordpress.org/ryanplas\">Ryan Plas</a>, <a href=\"https://profiles.wordpress.org/welcher\">Ryan Welcher</a>, <a href=\"https://profiles.wordpress.org/salcode\">Sal Ferrarello</a>, <a href=\"https://profiles.wordpress.org/samikeijonen\">Sami Keijonen</a>, <a href=\"https://profiles.wordpress.org/solarissmoke\">Samir Shah</a>, <a href=\"https://profiles.wordpress.org/samuelsidler\">Samuel Sidler</a>, <a href=\"https://profiles.wordpress.org/sandesh055\">Sandesh</a>, <a href=\"https://profiles.wordpress.org/smyoon315\">Sang-Min Yoon</a>, <a href=\"http
 s://profiles.wordpress.org/sanketparmar\">Sanket Parmar</a>, <a href=\"https://profiles.wordpress.org/pollyplummer\">Sarah Gooding</a>, <a href=\"https://profiles.wordpress.org/sayedwp\">Sayed Taqui</a>, <a href=\"https://profiles.wordpress.org/schrapel\">schrapel</a>, <a href=\"https://profiles.wordpress.org/coffee2code\">Scott Reilly</a>, <a href=\"https://profiles.wordpress.org/wonderboymusic\">Scott Taylor</a>, <a href=\"https://profiles.wordpress.org/scrappyhuborg\">scrappy@hub.org</a>, <a href=\"https://profiles.wordpress.org/scribu\">scribu</a>, <a href=\"https://profiles.wordpress.org/seancjones\">seancjones</a>, <a href=\"https://profiles.wordpress.org/sebastianpisula\">Sebastian Pisula</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov\">S
 ergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/sgr33n\">Sergio De Falco</a>, <a href=\"https://profiles.wordpress.org/sfpt\">sfpt</a>, <a href=\"https://profiles.wordpress.org/shayanys\">shayanys</a>, <a href=\"https://profiles.wordpress.org/shazahm1hotmailcom\">shazahm1</a>, <a href=\"https://profiles.wordpress.org/shprink\">shprink</a>, <a href=\"https://profiles.wordpress.org/simonlampen\">simonlampen</a>, <a href=\"https://profiles.wordpress.org/skippy\">skippy</a>, <a href=\"https://profiles.wordpress.org/smerriman\">smerriman</a>, <a href=\"https://profiles.wordpress.org/snacking\">snacking</a>, <a href=\"https://profiles.wordpress.org/solal\">solal</a>, <a href=\"https://profiles.wordpress.org/soean\">Soren Wrede</a>, 
 <a href=\"https://profiles.wordpress.org/sstoqnov\">Stanimir Stoyanov</a>, <a href=\"https://profiles.wordpress.org/metodiew\">Stanko Metodiev</a>, <a href=\"https://profiles.wordpress.org/sharkomatic\">Steph</a>, <a href=\"https://profiles.wordpress.org/sswells\">Steph Wells</a>, <a href=\"https://profiles.wordpress.org/sillybean\">Stephanie Leary</a>, <a href=\"https://profiles.wordpress.org/netweb\">Stephen Edgar</a>, <a href=\"https://profiles.wordpress.org/stephenharris\">Stephen Harris</a>, <a href=\"https://profiles.wordpress.org/stevenkword\">Steven Word</a>, <a href=\"https://profiles.wordpress.org/stevenlinx\">stevenlinx</a>, <a href=\"https://profiles.wordpress.org/sudar\">Sudar Muthu</a>, <a href=\"https://profiles.wordpress.org/patilswapnilv\&quo
 t;>Swapnil V. Patil</a>, <a href=\"https://profiles.wordpress.org/swapnild\">swapnild</a>, <a href=\"https://profiles.wordpress.org/szaqal21\">szaqal21</a>, <a href=\"https://profiles.wordpress.org/takahashi_fumiki\">Takahashi Fumiki</a>, <a href=\"https://profiles.wordpress.org/miyauchi\">Takayuki Miyauchi</a>, <a href=\"https://profiles.wordpress.org/karmatosed\">Tammie Lister</a>, <a href=\"https://profiles.wordpress.org/tapsboy\">tapsboy</a>, <a href=\"https://profiles.wordpress.org/tlovett1\">Taylor Lovett</a>, <a href=\"https://profiles.wordpress.org/team\">team</a>, <a href=\"https://profiles.wordpress.org/tg29359\">tg29359</a>, <a href=\"https://profiles.wordpress.org/tharsheblows\">tharsheblows</a>, <a href=\"https://profiles.wordpress.org/t
 he\">the</a>, <a href=\"https://profiles.wordpress.org/themeshaper\">themeshaper</a>, <a href=\"https://profiles.wordpress.org/thenbrent\">thenbrent</a>, <a href=\"https://profiles.wordpress.org/thomaswm\">thomaswm</a>, <a href=\"https://profiles.wordpress.org/tfrommen\">Thorsten Frommen</a>, <a href=\"https://profiles.wordpress.org/tierra\">tierra</a>, <a href=\"https://profiles.wordpress.org/tnash\">Tim Nash</a>, <a href=\"https://profiles.wordpress.org/timmydcrawford\">Timmy Crawford</a>, <a href=\"https://profiles.wordpress.org/timothyblynjacobs\">Timothy Jacobs</a>, <a href=\"https://profiles.wordpress.org/timph\">timph</a>, <a href=\"https://profiles.wordpress.org/tkama\">Tkama</a>, <a href=\"https://profiles.wordpress.org/tnegri\"&gt
 ;tnegri</a>, <a href=\"https://profiles.wordpress.org/tomauger\">Tom Auger</a>, <a href=\"https://profiles.wordpress.org/tjnowell\">Tom J Nowell</a>, <a href=\"https://profiles.wordpress.org/tomdxw\">tomdxw</a>, <a href=\"https://profiles.wordpress.org/toro_unit\">Toro_Unit (Hiroshi Urabe)</a>, <a href=\"https://profiles.wordpress.org/zodiac1978\">Torsten Landsiedel</a>, <a href=\"https://profiles.wordpress.org/transl8or\">transl8or</a>, <a href=\"https://profiles.wordpress.org/traversal\">traversal</a>, <a href=\"https://profiles.wordpress.org/wpsmith\">Travis Smith</a>, <a href=\"https://profiles.wordpress.org/nmt90\">Triet Minh</a>, <a href=\"https://profiles.wordpress.org/trishasalas\">Trisha Salas</a>, <a href=\"https://profiles.wordpress.org/trist
 angemus\">tristangemus</a>, <a href=\"https://profiles.wordpress.org/truongwp\">truongwp</a>, <a href=\"https://profiles.wordpress.org/tsl143\">tsl143</a>, <a href=\"https://profiles.wordpress.org/tywayne\">Ty Carlson</a>, <a href=\"https://profiles.wordpress.org/grapplerulrich\">Ulrich</a>, <a href=\"https://profiles.wordpress.org/utkarshpatel\">Utkarsh</a>, <a href=\"https://profiles.wordpress.org/valeriutihai\">Valeriu Tihai</a>, <a href=\"https://profiles.wordpress.org/zuige\">Viljami Kuosmanen</a>, <a href=\"https://profiles.wordpress.org/vishalkakadiya\">Vishal Kakadiya</a>, <a href=\"https://profiles.wordpress.org/vortfu\">vortfu</a>, <a href=\"https://profiles.wordpress.org/vrundakansara-1\">Vrunda Kansara</a>, <a href=\"https://profiles
 .wordpress.org/webbgaraget\">webbgaraget</a>, <a href=\"https://profiles.wordpress.org/webmandesign\">WebMan Design &#124; Oliver Juhas</a>, <a href=\"https://profiles.wordpress.org/websupporter\">websupporter</a>, <a href=\"https://profiles.wordpress.org/earnjam\">William Earnhardt</a>, <a href=\"https://profiles.wordpress.org/williampatton\">williampatton</a>, <a href=\"https://profiles.wordpress.org/wolly\">Wolly aka Paolo Valenti</a>, <a href=\"https://profiles.wordpress.org/wraithkenny\">WraithKenny</a>, <a href=\"https://profiles.wordpress.org/yale01\">yale01</a>, <a href=\"https://profiles.wordpress.org/yoavf\">Yoav Farhi</a>, <a href=\"https://profiles.wordpress.org/yogasukma\">Yoga Sukma</a>, <a href=\"https://profiles.wordpress.org/oxymoron\">Za
 ch Wills</a>, <a href=\"https://profiles.wordpress.org/tollmanz\">Zack Tollman</a>, <a href=\"https://profiles.wordpress.org/vanillalounge\">Ze Fontainhas</a>, <a href=\"https://profiles.wordpress.org/zhildzik\">zhildzik</a>, and <a href=\"https://profiles.wordpress.org/zsusag\">zsusag</a>.</p>\n<p>Finally, thanks to all the community translators who worked on WordPress 4.9. Their efforts bring WordPress 4.9 fully translated to 43 languages at release time, with more on the way.</p>\n<p>Do you want to report on WordPress 4.9? <a href=\"https://s.w.org/images/core/4.9/wp-4-9_press-kit.zip\">We&#x27;ve compiled a press kit featuring information about the release features, and some media assets to help you along</a>.</p>\n<p>If you want to follow along or help out, check out <a href=\"https://make.wordpress.org/\">M
 ake WordPress</a> and our <a href=\"https://make.wordpress.org/core/\">core development blog</a>.</p>\n<p>Thanks for choosing WordPress!</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 16 Nov 2017 01:16:37 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Mel Choyce\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:38;a:6:{s:4:\"data\";s
 :13:\"\n  \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:108:\"WPTavern: Gutenberg 1.7 Adds Multi-Block Transform Functionality, Drops iframes Implementation of Meta Boxes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=76552\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:118:\"https://wptavern.com/gutenberg-1-7
 -adds-multi-block-transform-functionality-drops-iframes-implementation-of-meta-boxes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4469:\"<p><a href=\"https://make.wordpress.org/core/2017/11/15/whats-new-in-gutenberg-15th-november/\" rel=\"noopener\" target=\"_blank\">Gutenberg 1.7</a> was released today, two weeks after version 1.6, with a fresh round of new features, design updates, and the groundwork for nested blocks and block extensibility.</p>\n<p>Last week contributors began exploring <a href=\"https://wptavern.com/gutenberg-contributors-explore-alternative-to-using-iframes-for-meta-boxes\" rel=\"noopener\" target=\"_blank\">an alternative to using iframes for meta boxes</a>. 
 This experiment has landed in 1.7 so that the plugin now <a href=\"https://github.com/WordPress/gutenberg/pull/3345\" rel=\"noopener\" target=\"_blank\">renders meta boxes inline</a>. Gutenberg engineer Riad Benguella, who wrote and merged the code, said that it doesn&#8217;t fix all the meta box issues and might create some new ones, but it &#8220;gets us closer to where we want to go.&#8221; Pre-rendering meta boxes and creating a migration path for existing ones is next on the agenda.</p>\n<p>One of the most exciting new features in 1.7 is the <a href=\"https://github.com/WordPress/gutenberg/pull/3357\" rel=\"noopener\" target=\"_blank\">multi-block transform functionality</a> that allows users to select multiple blocks and instantly transform them into other block types. It works like a little bit of Gutenberg magic. By default, users can select multiple paragraphs and tra
 nsform them into a list or select multiple images and transform them into a gallery.</p>\n<p><a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2017/11/Screen-Shot-2017-11-15-at-2.50.25-PM-e1510779367673.png?ssl=1\"><img /></a></p>\n<p>After selecting two or more blocks, the user can click on the block&#8217;s settings in the toolbar to transform them. They can also be easily changed back to single blocks. The multi-block transform functionality has been added to the Blocks API so that developers can set isMultiBlock to true to specify blocks that can be transformed.</p>\n<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2017/11/Screen-Shot-2017-11-15-at-3.31.49-PM-e1510781927286.png?ssl=1\"><img /></a></p>\n<p>Version 1.7 introduces a new toggle that the team is testing for <a href=\"https://github.com/WordPress/gutenberg/pull/3311\" rel=\&q
 uot;noopener\" target=\"_blank\">switching between the top fixed toolbar and the contextual toolbars attached to each block</a>. It provides an easy way for users to test both types of toolbar styles, but may be temporary as the pull request was submitted as a suggestion for an A/B test.</p>\n<p><a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2017/11/Screen-Shot-2017-11-15-at-4.03.38-PM.png?ssl=1\"><img /></a></p>\n<p>Gutenberg 1.7 <a href=\"https://github.com/WordPress/gutenberg/pull/2743\" rel=\"noopener\" target=\"_blank\">paves the way for nested blocks</a> in the data structure. It also adds <a href=\"https://github.com/WordPress/gutenberg/pull/3318\" rel=\"noopener\" target=\"_blank\">hooks for block extensibility</a> and contributors are currently testing how these work internally.</p>\n<p>A few
  other notable features in this release include the following:</p>\n<ul>\n<li>Added <a href=\"https://github.com/WordPress/gutenberg/pull/2896\" rel=\"noopener\" target=\"_blank\">@-mention autocomplete for users</a> in a site</li>\n<li>Allow <a href=\"https://github.com/WordPress/gutenberg/pull/2792\" rel=\"noopener\" target=\"_blank\">pasting standalone images</a> and uploading them (also supports pasting base64 encoded images)</li>\n<li>Full <a href=\"https://github.com/WordPress/gutenberg/pull/3401\" rel=\"noopener\" target=\"_blank\">design update to focus styles</a> around the UI</li>\n<li>Placed <a href=\"https://github.com/WordPress/gutenberg/pull/3459\" rel=\"noopener\" target=\"_blank\">&#8220;table of contents&#8221; button in the header area</a>
 , disabled when there are no blocks in the content, added paragraph count</li>\n</ul>\n<p>Gutenberg&#8217;s documentation has also been <a href=\"https://github.com/WordPress/gutenberg/pull/3381\" rel=\"noopener\" target=\"_blank\">moved</a> to <a href=\"https://wordpress.org/gutenberg/handbook/\" rel=\"noopener\" target=\"_blank\">https://wordpress.org/gutenberg/handbook/</a>, signaling the project is getting closer to becoming part of WordPress. The new editor will be included in WordPress 5.0, which will ship when Gutenberg is ready. A notice in the 4.9 about.php page invites users to start testing the feature plugin ahead of its inclusion in core.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\&q
 uot;data\";s:31:\"Wed, 15 Nov 2017 23:57:52 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:39;a:6:{s:4:\"data\";s:13:\"\n  \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"Matt: Post Status Interview\";s:7:\"attribs\";a:0:{}s:8:\&qu
 ot;xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"https://ma.tt/?p=47650\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"https://ma.tt/2017/11/post-status-interview/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:676:\"<p>In the lead-up <a href=\"https://2017.us.wordcamp.org/\">to WordCamp US</a> we&#x27;re in right now <a href=\"https://poststatus.com/interview-matt-mullenweg-wordpress-ecosystem-draft-po
 dcast/\">I chatted with Brian Krogsgard at Post Status in an hour podcast</a> and we spoke about the core releases this year, Gutenberg, React, WooCommerce, and WordPress.org. On the 29th I&#x27;ll be <a href=\"https://wptavern.com/\">talking to WP Tavern</a>, so tune in then as well. For something completely different, I was on the <a href=\"https://offrcrd.com/episodes/matt-mullenweg/\">new OFF RCRD podcast with Cory Levy about the earliest days at Automattic and entrepreneurship</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 15 Nov 2017 17:06:57 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\"
 ;s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:40;a:6:{s:4:\"data\";s:13:\"\n        \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:85:\"HeroPress: My journey to WordPress taught me that my talents are best used elsewhere.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{
 s:4:\"data\";s:56:\"https://heropress.com/?post_type=heropress-essays&p=2269\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:178:\"https://heropress.com/essays/journey-wordpress-taught-talents-best-used-elsewhere/#utm_source=rss&utm_medium=rss&utm_campaign=journey-wordpress-taught-talents-best-used-elsewhere\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:10351:\"<img width=\"960\" height=\"480\" src=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/11/111517-1024x512.jpg\" class=\"attachment-large size-large wp-
 post-image\" alt=\"Pull Quote: Together we\'ll create the future of WordPress.\" /><p>My first website was built using Frontpage. Then I discovered Geocities, which at the time made it easy to break and fix code and have it instantly live for others to find on the world wide web. It was an optimal learning environment for me. I learned HTML and CSS by copying, pasting, and then tweaking every which way until it was doing something absurd like flashing hot pink text. It was the Wild West and there were no real rules yet except for those in this new language.</p>\n<blockquote><p>Like any language, I was learning little by little in search of ways to bend the rules and “speak” like a native.</p></blockquote>\n<p>I only coded for fun, but many years later, I made a website for a job. I used Dreamweaver because I was told all professionals used Dreamweaver. I found it easy to use, much easier than Frontpage, especially for b
 uilding a larger more complex website. I started learning how to read PHP and doing a lot of what was needed in the metadata and the code for basic SEO.</p>\n<h3>Finding WordPress</h3>\n<p>Fast forward another few years. I set up several free sites for nonprofits using Webs, Weebly, other page builders whose names I can’t recall, Joomla, and then, one day I stumbled upon WordPress. I wasn’t sure if I liked it at first because the out of the box theme was ugly and I couldn’t figure out how to manipulate it. Then, I found a theme on Themeforest that installed the styles and the demo content. This was worth the $30. This gave me the ability to tweak the theme because I knew enough HTML and CSS to change things in the file editor. I was still coding like I did in my Geocities days, only my aesthetics had improved.</p>\n<p>I cringe relaying that experience now. I knew enough to be really dangerous. I didn’t do any form of version control, I did
 n’t do any backups, I didn’t vet my plugins, or even know how to properly vet my plugins.</p>\n<blockquote><p>I am so lucky nothing went terribly wrong.</p></blockquote>\n<p>On one hand, WordPress gave me an easy way to dive right in and do everything on my own. On the other hand, it made it too easy for me to download bad plugins, edit things I probably should not have been touching, and in the end, I guess that’s okay because when I was serious about maintaining a website, I did take the time to learn more about what I needed to know.</p>\n<h3>Finding What I Needed</h3>\n<p>What I know today is that I am not a developer. I’m not even a designer. I have fun with the creation process, but there are other people who are much more talented and efficient in those processes and I’m happy to pay them for their expertise. I have learned what I need to know about the framework and can talk to designers and developers abo
 ut what I’m looking for and ensure they know what they’re doing. I can pick out reliable themes and plugins. I can advise our clients, who are mostly nonprofits and social enterprises, on the best path for a sustainable website. I understand the need for disaster recovery, backups, and security. I understand the value of paid premium licenses and ongoing support.</p>\n<p>These are all things that in my days of starting out I didn’t know I needed. Even if someone tried to explain it to me, I probably wouldn’t have felt that I needed them. Sometimes I can be stubborn and I need to experience the pain points myself before I buy into what everyone else is saying. I used to learn best from failure.</p>\n<blockquote><p>I still learn from failure, but when it comes to WordPress, I have also surrounded myself with a community who help me grow and learn.</p></blockquote>\n<p>In 2013, I started attending the Fort Worth WordPress meetup. 
 The group was still pretty small at the time, but they were very inviting. I picked up some new tips and tricks that I used right away. While my eyes glazed over at some of the more advanced details, I understood the possibilities and that the work was beyond my capabilities. I learned how to ask for help with those things. Remember, I’m not a designer or a developer, so this meant hiring for those skills from the network of people I met in the WordPress community.</p>\n<p>Over the last 4 ½ years I’ve been able to sell numerous WordPress projects and some of them are incredibly custom and complex. In return, I’ve been able to provide freelance work for members of my community; I’ve been able to give back via WordCamps sharing my experience with project scoping, sales, and negotiations. We all have something of value to share. No matter your area of expertise, you can give something back to the community.</p>\n<h3>The Real Value</h3>\n<p>T
 he best thing about WordPress is not the tool itself. It’s the people who use it or are wanting to try it. The WordPress community is what makes WordPress and WordCamps really great. My hope is that as a community we can help WordPress evolve and adapt and that we can leverage technology, including WordPress, for the greater good.</p>\n<p>We’ve already done this and that’s why WordPress powers almost 30% of the web. We’ve been doing it for years, but the technology landscape is changing rapidly. Are we keeping up?</p>\n<p>A few weeks ago, Chris Lema asked me and a group of other WordPressers, “What could destroy WordPress, and how would you fix it?” We answered this a number of ways and you’ve probably come up with your own answer. My answer? I think that the evolution of technology could destroy WordPress.</p>\n<p>To fix that we would need to evolve, dream big, and create the innovative changes that would keep WordPress alive. We ca
 n’t wait until the changes are already in place. It would take far too long for such a large ecosystem to catch up, and in the meantime, it would start to disappear. Look at Kodak; my kids don’t even know what a Kodak moment is. That’s just sad.</p>\n<h3>What is our dream as a community?</h3>\n<p>Will people talk about WordPress in the past tense or will we find ways to help it thrive?</p>\n<p>Even as we work towards the same dream, there are still complex challenges to overcome. We’ll likely fail many times as we try to innovate. This is actually good; we’ll learn from those mistakes, but we might become jaded. We’ll certainly have moments of frustration. We might even try another framework, and the grass might actually be greener on the other side. Yet, the fact that we are such a close knit community sets us apart.</p>\n<blockquote><p>Imagine what could happen if a community this large banded together towards one d
 ream.</p></blockquote>\n<p>We could pave a path towards something really great. It feels like a huge undertaking. It’s something that could paralyze us if we tried to get it “right” before we started. The key is to set common goals, but to individually start working and living on purpose. Then, we can come together in a more meaningful way.</p>\n<p>In my recent keynote at WordCamp DFW I shared a bit of my heritage and my life story so that people could understand my passion for social impact. Everyone has a story that makes them a unique fit to tackle different challenges. When we put our collective skills together, we can make a difference.</p>\n<p>John F. Kennedy said, “One person can make difference, and everyone should try,” and Nelson Mandela said, “It is in our hands to make a difference.”</p>\n<p>Many paths have been paved so that we could live in a different world. Now, our dreams pave the way for future. To
 gether we’ll create the future of WordPress.</p>\n<div class=\"rtsocial-container rtsocial-container-align-right rtsocial-horizontal\"><div class=\"rtsocial-twitter-horizontal\"><div class=\"rtsocial-twitter-horizontal-button\"><a title=\"Tweet: My journey to WordPress taught me that my talents are best used elsewhere.\" class=\"rtsocial-twitter-button\" href=\"https://twitter.com/share?text=My%20journey%20to%20WordPress%20taught%20me%20that%20my%20talents%20are%20best%20used%20elsewhere.&via=heropress&url=https%3A%2F%2Fheropress.com%2Fessays%2Fjourney-wordpress-taught-talents-best-used-elsewhere%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-fb-horizontal fb-light\"><div class=\"rtsocial-fb-horizontal-button\"><a title=\"Like: My journey to WordPress taught me that my talents 
 are best used elsewhere.\" class=\"rtsocial-fb-button rtsocial-fb-like-light\" href=\"https://www.facebook.com/sharer.php?u=https%3A%2F%2Fheropress.com%2Fessays%2Fjourney-wordpress-taught-talents-best-used-elsewhere%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-linkedin-horizontal\"><div class=\"rtsocial-linkedin-horizontal-button\"><a class=\"rtsocial-linkedin-button\" href=\"https://www.linkedin.com/shareArticle?mini=true&url=https%3A%2F%2Fheropress.com%2Fessays%2Fjourney-wordpress-taught-talents-best-used-elsewhere%2F&title=My+journey+to+WordPress+taught+me+that+my+talents+are+best+used+elsewhere.\" rel=\"nofollow\" target=\"_blank\" title=\"Share: My journey to WordPress taught me that my talents are best used elsewhere.\"></a></div></div><div class=\"rtsocial-pi
 nterest-horizontal\"><div class=\"rtsocial-pinterest-horizontal-button\"><a class=\"rtsocial-pinterest-button\" href=\"https://pinterest.com/pin/create/button/?url=https://heropress.com/essays/journey-wordpress-taught-talents-best-used-elsewhere/&media=https://heropress.com/wp-content/uploads/2017/11/111517-150x150.jpg&description=My journey to WordPress taught me that my talents are best used elsewhere.\" rel=\"nofollow\" target=\"_blank\" title=\"Pin: My journey to WordPress taught me that my talents are best used elsewhere.\"></a></div></div><a rel=\"nofollow\" class=\"perma-link\" href=\"https://heropress.com/essays/journey-wordpress-taught-talents-best-used-elsewhere/\" title=\"My journey to WordPress taught me that my talents are best used elsewhere.\"></a></div><p>The post <a rel=\"nofollow\" hre
 f=\"https://heropress.com/essays/journey-wordpress-taught-talents-best-used-elsewhere/\">My journey to WordPress taught me that my talents are best used elsewhere.</a> appeared first on <a rel=\"nofollow\" href=\"https://heropress.com\">HeroPress</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 15 Nov 2017 12:10:41 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Sheryle Gillihan\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\&
 quot;;s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:41;a:6:{s:4:\"data\";s:13:\"\n      \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"Dev Blog: WordPress 4.9 Release Candidate 3\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=5184\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:
 {s:4:\"data\";s:69:\"https://wordpress.org/news/2017/11/wordpress-4-9-release-candidate-3/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4080:\"<p>The third release candidate for WordPress 4.9 is now available.</p>\n<p>A release candidate (RC) means we think we’re done, but with millions of users and thousands of plugins and themes, it’s possible we’ve missed something. In fact, we did miss some things in RC1 and RC2. This third release candidate was not originally scheduled, but due a number of defects uncovered through your testing of RC2 (thank you!), we are putting out another 4.9 release candidate.</p>\n<p>We hope to ship WordPress 4.9 on <strong>Tuesday, November 14</strong> (that&#8217;s <em>tomorrow<
 /em>) at 23:00 UTC, but we still need your help to get there. If you haven’t tested 4.9 yet, now is the time! If there are additional defects uncovered through testing between now and the release time, we may delay the 4.9 release to the following day.</p>\n<p>To test WordPress 4.9, you can use the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin or you can <a href=\"https://wordpress.org/wordpress-4.9-RC3.zip\">download the release candidate here</a> (zip).</p>\n<p>We&#8217;ve made <a href=\"https://core.trac.wordpress.org/log/branches/4.9?action=stop_on_copy&mode=stop_on_copy&rev=42178&stop_rev=42133\">just over 20 changes</a> since releasing RC2 last week (as we did between RC1 and RC2). For more details about what’s new in version 4.9, check out the <a href=\"https://wordpress.org/news/2017/10/wordpress-4-9-be
 ta-1/\">Beta 1</a>, <a href=\"https://wordpress.org/news/2017/10/wordpress-4-9-beta-2/\">Beta 2</a>, <a href=\"https://wordpress.org/news/2017/10/wordpress-4-9-beta-3/\">Beta 3</a>, <a href=\"https://wordpress.org/news/2017/10/wordpress-4-9-beta-4/\">Beta 4</a>, <a href=\"https://wordpress.org/news/2017/10/wordpress-4-9-release-candidate/\">RC1</a>, and <a href=\"https://wordpress.org/news/2017/11/wordpress-4-9-release-candidate-2/\">RC2</a> blog posts. A few specific areas to test in RC3:</p>\n<ul>\n<li>Switching between the Visual and Text tabs of the editor, and the syncing of the cursor between those two tabs.</li>\n<li>Overriding linting errors in the Customizer&#8217;s Additional CSS editor.</li>\n<li>Adding nav menu items for Custom Links in the Customizer.</li>\n<li>Scheduling customization dra
 fts (stubbed posts/pages) for publishing in the Customizer.</li>\n<li>Autosave revisions for changes in the Customizer.</li>\n<li>About page styling.</li>\n</ul>\n<p><strong>Developers</strong>, please test your plugins and themes against WordPress 4.9 and update your plugin’s <em>Tested up to</em> version in the readme to 4.9. If you find compatibility problems please be sure to post to the support forums so we can figure those out before the final release — we work hard to avoid breaking things. Please see the summative <a href=\"https://make.wordpress.org/core/2017/11/07/wordpress-4-9-field-guide/\">field guide</a> to the 4.9 <a href=\"https://make.wordpress.org/core/tag/4.9+dev-notes/\">developer notes</a> on the <a href=\"https://make.wordpress.org/core/\">core development blog</a>.</p>\n<p>Do you speak a language other than Engl
 ish? <a href=\"https://translate.wordpress.org/projects/wp/dev\">Help us translate WordPress into more than 100 languages!</a></p>\n<p><strong>If you think you’ve found a bug</strong>, you can post to the <a href=\"https://wordpress.org/support/forum/alphabeta\">Alpha/Beta area</a> in the support forums. We’d love to hear from you! If you’re comfortable writing a reproducible bug report, <a href=\"https://make.wordpress.org/core/reports/\">file one on WordPress Trac</a>, where you can also find <a href=\"https://core.trac.wordpress.org/tickets/major\">a list of known bugs</a>.</p>\n<p><em>Didn&#8217;t squash them all <img src=\"https://s.w.org/images/core/emoji/2.3/72x72/1f41b.png\" alt=\"?\" class=\"wp-smiley\" /></em><br />\n<em>We want to release Tuesday</em><br />\n<e
 m>New features not bugs <img src=\"https://s.w.org/images/core/emoji/2.3/72x72/2728.png\" alt=\"✨\" class=\"wp-smiley\" /></em></p>\n<p>Thanks for your continued help testing out the latest versions of WordPress.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 14 Nov 2017 06:53:48 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Weston Ruter\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit
 \";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:42;a:6:{s:4:\"data\";s:13:\"\n \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:77:\"WPTavern: iA Writer 5 for iOS Released, Web Collaboration Version Coming Soon\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=76417\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\
 "data\";s:87:\"https://wptavern.com/ia-writer-5-for-ios-released-web-collaboration-version-coming-soon\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4453:\"<p><a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2017/11/Screen-Shot-2017-11-13-at-3.40.57-PM.png?ssl=1\"><img /></a></p>\n<p><a href=\"https://ia.net/writer/blog/95-keyboard-ia-writer-5/\" rel=\"noopener\" target=\"_blank\">iA Writer 5 for iOS</a> was released last week, nearly a year after <a href=\"https://ia.net/writer/blog/ia-writer-4/\" rel=\"noopener\" target=\"_blank\">version 4</a>. This update is free for those who purchased version 4 from the iOS App Store. iA Wri
 ter 5 for Mac is still in the works. The free Android version of the app is receiving incremental improvements that will bring it to parity with version 5 in the near future.</p>\n<p>iA Writer is a plain text writing and editing app that is popular with authors, academics, and long-form writers. It&#8217;s also a favorite among WordPress users who look to third-party apps for to provide a more focused, distraction-free writing environment. In April 2016, version 3.1.4 for Mac and iOS introduced publishing drafts to WordPress.com and Jetpack-powered sites.</p>\n<p>Version 5 focuses on making everything accessible through the keyboard by bringing the Open Quickly feature in iA Writer for Mac to iOS. The app&#8217;s creators said the goal of the design process was to &#8220;allow the writer to do everything without leaving the keyboard, including file handling, export, and all commands.&#8221; The new Quick Search feature is now built into the ke
 yboard bar along with with a fully configurable keyboard. This allows users to quickly do things like create new files, switch to night mode, and export to PDF without leaving the keyboard.</p>\n<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2017/11/Screen-Shot-2017-11-12-at-11.20.56-PM.png?ssl=1\"><img /></a></p>\n<p>This release adds new organization features that allow users to select multiple files and folders and move, rename, or delete them from the Library. It also introduces Smart Folders which can be created based on a set of rules. Version 5 <a href=\"https://ia.net/writer/blog/files-in-ios11/\" rel=\"noopener\" target=\"_blank\">adds support for iOS11’s Files system</a>, allowing users to open and edit text files from any storage provider that works with Files. Support for Dropbox, Google Drive, and Box is already available with more providers coming soon.</p
 >\n<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2017/11/Screen-Shot-2017-11-13-at-12.54.33-PM.png?ssl=1\"><img /></a></p>\n<p>The makers of iA Writer are interested in <a href=\"https://ia.net/writer/blog/ia-writer-5-forging-the-hammer/\" rel=\"noopener\" target=\"_blank\">exploring other platforms</a> if there is sufficient interest, including the possibility of creating a Windows version. Demand doesn&#8217;t seem to be very high, as the writing app&#8217;s fans are primarily Apple-only users.</p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">How badly do you want a Windows version of iA Writer?</p>\n<p>&mdash; iA Writer (@iAWriter) <a href=\"https://twitter.com/iAWriter/status/920297492280852480?ref_src=twsrc%5Etfw\">October 17, 2017</a></p></blockquot
 e>\n<p></p>\n<p>However, users across multiple platforms have requested a web version of iA Writer, and the company confirmed in September that they are already working on it. After releasing a big Material Design <a href=\"https://ia.net/writer/blog/turbocharged-ia-writer-for-android/\" rel=\"noopener\" target=\"_blank\">update to the iA for Android app </a>in October, the creators said Android users will be the first to have access to the web version:</p>\n<blockquote><p>The biggest request from you was collaboration, in other words, iA Writer for Web. iA Writer for Android will stay free and you will be able to connect and subscribe to the Web version via the app, if you wish to. If you could tell us what you’d expect to pay for it, that would be very helpful&#8230;As part of our commitment to continually improve iA Writer on all platforms, Android will likely be the first to gain access to the
  upcoming Web collaboration.</p></blockquote>\n<p>The upcoming web version should provide a sort of bridge for users on other desktop platforms without an iA Writer app.</p>\n<p>There&#8217;s no target release date for iA Writer 5 for Mac but iA Inc has <a href=\"https://twitter.com/iA/status/917679399008215041\" rel=\"noopener\" target=\"_blank\">confirmed</a> that it will also be a free update for those who have purchased the previous version.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 13 Nov 2017 22:00:30 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:
 \"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:43;a:6:{s:4:\"data\";s:13:\"\n  \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:92:\"WPTavern: Watch the State of the Woo! After You Give WooCommerce Your Name and Email Address\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"
 data\";s:29:\"https://wptavern.com/?p=76497\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:102:\"https://wptavern.com/watch-the-state-of-the-woo-after-you-give-woocommerce-your-name-and-email-address\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1557:\"<p>If you didn&#8217;t watch the live stream or attend <a href=\"https://wooconf.com/\">WooConf</a> in-person, you&#8217;re in luck as videos from the event are starting to come online. The first talk highlights is the <a href=\"https://wptavern.com/woocommerce-stores-on-track-to-surpass-10b-
 in-sales-this-year\">State of the Woo</a> by Todd Wilkens, Head of WooCommerce. Wilkens shares stats, provides an overview of projects the team is working on, what to expect in new versions, and explains the relationship between WooCommerce and Jetpack.</p>\n<p></p>\n<p>The video is available to watch for free, but viewers must provide their first and last name as well as an email address. Clicking the play button without entering this information displays a message that says Please enter your full name. This is a classic technique used by many internet marketers.</p>\n<p>Although you can provide fake information in order to watch the video for free, I feel it&#8217;s an unnecessary burden. The WooCommerce team could obtain the same information with a form in the post. An alternative to watching the video is reading the company&#8217;s<a href=\"https://woocommerce.com/2017/11/wooconf-state-of-the-woo/?utm_campaign=cos
 chedule&utm_source=twitter&utm_medium=WooCommerce&utm_content=WooConf%3A%20State%20of%20the%20Woo\"> great overview</a> of Wilkens&#8217; session. The team plans to publish other talks from WooConf in the coming weeks.</p>\n<p><strong>Updated November 14th: </strong>An Automattic employee has removed the email form and made it skippable.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 13 Nov 2017 21:25:29 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff 
 Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:44;a:6:{s:4:\"data\";s:13:\"\n      \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"Matt: Product and Process\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"https://ma.tt/?p=47646\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\"
 ;s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"https://ma.tt/2017/11/product-and-process/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:726:\"<blockquote class=\"wp-block-quote blocks-quote-style-1\">\n    <p>When I look back over the last 25 years, in some ways what seems most precious is not what we have made but how we have made it and what we have learned as a consequence of that. I always think that there are two products at the end of a programme; there is the physical product or the service, the thing that you have managed to make, and then there is all that you have learned. The power of what you have learned enables you to do the next thing and it enables you to do the next thing better. — Jony Ive<br 
 /></p>\n</blockquote>\n\n\n\n<p>From the <a href=\"https://www.wallpaper.com/design/jony-ive-apple-park\">Wallpaper article on the new Apple campus</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 11 Nov 2017 05:01:05 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:45;a:6:{s:4:\"d
 ata\";s:13:\"\n      \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:110:\"WPTavern: WP-SpamShield Plugin Removed from WordPress.org, Author Plans to Pull All Plugins from the Directory\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=76434\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:120:\"https://wptavern.com
 /wp-spamshield-plugin-removed-from-wordpress-org-author-plans-to-pull-all-plugins-from-the-directory\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6048:\"<p>The <a href=\"https://wordpress.org/plugins/WP-SpamShield/\" rel=\"noopener\" target=\"_blank\">WP-SpamShield</a> plugin was removed from the WordPress.org directory this week due to what the Plugin Review Team has deemed a violation of the guidelines and a possible miscommunication.</p>\n<p>Two weeks ago, the author of WP-SPamShield and the author of the Plugin Organizer plugin exchanged contentious remarks in a <a href=\"https://wordpress.org/support/topic/please-remove-code-that-maliciously-disables-wp-spamshield/\" rel=\"noopener\" target=\&quo
 t;_blank\">support forum thread</a> where each accused the other of targeting each others&#8217; plugins. This resulted in both parties adding code that disabled the others&#8217; plugins, and both were asked by the Plugin Team to remove the code.</p>\n<p>WP-SpamShield&#8217;s author, Scott Allen, has <a href=\"https://www.redsandmarketing.com/blog/wp-spamshield-removed-wordpress-org-directory-without-cause/\" rel=\"noopener\" target=\"_blank\">published an account of his interactions with the Plugin Team</a> with updates for users who are monitoring the status of the plugin. Although the team rarely discloses why a plugin was removed, representative Mika Epstein <a href=\"https://wordpress.org/support/topic/plugin-removed-from-repository-6/page/2/#post-9671552\" rel=\"noopener\" target=\"_blank\">responded</a> to Allen when he said he had not received an answer 
 about what guideline the plugin had violated:</p>\n<blockquote><p>Sorry, I thought it was clear that it’s issues regarding the <a href=\"https://wordpress.org/support/guidelines/\" rel=\"noopener\" target=\"_blank\">forum guidelines</a> and rule #9:<br />\n <em>Intentionally attempting to exploit loopholes in the guidelines</em>.</p>\n<p>To whit, you were asked to make a change and did so incompletely. If this was not intentional, then I apologize.</p>\n<p>I’ve sent you a followup email, trying to clarify what we would accept as solutions to the issue (I came up with 3 options, but I’m open to hearing more).</p>\n<p>I understand why you’re angry and we will respect any decision you make regarding this. Nothing that has happened thus far is insurmountable or permanent.</p></blockquote>\n<p>In the post Allen published, he said his experiences with
  the Plugin Team over the past 10 years have caused him to decide to move his plugins off of WordPress.org. When I contacted him to see if he plans to update his code according to the Plugin Team&#8217;s suggestions, he said he doesn&#8217;t agree with the solutions the team is offering, nor their assessment of the situation.</p>\n<p>&#8220;They really were not solutions,&#8221; Allen said. &#8220;It was just rehashing the same issues we&#8217;d already discussed. Unfortunately, neither Otto nor Mika have the security expertise to be making the dictates they were making, so there were no realistic solutions.&#8221;</p>\n<p>Allen also claimed that Epstein&#8217;s report about him making a change and it being incomplete was not accurate and that the Plugin Team did not seem to be on the same page:</p>\n<blockquote><p>We literally did exactly what they asked and made the changes. Two weeks ago Mika had emailed me
  and indicated things were good. (No code updates since then.) Then two weeks of silence, and then angry email from Otto out of the blue yesterday telling us it was booted. The issue he brought up was different code.</p>\n<p>The two of them cannot make up their minds on what is acceptable, and what is not. The arbitrary removal was the last straw though. WordPress.org is the only venue that would do that. We repeatedly asked them what rule we broke, to no answer. Only after I called Mika out on the forum did she come up with something &#8211; Rule 9 &#8211; exploiting a loophole in the rules. Seriously? It&#8217;s impossible for developers to comply with rules that are constantly changing.</p></blockquote>\n<p>Allen confirmed that his team at Red Sand Media Group plans to pull all seven of its plugins from WordPress.org as the result of the incident but will continue maintaining and hosting them elsewhere.</p>\n<p>&#8220;Deve
 lopers cannot operate like that,&#8221; Allen said. &#8220;People depend on us. While it might hurt a bit in the short term, in the long term, we have to do it. There really need to be some major reforms to the way plugins are handled.&#8221;</p>\n<p>WP-SpamShield was installed on more than 100,000 WordPress sites before it was removed. There is currently no standard way to notify users why a plugin was removed from the directory, but the original dispute between the WP-SpamShield and Plugin Organizer authors is public, as well as a few exchanges between Allen and the Plugin Team. Allen said he is still working out the details of how to notify users that his plugins will be hosted elsewhere from now on.</p>\n<p>&#8220;We&#8217;ll come up with a good plan in the next few days,&#8221; he said. &#8220;Some people have been notified already because WordFence let them know yesterday that WPSS was removed. (They knew before I did.)&#
 8221;</p>\n<p>Samuel &#8220;Otto&#8221; Wood said the Plugin Team is still willing to put Allen&#8217;s plugins back up if he removes the code in question and that the team is not offended by a plugin developer being angry over a decision. At this time Allen appears to be unwilling to comply with the team&#8217;s most recent requests.</p>\n<p>In the meantime, users who know that WP-SpamShield was been removed are waiting to hear if they need to begin looking for a replacement. Allen said that users shouldn&#8217;t need to replace the plugin, since the it will continue to work as before. However, some users are not comfortable installing free plugins hosted outside of WordPress.org. Allen&#8217;s team is figuring out a plan for how they will deliver updates to the plugin and will post more information for users on the <a href=\"https://www.redsandmarketing.com/blog/wp-spamshield-removed-wordpress-org-directory-without-cause/\&qu
 ot; rel=\"noopener\" target=\"_blank\">Red Sand Marketing blog</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 11 Nov 2017 04:19:08 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:46;a:6:{s:4:\"data\";s:13:\"\n  \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\&
 quot;xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:103:\"WPTavern: Weglot Passes €44K in Monthly Revenue, Plans to Expand into More CMS and E-commerce Markets\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=76296\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:111:\"https://wptavern.com/weglot-passes-e44k-in-monthly-revenue-plans-to-expand-into-more-cms-and-e-commerce-markets\&quo
 t;;s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5746:\"<p><a href=\"https://wordpress.org/plugins/weglot/\" rel=\"noopener\" target=\"_blank\">Weglot</a>, a SaaS-based multilingual plugin that entered the WordPress market last year, has <a href=\"http://blog.weglot.com/21000-44000-euro-monthly-company-rises/\" rel=\"noopener\" target=\"_blank\">passed €44,000 in monthly revenue</a>. The company received <a href=\"https://wptavern.com/weglot-multilingual-plugin-closes-450k-in-seed-funding\" rel=\"noopener\" target=\"_blank\">€450K in seed funding</a> in May 2017 and has nearly doubled its user base in the past six months. Co-founder Rémy Berda reports that
  the plugin is approaching 20,000 users and that more than 20,000 websites are connected to the Weglot API, if you include the company&#8217;s Shopify product and those using the JS script directly.</p>\n<p>WordPress customers currently represent 75% of Weglot&#8217;s revenue with Shopify at 25%, but Berda says the two markets are growing at the same rate. In May, the company&#8217;s customer distribution was primarily in the US and France, which made sense as the product&#8217;s founders are French and Weglot was first marketed to the French WordPress community. Weglot&#8217;s customer distribution has become more global over the past six months and the US has now overtaken France as the strongest market for the multilingual plugin. Canada has also passed Germany, and Berda said he thinks the distribution will eventually align progressively with global WordPress usage.</p>\n<a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/201
 7/11/chart-1.png?ssl=1\"><img /></a>Weglot customer distribution as of November 2017\n<p>Despite having only recently entered the WordPress community in a niche with well-established competitors, Weglot&#8217;s cofounders are confident their SaaS approach is the road to success for becoming the best multilingual solution for WordPress. The team is aiming for its product to become the highest rated multilingual plugin in the WordPress directory within the next six months.</p>\n<p><a href=\"https://wpml.org/\" rel=\"noopener\" target=\"_blank\">WPML</a>, a purely commercial product and the most widely used, has been in business since 2009 and is active on more than 500K sites. <a href=\"https://wordpress.org/plugins/polylang/\" rel=\"noopener\" target=\"_blank\">Polylang</a>, a popular free plugin with a commercial option, is installed on more than 300,000 site
 s and has a 4.7-star rating on WordPress.org. <a href=\"https://wordpress.org/plugins/qtranslate-x/\" rel=\"noopener\" target=\"_blank\">qTranslate X</a> is also a formidable competitor with more than 100,000 active installs and a 4.7-star rating.</p>\n<p>&#8220;For now the two biggest plugins in terms of active installs are WPML and Polylang,&#8221; Berda said. &#8220;Both don&#8217;t have a SaaS approach. Polylang recently released the PRO version (it was only free previously) but it is still sold as a piece of software, not a SaaS. We are convinced that SaaS is the right approach as it allows us to be in constant relation with users and make the product evolve faster. It&#8217;s also healthier in terms of business.&#8221;</p>\n<p>Although he has no precise statistics on how many, Berda said he sees a lot of former WPML and Polylang users (freelancers and agencies) in their support center who
  have opted to use Weglot on their new projects. This indicates that Weglot may not so much be whittling away at the existing customer base of other plugins but is finding success at attracting customers who are starting new projects.</p>\n<p>In their efforts to stake a claim in the WordPress ecosystem, the Weglot team has found that being active in the community is important to having a successful product.</p>\n<p>&#8220;WordPress is really huge so there is no magical formula for marketing,&#8221; Berda said. &#8220;I think what is important is to accept that it takes time. You must keep improving your product forever while being active in the community and do it not only with high intensity but for a long time.&#8221;</p>\n<p>The €450K in seed funding Weglot received earlier this year has helped the team to expand its support and development team, but it has also made it possible for the company to invest more in the community.
  They have now sponsored a dozen WordCamps across the world, including WordCamp Europe in Paris.</p>\n<p>Berda&#8217;s advice to other WordPress entrepreneurs who are looking for funding is to consider the option carefully and understand how it will impact the company&#8217;s future and ability to act independently.</p>\n<p>&#8220;My recommendation would be to think twice about raising money as it takes time,&#8221; Berda said. &#8220;It changes your governance and it temporarily distracts you from your number one focus &#8211; your users. Raise only if you are sure you will have a return with the money invested. Not every business need to raise money.&#8221;</p>\n<p>Fueled by their success in the WordPress market, Weglot plans to expand into other CMS and e-commerce markets, including BigCommerce and Jimdo, followed by Drupal, Magento, and Joomla. Berda said the company also plans to release an open version of the API 
 for developers to integrate their non-CMS websites built on technologies like Symfony and Laravel.</p>\n<p>&#8220;In 2018, we will be adding many things: We will start using machine learning to improve the quality of automatic translations,&#8221; Berda said. &#8220;We will also leverage the fact that we are SaaS to add some insights about language usage for the users so they can see what languages are performing better. Finally, we will add extra features to manage multilingual SEO. In terms of monthly recurring revenue, we aim to reach €70,000 in 6 months.&#8221;</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 10 Nov 2017 20:04:34 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_bas
 e_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:47;a:6:{s:4:\"data\";s:13:\"\n      \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:122:\"WPTavern: Jetpack 5.5 Removes Syntax Highlighting and Gallery Widget for Compatibility with Upcoming WordPress 4.9 Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\
 ";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=76369\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:133:\"https://wptavern.com/jetpack-5-5-removes-syntax-highlighting-and-gallery-widget-for-compatibility-with-upcoming-wordpress-4-9-release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2878:\"<p><a href=\"https://jetpack.com/2017/11/08/jetpack-5-5-compatibility-enhancements/\" rel=\"noopener\" target=\"_blank\">Jetpack 5.5</a> was released y
 esterday with several important changes that ensure the plugin is compatible with the upcoming WordPress 4.9 release scheduled for November 14. The plugin will be able to shed some weight, as core improvements will make Jetpack&#8217;s syntax highlighting and gallery widget obsolete.</p>\n<p>WordPress 4.9 incorporates <a href=\"https://codemirror.net/\" rel=\"noopener\" target=\"_blank\">CodeMirror</a>, which brings syntax highlighting, linting, and auto-completion to the built-in code editors. Jetpack 5.5+ will rely on WordPress to handle syntax highlighting and the Custom CSS module has been updated to be fully compatible with <a href=\"https://make.wordpress.org/core/2017/10/22/code-editing-improvements-in-wordpress-4-9/\" rel=\"noopener\" target=\"_blank\">core&#8217;s new code editing improvements</a>.</p>\n<a href=\"https://i0.wp.com/wptavern.com/wp-content/upl
 oads/2017/11/Screen-Shot-2017-11-08-at-12.30.08-PM.png?ssl=1\"><img /></a>image credit: <a href=\"https://make.wordpress.org/core/2017/10/22/code-editing-improvements-in-wordpress-4-9/\">make.wordpress.org</a>\n<p>Jetpack 5.5 also adds compatibility for WordPress 4.9&#8217;s <a href=\"https://wptavern.com/new-core-gallery-widget-targeted-for-wordpress-4-9\" rel=\"noopener\" target=\"_blank\">new core gallery widget</a>. When users update to 4.9, Jetpack will automatically migrate its own <a href=\"https://jetpack.com/support/extra-sidebar-widgets/gallery-widget/\" rel=\"noopener\" target=\"_blank\">gallery widgets</a> to use the widget included in core.</p>\n<p>The release also includes several other changes for compatibility with WordPress 4.9:</p>\n<ul>\n<li>Press This sharing button removed, since the feature is bein
 g <a href=\"https://wptavern.com/press-this-removed-from-wordpress-4-9-in-favor-of-a-plugin\" rel=\"noopener\" target=\"_blank\">removed from core in favor of a plugin</a></li>\n<li>Changes to ensure compatibility with <a href=\"https://make.wordpress.org/core/2017/10/15/improvements-for-roles-and-capabilities-in-4-9/\" rel=\"noopener\" target=\"_blank\">role and capability updates in WordPress 4.9</a></li>\n<li>Remove code for processing Contact Form shortcodes in widgets, as <a href=\"https://wptavern.com/wordpress-4-9-will-support-shortcodes-and-embedded-media-in-the-text-widget\" rel=\"noopener\" target=\"_blank\">WordPress adds support for shortcodes in widgets in 4.9</a></li>\n</ul>\n<p>Jetpack 5.5 also improves the connection process between the plugin and WordPress.com, which should reduce recent issue users h
 ave experienced when migrating their sites from HTTP to HTTPS. A full list of the changes in this release is available in the plugin&#8217;s <a href=\"https://wordpress.org/plugins/jetpack/#developers\" rel=\"noopener\" target=\"_blank\">changelog</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 08 Nov 2017 20:13:37 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s
 :17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:48;a:6:{s:4:\"data\";s:13:\"\n     \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"HeroPress: From the Outskirts to an Insider\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://heropress.com/?post_type=heropress-essays&p=2259\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\&
 quot;;a:1:{i:0;a:5:{s:4:\"data\";s:138:\"https://heropress.com/essays/from-the-outskirts-to-an-insider/#utm_source=rss&utm_medium=rss&utm_campaign=from-the-outskirts-to-an-insider\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:11235:\"<img width=\"960\" height=\"480\" src=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/11/110817-1024x512.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"Pull Quote: WordPress has changed lives. It has given people a voice. It has brought people together.\" /><p>WordPress wasn’t the first blogging platform I tried. My very first blog was set up using Blogspot (now Blogger). I didn’t even know I wanted a blog to tell you the truth.
  But let me take a step back.</p>\n<p>I am a techie. A very “untechie” techie, but a techie nonetheless. I actually went to university with a plan to study mathematics and become an actuarial scientist (math and money made for a perfect career, I thought). After one year of university-level mathematics, I decided that I was done with the subject and I stuck with the computer science courses I had also taken. It turned out I had a knack for programming and was often found in the computer lab, debugging my friends’ assignments.</p>\n<p>Following my graduation, I worked for several years as a programmer before deciding that I had no interest in coding for the rest of my life. I moved on and up, studying management and information systems, which led me into more managerial positions. On my way there, I decided that I needed to have a personal website. I bought a domain (not my real name though) and starting looking into building my website.</p>\n<p
 >My very first job out of university had been with a web development company as web administrator, where I had picked up quite a bit of HTML, so I figured it would be easy to just build my own website. While researching the latest and best, it struck me that being able to easily add content would be cool, as I had seen early content management systems used back in that job (Tango, anyone?).</p>\n<h3>Blogging Begins</h3>\n<p>Suddenly my search results were showing me something called blogging. This was 2005, and blogs were still pretty new. I was excited by the concept, that I could have an easy way to put my thoughts out into cyberspace. I signed up for Blogspot and dove in. For all of 2 days. I wanted to change the design and the layout of my new blog, but I couldn’t. I was stuck in the box that Blogspot provided. A little more searching and I found <a href=\"http://wordpress.org/\">WordPress</a>.</p>\n<p>WordPress mean
 t I could install it myself on my own hosting and play around to my heart’s content. It was a techie’s dream. In April 2005, WordPress was at version 1.5 and I was in heaven. I spent days and nights tweaking and customizing my brand new website and blog. I was a WordPresser.</p>\n<p>I was an avid blogger, sharing posts everyday — longer thought-pieces and short asides (who remembers that concept?). The blogging community in Jamaica was small but we were an enthusiastic bunch. Many of my friends were still using other platforms, but I was a diehard WordPress lover. They took comfort in the ease of use of their hosted platforms, while I reveled in being able to completely mess my site up myself (and fix it!).</p>\n<p>I played with themes, and experimented with plugins. Two years later, I was helping other people set up and customize their WordPress blogs, and doing migrations from Blogspot.</p>\n<blockquote><p>I was a WordPress freelance
 r. I didn’t even know this was a thing people did.</p></blockquote>\n<p>It took me several years before I officially created my freelance consultancy, <a href=\"http://lattitudestudios.com/\">L’Attitude Studios</a> and actually looked to bring in clients.</p>\n<p>Despite the fact that WordPress is the most popular blogging platform in Jamaica, and is used by many web developers to built CMS-based websites, there is not much of a WordPress community. And despite my reading all about WordCamps and community meetups, I didn’t really think of myself as part of an actual community. WordCamps started back in 2006 and there have been hundreds since, but I only went to my first WordCamp in 2016, in Miami.</p>\n<h3>Finding a Place</h3>\n<p>The organizers of <a href=\"http://2016.miami.wordcamp.org/\">WordCamp Miami</a> made me feel so welcome. They were excited to have me come from Jamaica
  “just” to attend their event. For the first time, I understood that I have a place in the community, not just as a user. I signed up with the WordPress Community team as an organizer of the WordPress Kingston meetups. Full of enthusiasm I came home, ran a survey to find out how people were using WordPress and declared I was starting local meetups. The sound of crickets followed as the interest was low.</p>\n<p>I started a new job and didn’t have time to focus on WordPress, so the meetups fell by the wayside. But I still wanted to contribute. So In 2017, I made the leap to speaking. I decided that there were things I could offer the WordPress community based on my own experiences. <a href=\"https://2017.ottawa.wordcamp.org/\">WordCamp Ottawa</a> became the first WordCamp I spoke at.</p>\n<p>Again, the WordCamp organizers (one of which I had met at WordCamp Miami) were thrilled to have me travel from Jamaica to participate. Funnily,
  I had to point out to several people that it took less time to get from Jamaica to Ottawa than it did for those traveling from San Francisco.</p>\n<blockquote><p>Everyone I met at WordCamp Ottawa made me feel like a part of the WordPress family, like I belonged.</p></blockquote>\n<p>I still hadn’t got my local meetups going, but I had started making connections in the WordPress space locally. And there seemed to be more interest. I proposed a series of workshops to the organizer of Caribbean Bloggers’ Week. It wouldn’t quite be a WordCamp, which we wouldn’t get permission for, but we could try to do an educational community event to spur interest and raise awareness. <a href=\"http://wpinthecity.com/\">WP in the City</a> was born! Sadly, it had to be postponed, but it will still take shape for 2018.</p>\n<h3>WordCamp US</h3>\n<p>Now bitten by the bug, I set my speaking sights even higher and m
 ade a submission to <a href=\"https://2017.us.wordcamp.org/\">WordCamp US</a>. A month later, I was notified that one of my two proposals was accepted. I was to be a <a href=\"https://2017.us.wordcamp.org/speaker/bianca-welds/\">WordCamp US speaker</a>! Now an even bigger part of the WordPress community would be open to me. I set about making plans for Nashville in December.</p>\n<p>By the time you read this, I will be able to announce that I was selected as the recipient of the <a href=\"https://2017.us.wordcamp.org/2017/07/21/kim-parsell-memorial-scholarship-applications-open/\">Kim Parsell Memorial Scholarship</a>. When they notified me, I didn’t even remember I had applied. Kim Parsell was an active member of the WordPress community until her passing in 2015. She was nicknamed “WPMom” because of the care she took in making sure any member of the WordPress community she met felt welcomed and value
 d.</p>\n<p>Kim was already gone before I actively started taking part in the wider WordPress community. But the community I encountered definitely made me feel welcomed and valued, and now I want to help others feel that way. Going to WordCamp US is going to be an amazing opportunity, in part because of the size and breadth of the community I will get to interact with.</p>\n<h3>Bringing it Home</h3>\n<p>Jamaica is a small country, an island in the middle of the Caribbean sea. Most people know about our biggest stars (like Bob Marley and Usain Bolt), our culture (reggae music and jerk cooking) or our beaches. The people who go usually remember the people. Our community is what makes us a powerhouse. And I want to tap into that for WordPress.</p>\n<p>I want to bring Jamaica into the WordPress community, and bring the WordPress community to Jamaica. I want to get more Jamaicans to WordCamps and actively participating in the WordPress comm
 unity in other ways (through contributing and meetups).</p>\n<blockquote><p>I want to bring more WordPressers to Jamaica to share and exchange knowledge, not just enjoy the beach.</p></blockquote>\n<p>When I started out, WordPress was just a tool to get me to my goal. For a long time, I didn’t think much about the people behind WordPress, much less considering getting involved myself. Despite my own technical background, I am a newbie where it comes to WordPress development, having remained a tinkerer for much of the last decade. But WordPress is so much more than just code.</p>\n<p>Through WordPress, I have been able to express myself through <a href=\"http://biancawelds.com/blog\">blogging</a> and <a href=\"http://poetry.biancawelds.com/\">poetry</a>. I have been able to help others achieve their own success. I have found people willing to share their knowledge for others (like me) to lea
 rn. I have found people willing to hear about my WordPress experiences. I have built a network of contacts always willing to help out.</p>\n<p>Reading through the other essays on HeroPress, it is also clear that WordPress has changed lives. It has given people a voice. It has brought people together.</p>\n<p>WordPress is community. WordPress is my community.</p>\n<div class=\"rtsocial-container rtsocial-container-align-right rtsocial-horizontal\"><div class=\"rtsocial-twitter-horizontal\"><div class=\"rtsocial-twitter-horizontal-button\"><a title=\"Tweet: From the Outskirts to an Insider\" class=\"rtsocial-twitter-button\" href=\"https://twitter.com/share?text=From%20the%20Outskirts%20to%20an%20Insider&via=heropress&url=https%3A%2F%2Fheropress.com%2Fessays%2Ffrom-the-outskirts-to-an-insider%2F\" rel=\"nofollow\" target=\"_blank\"></a>&lt
 ;/div></div><div class=\"rtsocial-fb-horizontal fb-light\"><div class=\"rtsocial-fb-horizontal-button\"><a title=\"Like: From the Outskirts to an Insider\" class=\"rtsocial-fb-button rtsocial-fb-like-light\" href=\"https://www.facebook.com/sharer.php?u=https%3A%2F%2Fheropress.com%2Fessays%2Ffrom-the-outskirts-to-an-insider%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-linkedin-horizontal\"><div class=\"rtsocial-linkedin-horizontal-button\"><a class=\"rtsocial-linkedin-button\" href=\"https://www.linkedin.com/shareArticle?mini=true&url=https%3A%2F%2Fheropress.com%2Fessays%2Ffrom-the-outskirts-to-an-insider%2F&title=From+the+Outskirts+to+an+Insider\" rel=\"nofollow\" target=\"_blank\" title=\"Share: From the Outskirts to an Insider\"></a>&l
 t;/div></div><div class=\"rtsocial-pinterest-horizontal\"><div class=\"rtsocial-pinterest-horizontal-button\"><a class=\"rtsocial-pinterest-button\" href=\"https://pinterest.com/pin/create/button/?url=https://heropress.com/essays/from-the-outskirts-to-an-insider/&media=https://heropress.com/wp-content/uploads/2017/11/110817-150x150.jpg&description=From the Outskirts to an Insider\" rel=\"nofollow\" target=\"_blank\" title=\"Pin: From the Outskirts to an Insider\"></a></div></div><a rel=\"nofollow\" class=\"perma-link\" href=\"https://heropress.com/essays/from-the-outskirts-to-an-insider/\" title=\"From the Outskirts to an Insider\"></a></div><p>The post <a rel=\"nofollow\" href=\"https://heropress.com/essays/from-the-outskirts-to-an-insider/\">From the Outskirts to an Insid
 er</a> appeared first on <a rel=\"nofollow\" href=\"https://heropress.com\">HeroPress</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 08 Nov 2017 12:00:01 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Bianca Welds\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:49;a:6:{s:4:\"data\";s:13:\"\n   \n      \n      \n      \n      \n      \n\";s:7:\&q
 uot;attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"WPTavern: How to Whitelist Comments in WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=76372\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"https://wptavern.com/how-to-whitelist-comments-in-wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\&quo
 t;;s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1078:\"<p>Out-of-the-box, WordPress provides the ability to blacklist comments or configure a set of options to send comments to moderation. If all comments are moderated, there are no options to whitelist comments.</p>\n<p>Searching the plugin directory for comment whitelisting provides few, if any, solutions. However, a cursory search of Google led me to the <a href=\"https://wordpress.org/plugins/comment-whitelist/\">Comment Whitelist</a> plugin by Alejandro Carravedo.</p>\n<img />Comment Whitelist Box\n<p>Comment Whitelist adds a &#8216;Put in Whitelist&#8217; quick moderation link to comments that makes adding email addresses to the list an easy task. One thing to keep in mind is that the whitelist uses email addresses and it&#8217;s possible co
 mments from people impersonating whitelisted users may get published.</p>\n<p>Despite not being updated in more than nine years, the plugin works as advertised. You&#8217;ll need to download the zip file and manually install it as you won&#8217;t be able to find it by searching the plugin directory from the WordPress backend.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 08 Nov 2017 02:50:31 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:
 {}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";O:42:\"Requests_Utility_CaseInsensitiveDictionary\":1:{s:7:\"\0*\0data\";a:8:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Fri, 15 Dec 2017 05:26:08 GMT\";s:12:\"content-type\";s:8:\"text/xml\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:13:\"last-modified\";s:29:\"Fri, 15 Dec 2017 05:15:09 GMT\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:11:\"HIT lax 249\";s:16:\"content-encoding\";s:4:\"gzip\";}}s:5:\"build\";s:14:\"20171214234720\";}','no'),(1078,'_transient_timeout_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9','1513358424','no'),(1079,'_transient_feed_mod_d117b5738fb
 d35bd8c0391cda1f2b5d9','1513315224','no'),(1080,'_transient_timeout_dash_v2_88ae138922fe95674369b1cb3d215a2b','1513358424','no'),(1081,'_transient_dash_v2_88ae138922fe95674369b1cb3d215a2b','<div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://wordpress.org/news/2017/12/the-month-in-wordpress-november-2017/\'>The Month in WordPress: November 2017</a></li></ul></div><div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://wptavern.com/wpweekly-episode-297-wordcamp-us-2017-recap\'>WPTavern: WPWeekly Episode 297 – WordCamp US 2017 Recap</a></li><li><a class=\'rsswidget\' href=\'https://heropress.com/essays/finding-way-comfort-zone/#utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=finding-way-comfort-zone\'>HeroPress: Finding My Way Out Of My Comfort Zone</a></li><li><a class=\'rsswidget\' href=\'https://w
 ptavern.com/storify-to-close-may-16-2018-wordpress-plugin-discontinued\'>WPTavern: Storify to Close May 16, 2018, WordPress Plugin Discontinued</a></li></ul></div>','no'),(1083,'_transient_timeout_plugin_slugs','1513401851','no'),(1084,'_transient_plugin_slugs','a:50:{i:0;s:19:\"akismet/akismet.php\";i:1;s:19:\"bbpress/bbpress.php\";i:2;s:55:\"bbpress-network-templates/bbpress-network-templates.php\";i:3;s:24:\"buddypress/bp-loader.php\";i:4;s:43:\"camptix-admin-flags/camptix-admin-flags.php\";i:5;s:41:\"camptix-attendance/camptix-attendance.php\";i:6;s:37:\"camptix-badge-generator/bootstrap.php\";i:7;s:19:\"camptix/camptix.php\";i:8;s:61:\"campt-indian-payment-gateway/campt-indian-payment-gateway.php\";i:9;s:41:\"camptix-kdcpay-gateway/camptix-kdcpay.php\";i:10;s:39:\"camptix-mailchimp/camptix-mailchimp.php\";i:11;s:43:\"camptix-mercadopago/c
 amptix-mercadopago.php\";i:12;s:47:\"camptix-network-tools/camptix-network-tools.php\";i:13;s:39:\"camptix-pagseguro/camptix-pagseguro.php\";i:14;s:43:\"camptix-payfast-gateway/camptix-payfast.php\";i:15;s:39:\"camptix-trustcard/camptix-trustcard.php\";i:16;s:37:\"camptix-trustpay/camptix-trustpay.php\";i:17;s:45:\"custom-content-width/custom-content-width.php\";i:18;s:41:\"email-post-changes/email-post-changes.php\";i:19;s:69:\"email-post-changes-specific-post/email-post-changes-specific-post.php\";i:20;s:19:\"jetpack/jetpack.php\";i:21;s:31:\"jquery-ui-css/jquery-ui-css.php\";i:22;s:21:\"liveblog/liveblog.php\";i:23;s:34:\"multi-event-sponsors/bootstrap.php\";i:24;s:23:\"polldaddy/polldaddy.php\";i:25;s:27:\"supportflow/supportflow.php\";i:26;s:24:\"tagregator/bootstrap.php\";i:27;s:41:\"wc-canonical-years/wc-canonical-year
 s.php\";i:28;s:21:\"wc-fonts/wc-fonts.php\";i:29;s:31:\"wc-post-types/wc-post-types.php\";i:30;s:43:\"wordcamp-qbo-client/wordcamp-qbo-client.php\";i:31;s:29:\"wordcamp-qbo/wordcamp-qbo.php\";i:32;s:26:\"wordcamp-api/bootstrap.php\";i:33;s:31:\"wordcamp-payments/bootstrap.php\";i:34;s:39:\"wordcamp-payments-network/bootstrap.php\";i:35;s:39:\"wordcamp-coming-soon-page/bootstrap.php\";i:36;s:57:\"wordcamp-dashboard-widgets/wordcamp-dashboard-widgets.php\";i:37;s:31:\"wordcamp-docs/wordcamp-docs.php\";i:38;s:53:\"wordcamp-forms-to-drafts/wordcamp-forms-to-drafts.php\";i:39;s:37:\"wordcamp-mentors/wordcamp-mentors.php\";i:40;s:42:\"wordcamp-organizer-reminders/bootstrap.php\";i:41;s:67:\"wordcamp-participation-notifier/wordcamp-participation-notifier.php\";i:42;s:20:\"wcpt/wcpt-loader.php\";i:43;s:33:\"wordcamp-remote-css/bootst
 rap.php\";i:44;s:45:\"wordcamp-site-cloner/wordcamp-site-cloner.php\";i:45;s:27:\"wordcamp-wiki/bootstrap.php\";i:46;s:41:\"wordpress-importer/wordpress-importer.php\";i:47;s:41:\"wp-multibyte-patch/wp-multibyte-patch.php\";i:48;s:24:\"json-rest-api/plugin.php\";i:49;s:27:\"wp-super-cache/wp-cache.php\";}','no'),(1088,'ossdl_off_blog_url','http://wordcamp.test','yes');
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+INSERT INTO `wc_options` VALUES (1,'siteurl','http://wordcamp.test','yes'),(2,'blogname','WordCamp.dev','yes'),(3,'blogdescription','Just another WordPress site','yes'),(4,'users_can_register','0','yes'),(5,'admin_email','foo@example.org','yes'),(6,'start_of_week','1','yes'),(7,'use_balanceTags','0','yes'),(8,'use_smilies','1','yes'),(9,'require_name_email','1','yes'),(10,'comments_notify','1','yes'),(11,'posts_per_rss','10','yes'),(12,'rss_use_excerpt','0','yes'),(13,'mailserver_url','mail.example.com','yes'),(14,'mailserver_login','login@example.com','yes'),(15,'mailserver_pass','password','yes'),(16,'mailserver_port','110','yes'),(17,'default_category','1','yes'),(18,'default_comment_status','open','yes'),(19,'default_ping_status','open','yes'),(20,'default_pingback_flag','0','yes'),(21,'posts_per_page','10','yes'),(22,'date_format','F j, Y','yes'),(23,'time_format','g:i a','yes'),(24,
 'links_updated_date_format','F j, Y g:i a','yes'),(28,'comment_moderation','0','yes'),(29,'moderation_notify','1','yes'),(30,'permalink_structure','/%year%/%monthnum%/%day%/%postname%/','yes'),(32,'hack_file','0','yes'),(33,'blog_charset','UTF-8','yes'),(34,'moderation_keys','','no'),(35,'active_plugins','a:0:{}','yes'),(36,'home','http://wordcamp.test','yes'),(37,'category_base','','yes'),(38,'ping_sites','http://rpc.pingomatic.com/','yes'),(40,'comment_max_links','2','yes'),(41,'gmt_offset','0','yes'),(42,'default_email_category','1','yes'),(43,'recently_edited','','no'),(44,'template','twentyfourteen','yes'),(45,'stylesheet','twentyfourteen','yes'),(46,'comment_whitelist','1','yes'),(47,'blacklist_keys','','no'),(48,'comment_registration','0','yes'),(49,'html_type','text/html','yes'),(50,'use_trackback','0','yes'),(51,'default_role','subscriber','yes'),(52,'db_version','44719','yes'),(53,'uploads_use_yearmonth_folders','1','yes'),(54,'upload_path','','yes'),(55,'blog_public','0',
 'yes'),(56,'default_link_category','2','yes'),(57,'show_on_front','posts','yes'),(58,'tag_base','','yes'),(59,'show_avatars','1','yes'),(60,'avatar_rating','G','yes'),(61,'upload_url_path','','yes'),(62,'thumbnail_size_w','150','yes'),(63,'thumbnail_size_h','150','yes'),(64,'thumbnail_crop','1','yes'),(65,'medium_size_w','300','yes'),(66,'medium_size_h','300','yes'),(67,'avatar_default','mystery','yes'),(68,'large_size_w','1024','yes'),(69,'large_size_h','1024','yes'),(70,'image_default_link_type','file','yes'),(71,'image_default_size','','yes'),(72,'image_default_align','','yes'),(73,'close_comments_for_old_posts','0','yes'),(74,'close_comments_days_old','14','yes'),(75,'thread_comments','1','yes'),(76,'thread_comments_depth','5','yes'),(77,'page_comments','0','yes'),(78,'comments_per_page','50','yes'),(79,'default_comments_page','newest','yes'),(80,'comment_order','asc','yes'),(81,'sticky_posts','a:0:{}','yes'),(82,'widget_categories','a:2:{i:2;a:4:{s:5:\"title\";s:0:\&q
 uot;\";s:5:\"count\";i:0;s:12:\"hierarchical\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}','yes'),(83,'widget_text','a:0:{}','yes'),(84,'widget_rss','a:0:{}','yes'),(85,'uninstall_plugins','a:2:{s:27:\"wp-super-cache/wp-cache.php\";s:22:\"wpsupercache_uninstall\";s:33:\"classic-editor/classic-editor.php\";a:2:{i:0;s:14:\"Classic_Editor\";i:1;s:9:\"uninstall\";}}','no'),(86,'timezone_string','','yes'),(87,'page_for_posts','0','yes'),(88,'page_on_front','0','yes'),(89,'default_post_format','0','yes'),(90,'link_manager_enabled','0','yes'),(91,'initial_db_version','26691','yes'),(92,'wc_user_roles','a:5:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:61:{s:13:\"switch_themes\";b:1;s:11:\"edit_themes\";b:1;s:16:\"activate_plugins\";b:1;s:12:\"edit_plugins\";b:1;s:1
 0:\"edit_users\";b:1;s:10:\"edit_files\";b:1;s:14:\"manage_options\";b:1;s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:6:\"import\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:8:\"level_10\";b:1;s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:
 12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:12:\"delete_users\";b:1;s:12:\"create_users\";b:1;s:17:\"unfiltered_upload\";b:1;s:14:\"edit_dashboard\";b:1;s:14:\"update_plugins\";b:1;s:14:\"delete_plugins\";b:1;s:15:\"install_plugins\";b:1;s:13:\"update_themes\";b:1;s:14:\"install_themes\";b:1;s:11:\"update_core\";b:1;s:10:\"list_users\";b:1;s:12:\"remove_users\";b:1;s:13:\"promote_users\";b:1;s:18:\&quo
 t;edit_theme_options\";b:1;s:13:\"delete_themes\";b:1;s:6:\"export\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:34:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\&qu
 ot;delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:10:{s:12:\"upload_files\";b:1;s:10:\"edit_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:22:\"delete_published_posts\";b:1;}}s:11:\"contributor\"
 ;a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:5:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}}','yes'),(93,'widget_search','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(94,'widget_recent-posts','a:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}','yes'),(95,'widget_recent-comments','a:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}','yes'),(96,'widget_archives','a:2:{i:2;a:3:{s:5:\"title\";s:0:\"\";s:5:\"count\&q
 uot;;i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}','yes'),(97,'widget_meta','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(98,'sidebars_widgets','a:5:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}s:9:\"sidebar-2\";a:0:{}s:9:\"sidebar-3\";a:0:{}s:13:\"array_version\";i:3;}','yes'),(99,'cron','a:25:{i:1561493697;a:1:{s:23:\"wordcamp_dev_10_seconds\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"10-seconds\";s:4:\"args\";a:0:{}s:8:\"interval\";i:10;}}}i:1561493701;a:3:{s:14:\"lsf_10_seconds\";a:1:{s:32:\"40cd750bba9870f18aada247
 8b24840a\";a:3:{s:8:\"schedule\";s:10:\"10-seconds\";s:4:\"args\";a:0:{}s:8:\"interval\";i:10;}}s:14:\"lsf_30_seconds\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"30-seconds\";s:4:\"args\";a:0:{}s:8:\"interval\";i:30;}}s:14:\"lsf_60_seconds\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"60-seconds\";s:4:\"args\";a:0:{}s:8:\"interval\";i:60;}}}i:1561493702;a:1:{s:14:\"lsf_20_seconds\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"20-seconds\";s:4:\"args\";a:0:{}s:8:\"interval\";i:30;}}}i:1561493717;a:1:{s:23:\"wordcamp_dev_30_seconds\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"30-seconds\";s:4:\&qu
 ot;args\";a:0:{}s:8:\"interval\";i:30;}}}i:1561493731;a:1:{s:14:\"lsf_45_seconds\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"45-seconds\";s:4:\"args\";a:0:{}s:8:\"interval\";i:45;}}}i:1561493732;a:1:{s:23:\"wordcamp_dev_45_seconds\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"45-seconds\";s:4:\"args\";a:0:{}s:8:\"interval\";i:45;}}}i:1561493747;a:1:{s:23:\"wordcamp_dev_60_seconds\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"60-seconds\";s:4:\"args\";a:0:{}s:8:\"interval\";i:60;}}}i:1561493752;a:1:{s:11:\"wp_cache_gc\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1561493982;a:1:{s:31:\"tix_scheduled_
 every_ten_minutes\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:7:\"10-mins\";s:4:\"args\";a:0:{}s:8:\"interval\";i:600;}}}i:1561494765;a:1:{s:20:\"jetpack_clean_nonces\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1561495257;a:1:{s:30:\"tix_dashboard_scheduled_hourly\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1561495514;a:1:{s:38:\"camptix_cache_all_attendees_shortcodes\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1561495784;a:1:{s:30:\"wcbdsi_check_for_pai
 d_invoices\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1561496192;a:1:{s:34:\"wp_privacy_delete_old_export_files\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1561520714;a:1:{s:27:\"camptix_prime_tshirt_report\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1561525891;a:1:{s:16:\"wcsc_prime_sites\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1561526120;a:1:{s:24:\"wcb_redact_paid_requests\";
 a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1561526408;a:1:{s:25:\"delete_expired_transients\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1561528182;a:1:{s:19:\"tix_scheduled_daily\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1561530784;a:1:{s:22:\"wp_https_support_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1561534759;a:3:{s:16:\"wp_version_check\";a:1:{s:32:\"40cd750bba9870
 f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:17:\"wp_update_plugins\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:16:\"wp_update_themes\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1561571789;a:1:{s:31:\"clear_error_rate_limiting_files\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1561573962;a:1:{s:29:\"send_invoice_pending_reminder\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\&
 quot;;s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1561577961;a:1:{s:19:\"wp_scheduled_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}s:7:\"version\";i:2;}','yes'),(101,'_site_transient_update_core','O:8:\"stdClass\":4:{s:7:\"updates\";a:1:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:6:\"latest\";s:8:\"download\";s:41:\"https://wordpress.org/wordpress-3.8.1.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:41:\"https://wordpress.org/wordpress-3.8.1.zip\";s:10:\"no_content\";s:52:\"https://wordpress.org/wordpress-3.8.1-no-content.zip\";s:11:\"new_bundled\";s:53:\"https://wordpres
 s.org/wordpress-3.8.1-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"3.8.1\";s:7:\"version\";s:5:\"3.8.1\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"3.8\";s:15:\"partial_version\";s:0:\"\";}}s:12:\"last_checked\";i:1395430761;s:15:\"version_checked\";s:5:\"3.8.1\";s:12:\"translations\";a:0:{}}','yes'),(102,'_site_transient_update_plugins','O:8:\"stdClass\":3:{s:12:\"last_checked\";i:1395430761;s:8:\"response\";a:1:{s:19:\"akismet/akismet.php\";O:8:\"stdClass\":5:{s:2:\"id\";s:2:\"15\";s:4:\"slug\";s:7:\"akismet\";s:11:\"new_version\";s:5:\"2.6.0\";s:3:\"url\";s:38:\"https://wordpress.org/pl
 ugins/akismet/\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/plugin/akismet.2.6.0.zip\";}}s:12:\"translations\";a:0:{}}','yes'),(103,'_site_transient_timeout_theme_roots','1395432561','yes'),(104,'_site_transient_theme_roots','a:3:{s:14:\"twentyfourteen\";s:7:\"/themes\";s:14:\"twentythirteen\";s:7:\"/themes\";s:12:\"twentytwelve\";s:7:\"/themes\";}','yes'),(105,'_site_transient_update_themes','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1395430762;s:7:\"checked\";a:3:{s:14:\"twentyfourteen\";s:3:\"1.0\";s:14:\"twentythirteen\";s:3:\"1.1\";s:12:\"twentytwelve\";s:3:\"1.3\";}s:8:\"response\";a:0:{}s:12:\"translations\";a:0:{}}','yes'),(106,'_site_transient_timeout_browser_3864a3c36ff70b03c7e989911b28b9e5','1396035562','yes'),(107,'_site_transient_browser_3864a3c36ff70b03c
 7e989911b28b9e5','a:9:{s:8:\"platform\";s:9:\"Macintosh\";s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:4:\"27.0\";s:10:\"update_url\";s:23:\"http://www.firefox.com/\";s:7:\"img_src\";s:50:\"http://s.wordpress.org/images/browsers/firefox.png\";s:11:\"img_src_ssl\";s:49:\"https://wordpress.org/images/browsers/firefox.png\";s:15:\"current_version\";s:2:\"16\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(126,'jetpack_activated','1','yes'),(127,'jetpack_options','a:5:{s:7:\"version\";s:18:\"3.1-dev:1402344908\";s:11:\"old_version\";s:16:\"2.9.1:1395445257\";s:28:\"fallback_no_verify_ssl_certs\";i:0;s:9:\"time_diff\";i:0;s:24:\"custom_css_4.7_migration\";b:1;}','yes'),(130,'_transient_random_seed','c96b037179e41a15960e500d02eb0553','yes'),(131,'tggr_sett
 ings','a:5:{s:10:\"db_version\";s:3:\"0.6\";s:17:\"TGGRSourceTwitter\";a:5:{s:12:\"consumer_key\";s:0:\"\";s:15:\"consumer_secret\";s:0:\"\";s:20:\"highlighted_accounts\";s:0:\"\";s:13:\"_bearer_token\";s:0:\"\";s:16:\"_newest_tweet_id\";i:0;}s:19:\"TGGRSourceInstagram\";a:3:{s:9:\"client_id\";s:0:\"\";s:20:\"highlighted_accounts\";s:0:\"\";s:16:\"_newest_media_id\";i:0;}s:16:\"TGGRSourceFlickr\";a:3:{s:7:\"api_key\";s:0:\"\";s:20:\"highlighted_accounts\";s:0:\"\";s:18:\"_newest_media_date\";i:0;}s:16:\"TGGRSourceGoogle\";a:3:{s:7:\"api_key\";s:0:\"\";s:20:\"highlighted_accounts\";s:0:\"\";s:21:\"_newest_activity_date\";i:0;}}','yes'),(198,'db_upgraded','','yes'),(200,'camptix_dashboard_t
 imestamp','1561491773','yes'),(586,'ossdl_off_cdn_url','http://wordcamp.test','yes'),(587,'ossdl_off_include_dirs','wp-content,wp-includes','yes'),(588,'ossdl_off_exclude','.php','yes'),(589,'ossdl_cname','','yes'),(663,'jetpack_active_modules','a:6:{i:0;s:10:\"vaultpress\";i:1;s:18:\"verification-tools\";i:3;s:12:\"contact-form\";i:5;s:10:\"shortcodes\";i:7;s:10:\"custom-css\";i:9;s:13:\"subscriptions\";}','yes'),(672,'json_api_plugin_version','1.2.5','yes'),(769,'camptix_options','a:17:{s:8:\"currency\";s:3:\"USD\";s:10:\"event_name\";s:12:\"WordCamp.dev\";s:7:\"version\";i:20180709;s:20:\"reservations_enabled\";b:0;s:15:\"refunds_enabled\";b:0;s:18:\"refund_all_enabled\";b:0;s:8:\"archived\";b:0;s:15:\"payment_methods\";a:0:{}s:30:\"email_template_single_purchase\";s:233:\"Hi there!\n\nYou have purchased the
  following ticket:\n\n[receipt]\n\nYou can edit the information for the purchased ticket at any time before the event, by visiting the following link:\n\n[ticket_url]\n\nLet us know if you have any questions!\";s:32:\"email_template_multiple_purchase\";s:237:\"Hi there!\n\nThank you so much for purchasing a ticket and hope to see you soon at our event. You can edit your information at any time before the event, by visiting the following link:\n\n[ticket_url]\n\nLet us know if you have any questions!\";s:40:\"email_template_multiple_purchase_receipt\";s:239:\"Hi there!\n\nYou have purchased the following tickets:\n\n[receipt]\n\nYou can edit the information for all the purchased tickets at any time before the event, by visiting the following link:\n\n[ticket_url]\n\nLet us know if you have any questions!\";s:32:\"email_template_pending_succeeded\";s:237:\"Hey there!\n\nYour payment for [event_name] has been completed, lookin
 g forward to seeing you at the event! You can access and change your tickets information by visiting the following link:\n\n[ticket_url]\n\nLet us know if you need any help!\";s:29:\"email_template_pending_failed\";s:293:\"Hey there!\n\nWe\'re so sorry, but it looks like your payment for [event_name] has failed! Please check your payment transactions for more details. If you still wish to attend the event, feel free to purchase a new ticket using the following link:\n\n[ticket_url]\n\nLet us know if you need any help!\";s:28:\"email_template_single_refund\";s:230:\"Hey there!\n\nYour refund for [event_name] has been completed. If you change your mind and still wish to attend the event, feel free to purchase a new ticket using the following link:\n\n[ticket_url]\n\nLet us know if you need any help!\";s:30:\"email_template_multiple_refund\";s:229:\"Hey there!\n\nYour ticket for [event_name] has been refunded. If you change yo
 ur mind and still wish to attend the event, feel free to purchase a new ticket using the following link:\n\n[ticket_url]\n\nLet us know if you need any help!\";s:22:\"payment_options_stripe\";a:1:{s:10:\"api_predef\";s:12:\"wpcs-sandbox\";}s:22:\"payment_options_paypal\";a:1:{s:10:\"api_predef\";s:16:\"wordcamp-sandbox\";}}','yes'),(794,'recently_activated','a:0:{}','yes'),(882,'jetpack_file_data','a:1:{s:5:\"4.0.3\";a:49:{s:32:\"31e5b9ae08b62c2b0cd8a7792242298b\";a:14:{s:4:\"name\";s:20:\"Spelling and Grammar\";s:11:\"description\";s:89:\"Check your spelling, style, and grammar with the After the Deadline proofreading service.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1:\"6\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s
 :0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:7:\"Writing\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:115:\"after the deadline, afterthedeadline, spell, spellchecker, spelling, grammar, proofreading, style, language, cliche\";}s:32:\"3f41b2d629265b5de8108b463abbe8e2\";a:14:{s:4:\"name\";s:8:\"Carousel\";s:11:\"description\";s:63:\"Transform standard image galleries into full-screen slideshows.\";s:14:\"jumpstart_desc\";s:79:\"Brings your photos and images to life as full-size, easily navigable galleries.\";s:4:\"sort\";s:2:\"22\";s:20:\"recommendation_order\";s:2:\"12\";s:10:\"introduced\&quot
 ;;s:3:\"1.5\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:17:\"Photos and Videos\";s:7:\"feature\";s:9:\"Jumpstart\";s:25:\"additional_search_queries\";s:80:\"gallery, carousel, diaporama, slideshow, images, lightbox, exif, metadata, image\";}s:32:\"c6ebb418dde302de09600a6025370583\";a:14:{s:4:\"name\";s:8:\"Comments\";s:11:\"description\";s:79:\"Let readers comment with WordPress.com, Twitter, Facebook, or Google+ accounts.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"20\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.4\";s:7:\&quo
 t;changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:6:\"Social\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:53:\"comments, comment, facebook, twitter, google+, social\";}s:32:\"836f9485669e1bbb02920cb474730df0\";a:14:{s:4:\"name\";s:12:\"Contact Form\";s:11:\"description\";s:44:\"Insert a contact form anywhere on your site.\";s:14:\"jumpstart_desc\";s:111:\"Adds a button to your post and page editors, allowing you to build simple forms to help visitors stay in touch.\";s:4:\"sort\";s:2:\"15\";s:20:\"recommendation_order\";s:2:\"14\";s:10:\"introduced\";s:3:\"1.3\";s:7:
 \"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:5:\"Other\";s:7:\"feature\";s:9:\"Jumpstart\";s:25:\"additional_search_queries\";s:44:\"contact, form, grunion, feedback, submission\";}s:32:\"ea3970eebf8aac55fc3eca5dca0e0157\";a:14:{s:4:\"name\";s:20:\"Custom Content Types\";s:11:\"description\";s:92:\"Organize and display different types of content on your site, separate from posts and pages.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"34\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"3.1\";s:7:\"changed\";s:0:\"\";s:10:\"de
 activate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:7:\"Writing\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:72:\"cpt, custom post types, portfolio, portfolios, testimonial, testimonials\";}s:32:\"d2bb05ccad3d8789df40ca3abb97336c\";a:14:{s:4:\"name\";s:10:\"Custom CSS\";s:11:\"description\";s:57:\"Customize your site’s CSS without modifying your theme.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1:\"2\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.7\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:1
 9:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:10:\"Appearance\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:108:\"css, customize, custom, style, editor, less, sass, preprocessor, font, mobile, appearance, theme, stylesheet\";}s:32:\"a2064eec5b9c7e0d816af71dee7a715f\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:
 \"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";}s:32:\"53a4ec755022ef3953699734c343da02\";a:14:{s:4:\"name\";s:21:\"Enhanced Distribution\";s:11:\"description\";s:27:\"Increase reach and traffic.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1:\"5\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.2\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:6:\"Public\";s:11:\"module_tags\";s:7:\"Writing\";s:7:\"feature\";s:7:\"Traffic\";s:25:\"additional_search_queries\";s:54:\"google, seo, f
 irehose, search, broadcast, broadcasting\";}s:32:\"72fecb67ee6704ba0a33e0225316ad06\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";}s:32:\"d56e2886185a9eace719cc57d46770df\";a:14:{s:4:\"name\";s:19:\"Gravatar Hovercards\";s:11:\"description\";s:58:\"Enable pop-up business car
 ds over commenters’ Gravatars.\";s:14:\"jumpstart_desc\";s:131:\"Let commenters link their profiles to their Gravatar accounts, making it easy for your visitors to learn more about your community.\";s:4:\"sort\";s:2:\"11\";s:20:\"recommendation_order\";s:2:\"13\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:18:\"Social, Appearance\";s:7:\"feature\";s:9:\"Jumpstart\";s:25:\"additional_search_queries\";s:20:\"gravatar, hovercards\";}s:32:\"e391e760617bd0e0736550e34a73d7fe\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14
 :\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:8:\"2.0.3 ??\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";}s:32:\"2e345370766346c616b3c5046e817720\";a:14:{s:4:\"name\";s:15:\"Infinite Scroll\";s:11:\"description\";s:46:\"Add support for infinite scroll to your theme.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"26\";s:20:\"recommendation_order\";s:0:\"\";s:10:\&quo
 t;introduced\";s:3:\"2.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:10:\"Appearance\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:33:\"scroll, infinite, infinite scroll\";}s:32:\"bd69edbf134de5fae8fdcf2e70a45b56\";a:14:{s:4:\"name\";s:8:\"JSON API\";s:11:\"description\";s:69:\"Allow applications to securely access your content through the cloud.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"19\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.9\";s:7:\"changed\";s:0:\"\";s:10:\"deactiv
 ate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:6:\"Public\";s:11:\"module_tags\";s:19:\"Writing, Developers\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:50:\"api, rest, develop, developers, json, klout, oauth\";}s:32:\"8110b7a4423aaa619dfa46b8843e10d1\";a:14:{s:4:\"name\";s:14:\"Beautiful Math\";s:11:\"description\";s:85:\"Use LaTeX markup language in posts and pages for complex equations and other geekery.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"12\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\"
 ;s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:7:\"Writing\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:47:\"latex, math, equation, equations, formula, code\";}s:32:\"fd7e85d3b4887fa6b6f997d6592c1f33\";a:14:{s:4:\"name\";s:5:\"Likes\";s:11:\"description\";s:70:\"Give visitors an easy way to show their appreciation for your content.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"23\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.2\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto
 _activate\";s:2:\"No\";s:11:\"module_tags\";s:6:\"Social\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:26:\"like, likes, wordpress.com\";}s:32:\"c5dfef41fad5bcdcaae8e315e5cfc420\";a:14:{s:4:\"name\";s:6:\"Manage\";s:11:\"description\";s:76:\"Manage all your sites from a centralized place, https://wordpress.com/sites.\";s:14:\"jumpstart_desc\";s:151:\"Helps you remotely manage plugins, turn on automated updates, and more from <a href=\"https://wordpress.com/plugins/\" target=\"_blank\">wordpress.com</a>.\";s:4:\"sort\";s:1:\"1\";s:20:\"recommendation_order\";s:1:\"3\";s:10:\"introduced\";s:3:\"3.4\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";
 s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:35:\"Centralized Management, Recommended\";s:7:\"feature\";s:22:\"Recommended, Jumpstart\";s:25:\"additional_search_queries\";s:26:\"manage, management, remote\";}s:32:\"fd6dc399b92bce76013427e3107c314f\";a:14:{s:4:\"name\";s:8:\"Markdown\";s:11:\"description\";s:51:\"Write posts or pages in plain-text Markdown syntax.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"31\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.8\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activ
 ate\";s:2:\"No\";s:11:\"module_tags\";s:7:\"Writing\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:12:\"md, markdown\";}s:32:\"c49a35b6482b0426cb07ad28ecf5d7df\";a:14:{s:4:\"name\";s:12:\"Mobile Theme\";s:11:\"description\";s:64:\"Optimize your site with a mobile-friendly theme for smartphones.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"21\";s:20:\"recommendation_order\";s:2:\"11\";s:10:\"introduced\";s:3:\"1.8\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:31:\"Appearance, Mobile, Recommended\";s:7:\"feat
 ure\";s:11:\"Recommended\";s:25:\"additional_search_queries\";s:24:\"mobile, theme, minileven\";}s:32:\"b42e38f6fafd2e4104ebe5bf39b4be47\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";}s:32:\"771cfeeba0d3d23ec344d5e781fb0ae2\";a:14:{s:4:\"name\";s:0:\"\";s:11:\
 "description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";}s:32:\"54f0661d27c814fc8bde39580181d939\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\&quot
 ;\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";}s:32:\"46c4c413b5c72bbd3c3dbd14ff8f8adc\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:
 0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";}s:32:\"9ea52fa25783e5ceeb6bfaed3268e64e\";a:14:{s:4:\"name\";s:7:\"Monitor\";s:11:\"description\";s:25:\"Reports on site downtime.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"28\";s:20:\"recommendation_order\";s:2:\"10\";s:10:\"introduced\";s:3:\"2.6\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:11:\"Recommended\";s:7:\"feature\";s:33:\"Recommended, Performance-Security\";s:25:\"additional_search_queri
 es\";s:37:\"monitor, uptime, downtime, monitoring\";}s:32:\"cfcaafd0fcad087899d715e0b877474d\";a:14:{s:4:\"name\";s:13:\"Notifications\";s:11:\"description\";s:84:\"Receive notification of site activity via the admin toolbar and your Mobile devices.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"13\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.9\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:5:\"Other\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:62:\"notification, notifications, toolbar, adminbar, push, comments\
 ";}s:32:\"0d18bfa69bec61550c1d813ce64149b0\";a:14:{s:4:\"name\";s:10:\"Omnisearch\";s:11:\"description\";s:66:\"Search your entire database from a single field in your Dashboard.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"16\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.3\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:10:\"Developers\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:6:\"search\";}s:32:\"3f0a11e23118f0788d424b646a6d465f\";a:14:{s:4:\"name\";s:6:\"Photon\";s:11:\"descrip
 tion\";s:27:\"Speed up images and photos.\";s:14:\"jumpstart_desc\";s:141:\"Mirrors and serves your images from our free and fast image CDN, improving your site’s performance with no additional load on your servers.\";s:4:\"sort\";s:2:\"25\";s:20:\"recommendation_order\";s:1:\"1\";s:10:\"introduced\";s:3:\"2.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:42:\"Photos and Videos, Appearance, Recommended\";s:7:\"feature\";s:44:\"Recommended, Jumpstart, Performance-Security\";s:25:\"additional_search_queries\";s:38:\"photon, image, cdn, performance, speed\";}s:32:\"e37cfbcb72323fb1fe8255a2edb4d738\&qu
 ot;;a:14:{s:4:\"name\";s:13:\"Post by Email\";s:11:\"description\";s:58:\"Publish posts by email, using any device and email client.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"14\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:7:\"Writing\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:20:\"post by email, email\";}s:32:\"728290d131a480bfe7b9e405d7cd925f\";a:14:{s:4:\"name\";s:7:\"Protect\";s:11:\"description\";s:28:\"Prevent brute force atta
 cks.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1:\"1\";s:20:\"recommendation_order\";s:1:\"4\";s:10:\"introduced\";s:3:\"3.4\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:11:\"Recommended\";s:7:\"feature\";s:33:\"Recommended, Performance-Security\";s:25:\"additional_search_queries\";s:65:\"security, secure, protection, botnet, brute force, protect, login\";}s:32:\"f9ce784babbbf4dcca99b8cd2ceb420c\";a:14:{s:4:\"name\";s:9:\"Publicize\";s:11:\"description\";s:30:\"Automatically promote content.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\&quot
 ;sort\";s:2:\"10\";s:20:\"recommendation_order\";s:1:\"7\";s:10:\"introduced\";s:3:\"2.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:19:\"Social, Recommended\";s:7:\"feature\";s:20:\"Recommended, Traffic\";s:25:\"additional_search_queries\";s:107:\"facebook, twitter, google+, googleplus, google, path, tumblr, linkedin, social, tweet, connections, sharing\";}s:32:\"052c03877dd3d296a71531cb07ad939a\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:
 \"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";}s:32:\"52edecb2a75222e75b2dce4356a4efce\";a:14:{s:4:\"name\";s:13:\"Related Posts\";s:11:\"description\";s:24:\"Display similar content.\";s:14:\"jumpstart_desc\";s:113:\"Keep visitors engaged on your blog by highlighting relevant and new content at the bottom of each published post.\";s:4:\"sort\";s:2:\"29\";s:20:\"recommendation_order\";s:1:\"9\";s:10:\"introduced\";s:3:\"2.9\";s:7:\"cha
 nged\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:11:\"Recommended\";s:7:\"feature\";s:31:\"Recommended, Jumpstart, Traffic\";s:25:\"additional_search_queries\";s:22:\"related, related posts\";}s:32:\"8b059cb50a66b717f1ec842e736b858c\";a:14:{s:4:\"name\";s:7:\"Sharing\";s:11:\"description\";s:32:\"Visitors can share your content.\";s:14:\"jumpstart_desc\";s:116:\"Twitter, Facebook and Google+ buttons at the bottom of each post, making it easy for visitors to share your content.\";s:4:\"sort\";s:1:\"7\";s:20:\"recommendation_order\";s:1:\"6\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"change
 d\";s:3:\"1.2\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:19:\"Social, Recommended\";s:7:\"feature\";s:31:\"Recommended, Jumpstart, Traffic\";s:25:\"additional_search_queries\";s:141:\"share, sharing, sharedaddy, buttons, icons, email, facebook, twitter, google+, linkedin, pinterest, pocket, press this, print, reddit, tumblr\";}s:32:\"a6d2394329871857401255533a9873f7\";a:14:{s:4:\"name\";s:16:\"Shortcode Embeds\";s:11:\"description\";s:77:\"Embed content from YouTube, Vimeo, SlideShare, and more, no coding necessary.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1:\"3\";s:20:\"recommendation_order\";s:0:\"\";s:10:
 \"introduced\";s:3:\"1.1\";s:7:\"changed\";s:3:\"1.2\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:46:\"Photos and Videos, Social, Writing, Appearance\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:251:\"shortcodes, shortcode, embeds, media, bandcamp, blip.tv, dailymotion, digg, facebook, flickr, google calendars, google maps, google+, polldaddy, recipe, recipes, scribd, slideshare, slideshow, slideshows, soundcloud, ted, twitter, vimeo, vine, youtube\";}s:32:\"21496e2897ea5f81605e2f2ac3beb921\";a:14:{s:4:\"name\";s:16:\"WP.me Shortlinks\";s:11:\"description\";s:56:\"Enable WP.me-powered shortlinks for all posts and pages.\";s:14:\"
 jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1:\"8\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:6:\"Social\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:17:\"shortlinks, wp.me\";}s:32:\"e2a54a5d7879a4162709e6ffb540dd08\";a:14:{s:4:\"name\";s:9:\"Site Icon\";s:11:\"description\";s:29:\"Add a site icon to your site.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"22\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduce
 d\";s:3:\"3.2\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:5:\"Other\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:24:\"favicon, icon, site icon\";}s:32:\"f5c537bc304f55b29c1a87e30be0cd24\";a:14:{s:4:\"name\";s:8:\"Sitemaps\";s:11:\"description\";s:75:\"Creates sitemaps to allow your site to be easily indexed by search engines.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"13\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"3.9\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\&quo
 t;\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:6:\"Public\";s:11:\"module_tags\";s:20:\"Recommended, Traffic\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:39:\"sitemap, traffic, search, site map, seo\";}s:32:\"59a23643437358a9b557f1d1e20ab040\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\&
 quot;module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";}s:32:\"6a90f97c3194cfca5671728eaaeaf15e\";a:14:{s:4:\"name\";s:14:\"Single Sign On\";s:11:\"description\";s:27:\"Secure user authentication.\";s:14:\"jumpstart_desc\";s:98:\"Lets you log in to all your Jetpack-enabled sites with one click using your WordPress.com account.\";s:4:\"sort\";s:2:\"30\";s:20:\"recommendation_order\";s:1:\"5\";s:10:\"introduced\";s:3:\"2.6\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:10:\"Developers\";s:7:\"feature\";s:31:
 \"Jumpstart, Performance-Security\";s:25:\"additional_search_queries\";s:34:\"sso, single sign on, login, log in\";}s:32:\"b65604e920392e2f7134b646760b75e8\";a:14:{s:4:\"name\";s:10:\"Site Stats\";s:11:\"description\";s:35:\"Collect traffic stats and insights.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1:\"1\";s:20:\"recommendation_order\";s:1:\"2\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:23:\"Site Stats, Recommended\";s:7:\"feature\";s:20:\"Recommended, Traffic\";s:25:\"additional_search_queries\";s:54:\&qu
 ot;statistics, tracking, analytics, views, traffic, stats\";}s:32:\"23a586dd7ead00e69ec53eb32ef740e4\";a:14:{s:4:\"name\";s:13:\"Subscriptions\";s:11:\"description\";s:88:\"Allow users to subscribe to your posts and comments and receive notifications via email.\";s:14:\"jumpstart_desc\";s:126:\"Give visitors two easy subscription options — while commenting, or via a separate email subscription widget you can display.\";s:4:\"sort\";s:1:\"9\";s:20:\"recommendation_order\";s:1:\"8\";s:10:\"introduced\";s:3:\"1.2\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:6:\"Social\";s:7:\"feature\";s:9:\&qu
 ot;Jumpstart\";s:25:\"additional_search_queries\";s:74:\"subscriptions, subscription, email, follow, followers, subscribers, signup\";}s:32:\"1d978b8d84d2f378fe1a702a67633b6d\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";}s:32:\"b3b983461d7f3d27322a3551ed8a9405\";a:14:{s:4:\"name\&quo
 t;;s:15:\"Tiled Galleries\";s:11:\"description\";s:73:\"Display your image galleries in a variety of sleek, graphic arrangements.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"24\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:17:\"Photos and Videos\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:43:\"gallery, tiles, tiled, grid, mosaic, images\";}s:32:\"d924e5b05722b0e104448543598f54c0\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:
 \"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";}s:32:\"36741583b10c521997e563ad8e1e8b77\";a:14:{s:4:\"name\";s:12:\"Data Backups\";s:11:\"description\";s:27:\"Daily or real-time backups.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"32\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:5:\"0:1.2
 \";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:5:\"false\";s:4:\"free\";s:5:\"false\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:20:\"Performance-Security\";s:25:\"additional_search_queries\";s:28:\"vaultpress, backup, security\";}s:32:\"2b9b44f09b5459617d68dd82ee17002a\";a:14:{s:4:\"name\";s:17:\"Site Verification\";s:11:\"description\";s:77:\"Verify your site or domain with Google Search Console, Pinterest, and others.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"33\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"3.0\";s:7:\"changed\";s:0:\"\";s:10:\"deacti
 vate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:56:\"webmaster, seo, google, bing, pinterest, search, console\";}s:32:\"5ab4c0db7c42e10e646342da0274c491\";a:14:{s:4:\"name\";s:10:\"VideoPress\";s:11:\"description\";s:68:\"Upload and embed videos right on your site. (Subscription required.)\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"27\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.5\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:5:\"false\";s:19:\"r
 equires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:17:\"Photos and Videos\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:25:\"video, videos, videopress\";}s:32:\"60a1d3aa38bc0fe1039e59dd60888543\";a:14:{s:4:\"name\";s:17:\"Widget Visibility\";s:11:\"description\";s:57:\"Specify which widgets appear on which pages of your site.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"17\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.4\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\&q
 uot;module_tags\";s:10:\"Appearance\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:54:\"widget visibility, logic, conditional, widgets, widget\";}s:32:\"174ed3416476c2cb9ff5b0f671280b15\";a:14:{s:4:\"name\";s:21:\"Extra Sidebar Widgets\";s:11:\"description\";s:79:\"Add images, Twitter streams, your site’s RSS links, and more to your sidebar.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1:\"4\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.2\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:18:\"Social, Appearance\";
 s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:65:\"widget, widgets, facebook, gallery, twitter, gravatar, image, rss\";}s:32:\"28b931a1db19bd24869bd54b14e733d5\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";}}}','yes'),(883,'jetpack_available_modules','a:1:{s:5:\"7
 .4.1\";a:43:{s:8:\"carousel\";s:3:\"1.5\";s:13:\"comment-likes\";s:3:\"5.1\";s:8:\"comments\";s:3:\"1.4\";s:12:\"contact-form\";s:3:\"1.3\";s:9:\"copy-post\";s:3:\"7.0\";s:20:\"custom-content-types\";s:3:\"3.1\";s:10:\"custom-css\";s:3:\"1.7\";s:21:\"enhanced-distribution\";s:3:\"1.2\";s:16:\"google-analytics\";s:3:\"4.5\";s:19:\"gravatar-hovercards\";s:3:\"1.1\";s:15:\"infinite-scroll\";s:3:\"2.0\";s:8:\"json-api\";s:3:\"1.9\";s:5:\"latex\";s:3:\"1.1\";s:11:\"lazy-images\";s:5:\"5.6.0\";s:5:\"likes\";s:3:\"2.2\";s:8:\"markdown\";s:3:\"2.8\";s:9:\"masterbar\";s:3:\"4.8\";s:9:\"minileven\";s:3:\"1.8\";s:7:\"monitor\&quot
 ;;s:3:\"2.6\";s:5:\"notes\";s:3:\"1.9\";s:10:\"photon-cdn\";s:3:\"6.6\";s:6:\"photon\";s:3:\"2.0\";s:13:\"post-by-email\";s:3:\"2.0\";s:7:\"protect\";s:3:\"3.4\";s:9:\"publicize\";s:3:\"2.0\";s:3:\"pwa\";s:5:\"5.6.0\";s:13:\"related-posts\";s:3:\"2.9\";s:6:\"search\";s:3:\"5.0\";s:9:\"seo-tools\";s:3:\"4.4\";s:10:\"sharedaddy\";s:3:\"1.1\";s:10:\"shortcodes\";s:3:\"1.1\";s:10:\"shortlinks\";s:3:\"1.1\";s:8:\"sitemaps\";s:3:\"3.9\";s:3:\"sso\";s:3:\"2.6\";s:5:\"stats\";s:3:\"1.1\";s:13:\"subscriptions\";s:3:\"1.2\";s:13:\"tiled-gallery\";s:3:\"2.1\";s:10:\"vaultpress\";s:5:\"0:1.2\";s:18:\"verifi
 cation-tools\";s:3:\"3.0\";s:10:\"videopress\";s:3:\"2.5\";s:17:\"widget-visibility\";s:3:\"2.4\";s:7:\"widgets\";s:3:\"1.2\";s:7:\"wordads\";s:5:\"4.5.0\";}}','yes'),(978,'allowedthemes','a:1:{s:21:\"wordcamp-central-2012\";b:1;}','yes'),(980,'jetpack_security_report','a:0:{}','yes'),(981,'finished_splitting_shared_terms','1','yes'),(987,'rewrite_rules','a:427:{s:11:\"^wp-json/?$\";s:22:\"index.php?json_route=/\";s:14:\"^wp-json/(.*)?\";s:33:\"index.php?json_route=/$matches[1]\";s:21:\"^index.php/wp-json/?$\";s:22:\"index.php?rest_route=/\";s:24:\"^index.php/wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:14:\"tggr-tweets/?$\";s:31:\"index.php?post_type=tggr-tweets\";s:44:\"tggr-tweets/feed/(feed|rdf|rss|rss2|atom)/?$\";s:48:\"index.php?post_type=tggr-t
 weets&feed=$matches[1]\";s:39:\"tggr-tweets/(feed|rdf|rss|rss2|atom)/?$\";s:48:\"index.php?post_type=tggr-tweets&feed=$matches[1]\";s:31:\"tggr-tweets/page/([0-9]{1,})/?$\";s:49:\"index.php?post_type=tggr-tweets&paged=$matches[1]\";s:17:\"tggr-instagram/?$\";s:34:\"index.php?post_type=tggr-instagram\";s:47:\"tggr-instagram/feed/(feed|rdf|rss|rss2|atom)/?$\";s:51:\"index.php?post_type=tggr-instagram&feed=$matches[1]\";s:42:\"tggr-instagram/(feed|rdf|rss|rss2|atom)/?$\";s:51:\"index.php?post_type=tggr-instagram&feed=$matches[1]\";s:34:\"tggr-instagram/page/([0-9]{1,})/?$\";s:52:\"index.php?post_type=tggr-instagram&paged=$matches[1]\";s:14:\"tggr-flickr/?$\";s:31:\"index.php?post_type=tggr-flickr\";s:44:\"tggr-flickr/feed/(feed|rdf|rss|rss2|atom)/?$\";s:48:\"index.php?post_type=tggr-flickr&feed=$match
 es[1]\";s:39:\"tggr-flickr/(feed|rdf|rss|rss2|atom)/?$\";s:48:\"index.php?post_type=tggr-flickr&feed=$matches[1]\";s:31:\"tggr-flickr/page/([0-9]{1,})/?$\";s:49:\"index.php?post_type=tggr-flickr&paged=$matches[1]\";s:14:\"tggr-google/?$\";s:31:\"index.php?post_type=tggr-google\";s:44:\"tggr-google/feed/(feed|rdf|rss|rss2|atom)/?$\";s:48:\"index.php?post_type=tggr-google&feed=$matches[1]\";s:39:\"tggr-google/(feed|rdf|rss|rss2|atom)/?$\";s:48:\"index.php?post_type=tggr-google&feed=$matches[1]\";s:31:\"tggr-google/page/([0-9]{1,})/?$\";s:49:\"index.php?post_type=tggr-google&paged=$matches[1]\";s:22:\"wcb_sponsor_invoice/?$\";s:39:\"index.php?post_type=wcb_sponsor_invoice\";s:52:\"wcb_sponsor_invoice/feed/(feed|rdf|rss|rss2|atom)/?$\";s:56:\"index.php?post_type=wcb_sponsor_invoice&feed=$matches[1]\";
 s:47:\"wcb_sponsor_invoice/(feed|rdf|rss|rss2|atom)/?$\";s:56:\"index.php?post_type=wcb_sponsor_invoice&feed=$matches[1]\";s:39:\"wcb_sponsor_invoice/page/([0-9]{1,})/?$\";s:57:\"index.php?post_type=wcb_sponsor_invoice&paged=$matches[1]\";s:20:\"wcb_reimbursement/?$\";s:37:\"index.php?post_type=wcb_reimbursement\";s:50:\"wcb_reimbursement/feed/(feed|rdf|rss|rss2|atom)/?$\";s:54:\"index.php?post_type=wcb_reimbursement&feed=$matches[1]\";s:45:\"wcb_reimbursement/(feed|rdf|rss|rss2|atom)/?$\";s:54:\"index.php?post_type=wcb_reimbursement&feed=$matches[1]\";s:37:\"wcb_reimbursement/page/([0-9]{1,})/?$\";s:55:\"index.php?post_type=wcb_reimbursement&paged=$matches[1]\";s:22:\"wcp_payment_request/?$\";s:39:\"index.php?post_type=wcp_payment_request\";s:52:\"wcp_payment_request/feed/(feed|rdf|rss|rss2|atom)/?$\";s:56:\"i
 ndex.php?post_type=wcp_payment_request&feed=$matches[1]\";s:47:\"wcp_payment_request/(feed|rdf|rss|rss2|atom)/?$\";s:56:\"index.php?post_type=wcp_payment_request&feed=$matches[1]\";s:39:\"wcp_payment_request/page/([0-9]{1,})/?$\";s:57:\"index.php?post_type=wcp_payment_request&paged=$matches[1]\";s:47:\"category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:42:\"category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:23:\"category/(.+?)/embed/?$\";s:46:\"index.php?category_name=$matches[1]&embed=true\";s:35:\"category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:17:\"category/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:44:\"tag/([^/]+)/f
 eed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:39:\"tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:20:\"tag/([^/]+)/embed/?$\";s:36:\"index.php?tag=$matches[1]&embed=true\";s:32:\"tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:14:\"tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:45:\"type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:40:\"type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:21:\"type/([^/]+)/embed/?$\";s:44:\"index.php?post_format=$matches[1]&embed=true\";s:33:\"type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?post_format=
 $matches[1]&paged=$matches[2]\";s:15:\"type/([^/]+)/?$\";s:33:\"index.php?post_format=$matches[1]\";s:37:\"tix_event/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:47:\"tix_event/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:67:\"tix_event/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"tix_event/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"tix_event/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:43:\"tix_event/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:26:\"tix_event/([^/]+)/
 embed/?$\";s:57:\"index.php?post_type=tix_event&name=$matches[1]&embed=true\";s:30:\"tix_event/([^/]+)/trackback/?$\";s:51:\"index.php?post_type=tix_event&name=$matches[1]&tb=1\";s:38:\"tix_event/([^/]+)/page/?([0-9]{1,})/?$\";s:64:\"index.php?post_type=tix_event&name=$matches[1]&paged=$matches[2]\";s:45:\"tix_event/([^/]+)/comment-page-([0-9]{1,})/?$\";s:64:\"index.php?post_type=tix_event&name=$matches[1]&cpage=$matches[2]\";s:34:\"tix_event/([^/]+)(?:/([0-9]+))?/?$\";s:63:\"index.php?post_type=tix_event&name=$matches[1]&page=$matches[2]\";s:26:\"tix_event/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:36:\"tix_event/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:56:\"tix_event/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?at
 tachment=$matches[1]&feed=$matches[2]\";s:51:\"tix_event/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:51:\"tix_event/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:32:\"tix_event/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:38:\"tix_ticket/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:48:\"tix_ticket/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:68:\"tix_ticket/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:63:\"tix_ticket/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$ma
 tches[2]\";s:63:\"tix_ticket/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:44:\"tix_ticket/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:27:\"tix_ticket/([^/]+)/embed/?$\";s:58:\"index.php?post_type=tix_ticket&name=$matches[1]&embed=true\";s:31:\"tix_ticket/([^/]+)/trackback/?$\";s:52:\"index.php?post_type=tix_ticket&name=$matches[1]&tb=1\";s:39:\"tix_ticket/([^/]+)/page/?([0-9]{1,})/?$\";s:65:\"index.php?post_type=tix_ticket&name=$matches[1]&paged=$matches[2]\";s:46:\"tix_ticket/([^/]+)/comment-page-([0-9]{1,})/?$\";s:65:\"index.php?post_type=tix_ticket&name=$matches[1]&cpage=$matches[2]\";s:35:\"tix_ticket/([^/]+)(?:/([0-9]+))?/?$\";s:64:\"index.php?post_type=tix_ticket&name=$matches[1]
 &page=$matches[2]\";s:27:\"tix_ticket/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\"tix_ticket/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\"tix_ticket/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"tix_ticket/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"tix_ticket/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\"tix_ticket/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:40:\"tix_question/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:50:\"tix_question/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\&q
 uot;index.php?attachment=$matches[1]&tb=1\";s:70:\"tix_question/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"tix_question/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"tix_question/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:46:\"tix_question/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:29:\"tix_question/([^/]+)/embed/?$\";s:60:\"index.php?post_type=tix_question&name=$matches[1]&embed=true\";s:33:\"tix_question/([^/]+)/trackback/?$\";s:54:\"index.php?post_type=tix_question&name=$matches[1]&tb=1\";s:41:\"tix_question/([^/]+)/page/?([0-9]{1,})/?$\&quot
 ;;s:67:\"index.php?post_type=tix_question&name=$matches[1]&paged=$matches[2]\";s:48:\"tix_question/([^/]+)/comment-page-([0-9]{1,})/?$\";s:67:\"index.php?post_type=tix_question&name=$matches[1]&cpage=$matches[2]\";s:37:\"tix_question/([^/]+)(?:/([0-9]+))?/?$\";s:66:\"index.php?post_type=tix_question&name=$matches[1]&page=$matches[2]\";s:29:\"tix_question/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:39:\"tix_question/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:59:\"tix_question/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"tix_question/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"tix_question/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$
 \";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:35:\"tix_question/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:40:\"tix_attendee/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:50:\"tix_attendee/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:70:\"tix_attendee/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"tix_attendee/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"tix_attendee/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:46:\"tix_attendee/[^/]+/attachment/([^/]+)/embed/?$\";s:43
 :\"index.php?attachment=$matches[1]&embed=true\";s:29:\"tix_attendee/([^/]+)/embed/?$\";s:60:\"index.php?post_type=tix_attendee&name=$matches[1]&embed=true\";s:33:\"tix_attendee/([^/]+)/trackback/?$\";s:54:\"index.php?post_type=tix_attendee&name=$matches[1]&tb=1\";s:41:\"tix_attendee/([^/]+)/page/?([0-9]{1,})/?$\";s:67:\"index.php?post_type=tix_attendee&name=$matches[1]&paged=$matches[2]\";s:48:\"tix_attendee/([^/]+)/comment-page-([0-9]{1,})/?$\";s:67:\"index.php?post_type=tix_attendee&name=$matches[1]&cpage=$matches[2]\";s:37:\"tix_attendee/([^/]+)(?:/([0-9]+))?/?$\";s:66:\"index.php?post_type=tix_attendee&name=$matches[1]&page=$matches[2]\";s:29:\"tix_attendee/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:39:\"tix_attendee/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment
 =$matches[1]&tb=1\";s:59:\"tix_attendee/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"tix_attendee/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"tix_attendee/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:35:\"tix_attendee/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:38:\"tix_coupon/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:48:\"tix_coupon/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:68:\"tix_coupon/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\"
 ;s:63:\"tix_coupon/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:63:\"tix_coupon/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:44:\"tix_coupon/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:27:\"tix_coupon/([^/]+)/embed/?$\";s:58:\"index.php?post_type=tix_coupon&name=$matches[1]&embed=true\";s:31:\"tix_coupon/([^/]+)/trackback/?$\";s:52:\"index.php?post_type=tix_coupon&name=$matches[1]&tb=1\";s:39:\"tix_coupon/([^/]+)/page/?([0-9]{1,})/?$\";s:65:\"index.php?post_type=tix_coupon&name=$matches[1]&paged=$matches[2]\";s:46:\"tix_coupon/([^/]+)/comment-page-([0-9]{1,})/?$\";s:65:\"index.php?post_type=tix_coupon&name=$matches[1]&cp
 age=$matches[2]\";s:35:\"tix_coupon/([^/]+)(?:/([0-9]+))?/?$\";s:64:\"index.php?post_type=tix_coupon&name=$matches[1]&page=$matches[2]\";s:27:\"tix_coupon/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\"tix_coupon/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\"tix_coupon/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"tix_coupon/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"tix_coupon/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\"tix_coupon/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:37:\"tix_email/[^/]+/attachment/([^/]+)/?$
 \";s:32:\"index.php?attachment=$matches[1]\";s:47:\"tix_email/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:67:\"tix_email/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"tix_email/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"tix_email/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:43:\"tix_email/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:26:\"tix_email/([^/]+)/embed/?$\";s:57:\"index.php?post_type=tix_email&name=$matches[1]&embed=true\";s:30:\"tix_email/([^/]+)/trackback/?$\";s:51:\"index.php?post_
 type=tix_email&name=$matches[1]&tb=1\";s:38:\"tix_email/([^/]+)/page/?([0-9]{1,})/?$\";s:64:\"index.php?post_type=tix_email&name=$matches[1]&paged=$matches[2]\";s:45:\"tix_email/([^/]+)/comment-page-([0-9]{1,})/?$\";s:64:\"index.php?post_type=tix_email&name=$matches[1]&cpage=$matches[2]\";s:34:\"tix_email/([^/]+)(?:/([0-9]+))?/?$\";s:63:\"index.php?post_type=tix_email&name=$matches[1]&page=$matches[2]\";s:26:\"tix_email/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:36:\"tix_email/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:56:\"tix_email/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:51:\"tix_email/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$mat
 ches[2]\";s:51:\"tix_email/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:32:\"tix_email/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:37:\"tggr-tweets/.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:47:\"tggr-tweets/.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:67:\"tggr-tweets/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"tggr-tweets/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"tggr-tweets/.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:43:\&quo
 t;tggr-tweets/.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:26:\"tggr-tweets/(.+?)/embed/?$\";s:44:\"index.php?tggr-tweets=$matches[1]&embed=true\";s:30:\"tggr-tweets/(.+?)/trackback/?$\";s:38:\"index.php?tggr-tweets=$matches[1]&tb=1\";s:50:\"tggr-tweets/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?tggr-tweets=$matches[1]&feed=$matches[2]\";s:45:\"tggr-tweets/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?tggr-tweets=$matches[1]&feed=$matches[2]\";s:38:\"tggr-tweets/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?tggr-tweets=$matches[1]&paged=$matches[2]\";s:45:\"tggr-tweets/(.+?)/comment-page-([0-9]{1,})/?$\";s:51:\"index.php?tggr-tweets=$matches[1]&cpage=$matches[2]\";s:34:\"tggr-tweets/(.+?)(?:/([0-9]+))?/?$\";s:50:\"index.php?tggr-tweets=$matche
 s[1]&page=$matches[2]\";s:48:\"hashtag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?hashtag=$matches[1]&feed=$matches[2]\";s:43:\"hashtag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?hashtag=$matches[1]&feed=$matches[2]\";s:24:\"hashtag/([^/]+)/embed/?$\";s:40:\"index.php?hashtag=$matches[1]&embed=true\";s:36:\"hashtag/([^/]+)/page/?([0-9]{1,})/?$\";s:47:\"index.php?hashtag=$matches[1]&paged=$matches[2]\";s:18:\"hashtag/([^/]+)/?$\";s:29:\"index.php?hashtag=$matches[1]\";s:40:\"tggr-instagram/.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:50:\"tggr-instagram/.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:70:\"tggr-instagram/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matc
 hes[1]&feed=$matches[2]\";s:65:\"tggr-instagram/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"tggr-instagram/.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:46:\"tggr-instagram/.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:29:\"tggr-instagram/(.+?)/embed/?$\";s:47:\"index.php?tggr-instagram=$matches[1]&embed=true\";s:33:\"tggr-instagram/(.+?)/trackback/?$\";s:41:\"index.php?tggr-instagram=$matches[1]&tb=1\";s:53:\"tggr-instagram/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:53:\"index.php?tggr-instagram=$matches[1]&feed=$matches[2]\";s:48:\"tggr-instagram/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:53:\"index.php?tggr-instagram=$matches[1]&fee
 d=$matches[2]\";s:41:\"tggr-instagram/(.+?)/page/?([0-9]{1,})/?$\";s:54:\"index.php?tggr-instagram=$matches[1]&paged=$matches[2]\";s:48:\"tggr-instagram/(.+?)/comment-page-([0-9]{1,})/?$\";s:54:\"index.php?tggr-instagram=$matches[1]&cpage=$matches[2]\";s:37:\"tggr-instagram/(.+?)(?:/([0-9]+))?/?$\";s:53:\"index.php?tggr-instagram=$matches[1]&page=$matches[2]\";s:37:\"tggr-flickr/.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:47:\"tggr-flickr/.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:67:\"tggr-flickr/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"tggr-flickr/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:
 \"tggr-flickr/.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:43:\"tggr-flickr/.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:26:\"tggr-flickr/(.+?)/embed/?$\";s:44:\"index.php?tggr-flickr=$matches[1]&embed=true\";s:30:\"tggr-flickr/(.+?)/trackback/?$\";s:38:\"index.php?tggr-flickr=$matches[1]&tb=1\";s:50:\"tggr-flickr/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?tggr-flickr=$matches[1]&feed=$matches[2]\";s:45:\"tggr-flickr/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?tggr-flickr=$matches[1]&feed=$matches[2]\";s:38:\"tggr-flickr/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?tggr-flickr=$matches[1]&paged=$matches[2]\";s:45:\"tggr-flickr/(.+?)/comment-page-([0-9]{1,})/?$\";s:51:\&qu
 ot;index.php?tggr-flickr=$matches[1]&cpage=$matches[2]\";s:34:\"tggr-flickr/(.+?)(?:/([0-9]+))?/?$\";s:50:\"index.php?tggr-flickr=$matches[1]&page=$matches[2]\";s:37:\"tggr-google/.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:47:\"tggr-google/.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:67:\"tggr-google/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"tggr-google/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"tggr-google/.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:43:\"tggr-google/.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment
 =$matches[1]&embed=true\";s:26:\"tggr-google/(.+?)/embed/?$\";s:44:\"index.php?tggr-google=$matches[1]&embed=true\";s:30:\"tggr-google/(.+?)/trackback/?$\";s:38:\"index.php?tggr-google=$matches[1]&tb=1\";s:50:\"tggr-google/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?tggr-google=$matches[1]&feed=$matches[2]\";s:45:\"tggr-google/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?tggr-google=$matches[1]&feed=$matches[2]\";s:38:\"tggr-google/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?tggr-google=$matches[1]&paged=$matches[2]\";s:45:\"tggr-google/(.+?)/comment-page-([0-9]{1,})/?$\";s:51:\"index.php?tggr-google=$matches[1]&cpage=$matches[2]\";s:34:\"tggr-google/(.+?)(?:/([0-9]+))?/?$\";s:50:\"index.php?tggr-google=$matches[1]&page=$matches[2]\";s:35:\"speaker/[^/]+/attachment/([^/]+)/?$\&quo
 t;;s:32:\"index.php?attachment=$matches[1]\";s:45:\"speaker/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:65:\"speaker/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"speaker/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"speaker/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:41:\"speaker/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:24:\"speaker/([^/]+)/embed/?$\";s:44:\"index.php?wcb_speaker=$matches[1]&embed=true\";s:28:\"speaker/([^/]+)/trackback/?$\";s:38:\"index.php?wcb_speaker=$matches[1]&tb=1\";s
 :36:\"speaker/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?wcb_speaker=$matches[1]&paged=$matches[2]\";s:43:\"speaker/([^/]+)/comment-page-([0-9]{1,})/?$\";s:51:\"index.php?wcb_speaker=$matches[1]&cpage=$matches[2]\";s:32:\"speaker/([^/]+)(?:/([0-9]+))?/?$\";s:50:\"index.php?wcb_speaker=$matches[1]&page=$matches[2]\";s:24:\"speaker/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:34:\"speaker/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:54:\"speaker/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"speaker/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"speaker/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$
 matches[1]&cpage=$matches[2]\";s:30:\"speaker/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:35:\"session/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:45:\"session/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:65:\"session/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"session/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"session/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:41:\"session/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:24:\"se
 ssion/([^/]+)/embed/?$\";s:44:\"index.php?wcb_session=$matches[1]&embed=true\";s:28:\"session/([^/]+)/trackback/?$\";s:38:\"index.php?wcb_session=$matches[1]&tb=1\";s:36:\"session/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?wcb_session=$matches[1]&paged=$matches[2]\";s:43:\"session/([^/]+)/comment-page-([0-9]{1,})/?$\";s:51:\"index.php?wcb_session=$matches[1]&cpage=$matches[2]\";s:32:\"session/([^/]+)(?:/([0-9]+))?/?$\";s:50:\"index.php?wcb_session=$matches[1]&page=$matches[2]\";s:24:\"session/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:34:\"session/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:54:\"session/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"session/[^/]+/([^/]+)/(f
 eed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"session/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:30:\"session/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:35:\"sponsor/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:45:\"sponsor/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:65:\"sponsor/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"sponsor/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"sponsor/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\&
 quot;index.php?attachment=$matches[1]&cpage=$matches[2]\";s:41:\"sponsor/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:24:\"sponsor/([^/]+)/embed/?$\";s:44:\"index.php?wcb_sponsor=$matches[1]&embed=true\";s:28:\"sponsor/([^/]+)/trackback/?$\";s:38:\"index.php?wcb_sponsor=$matches[1]&tb=1\";s:36:\"sponsor/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?wcb_sponsor=$matches[1]&paged=$matches[2]\";s:43:\"sponsor/([^/]+)/comment-page-([0-9]{1,})/?$\";s:51:\"index.php?wcb_sponsor=$matches[1]&cpage=$matches[2]\";s:32:\"sponsor/([^/]+)(?:/([0-9]+))?/?$\";s:50:\"index.php?wcb_sponsor=$matches[1]&page=$matches[2]\";s:24:\"sponsor/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:34:\"sponsor/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$m
 atches[1]&tb=1\";s:54:\"sponsor/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"sponsor/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"sponsor/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:30:\"sponsor/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:37:\"organizer/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:47:\"organizer/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:67:\"organizer/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"organizer/[^/
 ]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"organizer/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:43:\"organizer/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:26:\"organizer/([^/]+)/embed/?$\";s:46:\"index.php?wcb_organizer=$matches[1]&embed=true\";s:30:\"organizer/([^/]+)/trackback/?$\";s:40:\"index.php?wcb_organizer=$matches[1]&tb=1\";s:38:\"organizer/([^/]+)/page/?([0-9]{1,})/?$\";s:53:\"index.php?wcb_organizer=$matches[1]&paged=$matches[2]\";s:45:\"organizer/([^/]+)/comment-page-([0-9]{1,})/?$\";s:53:\"index.php?wcb_organizer=$matches[1]&cpage=$matches[2]\";s:34:\"organizer/([^/]+)(?:/([0-9]+))?/?$\";s:52:\"index.ph
 p?wcb_organizer=$matches[1]&page=$matches[2]\";s:26:\"organizer/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:36:\"organizer/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:56:\"organizer/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:51:\"organizer/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:51:\"organizer/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:32:\"organizer/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:46:\"track/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:44:\"index.php?track=$matches[1]&feed=$matches[2]\";s:41:\"track/([^/]+)/(feed|rdf
 |rss|rss2|atom)/?$\";s:44:\"index.php?track=$matches[1]&feed=$matches[2]\";s:22:\"track/([^/]+)/embed/?$\";s:38:\"index.php?track=$matches[1]&embed=true\";s:34:\"track/([^/]+)/page/?([0-9]{1,})/?$\";s:45:\"index.php?track=$matches[1]&paged=$matches[2]\";s:16:\"track/([^/]+)/?$\";s:27:\"index.php?track=$matches[1]\";s:57:\"session-category/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:55:\"index.php?session_category=$matches[1]&feed=$matches[2]\";s:52:\"session-category/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:55:\"index.php?session_category=$matches[1]&feed=$matches[2]\";s:33:\"session-category/([^/]+)/embed/?$\";s:49:\"index.php?session_category=$matches[1]&embed=true\";s:45:\"session-category/([^/]+)/page/?([0-9]{1,})/?$\";s:56:\"index.php?session_category=$matches[1]&paged=$matches[2]\";s:27:\"ses
 sion-category/([^/]+)/?$\";s:38:\"index.php?session_category=$matches[1]\";s:54:\"sponsor_level/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?sponsor_level=$matches[1]&feed=$matches[2]\";s:49:\"sponsor_level/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?sponsor_level=$matches[1]&feed=$matches[2]\";s:30:\"sponsor_level/([^/]+)/embed/?$\";s:46:\"index.php?sponsor_level=$matches[1]&embed=true\";s:42:\"sponsor_level/([^/]+)/page/?([0-9]{1,})/?$\";s:53:\"index.php?sponsor_level=$matches[1]&paged=$matches[2]\";s:24:\"sponsor_level/([^/]+)/?$\";s:35:\"index.php?sponsor_level=$matches[1]\";s:45:\"team/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?team=$matches[1]&feed=$matches[2]\";s:40:\"team/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?team=$matches[1]&feed=$matches[2]\&q
 uot;;s:21:\"team/([^/]+)/embed/?$\";s:37:\"index.php?team=$matches[1]&embed=true\";s:33:\"team/([^/]+)/page/?([0-9]{1,})/?$\";s:44:\"index.php?team=$matches[1]&paged=$matches[2]\";s:15:\"team/([^/]+)/?$\";s:26:\"index.php?team=$matches[1]\";s:54:\"speaker_group/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?speaker_group=$matches[1]&feed=$matches[2]\";s:49:\"speaker_group/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?speaker_group=$matches[1]&feed=$matches[2]\";s:30:\"speaker_group/([^/]+)/embed/?$\";s:46:\"index.php?speaker_group=$matches[1]&embed=true\";s:42:\"speaker_group/([^/]+)/page/?([0-9]{1,})/?$\";s:53:\"index.php?speaker_group=$matches[1]&paged=$matches[2]\";s:24:\"speaker_group/([^/]+)/?$\";s:35:\"index.php?speaker_group=$matches[1]\";s:47:\"wcb_sponsor_invoice/[^/
 ]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:57:\"wcb_sponsor_invoice/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:77:\"wcb_sponsor_invoice/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"wcb_sponsor_invoice/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"wcb_sponsor_invoice/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:53:\"wcb_sponsor_invoice/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:36:\"wcb_sponsor_invoice/([^/]+)/embed/?$\";s:52:\"index.php?wcb_sponsor_invoice=$matches[1]&embed=true\";s:
 40:\"wcb_sponsor_invoice/([^/]+)/trackback/?$\";s:46:\"index.php?wcb_sponsor_invoice=$matches[1]&tb=1\";s:60:\"wcb_sponsor_invoice/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:58:\"index.php?wcb_sponsor_invoice=$matches[1]&feed=$matches[2]\";s:55:\"wcb_sponsor_invoice/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:58:\"index.php?wcb_sponsor_invoice=$matches[1]&feed=$matches[2]\";s:48:\"wcb_sponsor_invoice/([^/]+)/page/?([0-9]{1,})/?$\";s:59:\"index.php?wcb_sponsor_invoice=$matches[1]&paged=$matches[2]\";s:55:\"wcb_sponsor_invoice/([^/]+)/comment-page-([0-9]{1,})/?$\";s:59:\"index.php?wcb_sponsor_invoice=$matches[1]&cpage=$matches[2]\";s:44:\"wcb_sponsor_invoice/([^/]+)(?:/([0-9]+))?/?$\";s:58:\"index.php?wcb_sponsor_invoice=$matches[1]&page=$matches[2]\";s:36:\"wcb_sponsor_invoice/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$match
 es[1]\";s:46:\"wcb_sponsor_invoice/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:66:\"wcb_sponsor_invoice/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:61:\"wcb_sponsor_invoice/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:61:\"wcb_sponsor_invoice/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:42:\"wcb_sponsor_invoice/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:45:\"wcb_reimbursement/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:55:\"wcb_reimbursement/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:75:\&
 quot;wcb_reimbursement/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:70:\"wcb_reimbursement/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:70:\"wcb_reimbursement/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:51:\"wcb_reimbursement/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:34:\"wcb_reimbursement/([^/]+)/embed/?$\";s:50:\"index.php?wcb_reimbursement=$matches[1]&embed=true\";s:38:\"wcb_reimbursement/([^/]+)/trackback/?$\";s:44:\"index.php?wcb_reimbursement=$matches[1]&tb=1\";s:58:\"wcb_reimbursement/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:56:\"index.php?wcb_reimbursement
 =$matches[1]&feed=$matches[2]\";s:53:\"wcb_reimbursement/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:56:\"index.php?wcb_reimbursement=$matches[1]&feed=$matches[2]\";s:46:\"wcb_reimbursement/([^/]+)/page/?([0-9]{1,})/?$\";s:57:\"index.php?wcb_reimbursement=$matches[1]&paged=$matches[2]\";s:53:\"wcb_reimbursement/([^/]+)/comment-page-([0-9]{1,})/?$\";s:57:\"index.php?wcb_reimbursement=$matches[1]&cpage=$matches[2]\";s:42:\"wcb_reimbursement/([^/]+)(?:/([0-9]+))?/?$\";s:56:\"index.php?wcb_reimbursement=$matches[1]&page=$matches[2]\";s:34:\"wcb_reimbursement/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:44:\"wcb_reimbursement/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:64:\"wcb_reimbursement/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&
 amp;feed=$matches[2]\";s:59:\"wcb_reimbursement/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:59:\"wcb_reimbursement/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:40:\"wcb_reimbursement/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:47:\"wcp_payment_request/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:57:\"wcp_payment_request/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:77:\"wcp_payment_request/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"wcp_payment_request/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.
 php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"wcp_payment_request/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:53:\"wcp_payment_request/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:36:\"wcp_payment_request/([^/]+)/embed/?$\";s:52:\"index.php?wcp_payment_request=$matches[1]&embed=true\";s:40:\"wcp_payment_request/([^/]+)/trackback/?$\";s:46:\"index.php?wcp_payment_request=$matches[1]&tb=1\";s:60:\"wcp_payment_request/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:58:\"index.php?wcp_payment_request=$matches[1]&feed=$matches[2]\";s:55:\"wcp_payment_request/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:58:\"index.php?wcp_payment_request=$matches[1]&feed=$matches[2]\";s:48:\"wcp_payment_request/([^/]+)/page/?([0-9]{1,
 })/?$\";s:59:\"index.php?wcp_payment_request=$matches[1]&paged=$matches[2]\";s:55:\"wcp_payment_request/([^/]+)/comment-page-([0-9]{1,})/?$\";s:59:\"index.php?wcp_payment_request=$matches[1]&cpage=$matches[2]\";s:44:\"wcp_payment_request/([^/]+)(?:/([0-9]+))?/?$\";s:58:\"index.php?wcp_payment_request=$matches[1]&page=$matches[2]\";s:36:\"wcp_payment_request/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:46:\"wcp_payment_request/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:66:\"wcp_payment_request/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:61:\"wcp_payment_request/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:61:\"wcp_payment_request/[^/]+/([^/]+)/com
 ment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:42:\"wcp_payment_request/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:12:\"robots\\.txt$\";s:18:\"index.php?robots=1\";s:48:\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$\";s:18:\"index.php?feed=old\";s:20:\".*wp-app\\.php(/.*)?$\";s:19:\"index.php?error=403\";s:18:\".*wp-register.php$\";s:23:\"index.php?register=true\";s:32:\"feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:27:\"(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:8:\"embed/?$\";s:21:\"index.php?&embed=true\";s:20:\"page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:41:\"comments/feed/(feed|rdf|rss|rss2|atom)/?$\&quo
 t;;s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:36:\"comments/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:17:\"comments/embed/?$\";s:21:\"index.php?&embed=true\";s:44:\"search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:39:\"search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:20:\"search/(.+)/embed/?$\";s:34:\"index.php?s=$matches[1]&embed=true\";s:32:\"search/(.+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?s=$matches[1]&paged=$matches[2]\";s:14:\"search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:47:\"author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:42:\"author/([^/]+)/(feed
 |rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:23:\"author/([^/]+)/embed/?$\";s:44:\"index.php?author_name=$matches[1]&embed=true\";s:35:\"author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:17:\"author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:69:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:45:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/embed/?$\";s:74:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&embed=true\&
 quot;;s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]\";s:39:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$\";s:63:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]\";s:56:\"([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:51:\"([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:32:\"([0-9]{4})/([0-9]{1,2})/embed/?$\";s:58:\"index.php?year=$matches[1]&monthnum=$matches[2]&embed=true\";s:44:\"([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]\";s:26:\"([0-9]{4})/([
 0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:43:\"([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:38:\"([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:19:\"([0-9]{4})/embed/?$\";s:37:\"index.php?year=$matches[1]&embed=true\";s:31:\"([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:13:\"([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:58:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:68:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:88:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/feed/
 (feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:83:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:83:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:64:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:53:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/embed/?$\";s:91:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/trackback/?$\";s:85:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&amp
 ;tb=1\";s:77:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:72:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:65:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/page/?([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&paged=$matches[5]\";s:72:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/comment-page-([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&cpage=$matches[5]\";s:61:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)(?:/([0-9]+))?/?$\";s:9
 7:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&page=$matches[5]\";s:47:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:57:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:77:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:53:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$ma
 tches[1]&embed=true\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&cpage=$matches[4]\";s:51:\"([0-9]{4})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&cpage=$matches[3]\";s:38:\"([0-9]{4})/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&cpage=$matches[2]\";s:27:\".?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\".?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matche
 s[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\".?.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"(.?.+?)/embed/?$\";s:41:\"index.php?pagename=$matches[1]&embed=true\";s:20:\"(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:40:\"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:35:\"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:28:\"(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:35:\"(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\&
 quot;;s:24:\"(.?.+?)(?:/([0-9]+))?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";}','yes'),(991,'widget_pages','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(992,'widget_calendar','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(993,'widget_tag_cloud','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(994,'widget_nav_menu','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(995,'widget_akismet_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(997,'widget_epcsp_subscribe','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(998,'widget_wcb_sponsors','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1000,'widget_wcpt_speakers','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1002,'widget_wcpt_sessions','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1004,'widget_wcpt_organizers','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1006,'widget_widget_twentyfourteen_ephemera','a:1:{s:12:\"_multiwidget\&quo
 t;;i:1;}','yes'),(1015,'site_icon','0','yes'),(1016,'medium_large_size_w','768','yes'),(1017,'medium_large_size_h','0','yes'),(1046,'widget_media_audio','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1047,'widget_media_image','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1048,'widget_media_gallery','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1049,'widget_media_video','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1050,'widget_custom_html','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1052,'jetpack_sync_settings_disable','0','yes'),(1055,'jetpack_testimonial','0','yes'),(1058,'do_activate','0','yes'),(1059,'jetpack_log','a:1:{i:0;a:5:{s:4:\"time\";i:1513314922;s:7:\"user_id\";i:0;s:7:\"blog_id\";b:0;s:4:\"code\";s:24:\"custom_css_4.7_migration\";s:4:\"data\";s:5:\"start\";}}','no'),(1060,'theme_mods_twentyfourteen','a:1:{s:18:\"custom_css_post_id\";i:-1;}','yes'),(1088,'
 ossdl_off_blog_url','http://wordcamp.test','yes'),(1089,'_transient_timeout_jetpack_file_data_7.4.1','1563990991','no'),(1090,'_transient_jetpack_file_data_7.4.1','a:62:{s:32:\"c22c48d7cfe9d38dff2864cfea64636a\";a:15:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"933d4
 f6d290580156e0652ce850af1b2\";a:15:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"fb5c4814ddc3946a3f22cc838fcb2af3\";a:15:{s:4:\"name\";s:8:\"Carousel\";s:11:\"description\";s:75:\"Display images and galleries in a gorgeous, full-scre
 en browsing experience\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"22\";s:20:\"recommendation_order\";s:2:\"12\";s:10:\"introduced\";s:3:\"1.5\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:17:\"Photos and Videos\";s:7:\"feature\";s:10:\"Appearance\";s:25:\"additional_search_queries\";s:80:\"gallery, carousel, diaporama, slideshow, images, lightbox, exif, metadata, image\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"5813eda53235a9a81a69b1f6a4a15db6\";a:15:{s:4:\"name\";s:13:\"Comment Likes\";s:11:\"description\";s:64:\"Increase visitor engagement b
 y adding a Like button to comments.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"39\";s:20:\"recommendation_order\";s:2:\"17\";s:10:\"introduced\";s:3:\"5.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:6:\"Social\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:37:\"like widget, like button, like, likes\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"7ef4ca32a1c84fc10ef50c8293cae5df\";a:15:{s:4:\"name\";s:8:\"Comments\";s:11:\"description\";s:80:\"Let readers use WordPress.com, Twitter, Facebook, or Google+ accounts to comment\"
 ;s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"20\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.4\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:6:\"Social\";s:7:\"feature\";s:10:\"Engagement\";s:25:\"additional_search_queries\";s:53:\"comments, comment, facebook, twitter, google+, social\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"c5331bfc2648dfeeebe486736d79a72c\";a:15:{s:4:\"name\";s:12:\"Contact Form\";s:11:\"description\";s:81:\"Add a customizable contact form to any post or page using the Jetpack Form Block.\";s:14:\&quo
 t;jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"15\";s:20:\"recommendation_order\";s:2:\"14\";s:10:\"introduced\";s:3:\"1.3\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:5:\"Other\";s:7:\"feature\";s:7:\"Writing\";s:25:\"additional_search_queries\";s:214:\"contact, form, grunion, feedback, submission, contact form, email, feedback, contact form plugin, custom form, custom form plugin, form builder, forms, form maker, survey, contact by jetpack, contact us, forms free\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"275642ae868612fff9f668ce23aef464\";a:15:{s:4:\"name\";s:9:\"Copy Post\&quot
 ;;s:11:\"description\";s:53:\"Copy an existing post\'s content into a new draft post\";s:14:\"jumpstart_desc\";s:53:\"Copy an existing post\'s content into a new draft post\";s:4:\"sort\";s:2:\"15\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"7.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:7:\"Writing\";s:7:\"feature\";s:7:\"Writing\";s:25:\"additional_search_queries\";s:15:\"copy, duplicate\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"707c77d2e8cb0c12d094e5423c8beda8\";a:15:{s:4:\"name\";s:20:\"Custom content types\";s:11:\"des
 cription\";s:74:\"Display different types of content on your site with custom content types.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"34\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"3.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:7:\"Writing\";s:7:\"feature\";s:7:\"Writing\";s:25:\"additional_search_queries\";s:72:\"cpt, custom post types, portfolio, portfolios, testimonial, testimonials\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"cd499b1678cfe3aabfc8ca0d3eb7e8b9\";a:15:{s:4:\"name\";s:10:\"Custom CSS\";s:11:\"descript
 ion\";s:88:\"Adds options for CSS preprocessor use, disabling the theme\'s CSS, or custom image width.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1:\"2\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.7\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:10:\"Appearance\";s:7:\"feature\";s:10:\"Appearance\";s:25:\"additional_search_queries\";s:108:\"css, customize, custom, style, editor, less, sass, preprocessor, font, mobile, appearance, theme, stylesheet\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"7d266d6546645f42cf52a66387699c50\";a:15:{s:4:\"name\&qu
 ot;;s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"5d436678d5e010ac6b0f157aa1021554\";a:15:{s:4:\"name\";s:21:\"Enhanced Distribution\";s:11:\"description\";s:27:\"Increase reach and traffic.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"
 sort\";s:1:\"5\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.2\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:6:\"Public\";s:11:\"module_tags\";s:7:\"Writing\";s:7:\"feature\";s:10:\"Engagement\";s:25:\"additional_search_queries\";s:54:\"google, seo, firehose, search, broadcast, broadcasting\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"2c9ff765b826940496a65c0f927a594a\";a:15:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\&quot
 ;introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"092b94702bb483a5472578283c2103d6\";a:15:{s:4:\"name\";s:16:\"Google Analytics\";s:11:\"description\";s:56:\"Set up Google Analytics without touching a line of code.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"37\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"4.5\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\&q
 uot;;s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:10:\"Engagement\";s:25:\"additional_search_queries\";s:37:\"webmaster, google, analytics, console\";s:12:\"plan_classes\";s:17:\"business, premium\";}s:32:\"6bd77e09440df2b63044cf8cb7963773\";a:15:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\&quot
 ;\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"ee1a10e2ef5733ab19eb1eb552d5ecb3\";a:15:{s:4:\"name\";s:19:\"Gravatar Hovercards\";s:11:\"description\";s:58:\"Enable pop-up business cards over commenters’ Gravatars.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"11\";s:20:\"recommendation_order\";s:2:\"13\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:18:
 \"Social, Appearance\";s:7:\"feature\";s:10:\"Appearance\";s:25:\"additional_search_queries\";s:20:\"gravatar, hovercards\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"284c08538b0bdc266315b2cf80b9c044\";a:15:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";s:12:\"p
 lan_classes\";s:0:\"\";}s:32:\"0ce5c3ac630dea9f41215e48bb0f52f3\";a:15:{s:4:\"name\";s:15:\"Infinite Scroll\";s:11:\"description\";s:53:\"Automatically load new content when a visitor scrolls\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"26\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:10:\"Appearance\";s:7:\"feature\";s:10:\"Appearance\";s:25:\"additional_search_queries\";s:33:\"scroll, infinite, infinite scroll\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"8
 7da2858d4f9cadb6a44fdcf32e8d2b5\";a:15:{s:4:\"name\";s:8:\"JSON API\";s:11:\"description\";s:51:\"Allow applications to securely access your content.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"19\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.9\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:6:\"Public\";s:11:\"module_tags\";s:19:\"Writing, Developers\";s:7:\"feature\";s:7:\"General\";s:25:\"additional_search_queries\";s:50:\"api, rest, develop, developers, json, klout, oauth\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"004962cb7cb9ec2b64769ac4df509217\&qu
 ot;;a:15:{s:4:\"name\";s:14:\"Beautiful Math\";s:11:\"description\";s:75:\"Use the LaTeX markup language to write mathematical equations and formulas.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"12\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:7:\"Writing\";s:7:\"feature\";s:7:\"Writing\";s:25:\"additional_search_queries\";s:47:\"latex, math, equation, equations, formula, code\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"7f408184bee8850d439c01322867e72c\";a:15:{s:4:\"name
 \";s:11:\"Lazy Images\";s:11:\"description\";s:137:\"Speed up your site and create a smoother viewing experience by loading images as visitors scroll down the screen, instead of all at once.\";s:14:\"jumpstart_desc\";s:164:\"Lazy-loading images improve your site\'s speed and create a smoother viewing experience. Images will load as visitors scroll down the screen, instead of all at once.\";s:4:\"sort\";s:2:\"24\";s:20:\"recommendation_order\";s:2:\"14\";s:10:\"introduced\";s:5:\"5.6.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:23:\"Appearance, Recommended\";s:7:\"feature\";s:21:\"Appearance, Jumpstart\"
 ;s:25:\"additional_search_queries\";s:150:\"mobile, theme, fast images, fast image, image, lazy, lazy load, lazyload, images, lazy images, thumbnail, image lazy load, lazy loading, load, loading\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"2ad914b747f382ae918ed3b37077d4a1\";a:15:{s:4:\"name\";s:5:\"Likes\";s:11:\"description\";s:63:\"Give visitors an easy way to show they appreciate your content.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"23\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.2\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:6:\"Social\&
 quot;;s:7:\"feature\";s:10:\"Engagement\";s:25:\"additional_search_queries\";s:26:\"like, likes, wordpress.com\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"b347263e3470979442ebf0514e41e893\";a:15:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";s:12:\"plan_classes\";s:
 0:\"\";}s:32:\"589982245aa6f495b72ab7cf57a1a48e\";a:15:{s:4:\"name\";s:8:\"Markdown\";s:11:\"description\";s:50:\"Write posts or pages in plain-text Markdown syntax\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"31\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.8\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:7:\"Writing\";s:7:\"feature\";s:7:\"Writing\";s:25:\"additional_search_queries\";s:12:\"md, markdown\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"d3bec8e063d637bc285018241b783725\";a:15:{s:4:\"name\
 ";s:21:\"WordPress.com Toolbar\";s:11:\"description\";s:91:\"Replaces the admin bar with a useful toolbar to quickly manage your site via WordPress.com.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"38\";s:20:\"recommendation_order\";s:2:\"16\";s:10:\"introduced\";s:3:\"4.8\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:7:\"General\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:19:\"adminbar, masterbar\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"6ab1c3e749bcfba2dedbaebe6c9fc614\";a:15:{s:4:\"name\";s:12:\"Mobile Theme\&q
 uot;;s:11:\"description\";s:31:\"Enable the Jetpack Mobile theme\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"21\";s:20:\"recommendation_order\";s:2:\"11\";s:10:\"introduced\";s:3:\"1.8\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:31:\"Appearance, Mobile, Recommended\";s:7:\"feature\";s:10:\"Appearance\";s:25:\"additional_search_queries\";s:24:\"mobile, theme, minileven\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"b7be7da643ec641511839ecc6afb6def\";a:15:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart
 _desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"d54f83ff429a8a37ace796de98459411\";a:15:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\
 "changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"0f8b373fa12c825162c0b0bc20b8bbdd\";a:15:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\&quot
 ;;s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"5d7b0750cb34a4a72a44fa67790de639\";a:15:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\
 ";s:0:\"\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"f07fde8db279ffb0116c727df72c6374\";a:15:{s:4:\"name\";s:7:\"Monitor\";s:11:\"description\";s:118:\"Jetpack’s downtime monitoring will continuously watch your site, and alert you the moment that downtime is detected.\";s:14:\"jumpstart_desc\";s:61:\"Receive immediate notifications if your site goes down, 24/7.\";s:4:\"sort\";s:2:\"28\";s:20:\"recommendation_order\";s:2:\"10\";s:10:\"introduced\";s:3:\"2.6\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:11:\"Recommended\";s:7:\"feature\";s:19:\"Security, Jumpstart
 \";s:25:\"additional_search_queries\";s:123:\"monitor, uptime, downtime, monitoring, maintenance, maintenance mode, offline, site is down, site down, down, repair, error\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"136a5445a49150db75472862f3d3aefb\";a:15:{s:4:\"name\";s:13:\"Notifications\";s:11:\"description\";s:57:\"Receive instant notifications of site comments and likes.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"13\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.9\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:5:\"Other\";s:7:\"
 feature\";s:7:\"General\";s:25:\"additional_search_queries\";s:62:\"notification, notifications, toolbar, adminbar, push, comments\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"395d8ae651afabb54d1e98440674b384\";a:15:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";s:12:\"plan_cl
 asses\";s:0:\"\";}s:32:\"0b7b5e3ff80355a67c5485b0d00cd1a2\";a:15:{s:4:\"name\";s:9:\"Asset CDN\";s:11:\"description\";s:154:\"Jetpack’s Site Accelerator loads your site faster by optimizing your images and serving your images and static files from our global network of servers.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"26\";s:20:\"recommendation_order\";s:1:\"1\";s:10:\"introduced\";s:3:\"6.6\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:42:\"Photos and Videos, Appearance, Recommended\";s:7:\"feature\";s:34:\"Recommended, Appearance, Jumpstart\";s:25:\"addit
 ional_search_queries\";s:160:\"site accelerator, accelerate, static, assets, javascript, css, files, performance, cdn, bandwidth, content delivery network, pagespeed, combine js, optimize css\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"4484ac68583fbbaab0ef698cdc986950\";a:15:{s:4:\"name\";s:9:\"Image CDN\";s:11:\"description\";s:141:\"Mirrors and serves your images from our free and fast image CDN, improving your site’s performance with no additional load on your servers.\";s:14:\"jumpstart_desc\";s:141:\"Mirrors and serves your images from our free and fast image CDN, improving your site’s performance with no additional load on your servers.\";s:4:\"sort\";s:2:\"25\";s:20:\"recommendation_order\";s:1:\"1\";s:10:\"introduced\";s:3:\"2.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\&q
 uot;\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:42:\"Photos and Videos, Appearance, Recommended\";s:7:\"feature\";s:34:\"Recommended, Jumpstart, Appearance\";s:25:\"additional_search_queries\";s:171:\"photon, photo cdn, image cdn, speed, compression, resize, responsive images, responsive, content distribution network, optimize, page speed, image optimize, photon jetpack\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"509aac35e28ac722a331f67613cd27ec\";a:15:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"ch
 anged\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"6f30193afa5b1360e3fa2676501b5e3a\";a:15:{s:4:\"name\";s:13:\"Post by email\";s:11:\"description\";s:33:\"Publish posts by sending an email\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"14\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\&quot
 ;requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:7:\"Writing\";s:7:\"feature\";s:7:\"Writing\";s:25:\"additional_search_queries\";s:20:\"post by email, email\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"3e9f8bd3755d92e8e5d06966a957beb8\";a:15:{s:4:\"name\";s:7:\"Protect\";s:11:\"description\";s:135:\"Protect yourself from brute force and distributed brute force attacks, which are the most common way for hackers to get into your site.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1:\"1\";s:20:\"recommendation_order\";s:1:\"4\";s:10:\"introduced\";s:3:\"3.4\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\&qu
 ot;requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:11:\"Recommended\";s:7:\"feature\";s:8:\"Security\";s:25:\"additional_search_queries\";s:173:\"security, jetpack protect, secure, protection, botnet, brute force, protect, login, bot, password, passwords, strong passwords, strong password, wp-login.php,  protect admin\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"0cacc8ab2145ad11cb54d181a98aa550\";a:15:{s:4:\"name\";s:9:\"Publicize\";s:11:\"description\";s:128:\"Publicize makes it easy to share your site’s posts on several social media networks automatically when you publish a new post.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"10\";s:20:\"recommendation_order\";s:1:\"7\";s:10:\"introduced\";s:3:\&qu
 ot;2.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:19:\"Social, Recommended\";s:7:\"feature\";s:10:\"Engagement\";s:25:\"additional_search_queries\";s:220:\"facebook, jetpack publicize, twitter, tumblr, linkedin, social, tweet, connections, sharing, social media, automated, automated sharing, auto publish, auto tweet and like, auto tweet, facebook auto post, facebook posting\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"a528c2f803a92c5c2effa67cd33ab33a\";a:15:{s:4:\"name\";s:20:\"Progressive Web Apps\";s:11:\"description\";s:85:\"Speed up and improve the reliability of your site using the latest in web technology.\";s:14:\&quot
 ;jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"38\";s:20:\"recommendation_order\";s:2:\"18\";s:10:\"introduced\";s:5:\"5.6.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:10:\"Developers\";s:7:\"feature\";s:7:\"Traffic\";s:25:\"additional_search_queries\";s:26:\"manifest, pwa, progressive\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"329b8efce059081d46936ece0c6736b3\";a:15:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:
 \"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"5fdd42d482712fbdaf000b28ea7adce9\";a:15:{s:4:\"name\";s:13:\"Related posts\";s:11:\"description\";s:113:\"Keep visitors engaged on your blog by highlighting relevant and new content at the bottom of each published post.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"29\";s:20:\"recommendation_order\";s:1:\"9\";s:10:\"introduced\";s:3:\&quot
 ;2.9\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:11:\"Recommended\";s:7:\"feature\";s:10:\"Engagement\";s:25:\"additional_search_queries\";s:360:\"related, jetpack related posts, related posts for wordpress, related posts, popular posts, popular, related content, related post, contextual, context, contextual related posts, related articles, similar posts, easy related posts, related page, simple related posts, free related posts, related thumbnails, similar, engagement, yet another related posts plugin\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"2c5096ef610018e98a8bcccfbea4471e\";a:15:{s:4:\"name\";s:6:\"Search\";s:11:\"description\";s
 :87:\"Enhanced search, powered by Elasticsearch, a powerful replacement for WordPress search.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"34\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"5.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:5:\"false\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:6:\"Search\";s:25:\"additional_search_queries\";s:110:\"search, elastic, elastic search, elasticsearch, fast search, search results, search performance, google search\";s:12:\"plan_classes\";s:8:\"business\";}s:32:\"0d81dd7df3ad2f245e84fd4fb66bf829\";a:15:{s:4:\"name\";s:9:\&quo
 t;SEO Tools\";s:11:\"description\";s:50:\"Better results on search engines and social media.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"35\";s:20:\"recommendation_order\";s:2:\"15\";s:10:\"introduced\";s:3:\"4.4\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:18:\"Social, Appearance\";s:7:\"feature\";s:7:\"Traffic\";s:25:\"additional_search_queries\";s:81:\"search engine optimization, social preview, meta description, custom title format\";s:12:\"plan_classes\";s:17:\"business, premium\";}s:32:\"32aaa676b3b6c9f3ef22430e1e0bca24\";a:15:{s:4:\"name\&quot
 ;;s:7:\"Sharing\";s:11:\"description\";s:120:\"Add Twitter, Facebook and Google+ buttons at the bottom of each post, making it easy for visitors to share your content.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1:\"7\";s:20:\"recommendation_order\";s:1:\"6\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:3:\"1.2\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:19:\"Social, Recommended\";s:7:\"feature\";s:10:\"Engagement\";s:25:\"additional_search_queries\";s:229:\"share, sharing, sharedaddy, social buttons, buttons, share facebook, share twitter, social media sharing, social media share, social share, icons, email
 , facebook, twitter, linkedin, pinterest, pocket, social widget, social media\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"948472b453cda59b38bb7c37af889af0\";a:15:{s:4:\"name\";s:16:\"Shortcode Embeds\";s:11:\"description\";s:177:\"Shortcodes are WordPress-specific markup that let you add media from popular sites. This feature is no longer necessary as the editor now handles media embeds rather gracefully.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1:\"3\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:3:\"1.2\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:46:\"Photos and 
 Videos, Social, Writing, Appearance\";s:7:\"feature\";s:7:\"Writing\";s:25:\"additional_search_queries\";s:236:\"shortcodes, shortcode, embeds, media, bandcamp, dailymotion, facebook, flickr, google calendars, google maps, google+, polldaddy, recipe, recipes, scribd, slideshare, slideshow, slideshows, soundcloud, ted, twitter, vimeo, vine, youtube\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"7d00a6ca0a79fbe893275aaf6ed6ae42\";a:15:{s:4:\"name\";s:16:\"WP.me Shortlinks\";s:11:\"description\";s:82:\"Generates shorter links so you can have more space to write on social media sites.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1:\"8\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\&quo
 t;;s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:6:\"Social\";s:7:\"feature\";s:7:\"Writing\";s:25:\"additional_search_queries\";s:17:\"shortlinks, wp.me\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"372e711395f23c466e04d4fd07f73099\";a:15:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\&qu
 ot;;s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"2ea687cec293289a2a3e5f0459e79768\";a:15:{s:4:\"name\";s:8:\"Sitemaps\";s:11:\"description\";s:50:\"Make it easy for search engines to find your site.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"13\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"3.9\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:20:\"Recommended, Traffic\";s:7:\"feature\";s:11:\"Recomm
 ended\";s:25:\"additional_search_queries\";s:39:\"sitemap, traffic, search, site map, seo\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"2fe9dc2c7389d4f0825a0b23bc8b19d1\";a:15:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"e7cf8a
 7e0f151ccf7cbdc6d8f118f316\";a:15:{s:4:\"name\";s:14:\"Secure Sign On\";s:11:\"description\";s:62:\"Allow users to log into this site using WordPress.com accounts\";s:14:\"jumpstart_desc\";s:98:\"Lets you log in to all your Jetpack-enabled sites with one click using your WordPress.com account.\";s:4:\"sort\";s:2:\"30\";s:20:\"recommendation_order\";s:1:\"5\";s:10:\"introduced\";s:3:\"2.6\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:10:\"Developers\";s:7:\"feature\";s:19:\"Security, Jumpstart\";s:25:\"additional_search_queries\";s:34:\"sso, single sign on, login, log in\";s:1
 2:\"plan_classes\";s:0:\"\";}s:32:\"34fb073ed896af853ed48bd5739240cb\";a:15:{s:4:\"name\";s:10:\"Site Stats\";s:11:\"description\";s:44:\"Collect valuable traffic stats and insights.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1:\"1\";s:20:\"recommendation_order\";s:1:\"2\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:23:\"Site Stats, Recommended\";s:7:\"feature\";s:10:\"Engagement\";s:25:\"additional_search_queries\";s:54:\"statistics, tracking, analytics, views, traffic, stats\";s:12:\"plan_classes\";s
 :0:\"\";}s:32:\"8de0dfff24a17cf0fa0011dfc691a3f3\";a:15:{s:4:\"name\";s:13:\"Subscriptions\";s:11:\"description\";s:87:\"Allow users to subscribe to your posts and comments and receive notifications via email\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1:\"9\";s:20:\"recommendation_order\";s:1:\"8\";s:10:\"introduced\";s:3:\"1.2\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:6:\"Social\";s:7:\"feature\";s:10:\"Engagement\";s:25:\"additional_search_queries\";s:74:\"subscriptions, subscription, email, follow, followers, subscribers, signup\";s:12:\"plan
 _classes\";s:0:\"\";}s:32:\"4744f348db095538d3edcacb0ed99c89\";a:15:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"d89db0d934b39f86065ff58e73594070\";a:15:{s:4:\"name\";s:15:\"Tiled Galleries\";s:11:\"description\";s:61
 :\"Display image galleries in a variety of elegant arrangements.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"24\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:17:\"Photos and Videos\";s:7:\"feature\";s:10:\"Appearance\";s:25:\"additional_search_queries\";s:43:\"gallery, tiles, tiled, grid, mosaic, images\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"01987a7ba5e19786f2992501add8181a\";a:15:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\&
 quot;;s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"20459cc462babfc5a82adf6b34f6e8b1\";a:15:{s:4:\"name\";s:20:\"Backups and Scanning\";s:11:\"description\";s:100:\"Protect your site with daily or real-time backups and automated virus scanning and threat detection.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"32\&q
 uot;;s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:5:\"0:1.2\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:5:\"false\";s:4:\"free\";s:5:\"false\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:16:\"Security, Health\";s:25:\"additional_search_queries\";s:386:\"backup, cloud backup, database backup, restore, wordpress backup, backup plugin, wordpress backup plugin, back up, backup wordpress, backwpup, vaultpress, backups, off-site backups, offsite backup, offsite, off-site, antivirus, malware scanner, security, virus, viruses, prevent viruses, scan, anti-virus, antimalware, protection, safe browsing, malware, wp security, wordpress security\";s:12:\"plan_classes\";s:27:\"personal, 
 business, premium\";}s:32:\"836245eb0a8f0c5272542305a88940c1\";a:15:{s:4:\"name\";s:17:\"Site verification\";s:11:\"description\";s:58:\"Establish your site\'s authenticity with external services.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"33\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"3.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:10:\"Engagement\";s:25:\"additional_search_queries\";s:56:\"webmaster, seo, google, bing, pinterest, search, console\";s:12:\"plan_classes\";s:0:\"\";}s:32:
 \"e94397a5c47c1be995eff613e65a674f\";a:15:{s:4:\"name\";s:10:\"VideoPress\";s:11:\"description\";s:101:\"Save on hosting storage and bandwidth costs by streaming fast, ad-free video from our global network.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"27\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.5\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:5:\"false\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:17:\"Photos and Videos\";s:7:\"feature\";s:7:\"Writing\";s:25:\"additional_search_queries\";s:118:\"video, videos, videopress, video gallery, video player, videoplayer, mobile video, vimeo, youtube,
  html5 video, stream\";s:12:\"plan_classes\";s:17:\"business, premium\";}s:32:\"032cd76e08467c732ccb026efda0c9cd\";a:15:{s:4:\"name\";s:17:\"Widget Visibility\";s:11:\"description\";s:42:\"Control where widgets appear on your site.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"17\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.4\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:10:\"Appearance\";s:7:\"feature\";s:10:\"Appearance\";s:25:\"additional_search_queries\";s:54:\"widget visibility, logic, conditional, widgets, widget\&
 quot;;s:12:\"plan_classes\";s:0:\"\";}s:32:\"9b3e84beedf2e96f1ac5dd6498d2b1aa\";a:15:{s:4:\"name\";s:21:\"Extra Sidebar Widgets\";s:11:\"description\";s:49:\"Provides additional widgets for use on your site.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1:\"4\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.2\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:18:\"Social, Appearance\";s:7:\"feature\";s:10:\"Appearance\";s:25:\"additional_search_queries\";s:65:\"widget, widgets, facebook, gallery, twitter, gravatar, image, rss\";s:12:
 \"plan_classes\";s:0:\"\";}s:32:\"7724fd9600745cf93e37cc09282e1a37\";a:15:{s:4:\"name\";s:3:\"Ads\";s:11:\"description\";s:60:\"Earn income by allowing Jetpack to display high quality ads.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1:\"1\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:5:\"4.5.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:19:\"Traffic, Appearance\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:26:\"advertising, ad codes, ads\";s:12:\"plan_classes\";s:17:\"premium, business\";}
 s:32:\"5b8f8e5b5a1887e3c0393cb78d5143a3\";a:15:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";s:12:\"plan_classes\";s:0:\"\";}}','no'),(1091,'_transient_timeout_wpcom_social_media_icons_widget::is_active','1561488992','no'),(1092,'_transient_wpcom_social_media_icons_widget::is_active','0','no'),(1093,'widget_wco
 rg_campaign_monitor_wiget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1094,'widget_wcorg_mailchimp_wiget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1095,'widget_authors','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1096,'widget_eu_cookie_law_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1097,'widget_facebook-likebox','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1098,'widget_flickr','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1099,'widget_wpcom-goodreads','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1100,'widget_google_translate_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1101,'widget_grofile','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1102,'widget_internet_defense_league_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1103,'widget_widget_mailchimp_subscriber_popup','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1104,'widget_milestone_widget','a:1:{s:12:\"_multiwidg
 et\";i:1;}','yes'),(1105,'widget_rss_links','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1106,'widget_jetpack_widget_social_icons','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1107,'widget_twitter_timeline','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1108,'widget_upcoming_events_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1109,'widget_jetpack_display_posts_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1110,'widget_image','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1115,'wpsupercache_gc_time','1561493452','yes'),(1116,'wp_page_for_privacy_policy','0','yes'),(1117,'show_comments_cookies_opt_in','1','yes'),(1119,'_transient_timeout_jetpack_https_test','1561573944','no'),(1120,'_transient_jetpack_https_test','1','no'),(1121,'_transient_timeout_jetpack_https_test_message','1561573944','no'),(1122,'_transient_jetpack_https_test_message','','no'),(1123,'_transient_timeout_plugin_slugs','1561573988','no'),(1124,'_transie
 nt_plugin_slugs','a:62:{i:0;s:19:\"akismet/akismet.php\";i:1;s:19:\"bbpress/bbpress.php\";i:2;s:55:\"bbpress-network-templates/bbpress-network-templates.php\";i:3;s:24:\"buddypress/bp-loader.php\";i:4;s:43:\"camptix-admin-flags/camptix-admin-flags.php\";i:5;s:41:\"camptix-attendance/camptix-attendance.php\";i:6;s:37:\"camptix-badge-generator/bootstrap.php\";i:7;s:43:\"camptix-bd-payments/bd-payments-camptix.php\";i:8;s:19:\"camptix/camptix.php\";i:9;s:61:\"campt-indian-payment-gateway/campt-indian-payment-gateway.php\";i:10;s:37:\"camptix-invoices/camptix-invoices.php\";i:11;s:41:\"camptix-kdcpay-gateway/camptix-kdcpay.php\";i:12;s:39:\"camptix-mailchimp/camptix-mailchimp.php\";i:13;s:43:\"camptix-mercadopago/camptix-mercadopago.php\";i:14;s:47:\"camptix-network-tools/camptix-network-tools.php\";i:15;s:39:\"camptix-pagseguro/campt
 ix-pagseguro.php\";i:16;s:43:\"camptix-payfast-gateway/camptix-payfast.php\";i:17;s:41:\"camptix-paystack/tbz-camptix-paystack.php\";i:18;s:39:\"camptix-trustcard/camptix-trustcard.php\";i:19;s:37:\"camptix-trustpay/camptix-trustpay.php\";i:20;s:33:\"classic-editor/classic-editor.php\";i:21;s:23:\"polldaddy/polldaddy.php\";i:22;s:45:\"custom-content-width/custom-content-width.php\";i:23;s:23:\"edit-flow/edit_flow.php\";i:24;s:41:\"email-post-changes/email-post-changes.php\";i:25;s:69:\"email-post-changes-specific-post/email-post-changes-specific-post.php\";i:26;s:33:\"camptix-paynow/camptix-paynow.php\";i:27;s:23:\"gutenberg/gutenberg.php\";i:28;s:14:\"hyperdb/db.php\";i:29;s:19:\"jetpack/jetpack.php\";i:30;s:31:\"jquery-ui-css/jquery-ui-css.php\";i:31;s:21:\"liveblog/liveblog.php\";i:32;s:34:\"multi-event-sponsors/
 bootstrap.php\";i:33;s:43:\"public-post-preview/public-post-preview.php\";i:34;s:11:\"pwa/pwa.php\";i:35;s:27:\"supportflow/supportflow.php\";i:36;s:24:\"tagregator/bootstrap.php\";i:37;s:41:\"wc-canonical-years/wc-canonical-years.php\";i:38;s:21:\"wc-fonts/wc-fonts.php\";i:39;s:31:\"wc-post-types/wc-post-types.php\";i:40;s:43:\"wordcamp-qbo-client/wordcamp-qbo-client.php\";i:41;s:29:\"wordcamp-qbo/wordcamp-qbo.php\";i:42;s:26:\"wordcamp-api/bootstrap.php\";i:43;s:31:\"wordcamp-payments/bootstrap.php\";i:44;s:39:\"wordcamp-payments-network/bootstrap.php\";i:45;s:39:\"wordcamp-coming-soon-page/bootstrap.php\";i:46;s:57:\"wordcamp-dashboard-widgets/wordcamp-dashboard-widgets.php\";i:47;s:31:\"wordcamp-docs/wordcamp-docs.php\";i:48;s:53:\"wordcamp-forms-to-drafts/wordcamp-forms-to-drafts.php\";i:49;s:37:\"wordcamp-ment
 ors/wordcamp-mentors.php\";i:50;s:42:\"wordcamp-organizer-reminders/bootstrap.php\";i:51;s:67:\"wordcamp-participation-notifier/wordcamp-participation-notifier.php\";i:52;s:20:\"wcpt/wcpt-loader.php\";i:53;s:33:\"wordcamp-remote-css/bootstrap.php\";i:54;s:26:\"wordcamp-reports/index.php\";i:55;s:45:\"wordcamp-site-cloner/wordcamp-site-cloner.php\";i:56;s:27:\"wordcamp-wiki/bootstrap.php\";i:57;s:75:\"wporg-profiles-wp-activity-notifier/wporg-profiles-wp-activity-notifier.php\";i:58;s:41:\"wordpress-importer/wordpress-importer.php\";i:59;s:41:\"wp-multibyte-patch/wp-multibyte-patch.php\";i:60;s:24:\"json-rest-api/plugin.php\";i:61;s:27:\"wp-super-cache/wp-cache.php\";}','no'),(1133,'is_https_supported','1','yes'),(1134,'insecure_content','a:0:{}','yes'),(1164,'_transient_timeout_jetpack_idc_allowed','1561493846','no'),(1165,'_transient_jetpack_idc_allowed','1',
 'no'),(1170,'_transient_timeout_feed_9bbd59226dc36b9b26cd43f15694c5c3','1561533464','no'),(1171,'_transient_feed_9bbd59226dc36b9b26cd43f15694c5c3','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:49:\"\n     \n      \n      \n      \n      \n      \n      \n      \n      \n      \n              \n              \n              \n              \n              \n              \n              \n              \n              \n      \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\&qu
 ot;data\";s:27:\"News –  – WordPress.org\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"https://wordpress.org/news\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"WordPress News\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:13:\"lastBuildDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 18 Jun 2019 19:42:02 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explic
 it\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"en-US\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"generator\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"https://wordpress.org/?v=5.3-alpha-45558\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:10:{i:0;a:6:{s:4:\"data\";s:48:\"\n           \n              \n                              \n              \n                              \n\n            \n                              \n                                                              \n                                                                              \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:
 0;a:5:{s:4:\"data\";s:35:\"WordPress 5.2.2 Maintenance Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"https://wordpress.org/news/2019/06/wordpress-5-2-2-maintenance-release/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 18 Jun 2019 18:14:34 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\&qu
 ot;;s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=6993\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:348:\"WordPress 5.2.2 is now available! This maintenance release fixes 13 bugs and adds a little bit of polish to the Site Health feature&#160;that made its debut in 5.2. For more info, browse the&#160;full list of changes on Trac or check out the Version 5.2.2 documentation page. WordPress 5.2.2 is a short-cycle maintenance release. The next [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\&quo
 t;;s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"marybaum\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:3961:\"\n<p>WordPress 5.2.2 is now available! This maintenance release fixes 13 bugs and adds a little bit of polish to the Site Health feature&nbsp;<a href=\"https://wordpress.org/news/2019/05/jaco/\">that made its debut in 5.2</a>. </p>\n\n\n\n<p>For more info, browse the&nbsp;<a href=\"https://core.trac.wordpress.org/query?status=closed&amp;resolution=fixed&amp;milestone=5.2.2&amp
 ;order=priority\">full list of changes on Trac</a> or check out <a href=\"https://wordpress.org/support/wordpress-version/version-5-2-2/\">the Version 5.2.2 documentation page.</a></p>\n\n\n\n<p>WordPress 5.2.2 is a short-cycle maintenance release. The next major release will be version 5.3; check <a href=\"https://make.wordpress.org/core/\">make.wordpress.org/core</a> for details as they happen.  </p>\n\n\n\n<p>You can&nbsp;download&nbsp;<a href=\"https://wordpress.org/download/\">WordPress 5.2.2</a>&nbsp;or visit&nbsp;<strong>Dashboard → Updates</strong>&nbsp;and click&nbsp;<strong>Update Now</strong>. Sites that support automatic background updates have already started to update automatically.</p>\n\n\n\n<p><a href=\"https://profiles.wordpress.org/audrasjb/\">JB Audras</a>, <a href=\"htt
 ps://profiles.wordpress.org/justinahinon/\">Justin Ahinon</a> and <a href=\"https://profiles.wordpress.org/marybaum/\">Mary Baum</a> co-led this release, with invaluable guidance from our Executive Director, Josepha Haden Chomphosy, and contributions from 30 other contributors. Thank you to everyone who made this release possible!</p>\n\n\n\n<p><a href=\"https://profiles.wordpress.org/afercia/\">Andrea Fercia</a>, <a href=\"https://profiles.wordpress.org/aduth/\">Andrew Duthie</a>, <a href=\"https://profiles.wordpress.org/azaozz/\">Andrew Ozz</a>, <a href=\"https://profiles.wordpress.org/afragen/\">Andy Fragen</a>, <a href=\"https://profiles.wordpress.org/birgire/\">Birgir Erlendsson (birgire)</a>, <a href=\"https://profiles.wordpress.org/chetan200891/\">Chetan Prajapati</a>, <a href=\"https://prof
 iles.wordpress.org/davidbaumwald/\">David Baumwald</a>, <a href=\"https://profiles.wordpress.org/dkarfa/\">Debabrata Karfa</a>, <a href=\"https://profiles.wordpress.org/garrett-eclipse/\">Garrett Hyder</a>, <a href=\"https://profiles.wordpress.org/jankimoradiya/\">Janki Moradiya</a>, <a href=\"https://profiles.wordpress.org/audrasjb/\">Jb Audras</a>, <a href=\"https://profiles.wordpress.org/jitendrabanjara1991/\">jitendrabanjara1991</a>, <a href=\"https://profiles.wordpress.org/desrosj/\">Jonathan Desrosiers</a>, <a href=\"https://profiles.wordpress.org/spacedmonkey/\">Jonny Harris</a>, <a href=\"https://profiles.wordpress.org/jorgefilipecosta/\">Jorge Costa</a>, <a href=\"https://profiles.wordpress.org/justinahinon/\">Justin Ahinon</a>, <a href=\"https://profiles.wo
 rdpress.org/clorith/\">Marius L. J.</a>, <a href=\"https://profiles.wordpress.org/marybaum/\">Mary Baum</a>, <a href=\"https://profiles.wordpress.org/immeet94/\">Meet Makadia</a>, <a href=\"https://profiles.wordpress.org/dimadin/\">Milan Dinić</a>, <a href=\"https://profiles.wordpress.org/mukesh27/\">Mukesh Panchal</a>, <a href=\"https://profiles.wordpress.org/palmiak/\">palmiak</a>, <a href=\"https://profiles.wordpress.org/pedromendonca/\">Pedro Mendonça</a>, <a href=\"https://profiles.wordpress.org/peterwilsoncc/\">Peter Wilson</a>, <a href=\"https://profiles.wordpress.org/ramiy/\">Rami Yushuvaev</a>, <a href=\"https://profiles.wordpress.org/youknowriad/\">Riad Benguella</a>, <a href=\"https://profiles.wordpress.org/tinkerbelly/\">sarah semark</a>, 
 <a href=\"https://profiles.wordpress.org/sergeybiryukov/\">Sergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/shashank3105/\">Shashank Panchal</a>, <a href=\"https://profiles.wordpress.org/karmatosed/\">Tammie Lister</a>, <a href=\"https://profiles.wordpress.org/hedgefield/\">Tim Hengeveld</a>, <a href=\"https://profiles.wordpress.org/vaishalipanchal/\">vaishalipanchal</a>, <a href=\"https://profiles.wordpress.org/vrimill/\">vrimill</a>, and <a href=\"https://profiles.wordpress.org/earnjam/\">William Earnhardt</a></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\&q
 uot;6993\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:48:\"\n               \n              \n                              \n              \n                              \n\n            \n                              \n                                                              \n                                                                              \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"The Month in WordPress: May 2019\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"https://wordpress.org/news/2019/06/the-month-in-wordpress-may-2019/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\&quo
 t;;s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 04 Jun 2019 10:21:27 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Month in WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=6987\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\&qu
 ot;;s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:319:\"This month saw the 16th anniversary since the launch of the first release of WordPress. A significant milestone to be sure and one that speaks to the strength and stability of the project as a whole. In this anniversary month, we saw a new major release of WordPress, some exciting new development work, and a [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Hugh Lashbrooke\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:
 \"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:6602:\"\n<p>This month saw the 16th anniversary since <a href=\"https://wordpress.org/news/2003/05/wordpress-now-available/\">the launch of the first release of WordPress</a>. A significant milestone to be sure and one that speaks to the strength and stability of the project as a whole. In this anniversary month, we saw a new major release of WordPress, some exciting new development work, and a significant global event.</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>Release of WordPress 5.2</h2>\n\n\n\n<p>WordPress 5.2 “Jaco” <a href=\"https://wordpress.org/news/2019/05/jaco/\">was released on May 7</a> shipping some useful site management tools, such as the Site Health Check and PHP Error Protection, as well as a number of accessibility, privacy, and developer updates. You can read <a href=\"https://make.w
 ordpress.org/core/2019/04/16/wordpress-5-2-field-guide/\">the field guide for this release</a> for more detailed information about what was included and how it all works.<br></p>\n\n\n\n<p>327 individual volunteers contributed to the release. If you would like to be a part of that number for future releases, follow <a href=\"https://make.wordpress.org/core\">the Core team blog</a> and join the #core channel in <a href=\"https://make.wordpress.org/chat/\">the Making WordPress Slack group</a>.</p>\n\n\n\n<h2>A Successful WordPress Translation Day 4</h2>\n\n\n\n<p>WordPress Translation Day is a 24-hour event organised by <a href=\"https://make.wordpress.org/polyglots/\">the Polyglots team</a> where community members from all over the world come together to translate WordPress into their local languages. For the fourth edition held on 11 May, 183 brand new contributo
 rs joined the Polyglots team from 77 communities across 35 countries in Africa, Asia, Europe, North America, South America, and Oceania.<br></p>\n\n\n\n<p>While the WP Translation Day is a great time for focussed contributions to localizing WordPress, but these contributions can happen at any time of the year, so if you would like to help make WordPress available in your local language, follow <a href=\"https://make.wordpress.org/polyglots\">the Polyglots team blog</a> and join the #polyglots channel in <a href=\"https://make.wordpress.org/chat/\">the Making WordPress Slack group</a>.</p>\n\n\n\n<h2>Updated Plugin Guidelines Proposal</h2>\n\n\n\n<p>The Plugins team <a href=\"https://make.wordpress.org/plugins/2019/05/14/proposal-to-modify-plugin-guidelines/\">has proposed some updates</a> to the guidelines for developers on the Plugin Directory. The majority of the proposed ch
 anges are intended to address significant issues faced by developers who do not speak English as a first language, making the Plugin DIrectory a more accessible and beneficial place for everyone.<br></p>\n\n\n\n<p>The proposal will be open for comments until late June, so the community is encouraged to get involved with commenting on them and the direction they will take the Plugin Directory. If you would like to be involved in this discussion, comment on <a href=\"https://make.wordpress.org/plugins/2019/05/14/proposal-to-modify-plugin-guidelines/\">the proposal</a> and join the #plugin review team in <a href=\"https://make.wordpress.org/chat/\">the Making WordPress Slack group</a>.</p>\n\n\n\n<h2>Continued Gutenberg Development</h2>\n\n\n\n<p>Since the block editor was first released as part of WordPress Core in v5.0, development has continued in leaps and bounds with a new release every two weeks
 . <a href=\"https://make.wordpress.org/core/2019/05/29/whats-new-in-gutenberg-29th-may/\">The latest update</a> includes some great incremental improvements that will be merged into the 5.2.2 release of WordPress along with the other recent enhancements.<br></p>\n\n\n\n<p>In addition to the editor enhancements, work has been ongoing in the Gutenberg project to bring the block editing experience to the rest of the WordPress dashboard. This second phase of the project has been going well and <a href=\"https://make.wordpress.org/design/2019/05/31/gutenberg-phase-2-friday-design-update-20/\">the latest update</a> shows how much work has been done so far.<br></p>\n\n\n\n<p>In addition to that, the Block Library project that aims to bring a searchable library of available blocks right into the editor is deep in the planning phase with <a href=\"https://make.wordpress.org/design/2019/05/28/block-library
 -initial-explorations/\">a recent update</a> showing what direction the team is taking things.<br></p>\n\n\n\n<p>If you would like to get involved in planning and development of Gutenberg and the block editor, follow the <a href=\"https://make.wordpress.org/core/\">Core</a> and <a href=\"https://make.wordpress.org/design/\">Design</a> team blogs and join the #core, #design, and #core-editor channels in <a href=\"https://make.wordpress.org/chat/\">the Making WordPress Slack group</a>.</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>Further Reading:</h2>\n\n\n\n<ul><li>The 5.2.2 release of WordPress <a href=\"https://make.wordpress.org/core/2019/05/28/5-2-2-release-agenda/\">is currently in development</a> with a planned release date of 13 June.</li><li>Version 2.1.1 of the WordPress Coding Standards
  <a href=\"https://github.com/WordPress-Coding-Standards/WordPress-Coding-Standards/releases/tag/2.1.1\">has been released</a> containing seven small, but relevant fixes.</li><li>The Theme Review Team <a href=\"https://make.wordpress.org/themes/2019/05/07/trusted-authors-changes/\">have updated the details</a> of how the Trusted Authors Program works.</li><li><a href=\"https://make.wordpress.org/community/2019/05/29/who-wants-to-test-the-new-wordcamp-blocks/\">WordCamp-specific blocks have been launched for WordCamp sites</a> with organizers needing to sign up in order to test them out.</li><li>Continuing the growing trend of other platforms adopting the Gutenberg editor, it has now <a href=\"https://octobercms.com/plugin/reazzon-gutenberg\">been ported to a plugin for OctoberCMS</a>.</li><li>Version 3.0 of the popular WordPress development environm
 ent, Varying Vagrant Vagrants (VVV), <a href=\"https://varyingvagrantvagrants.org/blog/2019/05/15/vvv-3-0-0.html\">was released this month</a>.</li><li>The Community Team <a href=\"https://make.wordpress.org/community/2019/05/31/the-4-gets-in-wordpress-community-organizing/\">published some info</a> clarifying what organizers get (and don’t get) from being involved with their local communities. </li></ul>\n\n\n\n<p><em>Have a story that we should include in the next “Month in WordPress” post? Please </em><a href=\"https://make.wordpress.org/community/month-in-wordpress-submissions/\"><em>submit it here</em></a><em>.</em><br></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-ad
 ditions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"6987\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:51:\"\n           \n              \n                              \n              \n                              \n              \n\n            \n                              \n                                                              \n                                                                              \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"WordPress 5.2.1 Maintenance Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"https://wordpress.org/news/2019/
 05/wordpress-5-2-1-maintenance-release/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 21 May 2019 19:04:49 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:5:\"5.2.1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\"
 ;a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=6976\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:405:\"WordPress 5.2.1 is now available! This maintenance release fixes 33 bugs, including improvements to the block editor, accessibility, internationalization, and the Site Health feature introduced in 5.2. You can browse the&#160;full list of changes on Trac. WordPress 5.2.1 is a short-cycle maintenance release. Version 5.2.2 is expected to follow in approximately two weeks. You can&#160;download [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\&
 quot;\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:19:\"Jonathan Desrosiers\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:4923:\"\n<p>WordPress 5.2.1 is now available! This maintenance release fixes 33 bugs, including improvements to the block editor, accessibility, internationalization, and the Site Health feature <a href=\"https://wordpress.org/news/2019/05/jaco/\">introduced in 5.2</a>.</p>\n\n\n\n<p>You can browse the&nbsp;<a href=\"https://core.trac.wordpress.org/query?status=closed&amp;resolution=fixed&amp;milestone=5.2.1&amp;order=priority\">full list of c
 hanges on Trac</a>.</p>\n\n\n\n<p>WordPress 5.2.1 is a short-cycle maintenance release. <a href=\"https://core.trac.wordpress.org/query?milestone=5.2.2\">Version 5.2.2</a> is expected to follow in approximately two weeks.</p>\n\n\n\n<p>You can&nbsp;download <a href=\"https://wordpress.org/download/\">WordPress 5.2.1</a>&nbsp;or visit <strong>Dashboard → Updates</strong> and click&nbsp;<strong>Update Now</strong>. Sites that support automatic background updates have already started to update automatically.</p>\n\n\n\n<p>Jonathan Desrosiers and William Earnhardt co-led this release, with contributions from 52 other contributors. Thank you to everyone that made this release possible!</p>\n\n\n\n<p><a href=\"https://profiles.wordpress.org/xavortm/\">Alex Dimitrov</a>, <a href=\"https://profiles.wordpress.org/tellyworth/\&qu
 ot;>Alex Shiels</a>, <a href=\"https://profiles.wordpress.org/afercia/\">Andrea Fercia</a>, <a href=\"https://profiles.wordpress.org/aduth/\">Andrew Duthie</a>, <a href=\"https://profiles.wordpress.org/azaozz/\">Andrew Ozz</a>, <a href=\"https://profiles.wordpress.org/rarst/\">Andrey &#8220;Rarst&#8221; Savchenko</a>, <a href=\"https://profiles.wordpress.org/afragen/\">Andy Fragen</a>, <a href=\"https://profiles.wordpress.org/anischarolia/\">anischarolia</a>, <a href=\"https://profiles.wordpress.org/birgire/\">Birgir Erlendsson (birgire)</a>, <a href=\"https://profiles.wordpress.org/chesio/\">chesio</a>, <a href=\"https://profiles.wordpress.org/chetan200891/\">Chetan Prajapati</a>, <a href=\"https://profiles.wordpress.org/daxelrod/\">daxelrod</a>, &l
 t;a href=\"https://profiles.wordpress.org/dkarfa/\">Debabrata Karfa</a>, <a href=\"https://profiles.wordpress.org/odminstudios/\">Dima</a>, <a href=\"https://profiles.wordpress.org/dd32/\">Dion Hulse</a>, <a href=\"https://profiles.wordpress.org/ocean90/\">Dominik Schilling</a>, <a href=\"https://profiles.wordpress.org/iseulde/\">Ella van Durpe</a>, <a href=\"https://profiles.wordpress.org/edocev/\">Emil Dotsev</a>, <a href=\"https://profiles.wordpress.org/sachyya-sachet/\">ghoul</a>, <a href=\"https://profiles.wordpress.org/gziolo/\">Grzegorz (Greg) Ziółkowski</a>, <a href=\"https://profiles.wordpress.org/gwwar/\">gwwar</a>, <a href=\"https://profiles.wordpress.org/hareesh-pillai/\">Hareesh</a>, <a href=\"https://profiles.wordpress.org/ianbelanger/\">
 Ian Belanger</a>, <a href=\"https://profiles.wordpress.org/imath/\">imath</a>, <a href=\"https://profiles.wordpress.org/audrasjb/\">Jb Audras</a>, <a href=\"https://profiles.wordpress.org/jeremyfelt/\">Jeremy Felt</a>, <a href=\"https://profiles.wordpress.org/joen/\">Joen Asmussen</a>, <a href=\"https://profiles.wordpress.org/desrosj/\">Jonathan Desrosiers</a>, <a href=\"https://profiles.wordpress.org/spacedmonkey/\">Jonny Harris</a>, <a href=\"https://profiles.wordpress.org/chanthaboune/\">Josepha</a>, <a href=\"https://profiles.wordpress.org/jrf/\">jrf</a>, <a href=\"https://profiles.wordpress.org/kjellr/\">kjellr</a>, <a href=\"https://profiles.wordpress.org/clorith/\">Marius L. J.</a>, <a href=\"https://profiles.wordpress.org/mikengarrett/\"&gt
 ;MikeNGarrett</a>, <a href=\"https://profiles.wordpress.org/dimadin/\">Milan Dinić</a>, <a href=\"https://profiles.wordpress.org/mukesh27/\">Mukesh Panchal</a>, <a href=\"https://profiles.wordpress.org/onlanka/\">onlanka</a>, <a href=\"https://profiles.wordpress.org/paragoninitiativeenterprises/\">paragoninitiativeenterprises</a>, <a href=\"https://profiles.wordpress.org/parkcityj/\">parkcityj</a>, <a href=\"https://profiles.wordpress.org/peterwilsoncc/\">Peter Wilson</a>, <a href=\"https://profiles.wordpress.org/presskopp/\">Presskopp</a>, <a href=\"https://profiles.wordpress.org/youknowriad/\">Riad Benguella</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov/\">Sergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/netweb/\">Stephen Edgar</a&gt
 ;, <a href=\"https://profiles.wordpress.org/sebastienserre/\">Sébastien SERRE</a>, <a href=\"https://profiles.wordpress.org/tfrommen/\">Thorsten Frommen</a>, <a href=\"https://profiles.wordpress.org/hedgefield/\">Tim Hengeveld</a>, <a href=\"https://profiles.wordpress.org/timothyblynjacobs/\">Timothy Jacobs</a>, <a href=\"https://profiles.wordpress.org/timph/\">timph</a>, <a href=\"https://profiles.wordpress.org/tobiasbg/\">TobiasBg</a>, <a href=\"https://profiles.wordpress.org/tonybogdanov/\">tonybogdanov</a>, <a href=\"https://profiles.wordpress.org/tobifjellner/\">Tor-Bjorn Fjellner</a>, <a href=\"https://profiles.wordpress.org/earnjam/\">William Earnhardt</a>, and <a href=\"https://profiles.wordpress.org/fierevere/\">Yui</a>.</p>\n\";s:7:\"attrib
 s\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"6976\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:51:\"\n           \n              \n                              \n              \n                              \n              \n\n            \n                              \n                                                              \n                                                                              \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"Tomorrow is WordPress Translation Day 4\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:
 \"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"https://wordpress.org/news/2019/05/tomorrow-is-wordpress-translation-day-4/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 10 May 2019 09:17:48 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:13:\"Documentation\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:6:\"Even
 ts\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=6961\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:342:\"The fourth edition of WordPress translation day is coming up on Saturday 11 May 2019: tomorrow! Get ready for a 24-hour, global marathon dedicated to localizing the WordPress platform and ecosystem. This event takes place both online and in physical locations across the world, so you can join no matter where you are! The WordPress [&#8230;]\";s:7:\"attribs\&quot
 ;;a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Joost de Valk\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:3747:\"\n<p><em>The fourth edition of WordPress translation day is coming up on Saturday 11 May 2019: tomorrow! Get ready for a 24-hour, global marathon dedicated to localizing the WordPress platform and ecosystem.</em> <em>This event takes place both online and in physical locations across the world, so you can join no matter where you are! </em></p>\n\n\n\n
 <p>The <a href=\"https://make.wordpress.org/polyglots/\">WordPress Polyglots Team</a> has a mission to translate and make available the software’s features into as many languages as possible. As WordPress powers more than 33% of websites, people from across the world use it in their daily life. That means there is a lot that needs translating, and into many different languages. </p>\n\n\n\n<p>On 11 May 2019, from 00:00 UTC until 23:59 UTC, <a href=\"https://wptranslationday.org/\">WordPress Translation Day</a> aims to celebrate the thousands of volunteers who contribute to translation and internalization. The event is also an opportunity for encouraging more people to get involved and help increase the availability of themes and plugins in different languages.</p>\n\n\n\n<figure class=\"wp-block-pullquote\"><blockquote><p>&#8220;At the time of the last event in 2017, WordPress was b
 eing translated into 178 languages, we have now reached the 200 mark!&#8221;</p><cite>WPtranslationday.org</cite></blockquote></figure>\n\n\n\n<h2>What happens on WordPress Translation Day?</h2>\n\n\n\n<p>There are a number of <a href=\"https://wptranslationday.org/the-local-events/\">local meetings all over the world</a>, as well as online talks by people from the WordPress community. More than 700 people from around the world took part in past WordPress Translation Days, and everyone welcome to join in this time around!</p>\n\n\n\n<p>Everyone is welcome to join the event to help translate and localize WordPress, no matter their level of experience. A lot is happening on the day, so join in and you will learn how to through online sessions!</p>\n\n\n\n<h3>What can you expect?</h3>\n\n\n\n<ul><li><strong>Live online training</strong>: Tutorials in different
  languages focused on translation and <em>localization</em>, or l10n, of WordPress. These are streamed in multiple languages</li><li><strong>Localization sessions</strong>: General instruction and specifics for particular areas and languages. These sessions are streamed in multiple languages.</li><li><strong>Internalization sessions</strong>: Tutorials about optimizing the code to ease localization processes, also called <em>internationalization</em> or i18n. These sessions are streamed in English.</li><li><strong>Local events</strong>: Polyglot contributors will gather around the world for socializing, discussing, and translating together.</li><li><strong>Remote events</strong>: Translation teams that cannot gather physically, will connect remotely. They will be available for training, mentoring, and supporting new contributors. They will also engage in &#8220
 ;translating marathons&#8221;, in which existing teams translate as many strings as they can!</li></ul>\n\n\n\n<p>A number of experienced WordPress translators and internationalization experts are part of the line-up for the livestream, joined by some first time contributors. </p>\n\n\n\n<p>Whether you have or haven&#8217;t contributed to the Polyglots before, you can join in for WordPress Translation Day. Learn more about both local and online events and stay updated through the website and social media. </p>\n\n\n\n<ul><li><a href=\"https://wptranslationday.org/\">WordPress Translation Day website</a></li><li><a href=\"https://twitter.com/translatewp\">WordPress Translation Day Twitter</a></li><li><a href=\"https://www.facebook.com/WPTranslationDay/\">WordPress Translation Day Facebook</a></li></ul>\n\";s:7:\"attrib
 s\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"6961\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:48:\"\n           \n              \n                              \n              \n                              \n\n            \n                              \n                                                              \n                                                                              \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:24:\"WordPress 5.2 “Jaco”\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_exp
 licit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"https://wordpress.org/news/2019/05/jaco/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 07 May 2019 21:03:35 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=6925
 \";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:426:\"Version 5.2 of WordPress is available for download or update in your WordPress dashboard. New features in this update make it easier than ever to fix your site if something goes wrong. There are even more robust tools for identifying and fixing configuration issues and fatal errors. Whether you are a developer helping clients or you manage your site solo, these tools can help get you the right information when you need it.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:
 7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Matt Mullenweg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:31730:\"\n<h2 style=\"text-align:center\">Keeping Sites Safer</h2>\n\n\n\n<figure class=\"wp-block-image\"><img src=\"https://i1.wp.com/wordpress.org/news/files/2019/05/about_maintain-wordpress-cropped.png?fit=632%2C500&amp;ssl=1\" alt=\"\" class=\"wp-image-6926\" srcset=\"https://i1.wp.com/wordpress.org/news/files/2019/05/about_maintain-wordpress-cropped.png?w=1206&amp;ssl=1 1206w, https://i1.wp.com/wordpress.org/news/files/2019/05/about_maintain-wordpress-cropped.png?resize=300%2C237&amp;ssl=1 300w, http
 s://i1.wp.com/wordpress.org/news/files/2019/05/about_maintain-wordpress-cropped.png?resize=768%2C608&amp;ssl=1 768w, https://i1.wp.com/wordpress.org/news/files/2019/05/about_maintain-wordpress-cropped.png?resize=1024%2C810&amp;ssl=1 1024w\" sizes=\"(max-width: 632px) 100vw, 632px\" /></figure>\n\n\n\n<p>Version 5.2 of WordPress, named “Jaco” in honor of renowned and revolutionary jazz bassist Jaco Pastorius, is available for download or update in your WordPress dashboard. New features in this update make it easier than ever to fix your site if something goes wrong.</p>\n\n\n\n<p>There are even more robust tools for identifying and fixing configuration issues and fatal errors. Whether you are a developer helping clients or you manage your site solo, these tools can help get you the right information when you need it.</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h3>Site Health Check</h3>\
 n\n\n\n<div class=\"wp-block-image\"><figure class=\"alignleft is-resized\"><img src=\"https://i2.wp.com/wordpress.org/news/files/2019/05/about_site-health.png?resize=205%2C143&#038;ssl=1\" alt=\"\" class=\"wp-image-6927\" width=\"205\" height=\"143\" srcset=\"https://i2.wp.com/wordpress.org/news/files/2019/05/about_site-health.png?w=609&amp;ssl=1 609w, https://i2.wp.com/wordpress.org/news/files/2019/05/about_site-health.png?resize=300%2C210&amp;ssl=1 300w\" sizes=\"(max-width: 205px) 100vw, 205px\" data-recalc-dims=\"1\" /></figure></div>\n\n\n\n<p>Building on the <a href=\"https://wordpress.org/news/2019/02/betty/\">Site Health</a> features introduced in 5.1, this release adds two new pages to help debug common configuration issues. It also adds space where developers can include debugging information for site mai
 ntainers.</p>\n\n\n\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h3>PHP Error Protection</h3>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"alignleft is-resized\"><img src=\"https://i1.wp.com/wordpress.org/news/files/2019/05/about_error-protection.png?resize=202%2C228&#038;ssl=1\" alt=\"\" class=\"wp-image-6930\" width=\"202\" height=\"228\" srcset=\"https://i1.wp.com/wordpress.org/news/files/2019/05/about_error-protection.png?w=487&amp;ssl=1 487w, https://i1.wp.com/wordpress.org/news/files/2019/05/about_error-protection.png?resize=267%2C300&amp;ssl=1 267w\" sizes=\"(max-width: 202px) 100vw, 202px\" data-recalc-dims=\"1\" /></figure></div>\n\n\n\n<p>This administrator-focused update will let you safely fix or manage fatal error
 s without requiring developer time. It features better handling of the so-called “white screen of death,” and a way to enter recovery mode, &nbsp;which pauses error-causing plugins or themes.</p>\n\n\n\n<div style=\"height:79px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2 style=\"text-align:center\">Improvements for Everyone</h2>\n\n\n\n<h3>Accessibility Updates</h3>\n\n\n\n<p>A number of changes work together to improve contextual awareness and keyboard navigation flow for those using screen readers and other assistive technologies.</p>\n\n\n\n<h3>New Dashboard Icons</h3>\n\n\n\n<p>Thirteen new icons including Instagram, a suite of icons for BuddyPress, and rotated Earth icons for global inclusion. Find them in the Dashboard and have some fun!</p>\n\n\n\n<h3>Plugin Compati
 bility Checks</h3>\n\n\n\n<p>WordPress will now automatically determine if your site’s version of PHP is compatible with installed plugins. If the plugin requires a higher version of PHP than your site currently uses, WordPress will not allow you to activate it, preventing potential compatibility errors.</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2 style=\"text-align:center\">Developer Happiness</h2>\n\n\n\n<div class=\"wp-block-columns has-2-columns\">\n<div class=\"wp-block-column\">\n<p><a href=\"https://make.wordpress.org/core/2019/03/26/coding-standards-updates-for-php-5-6/\"><strong>PHP Version Bump</strong></a><strong> </strong></p>\n\n\n\n<p>The minimum supported PHP version is now 5.6.20. As of WordPress 5.2*, themes and plugins can safely take advantage of namespaces, anonymous functions, and more!</p>\
 n</div>\n\n\n\n<div class=\"wp-block-column\">\n<p><a href=\"https://make.wordpress.org/core/2019/04/24/developer-focused-privacy-updates-in-5-2/\"><strong>Privacy Updates</strong></a><strong> </strong></p>\n\n\n\n<p>A new theme page template, a conditional function, and two CSS classes make designing and customizing the Privacy Policy page easier.</p>\n</div>\n</div>\n\n\n\n<div class=\"wp-block-columns has-2-columns\">\n<div class=\"wp-block-column\">\n<p><strong><a href=\"https://make.wordpress.org/core/2019/04/24/miscellaneous-developer-updates-in-5-2/\">New Body Hook</a> </strong></p>\n\n\n\n<p>5.2 introduces a wp_body_open hook, which lets themes support injecting code right at the beginning of the &lt;body&gt; element.</p>\n</div>\n\n\n\n<div class=\"wp-block-colu
 mn\">\n<p><a href=\"https://make.wordpress.org/core/2019/03/25/building-javascript/\"><strong>Building JavaScript</strong></a></p>\n\n\n\n<p>With the addition of webpack and Babel configurations in the wordpress/scripts package, developers won&#8217;t have to worry about setting up complex build tools to write modern JavaScript.</p>\n</div>\n</div>\n\n\n\n<p><em>*If you are running an old version of PHP (less than 5.6.20), <a href=\"https://wordpress.org/support/update-php/\">update your PHP</a> before installing 5.2.</em></p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>The Squad</h2>\n\n\n\n<p>This release was led by&nbsp;<a href=\"http://ma.tt/\">Matt Mullenweg</a>, <a href=\"https://josepha.blog/\">Josepha Haden Chomphosy</a>, and&nbsp;<a href=\"https:
 //pento.net/\">Gary Pendergast</a>. They were graciously supported by 327 generous volunteer contributors. Load a Jaco Pastorius playlist on your favorite music service and check out some of their profiles:</p>\n\n\n<a href=\"https://profiles.wordpress.org/aaroncampbell\">Aaron D. Campbell</a>, <a href=\"https://profiles.wordpress.org/jorbin\">Aaron Jorbin</a>, <a href=\"https://profiles.wordpress.org/adamsilverstein\">Adam Silverstein</a>, <a href=\"https://profiles.wordpress.org/adamsoucie\">Adam Soucie</a>, <a href=\"https://profiles.wordpress.org/oztaser\">Adil &#214;ztaşer</a>, <a href=\"https://profiles.wordpress.org/ajitbohra\">Ajit Bohra</a>, <a href=\"https://profiles.wordpress.org/schlessera\">Alain Schlesser</a>, <a href=\"https://profiles.wordpress.org/aldavigdis\">Alda Vigd&
 #237;s</a>, <a href=\"https://profiles.wordpress.org/alexdenning\">Alex Denning</a>, <a href=\"https://profiles.wordpress.org/xavortm\">Alex Dimitrov</a>, <a href=\"https://profiles.wordpress.org/akirk\">Alex Kirk</a>, <a href=\"https://profiles.wordpress.org/viper007bond\">Alex Mills</a>, <a href=\"https://profiles.wordpress.org/tellyworth\">Alex Shiels</a>, <a href=\"https://profiles.wordpress.org/lexiqueen\">Alexis</a>, <a href=\"https://profiles.wordpress.org/alexislloyd\">Alexis Lloyd</a>, <a href=\"https://profiles.wordpress.org/allancole\">allancole</a>, <a href=\"https://profiles.wordpress.org/allendav\">Allen Snook</a>, <a href=\"https://profiles.wordpress.org/arena\">Andr?</a>, <a href=\"https://profiles.wordpress.org/andraganescu\">an
 draganescu</a>, <a href=\"https://profiles.wordpress.org/afercia\">Andrea Fercia</a>, <a href=\"https://profiles.wordpress.org/andreamiddleton\">Andrea Middleton</a>, <a href=\"https://profiles.wordpress.org/euthelup\">Andrei Lupu</a>, <a href=\"https://profiles.wordpress.org/aandrewdixon\">Andrew Dixon</a>, <a href=\"https://profiles.wordpress.org/aduth\">Andrew Duthie</a>, <a href=\"https://profiles.wordpress.org/nacin\">Andrew Nacin</a>, <a href=\"https://profiles.wordpress.org/azaozz\">Andrew Ozz</a>, <a href=\"https://profiles.wordpress.org/rarst\">Andrey \"Rarst\" Savchenko</a>, <a href=\"https://profiles.wordpress.org/nosolosw\">Andrés Maneiro</a>, <a href=\"https://profiles.wordpress.org/afragen\">Andy Fragen</a>, <a href=\"https://pr
 ofiles.wordpress.org/andizer\">Andy Meerwaldt</a>, <a href=\"https://profiles.wordpress.org/aniketpatel\">Aniket Patel</a>, <a href=\"https://profiles.wordpress.org/anischarolia\">anischarolia</a>, <a href=\"https://profiles.wordpress.org/atimmer\">Anton Timmermans</a>, <a href=\"https://profiles.wordpress.org/vanyukov\">Anton Vanyukov</a>, <a href=\"https://profiles.wordpress.org/avillegasn\">Antonio Villegas</a>, <a href=\"https://profiles.wordpress.org/antonypuckey\">antonypuckey</a>, <a href=\"https://profiles.wordpress.org/aristath\">Aristeides Stathopoulos</a>, <a href=\"https://profiles.wordpress.org/wpboss\">Aslam Shekh</a>, <a href=\"https://profiles.wordpress.org/axaak\">axaak</a>, <a href=\"https://profiles.wordpress.org/pixolin\">Bego Mario Garde&
 lt;/a>, <a href=\"https://profiles.wordpress.org/empireoflight\">Ben Dunkle</a>, <a href=\"https://profiles.wordpress.org/britner\">Ben Ritner - Kadence Themes</a>, <a href=\"https://profiles.wordpress.org/bfintal\">Benjamin Intal</a>, <a href=\"https://profiles.wordpress.org/billerickson\">Bill Erickson</a>, <a href=\"https://profiles.wordpress.org/birgire\">Birgir Erlendsson</a>, <a href=\"https://profiles.wordpress.org/bodohugobarwich\">Bodo (Hugo) Barwich</a>, <a href=\"https://profiles.wordpress.org/gitlost\">bonger</a>, <a href=\"https://profiles.wordpress.org/boonebgorges\">Boone Gorges</a>, <a href=\"https://profiles.wordpress.org/bradleyt\">Bradley Taylor</a>, <a href=\"https://profiles.wordpress.org/kraftbj\">Brandon Kraft</a>, <a href=\"https://
 profiles.wordpress.org/brentswisher\">Brent Swisher</a>, <a href=\"https://profiles.wordpress.org/burhandodhy\">Burhan Nasir</a>, <a href=\"https://profiles.wordpress.org/cathibosco1\">Cathi Bosco</a>, <a href=\"https://profiles.wordpress.org/chetan200891\">Chetan Prajapati</a>, <a href=\"https://profiles.wordpress.org/chiaralovelaces\">Chiara Magnani</a>, <a href=\"https://profiles.wordpress.org/chouby\">Chouby</a>, <a href=\"https://profiles.wordpress.org/chrisvanpatten\">Chris Van Patten</a>, <a href=\"https://profiles.wordpress.org/dswebsme\">D.S. Webster</a>, <a href=\"https://profiles.wordpress.org/colorful-tones\">Damon Cook</a>, <a href=\"https://profiles.wordpress.org/danielbachhuber\">Daniel Bachhuber</a>, <a href=\"https://profiles.wordpress.org/danieltj\&
 quot;>Daniel James</a>, <a href=\"https://profiles.wordpress.org/diddledan\">Daniel Llewellyn</a>, <a href=\"https://profiles.wordpress.org/talldanwp\">Daniel Richards</a>, <a href=\"https://profiles.wordpress.org/mte90\">Daniele Scasciafratte</a>, <a href=\"https://profiles.wordpress.org/nerrad\">Darren Ethier</a>, <a href=\"https://profiles.wordpress.org/drw158\">Dave Whitley</a>, <a href=\"https://profiles.wordpress.org/davefx\">DaveFX</a>, <a href=\"https://profiles.wordpress.org/davetgreen\">davetgreen</a>, <a href=\"https://profiles.wordpress.org/davidbaumwald\">David Baumwald</a>, <a href=\"https://profiles.wordpress.org/davidbinda\">David Binovec</a>, <a href=\"https://profiles.wordpress.org/david.binda\">David Binovec</a>, <a href=\"https://
 profiles.wordpress.org/dlh\">David Herrera</a>, <a href=\"https://profiles.wordpress.org/dgroddick\">David Roddick</a>, <a href=\"https://profiles.wordpress.org/get_dave\">David Smith</a>, <a href=\"https://profiles.wordpress.org/folletto\">Davide \'Folletto\' Casali</a>, <a href=\"https://profiles.wordpress.org/daxelrod\">daxelrod</a>, <a href=\"https://profiles.wordpress.org/dkarfa\">Debabrata Karfa</a>, <a href=\"https://profiles.wordpress.org/dekervit\">dekervit</a>, <a href=\"https://profiles.wordpress.org/denis-de-bernardy\">Denis de Bernardy</a>, <a href=\"https://profiles.wordpress.org/dmsnell\">Dennis Snell</a>, <a href=\"https://profiles.wordpress.org/valendesigns\">Derek Herman</a>, <a href=\"https://profiles.wordpress.org/pcfreak30\">Derrick Hamme
 r</a>, <a href=\"https://profiles.wordpress.org/designsimply\">designsimply</a>, <a href=\"https://profiles.wordpress.org/dhanukanuwan\">Dhanukanuwan</a>, <a href=\"https://profiles.wordpress.org/dharm1025\">Dharmesh Patel</a>, <a href=\"https://profiles.wordpress.org/dianeco\">Diane</a>, <a href=\"https://profiles.wordpress.org/diegoreymendez\">diegoreymendez</a>, <a href=\"https://profiles.wordpress.org/dilipbheda\">Dilip Bheda</a>, <a href=\"https://profiles.wordpress.org/odminstudios\">Dima</a>, <a href=\"https://profiles.wordpress.org/dd32\">Dion Hulse</a>, <a href=\"https://profiles.wordpress.org/dency\">Dixita Dusara</a>, <a href=\"https://profiles.wordpress.org/iamdmitrymayorov\">Dmitry Mayorov</a>, <a href=\"https://profiles.wordpress.org/ocean
 90\">Dominik Schilling</a>, <a href=\"https://profiles.wordpress.org/drewapicture\">Drew Jaynes</a>, <a href=\"https://profiles.wordpress.org/dsifford\">dsifford</a>, <a href=\"https://profiles.wordpress.org/seedsca\">EcoTechie</a>, <a href=\"https://profiles.wordpress.org/etoledom\">Eduardo Toledo</a>, <a href=\"https://profiles.wordpress.org/iseulde\">Ella Van Durpe</a>, <a href=\"https://profiles.wordpress.org/edocev\">Emil Dotsev</a>, <a href=\"https://profiles.wordpress.org/fabiankaegy\">fabiankaegy</a>, <a href=\"https://profiles.wordpress.org/faisal03\">Faisal Alvi</a>, <a href=\"https://profiles.wordpress.org/parsmizban\">Farhad Sakhaei</a>, <a href=\"https://profiles.wordpress.org/flixos90\">Felix Arntz</a>, <a href=\"https://profiles.w
 ordpress.org/peaceablewhale\">Franklin Tse</a>, <a href=\"https://profiles.wordpress.org/fuegas\">Fuegas</a>, <a href=\"https://profiles.wordpress.org/garrett-eclipse\">Garrett Hyder</a>, <a href=\"https://profiles.wordpress.org/garyj\">Gary Jones</a>, <a href=\"https://profiles.wordpress.org/soulseekah\">Gennady Kovshenin</a>, <a href=\"https://profiles.wordpress.org/sachyya-sachet\">ghoul</a>, <a href=\"https://profiles.wordpress.org/girishpanchal\">Girish Panchal</a>, <a href=\"https://profiles.wordpress.org/gziolo\">Grzegorz Ziółkowski</a>, <a href=\"https://profiles.wordpress.org/wido\">Guido Scialfa</a>, <a href=\"https://profiles.wordpress.org/gutendev\">GutenDev <img src=\"https://s.w.org/images/core/emoji/12.0.0-1/72x72/270d.png\" alt=\"✍\" clas
 s=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /><img src=\"https://s.w.org/images/core/emoji/12.0.0-1/72x72/3299.png\" alt=\"㊙\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /></a>, <a href=\"https://profiles.wordpress.org/gwwar\">gwwar</a>, <a href=\"https://profiles.wordpress.org/hannahmalcolm\">Hannah Malcolm</a>, <a href=\"https://profiles.wordpress.org/hardik-amipara\">Hardik Amipara</a>, <a href=\"https://profiles.wordpress.org/thakkarhardik\">Hardik Thakkar</a>, <a href=\"https://profiles.wordpress.org/luehrsen\">Hendrik Luehrsen</a>, <a href=\"https://profiles.wordpress.org/henrywright-1\">Henry</a>, <a href=\"https://profiles.wordpress.org/henrywright\">Henry Wright</a>, <a href=\"https://profiles.wordpress.org/rya
 nshoover\">Hoover</a>, <a href=\"https://profiles.wordpress.org/ianbelanger\">Ian Belanger</a>, <a href=\"https://profiles.wordpress.org/iandunn\">Ian Dunn</a>, <a href=\"https://profiles.wordpress.org/ice9js\">ice9js</a>, <a href=\"https://profiles.wordpress.org/zinigor\">Igor Zinovyev</a>, <a href=\"https://profiles.wordpress.org/imath\">imath</a>, <a href=\"https://profiles.wordpress.org/ixium\">Ixium</a>, <a href=\"https://profiles.wordpress.org/jdgrimes\">J.D. Grimes</a>, <a href=\"https://profiles.wordpress.org/jakeparis\">jakeparis</a>, <a href=\"https://profiles.wordpress.org/cc0a\">James</a>, <a href=\"https://profiles.wordpress.org/janak007\">janak Kaneriya</a>, <a href=\"https://profiles.wordpress.org/jankimoradiya\">Janki Mor
 adiya</a>, <a href=\"https://profiles.wordpress.org/jarred-kennedy\">Jarred Kennedy</a>, <a href=\"https://profiles.wordpress.org/vengisss\">Javier Villanueva</a>, <a href=\"https://profiles.wordpress.org/jayupadhyay01\">Jay Upadhyay</a>, <a href=\"https://profiles.wordpress.org/jaydeep-rami\">Jaydip Rami</a>, <a href=\"https://profiles.wordpress.org/parkcityj\">Jaye Simons</a>, <a href=\"https://profiles.wordpress.org/jaymanpandya\">Jayman Pandya</a>, <a href=\"https://profiles.wordpress.org/jdeeburke\">jdeeburke</a>, <a href=\"https://profiles.wordpress.org/audrasjb\">Jean-Baptiste Audras</a>, <a href=\"https://profiles.wordpress.org/jeffpaul\">Jeff Paul</a>, <a href=\"https://profiles.wordpress.org/cheffheid\">Jeffrey de Wit</a>, <a href=\"https://pr
 ofiles.wordpress.org/miss_jwo\">Jenny Wong</a>, <a href=\"https://profiles.wordpress.org/jeremyfelt\">Jeremy Felt</a>, <a href=\"https://profiles.wordpress.org/endocreative\">Jeremy Green</a>, <a href=\"https://profiles.wordpress.org/jeherve\">Jeremy Herve</a>, <a href=\"https://profiles.wordpress.org/jitendrabanjara1991\">jitendrabanjara1991</a>, <a href=\"https://profiles.wordpress.org/joedolson\">Joe Dolson</a>, <a href=\"https://profiles.wordpress.org/joemcgill\">Joe McGill</a>, <a href=\"https://profiles.wordpress.org/joen\">Joen Asmussen</a>, <a href=\"https://profiles.wordpress.org/j-falk\">Johan Falk</a>, <a href=\"https://profiles.wordpress.org/johannadevos\">Johanna de Vos</a>, <a href=\"https://profiles.wordpress.org/johnbillion\">John Blackbourn&l
 t;/a>, <a href=\"https://profiles.wordpress.org/johnjamesjacoby\">John James Jacoby</a>, <a href=\"https://profiles.wordpress.org/desrosj\">Jonathan Desrosiers</a>, <a href=\"https://profiles.wordpress.org/jonathandejong\">Jonathandejong</a>, <a href=\"https://profiles.wordpress.org/joneiseman\">joneiseman</a>, <a href=\"https://profiles.wordpress.org/spacedmonkey\">Jonny Harris</a>, <a href=\"https://profiles.wordpress.org/jonnybojangles\">jonnybojangles</a>, <a href=\"https://profiles.wordpress.org/joostdevalk\">Joost de Valk</a>, <a href=\"https://profiles.wordpress.org/jordesign\">jordesign</a>, <a href=\"https://profiles.wordpress.org/koke\">Jorge Bernal</a>, <a href=\"https://profiles.wordpress.org/jorgefilipecosta\">Jorge Costa</a>, <a href=\"https:
 //profiles.wordpress.org/keraweb\">Jory Hogeveen</a>, <a href=\"https://profiles.wordpress.org/jcastaneda\">Jose Castaneda</a>, <a href=\"https://profiles.wordpress.org/josephwa\">josephwa</a>, <a href=\"https://profiles.wordpress.org/builtbynorthby\">Josh Feck</a>, <a href=\"https://profiles.wordpress.org/joshuawold\">JoshuaWold</a>, <a href=\"https://profiles.wordpress.org/joyously\">Joy</a>, <a href=\"https://profiles.wordpress.org/jplojohn\">jplo</a>, <a href=\"https://profiles.wordpress.org/jrtashjian\">JR Tashjian</a>, <a href=\"https://profiles.wordpress.org/jrf\">jrf</a>, <a href=\"https://profiles.wordpress.org/juiiee8487\">Juhi Patel</a>, <a href=\"https://profiles.wordpress.org/juliarrr\">juliarrr</a>, <a href=\"https://profiles.wordp
 ress.org/justinahinon\">Justin Ahinon</a>, <a href=\"https://profiles.wordpress.org/kadamwhite\">K. Adam White</a>, <a href=\"https://profiles.wordpress.org/kamataryo\">KamataRyo</a>, <a href=\"https://profiles.wordpress.org/karinedo\">Karine Do</a>, <a href=\"https://profiles.wordpress.org/katyatina\">Katyatina</a>, <a href=\"https://profiles.wordpress.org/kelin1003\">Kelin Chauhan</a>, <a href=\"https://profiles.wordpress.org/ryelle\">Kelly Dwan</a>, <a href=\"https://profiles.wordpress.org/itzmekhokan\">Khokan Sardar</a>, <a href=\"https://profiles.wordpress.org/killua99\">killua99</a>, <a href=\"https://profiles.wordpress.org/ixkaito\">Kite</a>, <a href=\"https://profiles.wordpress.org/kjellr\">Kjell Reigstad</a>, <a href=\"https://profiles.
 wordpress.org/knutsp\">Knut Sparhell</a>, <a href=\"https://profiles.wordpress.org/olein\">Koji Kuno</a>, <a href=\"https://profiles.wordpress.org/obenland\">Konstantin Obenland</a>, <a href=\"https://profiles.wordpress.org/xkon\">Konstantinos Xenos</a>, <a href=\"https://profiles.wordpress.org/codemascot\">Kʜᴀɴ (ಠ_ಠ)</a>, <a href=\"https://profiles.wordpress.org/laurelfulford\">laurelfulford</a>, <a href=\"https://profiles.wordpress.org/lkraav\">lkraav</a>, <a href=\"https://profiles.wordpress.org/lovingboth\">lovingboth</a>, <a href=\"https://profiles.wordpress.org/lukecarbis\">Luke Carbis</a>, <a href=\"https://profiles.wordpress.org/lgedeon\">Luke Gedeon</a>, <a href=\"https://profiles.wordpress.org/lukepettway\">Luke Pettway</a>, <a href
 =\"https://profiles.wordpress.org/palmiak\">Maciej Palmowski</a>, <a href=\"https://profiles.wordpress.org/maedahbatool\">Maedah Batool</a>, <a href=\"https://profiles.wordpress.org/travel_girl\">Maja Benke</a>, <a href=\"https://profiles.wordpress.org/malae\">Malae</a>, <a href=\"https://profiles.wordpress.org/manzoorwanijk\">Manzoor Wani</a>, <a href=\"https://profiles.wordpress.org/robobot3000\">Marcin</a>, <a href=\"https://profiles.wordpress.org/iworks\">Marcin Pietrzak</a>, <a href=\"https://profiles.wordpress.org/marcofernandes\">Marco Fernandes</a>, <a href=\"https://profiles.wordpress.org/marco-peralta\">Marco Peralta</a>, <a href=\"https://profiles.wordpress.org/mkaz\">Marcus Kazmierczak</a>, <a href=\"https://profiles.wordpress.org/marekhrabe\"&g
 t;marekhrabe</a>, <a href=\"https://profiles.wordpress.org/clorith\">Marius Jensen</a>, <a href=\"https://profiles.wordpress.org/mbelchev\">Mariyan Belchev</a>, <a href=\"https://profiles.wordpress.org/mapk\">Mark Uraine</a>, <a href=\"https://profiles.wordpress.org/markcallen\">markcallen</a>, <a href=\"https://profiles.wordpress.org/mechter\">Markus Echterhoff</a>, <a href=\"https://profiles.wordpress.org/m-e-h\">Marty Helmick</a>, <a href=\"https://profiles.wordpress.org/marybaum\">marybaum</a>, <a href=\"https://profiles.wordpress.org/mattnyeus\">mattnyeus</a>, <a href=\"https://profiles.wordpress.org/mdwolinski\">mdwolinski</a>, <a href=\"https://profiles.wordpress.org/immeet94\">Meet Makadia</a>, <a href=\"https://profiles.wordpress.org/melchoyce\
 ">Mel Choyce</a>, <a href=\"https://profiles.wordpress.org/mheikkila\">mheikkila</a>, <a href=\"https://profiles.wordpress.org/wpscholar\">Micah Wood</a>, <a href=\"https://profiles.wordpress.org/michelleweber\">michelleweber</a>, <a href=\"https://profiles.wordpress.org/mcsf\">Miguel Fonseca</a>, <a href=\"https://profiles.wordpress.org/mmtr86\">Miguel Torres</a>, <a href=\"https://profiles.wordpress.org/simison\">Mikael Korpela</a>, <a href=\"https://profiles.wordpress.org/mauteri\">Mike Auteri</a>, <a href=\"https://profiles.wordpress.org/mikeschinkel\">Mike Schinkel [WPLib Box project lead]</a>, <a href=\"https://profiles.wordpress.org/mikeschroder\">Mike Schroder</a>, <a href=\"https://profiles.wordpress.org/mikeselander\">Mike Selander</a>, <a 
 href=\"https://profiles.wordpress.org/mikengarrett\">MikeNGarrett</a>, <a href=\"https://profiles.wordpress.org/dimadin\">Milan Dinić</a>, <a href=\"https://profiles.wordpress.org/0mirka00\">mirka</a>, <a href=\"https://profiles.wordpress.org/lord_viper\">Mobin Ghasempoor</a>, <a href=\"https://profiles.wordpress.org/mohadeseghasemi\">Mohadese Ghasemi</a>, <a href=\"https://profiles.wordpress.org/saimonh\">Mohammed Saimon</a>, <a href=\"https://profiles.wordpress.org/mor10\">Morten Rand-Hendriksen</a>, <a href=\"https://profiles.wordpress.org/man4toman\">Morteza Geransayeh</a>, <a href=\"https://profiles.wordpress.org/mmuhsin\">Muhammad Muhsin</a>, <a href=\"https://profiles.wordpress.org/mukesh27\">Mukesh Panchal</a>, <a href=\"https://profiles.wordpress.org/m
 _uysl\">Mustafa Uysal</a>, <a href=\"https://profiles.wordpress.org/mzorz\">mzorz</a>, <a href=\"https://profiles.wordpress.org/nfmohit\">Nahid F. Mohit</a>, <a href=\"https://profiles.wordpress.org/naoki0h\">Naoki Ohashi</a>, <a href=\"https://profiles.wordpress.org/nateallen\">Nate Allen</a>, <a href=\"https://profiles.wordpress.org/greatislander\">Ned Zimmerman</a>, <a href=\"https://profiles.wordpress.org/neobabis\">Neokazis Charalampos</a>, <a href=\"https://profiles.wordpress.org/modernnerd\">Nick Cernis</a>, <a href=\"https://profiles.wordpress.org/ndiego\">Nick Diego</a>, <a href=\"https://profiles.wordpress.org/celloexpressions\">Nick Halsey</a>, <a href=\"https://profiles.wordpress.org/jainnidhi\">Nidhi Jain</a>, <a href=\"https://prof
 iles.wordpress.org/nielslange\">Niels</a>, <a href=\"https://profiles.wordpress.org/nielsdeblaauw\">Niels de Blaauw</a>, <a href=\"https://profiles.wordpress.org/nnikolov\">Nikolay Nikolov</a>, <a href=\"https://profiles.wordpress.org/rabmalin\">Nilambar Sharma</a>, <a href=\"https://profiles.wordpress.org/ninio\">ninio</a>, <a href=\"https://profiles.wordpress.org/notnownikki\">notnownikki</a>, <a href=\"https://profiles.wordpress.org/bulletdigital\">Oliver Sadler</a>, <a href=\"https://profiles.wordpress.org/onlanka\">onlanka</a>, <a href=\"https://profiles.wordpress.org/pandelisz\">pandelisz</a>, <a href=\"https://profiles.wordpress.org/swissspidy\">Pascal Birchler</a>, <a href=\"https://profiles.wordpress.org/pbearne\">Paul Bearne</a>, <a href=\&
 quot;https://profiles.wordpress.org/pbiron\">Paul Biron</a>, <a href=\"https://profiles.wordpress.org/pedromendonca\">Pedro Mendon&#231;a</a>, <a href=\"https://profiles.wordpress.org/peterbooker\">Peter Booker</a>, <a href=\"https://profiles.wordpress.org/peterwilsoncc\">Peter Wilson</a>, <a href=\"https://profiles.wordpress.org/pfiled\">pfiled</a>, <a href=\"https://profiles.wordpress.org/pilou69\">pilou69</a>, <a href=\"https://profiles.wordpress.org/pranalipatel\">Pranali Patel</a>, <a href=\"https://profiles.wordpress.org/pratikthink\">Pratik</a>, <a href=\"https://profiles.wordpress.org/pratikkry\">Pratik K. Yadav</a>, <a href=\"https://profiles.wordpress.org/presskopp\">Presskopp</a>, <a href=\"https://profiles.wordpress.org/psealock\">psealock<
 /a>, <a href=\"https://profiles.wordpress.org/punit5658\">Punit Patel</a>, <a href=\"https://profiles.wordpress.org/bamadesigner\">Rachel Cherry</a>, <a href=\"https://profiles.wordpress.org/rahmon\">Rahmon</a>, <a href=\"https://profiles.wordpress.org/superpoincare\">Ramanan</a>, <a href=\"https://profiles.wordpress.org/ramiy\">Rami Yushuvaev</a>, <a href=\"https://profiles.wordpress.org/ramizmanked\">Ramiz Manked</a>, <a href=\"https://profiles.wordpress.org/ramonopoly\">ramonopoly</a>, <a href=\"https://profiles.wordpress.org/youknowriad\">Riad Benguella</a>, <a href=\"https://profiles.wordpress.org/rinatkhaziev\">Rinat Khaziev</a>, <a href=\"https://profiles.wordpress.org/noisysocks\">Robert Anderson</a>, <a href=\"https://profiles.wordpress.org/rsusan
 to\">Rudy Susanto</a>, <a href=\"https://profiles.wordpress.org/ryan\">Ryan Boren</a>, <a href=\"https://profiles.wordpress.org/welcher\">Ryan Welcher</a>, <a href=\"https://profiles.wordpress.org/sebastienserre\">S&#233;bastien SERRE</a>, <a href=\"https://profiles.wordpress.org/saeedfard\">Saeed Fard</a>, <a href=\"https://profiles.wordpress.org/salcode\">Sal Ferrarello</a>, <a href=\"https://profiles.wordpress.org/salar6990\">Salar Gholizadeh</a>, <a href=\"https://profiles.wordpress.org/samanehmirrajabi\">Samaneh Mirrajabi</a>, <a href=\"https://profiles.wordpress.org/samikeijonen\">Sami Keijonen</a>, <a href=\"https://profiles.wordpress.org/elhardoum\">Samuel Elh</a>, <a href=\"https://profiles.wordpress.org/sgarza\">Santiago Garza</a>, <a h
 ref=\"https://profiles.wordpress.org/saracope\">Sara Cope</a>, <a href=\"https://profiles.wordpress.org/saracup\">saracup</a>, <a href=\"https://profiles.wordpress.org/tinkerbelly\">sarah semark</a>, <a href=\"https://profiles.wordpress.org/paragoninitiativeenterprises\">Scott Arciszewski</a>, <a href=\"https://profiles.wordpress.org/coffee2code\">Scott Reilly</a>, <a href=\"https://profiles.wordpress.org/sebastianpisula\">Sebastian Pisula</a>, <a href=\"https://profiles.wordpress.org/ebrahimzadeh\">Sekineh Ebrahimzadeh</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov\">Sergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/sergioestevao\">SergioEstevao</a>, <a href=\"https://profiles.wordpress.org/sgastard\">sgastard</a>, <a href=\"https://pr
 ofiles.wordpress.org/sharifkiberu\">sharifkiberu</a>, <a href=\"https://profiles.wordpress.org/shashank3105\">Shashank Panchal</a>, <a href=\"https://profiles.wordpress.org/shazdeh\">shazdeh</a>, <a href=\"https://profiles.wordpress.org/shital-patel\">Shital Marakana</a>, <a href=\"https://profiles.wordpress.org/sky_76\">sky_76</a>, <a href=\"https://profiles.wordpress.org/soean\">Soren Wrede</a>, <a href=\"https://profiles.wordpress.org/netweb\">Stephen Edgar</a>, <a href=\"https://profiles.wordpress.org/stevenkword\">Steven Word</a>, <a href=\"https://profiles.wordpress.org/subrataemfluence\">Subrata Sarkar</a>, <a href=\"https://profiles.wordpress.org/sudar\">Sudar Muthu</a>, <a href=\"https://profiles.wordpress.org/sudhiryadav\">Sudhir Yadav</a>, &l
 t;a href=\"https://profiles.wordpress.org/szepeviktor\">szepe.viktor</a>, <a href=\"https://profiles.wordpress.org/miyauchi\">Takayuki Miyauchi</a>, <a href=\"https://profiles.wordpress.org/karmatosed\">Tammie Lister</a>, <a href=\"https://profiles.wordpress.org/themonic\">Themonic</a>, <a href=\"https://profiles.wordpress.org/thomstark\">thomstark</a>, <a href=\"https://profiles.wordpress.org/tfrommen\">Thorsten Frommen</a>, <a href=\"https://profiles.wordpress.org/thrijith\">Thrijith Thankachan</a>, <a href=\"https://profiles.wordpress.org/hedgefield\">Tim Hedgefield</a>, <a href=\"https://profiles.wordpress.org/timwright12\">Tim Wright</a>, <a href=\"https://profiles.wordpress.org/timothyblynjacobs\">Timothy Jacobs</a>, <a href=\"https://profiles.wordpress.or
 g/timph\">timph</a>, <a href=\"https://profiles.wordpress.org/tmatsuur\">tmatsuur</a>, <a href=\"https://profiles.wordpress.org/ohiosierra\">tmdesigned</a>, <a href=\"https://profiles.wordpress.org/tmdesigned\">tmdesigned</a>, <a href=\"https://profiles.wordpress.org/tz-media\">Tobias Zimpel</a>, <a href=\"https://profiles.wordpress.org/tobiasbg\">TobiasBg</a>, <a href=\"https://profiles.wordpress.org/tomharrigan\">TomHarrigan</a>, <a href=\"https://profiles.wordpress.org/tonybogdanov\">tonybogdanov</a>, <a href=\"https://profiles.wordpress.org/tobifjellner\">Tor-Bjorn Fjellner</a>, <a href=\"https://profiles.wordpress.org/toro_unit\">Toro_Unit (Hiroshi Urabe)</a>, <a href=\"https://profiles.wordpress.org/torres126\">torres126</a>, <a href=\"htt
 ps://profiles.wordpress.org/zodiac1978\">Torsten Landsiedel</a>, <a href=\"https://profiles.wordpress.org/itowhid06\">Towhidul Islam</a>, <a href=\"https://profiles.wordpress.org/liljimmi\">Tracy Levesque</a>, <a href=\"https://profiles.wordpress.org/umang7\">Umang Bhanvadia</a>, <a href=\"https://profiles.wordpress.org/vaishalipanchal\">Vaishali Panchal</a>, <a href=\"https://profiles.wordpress.org/vrimill\">vrimill</a>, <a href=\"https://profiles.wordpress.org/webfactory\">WebFactory</a>, <a href=\"https://profiles.wordpress.org/westonruter\">Weston Ruter</a>, <a href=\"https://profiles.wordpress.org/wfmattr\">WFMattR</a>, <a href=\"https://profiles.wordpress.org/bahia0019\">William \'Bahia\' Bay</a>, <a href=\"https://profiles.wordpress.org/earnjam\">Willi
 am Earnhardt</a>, <a href=\"https://profiles.wordpress.org/williampatton\">williampatton</a>, <a href=\"https://profiles.wordpress.org/willscrlt\">Willscrlt</a>, <a href=\"https://profiles.wordpress.org/wolly\">Wolly aka Paolo Valenti</a>, <a href=\"https://profiles.wordpress.org/wrwrwr0\">wrwrwr0</a>, <a href=\"https://profiles.wordpress.org/yoavf\">Yoav Farhi</a>, <a href=\"https://profiles.wordpress.org/fierevere\">Yui</a>, <a href=\"https://profiles.wordpress.org/zebulan\">Zebulan Stanphill</a>, and <a href=\"https://profiles.wordpress.org/chesio\">Česlav Przywara</a>.\n\n\n\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<p>Also, many thanks to all of the community volunteers who contribute in the <a href=\&
 quot;https://wordpress.org/support/\">support forums</a>. They answer questions from people across the world, whether they are using WordPress for the first time or since the first release. These releases are more successful for their efforts!</p>\n\n\n\n<p>If you want learn more about volunteering with WordPress, check out&nbsp;<a href=\"https://make.wordpress.org/\">Make WordPress</a>&nbsp;or the&nbsp;<a href=\"https://make.wordpress.org/core/\">core development blog</a>.</p>\n\n\n\n<p>Thanks for choosing WordPress!</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"6925\";s:7:\"attribs\";a:0:{}s:8:\"xml_base
 \";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:51:\"\n          \n              \n                              \n              \n                              \n              \n\n            \n                              \n                                                              \n                                                                              \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"WordPress 5.2 RC2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/news/2019/05/wordpress-5-2-rc2/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:
 0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 02 May 2019 16:17:59 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=6914\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\&quot
 ;false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:326:\"The second release candidate for WordPress 5.2 is now available! WordPress 5.2 will be released on Tuesday, May 7, but we need your help to get there—if you haven’t tried 5.2 yet, now is the time! There are two ways to test the WordPress 5.2 release candidate: try the WordPress Beta Tester plugin (you’ll want [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"Josepha\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\&quot
 ;;b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:2472:\"\n<p>The second release candidate for WordPress 5.2 is now available!</p>\n\n\n\n<p>WordPress 5.2 will be released on <strong><a href=\"https://make.wordpress.org/core/5-2/\">Tuesday, May 7</a></strong>, but we need <em>your</em> help to get there—if you haven’t tried 5.2 yet, now is the time!</p>\n\n\n\n<p>There are two ways to test the WordPress 5.2 release candidate: try the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (you’ll want to select the “bleeding edge nightlies” option), or you can <a href=\"https://wordpress.org/wordpress-5.2-RC2.zip\">download the release candidate here</a> (zip).</p>\n\n\n
 \n<p>For details about what to expect in WordPress 5.2, please see the <a href=\"https://wordpress.org/news/2019/04/wordpress-5-2-release-candidate/\">first release candidate post</a>.</p>\n\n\n\n<p>This release includes the final About page design. It also contains fixes for:</p>\n\n\n\n<ul><li>Proper translation of the recovery mode notification emails (#47093).</li><li>Improvements to the way Site Health works with multisite installs (#47084).</li></ul>\n\n\n\n<h2>Plugin and Theme Developers</h2>\n\n\n\n<p>Please test your plugins and themes against WordPress 5.2 and update the <em>Tested up to</em> version in the readme to 5.2. If you find compatibility problems, please be sure to post to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">support forums</a> so we can figure those out before the final release.</p>\n\n\n\n<p>
 The&nbsp;<a href=\"https://make.wordpress.org/core/2019/04/16/wordpress-5-2-field-guide/\">WordPress 5.2 Field Guide</a>&nbsp;has also been published, which details the major changes.</p>\n\n\n\n<h2>How to Help</h2>\n\n\n\n<p>Do you speak a language other than English? <a href=\"https://translate.wordpress.org/projects/wp/dev\">Help us translate WordPress into more than 100 languages!</a></p>\n\n\n\n<p><em><strong>If you think you’ve found a bug</strong>, you can post to the <a href=\"https://wordpress.org/support/forum/alphabeta\">Alpha/Beta area</a> in the support forums. We’d love to hear from you! If you’re comfortable writing a reproducible bug report, <a href=\"https://make.wordpress.org/core/reports/\">file one on WordPress Trac</a>, where you can also find <a href=\"https://core.trac.wordpress.org/tickets/major\&q
 uot;>a list of known bugs</a>.</em></p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<p><em>It&#8217;s the start of May<br>and the release is coming.<br>We all give a cheer!</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"6914\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:48:\"\n                \n              \n                              \n              \n                              \n\n            \n                              \n                                                              \n                                                                              \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_
 lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"The Month in WordPress: April 2019\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"https://wordpress.org/news/2019/05/the-month-in-wordpress-april-2019/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 02 May 2019 09:00:26 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:
 0;a:5:{s:4:\"data\";s:18:\"Month in WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=6918\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:324:\"This past month has been filled with anticipation as the community builds up towards a big new release, plans some important events, and builds new tools to grow the future of the project. WordPress 5.2 Almost Due for Release WordPress 5.2 is due for release on May 7 with many new features included for developers [&amp
 ;#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Hugh Lashbrooke\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:8386:\"\n<p>This past month has been filled with anticipation as the community builds up towards a big new release, plans some important events, and builds new tools to grow the future of the project.</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>WordPress 5.2 Almost Due for Release</h2>\n\n\n\n<p&g
 t;WordPress 5.2 is due for release on May 7 with many new features included for developers and end-users alike. <a href=\"https://make.wordpress.org/core/2019/04/16/wordpress-5-2-field-guide/\">The Field Guide for the release</a> provides a lot of information about what is in it and what you can expect, including a few key elements:</p>\n\n\n\n<h3>Site Health Check</h3>\n\n\n\n<p>One of the most highly anticipated features for v5.2 is <a href=\"https://make.wordpress.org/core/2019/04/25/site-health-check-in-5-2/\">the Site Health Check</a>. This feature adds two new pages in the admin interface to help end users maintain a healthy site through common configuration issues and other elements that go along with having a robust online presence. It also provides a standardized location for developers to add debugging information.</p>\n\n\n\n<h3>Fatal Error Recovery Mode</h3>\n\n\n\n<p><a href=\
 "https://make.wordpress.org/core/2019/04/16/fatal-error-recovery-mode-in-5-2/\">The Fatal Error Recovery Mode feature</a> was originally planned for the 5.1 release but was delayed to patch up some last-minute issues that arose. This feature will help site-owners recover more quickly from fatal errors that break the display or functionality of their site that would ordinarily require code or database edits to fix.</p>\n\n\n\n<h3>Privacy and Accessibility Updates</h3>\n\n\n\n<p>Along with the headlining features mentioned above, there are some important enhancements to the privacy and accessibility features included in Core. These include <a href=\"https://make.wordpress.org/core/2019/04/24/developer-focused-privacy-updates-in-5-2/\">some important developer-focused changes</a> to how privacy policy pages are displayed and user data is exported, as well as <a href=\"https://make.wordpress.org/core/2019/04/02/adm
 in-tabs-semantic-improvements-in-5-2/\">moving to more semantic markup for admin tabs</a> and <a href=\"https://make.wordpress.org/core/2019/04/24/notable-accessibility-changes-in-5-2/\">other improvements</a> such as switching post format icons to drop-down menus on post list tables, improved admin toolbar markup, and contextual improvements to archive widget drop-down menu.</p>\n\n\n\n<h3>New Dashicons</h3>\n\n\n\n<p>The <a href=\"https://developer.wordpress.org/resource/dashicons/\">Dashicons</a> library was last updated was over 3 years ago. Now, in the upcoming release, <a href=\"https://make.wordpress.org/core/2019/04/11/dashicons-in-wordpress-5-2/\">a set of 13 new icons will be added to the library</a> along with improvements to the build process and file format of the icons.</p>\n\n\n\n<h3>Block Editor Upgrades</h3>\n\n\n\n<p>The Block Editor has s
 een <a href=\"https://make.wordpress.org/core/2019/04/17/whats-new-in-gutenberg-17th-april/\">numerous improvements</a> lately that will all be included in the v5.2 release. Along with the interface upgrades, the underlying Javascript module <a href=\"https://make.wordpress.org/core/2019/04/09/the-block-editor-javascript-module-in-5-2/\">has been reorganized</a>, improvements have been made to <a href=\"https://make.wordpress.org/core/2019/04/17/block-editor-detection-improvements-in-5-2/\">how the block editor is detected</a> on the post edit screen, and <a href=\"https://make.wordpress.org/core/2019/03/25/building-javascript/\">the Javascript build process has been enhanced</a>.</p>\n\n\n\n<p><a href=\"https://wordpress.org/news/2019/04/wordpress-5-2-release-candidate/\">WordPress 5.2 is now in the Release Candidate phase</a> and you can test it by installing &
 lt;a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">the Beta Tester plugin</a> on any WordPress site.</p>\n\n\n\n<p>Want to get involved in building WordPress Core? Follow <a href=\"https://make.wordpress.org/core\">the Core team blog</a> and join the #core channel in <a href=\"https://make.wordpress.org/chat/\">the Making WordPress Slack group</a>.</p>\n\n\n\n<h2>WordPress Translation Day 4 is Almost Here</h2>\n\n\n\n<p>On 11 May 2019, <a href=\"https://make.wordpress.org/polyglots/2019/03/01/global-wordpress-translation-day-4-is-coming/\">the fourth WordPress Translation Day</a> will take place. This is a 24-hour global event dedicated to the translation of all things WordPress, from Core to themes, plugins to marketing.</p>\n\n\n\n<p>Over the course of 24 hours, WordPress communities will meet to translate WordPress into their local l
 anguages and watch talks and sessions broadcast on <a href=\"https://wptranslationday.org/\">wptranslationday.org</a>. During the previous WordPress Translation Day, 71 local events took place in 29 countries, and even more communities are expected to take part this time.</p>\n\n\n\n<p>Want to get involved in WordPress Translation Day 4? Find out <a href=\"https://make.wordpress.org/community/2019/03/22/global-wordpress-translation-day-4-info-for-event-organizers/\">how to organize a local event</a>, follow the updates on <a href=\"https://make.wordpress.org/polyglots/tag/gwtd4/\">the Polyglots team blog</a>, and join the #polyglots channel in <a href=\"https://make.wordpress.org/chat/\">the Making WordPress Slack group</a>.</p>\n\n\n\n<h2>Block Library Project Gets Started</h2>\n\n\n\n<p>Since <a href=\"https://make.wordpress.org/meta/2019/03/08/the-bl
 ock-directory-and-a-new-type-of-plugin/\">the initial proposal</a> for a Block Library that would be made available from inside the block editor, work has been done to put together <a href=\"https://make.wordpress.org/design/2019/04/02/call-for-design-installing-blocks-from-within-gutenberg/\">some designs</a> for how this would look. Since then the project has received a more direct focus with <a href=\"https://make.wordpress.org/design/2019/04/26/block-library-installing-blocks-from-within-gutenberg/\">a planned out scope and timeline</a>.</p>\n\n\n\n<p>The project is being managed <a href=\"https://github.com/WordPress/block-directory/projects/1\">on GitHub</a> and people interested in contributing are encouraged to get involved there. You can also keep up to date by following <a href=\"https://make.wordpress.org/design/\">the Design team blog</a> and joining the #des
 ign channel in <a href=\"https://make.wordpress.org/chat/\">the Making WordPress Slack group</a>.</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>Further Reading:</h2>\n\n\n\n<ul><li>The results from the 5.0 release retrospective survey <a href=\"https://make.wordpress.org/updates/2019/04/26/5-0-release-retrospective-wrap-up/\">have been published</a> &#8211; this is the first time this kind of open retrospective has been done for a WordPress release and the results provide valuable insight into the project and its contributors.</li><li>The team behind the WordPress Coding Standards <a href=\"https://github.com/WordPress-Coding-Standards/WordPress-Coding-Standards/releases/tag/2.1.0\">has released version 2.1</a>, including some very useful new sniffs.</li><li>The community <a href=\"https://make.wordpress.org/community/2019/04
 /18/the-get-involved-table-at-wceu-2019/\">is looking for volunteers for the Get Involved table</a> at WordCamp Europe on 20-22 June.</li><li>Gutenberg has been ported <a href=\"https://github.com/VanOns/laraberg/\">for use within the Laravel framework</a> in a project dubbed Laraberg.</li><li>The 2019 WordCamp for Publishers event <a href=\"https://2019-columbus.publishers.wordcamp.org/2019/04/12/call-for-speakers/\">has opened its call for speakers</a>.</li><li>The Gutenberg team <a href=\"https://github.com/WordPress/gutenberg/blob/add/blocks-in-widget-areas-rfc/docs/rfcs/blocks-in-widget-areas.md\">has published an RFC</a> regarding blocks being used in widgets.</li><li>WordCamp Europe, taking place on 20-22 June, has published <a href=\"https://2019.europe.wordcamp.org/schedule/\">the schedule for the event</a>.</li><li&g
 t;The Community Team <a href=\"https://make.wordpress.org/community/2019/04/18/2018-meetup-survey/\">has published the results</a> of the 2018 meetup group survey.</li></ul>\n\n\n\n<p><em>Have a story that we should include in the next “Month in WordPress” post? Please </em><a href=\"https://make.wordpress.org/community/month-in-wordpress-submissions/\"><em>submit it here</em></a><em>.</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"6918\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7
 ;a:6:{s:4:\"data\";s:51:\"\n            \n              \n                              \n              \n                              \n              \n\n            \n                              \n                                                              \n                                                                              \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"WordPress 5.2 Release Candidate\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"https://wordpress.org/news/2019/04/wordpress-5-2-release-candidate/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"
 Fri, 26 Apr 2019 01:28:10 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=6909\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\&q
 uot;;b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:364:\"The first release candidate for WordPress 5.2 is now available! This is an important milestone as we progress toward the WordPress 5.2 release date. “Release Candidate” means that the new version is ready for release, but with millions of users and thousands of plugins and themes, it’s possible something was missed. WordPress 5.2 is scheduled to [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"Josepha\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s
 :40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:3117:\"\n<p>The first release candidate for WordPress 5.2 is now available!</p>\n\n\n\n<p>This is an important milestone as we progress toward the WordPress 5.2 release date. “Release Candidate” means that the new version is ready for release, but with millions of users and thousands of plugins and themes, it’s possible something was missed. WordPress 5.2 is scheduled to be released on <strong>Tuesday, May 7</strong>, but we need <em>your</em> help to get there—if you haven’t tried 5.2 yet, now is the time!</p>\n\n\n\n<p>There are two ways to test the WordPress 5.2 release candidate: try the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (you’ll want to select the “bleeding edge nightlies” option), or yo
 u can <a href=\"https://wordpress.org/wordpress-5.2-RC1.zip\">download the release candidate here</a> (zip).</p>\n\n\n\n<h2>What&#8217;s in WordPress 5.2?</h2>\n\n\n\n<p>Continuing with the theme from the last release, WordPress 5.2 gives you even more robust tools for identifying and fixing configuration issues and fatal errors. Whether you are a developer helping clients or you manage your site solo, these tools can help get you the right information when you need it.</p>\n\n\n\n<p>The Site Health Check and PHP Error Protection tools have brand new features, giving you peace of mind if you discover any issues with plugins or themes on your site. There are also updates to the icons available in your dashboard, fresh accessibility considerations for anyone using assistive technologies and more.</p>\n\n\n\n<h2>Plugin and Theme Developers</h2>\n\n\n\n<p>Please test your plugins and themes against W
 ordPress 5.2 and update the <em>Tested up to</em> version in the readme to 5.2. If you find compatibility problems, please be sure to post to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">support forums</a> so we can figure those out before the final release.</p>\n\n\n\n<p>The <a href=\"https://make.wordpress.org/core/2019/04/16/wordpress-5-2-field-guide/\">WordPress 5.2 Field Guide</a> has also been published, which goes into the details of the major changes.</p>\n\n\n\n<h2>How to Help</h2>\n\n\n\n<p>Do you speak a language other than English? <a href=\"https://translate.wordpress.org/projects/wp/dev\">Help us translate WordPress into more than 100 languages!</a> This release also marks the <a href=\"https://make.wordpress.org/polyglots/handbook/glossary/#hard-freeze\">hard string freeze</a> point of the 5.2 release schedul
 e.</p>\n\n\n\n<p><em><strong>If you think you’ve found a bug</strong>, you can post to the&nbsp;<a href=\"https://wordpress.org/support/forum/alphabeta\">Alpha/Beta area</a>&nbsp;in the support forums. We’d love to hear from you! If you’re comfortable writing a reproducible bug report,&nbsp;<a href=\"https://make.wordpress.org/core/reports/\">file one on WordPress Trac</a>, where you can also find&nbsp;<a href=\"https://core.trac.wordpress.org/tickets/major\">a list of known bugs</a>.</em></p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<p><em>Howdy, RC 1!<br>With tools this interesting,<br>I can hardly wait.</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\
 "com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"6909\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:51:\"\n                \n              \n                              \n              \n                              \n              \n\n            \n                              \n                                                              \n                                                                              \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordPress 5.2 Beta 3\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.or
 g/news/2019/04/wordpress-5-2-beta-3/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 12 Apr 2019 21:33:07 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\&q
 uot;;a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=6885\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:316:\"WordPress 5.2 Beta 3 is now available! This software is still in development, so we don’t recommend you run it on a production site. Consider setting up a test site to play with the new version. There are two ways to test the latest WordPress 5.2 beta: try the WordPress Beta Tester plugin (you’ll want [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\&
 quot;;a:1:{i:0;a:5:{s:4:\"data\";s:19:\"Jonathan Desrosiers\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:4391:\"\n<p>WordPress 5.2 Beta 3 is now available!</p>\n\n\n\n<p><strong>This software is still in development,</strong> so we don’t recommend you run it on a production site. Consider setting up a test site to play with the new version.</p>\n\n\n\n<p>There are two ways to test the latest WordPress 5.2 beta: try the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (you’ll want to select the “bleeding edge nightlies” option), or you can <a href=\"https://wordpress.org/wordpress-5
 .2-beta3.zip\">download the beta here</a> (zip).</p>\n\n\n\n<p>WordPress 5.2 is slated for release on <a href=\"https://make.wordpress.org/core/5-2/\">April 30</a>, and we need your help to get there! Thanks to the testing and feedback from everyone who tried <a href=\"https://wordpress.org/news/2019/04/wordpress-5-2-beta-2/\">beta 2</a>, nearly <a href=\"https://core.trac.wordpress.org/query?status=closed&amp;changetime=04%2F09%2F2019..04%2F13%2F2019&amp;milestone=5.2&amp;group=component&amp;col=id&amp;col=summary&amp;col=status&amp;col=milestone&amp;col=owner&amp;col=type&amp;col=priority&amp;order=priority\">40 tickets have been closed</a> since then. Here are the major changes and bug fixes:</p>\n\n\n\n<ul><li>The new Site Health feature has continued to be refined.</li><li>Plugins no longer update if a site is runn
 ing an unsupported version of PHP (see #46613).</li><li>It’s now more apparent when a site is running in Recovery Mode (see #46608).</li><li>The distraction free button no longer breaks keyboard navigation in the Classic Editor (see #46640).</li><li>Assistive technologies do a better job of announcing admin bar sub menus (see #37513).</li><li>Subject lines in WordPress emails are now more consistent (see #37940).</li><li>Personal data exports now only show as completed when a user downloads their data (see #44644).</li><li>Plus more improvements to accessibility (see #35497 and #42853).</li></ul>\n\n\n\n<h2>Minimum PHP Version Update</h2>\n\n\n\n<p><strong>Important reminder: </strong>as of WordPress 5.2 beta 2, the minimum PHP version that WordPress will require is 5.6.20. If you&#8217;re running an older version of PHP, we highly recommend updating it now, before
  WordPress 5.2 is officially released.</p>\n\n\n\n<figure class=\"wp-block-embed-wordpress wp-block-embed is-type-wp-embed is-provider-wordpress-news\"><div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"wp-embedded-content\" data-secret=\"rEVkMIfjDq\"><a href=\"https://wordpress.org/news/2019/04/minimum-php-version-update/\">Minimum PHP Version update</a></blockquote><iframe title=\"&#8220;Minimum PHP Version update&#8221; &#8212; WordPress News\" class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://wordpress.org/news/2019/04/minimum-php-version-update/embed/#?secret=rEVkMIfjDq\" data-secret=\"rEVkMIfjDq\" width=\"600\" height=\"338\" frameborder=\"0\" marginwidth=\&qu
 ot;0\" marginheight=\"0\" scrolling=\"no\"></iframe>\n</div></figure>\n\n\n\n<h2>Developer Notes</h2>\n\n\n\n<p>WordPress 5.2 has lots of refinements to polish the developer experience. To keep up, subscribe to the <a href=\"https://make.wordpress.org/core/\">Make WordPress Core blog</a> and pay special attention to the <a href=\"https://make.wordpress.org/core/tag/5-2+dev-notes/\">developers notes</a> for updates on those and other changes that could affect your products.</p>\n\n\n\n<h2>How to Help</h2>\n\n\n\n<p>Do you speak a language other than English? <a href=\"https://translate.wordpress.org/projects/wp/dev\">Help us translate WordPress into more than 100 languages!</a> The beta 3 release also marks the <a href=\"https://make.wordpress.org/polyglots/handbook/glossary/#soft-freeze\">soft string freeze</a&gt
 ; point of the 5.2 release schedule.</p>\n\n\n\n<p><em><strong>If you think you’ve found a bug</strong>, you can post to the <a href=\"https://wordpress.org/support/forum/alphabeta\">Alpha/Beta area</a> in the support forums. We’d love to hear from you! If you’re comfortable writing a reproducible bug report, <a href=\"https://make.wordpress.org/core/reports/\">file one on WordPress Trac</a>, where you can also find <a href=\"https://core.trac.wordpress.org/tickets/major\">a list of known bugs</a>.</em></p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<p><em>Would you look at that<br>each day brings release closer<br>test to be ready</em>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";
 }}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"6885\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:54:\"\n               \n              \n                              \n              \n                              \n              \n              \n\n            \n                              \n                                                              \n                                                                              \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordPress 5.2 Beta 2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https:/
 /wordpress.org/news/2019/04/wordpress-5-2-beta-2/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 09 Apr 2019 01:27:44 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:
 5:{s:4:\"data\";s:3:\"5.2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=6874\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:312:\"WordPress 5.2 Beta 2 is now available! This software is still in development, so we don’t recommend you run it on a production site. Consider setting up a test site to play with the new version. There are two ways to test the WordPress 5.2 beta: try the WordPress Beta Tester plugin (you’ll want to [&#8230;]\";s:7:\"attri
 bs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Gary Pendergast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:4565:\"\n<p>WordPress 5.2 Beta 2 is now available!</p>\n\n\n\n<p><strong>This software is still in development,</strong> so we don’t recommend you run it on a production site. Consider setting up a test site to play with the new version.</p>\n\n\n\n<p>There are two ways to test the WordPress 5.2 beta: try the <a href=\"https://wordpr
 ess.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (you’ll want to select the “bleeding edge nightlies” option), or you can <a href=\"https://wordpress.org/wordpress-5.2-beta2.zip\">download the beta here</a> (zip).</p>\n\n\n\n<p>WordPress 5.2 is slated for release on <a href=\"https://make.wordpress.org/core/5-2/\">April 30</a>, and we need your help to get there! Thanks to the testing and feedback from everyone who tried <a href=\"https://wordpress.org/news/2019/03/wordpress-5-2-beta-1/\">beta 1</a>, nearly <a href=\"https://core.trac.wordpress.org/query?status=closed&amp;changetime=2019-03-28..&amp;milestone=5.2&amp;group=component&amp;col=id&amp;col=summary&amp;col=owner&amp;col=type&amp;col=priority&amp;col=component&amp;col=version&amp;order=priority\">100 tickets have been closed</a> since th
 en. Here are the major changes and bug fixes:</p>\n\n\n\n<ul><li>We&#8217;ve added support for Emoji 12! <img src=\"https://s.w.org/images/core/emoji/12.0.0-1/72x72/1fa82.png\" alt=\"?\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /></li><li>A brand-new <code>wp_body_open()</code> template tag (and corresponding <code>wp_body_open</code> action) will let themes (and plugins!) add content right after the <code>&lt;body&gt;</code> is opened (<a href=\"https://core.trac.wordpress.org/ticket/12563\">#12563</a>).</li><li>Superfluous paragraph tags will no longer incorrectly appear in dynamic block content (<a href=\"https://core.trac.wordpress.org/ticket/45495\">#45495</a>).</li><li>The Site Health screens have received several bug fixes, tweaks, and performance improvements.</li&
 gt;<li>Crash Protection no longer interrupts plugin editing (<a href=\"https://core.trac.wordpress.org/ticket/46045\">#46045</a>).</li><li>Custom error handlers now load correctly (<a href=\"https://core.trac.wordpress.org/ticket/46069\">#46069</a>).</li></ul>\n\n\n\n<h2>Minimum PHP Version Update</h2>\n\n\n\n<p>As of WordPress 5.2 beta 2, the minimum PHP version that WordPress will require is 5.6.20. If you&#8217;re running an older version of PHP, we highly recommend updating it now, before WordPress 5.2 is officially released.</p>\n\n\n\n<figure class=\"wp-block-embed-wordpress wp-block-embed is-type-wp-embed is-provider-wordpress-news\"><div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"wp-embedded-content\" data-secret=\"C4d8QxYmh3\"><a href=\"https://wordpress.org/news/2019/04/minimum-php-version-updat
 e/\">Minimum PHP Version update</a></blockquote><iframe title=\"&#8220;Minimum PHP Version update&#8221; &#8212; WordPress News\" class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://wordpress.org/news/2019/04/minimum-php-version-update/embed/#?secret=C4d8QxYmh3\" data-secret=\"C4d8QxYmh3\" width=\"600\" height=\"338\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>\n</div></figure>\n\n\n\n<h2>Developer Notes</h2>\n\n\n\n<p>WordPress 5.2 has lots of refinements to polish the developer experience. To keep up, subscribe to the <a href=\"https://make.wordpress.org/core/\">Make WordPress Core blog</a> and pay special attention to 
 the <a href=\"https://make.wordpress.org/core/tag/5-2+dev-notes/\">developers notes</a> for updates on those and other changes that could affect your products.</p>\n\n\n\n<h2>How to Help</h2>\n\n\n\n<p>Do you speak a language other than English? <a href=\"https://translate.wordpress.org/projects/wp/dev\">Help us translate WordPress into more than 100 languages!</a> </p>\n\n\n\n<p><em><strong>If you think you’ve found a bug</strong>, you can post to the <a href=\"https://wordpress.org/support/forum/alphabeta\">Alpha/Beta area</a> in the support forums. We’d love to hear from you! If you’re comfortable writing a reproducible bug report, <a href=\"https://make.wordpress.org/core/reports/\">file one on WordPress Trac</a>, where you can also find <a href=\"https://core.trac.wordpress.org/tickets/major\">a list of known bugs&lt
 ;/a>.</em></p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<p><em>The wonderful thing<br> about betas, is betas<br> are wonderful things.</em> <img src=\"https://s.w.org/images/core/emoji/12.0.0-1/72x72/1f42f.png\" alt=\"?\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"6874\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}s:27:\"http://www.w3.org/2005/Atom\";a:1:{s:4:\"link\";a:1:{i:0;a:5:{s:4:\&q
 uot;data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:4:\"href\";s:32:\"https://wordpress.org/news/feed/\";s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:19:\"application/rss+xml\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:44:\"http://purl.org/rss/1.0/modules/syndication/\";a:2:{s:12:\"updatePeriod\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"\n      hourly  \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:15:\"updateFrequency\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"\n    1       \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"
 \";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:4:\"site\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"14607090\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";O:42:\"Requests_Utility_CaseInsensitiveDictionary\":1:{s:7:\"\0*\0data\";a:9:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Tue, 25 Jun 2019 19:17:43 GMT\";s:12:\"content-type\";s:34:\"application/rss+xml; charset=UTF-8\";s:25:\"strict-transport-security\";s:11:\"max-age=360\";s:6:\"x-olaf\";s:3:\"⛄\";s:13:\"last-modified\";s:29:\"Tue, 18 Jun 2019 19:42:02 GMT\";s:4:\"link\";s:63:\"<https://wordpress.org/news/wp-json/>; rel=\"https://api
 .w.org/\"\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:9:\"HIT ord 1\";}}s:5:\"build\";s:14:\"20190516232145\";}','no'),(1172,'_transient_timeout_feed_mod_9bbd59226dc36b9b26cd43f15694c5c3','1561533464','no'),(1173,'_transient_feed_mod_9bbd59226dc36b9b26cd43f15694c5c3','1561490264','no'),(1174,'_transient_timeout_feed_d117b5738fbd35bd8c0391cda1f2b5d9','1561533464','no'),(1175,'_transient_feed_d117b5738fbd35bd8c0391cda1f2b5d9','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\&q
 uot;data\";s:61:\"\n \n      \n      \n      \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"WordPress Planet\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://planet.wordpress.org/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"en\";s
 :7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"WordPress Planet - http://planet.wordpress.org/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:50:{i:0;a:6:{s:4:\"data\";s:13:\"\n        \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"WPTavern: WordCamp Europe 2020 to be Held in Porto, June 4-6\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\&quot
 ;\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=91060\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"https://wptavern.com/wordcamp-europe-2020-to-be-held-in-porto-june-4-6\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:12251:\"<p>Another successful edition of WordCamp Europe concluded this weekend in Berlin. The event was the largest WordCamp in history, with 3,260 tickets sold and 2,734 attendees present on the ground. WCEU sold 800 more t
 ickets than the previous year in Belgrade. Contributor Day gathered 611 attendees into 25 teams, and approximately 28% of them (169 attendees) were new WordPress contributors.</p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">Smiling faces of awesome people at Contributor Day <a href=\"https://twitter.com/hashtag/WCEU?src=hash&ref_src=twsrc%5Etfw\">#WCEU</a> 2019  <img src=\"https://s.w.org/images/core/emoji/12.0.0-1/72x72/1f601.png\" alt=\"?\" class=\"wp-smiley\" />We had 25 teams, and 611 signed up to give back to <a href=\"https://twitter.com/hashtag/WordPress?src=hash&ref_src=twsrc%5Etfw\">#WordPress</a> today, of which 169 said they were new contributors. Thank you! <img src=\"https://s.w.org/images/core/emoji/12.0.0-1/72x72/1f499.png\" alt=\"?\" class=\"wp-smiley\" /> <a href=\"ht
 tps://t.co/P7W7Ocl0lw\">pic.twitter.com/P7W7Ocl0lw</a></p>\n<p>&mdash; WordCamp Europe (@WCEurope) <a href=\"https://twitter.com/WCEurope/status/1141729922588692480?ref_src=twsrc%5Etfw\">June 20, 2019</a></p></blockquote>\n<p></p>\n<p>To cap off the conference, attendees enjoyed a lively celebration Saturday night, donning vintage outfits for an 80&#8217;s themed after party at the venue. The party included a controversial show that some attendees found <a href=\"https://twitter.com/zodiac1978/status/1142515008309538816\" rel=\"noopener noreferrer\" target=\"_blank\">offensive</a> and <a href=\"https://twitter.com/schlessera/status/1143182472303325185\" rel=\"noopener noreferrer\" target=\"_blank\">unwelcoming</a>. WCEU organizers have addressed this issue in a <a href=\"https://2019.europe.wordcamp.org/2019
 /06/24/after-party-apology/\" rel=\"noopener noreferrer\" target=\"_blank\">post</a>. According to WordPress community organizer <a href=\"https://twitter.com/andmiddleton/status/1142699425871142912\" rel=\"noopener noreferrer\" target=\"_blank\">Andrea Middleton</a>, &#8220;that part of the show did not match the expectations that they had set with the venue, and was a disappointing surprise.&#8221;</p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">A glimpse of swiss <a href=\"https://twitter.com/hashtag/WordCamp?src=hash&ref_src=twsrc%5Etfw\">#WordCamp</a> \'s organisers in 80ies look for the <a href=\"https://twitter.com/hashtag/WCEU?src=hash&ref_src=twsrc%5Etfw\">#WCEU</a> after-party yesterday. With <a href=\"https://twitter.com/neverything?ref_src=twsrc%5Etfw\"&gt
 ;@neverything</a> and <a href=\"https://twitter.com/andrew_liyanage?ref_src=twsrc%5Etfw\">@andrew_liyanage</a> <a href=\"https://twitter.com/wp_switzerland?ref_src=twsrc%5Etfw\">@wp_switzerland</a> upcoming <a href=\"https://twitter.com/hashtag/wczrh?src=hash&ref_src=twsrc%5Etfw\">#wczrh</a> and <a href=\"https://twitter.com/wpgva?ref_src=twsrc%5Etfw\">@wpgva</a> <a href=\"https://t.co/yzBgxndopK\">pic.twitter.com/yzBgxndopK</a></p>\n<p>&mdash; Patricia BT (@PatriciaBT70) <a href=\"https://twitter.com/PatriciaBT70/status/1142737968031047680?ref_src=twsrc%5Etfw\">June 23, 2019</a></p></blockquote>\n<p></p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">For those in the US that are wondering what an sfterparty in Europe looks like.. <a href=\&
 quot;https://twitter.com/hashtag/WCEU?src=hash&ref_src=twsrc%5Etfw\">#WCEU</a> <a href=\"https://twitter.com/hashtag/WCUS?src=hash&ref_src=twsrc%5Etfw\">#WCUS</a> <a href=\"https://t.co/BXZpZHyQpt\">pic.twitter.com/BXZpZHyQpt</a></p>\n<p>&mdash; Pieter Daalder (@w1zz) <a href=\"https://twitter.com/w1zz/status/1142530170622005249?ref_src=twsrc%5Etfw\">June 22, 2019</a></p></blockquote>\n<p></p>\n<p>Despite the controversial after party show, the event received mostly positive feedback and many attendees reported that it was &#8220;best WCEU&#8221; they had ever attended.</p>\n<p>In addition to breaking records as the largest WordCamp in history, organizers report that the majority of ticket holders (56%) were first time WCEU attendees.  </p>\n<p>&#8220;Berlin is an amazing city and by far one of the most popular loca
 tions for remote work in Europe,&#8221; 2019 global lead Milan Ivanovic said. &#8220;When we add on top the strong German community, with WordCamps across the country and four monthly WordPress meetups in Berlin alone, it was a no brainer that we would have a sold-out event. We also had an amazing line-up of speakers with 3 tracks and 3 workshops, along with on-time information shared to our attendees.&#8221;</p>\n<h3>WordCamp Europe 2020 to be Held in Porto, Portugal</h3>\n<p>At the conclusion of the event, organizers announced that next year WCEU is coming to Porto, June 4-6. Porto is Portugal&#8217;s second largest city, known for its beautiful beaches, port wine exports, bridges, vineyards, charming cobblestone streets, and affordability. It also has a vibrant and growing WordPress community. Portugal is home to <a href=\"https://wordpress.tv/2015/07/09/ze-fontainhas-how-wordcamp-europe-came-to-be/\" rel=\"noopener norefe
 rrer\" target=\"_blank\">Zé Fontainhas</a>, one of the original creators of WordCamp Europe. </p>\n<p></p>\n<p><a href=\"https://profiles.wordpress.org/josefreitas2/\" rel=\"noopener noreferrer\" target=\"_blank\">Jose Freitas</a>, who will be heading up the local team in Portugal, has been working with WordPress since 2008 and has been involved with the community since 2013. He said the Portuguese WordPress community has been working on its application to host WCEU for three years. </p>\n<p>&#8220;We are thrilled to have WCEU in Porto next year,&#8221; Freitas said. &#8220;Portugal is indeed a small country but we have a good WordPress community. At Porto we have had a monthly WordPress Meetup since January 2014, without failing a month. WordPress is growing quickly in Portugal and every day we have people joining our community.&#8221; </p>\n<p>The grea
 ter community is connected on Facebook through the <a href=\"https://www.facebook.com/groups/wpportugal/\" rel=\"noopener noreferrer\" target=\"_blank\">WordPress Portugal</a> group, which has more than 4,400 members.</p>\n<p>&#8220;We found that for some people, mostly beginners, it’s difficult to start using the support forums,&#8221; Freitas said. &#8220;So we made a Facebook group and people can ask questions and receive help or feedback related to their projects. Most of the users are people that made their own websites and websites for non profit organizations.&#8221;</p>\n<p>Up until now, Portugal has hosted one WordCamp per year, alternating between Porto and Lisbon locations. Following 2020, local organizers plan to host two camps per year, and WC Lisboa is expected to be scheduled for October 2020.</p>\n<p>The Porto community had formidable competition in its journey to securing
  the opportunity to host WCEU 2020, beating out Athens, Granada, Manchester, and Torino. Freitas attributes his team&#8217;s success to its dedication to improving Porto&#8217;s application for the past three years, following a disappointing attempt in 2016.</p>\n<p>&#8220;First it was only a dream,&#8221; Freitas said. &#8220;After, it was <em>what if…</em> We applied the first time in 2016 to WCEU 2017. We were in the final decision but the event went to Paris, as we all know. So we started right then the application to 2020.</p>\n<p>&#8220;We made it better, stronger, complete with all the new requirements. Each WCEU was getting something new and in each one we added the new thing to our documentation. We made a strict budget, with realistic numbers in all parameters. I think that was important for the people who made the selection.&#8221;</p>\n<p>WCEU 2020 sessions will be held in English. Freitas said
  the majority of Portuguese people have a good understanding of English and most in the WordPress community are fluent in both languages. </p>\n<p>The maximum capacity for the venue is 8,000 people. WCEU&#8217;s arrangement for 2020 allows attendance to go up to 4,000, in case the event has another record-breaking year.</p>\n<p>&#8220;We have a wonderful venue in the city center and surrounded by a garden and a balcony with amazing views of the river and part of the city,&#8221; Freitas said.</p>\n<p>WCEU 2019 local lead Bernhard Kau will be joining the 2020 team as one of the global leads to provide a smooth transition from one year to the next. Attendees can expect some of the successful aspects of the 2019 event to make a return at next year&#8217;s WCEU.</p>\n<p>&#8220;The additions of WP Cafe and Wellness at WCEU were a big success and I would love to have more space for them at WordCamp Europe 2020 in Porto,&a
 mp;#8221; Kau said. &#8220;There are also some other ideas helping attendees staying healthy, both physically and mentally.</p>\n<p>&#8220;As I have never been to Portugal, I am very excited to visit another country. I have met some members of the Portuguese Community on WordCamps throughout Europe and they are some of the most friendly people you can find.&#8221;</p>\n<p>For those who are considering adding WCEU 2020 in Porto to their calendars, Freitas offered a preview of what attendees can expect:</p>\n<blockquote><p>Imagine yourself… it is June, 3, 2020. There’s one day to go before WCEU.</p>\n<p>You go to the city center to know a little of the city. You walk in small and narrow streets and find that some of those have a history of more that a thousand years. You ask some directions, because you don’t want to use smartphone maps, and people are nice and even offer to take you to the place that is only 500 
 meters way.</p>\n<p>You go to the very old part of the city and realize that it wasn’t changed for many, many years. It was not changed because people didn’t want to and because now it’s a UNESCO World Heritage site.</p>\n<p>You sit near the river and look at the bridge designed and build by a student of Eiffel (yep, that Eiffel). The sun has made the Douro river look like silver and you finally get why the Romans gave the name of Porto (port) to the place.</p>\n<p>It’s time to lunch some tasty and delightful Portuguese food. Don’t skip the dessert. To burn some calories you’ll go to the check the venue.</p>\n<p>You pass the old Reitoria building (the place were the university principal used to work) &#8211; Porto has the biggest Portuguese university &#8211; and see a garden with trees, flowers and even some peacocks.</p>\n<p>You enter there and find the way to the venue: it looks like the top of a spac
 eship, like the ones in the movies. There’s a banner: &#8220;WordCamp Europe 2020.&#8221;</p>\n<p>Now you feel that you’re only a few hours away from the moment you have been waiting for. But, let’s go because you have to see other parts of the city.</p>\n<p>The next day, you join hundreds of WordPress people who are helping the community in Contributor Day. There is a lot to do before the two conference days and workshops, before visiting the sponsors area, before meeting some of the nice folks that you didn’t see since last year, before making new friends.</p>\n<p>After all, it’s possible to make new friends in an event of thousands of people.</p></blockquote>\n<p>WordCamp Europe is made possible every year by a massive team of organizers and volunteers who help keep costs low, in addition to sponsors. </p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\
 ">The organising team would like to thank all of the volunteers for contributing to an amazing <a href=\"https://twitter.com/hashtag/WCEU?src=hash&ref_src=twsrc%5Etfw\">#WCEU</a>! <a href=\"https://t.co/1um7usNZqT\">pic.twitter.com/1um7usNZqT</a></p>\n<p>&mdash; WordCamp Europe (@WCEurope) <a href=\"https://twitter.com/WCEurope/status/1142455860683333632?ref_src=twsrc%5Etfw\">June 22, 2019</a></p></blockquote>\n<p></p>\n<p>The 2020 team put out the <a href=\"https://2020.europe.wordcamp.org/\" rel=\"noopener noreferrer\" target=\"_blank\">call for organizers</a> after announcing the host city. In the first 24 hours, the team has already received 30 applications. The deadline to apply is July 15, 2019. Calls for sponsors, volunteers, and speakers will come after organizers are selected, as the year-round work of organizi
 ng WCEU continues again for 2020.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 24 Jun 2019 19:20:17 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:13:\"\n  \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_exp
 licit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:93:\"WPTavern: Contribution Time, Sponsored, and Teams Fields Added to WordPress.org User Profiles\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=91027\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:102:\"https://wptavern.com/contribution-time-sponsored-and-teams-fields-added-to-wordpress-org-user-profiles\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:1
 7:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2544:\"<p>A new section named Contribution <a href=\"https://make.wordpress.org/updates/2019/06/19/updates-to-wordpress-profiles-and-jobs-wordpress-net/\">has been added</a> to WordPress.org user profiles. This section contains fields that enable users to share how much time they contribute to WordPress on a weekly basis, which teams they contribute to, and whether or not those contributions are sponsored. </p>\n\n\n\n<div class=\"wp-block-image\"><img />New WordPress.org User Profile Fields</div>\n\n\n\n<p>Each field is optional and will only appear if the Hours and Teams fields are filled in. The sponsored tag will only appear next to the Contributions heading if you answer Yes to being sponsored and the other fields are filled in. </p>\n\n\n\n<p&
 gt;Andrea Middleton describes these fields as a step towards a possible version one of the <a href=\"https://make.wordpress.org/updates/2018/11/05/proposal-five-for-the-future-acknowledgement-page/\">Five for the Future program</a> that was published last year. </p>\n\n\n\n<p>&#8220;I think it will also help with transparency, and might facilitate how teams set internal expectations for how much time different contributors might have to spend on a project or ongoing task,&#8221; she said. </p>\n\n\n\n<p>In addition to the profile fields, the official <a href=\"https://jobs.wordpress.net/\">WordPress Jobs Board</a> has also been updated to include a new <a href=\"https://jobs.wordpress.net/job_category/contributor/\">Contributor position</a>. The goal is to make it easier for companies to find and hire people interested in becoming sponsored contributors. </p>\n\n\n\n<p>These
  changes are the first iteration with plans to enhance them in the future. If you have any suggestions or ideas on improving these fields, you&#8217;re encouraged to <a href=\"https://make.wordpress.org/updates/2019/06/19/updates-to-wordpress-profiles-and-jobs-wordpress-net/\">leave a comment</a>.</p>\n\n\n\n<p>One question I have regarding potential additions is whether or not it makes sense to provide a text field where users can name the company that is sponsoring them. This may aid in transparency and avoiding conflicts of interests. </p>\n\n\n\n<p>On the other side of the coin, does it make sense for the company&#8217;s name to be public information, or should contributors only share that information with team leads or reps on a 1-on-1 basis? </p>\n\n\n\n<p>I feel as though knowing someone&#8217;s contributions are sponsored is only half of the equation. Without knowing who the sponsor is, that information is
  practically irrelevant. </p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 22 Jun 2019 01:17:01 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:13:\"\n  \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\&q
 uot;;b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:125:\"WPTavern: Matt Mullenweg’s Summer Update at WordCamp Europe 2019: Gutenberg’s Progress and a Preview of Upcoming Features\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=91000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:129:\"https://wptavern.com/matt-mullenwegs-summer-update-at-wordcamp-europe-2019-gutenbergs-progress-and-a-preview-of-upcoming-features\";s:7:\"attribs\";a:0
 :{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:11361:\"<p><a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2019/06/matt-wceu-2019.jpg?ssl=1\"><img /></a>image credit: <a href=\"https://www.facebook.com/WCEurope/photos/a.345903435550204/1343533289120542/\">WCEU Photography Team</a></p>\n<p>Matt Mullenweg took the stage at WordCamp Europe in Berlin this afternoon to give a summer update on the progress of the block editor. He attributed much of its continued success to the availability of the Gutenberg plugin, which allows for quick iteration and testing. More than 150,000 posts are published per day using the block editor, which Mullenweg said is &#8220;a testament to the long development period&#8221; that gave the team an opportunity
  to work out bugs and make it usable for a large number of people.</p>\n<p>Since its initial release, the block editor has added a host of notable improvements, including block management capabilities, a cover block with nested elements, widgets as blocks, block grouping, and snackbar style notices. </p>\n<p>Mullenweg highlighted a few beautiful and innovative examples of Gutenberg in the wild. Two projects from <a href=\"https://humanmade.com/\" rel=\"noopener noreferrer\" target=\"_blank\">Human Made</a> showcase Gutenberg-powered designs (<a href=\"https://www.artefactgroup.com/\" rel=\"noopener noreferrer\" target=\"_blank\">artefactgroup.com</a>) and an AI integration that analyzes a user&#8217;s writing in the editor (<a href=\"https://ingenuity.siemens.com/\" rel=\"noopener noreferrer\" target=\"_blank\">ingenuity.siemens.com</
 a>.) </p>\n<p>Election season is ramping up in the U.S. and Gutenberg-powered sites, like <a href=\"https://hurst4delegate.com/\" rel=\"noopener noreferrer\" target=\"_blank\">hurst4delegate.com</a>, are starting to pop up. Mullenweg noted that 21/24 of the current democratic candidates for President are using WordPress for their sites. <a href=\"https://www.whitehouse.gov/\" rel=\"noopener noreferrer\" target=\"_blank\">Whitehouse.gov</a> also switched from Drupal to WordPress earlier this year. </p>\n<p>Mullenweg also gave a quick preview of some of the upcoming Gutenberg features that are currently being developed on GitHub. Most of them are still in the prototype stage. The team is creating a system to install new blocks online, which will tie into the planned block directory. Mullenweg said Blocks could become a new top-level menu item in the WordPress admin, with scre
 ens dedicated to block discovery. </p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">\"A block directory is coming that will take over other “top level navigation” and brings a “playfulness” to discovering <a href=\"https://twitter.com/hashtag/Gutenberg?src=hash&ref_src=twsrc%5Etfw\">#Gutenberg</a> blocks.” <a href=\"https://twitter.com/photomatt?ref_src=twsrc%5Etfw\">@photomatt</a> <a href=\"https://twitter.com/hashtag/WCEU?src=hash&ref_src=twsrc%5Etfw\">#WCEU</a> <a href=\"https://twitter.com/hashtag/WordPress?src=hash&ref_src=twsrc%5Etfw\">#WordPress</a> <a href=\"https://t.co/wsiHcPaVuL\">pic.twitter.com/wsiHcPaVuL</a></p>\n<p>&mdash; David Bisset (@dimensionmedia) <a href=\"https://twitter.com/dimensionmedia/status/1142044607800369153?ref_src=twsrc%5Etf
 w\">June 21, 2019</a></p></blockquote>\n<p></p>\n<p>He showed demos of the navigation block in progress, a prototype for adding realistic motion to block movement, an experimental footnotes block, and a demo of resizing images with &#8220;snap to grid&#8221; capabilities. Mullenweg said one of the goals with Gutenberg is to &#8220;make it possible to create beautiful experiences, because that’s part of what the web needs to win.” </p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">New footnotes feature being tested in <a href=\"https://twitter.com/hashtag/Gutenberg?src=hash&ref_src=twsrc%5Etfw\">#Gutenberg</a>. <a href=\"https://twitter.com/photomatt?ref_src=twsrc%5Etfw\">@photomatt</a> <a href=\"https://twitter.com/hashtag/WCEU?src=hash&ref_src=twsrc%5Etfw\">#WCEU</a> <a href=\&quo
 t;https://twitter.com/hashtag/WordPress?src=hash&ref_src=twsrc%5Etfw\">#WordPress</a> <a href=\"https://t.co/b8yhn2X71w\">pic.twitter.com/b8yhn2X71w</a></p>\n<p>&mdash; David Bisset (@dimensionmedia) <a href=\"https://twitter.com/dimensionmedia/status/1142045330969640961?ref_src=twsrc%5Etfw\">June 21, 2019</a></p></blockquote>\n<p></p>\n<p>Mullenweg also gave an update on Gutenberg&#8217;s progress in the mobile apps. He said the new editor is operational but development is slow moving because the mobile engineers essentially have to duplicate all of the work that has been done by hundreds of Gutenberg contributors thus far. </p>\n<h3>Q&#038;A Highlights Governance, Core Maintenance, and the Future of WordPress Themes</h3>\n<p>The Q&#038;A portion of the session featured a variety of topics, ranging from an aggressive tirade about licensing 
 and Envato, to more relevant inquiries about the future of WordPress themes. While this format of interaction has its shortcomings, it gives community members the opportunity to check on the status of issues where they have a particular interest. </p>\n<p>One attendee asked if WordPress.org plans to implement a more democratic structure for decision making. Mullenweg seemed to interpret the question as referencing a system where tens or hundreds of millions of WordPress users would participate in making decisions on features through a vote or some other form of feedback. In contrast, he said WordPress&#8217; current approach is for leadership to try to get a sense for what the most common issues are through polls and public channels and allow those issues to help shape the project&#8217;s roadmap. </p>\n<p>Mullenweg shared that one particular issue on his mind right now is the problem of &#8220;how do I make my theme look like the demo?&#8221;
  He said contributors are experimenting with different types of models for making decisions that move WordPress in the direction to solve these types of problems. </p>\n<p>He said that the project&#8217;s decision making is fairly transparent, without a lot of mystery, and that the community has tons of feedback mechanisms. This is a somewhat controversial claim, as <a href=\"https://make.wordpress.org/updates/2019/04/26/5-0-release-retrospective-wrap-up/\" rel=\"noopener noreferrer\" target=\"_blank\">regular project contributors have expressed frustration with the lack of communication</a> surrounding important planning and decisions, such as release dates and project timing, as it pertained to how WordPress 5.0 landed. The community was frustrated by a lack of effective ways to communicate critical issues and complaints to project leadership. As a followup to this specific feedback, Josepha Haden, the new Executive Directo
 r of the WordPress project, has been diligent to track and communicate how leadership is working to improve communication.</p>\n<p>Another attendee asked if WordPress themes will become obsolete after Gutenberg gains more site-building capabilities. Mullenweg predicted they will always be a part of WordPress but seemed inclined to let the market decide the fate of themes.</p>\n<p>“I don’t know,&#8221; he said. &#8220;They are going to change for sure. I don’t think they ever go away.” He said he could see developers offering an array of different designs that could be used as a starting point. Although a WordPress theme has a very specific definition right now (as far as what types of files are included), Mullenweg said he can see that  definition evolving over time. He said he could see themes becoming like a starter template or a library of patterns to choose from, or even a set of complex layouts that could work across different themes. &lt
 ;/p>\n<p>“I think we’re going to decouple themes a little bit but I don’t know how or what that will look like,” Mullwenweg said. He also noted that a lot of themes right now represent a similar aesthetic, often business minimalist that use white and blue colors. Design trends have the potential to shift dramatically as Gutenberg and themes evolve to allow users more control over how their sites are designed.</p>\n<p>It is no secret that the WordPress development community is eager to switch to GitHub or another Git-based infrastructure for core development. Most of the recent feature projects have successfully matured on GitHub, with the majority of work and discussion taking place outside of Trac. One attendee asked about the possibility of moving away from Trac in the near future. Mullenweg said that this year the team that works on WordPress.org is prioritizing changes to the directory, but in the meantime anyone with Python knowledge is welcome to c
 ontribute to tweaking Trac for improvements in the interim before WordPress moves to Git-based development.</p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">I’d love to move off of Trac as much as the next person. In the interim I’m working some cool tools to make life easier using the Elasticsearch cluster I built for it. Let me know if you want to help! <a href=\"https://t.co/E26P66ebmQ\">https://t.co/E26P66ebmQ</a> <a href=\"https://twitter.com/hashtag/WCEU?src=hash&ref_src=twsrc%5Etfw\">#WCEU</a></p>\n<p>&mdash; William Earnhardt (@earnjam) <a href=\"https://twitter.com/earnjam/status/1142057095044444160?ref_src=twsrc%5Etfw\">June 21, 2019</a></p></blockquote>\n<p></p>\n<p>In response to a question about blockchain technology and WordPress, Mullenweg said he has long been an enthusiast in this
  area and loves the idea of open source applying to money, as well as having a distributed ledger. </p>\n<p>&#8220;But I can’t think of any problem in core WordPress right now that the overhead of a blockchain would really improve,&#8221; he said. &#8220;Everything I could think of right now would probably be plugin territory.&#8221; However, he said that the <a href=\"https://wptavern.com/new-wordproof-plugin-timestamps-wordpress-content-on-the-blockchain\" rel=\"noopener noreferrer\" target=\"_blank\">WordProof plugin&#8217;s timestamping WordPress content</a> on the blockchain is among one of the best ideas he has seen for this technology so far.</p>\n<p>When asked how he plans to &#8220;balance chasing the new and shiny with all of WordPress&#8217; existing legacy APIs,&#8221; Mullenweg said that &#8220;PHP is going to be crucial to us for many years to come.&#8221; He rec
 ognized that the project has fallen behind in maintenance with some of its older APIs but that work on Gutenberg can be done in parallel. </p>\n<p>The new triage team is currently going through all the tickets, refreshing patches, and working on taking them to resolution. Mullenweg noted that WordCamp Europe hosted the first ever triage table at its contributor day and said that this new area is ripe for contribution.</p>\n<p>The REST API, despite its broad support and noteworthy contributors, is one area that Mullenweg said has held Gutenberg back. He said it still does not have the demonstrated use that its advocates predicted when working to get it merged into core and cautioned that WordPress should always use an API first before shipping it to the world.</p>\n<p>Mullenweg concluded the Q&#038;A by estimating that Gutenberg is only 10% of the way down the road towards solving the problems that WordPress contributors set out to tackle. He p
 redicts that building on this initial effort will carry into the next decade.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 21 Jun 2019 18:48:30 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:13:\"\n      \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\"
 ;s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"WPTavern: Free Event: Post Status to Live Stream Publish Online July 8-9\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=90922\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:82:\"https://wptavern.com/free-event-post-status-to-live-stream-publish-online-july-8-9\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s
 :17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1674:\"<p><a href=\"https://poststatus.com/\" rel=\"noopener noreferrer\" target=\"_blank\">Post Status</a> will be live streaming <a href=\"https://poststatus.com/publish/\" rel=\"noopener noreferrer\" target=\"_blank\">Publish Online</a> on July 8-9, 2019. The event, which is geared towards WordPress professionals, has traditionally been limited to club members. This year Post Status creator Brian Krogsgard is opening up the live stream for anyone to watch for free.</p>\n<p>&#8220;I debated so strongly on this,&#8221; Krogsgard said. &#8220;But these are great talks &#8212; valuable to the community &#8212; and I want to make them accessible.&#8221;</p>\n<p>Publish Online will feature 
 14 presentations from community leaders who are deeply invested in the WordPress ecosystem in one way or another. The talks are centered around WordPress core processes and vision, mixed with web business topics.</p>\n<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2019/06/Screen-Shot-2019-06-20-at-6.18.45-PM.png?ssl=1\"><img /></a></p>\n<p>Those who want to watch for free will need to <a href=\"https://poststatus.com/publish/\" rel=\"noopener noreferrer\" target=\"_blank\">register for the event</a>. Access to the live stream will be available at <a href=\"http://PostStatus.com/live\" rel=\"noopener noreferrer\" target=\"_blank\">PostStatus.com/live</a>. Post Status members will have access to all the recordings, transcripts, and audio after the event has concluded. The site is currently running an early bird special on club membersh
 ip, <a href=\"https://poststatus.com/checkout/\" rel=\"noopener noreferrer\" target=\"_blank\">discounted to $79/year</a> ahead of the Publish Online event.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 21 Jun 2019 00:13:40 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{
 s:4:\"data\";s:13:\"\n  \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:91:\"WPTavern: WPWeekly Episode 357 – CBD E-Commerce, XML Sitemaps, and A Preview of WCEU 2019\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"https://wptavern.com/?p=90978&preview=true&preview_id=90978\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:9
 6:\"https://wptavern.com/wpweekly-episode-357-cbd-e-commerce-xml-sitemaps-and-a-preview-of-wceu-2019\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2093:\"<p>In this episode, <a href=\"https://www.presstitan.com/\">Malcom Peralty</a> and I discuss what&#8217;s new in WordPress 5.2.2, XML Sitemaps possibly landing in core, and WooCommerce clarifying its CDB seller policy. We also provide a preview of what to expect at WordCamp EU and congratulate Marcel Bootsman for successfully walking to Berlin, Germany.</p>\n<h2>Stories Discussed:</h2>\n<p><a href=\"https://wordpress.org/news/2019/06/wordpress-5-2-2-maintenance-release/\">WordPress 5.2.2</a></p>\n<p><a href=\"https://wptavern.com/w
 ordpress-5-2-2-squashes-13-bugs\">WordPress 5.2.2 Squashes 13 Bugs</a></p>\n<p><a href=\"https://wordpress.org/news/2019/06/wordpress-5-2-2-maintenance-release/\">XML Sitemaps in Core?</a></p>\n<p><a href=\"https://twitter.com/WCEurope/status/1141317581195874310\">Marcel Bootsman Arrives at WCEU</a></p>\n<p><a href=\"https://www.codeinwp.com/blog/wceu-2019-event-guide/\">WordCamp EU Event Guide </a></p>\n<p><a href=\"https://twitter.com/WCEurope/status/1135886419052978176\">WordCamp EU Live Stream Link to be announced</a></p>\n<p><a href=\"https://10up.com/blog/2019/classifai-ai-machine-learning-wordpress/\">ClassifAI from 10up</a></p>\n<p><a href=\"https://docs.woocommerce.com/document/woocommerce-cbd/\">WooCommerce Clarifies its stance on stores selling CBD products</a&
 gt;</p>\n<h2>Transcript:</h2>\n<p><a href=\"https://wptavern.com/wp-content/uploads/2019/06/EPISODE357Transcript.rtf\">EPISODE357Transcript</a></p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Wednesday, June 26th 3:00 P.M. Eastern</p>\n<p>Subscribe to <a href=\"https://itunes.apple.com/us/podcast/wordpress-weekly/id694849738\">WordPress Weekly via Itunes</a></p>\n<p>Subscribe to <a href=\"https://www.wptavern.com/feed/podcast\">WordPress Weekly via RSS</a></p>\n<p>Subscribe to <a href=\"http://www.stitcher.com/podcast/wordpress-weekly-podcast?refid=stpr\">WordPress Weekly via Stitcher Radio</a></p>\n<p>Subscribe to <a href=\"https://play.google.com/music/listen?u=0#/ps/Ir3keivkvwwh24xy7qiymurwpbe\">WordPress Weekly via Google Play</a></p>\n<
 p><strong>Listen To Episode #357:</strong><br />\n</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 20 Jun 2019 23:06:12 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:13:\"\n    \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\
 "\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"Matt: Vast, Unbroken Slabs\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"https://ma.tt/?p=49688\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"https://ma.tt/2019/06/vast-unbroken-slabs/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\&quot
 ;description\";a:1:{i:0;a:5:{s:4:\"data\";s:455:\"<blockquote class=\"wp-block-quote\"><p>Writing novels is hard, and requires vast, unbroken slabs of time. Four quiet hours is a resource that I can put to good use. Two slabs of time, each two hours long, might add up to the same four hours, but are not nearly as productive as an unbroken four.</p><cite>Neil Stephenson on <a href=\"https://www.nealstephenson.com/why-i-am-a-bad-correspondent.html\">Why I&#8217;m a Bad Correspondent</a></cite></blockquote>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 20 Jun 2019 19:54:32 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit
 \";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:13:\"\n   \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"WPTavern: Jason Bahl Joins the Gatsby Team to Work on WPGraphQL Full-Time\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"g
 uid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=90566\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:84:\"https://wptavern.com/jason-bahl-joins-the-gatsby-team-to-work-on-wpgraphql-full-time\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6498:\"<p><a href=\"https://twitter.com/jasonbahl\" rel=\"noopener noreferrer\" target=\"_blank\">Jason Bahl</a>, creator of <a href=\"https://www.wpgraphql.com/\" rel=\"noopener noreferrer\" target=\"_blank\">WPGraphQL</a>, is joining t
 he <a href=\"https://www.gatsbyjs.org/\" rel=\"noopener noreferrer\" target=\"_blank\">Gatsby</a> team to work on WPGraphQL (and its immediate ecosystem) full-time. </p>\n<p>Gatsby, the immensely popular static site generator for React.js, lets users pull data into pages from WordPress, Drupal, Contentful, Google Docs, AirTable, markdown, and any other data sources. It is used by tens of thousands of developers and downloaded nearly 500,000 times each month.</p>\n<p>Gatsby founder Kyle Mathews created <a href=\"https://www.gatsbyjs.com/\" rel=\"noopener noreferrer\" target=\"_blank\">Gatsby Inc</a>. as a company to further the project&#8217;s goals, and <a href=\"https://www.gatsbyjs.org/blog/2018-05-24-launching-new-gatsby-company/\" rel=\"noopener noreferrer\" target=\"_blank\">received $3.8M in seed funding</a> in May 2018. The 
 investment is being used to build cloud services for Gatsby and improve Gatsby&#8217;s core open source software. As the company has grown, Gatsby is beginning to invest more heavily in the open source ecosystem that surrounds the project.</p>\n<p>With WordPress powering <a href=\"https://w3techs.com/technologies/details/cm-wordpress/all/all\" rel=\"noopener noreferrer\" target=\"_blank\">34% of the top 10 million websites</a>, it&#8217;s only natural that Gatsby would look to WPGraphQL, one of the most promising projects in the WP ecosystem, for its next investment in open source. The more WordPress developers Gatsby can get using GraphQL and JavaScript, the more it benefits the greater Gatsby ecosystem.</p>\n<p>&#8220;The number of developers using Gatsby to build sites where the content is managed by WordPress is growing,&#8221; Bahl said. &#8220;The current `gatsby-source-wordpress` plugin pull
 s data into Gatsby using the WordPress REST API, but the REST API has a lot of pain points that are proving to be very difficult to get past.</p>\n<p>&#8220;WPGraphQL solves many of those pain points already, and has potential to solve even more. The more robust WPGraphQL is, the better it is for all JavaScript consumers, whether it be Next.js, Gridsome (a Vue static site generator) or Gatsby.&#8221;</p>\n<p>Bahl followed the Gatsby project from afar before striking up a relationship with the team through the various Slack channels where the community is active. A year and a half ago, he moved the <a href=\"http://docs.wpgraphql.com\" rel=\"noopener noreferrer\" target=\"_blank\">docs.wpgraphql.com</a> site from WordPress to Gatsby, where the content is stored in Markdown files on Github. This allows users in the community to contribute to the docs by submitting pull requests.</p>\n<p>In February 2
 019, Bahl gave a presentation at WordCamp Phoenix on &#8220;<a href=\"https://wordpress.tv/2019/03/08/jason-bahl-building-static-sites-with-wordpress-gatsby-and-wpgraphql/\" rel=\"noopener noreferrer\" target=\"_blank\">Building Static Sites with WordPress, Gatsby and WPGraphQL</a>&#8221; After that he saw more growth in the  crossover ecosystems &#8211; more people in the Gatsby Slack asking about WordPress, and more developers in the WPGraphQL Slack asking about Gatsby.</p>\n<p>&#8220;I&#8217;ve been following all things GraphQL for a few years, so Gatsby has been on my radar for a while as Gatsby uses GraphQL to create a &#8216;content mesh&#8217; where data can be pulled from many sources into one Gatsby site,&#8221; Bahl said.</p>\n<p>&#8220;The more I followed Gatsby from afar, the more intrigued I was. The development experience of Gatsby is great, especially if you enjoy Rea
 ct, which I do.&#8221;</p>\n<p>Bahl is active in both Slacks, on both GitHub repos, and on Twitter, helping people build Gatsby sites with WordPress and GraphQL, which is how he developed a relationship with the team.</p>\n<p>&#8220;In mid April I made it known to a few people that I would love to work on WPGraphQL full-time if I had the opportunity,&#8221; he said. &#8220;On May 30, Kyle Matthews direct messaged me on Twitter saying Gatsby is planning on investing in WordPress more and they&#8217;d love to chat. The following week I had some video calls with Kyle, Sam, and some other folks on the Gatsby team, and they made me a formal offer to join the Gatsby teams to make WPGraphQL the best it can be.&#8221;</p>\n<p>The WPGraphQL project already has a <a href=\"https://wptavern.com/wpgraphql-project-gains-momentum-with-growing-library-of-extensions-for-popular-wordpress-projects\" rel=\"noopener noreferr
 er\" target=\"_blank\">rapidly growing library of extensions</a> for popular WordPress plugins, despite the fact that the project has not yet reached a stable 1.0 release. Bahl&#8217;s new opportunity with the Gatsby team will enable him to work with the community&#8217;s momentum to get WPGraphQL further on its roadmap.</p>\n<p>&#8220;Working on WPGraphQL full time will allow me to work on features and bugs that I’ve not had adequate time to focus on while also maintaining a full time job,&#8221; Bahl said.  </p>\n<p>&#8220;WPGraphQL is used in production by many already, but it’s still pre 1.0 because of some breaking changes I foresee but haven’t had adequate time to dedicate to addressing.&#8221;</p>\n<p>Bahl will also be available to provide better resources for the community, such as documentation, example codebases, and courses and tutorials, in addition to attending more WordCamps and o
 ther conferences, participating in podcasts, and interacting on GitHub issues, Slack, and other communication channels.  </p>\n<p>&#8220;It will also provide more time to focus on conversations on whether GraphQL should be part of WordPress core (or not), and educate the community and core maintainers on the tradeoffs,&#8221; Bahl said. </p>\n<p>In hiring Bahl to work on WPGraphQL, Gatsby is making a significant investment in the WordPress community that depends on this project. The improved support and quicker pace of development should bring peace of mind to those who are already using WPGraphQL in production. </p>\n<p>&#8220;I’ll also be working closely with other members of the Gatsby team to make the experience of using Gatsby with WordPress a great experience,&#8221; Bahl said. &#8220;We have a lot of ideas about how WPGraphQL can make the Gatsby + WordPress experience a fantastic one for developers and users alike.&amp
 ;#8221;</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 20 Jun 2019 19:52:07 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:13:\"\n    \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\&quo
 t;xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"WPTavern: WooCommerce.com Clarifies Its Policy on Selling CBD Products\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=90955\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:81:\"https://wptavern.com/woocommerce-com-clarifies-its-policy-on-selling-cbd-products\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\&
 quot;\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6713:\"<p>Last week, a member of the <a href=\"https://www.facebook.com/groups/woohelp/\">WooCommerce Help and Share Facebook</a> group who sells Cannabidiol or CBD products submitted a post that included an email exchange with WooCommerce support. </p>\n\n\n\n<p>In the exchange, the support rep explained to the store owner that when their WooCommerce.com account was connected to a WordPress.com login, it then fell under the <a href=\"https://en.support.wordpress.com/store-guidelines/\">WordPress.com store guidelines</a>.</p>\n\n\n\n<p>According to the guidelines, controlled substances (including marijuana, cannabidiol or CBD, and other cannabis-derived products) are not allowed to be sold. </p>\n\n\n\n<p>The support rep goes on to say that this included but was not limited to sites using WordPress.com, the Je
 tpack plugin, and any extensions from WooCommerce.com.&#8221; </p>\n\n\n\n<p>The store owner is then informed that their store will be disconnected from Automattic hosted services if they continue to sell CBD products.</p>\n\n\n\n<h2>Legal Document Becomes a Source of Confusion</h2>\n\n\n\n<p>The support rep provided the store owner with a link to the most <a href=\"https://docs.woocommerce.com/document/woocommerce-cbd/\">frequently asked questions</a> on selling CBD products using WooCommerce. </p>\n\n\n\n<p>The wording of the document made it seem as though there was a difference between downloading the plugin from the WordPress plugin directory or WooCommerce.com. It also appeared to apply limits on how the GPL licensed software could be used. Here is a cached version of the original document. </p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p><strong>Can WooCommerce be us
 ed to sell cannabis-derived products such as CBD oil? </strong></p><p><strong>Yes</strong>, if you download the WooCommerce plugin directly from WordPress.org or install the WooCommerce plugin via the Plugins page of your site from WordPress.org.</p><p><strong>No</strong>, if you download and install the WooCommerce plugin directly from WooCommerce.com.</p><p>It is the same WooCommerce plugin, but the location of download makes a difference?<strong><br />What’s the difference?</strong> <br />The difference is ownership.</p><p>WooCommerce from <strong>WordPress.org</strong> is open-source software and is hosted through a third-party company.</p><p>WooCommerce from <strong>WooCommerce.com and WordPress.com</strong> is hosted through Automattic. Sites cannot sell cannabis-derived products if they are connected to Automattic servers, which includes 
 and is not limited to WordPress.com, the Jetpack plugin, and any plugin or extension downloaded directly from WooCommerce.com. </p><p><strong>Can I use WooCommerce software from  (x company)  to sell cannabis-derived products? </strong><br />If you use open-source WooCommerce software from a third-party company, note that there may be additional limitations and regulations imposed by shipping and payment companies.</p><p><strong>Can I get support for a WooCommerce store selling CBD products? </strong><br />No, not from us at WooCommerce.com or WordPress.com.</p><p>Many of our store owners and customers reside in countries where CBD  products and other cannabis-derived products are fully legalized, but the production and sale of cannabis-derived products in the US – where our company is registered – is highly regulated.</p><p>As a result, we are currently unable to offer support for any  WooComm
 erce site that sells CBD oil or other cannabis-derived products,  whether the CBD oil is over or under 0.3% THC and whether it is derived from hemp or cannabis.</p><cite>Original WooCommerce and CBD Products FAQ</cite></blockquote>\n\n\n\n<p>Taking note of the confusion, Paul Maiorana, Acting General Manager of WooCommerce, <a href=\"https://twitter.com/pmaiorana/status/1138584618846699525\">responded to the discussion</a> and admitted in the Facebook thread that the policy was not as clear as it could be. </p>\n\n\n\n<p>Earlier this week, the WooCommerce team <a href=\"https://twitter.com/pmaiorana/status/1141057173650362368\">revised the policy</a> and made it much clearer on what is and is not allowed.</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p><strong>Can WooCommerce be used to sell cannabis-derived products such as CBD oil?</strong></p><
 p>Yes, you can use WooCommerce for your site. As our software is open source, we do not limit its use. </p><p>However, while you can use the code of our WooCommerce plugin to sell products derived from cannabis and hemp, you cannot use <strong>services</strong> offered directly by Automattic to support those stores. This is the case whether the products are over or under 0.3% THC, and whether they are derived from hemp or cannabis. Automattic’s direct services include, but are not limited to, WordPress.com, WooCommerce.com, and the Jetpack plugin.</p><p>This means that you can use the open source WooCommerce plugin to sell cannabis-derived products, but you cannot:</p><p>Connect your site to Automattic’s servers in <em>WooCommerce > Extensions > WooCommerce.com Subscriptions</em> for automatic extension updates or at WordPress.com.</p><p>Use WooCommerce services that depend on a Jetpack connection, 
 such as <a href=\"https://woocommerce.com/products/shipping/\">WooCommerce Shipping</a> or <a href=\"https://woocommerce.com/products/tax/\">WooCommerce Tax</a>. </p><p>Host your site on WordPress.com. </p><p><strong>Can I get help for my WooCommerce store?</strong><br />Yes. Our WooCommerce.com help desk can assist you with your site if you would normally qualify to receive support. You might also receive help from others in the WordPress.org  forums or the WooCommerce community.</p><cite>Revised WooCommerce and CBD Products FAQ</cite></blockquote>\n\n\n\n<p>In the last two years, WooCommerce has increasingly relied on Jetpack and its connection to WordPress.com&#8217;s infrastructure to provide services. These include <a href=\"https://woocommerce.com/products/shipping/\">WooCommerce Shipping</a>, the <a href=\"https://woocommerce.co
 m/mobile/\">WooCommerce app</a>, and <a href=\"https://blog.taxjar.com/woocommerce-services-automated-tax-calculations-powered-taxjar/\">Automated Tax Calculations</a>. In 2017, <a href=\"https://woocommerce.com/posts/wooconf-state-of-the-woo/\">Todd Wilkens made it clear</a> that WooCommerce would continue to make extensive use of Jetpack to provide cloud services.</p>\n\n\n\n<p>While the policy makes things clearer, CBD store owners will need to determine if they can live without the conveniences provided by Jetpack, WooCommerce.com, and WordPress.com. This situation is also a reminder to all store owners to double check a service&#8217;s policies before connecting any sites. </p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"
 data\";s:31:\"Thu, 20 Jun 2019 01:02:24 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:13:\"\n       \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"WPTavern: Watch the Free WordCamp Europe 2019 Live Stream June 21-22\";s:7:
 \"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=90487\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:79:\"https://wptavern.com/watch-the-free-wordcamp-europe-2019-live-stream-june-21-22\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2026:\"<p><a href=\"https://2019.europe.wordcamp.org/\" rel=\"noopener noreferrer\" target=\"_blank\">WordCamp Euro
 pe 2019</a> kicks off tomorrow, June 20, with Contributor Day. If you have been following the event on Twitter, hundreds of WordPress enthusiasts and professionals have been descending upon Berlin this week in preparation for the world&#8217;s largest WordCamp. For those who cannot attend in person, WCEU will be live streaming the main conference on June 21-22 for free.</p>\n<p>Unlike previous years, no tickets or registration will be required for live stream viewers. Removing this logistical hurdle makes the conference more accessible to viewers who may want to pop in for a session or two. </p>\n<p>Matt Mullenweg will be giving an address at 2PM in Berlin on Friday, June 21, and his presentation usually includes some newsworthy announcements. Whether you&#8217;re interested in Gutenberg development, community relations, design, or business, there&#8217;s a session for a wide range of WordPress users. Those who are viewing from afar can <
 a href=\"https://2019.europe.wordcamp.org/schedule/\" rel=\"noopener noreferrer\" target=\"_blank\">check out the schedule</a> and plan which sessions to watch online. </p>\n<p>As it was last year, the <a href=\"https://wptavern.com/wceu-team-is-working-on-pwa-support-for-all-wordcamp-websites\" rel=\"noopener noreferrer\" target=\"_blank\">WCEU website is a Progressive Web App (PWA)</a> that allows users to favorite the talks they want to attend. Presentations last 30 minutes with 10 minutes added at the end for Q&#038;A. There are 20 minutes scheduled in between sessions to allow attendees to change tracks or have conversations in the hallway.</p>\n<p>WordCamp Europe plans to announce the live stream link on its <a href=\"https://twitter.com/WCEurope\" rel=\"noopener noreferrer\" target=\"_blank\">Twitter account</a>. Follow the<
 a href=\"https://twitter.com/hashtag/WCEU?src=hash\" rel=\"noopener noreferrer\" target=\"_blank\"> #WCEU</a> hashtag to join in the conversation online.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 19 Jun 2019 23:20:54 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\&
 quot;data\";s:13:\"\n        \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"WPTavern: Google Announces Site Kit Plugin Now in Developer Beta\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=90896\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"https://wptavern.com/google-announces-site-kit-plugin-now-in-d
 eveloper-beta\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3296:\"<p>Google is churning out updates to its WordPress products ahead of WordCamp Europe in Berlin this weekend, with the <a href=\"https://amp-wp.org/amp-plugin-version-1-2-release/\" rel=\"noopener noreferrer\" target=\"_blank\">AMP Plugin 1.2</a> release and Site Kit&#8217;s <a href=\"https://sitekit.withgoogle.com/news/site-kit-developer-preview/\" rel=\"noopener noreferrer\" target=\"_blank\">developer beta launch</a> landing the same day.</p>\n<p><a href=\"https://sitekit.withgoogle.com/\" rel=\"noopener noreferrer\" target=\"_blank\">Site Kit</a> is a new addition to Go
 ogle&#8217;s WordPress plugin lineup that was <a href=\"https://sitekit.withgoogle.com/news/introducing-site-kit-by-google-for-wordpress/\" rel=\"noopener noreferrer\" target=\"_blank\">announced at WordCamp US 2018</a>. It provides a dashboard that displays how well a site is doing with various Google tools, such as Search Console, Analytics, AdSense, and PageSpeed Insights, packaged as a one-stop solution.</p>\n<p><a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2019/06/Screen-Shot-2019-06-19-at-4.08.49-PM.png?ssl=1\"><img /></a></p>\n<p>The developer preview announced today includes the following features:</p>\n<ul>\n<li>Seamless site verification with Search Console</li>\n<li>Provisioning and configuration of Analytics, AdSense, Tag Manager and Optimize</li>\n<li>Simple aggregate and per-page reporting from Search Console, Analyti
 cs, and AdSense, to help you understand the full acquisition and monetization funnel</li>\n<li>Continuous site performance auditing and monitoring with PageSpeed Insights</li>\n<li>Insights we derive from across the products you’ve connected and surface on your dashboard, to help you make sense of the stats</li>\n</ul>\n<p>Site Kit will give WordPress users access to information and stats from Google tools directly inside the dashboard. Instead of having to log into multiple Google services to hunt down site performance and page traffic information, this plugin aggregates the most data and puts it at your fingertips inside the WordPress admin where it is most relevant. </p>\n<p><a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2019/06/site-kit-admin-bar-page-stats.png?ssl=1\"><img /></a></p>\n<p>The Site Kit plugin is still under active development on <a href=\"https://g
 ithub.com/google/site-kit-wp\" rel=\"noopener noreferrer\" target=\"_blank\">GitHub</a> and beta testers will need to be familiar with the Google Cloud Platform and OAuth in order to get started. </p>\n<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2019/06/Screen-Shot-2019-06-19-at-5.00.56-PM.png?ssl=1\"><img /></a></p>\n<p>The setup experience is not user-friendly but rather geared towards getting feedback on the plugin&#8217;s current features. Google isn&#8217;t planning on putting Site Kit on WordPress.org until the setup process has been improved to be a better experience for WordPress users who are not developers. The goals for the developer beta are to gather feedback on the plugin&#8217;s functionality and compatibility with other plugins. </p>\n<p>A contingency of engineers from Google&#8217;s Developer Programs team will be available at the Goog
 le booth during WordCamp Europe to answer questions from the community on Site Kit and any of the company&#8217;s other products. </p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 19 Jun 2019 22:36:23 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:10;a:6:{s:4:\"data\";s:13:\"\n    \n      \n      \n      \n      \n      \n\";
 s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"Matt: Diversifying WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"https://ma.tt/?p=49695\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:45:\"https://ma.tt/2019/06/diversifying-wordpress/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\&
 quot;;b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:876:\"<p>WordPress is about democratizing publishing, removing barriers to getting your words on the web. <a href=\"https://en.blog.wordpress.com/2019/06/19/want-to-see-a-more-diverse-wordpress-contributor-community-so-do-we/\">There’s a cool effort underway right now to remove some barriers that people from groups underrepresented in tech might face when becoming a WordCamp speaker</a>. Automattic is supporting this by sponsoring Jill Binder’s work on the WordPress <a href=\"https://make.wordpress.org/community/handbook/meetup-organizer/event-formats/diversity-speaker-training-workshop/\">Diverse Speakers Training Group</a>. </p>\n\n\n\n<p>I would love to see the WordPress contributor base become more diverse, and training people from marginalized communities to speak at WordCamps is a 
 great way to help that along. Check out that effort if you’d like to get involved.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 19 Jun 2019 21:42:41 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:11;a:6:{s:4:\"data\";s:13:\"\n        \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s
 :0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"HeroPress: It’s never too late to start the right career path\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://heropress.com/?post_type=heropress-essays&p=2882\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:172:\"https://heropress.com/essays/its-never-too-late-to-start-the-right-career-path/#utm_source=rss&utm_medium=rss&utm_campaign=its-never-too-lat
 e-to-start-the-right-career-path\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:20945:\"<img width=\"960\" height=\"480\" src=\"https://s20094.pcdn.co/wp-content/uploads/2020/06/061919-min-1024x512.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"Pull quote: Most late achievers will discover that they have more significant opportunities to succeed on alternative paths.\" /><h3>WordPress &#8211; Life changing experience</h3>\n<p><a href=\"https://s20094.pcdn.co/wp-content/uploads/2020/06/IMG_8983.jpg\"><img /></a>Recently I had an enjoyable experience with a team of WPTranslationDay4 where I took the challenge to be a Live Streaming Host for the first time. And it wa
 s a fantastic talk with Speakers.</p>\n<p>By the time you read this, I would have experienced my first international talk in<a href=\"https://2019.europe.wordcamp.org/sessions/\"> WordCamp Europe 2019</a> at<a href=\"https://2019.europe.wordcamp.org/2019/04/30/wp-cafe/\"> WPCafe</a>. And would have moved to the next :). In this essay, I will be sharing how I found my career path, how WordPress changed my life, why I took challenges. I am a non-technical person, if you are a newbie, struggling with your career, stopped taking challenges, gave up and lose hope, especially women’s, then this may be your compelling decision to be here. I am sharing my short story towards WordPress and putting some points that make me take these decisions.</p>\n<h3>Who am I?</h3>\n<p>My name is<a href=\"https://afsanamultani.com/about-afsana/\"> Afsana Multani</a>, an artist by hobby and a WordPress en
 thusiast. You must think, why and how I work with WordPress? WordPress wasn’t the first choice in my life. My very first choice was painting. I didn&#8217;t even know I will be starting working with WordPress. :) To learn and work with WordPress, became the dream of my life, to follow this, I started working as a Customer Support Executive at theDotstore, which is a Venture of MULTIDOTS.</p>\n<p>I was born &amp; brought up in a reserved middle-class family, residing in Bhavnagar, a small city of Gujarat, India. Currently, I live in Ahmedabad. The family thinking is one which follows age-old customs and traditions and has stayed away from innovations. Where, most of the time, children do not have the freedom to dream, to develop, or to choose their life, to do something new. As a child, I had everything needed to live a better life &#8211; food, shelter, and clothes. But one thing was missing &#8211; “freedom.” I am the second one of four kids in my 
 family and was lucky enough to study further.</p>\n<p>Though I never had a chance to talk with my father about my career, and what I want to do in life or how life will be after studies. I was sure I have to do something and make my parents proud.</p>\n<blockquote><p>Besides all the strict rules and conventional thinking, my parents trusted me and allowed me to study further.</p></blockquote>\n<p>My mother never pushed me to cook or do household chores, as she spends her entire life doing this stuff. She loved to study, but due to this old thinking pattern, she had to drop her studies after her 3rd Standard. She starts cooking at home, with all household chores, preparing to get married one day.</p>\n<p>You would say, it’s not an age to do this. But it was her childhood, where other children were playing with toys, she continued playing with real-life. She determined never give up; whatever I am today because of her if sh
 e does not do that I would never have the courage to study further. I was good in studies, and get 1st in every Curriculum activity; the reason was my parents. I wanted to see them happy and proud. I learned one thing from her &#8211;</p>\n<blockquote><p>Never give up on your dreams, work harder for what you want, and help others.</p></blockquote>\n<p>I always have struggled for my future path, I wasn’t sure what to do and what not to, but I learned not to be afraid of taking challenges. During the time, I was about to step into the new phase of life &#8211; “Marriage.”</p>\n<h3>Everything changed</h3>\n<p>In my sweet 16, my wedding fixed already. And my father asked me to drop studies after 10th and plan for marriage. But my mother wanted me to study; so, she convinced him. Fortunately, my life partner was also so understanding and carrying. We never met before our engagement day, but I still remember, as soo
 n as we had our first phone call, we fell in Love. Just like that &#8211; like a Fairy Tale.</p>\n<p>Suddenly everything changes when the day came to leave my parents home. I got married early after my Higher Secondary School at the age of 18. I was a child with no idea how everything goes after marriage but has to take the responsibilities. It was a new challenge &#8211; family and household chores. Understanding new families make them happy and still living in a joint family was a challenge to decide on a career. I remember one my Grandpa says,</p>\n<blockquote><p>“life will never be better, but we have to make it better”</p></blockquote>\n<h3>Can a Hobby be a Profession?</h3>\n<p>So, the answer is yes. If your hobby wakes you up in the middle of your sleep, it does. But if you let someone entering into your hobby, then it may be challenging for you to continue further. For me, the painting was my hobby, since
  childhood. I never found a tutor to polish my skills and learned it myself as an inspiration from my elder sister. It was a dream to be a great artist one day; I decided to join the institute after my marriage. I initiated my first painting classes name “<a href=\"https://afsanamultani.com/my-studio/\">AKSA</a>,” I enjoy with kids; my motto was to encourage them to develop their skills.</p>\n<p><a href=\"https://s20094.pcdn.co/wp-content/uploads/2020/06/Studio.jpg\"><img /></a></p>\n<p>I did not have a better teacher in my childhood, so I wanted them to have one and not to struggle much to follow their path. Destiny has some other plans.</p>\n<h3>Introduction to the computer world</h3>\n<p>I also have learned PHP for a couple of months. But that was not something I am happy with so I continued my journey, finding some more opportunities.</p>\n<p>In 2012, I found my firs
 t job out of my hobby with a full-service WordPress agency &#8211;<a href=\"https://www.multidots.com/\"> MULTIDOTS</a> as a front-end developer; I had picked up quite a bit of Photoshop designing as well as HTML. Work with photoshop was fun to play with computer. I did not have a computer at home, so this job was fascinating. I decided it quickly and started building websites and learning HTML responsive coding, on my own &#8211; Google was my teacher. I love learning new things which match to my nature and interest :).</p>\n<p>I was perfectly happy as a front-end developer, yet I always felt as if there were some other types of work that I would adore more. “I just didn&#8217;t know what it was,” in 2017, I started working with WordPress.</p>\n<p>The decision to start working with WordPress comes with challenges. It feels like going back to the first-level of schooling, taking classes to pick up necessary qualification.
 </p>\n<p>For me, everything changed in my early 20’s. At 25, my brain woke up &#8211; it certainly feels like that. And I managed to win a job as a “Customer Support Executive” at<a href=\"https://www.thedotstore.com/\"> thedotstore</a>. I am a talkative person, and chatting with people around the world was amazing. As my Mom says, &#8211; help, support, and make people happy. Working freely with fun was one of my visions that comes true.</p>\n<p>Thedotstore develops free and premium plugins for WooCommerce, with a focus on scalability, performance, and security. Customer satisfaction is the key success to thedotstore or any businesses. While working with IT company being a frontend developer, I came into contact with WordPress and found we can create a blog easily. But it was way far knowing about its vast community.</p>\n<h3>My first WordPress Blog</h3>\n<p>It was an enjoyable experience working on
  my first WordPress painting blog in 2014. :) I do not have an active link, because it was on a local server for practice.</p>\n<p>But I have recently created a new Blog “<a href=\"https://afsanamultani.com/\">afsanamultani.com</a>” &#8211; which is live and active :) Where I have shared my journey being with Painting Studio as well as my experiences in contribution to WordPress.</p>\n<h3>My First interaction with WordPress Community</h3>\n<p>WordPress Ahmedabad community already started Organizing<a href=\"https://www.meetup.com/ahmedabad-wp-meetup/\"> WPMeetups</a> and also planning for the first WordCamp in 2017. I participated as Volunteer in my first<a href=\"https://2017.ahmedabad.wordcamp.org/\"> WordCamp Ahmedabad 2017</a>, Also have created a beautiful Selfie Booth with the team. During the day, for the first time in my life, I took the initiative to talk to differe
 nt people about WordPress, got an opportunity to meet WordPress lovers, Automattician &#8211;<a href=\"https://automattic.com/work-with-us/happiness-engineer/\"> Happiness Engineer</a>, Nomad, people working remotely. Those words were new to me, and I was like- what are you saying! For me, it was a dream, “I was born for this man.” At the same time, I decided to be a Happiness Engineer one day. WordPress is not only a platform for a techie guy; it also helps a person like me to select their career path with WordPress. Doesn&#8217;t sound interesting?</p>\n<p><a href=\"https://s20094.pcdn.co/wp-content/uploads/2020/06/WCAhmedabad2017.jpg\"><img /></a></p>\n<h3>A break that got me where I am today</h3>\n<p>It was my first day when I started learning more about WordPress and its community. In November 2017, WordPress was at version 4.9.1, and I was getting in. I spend days tweaking and lea
 rning about customer support, forums, and how to get involved. I wanted to be a part of the WordPress team.</p>\n<h3>Steps I followed</h3>\n<p>Step one:- with understanding the code of conduct and how the<a href=\"https://wordpress.org/about/\"> community</a> works.</p>\n<p>Step two:- How to get involved &#8211;<a href=\"https://make.wordpress.org/\"> make.wordpress.org</a></p>\n<p>Step three:- What are the channels and how it works.</p>\n<p>Step Four:- Go to the team channels and start surfing.</p>\n<p>Step Five:- Join the<a href=\"https://make.wordpress.org/chat/\"> slack channels</a>, where you get the support and knowledge. It’s easy to join the public slack channel #forums #community-events #community-team and more.</p>\n<p>As we know, it is not easy to get started and understand everything overnight. At first, when I joined
  these slack channels, I found lots of people chatting and sharing information, some asking for help and some are staff who helped people to solve their problems.</p>\n<h3>First Week with WordPress</h3>\n<p>My very first week went only on reviewing those chat conversations and how to get involved. So if you are new and want to get into this, be there for a while, don&#8217;t try to understand everything at first. Please go through all the chat conversations, and gradually, you will know how it works.</p>\n<p>It’s a great platform to work; if you ask me how long I can work with WordPress, I would like to work with WordPress forever. It’s like I never think to change the platform since WordPress helps me to work freely and who does not love Freedom? :)</p>\n<blockquote><p>Dedication, Hard work, Patience, and Reading will always make you successful in any Career you choose.</p></blockquote>\n<p>I was a newb
 ie, and I didn&#8217;t even imagine it will be a fantastic journey. It took me a year to understand the community. I am now working as a customer support executive, still learning and exploring new ways of contributing to WordPress.</p>\n<h3>Volunteer work</h3>\n<p>During this time, I have attended several WordCamps, and I got opportunities in organizing, speaking, and volunteering.</p>\n<h3>WordCamp Organizing Experience</h3>\n<p>After WordCamp Ahmedabad 2017, it was time for our second WordCamp. We started planning for the next Lead Organiser for the event. By the time of deciding for the woman candidate. Everyone asked me if I am ready to take this challenge. My first expression was &#8211; What? Are you kidding me? It&#8217;s a dream, someone, please wake me up, :D I asked many questions at the same time. I asked myself for a while, Am I ready for the big challenge? What if I could not make it? And I recall those words 
 &#8211; never give up, take a challenge, and try harder than what you want.</p>\n<p>I accepted the challenge, started reading<a href=\"https://make.wordpress.org/community/handbook/wordcamp-organizer/become-an-organizer/\"> WordCamp Organizer HandBook</a> from WordPress.org site. There’s each and everything mentioned very clear from Applying Application to the<a href=\"https://central.wordcamp.org/schedule/\"> WordCamp Central,</a> where you find all the upcoming WordCamp lists and the End of the event process. It was a fantastic experience of<a href=\"https://2018.ahmedabad.wordcamp.org/organizers/\"> WordCamp Ahmedabad 2018</a>. There is one thing that I learn from this event, if you are ready to take the challenge, everyone will help you to fulfill that challenge. And it was never possible without my team and Aditya Kane, who was the mentor for the event. We are an excellent team of organizers.&lt
 ;/p>\n<p><a href=\"https://s20094.pcdn.co/wp-content/uploads/2020/06/Organisers.jpg\"><img /></a></p>\n<h3>WordCamp Speaking Experience</h3>\n<p>After volunteering, organizing, it was my dream to be a speaker. And I was fortunate to speak in<a href=\"https://2019.kolkata.wordcamp.org/speakers/\"> WordCamp Kolkata 2019</a>. I was so happy when I got an Email with “Congratulations.” Now, what? Let us prepare.</p>\n<p>Sharing<a href=\"https://speakerdeck.com/afsana/20-effective-ways-to-build-a-better-customer-experience\"> “20 Effective Ways to Build a Better Customer Experience”</a> was a great experience in my life; I never imagined such a huge audience and a great team. By this time I have also contributed to upload WordCamp video on<a href=\"https://wordpress.tv/2019/04/10/afsana-multani-20-effective-ways-to-build-a-better-customer-experience/\"&
 gt; WordPress.tv</a>. Learning Never Ends!</p>\n<p><a href=\"https://s20094.pcdn.co/wp-content/uploads/2020/06/Speaker.jpg\"><img /></a></p>\n<p>If you are reading this, and also have a dream to be a speaker, the first thing you need to do is, write your topic and send it over. Do not think much; push that Share Button, that’s all. Sometimes, we’re afraid to push that button and miss the excellent opportunity. If you think next time, write everything, and I would be happy to push that button for you. :D Especially women, it would be so lovely to see you, take this challenge and start living your dreams. Do not be afraid of making mistakes, remember &#8211; “every successful person made mistakes” even Gandhiji, but he learned from his mistakes and promised never to repeat.</p>\n<h3>“Take new challenges, make mistakes, learn, and improve.”</h3>\n<p>Moving further to contributions, it is a
 lways fun working with your love. I believe &#8211; “Love what you do and do what you Love,” and it works.</p>\n<ul>\n<li>WordPress Support Forums</li>\n<li>WordPress TV Contributor</li>\n<li>WordPress Polyglots Editor</li>\n<li>WordPress Polyglots Contributor</li>\n<li>WordPress Meetup Organizer</li>\n<li>WordCamp Volunteer</li>\n<li>WordCamp Lead Organizer</li>\n<li>WordCamp Speaker</li>\n<li>WordPress Polyglots Translation Team</li>\n</ul>\n<p>I have done what I love, and what about you?</p>\n<p>Most importantly, I am glad to be a contributor. There&#8217;s one more thing &#8211; The<a href=\"https://profiles.wordpress.org/afsanamultanii/\"> badges</a> are the best part of WordPress I have ever seen, and it&#8217;s like a volunteer reward.</p>\n<p>So ladies and gentleman, How many badg
 es have you collected? Share your list in comments :)</p>\n<h3>My initiative</h3>\n<p>After experiencing my contribution to WordPress, people come up with various questions, &#8211; how you have done this, and how to get involved in the community, what steps to be followed to contribute. So that makes me start this initiative <a href=\"https://iamwplearner.com/\">iamwplearner</a> as a knowledge sharing activity with a dream of helping the local as well as WordPress community through different channels and languages.</p>\n<p>Good Takeaways – iamwplearner helps beginners, startup, and college students, who are looking for the opportunity and how to involve with WordPress.</p>\n<p>Everything was possible only with the help of<a href=\"https://aslam.blog/\"> Aslam Multani</a>. He is my supporter, my backbone, and my reason for life, he is the person who always guides me and motivates me in 
 all situations.</p>\n<p><a href=\"https://s20094.pcdn.co/wp-content/uploads/2020/06/Afsana-Aslam.jpg\"><img /></a></p>\n<p>Like me, most late achievers will discover that they have more significant opportunities to succeed on alternative paths. But, today’s obsessive way for new achievement is the fear of failure for those who do not attain it. They waste our national talent and stunted creativity.</p>\n<h3>If I can do this, You can do this even better. :)</h3>\n<p>All of us love someone and something, and the thing is we cannot give up on ourselves or others- especially if society has made it harder to catch up. Most people recently born will live in the 22nd century, and they will accept the modernization in the community. This is us; a healthy society needs all of its people to recognize that they can bloom and re-bloom, grow, and succeed throughout their lives.</p>\n<p>I like to address thi
 s commitment, to all WordPress fans, especially a local womens community, to show your real talent, and break the stereotypes. Let people speak, there will be a doubt, a mistake, but if you are confident in you, no one can stop doing your best. :)<br />\nI wish you Good Luck.</p>\n<h3>What’s in the Future?</h3>\n<p>I would say, the future is yet to come. Be yourself, there are many opportunities, challenges, and learnings. I try myself ready for better today than yesterday. Keep learning is the key to success… After many trial and error, I am here with WordPress, and most important is, I love what I do. :)</p>\n<p>Thank you.</p>\n<p><b>Thanking Note:-</b> <i>I like to thank Topher and HeroPress for allowing me to write and share my story with you all. There’s always a best in everyone’s story, what’s in you? Share your thoughts, or say &#8211; </i><b><i>Hi</i></b><i
 > in comments below.</i></p>\n<p>&nbsp;</p>\n<div class=\"rtsocial-container rtsocial-container-align-right rtsocial-horizontal\"><div class=\"rtsocial-twitter-horizontal\"><div class=\"rtsocial-twitter-horizontal-button\"><a title=\"Tweet: It’s never too late to start the right career path\" class=\"rtsocial-twitter-button\" href=\"https://twitter.com/share?text=It%E2%80%99s%20never%20too%20late%20to%20start%20the%20right%20career%20path&via=heropress&url=https%3A%2F%2Fheropress.com%2Fessays%2Fits-never-too-late-to-start-the-right-career-path%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-fb-horizontal fb-light\"><div class=\"rtsocial-fb-horizontal-button\"><a title=\"Like: It’s never too late to start the right career path\" class=\"rtsoci
 al-fb-button rtsocial-fb-like-light\" href=\"https://www.facebook.com/sharer.php?u=https%3A%2F%2Fheropress.com%2Fessays%2Fits-never-too-late-to-start-the-right-career-path%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-linkedin-horizontal\"><div class=\"rtsocial-linkedin-horizontal-button\"><a class=\"rtsocial-linkedin-button\" href=\"https://www.linkedin.com/shareArticle?mini=true&url=https%3A%2F%2Fheropress.com%2Fessays%2Fits-never-too-late-to-start-the-right-career-path%2F&title=It%E2%80%99s+never+too+late+to+start+the+right+career+path\" rel=\"nofollow\" target=\"_blank\" title=\"Share: It’s never too late to start the right career path\"></a></div></div><div class=\"rtsocial-pinterest-horizontal\"><div class=\"rtsocial-pinterest-horizontal-button\"&g
 t;<a class=\"rtsocial-pinterest-button\" href=\"https://pinterest.com/pin/create/button/?url=https://heropress.com/essays/its-never-too-late-to-start-the-right-career-path/&media=https://heropress.com/wp-content/uploads/2020/06/061919-min-150x150.jpg&description=It’s never too late to start the right career path\" rel=\"nofollow\" target=\"_blank\" title=\"Pin: It’s never too late to start the right career path\"></a></div></div><a rel=\"nofollow\" class=\"perma-link\" href=\"https://heropress.com/essays/its-never-too-late-to-start-the-right-career-path/\" title=\"It’s never too late to start the right career path\"></a></div><p>The post <a rel=\"nofollow\" href=\"https://heropress.com/essays/its-never-too-late-to-start-the-right-career-path/\">It’s never too late to start the right career path</a> a
 ppeared first on <a rel=\"nofollow\" href=\"https://heropress.com\">HeroPress</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 19 Jun 2019 12:00:20 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Afsana Multani\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:12;a:6:{s:4:\"data\";s:13:\"\n       \n      \n      \n      \n      \n      \n\";s:7:\"attribs\
 ";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:102:\"WPTavern: Developers at Yoast and Google Collaborate on Proposal to Add XML Sitemaps to WordPress Core\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=90744\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:113:\"https://wptavern.com/developers-at-yoast-and-google-collaborate-on-proposal-to-add-xml-sitemaps-to
 -wordpress-core\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5027:\"<p>Developers at Google and Yoast are collaborating with other contributors on a <a href=\"https://make.wordpress.org/core/2019/06/12/xml-sitemaps-feature-project-proposal/\" rel=\"noopener noreferrer\" target=\"_blank\">proposal to add XML sitemaps to WordPress core</a>. This capability has traditionally been handled by plugins, which provide a variety of implementations. The goal of this new feature project is to ship basic XML sitemaps in core while providing an XML Sitemaps API for plugin developers to extend. It would also update WordPress&#8217; robots.txt file to reference the sitemap index. </p>\n<p><a href=\"https://twitter.com/TweetyTh
 ierry\" rel=\"noopener noreferrer\" target=\"_blank\">Thierry Muller</a>, a Developer Relations Program Manager at Google, published the details of the collaborators&#8217; plans on WordPress.org. The sitemaps included in core would be enabled by default and would index the following content:</p>\n<ul>\n<li>Homepage</li>\n<li>Posts page</li>\n<li>Core Post Types (Pages and Posts)</li>\n<li>Custom Post Types</li>\n<li>Core Taxonomies (Tags and Categories)</li>\n<li>Custom Taxonomies</li>\n<li>Users (Authors)</li>\n</ul>\n<p>Although WordPress contributors have had multiple discussions regarding XML sitemaps on trac, Muller said there had not yet been a group to take ownership and get things moving forward. His proposal notes that 4 out of the top 15 plugins in the WordPress plugin directory ship with their own implementation of XML. Despite
  the demonstrated high demand for XML sitemaps,  the right team for getting this added to core had not been assembled until now.</p>\n<p>&#8220;XML Sitemaps is a standard across all search engines these days and any website with content which is intended to be indexed should have one,&#8221; Muller said. &#8220;Having XML Sitemaps in core would speed up content discoverability and indexing. We started discussing this topic last year with Yoast and agreed that it would be great to finally make it happen.&#8221;</p>\n<p>So far the initiative has received a favorable response from the community and has already gained the support of WordPress project lead Matt Mullenweg. </p>\n<p>&#8220;This makes a lot of sense, looking forward to seeing the v1 of this in core and for it to evolve in future releases and cement WordPress’ well-deserved reputation of being the best CMS for SEO,&#8221; Mullenweg commented on the proposal. </
 p>\n<p>Performance is one of the primary concerns that the WordPress development community has expressed regarding adding XML sitemaps to core. </p>\n<p>&#8220;As simple and straightforward as XML sitemaps are, they present some relatively significant performance challenges at scale,&#8221; Matthew Boynes, partner at <a href=\"https://alley.co/\" rel=\"noopener noreferrer\" target=\"_blank\">Alley Interactive</a>, said. &#8220;As one for-instance, how many urls are going to be in each paginated (sub-) sitemap? A sitemap index file is limited to 50,000 sitemaps, so even though each sitemap is limited to a maximum of 50,000 urls, generating 50,000 urls in one page request would be extremely difficult and non-performant to do on-the-fly.&#8221;</p>\n<p>Muller and other contributors on the project have a strategy for addressing scalability concerns and are planning to keep these considerations on 
 the forefront while building core&#8217;s implementation.</p>\n<p>&#8220;As for everything else, engineering new features should always be done with security and performance in mind,&#8221; Muller said. &#8220;It starts at the high level architecture down to the granular details. Each Sitemap entry will only contain ,  and  which should not overload the server request with a paginated approach. The number of entries per Sitemap is still to be defined, performance will definitely be a deciding factor.&#8221;</p>\n<p>The XML Sitemaps project has a clearly defined scope. The initial implementation will not include features like image, video, or news sitemaps. It also will not include a UI for controls to exclude individual posts, pages, or custom post types from the sitemap. This is somewhat controversial but plugins can always extend core to offer these features until a more sophisticated version of sitemaps lands in core.</p>\n<p&g
 t;Plugin authors who offer XML sitemaps will need to re-architect their plugins with the new API in order to avoid conflicts and indexing errors. </p>\n<p>&#8220;I can confidently say that we will make it as smooth as possible and work with plugin authors to avoid conflicts,&#8221; Muller said. &#8220;If anything else, having XML Sitemaps as well as a Core API to extend it will make their lives easier &#8211; plugin authors will have a standard way to extend it.&#8221; </p>\n<p>This effort to get sitemaps added to WordPress core is not limited to those working at Google and Yoast. Muller encouraged authors of other XML sitemaps plugins to get involved or at least follow the project&#8217;s development to ensure their plugins are compatible once it is merged into core.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\&q
 uot;\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 19 Jun 2019 03:49:13 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:13;a:6:{s:4:\"data\";s:13:\"\n     \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"WPTavern: Word
 Press 5.2.2 Squashes 13 Bugs\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=90869\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wptavern.com/wordpress-5-2-2-squashes-13-bugs\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1305:\"<p>WordPress 5.2.2 dubbed a short-cycle maintenance release is <a href=\"https://wordpress.org/news/2019/06/wordpress-5-2-
 2-maintenance-release/\">available for download</a>. This release addresses 13 bugs and improves the Site Heath features introduced in 5.2. </p>\n\n\n\n<p>One of the changes in 5.2.2 affects the theme update link in the Customizer of multisite installs. The update link for themes on multisite installs in the Customizer <a href=\"https://core.trac.wordpress.org/ticket/46997\">has been removed</a>. This is because updates can not be performed from within the Customizer in this situation. </p>\n\n\n\n<p>Other changes include, <a href=\"https://core.trac.wordpress.org/ticket/47070\">adding a exit recovery mode button</a> in the responsive view, making the <a href=\"https://core.trac.wordpress.org/ticket/46957\">Site Health page access filterable</a>, and updates to the <a href=\"https://core.trac.wordpress.org/ticket/47429\">page editor packages</a>. </p>\n
 \n\n\n<p><a href=\"https://profiles.wordpress.org/audrasjb/\">JB Audras</a>, <a href=\"https://profiles.wordpress.org/justinahinon/\">Justin Ahinon</a> and <a href=\"https://profiles.wordpress.org/marybaum/\">Mary Baum</a> co-led the release with guidance from Executive Director, Josepha Haden. Thirty people contributed to WordPress 5.2.2. </p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 18 Jun 2019 21:24:43 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\&qu
 ot;;s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:14;a:6:{s:4:\"data\";s:13:\"\n \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"WordPress.org blog: WordPress 5.2.2 Maintenance Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=6993\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17
 :\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"https://wordpress.org/news/2019/06/wordpress-5-2-2-maintenance-release/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3947:\"<p>WordPress 5.2.2 is now available! This maintenance release fixes 13 bugs and adds a little bit of polish to the Site Health feature&nbsp;<a href=\"https://wordpress.org/news/2019/05/jaco/\">that made its debut in 5.2</a>. </p>\n\n\n\n<p>For more info, browse the&nbsp;<a href=\"https://core.trac.wordpress.org/query?status=closed&resolution=fixed&milestone=5.2.2&order=priority\">full list of changes on Trac</a> or check out &
 lt;a href=\"https://wordpress.org/support/wordpress-version/version-5-2-2/\">the Version 5.2.2 documentation page.</a></p>\n\n\n\n<p>WordPress 5.2.2 is a short-cycle maintenance release. The next major release will be version 5.3; check <a href=\"https://make.wordpress.org/core/\">make.wordpress.org/core</a> for details as they happen.  </p>\n\n\n\n<p>You can&nbsp;download&nbsp;<a href=\"https://wordpress.org/download/\">WordPress 5.2.2</a>&nbsp;or visit&nbsp;<strong>Dashboard → Updates</strong>&nbsp;and click&nbsp;<strong>Update Now</strong>. Sites that support automatic background updates have already started to update automatically.</p>\n\n\n\n<p><a href=\"https://profiles.wordpress.org/audrasjb/\">JB Audras</a>, <a href=\"https://profiles.wordpress.org/justinahinon/\">Justin Ahinon</a> and
  <a href=\"https://profiles.wordpress.org/marybaum/\">Mary Baum</a> co-led this release, with invaluable guidance from our Executive Director, Josepha Haden Chomphosy, and contributions from 30 other contributors. Thank you to everyone who made this release possible!</p>\n\n\n\n<p><a href=\"https://profiles.wordpress.org/afercia/\">Andrea Fercia</a>, <a href=\"https://profiles.wordpress.org/aduth/\">Andrew Duthie</a>, <a href=\"https://profiles.wordpress.org/azaozz/\">Andrew Ozz</a>, <a href=\"https://profiles.wordpress.org/afragen/\">Andy Fragen</a>, <a href=\"https://profiles.wordpress.org/birgire/\">Birgir Erlendsson (birgire)</a>, <a href=\"https://profiles.wordpress.org/chetan200891/\">Chetan Prajapati</a>, <a href=\"https://profiles.wordpress.org/davidbaumwald/\">David Baumwald</a>, <a hre
 f=\"https://profiles.wordpress.org/dkarfa/\">Debabrata Karfa</a>, <a href=\"https://profiles.wordpress.org/garrett-eclipse/\">Garrett Hyder</a>, <a href=\"https://profiles.wordpress.org/jankimoradiya/\">Janki Moradiya</a>, <a href=\"https://profiles.wordpress.org/audrasjb/\">Jb Audras</a>, <a href=\"https://profiles.wordpress.org/jitendrabanjara1991/\">jitendrabanjara1991</a>, <a href=\"https://profiles.wordpress.org/desrosj/\">Jonathan Desrosiers</a>, <a href=\"https://profiles.wordpress.org/spacedmonkey/\">Jonny Harris</a>, <a href=\"https://profiles.wordpress.org/jorgefilipecosta/\">Jorge Costa</a>, <a href=\"https://profiles.wordpress.org/justinahinon/\">Justin Ahinon</a>, <a href=\"https://profiles.wordpress.org/clorith/\">Marius L. J.</a>, <a href=\"https:
 //profiles.wordpress.org/marybaum/\">Mary Baum</a>, <a href=\"https://profiles.wordpress.org/immeet94/\">Meet Makadia</a>, <a href=\"https://profiles.wordpress.org/dimadin/\">Milan Dinić</a>, <a href=\"https://profiles.wordpress.org/mukesh27/\">Mukesh Panchal</a>, <a href=\"https://profiles.wordpress.org/palmiak/\">palmiak</a>, <a href=\"https://profiles.wordpress.org/pedromendonca/\">Pedro Mendonça</a>, <a href=\"https://profiles.wordpress.org/peterwilsoncc/\">Peter Wilson</a>, <a href=\"https://profiles.wordpress.org/ramiy/\">Rami Yushuvaev</a>, <a href=\"https://profiles.wordpress.org/youknowriad/\">Riad Benguella</a>, <a href=\"https://profiles.wordpress.org/tinkerbelly/\">sarah semark</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov/\">Serg
 ey Biryukov</a>, <a href=\"https://profiles.wordpress.org/shashank3105/\">Shashank Panchal</a>, <a href=\"https://profiles.wordpress.org/karmatosed/\">Tammie Lister</a>, <a href=\"https://profiles.wordpress.org/hedgefield/\">Tim Hengeveld</a>, <a href=\"https://profiles.wordpress.org/vaishalipanchal/\">vaishalipanchal</a>, <a href=\"https://profiles.wordpress.org/vrimill/\">vrimill</a>, and <a href=\"https://profiles.wordpress.org/earnjam/\">William Earnhardt</a></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 18 Jun 2019 18:14:34 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml
 _base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"marybaum\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:15;a:6:{s:4:\"data\";s:13:\"\n        \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"WPTavern: In Case You Missed It – Issue 26\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\"
 ;a:1:{i:0;a:5:{s:4:\"data\";s:59:\"https://wptavern.com/?p=90840&preview=true&preview_id=90840\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"https://wptavern.com/in-case-you-missed-it-issue-26\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:7430:\"<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2016/01/ICYMIFeaturedImage.png?ssl=1\" rel=\"attachment wp-att-50955\"><img /></a>photo credit: <a href=\"http://www.flickr.com/photos/112901923@N07/16153818039\">Night Moves</a> &#8211; <a
  href=\"https://creativecommons.org/licenses/by-nc/2.0/\">(license)</a></p>\n<p>There’s a lot of great WordPress content published in the community but not all of it is featured on the Tavern. This post is an assortment of items related to WordPress that caught my eye but didn’t make it into a full post.</p>\n<h2>Birgit Olzem Could Use the Community’s Help</h2>\n<p><a href=\"https://coachbirgit.com/\">Birgit Olzem</a> has encountered some financial hard times due to multiple illnesses and paying for acupuncture treatments and osteopathic therapy which are not covered by her insurance. Olzem fell ill earlier this year which prevented her from generating income as a self-employed person.</p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">Dear <a href=\"https://twitter.com/hashtag/WordPress?src=hash&ref_src=twsrc%5Etfw\"&
 gt;#WordPress</a> community! </p>\n<p>Today I turn to you with a request that I find very difficult to make. <img src=\"https://s.w.org/images/core/emoji/12.0.0-1/72x72/1f974.png\" alt=\"?\" class=\"wp-smiley\" /></p>\n<p>Over the last 7 years, I\'ve invested a lot of time and money in the contributions for WordPress. Despite five children, part-time jobs and chronic diseases. <a href=\"https://twitter.com/hashtag/Thread?src=hash&ref_src=twsrc%5Etfw\">#Thread</a></p>\n<p>&mdash; Birgit Olzem (@CoachBirgit) <a href=\"https://twitter.com/CoachBirgit/status/1139091195949387776?ref_src=twsrc%5Etfw\">June 13, 2019</a></p></blockquote>\n<p></p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">If my contributions to <a href=\"https://twitter.com/hashtag/WordPress?src=hash&
 amp;ref_src=twsrc%5Etfw\">#WordPress</a> have helped in any way over the years, or you just like me as a person, I\'d be happy if you would help me become healthy again.<a href=\"https://t.co/wfmJ3WOXMn\">https://t.co/wfmJ3WOXMn</a></p>\n<p>My eternal thanks will come to you. <img src=\"https://s.w.org/images/core/emoji/12.0.0-1/72x72/1f64f.png\" alt=\"?\" class=\"wp-smiley\" /></p>\n<p>7/7 <a href=\"https://t.co/i98dU1EC1S\">pic.twitter.com/i98dU1EC1S</a></p>\n<p>&mdash; Birgit Olzem (@CoachBirgit) <a href=\"https://twitter.com/CoachBirgit/status/1139091214869901312?ref_src=twsrc%5Etfw\">June 13, 2019</a></p></blockquote>\n<p></p>\n<p>Olzem has translated WordPress, compiled release packages for de_DE, organized Meetups, WordCamps, answered support questions and has been part of different make/WordP
 ress teams, some of them as a team-rep. She&#8217;s also contributed to WordCamps as a Speaker, Volunteer and Contributor day team-lead.</p>\n<p>To learn more about her story and to donate, please read her <a href=\"https://birgits.blog/donations/support-my-contributions/\">request to the community</a>.</p>\n<h2>Liam Dempsey&#8217;s Take on Gutenberg</h2>\n<p>Liam Dempsey <a href=\"https://liamdempsey.com/using-gutenberg-on-wordpress-what-i-like-and-what-i-dont/\">describes</a> what he likes and doesn&#8217;t like about the new WordPress editor.</p>\n<h2>Defending the Right to Publish Open Source Software in the UK</h2>\n<p>The EFF and Open Rights Group have <a href=\"https://www.eff.org/deeplinks/2019/06/eff-and-open-rights-group-defend-right-publish-open-source-software-uk-government\">submitted </a>comments to the UK government defending the ri
 ght to publish open source software.</p>\n<blockquote><p>Moreover, source code is a form of written creative expression, and open source code is a form of public discourse. Regulating its publication under anti-money-laundering provisions fails to honor the free expression rights of software creators in the United Kingdom, and their collaborators and users in the rest of the world.</p></blockquote>\n<h2>Why Is It Important to Give Back to Open Source?</h2>\n<p>JC Mae Palmes on Twitter asked, w<span class=\"css-901oao css-16my406 r-1qd0xha r-ad9z0x r-bcqeeo r-qvutc0\" dir=\"auto\">hy is it important to give back to the </span><span class=\"r-18u37iz\">WordPress</span><span class=\"css-901oao css-16my406 r-1qd0xha r-ad9z0x r-bcqeeo r-qvutc0\" dir=\"auto\"> community? Here are a few responses. To see all of the responses, check out <a href=\"https://tw
 itter.com/jpalmes/status/1138909591515701249\">this Twitter thread</a>. </span></p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">WordPress powers 34% of the web, it\'s a career advantage, the community is awesome, the product is used by students and enterprises alike, you can directly talk to incredibly knowledgeable people and learn a ton</p>\n<p>&mdash; Mario Peshev (@no_fear_inc) <a href=\"https://twitter.com/no_fear_inc/status/1139043365062893568?ref_src=twsrc%5Etfw\">June 13, 2019</a></p></blockquote>\n<p></p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">Open Source projects live and die by the willingness of those who benefit from the project giving back to the project.</p>\n<p>&mdash; Morten i Danmark <img src=\"https://s.w.org/images/core/e
 moji/12.0.0-1/72x72/1f1e9-1f1f0.png\" alt=\"??\" class=\"wp-smiley\" /> (@mor10) <a href=\"https://twitter.com/mor10/status/1139112853003296768?ref_src=twsrc%5Etfw\">June 13, 2019</a></p></blockquote>\n<p></p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">You realize you’re not alone. The mistakes you make are normal, that everyone’s figuring it out as they go. It gives you access to experience at all levels and people to brainstorm with who have unique perspectives.</p>\n<p>&mdash; Cate DeRosia (@mysweetcate) <a href=\"https://twitter.com/mysweetcate/status/1139011927445819392?ref_src=twsrc%5Etfw\">June 13, 2019</a></p></blockquote>\n<p></p>\n<h2>WordCamp US Speaker Selection Process</h2>\n<p>If you&#8217;re wondering how speakers are being selected for WordCamp
  US this year, check out <a href=\"https://2019.us.wordcamp.org/2019/06/12/past-vs-present-how-were-evolving-the-speaker-selection-process/\">this post</a> by the Programming Team. The team is using a new process that includes, limiting the number of submissions per speaker to two instead of unlimited, reviewing submissions based on the organizer&#8217;s sphere of experience, and using blind reviews. Speakers who are chosen are scheduled to be notified by the end of this month.</p>\n<h2>An Easy Way to Make an Impact in The WordPress Community</h2>\n<p>David Bisset <a href=\"https://twitter.com/dimensionmedia/status/1139561886071033856\">shared</a> the following idea on Twitter and while a few companies have started doing this, I think it will catch on with individuals more than businesses.</p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">Are yo
 u a company that wants to make an impact in the <a href=\"https://twitter.com/hashtag/WordPress?src=hash&ref_src=twsrc%5Etfw\">#WordPress</a> space but doesn’t have alot of $$$?</p>\n<p>Buy some tickets for people to attend WordCamps. Especially people (youths, non-profits, not privileged) that wouldn’t normally consider going.</p>\n<p>&mdash; David Bisset (@dimensionmedia) <a href=\"https://twitter.com/dimensionmedia/status/1139561886071033856?ref_src=twsrc%5Etfw\">June 14, 2019</a></p></blockquote>\n<p></p>\n<p>That&#8217;s it for issue twenty-six. If you recently discovered a cool resource or post related to WordPress, please share it with us in the comments.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:
 1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 14 Jun 2019 22:06:36 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:16;a:6:{s:4:\"data\";s:13:\"\n       \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"WPTavern: Justin Tadlock Proposes Idea to Solve Common T
 heme Issues\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=90725\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:78:\"https://wptavern.com/justin-tadlock-proposes-idea-to-solve-common-theme-issues\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2119:\"<p>The Theme Review Team has been discussing ideas in Slack on how to solve the problem of themes in the review queue suff
 ering from common theme issues. Just Tadlock has <a href=\"https://make.wordpress.org/themes/2019/06/07/proposal-theme-feature-repositories/\">proposed a idea</a> he calls Theme Feature Repositories. </p>\n\n\n\n<p>The idea is to create standardized packages on the <a href=\"https://github.com/WPTRT\">Theme Review Team GitHub</a> repo that authors could use in their themes. If enough people bought into the idea and worked together, it would lessen the pain points between reviewers and theme authors. It would also decrease the amount of code written by hundreds of different authors to solve a common problem. </p>\n\n\n\n<p>Tadlock used Admin notices and Links to &#8216;Pro&#8217; versions as two examples that could benefit from this approach. Packages would handle specific use cases and be installed using Composer. For those who don&#8217;t use composer, an autoloader would be provided as well as a .zip f
 ile that could be dropped into a theme.</p>\n\n\n\n<p>Tadlock is asking the theme community what packages do they need or what common problems could be solved together. </p>\n\n\n\n<p>&#8220;This can literally be any common feature in WordPress themes, not just admin or customizer-related things,&#8221; Tadlock said. &#8220;Nothing is &#8216;out of bounds&#8217;. Every idea is on the table right now.</p>\n\n\n\n<p>&#8220;This is an ambitious project.  It’d require cooperation between authors and reviewers for the betterment of the theme directory as a whole. It’ll only work if we have buy-in from everyone.&#8221;</p>\n\n\n\n<p>Tadlock also mentioned that due to his schedule, he will be unable to lead or co-lead the project and is seeking people interested in taking on these roles. Those interested should have knowledge of Git, Composer, and Object-oriented programming.</p>\n\n\n\n<p>If you&am
 p;#8217;re interested in this project or want to provide feedback, you can leave a comment on <a href=\"https://make.wordpress.org/themes/2019/06/07/proposal-theme-feature-repositories/\">the proposal</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 13 Jun 2019 21:07:10 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:
 \"\";}}}}}i:17;a:6:{s:4:\"data\";s:13:\"\n    \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:106:\"WPTavern: WordPress Spanish Translation Team Now has Meta Sites, Apps, and Top 200 Plugins 100% Translated\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=90804\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\&q
 uot;;s:114:\"https://wptavern.com/wordpress-spanish-translation-team-now-has-meta-sites-apps-and-top-200-plugins-100-translated\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5640:\"<p>The Spanish WordPress community hit a remarkable milestone with translations this week. Polyglots volunteers have now translated the meta sites, WordPress apps, and the top 200 plugins at 100% completion, with no pending translations to review.</p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"es\" dir=\"ltr\">La comunidad <a href=\"https://twitter.com/hashtag/WordPress?src=hash&ref_src=twsrc%5Etfw\">#WordPress</a> España <a href=\"https://twitter.com/wp_es?ref_src=twsrc%5Etfw\">@wp_es</a> sigu
 e batiendo récords.</p>\n<p>No solo no hay traducciones pendientes de revisar, sino que tiene siempre traducido al 100% WordPress, sitios meta, aplicaciones y, ahora, también al 100% el Top 200 Plugins. </p>\n<p>Únete al equipo: <a href=\"https://t.co/ymTyKpvt7L\">https://t.co/ymTyKpvt7L</a> <a href=\"https://t.co/6OtoQHwVoA\">pic.twitter.com/6OtoQHwVoA</a></p>\n<p>&mdash; WordPress España (@wp_es) <a href=\"https://twitter.com/wp_es/status/1138015568563441665?ref_src=twsrc%5Etfw\">June 10, 2019</a></p></blockquote>\n<p></p>\n<p>The size of the team is a major factor in reaching this milestone. According to stats Naoko Takano shared at <a href=\"https://wptavern.com/wordpress-translation-day-4-successfully-hosts-77-local-events-in-35-countries-recruits-183-new-translators\" rel=\"noopener noreferrer\" target=\"_blank\
 ">WordPress Translation Day 4</a> last month, Spanish is the locale with the most translation contributors (2,863), followed by German (2,399), Italian (2,190), Dutch (1,584), and Russian (1,515). It is also one of the top non-English locales installed, with 5.0% of all WordPress sites using the translation. WordPress.com <a href=\"https://wordpress.com/activity/\" rel=\"noopener noreferrer\" target=\"_blank\">reports</a> similar numbers, where Spanish is the second most popular language for blogs at 4.7%.</p>\n<p><a href=\"https://profiles.wordpress.org/_dorsvenabili/\" rel=\"noopener noreferrer\" target=\"_blank\">Rocío Valdivia</a>, a Community Wrangler at WordCamp Central who lives in Spain, gave us a look at what is behind the team&#8217;s extraordinary growth and momentum. She identified several key factors that have contributed to their success in working efficie
 ntly and sharing useful information among team members during the past 2-3 years.</p>\n<p>&#8220;We created a Slack instance some years ago, but at the beginning it was common for people to join and ask for support questions,&#8221; Valdivia said. &#8220;Now we have some protocols: the general channel is an only-read channel. If someone ask for support, we send them with a kind predef to the <a href=\"https://es.wordpress.org/\" rel=\"noopener noreferrer\" target=\"_blank\">es.wordpress.org</a> forums, where they get answers in a few hours. There are no questions in the forums waiting for longer than six hours ever, as we have a very active support team that coordinates in the #support channel of our Slack.&#8221;</p>\n<p>Valdivia said that removing the noise of support requests has given the team very productive channels for translations, plugin and theme translations, meetups (where Meetup organizers
  share tips and resources using a shared Google drive folder), and WordCamps (where WC organizers share info, tips, answer questions in Spanish, and share resources like email templates.)</p>\n<p>&#8220;Besides all of this, we’ve worked very well passing the philosophy of the project to the new members from the most experienced ones,&#8221; Valdivia said. &#8220;For example, people do very soft transitions from one lead organizer to the next one.&#8221; </p>\n<p>Although some WordCamp attendees have complained in the past that not much is accomplished at Contributor Days, the Spanish community has had success using these opportunities to transfer knowledge to new leaders and contributors. The community hosted 10 WordCamps in 2018 and Valdivia estimates they will have 9-10 in 2019. WordCamp Barcelona 2018 and 2019 had 400 attendees and 180 people at their Contributor Days. WC Irun 2019 had 220 attendees and 100 participants at Contributor Day
 . WordCamp Madrid 2019 sold out with 600 attendees and approximately 200 participated in Contributor Day.</p>\n<p>Although the Spanish community has experienced contributors across several WordPress.org teams, such as WPTV, Community, Support, and Polyglots, Valdivia said they are a bit thin on Core contributors.</p>\n<p>&#8220;We’re lacking people with experience contributing frequently to Core,&#8221; Valdivia said. &#8220;We have some of them who have contributed several times, but still need more people with more involvement to be able to pass all this info to newcomers.&#8221;</p>\n<p>Strong local meetups are another factor in the Spanish community&#8217;s success at keeping translations up-to-date. In addition to the largest team of translators in the world of WordPress, Spain has the <a href=\"https://central.wordcamp.org/reports/\" rel=\"noopener noreferrer\" target=\"_blank\">secon
 d highest number of meetup groups</a> and events per month. Spain is running 64 local meetups, with a population of 46 million people, compared to 201 groups in the U.S., which has 7x the population size (327 million).</p>\n<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2019/06/Screen-Shot-2019-06-13-at-2.20.46-PM.png?ssl=1\"><img /></a></p>\n<p>&#8220;The language barrier has been an issue for years, as not everyone speaks English and not everyone feels confident following conversations in English,&#8221; Valdivia said. &#8220;So, being able to train our own teams of contributors in our own language and having our own shared resources and channels, has been very useful.&#8221;</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a
 :5:{s:4:\"data\";s:31:\"Thu, 13 Jun 2019 20:22:57 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:18;a:6:{s:4:\"data\";s:13:\"\n       \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:105:\"WPTavern: WPWeekly Episode 356 – Gutenberg, Governance, and C
 ontributing to WordPress with Jonny Harris\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"https://wptavern.com/?p=90817&preview=true&preview_id=90817\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:110:\"https://wptavern.com/wpweekly-episode-356-gutenberg-governance-and-contributing-to-wordpress-with-jonny-harris\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1955:\"<p>In this episode, 
 <a href=\"http://jjj.me\">John James Jacoby</a> and I are joined by <a href=\"https://www.spacedmonkey.com/\">Jonny Harris</a>. Jonny describes how he discovered WordPress and some of the core projects he&#8217;s been working on including, Site Health Checks, fatal error protection, and Multisite. We discuss WordPress&#8217; focus on users vs developers in recent years, Jonny&#8217;s experience contributing to core, and his thoughts on a WordPress governance model.</p>\n<h2>Stories Discussed:</h2>\n<p><a href=\"https://gizmodo.com/wordpress-is-borked-so-enjoy-this-glorious-plant-thats-1835418635\">WordPress Is Borked So Enjoy This Glorious Plant That&#8217;s Taking Over the Internet</a></p>\n<p><a href=\"https://wptavern.com/wp-engine-launches-devkit-open-beta\">WP Engine Launches DevKit Open Beta</a></p>\n<p><a href=\"https:
 //wptavern.com/drupal-gutenberg-1-0-released-now-ready-for-production-sites\">Drupal Gutenberg 1.0 Released, Now Ready for Production Sites</a></p>\n<p><a href=\"https://wptavern.com/buddypress-5-0-to-update-password-control-to-match-wordpress\">BuddyPress 5.0 to Update Password Control to Match WordPress</a></p>\n<h2>Transcript:</h2>\n<p><a href=\"https://wptavern.com/wp-content/uploads/2019/06/Episode-356-Transcript.rtf\">Episode 356 Transcript</a></p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Wednesday, June 19th 3:00 P.M. Eastern</p>\n<p>Subscribe to <a href=\"https://itunes.apple.com/us/podcast/wordpress-weekly/id694849738\">WordPress Weekly via Itunes</a></p>\n<p>Subscribe to <a href=\"https://www.wptavern.com/feed/podcast\">WordPress Weekly via RSS</a></p>\
 n<p>Subscribe to <a href=\"http://www.stitcher.com/podcast/wordpress-weekly-podcast?refid=stpr\">WordPress Weekly via Stitcher Radio</a></p>\n<p>Subscribe to <a href=\"https://play.google.com/music/listen?u=0#/ps/Ir3keivkvwwh24xy7qiymurwpbe\">WordPress Weekly via Google Play</a></p>\n<p><strong>Listen To Episode #356:</strong><br />\n</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 13 Jun 2019 20:08:30 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4
 :\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:19;a:6:{s:4:\"data\";s:13:\"\n \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:80:\"WPTavern: Pika Project Launches New JavaScript CDN to Serve Modern, ESM Packages\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=90762\";s:7:\"attribs\";a:0:{}s:8:\"xml
 _base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:90:\"https://wptavern.com/pika-project-launches-new-javascript-cdn-to-serve-modern-esm-packages\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:7138:\"<p><a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2019/06/Screen-Shot-2019-06-12-at-2.28.56-PM.png?ssl=1\"><img /></a></p>\n<p><a href=\"http://fredkschott.com\" rel=\"noopener noreferrer\" target=\"_blank\">Fred Schott</a>, a software developer and former Google employee on the Polymer team, has <a href=\"https://www.pika.dev/cdn\" rel=\&qu
 ot;noopener noreferrer\" target=\"_blank\">launched a new CDN</a> for his <a href=\"https://www.pika.dev/\" rel=\"noopener noreferrer\" target=\"_blank\">Pika</a> project. Schott&#8217;s mission with Pika is &#8220;to make modern JavaScript more accessible by making it easier to find, publish, install, and use modern packages on npm.&#8221; Pika provides a searchable catalog of &#8220;module&#8221; packages available on npm &#8211; packages that use the more compact ES module syntax (ESM), which result in smaller Javascript bundles. </p>\n<p>npm currently lists <a href=\"https://www.pika.dev/about/stats\" rel=\"noopener noreferrer\" target=\"_blank\">59,851 ES modules</a>. This makes up approximately 7% of total packages on npm are exporting an ES module, but the number is steadily increasing: </p>\n<p><a href=\"https://i
 0.wp.com/wptavern.com/wp-content/uploads/2019/06/Screen-Shot-2019-06-13-at-9.13.09-AM.png?ssl=1\"><img /></a></p>\n<p>Pika makes it easy to search for these packages and the results will only include those that have a defined &#8220;module&#8221; entry point in their package.json manifest. Each listing consolidates the relevant information on one page, highlighting the important details.</p>\n<p><a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2019/06/Screen-Shot-2019-06-13-at-9.26.36-AM.png?ssl=1\"><img /></a></p>\n<p>One of the chief advantages of using ES modules is that they run natively on the web, without the need for a bundler. In a post titled &#8220;<a href=\"https://www.pikapkg.com/blog/pika-web-a-future-without-webpack\" rel=\"noopener noreferrer\" target=\"_blank\">A Future Without Webpack</a>,&#8221; Schott contends tha
 t JavaScript developers are &#8220;so steeped in the world of bundlers&#8221; that they overlook the possibilities of using ESM dependencies that run directly on the web:</p>\n<blockquote><p>Over the last several years, JavaScript bundling has morphed from a production-only optimization into a required build step for most web applications. Whether you love this or hate it, it’s hard to deny that bundlers have added a ton of new complexity to web development – a field of development that has always taken pride in its view-source, easy-to-get-started ethos.</p>\n<p>@pika/web is an attempt to free web development from the bundler requirement. In 2019, you should use a bundler because you want to, not because you need to.</p></blockquote>\n<p>Schott created <a href=\"https://github.com/pikapkg/web\" rel=\"noopener noreferrer\" target=\"_blank\"> @pika/web</a> to make it easy for develop
 ers to use ES modules, even when they don&#8217;t have compatible dependencies. It provides an install-time tool that is not exactly a build tool or a bundler but works to output web-native npm dependencies into a single ESM .js file:</p>\n<blockquote><p>@pika/web checks your package.json manifest for any &#8220;dependencies&#8221; that export a valid ESM “module” entry point, and then installs them to a local web_modules/ directory. @pika/web works on any ESM package, even ones with ESM &#038; Common.js internal dependencies.</p>\n<p>Installed packages run in the browser because @pika/web bundles each package into a single, web-ready ESM .js file. For example: The entire “preact” package is installed to web_modules/preact.js. This takes care of anything bad that the package may be doing internally, while preserving the original package interface.</p></blockquote>\n<p>Here&#8217;s a demo of how that works:&l
 t;/p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"es\" dir=\"ltr\">¡OJO con @pika/web! <img src=\"https://s.w.org/images/core/emoji/12.0.0-1/72x72/1f440.png\" alt=\"?\" class=\"wp-smiley\" /><img src=\"https://s.w.org/images/core/emoji/12.0.0-1/72x72/26a1.png\" alt=\"⚡\" class=\"wp-smiley\" /></p>\n<p><img src=\"https://s.w.org/images/core/emoji/12.0.0-1/72x72/1f4e6.png\" alt=\"?\" class=\"wp-smiley\" /> Instala tus dependencias npm y úsalas directamente en el navegador.<br /><img src=\"https://s.w.org/images/core/emoji/12.0.0-1/72x72/2728.png\" alt=\"✨\" class=\"wp-smiley\" /> Sin bundlers, ni configuraciones de ningún tipo.<br /><img src=\"https://s.w.org/images/core/emoji/12.0.0-1/72x72/26a1.png\" alt=\"⚡\" class=\"wp-smiley\&quo
 t; /> Nativo, ESM, optimizado para http2&#8230; ¡y MUY rápido!</p>\n<p>¡Muy pronto, vídeo más completo y artículo en <a href=\"https://t.co/uc7bPEkbXB\">https://t.co/uc7bPEkbXB</a> <img src=\"https://s.w.org/images/core/emoji/12.0.0-1/72x72/1f468-200d-1f4bb.png\" alt=\"?‍?\" class=\"wp-smiley\" />! <a href=\"https://t.co/cdNWqBnrDc\">pic.twitter.com/cdNWqBnrDc</a></p>\n<p>&mdash; Miguel Ángel Durán <img src=\"https://s.w.org/images/core/emoji/12.0.0-1/72x72/1f468-200d-1f4bb.png\" alt=\"?‍?\" class=\"wp-smiley\" /> (@midudev) <a href=\"https://twitter.com/midudev/status/1101828172390248448?ref_src=twsrc%5Etfw\">March 2, 2019</a></p></blockquote>\n<p></p>\n<p>This week Schott announced the availability of a new <a href=\"https://www.pika.dev/cdn\" rel=\"no
 opener noreferrer\" target=\"_blank\">Pika CDN</a> for delivering modern ES module packages. It uses the <a href=\"https://github.com/pikapkg/web\" rel=\"noopener noreferrer\" target=\"_blank\">pikapkg/web package builder</a> to work with any ESM package and the CDN will automagically  handle any non-ESM dependencies of that package. Pika CDN automatically detects the visitor&#8217;s browser and serves JS that is optimized to the environment, eliminating polyfills and transpiler bloat wherever possible. </p>\n<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2019/06/Screen-Shot-2019-06-13-at-10.12.32-AM.png?ssl=1\"><img /></a></p>\n<p>&#8220;Pika CDN leverages your browser&#8217;s natural caching abilities to give your pages faster dependency load times, especially on first visit,&#8221; Schott said. &#8220;0ms first-loads are even po
 ssible (for your dependencies at least) if all packages have been seen before.</p>\n<p>&#8220;With our CDN, package authors can distribute more modern, unminified packages without worrying about how to serve them directly. Instead, our nifty package-builder automatically resolves each package &#8212; and any legacy sub-dependencies &#8212; into a single, minified, ready-to-import JavaScript file.&#8221;</p>\n<p>Schott recently left his position at Ripple to work full-time on Pika, a project that he believes will move the JavaScript ecosystem forward. </p>\n<p>&#8220;Leaving my team was one of the hardest decisions I&#8217;ve ever made, but I know that I&#8217;m needed here,&#8221; he said. &#8220;I&#8217;m so excited to be a part of the future of the web, whatever it ends up looking like.&#8221;</p>\n<p>Pika is looking for corporate sponsors. For now, Schott is <a href=\"https://www.p
 atreon.com/pikapkg\" rel=\"noopener noreferrer\" target=\"_blank\">funding the server costs using Patreon</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 13 Jun 2019 15:54:33 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:20;a:6:{s:4:\"data\";s:13:\"\n  \n      \n      \n      \n      \n      
 \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:96:\"WPTavern: Gutenberg 5.9 Brings Major Improvements to Block Grouping, Introduces Snackbar Notices\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=90747\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:106:\"https://wptavern.com/gutenberg-5-9-brings-major-improvements-to-block-groupi
 ng-introduces-snackbar-notices\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2988:\"<p><a href=\"https://make.wordpress.org/core/2019/06/12/whats-new-in-gutenberg-12th-june/\" rel=\"noopener noreferrer\" target=\"_blank\">Gutenberg 5.9</a> is now available for those who are running the plugin to get the latest features on their sites. This release brings significant improvements to the grouping capabilities, allowing users to <a href=\"https://github.com/WordPress/gutenberg/pull/14908\" rel=\"noopener noreferrer\" target=\"_blank\">group and ungroup blocks</a> inside a container block. Once placed inside a group, the blocks can be moved up or down within the group using simple up/down controls.&
 lt;/p>\n<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2019/06/Screen-Shot-2019-06-12-at-10.04.08-AM.png?ssl=1\"><img /></a></p>\n<p>Nested blocks have also been improved so that users can <a href=\"https://github.com/WordPress/gutenberg/pull/15537\" rel=\"noopener noreferrer\" target=\"_blank\">click through to each layer</a> to configure each and navigate to the deepest nested block.</p>\n<p>Gutenberg 5.9 <a href=\"https://github.com/WordPress/gutenberg/pull/15594\" rel=\"noopener noreferrer\" target=\"_blank\">introduces &#8220;Snackbar&#8221; notices</a> to communicate completed actions in the block editor UI that do not require further action. </p>\n<p>The term &#8220;Snackbar&#8221; doesn&#8217;t adequately describe the way these notices behave. The concept was inspired by Material desig
 n and is traditionally used for providing brief messages about app processes at the bottom of the screen. Gutenberg&#8217;s new Snackbars pop up and disappear after a short delay, so the notice doesn&#8217;t have to be dismissed. </p>\n<p>&#8220;For a distraction-free experience, all the notices used in the editor to inform about the post saving/publishing, reusable blocks creation and updates have been updated to use this new type of notice,&#8221; Gutenberg Phase 2 lead Riad Benguella said. He posted a gif demonstrating Snackbar notices in action:</p>\n<p><a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2019/06/snackbars.gif?ssl=1\"><img /></a></p>\n<p>This release brings several visual enhancements to blocks and UI components, including a <a href=\"https://github.com/WordPress/gutenberg/pull/15903\" rel=\"noopener noreferrer\" target=\"_blank\">redesign o
 f the Table block placeholder</a>, <a href=\"https://github.com/WordPress/gutenberg/pull/14843\" rel=\"noopener noreferrer\" target=\"_blank\">refactoring and consolidation of dropdown menus</a>, and <a href=\"https://github.com/WordPress/gutenberg/pull/15874\" rel=\"noopener noreferrer\" target=\"_blank\">improvements the output of the Spacer block</a>.</p>\n<p>Gutenberg 5.9 contains more than two dozen fixes for bugs found in both desktop and mobile experiences. The editor took a slight dip in performance from the previous version, going from 4.8 to 4.9 seconds in loading time and 62.8ms to 66.3ms for keypress events. More than 40 people contributed to this release and approximately 15% were new contributors.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"
 \";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 12 Jun 2019 18:54:51 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:21;a:6:{s:4:\"data\";s:13:\"\n \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:85:\"HeroPress: My “H
 ero’s Journey” Through the Dark Underworld of WordPress Hosting\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://heropress.com/?post_type=heropress-essays&p=2862\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:204:\"https://heropress.com/essays/my-heros-journey-through-the-dark-underworld-of-wordpress-hosting/#utm_source=rss&utm_medium=rss&utm_campaign=my-heros-journey-through-the-dark-underworld-of-wordpress-hosting\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\&quo
 t;\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:22301:\"<img width=\"960\" height=\"480\" src=\"https://s20094.pcdn.co/wp-content/uploads/2020/06/061219-min-1024x512.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"Pull Quote: Make things as simple as possible, while avoiding single points of failure on mission-critical systems.\" /><p><em>The following is an expanded and updated version of <a href=\"https://youtu.be/cFbyeYw9ZHI\">my presentation</a> at WordCamp Salt Lake City 2017.</em></p>\n<p>My girls love Moana. Especially when it first came to video and they could watch it every day… or two or three times a day if mom wasn’t feeling good or catching up on sleep from being up with baby brother the night before.</p>\n<p>There’s this strange part of that movie where Moana follows Maui to a place under th
 e ocean called “The Realm of Monsters.” It’s where monsters go after being killed. If you have younger kids, you know what I&#8217;m talking about. If you don’t have kids, it’s when the giant crab sings the song “Shiny.”</p>\n<p><img /></p>\n<p>One common theme in myths, legends, and ancient religious writings, is where the hero visits the underworld, aka “afterlife” or “hell.” There they experience a symbolic or actual death for themselves or a loved one. Often through conquering a monster who is the Lord of the Underworld, they then re-emerge with their loved one, new knowledge and power, and/or some object to help them on their quest.</p>\n<p>The film Moana clearly plays out this theme. She and Maui emerge triumphant from the realm of monsters, having defeated the giant crab by flipping it on its back and retrieving Maui’s magical hook.</p>\n<p>In Return of the Jedi, Luke descends to the underworld 
 of Jabba&#8217;s Palace. There, he’s able to bring his friend Han Solo back from a virtual death, defeat the Rancor, kill Jabba the Hut (lord of the criminal underworld), save the princess, and retrieve his lightsaber. All this happens before we see even one single, fuzzy, cute, unblinking Ewok…. Unless you believe in the “special editions,” in which case the Ewoks blink.</p>\n<p><img /></p>\n<p>There are many movies, books, stories, mythologies, etc that all follow similar patterns.</p>\n<p>Like Maui’s hook or Luke’s lightsaber, in these stories the hero often emerges from the underworld with newfound knowledge and/or a powerful object. Briefly, I’d like to take you on my own personal “Hero’s Journey” to the dark underworld of WordPress hosting. Along with it my quest of building a business on WordPress and hosting, with its own mythical monsters to slay, trials to be conquered, riddles to be solved, and ultimately n
 ew knowledge and weapons gained.</p>\n<h3>The Call to Adventure</h3>\n<p>In the early days of my business, Fiddler Online (<a href=\"https://wordx.press/what-the-change-to-wordxpress-means-for-our-members/\">now called WordXpress</a>), I envisioned building websites for companies on WordPress, then charging a monthly fee to maintain, support, edit, update, and manage them. I got started with a few clients and wanted to grow.</p>\n<p>I’d trusted someone to set me up with a very inexpensive VPS on unmanaged hosting. He was supposed to do the managing and ensure it all ran smoothly. I quickly learned you get what you pay for! Soon our members’ sites started going offline, usually all at once as the VPS crashed from one problem or another. It wasn’t just the server being down that caused problems. It was also corrupting data and other strange and scary things that I’d never encountered before, such as the body content of 
 posts and pages being cut off, starting with the first special character that appeared in the content (a database issue).</p>\n<p><img /></p>\n<p>These were dark and scary monsters to battle. I knew cPanel pretty well, but the APACHE stack that ran beneath it was mostly a mystery to me. So was database encoding and other advanced technical realms that all have an impact on the server, WordPress, and ultimately our clients’ businesses.</p>\n<p>The monsters appeared, seemingly determined to kill my small and struggling business, shortly after the birth of our first child. I was frequently up all night working with “Todd” the server guy (we’ll call him) to try and get the websites back online. We’d vanquish one monster, rest a day or so, and find another had taken some sites down again.</p>\n<p>After a few weeks of constant frustration, I said “enough” and signed up for a Hostgator reseller plan. This was back when the
 y were an independent hosting company. On this new plan I could install as many cPanel’s as I needed and manage each separately! I thought it was wonderful and would solve all my problems. Hostgator transferred all our sites from the terrible VPS hosting we’d been on to their servers and I thought perhaps that was it!</p>\n<blockquote><p>I thought my quest was over. I’d fought the monsters and won.</p></blockquote>\n<p>Scary as it was, it had been relatively brief. I’d learned a lot, but felt like I’d been to the underworld and back!</p>\n<h3>The Illusion of Safety</h3>\n<p>Unfortunately, the wraiths had cast a spell over me, blinding me to the fact that they were still lurking in the shadows. When transferring our WordPress websites to our new account, Hostgator had copied each entire cPanel over from the VPS. This eliminated the underlying problems in the APACHE stack on that horrible VPS, but brought with it th
 e fiends that had infiltrated cPanel and even our WordPress websites. To be clear: they weren’t infected with any kind of malware, but configuration problems, cruft, and who knows what else, caused some really bad results.</p>\n<p>With my new spellbound, but misled confidence, I pushed our business forward. I brought on a business partner, Kurt as the sales guy. Later we acquired another website company. Through all that, we’d learned a lot, and doing okay for that stage, but still struggled financially as we bootstrapped this new business from nothing.</p>\n<blockquote><p>When we acquired this other business, they’d been running all their client’s sites on WordPress Multisite. It seemed like a great idea because of how it allowed us to manage all the websites in one place.</p></blockquote>\n<p>Despite the progress the business made, the monstrosities emerged again and this time with higher stakes since our business had grown a
 nd was now managing many more websites. These monsters emerged partly from what had been transferred over with cPanel, and the difficulties of running a large Multisite where each child site had its own theme, plus the weight of adding more and more websites and traffic to hosting that was really just shared hosting with WHM access and more control.</p>\n<p><img /></p>\n<h3>The Plunge Into the Underworld</h3>\n<p>In each hero’s journey, there’s often a wizard or goddess that helps guide and mentor the hero along his journey. I eventually made friends with a great guy we’ll call Sam. He ran his own hosting company with data centers and a great support staff. Sam was somewhat like Obi-Wan, Merlin, or Maui in these stories: he was my mentor and companion on my adventures into the underworld that followed. He made a great guide, because he’d been there before. Unfortunately, his own journey had never taken him to some of the deepest dark
 est places we would soon encounter.</p>\n<p>So we moved to Sam’s hosting, where he kindly watched things closely and provided a server admin’s perspective and advice at a much lower price than he would have normally charged.</p>\n<p>It wasn’t long before the demons, wraiths, monsters, and other ghouls started crawling from the darkness. It started with random downtime. Then followed strange limitations on websites. Next emails were not getting delivered. Then it was slowness. Now we were hacked… or were we? Suddenly all the contents of all pages and posts were cut off (we thought we killed this monster before)! Then email wasn’t being sent. Next our server is sending spam email. Now a hard drive is dying. It just kept going and going. Many of these demons were completely new to Sam and his very experienced team.</p>\n<p>It didn’t take long before there were whisperings of “the Fiddler curse.” This curse referred to Fiddler Online t
 he name of our company. The hosting support team joked that we were cursed. All kinds of issues arose that they’d never seen before, and with a frequency they’d never experienced either.</p>\n<p>When a car crashed into the data center’s power regulation center during a freak storm, it cut off power from the normal power lines, as well as from their automatic backup power supply! It completely took the data center offline. The “Fiddler curse” was in full force.</p>\n<blockquote><p>Or put better, we were in the deepest, darkest, part of the underworld, locked in an all-out battle with the worst demons and wraiths it had to send against us.</p></blockquote>\n<p>We tried method after method to defeat the monsters. We tried rebuilding the server stacks. We tried various WordPress optimizations. We bought our own server and had it installed in their data center. We even tried a totally different Linux stack and something called Int
 erworx, a cPanel alternative, that came with load balancing and real-time backup. But no matter how much money, time, and knowledge we threw at it, the issues continued. No matter how many monsters we slew, we were still losing the war.</p>\n<h3>The “Real World” Dragons</h3>\n<p>When I recently asked my wife Jill about that time of our lives, she said:</p>\n<blockquote><p>“From my perspective, it was hard to know when to throw in the towel and say ‘enough’ because it’s just not working. Getting the hosting sorted out totally changed the entire dynamic and perspective of doing our own business. Before that, it felt like we were building a dream on a crumbling foundation.”</p></blockquote>\n<p><img /></p>\n<p>And don’t get the wrong idea from this image. Jill was no damsel in distress. She’s a warrior too. I’d have never completed this quest without her there, fighting alongside me. She m
 ay have not fought the technical fiends, but there were plenty other monsters in the form of financial struggles, moves, and difficult situations that arose from my unavailability, our lack of money, and more.</p>\n<p>This was all a lot like battling the Hydra of Lerna: we’d cut off one head, and two would grow back in its place. We’d take a breather for a week, and then here came the wraiths!</p>\n<p>The stress of it all exacerbated a gallstone problem I had. Because of a misdiagnosis, I thought it was something there was no solution for. So even when I wasn’t up in the middle of the night battling monsters demons of the hosting underworld with Sam, I was often awake at night in massive amounts of pain as my gallbladder tried to pass gigantic gallstones. So even then, I’d be sleeping the next day when I needed to be designing websites or networking.</p>\n<p>Throw in a healthy dose of anxiety and some intermittent depression and you get th
 e picture. Instead of growing, our business stagnated. The quest through this dark underworld seemed to have no end in sight. It ruined vacations, stole away family time, punished me physically, hurt our client’s business, and was pushing myself, Jill, and our finances, to our very limits.</p>\n<h3>Death and Rebirth</h3>\n<p>It all seemed to come to a head when the pain of my gallstones became so intense I thought I was going to die. After 2 visits to the Emergency Room and 3 days in the hospital, I gave birth to this baby. They actually saw a larger one than this in the ultrasound beforehand, but my body had apparently broken it up before they removed my gallbladder. I returned home with real-world wounds that would turn into scars, and lighter by one gallbladder and several massive gallstones.</p>\n<p><img /></p>\n<p>I left the hospital with a new lease on life. I felt like I’d been resurrected, fighting my way out of the u
 nderworld and back to the land of the living. It helped me open up to a completely different approach to hosting and allowed me to see that tiny speck of light that ended up being the doorway out of this underworld made up of the dark side of WordPress and hosting.</p>\n<p>I was able to use my newfound perspective to find some awesome new weapons, and fight my way to that exit. Luckily for you, you can learn from my pain and battles with the underworld.</p>\n<h3>The Road Back: Simplify</h3>\n<p>Illumination was mine! Of the knowledge I gained, one key principle stood out among the rest: <strong>make things as simple as possible, while avoiding single points of failure on mission-critical systems.</strong> Multisite was great for managing all the websites at once, but if one had a problem, they all went down! The same with having a single server to run all our sites: if the server went down, we had the urgency of 30 or 40 clients (back 
 then) all being negatively impacted at once.</p>\n<p>We started by <a href=\"https://wordx.press/how-to-revert-a-wordpress-multisite-to-a-single-site/\">killing our Multisites</a> and traditional hosting setups. Instead of a single Multisite with 1 database where a problem could take down all the sites in the Multisite, we moved to individual WordPress installs for each site. As we pulled each site out of the Multisite and migrated it to our new cloud hosting, we also checked the databases and files thoroughly to ensure they were clean, light, and that we eliminated any cruft that had built up in the database. We also stopped running email and DNS through our web servers. This effectively killed the demons that had moved with us in previous hosting migrations.</p>\n<p>Here’s my recommended do’s and don&#8217;ts for any smaller businesses hosting and maintaining WordPress websites:</p>\n<p><strong>Don’t:</st
 rong></p>\n<ol>\n<li>use shared hosting or hosting that uses cPanel</li>\n<li>use Multisite (SPoF)</li>\n<li>put all your sites on 1 server (SPoF)</li>\n<li>use your web server as an email server</li>\n<li>send WordPress transactional emails from your webserver</li>\n<li>use your web server for DNS</li>\n<li>use your hosting company for domain registration</li>\n</ol>\n<p><strong>Do:</strong></p>\n<ol>\n<li>use cloud hosting with WordPress-optimized stack and custom control panel</li>\n<li>use a bulk-site-management tool</li>\n<li>spread your sites across multiple servers</li>\n<li>use an email suite (Hover, Zoho, G Suite, Office 365)</li>\n<li>use a transactional email service (SendGrid, Postmark, MailGun)</li>\n<li>use your registrar for DNS</li>\n<li>use a different regi
 strar for registering domains, than your hosting</li>\n</ol>\n<p>Following these tips eliminates many single points of failure, simplifies things greatly, and gives you the tools and ability to go right to the source of the problem. Since all your important WordPress functionality isn’t in one place with one point of failure, you can go where the problem is.</p>\n<p>For example, if a client isn’t receiving WooCommerce new order emails from their website, we can quickly go to SendGrid to see why that is and what needs to be done to fix it in an easy to use interface. Try that on a traditional APACHE/cPanel setup that sends your client’s company emails, WordPress emails, etc. all from one place.</p>\n<p><img /></p>\n<h3>Cloud Hosting</h3>\n<p>We eliminated cPanel and the normal Linux hosting stacks by <a href=\"https://www.cloudways.com/blog/tevya-wordxpress-success-story/\">moving to CloudWa
 ys</a>, which has a nice WordPress setup that they run on top of a number of cloud hosting services such as Google, Amazon, Digital Ocean, and Vultr. They have their own in-house customized stack and management dashboard. CloudWays removed all the normal bloat and potential for problems that comes with it, and really took away most of the pain, hassle, and responsibility of the hosting part of WordPress and for quite cheap.</p>\n<p>On CloudWays, instead of putting all 40+ sites on one server, we split them up, with about 15 &#8211; 18 sites on one small Digital Ocean (and later Vultr) server. This meant that if one site had issues, it wouldn’t take down all our other sites. And even if the issue was bad enough to affect the whole server, or the server had its own issues, only a small portion of our clients would be affected at once.</p>\n<h3>Email Accounts and Transactional Email</h3>\n<p>Additionally, we stopped running email through 
 our servers. Part of simplifying is outsourcing to people/services who can just do it better than you (or that old hosting you’re clinging to because it’s cheap). I love that good WordPress hosts like CloudWays, Flywheel, and Kinsta have no options for you to do this or include built-in services like SendGrid. I slew a lot of email monsters. Using something like SendGrid or Postmark for WordPress and G Suite or Office 365 for email accounts, eliminates tons of headaches.</p>\n<p>We set up WordPress’s emails to go through SendGrid and all our members’ email accounts we migrated to Hover, Google Apps, or Office 365.</p>\n<h3>Bulk-WordPress Management</h3>\n<p>In place of Multisite, we found MainWP and chose it over other options like InfiniteWP. It provided us the bulk-control of Multisite, but without the single point of failure issue. The upside is that it’s fairly inexpensive and runs on a WordPress install, so you control it on your ho
 sting.</p>\n<p>That’s kinda its downside as well. If something goes wrong, it’s on my team and I to run the problem down and fix it. Or we have to go through the cumbersome process of reporting it to the MainWP support team, then providing them access to both the dashboard site and an affected child site. Eventually we decided to move to ManageWP because it’s a hosted platform. That means when something goes wrong, much of the time, it’s on them to fix, and they have access to fix their own platform, plus the logs, etc from our sites.</p>\n<p><strong>MainWP:</strong></p>\n<ul>\n<li>Inexpensive</li>\n<li>Runs on top of your WP install</li>\n<li>You maintain control</li>\n<li>Familiar interface</li>\n<li>Free to use the basics</li>\n<li>Lifetime extensions purchase option</li>\n<li>GPL licensed</li>\n<li>Great support</li>\n<li>G
 ood community</li>\n</ul>\n<p><strong>ManageWP:</strong></p>\n<ul>\n<li>More expensive</li>\n<li>Runs on their servers, so problems are largely theirs to deal with</li>\n<li>Less overall responsibility and time drain</li>\n<li>Free to use the basics</li>\n<li>Great support</li>\n</ul>\n<h3>Master of Two Worlds of WordPress</h3>\n<p>Fortunately today there are many awesome hosting options and bulk-management tools that simply weren’t available to me years ago when I started on this journey. After this last, final push, my team and I stood back and waited and rested, expecting more monsters. And occasionally one crawled out of it’s hole. But by and large the underworld was defeated and left far behind. Moving to cloud hosting and simplifying were finally the spell that broke the Fiddler curse and freed us from the underworld. Our business’s core service w
 as stable and safe and running like it should be. We could start growing again! It was such a relief!</p>\n<p>To reiterate some of the illumination gained on my journey: simplify your WordPress websites and hosting through offloading everything you can to experts who do it better, often for cheaper (if you properly calculate the value of your own time). Focus on your super-power whether it be design or development, or just creating solutions on WP with existing plugins and tools. If your super-power isn’t WordPress at all, you can outsource maintenance, content updates, backups and security, plugin and core updates, and much more to a company like <a href=\"https://wordx.press\">WordXpress</a>. I’ve built this company based on the knowledge and tools I learned on my quest.</p>\n<div class=\"rtsocial-container rtsocial-container-align-right rtsocial-horizontal\"><div class=\"rtsocial-twitter-horizontal\"><
 div class=\"rtsocial-twitter-horizontal-button\"><a title=\"Tweet: My &#8220;Hero&#8217;s Journey&#8221; Through the Dark Underworld of WordPress Hosting\" class=\"rtsocial-twitter-button\" href=\"https://twitter.com/share?text=My%20%22Hero%27s%20Journey%22%20Through%20the%20Dark%20Underworld%20of%20WordPress%20Hosting&via=heropress&url=https%3A%2F%2Fheropress.com%2Fessays%2Fmy-heros-journey-through-the-dark-underworld-of-wordpress-hosting%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-fb-horizontal fb-light\"><div class=\"rtsocial-fb-horizontal-button\"><a title=\"Like: My &#8220;Hero&#8217;s Journey&#8221; Through the Dark Underworld of WordPress Hosting\" class=\"rtsocial-fb-button rtsocial-fb-like-light\" href=\"https://www.facebook.com/sharer.php?u=https%3A%2F%2Fheropress
 .com%2Fessays%2Fmy-heros-journey-through-the-dark-underworld-of-wordpress-hosting%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-linkedin-horizontal\"><div class=\"rtsocial-linkedin-horizontal-button\"><a class=\"rtsocial-linkedin-button\" href=\"https://www.linkedin.com/shareArticle?mini=true&url=https%3A%2F%2Fheropress.com%2Fessays%2Fmy-heros-journey-through-the-dark-underworld-of-wordpress-hosting%2F&title=My+%26%238220%3BHero%26%238217%3Bs+Journey%26%238221%3B+Through+the+Dark+Underworld+of+WordPress+Hosting\" rel=\"nofollow\" target=\"_blank\" title=\"Share: My &#8220;Hero&#8217;s Journey&#8221; Through the Dark Underworld of WordPress Hosting\"></a></div></div><div class=\"rtsocial-pinterest-horizontal\"><div class=\"rtsocial-pinterest-horizontal-button\
 "><a class=\"rtsocial-pinterest-button\"></a></div></div><a rel=\"nofollow\" class=\"perma-link\" href=\"https://heropress.com/essays/my-heros-journey-through-the-dark-underworld-of-wordpress-hosting/\" title=\"My &#8220;Hero&#8217;s Journey&#8221; Through the Dark Underworld of WordPress Hosting\"></a></div><p>The post <a rel=\"nofollow\" href=\"https://heropress.com/essays/my-heros-journey-through-the-dark-underworld-of-wordpress-hosting/\">My &#8220;Hero&#8217;s Journey&#8221; Through the Dark Underworld of WordPress Hosting</a> appeared first on <a rel=\"nofollow\" href=\"https://heropress.com\">HeroPress</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\"
 ;}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 12 Jun 2019 12:00:34 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Tevya Washburn\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:22;a:6:{s:4:\"data\";s:13:\"\n       \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"WPTavern: Drupal Gutenbe
 rg 1.0 Released, Now Ready for Production Sites\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=90376\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:81:\"https://wptavern.com/drupal-gutenberg-1-0-released-now-ready-for-production-sites\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6201:\"<p>The <a href=\"https://www.drupal.org/project/gutenberg\" rel=\&quot
 ;noopener noreferrer\" target=\"_blank\">Gutenberg module for Drupal</a>, created by <a href=\"https://www.frontkom.no/\" rel=\"noopener noreferrer\" target=\"_blank\">Frontkom</a>, reached the 1.0 milestone earlier this month. It is the first stable release recommended for use in production with Drupal 8.x. </p>\n<p>The 1.0 release removes the Gutenberg-JS dependency and uses Gutenberg core files directly. It is based on Gutenberg <a href=\"https://make.wordpress.org/core/2019/05/01/whats-new-in-gutenberg-1st-may/\" rel=\"noopener noreferrer\" target=\"_blank\">version 5.6.1</a>, which was released in early May. The module boasts better handling for media files, adding support for title, caption, and alternative text. It also adds an &#8220;Allowed Blocks UI&#8221; to the content type admin UI, so administrators can restrict which blocks show up in the blo
 ck selector.</p>\n<p>&#8220;We’re now ready for production sites in the sense that we’ll be more careful with structure changes, will try to do update paths when possible, and will create automated tests for crucial functionality,&#8221; Frontkom project manager Thor Andre Gretland said. &#8220;We’ve solved the blockers for a stable release.&#8221;</p>\n<p>Upgrading the module from RC-1 may require some extra steps, because it is a big jump, taking the Gutenberg library from 4.8.0 to 5.6.1. Users will need to update the database. It is also necessary to navigate to content types and click save to enable Gutenberg again so that it will begin storing the Allowed blocks in the database. If users get notices about invalid blocks, they are advised to try the Attempt Block Recovery option:</p>\n<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2019/05/attempt-block-recovery.png?ssl=1\"><img /><
 /a></p>\n<p>&#8220;It’s actually a rather large update,&#8221; Gretland said. &#8220;We were planning to add a couple of last needed features to release our 1.0 version, but ended up using the latest Gutenberg version with several new great features. We’re also using more of the Gutenberg Core, that we’ve been able to use before.&#8221; </p>\n<p>The module still has one critical issue that Frontkom is working on. <a href=\"https://www.drupal.org/project/gutenberg/issues/3059167\" rel=\"noopener noreferrer\" target=\"_blank\">Reusable blocks are not working</a> with the latest release. Users are getting a &#8220;this block is unavailable or deleted&#8221; message when attempting to insert a reusable block. In the meantime, those who require this feature can roll back to RC1 to get it working again.</p>\n<p>So far the Gutenberg module has been well-received. It has been downl
 oaded more than 12,000 times and 494 sites are reported to be using it.</p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">Setup <a href=\"https://twitter.com/drupalgutenberg?ref_src=twsrc%5Etfw\">@drupalgutenberg</a> on D8 yesterday (following meeting one of <a href=\"https://twitter.com/frontkom?ref_src=twsrc%5Etfw\">@frontkom</a> at the recent Dutch <a href=\"https://twitter.com/hashtag/CiviCRM?src=hash&ref_src=twsrc%5Etfw\">#CiviCRM</a> sprint) and was pretty blown away. Bringing Medium-style editing to all the CMSs &amp; then some. If <a href=\"https://twitter.com/hashtag/Joomla?src=hash&ref_src=twsrc%5Etfw\">#Joomla</a> doesn’t implement a Gutenberg.js integration we/they’ll be left behind. <a href=\"https://t.co/SfieuGfOlf\">https://t.co/SfieuGfOlf</a></p>\n<p>&mdash; Ni
 col (@netribution) <a href=\"https://twitter.com/netribution/status/1133268870112972800?ref_src=twsrc%5Etfw\">May 28, 2019</a></p></blockquote>\n<p></p>\n<p>Drupal&#8217;s Gutenberg module includes access to the <a href=\"https://gutenbergcloud.org/blocks\" rel=\"noopener noreferrer\" target=\"_blank\">Gutenberg Cloud</a> library of free blocks. Although the library has been slow to gain contributors, it does contain several blocks that are helpful for creating page layouts, such as Content in Columns, Hero Section, Section Wrapper, Section Row, and a Feature Box block. Site administrators can also use the Gutenberg module in combination with Drupal&#8217;s new Layout Builder, which was introduced as a stable module to Drupal 8.7 core.</p>\n<p>&#8220;We see a valid use case for mixing Drupal Gutenberg with the Drupal layout builder when you might want to create layou
 t templates with the layout builder, and keep the actual content editing in Gutenberg,&#8221; Gretland said. &#8220;For example you could use the layout builder to define fixed byline elements for author and create date, but leave the actual content creation experience to Gutenberg.&#8221;</p>\n<p>There are a few limitations to using the two tools together. The only way to use them on the same project is if they deal with different content types.  </p>\n<p>&#8220;Since Drupal Gutenberg takes over the whole node UI, it can have some unexpected effects when used together with Layout Builder,&#8221; Gretland said. &#8220;That doesn’t mean that they won’t ever &#8216;work&#8217; together. One idea could be using the LB data structure to generate Gutenberg fixed layouts/templates and even save Gutenberg data in a structured way handled by Layout Builder.&#8221;</p>\n<p>Gretland said his team believes Gutenberg de
 livers a better editing experience than Layout Builder, as it is a more mature project. However, Layout Builder stores its data in a structured way, which has its advantages and disadvantages over Gutenberg.</p>\n<p>WebWash has a good <a href=\"https://www.webwash.net/create-pages-using-gutenberg-wordpress-editor-in-drupal/\" rel=\"noopener noreferrer\" target=\"_blank\">video tutorial</a> for Drupal users who want to learn how to configure the Gutenberg module and use it on the Page content type. It includes a walkthrough for common actions like uploading images, creating reusable blocks, and using the Gutenberg Cloud. If you want to see how Gutenberg can improve Drupal&#8217;s authoring experience without installing the module, check out the <a href=\"https://drupalgutenberg.org/demo\" rel=\"noopener noreferrer\" target=\"_blank\">frontend demo of Drupal Gutenberg</a> created by the
  team at Frontkom.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 11 Jun 2019 23:03:38 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:23;a:6:{s:4:\"data\";s:13:\"\n        \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b
 :0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:45:\"WPTavern: WP Engine Launches DevKit Open Beta\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=90715\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wptavern.com/wp-engine-launches-devkit-open-beta\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description
 \";a:1:{i:0;a:5:{s:4:\"data\";s:2627:\"<p>Those who host or manage sites on WP Engine now have a <a href=\"https://wpengine.com/blog/wp-engine-launches-devkit-to-offer-best-developer-experience-in-wordpress-today/\">new tool</a> at their disposal. It&#8217;s called <a href=\"https://wpengine.com/devkit/\">DevKit</a>, developed by Chris Wiegman and Jason Stallings. </p>\n\n\n\n<p>DevKit is a WordPress local development environment that includes SSH Gateway access, push and pull deployments to WP Engine, Command Line Interface commands for the Genesis theme framework and other tools.</p>\n\n\n\n<p>Although DevKit has tight integration with WP Engine the software can be used independently of the host. With <a href=\"https://localbyflywheel.com/\">Local by Flywheel</a>, <a href=\"https://www.vagrantup.com/\">Vagrant</a>, <a href=\"https://
 www.apachefriends.org/index.html\">XAMPP</a>, and other tools available, Wiegman explains what motivated him to create a new solution.</p>\n\n\n\n<p>&#8220;I&#8217;ve been working on the perfect WordPress developer environment since I learned about Vagrant in 2013,&#8221; he said. &#8220;As it was never my full-time job, I could never take it to the next level. DevKit gives me the power to do that.&#8221;</p>\n\n\n\n<p>Stallings added, &#8220;We wanted to build a kick ass set of tools for developers building on WP Engine. That’s been our mission from the start, build something that all developers want to use (including us)!&#8221; </p>\n\n\n\n<p>As what for what sets DevKit apart from the others, &#8220;I think our architecture is very different from both tools,&#8221; Stallings said. </p>\n\n\n\n<p>&#8220;Similar to Docker Engine, DevKit CLI is the interface to DevKit. So when we
  build the GUI it will 100% complement the CLI, and the two can be used interchangeably. This will enable us to build other interfaces in the future too.&#8221;</p>\n\n\n\n<p>DevKit provides the following features:</p>\n\n\n\n<ul><li>Container-based local development environment</li><li>SSH Gateway access</li><li>Push and pull deployments to WP Engine</li><li>Preview your local site with others via ngrok</li><li>PHP version selector</li><li>Email testing client</li><li>MySQL</li><li>Local SSH &amp; WP-CLI</li><li>Genesis Framework WP-CLI commands</li><li>phpmyadmin</li><li>webgrind</li><li>Varnish</li><li>HTTPS Proxy</li><li>xdebug</li></ul>\n\n\n\n<p>Currently, DevKit&#8217;s user interface is command line only with plans to add a GUI later this year. It&#8217;s ava
 ilable for free and is in open beta for Mac and Linux. Those interested in participating in the open beta can sign up on the <a href=\"https://wpengine.com/devkit/\">DevKit landing page</a>. </p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 11 Jun 2019 20:12:43 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\"
 ;}}}}}i:24;a:6:{s:4:\"data\";s:13:\"\n  \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:83:\"WPTavern: Former npm, Inc. CTO Announces Entropic, a Decentralized Package Registry\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=90574\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:91:\"https://wptavern.com/
 former-npm-inc-cto-announces-entropic-a-decentralized-package-registry\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4561:\"<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2019/06/entropic-announcement-jsconf-eu.png?ssl=1\"><img /></a></p>\n<p><a href=\"https://twitter.com/ceejbot/\" rel=\"noopener noreferrer\" target=\"_blank\">CJ Silverio</a>, former CTO of npm Inc., gave a presentation at <a href=\"https://2019.jsconf.eu/\" rel=\"noopener noreferrer\" target=\"_blank\">JSConf EU 2019</a> in Berlin earlier this month titled &#8220;The Economics of Open Source.&#8221; More specifically, she discussed the economics of package managem
 ent as it applies to open source software, based on her unique perspective and experience gained in working for the company that runs the world&#8217;s largest JavaScript package registry.</p>\n<p>Silverio tells the story of how npm gained official status and characterizes its success as a catastrophe for a centralized package registry and repository. Although centralization has some advantages for usability and reliability, success can be expensive when a centralized service becomes popular. She described the events leading up to npm&#8217;s incorporation in 2013. The registry was down more than it was up in October 2013 and npm needed money.</p>\n<p>npm&#8217;s owner took seed funding from a VC firm and the Node project continued to give npm special privileges. Developers perpetuated this by continuing to use npm, as over time it had come to define developers&#8217; expectations in serving JavaScript packages. Silverio discusses some of the 
 consequences of npm coming under private control, how developers now have no input into registry policies or how disputes are resolved. </p>\n<p>Presumably speaking from her intimate knowledge of the company&#8217;s inner workings, Silverio describes how VC-funding turned npm Inc. into a financial instrument.</p>\n<p>&#8220;Financial instruments are contracts about money,&#8221; she said. &#8220;npm Inc, the company that owns our language ecosystem, is a thing that might as well be a collection of pork bellies, as far as its owners are concerned. They make contracts with each other and trade bits of it around. npm Inc. is a means for turning money into more money.&#8221;</p>\n<p>Silverio contends that JavaScript&#8217;s package registry should not be privately controlled and that centralization is a burden that will inevitably lead to private control because the servers cost money. </p>\n<p>Her sharp criticism o
 f centralized package management leads into her announcement of a federated, decentralized package registry called <a href=\"https://github.com/entropic-dev\" rel=\"noopener noreferrer\" target=\"_blank\">Entropic</a> that she created with former npm colleague Chris Dickinson and more than a dozen contributors. The project is Apache 2.0 licensed and its creators are working in cooperation with the <a href=\"https://openjsf.org/\" rel=\"noopener noreferrer\" target=\"_blank\">OpenJS Foundation</a>. </p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">Warming my heart right now: how many former npm-ers are contributing to entropic &lt;3</p>\n<p>&mdash; Ceej is on vacation (@ceejbot) <a href=\"https://twitter.com/ceejbot/status/1136551537835032577?ref_src=twsrc%5Etfw\">June 6, 2019</a></p>&l
 t;/blockquote>\n<p></p>\n<p>Entropic comes with its own CLI, and offers a new file-centric publication API. All packages published to the registry are public and developers are encouraged to use something like the GitHub Package Registry if they need to control access to packages. The project is just over a month old and is not ready for use. </p>\n<p>&#8220;I think it’s right that the pendulum is swinging away from centralization and I want to lend my push to the swing,&#8221; Silverio said. The last decade has been about consolidation and monolithic services, but the coming decade is going to be federated. Federation spreads out costs. It spreads out control. It spreads out policy-making. It hands control of your slice of our language ecosystem to you. My hope is that by giving Entropic away, I’ll help us take our language commons back.&#8221;</p>\n<p>Silverio&#8217;s <a href=\"https://github.com/ceejbot/econ
 omics-of-package-management/blob/master/essay.md\" rel=\"noopener noreferrer\" target=\"_blank\">Economics of Package Management</a> essay is available on GitHub. Check out the video of the presentation from JSConf EU below. If decentralized package management gains momentum and becomes the standard for the industry, this video captures what may become a turning point in the JavaScript ecosystem and a defining moment for the future of the web.</p>\n<p></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 11 Jun 2019 03:41:06 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/
 dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:25;a:6:{s:4:\"data\";s:13:\"\n \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"WPTavern: BuddyPress 5.0 to Update Password Control to Match WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/
 ?p=90023\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:81:\"https://wptavern.com/buddypress-5-0-to-update-password-control-to-match-wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3462:\"<p>BuddyPress 5.0 development began in December 2018 after <a href=\"https://buddypress.org/2018/11/buddypress-4-0-0-pequod/\" rel=\"noopener noreferrer\" target=\"_blank\">4.0.0 was released</a> in November. The core BuddyPress team has not published a roadmap for what will be coming in 5.0, but features and fixes added so far can be found on GitHub in 
 the <a href=\"https://github.com/buddypress/BuddyPress/commits/master\" rel=\"noopener noreferrer\" target=\"_blank\">commit log</a>. </p>\n<p>One noteworthy addition to the upcoming major release is that the BP Nouveau template pack is being <a href=\"https://buddypress.trac.wordpress.org/changeset/12397\" rel=\"noopener noreferrer\" target=\"_blank\">updated to use the same password control as the one used in WordPress core</a>. BuddyPress users will now be able to set their passwords using WordPress&#8217; interface on the registration page and on the user&#8217;s general settings page. </p>\n<p>Here&#8217;s what it will look like in the templates:</p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">Here\'s how it looks <img src=\"https://s.w.org/images/core/emoji/12.0.0-1/72x72/1f4fd.png\
 " alt=\"?\" class=\"wp-smiley\" /> <a href=\"https://t.co/g8DknNpUKl\">pic.twitter.com/g8DknNpUKl</a></p>\n<p>&mdash; imath (@imath) <a href=\"https://twitter.com/imath/status/1129668922024845313?ref_src=twsrc%5Etfw\">May 18, 2019</a></p></blockquote>\n<p></p>\n<p>By default, BuddyPress will generate a strong password, but the user can still edit it, if necessary. If the user selects a password that is too weak, the submit button will be disabled until the user confirms they want to proceed by checking the checkbox.</p>\n<p>BP Nouveau <a href=\"https://codex.buddypress.org/releases/version-3-0-0/\" rel=\"noopener noreferrer\" target=\"_blank\">replaced the bp-legacy template packs in 2018</a>, introducing JavaScript-powered templates, integration with the Customizer, and more layout options for BuddyPress navigati
 on and component directories. As a result of the password control update, the src/bp-templates/bp-nouveau/js/password-verify.js template is scheduled to be deprecated and deleted in BuddyPress 6.0.0, so developers will want to take note if using the bp-nouveau-password-verify script as a dependency for custom password control implementations.</p>\n<p>BuddyPress 5.0 also <a href=\"https://wptavern.com/buddypress-5-0-to-display-debug-info-in-the-new-site-health-info-screen\" rel=\"noopener noreferrer\" target=\"_blank\">adds BP-specific debug into to the Site Health Info screen</a> that was introduced in WordPress 5.2. This release will <a href=\"https://buddypress.trac.wordpress.org/ticket/8025\" rel=\"noopener noreferrer\" target=\"_blank\">require WordPress 4.7 or greater</a> for <a href=\"https://codex.buddypress.org/getting-started/wordpress-version-compatibility/\" rel=\&
 quot;noopener noreferrer\" target=\"_blank\">optimal compatibility</a> and older versions will not be supported. Site owners running on older versions of WordPress have time to prepare.</p>\n<p>Although the BuddyPress core team and contributors have put out several security and maintenance releases since version 4.0.0, regular project meetings have been sporadic in 2019. BuddyPress 5.0 was <a href=\"https://buddypress.trac.wordpress.org/milestone/5.0.0\" rel=\"noopener noreferrer\" target=\"_blank\">expected at the end of May</a> but a new timeline may be discussed at the next meeting, which is tentatively planned for Wednesday, June 12.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 10 Jun 20
 19 19:04:48 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:26;a:6:{s:4:\"data\";s:13:\"\n    \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"WPTavern: In Case You Missed It – Issue 25\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\&
 quot;\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"https://wptavern.com/?p=90643&preview=true&preview_id=90643\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"https://wptavern.com/in-case-you-missed-it-issue-25\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:7707:\"<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2016/01/ICYMIFeaturedImage.png?ssl=1\" rel=\"attachment wp-att-50955\"><img /></a>photo credit
 : <a href=\"http://www.flickr.com/photos/112901923@N07/16153818039\">Night Moves</a> &#8211; <a href=\"https://creativecommons.org/licenses/by-nc/2.0/\">(license)</a></p>\n<p>There’s a lot of great WordPress content published in the community but not all of it is featured on the Tavern. This post is an assortment of items related to WordPress that caught my eye but didn’t make it into a full post.</p>\n<h2>Open Call for People Interested in Being Team Leads</h2>\n<p>Josepha Haden has <a href=\"https://make.wordpress.org/updates/2019/06/03/team-lead-interest-post/\">published an open call</a> on the Team Updates blog looking for people interested in learning about the Team Lead role. The post includes links to training materials that will be open for two weeks where people can make suggestions.</p>\n<p>Once the training materials are complete, interested parties w
 ill be sent the team leads training materials and quizzes. Those who pass the quizzes will then be part of a group orientation in which team leads and future leads will be chosen. Even if you&#8217;re not interested in becoming a team lead, the training materials in the post contain a lot of useful information about the inner workings of the project.</p>\n<h2>Marcel Bootsman Continues on After Hospital Visit</h2>\n<p>Marcel Bootsman who is walking more than 700km to Berlin, Germany for WCEU recently <a href=\"https://walktowc.eu/2019/06/04/day-17-rest-day-and-many-thanks-to-meindl/\">made a hospital visit</a>. &#8220;The doctor asked about what I’m doing, and what the problem is, so I explained everything,&#8221; Bootsman said. &#8220;She examined both legs and found that there was a swelling on my right ankle. She sadly could not diagnose further, since it’s impossible. An expert has to look at it, and an x-ray pictu
 re has to be taken.&#8221;</p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">YESS! Nothing serious, just an overloaded ankle which is almost healed. <br />Doctor said I can continue with just one more resting day, so I\'m going by train to my next stop. Just to be of extra help he bandaged my ankle.<a href=\"https://twitter.com/hashtag/WalkToWCEU?src=hash&ref_src=twsrc%5Etfw\">#WalkToWCEU</a> <a href=\"https://t.co/VdW7C8m71N\">pic.twitter.com/VdW7C8m71N</a></p>\n<p>&mdash; <img src=\"https://s.w.org/images/core/emoji/12.0.0-1/72x72/1f6b6-1f3fc.png\" alt=\"??\" class=\"wp-smiley\" /> Marcel Bootsman (@mbootsman) <a href=\"https://twitter.com/mbootsman/status/1136187513251532800?ref_src=twsrc%5Etfw\">June 5, 2019</a></p></blockquote>\n<p></p>\n<p>The doctor 
 diagnosed him with having an overloaded right ankle. After wrapping his ankle for extra support, Bootsman continued on. Check out <a href=\"https://walktowc.eu/2019/06/06/day-19-meine/\">his description and photos</a> from day 19 of his travels.</p>\n<h2>WooSesh is Coming Back</h2>\n<p><a href=\"https://woosesh.com/\">WooSesh</a>, a global, virtual conference devoted to WooCommerce, is scheduled to take place on October 9-10th. You can follow <a href=\"https://twitter.com/WooSesh_\">WooSesh_</a> on Twitter or sign up to their email list to be notified of when tickets are available.</p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">ANNOUNCEMENT: If you use <a href=\"https://twitter.com/WooCommerce?ref_src=twsrc%5Etfw\">@WooCommerce</a> to build ecommerce sites, or do any kind of ecommerce development, you\'
 ll be thrilled to hear that <a href=\"https://twitter.com/woosesh?ref_src=twsrc%5Etfw\">@WooSesh</a> returns on Oct 9 and 10!</p>\n<p>Follow <a href=\"https://twitter.com/WooSesh_?ref_src=twsrc%5Etfw\">@WooSesh_</a> and join the mailing list at <a href=\"https://t.co/Pyev9v2CPv\">https://t.co/Pyev9v2CPv</a> to stay in the loop <a href=\"https://t.co/hPdv8Yu5LU\">pic.twitter.com/hPdv8Yu5LU</a></p>\n<p>&mdash; WordSesh (@WordSesh) <a href=\"https://twitter.com/WordSesh/status/1131365096872189953?ref_src=twsrc%5Etfw\">May 23, 2019</a></p></blockquote>\n<p></p>\n<h2>GitHub Repo Templates</h2>\n<p>Earlier this week, GitHub <a href=\"https://github.blog/2019-06-06-generate-new-repositories-with-repository-templates/?utm_campaign=1559837005&utm_medium=social&utm_source=twitter&utm_content=1559
 837005\">launched Repository Templates</a> to help developers manage and distribute boilerplate code. Web development agency 10UP has a <a href=\"https://github.com/10up/theme-scaffold\">Theme</a> and <a href=\"https://github.com/10up/plugin-scaffold\">Plugin</a> repo template that is available for anyone to use.</p>\n<h2>WordPress 5.2.2 Release Date Changed</h2>\n<p>WordPress 5.2.2 was <a href=\"https://make.wordpress.org/core/2019/06/01/some-changes-to-the-5-2-2-release-schedule/\">originally scheduled</a> to be released on June 13th, but the release team has decided to <a href=\"https://make.wordpress.org/core/2019/06/06/dev-chat-summary-05-june/\">push the date back</a>. Tickets that are slated for WordPress 5.3 that meet the requirements to be in a minor release will be merged into 5.2.2. The new release date is Tuesday, June 18th, a few days before Word
 Camp EU.</p>\n<h2>WordCamp US After Party Is Now Wordfest</h2>\n<p>There won&#8217;t be a big after party at the conclusion of WordCamp US this year. Instead, organizers are <a href=\"https://2019.us.wordcamp.org/2019/06/07/wordfest-will-be-held-at-city-museum/\">hosting WordFest</a> on Friday, November 1, 2019, at <a href=\"https://www.citymuseum.org/\">City Museum in St. Louis</a>. According to organizers, the party doesn&#8217;t always have to be at the conclusion of the event thus the name change.</p>\n<h2>How to Use and Create Reusable Block Templates</h2>\n<p>Justin Tadlock has <a href=\"https://themehybrid.com/weblog/reusable-blocks-as-templates\">published a tutorial</a> that explains how to create, use, import, and export reusable block templates in WordPress.</p>\n<p>&#8220;A lot of this is not intuitive at this point and might take some
  digging for someone not intimately familiar with all the block editor features. But, this is an extremely powerful feature that I’m sure will become more useful in the future. I can even see things like theme authors sharing reusable blocks to help users build out certain page designs.&#8221;</p>\n<p>I&#8217;m looking forward to seeing other people share their reusable blocks or templates. One of the beautiful things about the new editor is that it doesn&#8217;t require a developer to sort blocks into a particular layout and then save it as a reusable block that can be shared.</p>\n<h2>C02 May Be the Cause of Feeling Drowsy During Conference Sessions</h2>\n<p>I always thought it had something to do with lunch but I&#8217;ve felt drowsy before then. Interesting data shared in a Twitter thread. Hat tip to <a href=\"https://twitter.com/dimensionmedia\">David Bisset</a>.</p>\n<blockquote class=\"t
 witter-tweet\">\n<p lang=\"en\" dir=\"ltr\">Ever wonder why you get so sleepy during conference talks? Turns out lots of conference venues aren\'t well-ventilated, causing CO2 to rise to levels that cause drowsiness (&gt;1000ppm). Data from <a href=\"https://twitter.com/keflavich?ref_src=twsrc%5Etfw\">@keflavich</a> shows this steady rise over the first 50min of a conference session. <a href=\"https://t.co/AjFO2eQDrJ\">pic.twitter.com/AjFO2eQDrJ</a></p>\n<p>&mdash; Cara Battersby (@battersbot) <a href=\"https://twitter.com/battersbot/status/1135926829813063680?ref_src=twsrc%5Etfw\">June 4, 2019</a></p></blockquote>\n<p></p>\n<p>That&#8217;s it for issue twenty-five. If you recently discovered a cool resource or post related to WordPress, please share it with us in the comments.</p>\";s:7:\"attribs\";a:0:{}s:8:\
 "xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 07 Jun 2019 21:33:53 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:27;a:6:{s:4:\"data\";s:13:\"\n \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";
 a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"WPTavern: Experimenting With Reusable Blocks to Create Post Templates\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=90636\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:80:\"https://wptavern.com/experimenting-with-reusable-blocks-to-create-post-templates\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4
 :\"data\";s:2177:\"<p>For the past several years, I&#8217;ve used the Post Template plugin developed by Vincent Prat to create and manage post templates. For example, some of the information in the <a href=\"https://wptavern.com/category/wordpress-weekly\">WordPress Weekly</a> and <a href=\"https://wptavern.com/category/icymi\">In Case You Missed It</a> posts never changes and instead of manually entering it each time, it&#8217;s nice to use a template where only a few changes are necessary. </p>\n\n\n\n<p>The other day, I was wondering if I could use the reusable block feature in Gutenberg to replace the plugin. Justin Tadlock reached out and provided me a reusable block template JSON file that I imported into Gutenberg. By the way, if you successfully import a block into WordPress, the block won&#8217;t appear until you manually refresh the page. </p>\n\n\n\n<p>The reusable block t
 emplate approach works fairly well. However, I noticed that I was unable to add a block inside the reusable block. When I tried, a red line was displayed and any blocks that were inserted were removed. </p>\n\n\n\n<div class=\"wp-block-image\"><img />Red Means No</div>\n\n\n\n<p>I understand that reusable blocks are meant to be restricted templates where changes are distributed across a site to wherever the block is displayed. But it&#8217;s still a bummer that I can&#8217;t add a block inside the template for a singular purpose if a need arises. </p>\n\n\n\n<p>One other thing I noticed is that reusable blocks are custom post types. While there is a link to manage them within the reusable block selector, there isn&#8217;t a dedicated item within the admin menu. Unless you know the location of the management link, adding and managing them can be a bit more time-consuming. </p>\n\n\n\n<p>If you want a quick sh
 ortcut to the reusable block management screen, add this to the URL after your domain name. wp-admin/edit.php?post_type=wp_block</p>\n\n\n\n<p>I think I&#8217;ll experiment with reusable blocks a bit more but as long as they&#8217;re not changing often, I believe they&#8217;ll make a nice replacement for the Post Templates plugin. What use cases have you encountered where reusable blocks were the solution?</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 07 Jun 2019 02:13:15 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{
 s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:28;a:6:{s:4:\"data\";s:13:\"\n      \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:89:\"WPTavern: Branch Continuous Integration Service Selected for TinySeed Startup Accelerator\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=90611\";s:7:\"attribs\";a:0:{}s:
 8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:100:\"https://wptavern.com/branch-continuous-integration-service-selected-for-tinyseed-startup-accelerator\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4298:\"<p><a href=\"https://branchci.com/\" rel=\"noopener noreferrer\" target=\"_blank\">Branch</a>, a Docker-based continuous integration service for WordPress, has been selected for <a href=\"https://tinyseed.com\" rel=\"noopener noreferrer\" target=\"_blank\">TinySeed&#8217;s startup accelerator</a>. The company was founded by Peter Suhm who
  is also the creator of <a href=\"https://wppusher.com/\" rel=\"noopener noreferrer\" target=\"_blank\">WP Pusher</a>, a plugin that lets developers install and update WordPress themes and plugins directly from GitHub, Bitbucket, and GitLab.</p>\n<p>TinySeed, founded by <a href=\"https://robwalling.com/\" rel=\"noopener noreferrer\" target=\"_blank\">Rob Walling</a> and <a href=\"https://www.vollset.com/\" rel=\"noopener noreferrer\" target=\"_blank\">Einar Vollset</a>, is a remote accelerator that focuses on providing enough funding for early-stage SaaS founders to live for a year and focus full-time on their startups. It advertises itself as &#8220;the first startup accelerator designed for bootstrappers.&#8221; TinySeed is unique in that it does not have a bias against single founders. The website states that the majority of successful 
 $1m-$30m SaaS companies that TinySeed is connected with were started by founders working alone. </p>\n<p>Branch fits the bill as a SaaS company with a single founder and no employees. As part of the investment terms, TinySeed invests $120k for the first founder (plus $20k per additional founder) in exchange for 8-15% equity. If founders do not need the money for living expenses they are free to spend it on growing the business. Both Branch and WP Pusher are included in Suhm&#8217;s participation in TinySeed.</p>\n<p>&#8220;WP Pusher was doing just enough to pay my bills living in a fairly cheap city (Glasgow), but not enough to pay a full time developer salary,&#8221; Suhm said. &#8220;However, I didn&#8217;t spend much time on WP Pusher in the past few years and was working part time for other companies &#8211; mainly <a href=\"https://www.timekit.io/\" rel=\"noopener noreferrer\" target=\"_blank\">
 Timekit</a> as a backend developer.&#8221;</p>\n<p>Suhm said the TinySeed investment will allow him to work full time on Branch and WP Pusher for at least a year or two without having to worry about making a salary.</p>\n<p>&#8220;I may also decide to make a hire during the program, but I want the product to be a little bit more mature,&#8221; he said. &#8220;In terms of the roadmap, I&#8217;ll be able to focus more on building the best tool and less about making a lot of money in the beginning.&#8221;</p>\n<p>Branch and WP Pusher are fairly unique products in the WordPress space. Suhm said he sees most of his competition coming from continuous integration services that are not tailored to WordPress.</p>\n<p>&#8220;However, my biggest competitor at the moment is probably manual labor &#8211; WordPress developers testing and deploying everything manually,&#8221; Suhm said.</p>\n<p>Ti
 nySeed received approximately 900 applications from which they will select 10-15 companies for participation in 2019. Co-founder Rob Walling has knowledge of the WordPress ecosystem, as he previously <a href=\"https://wpengine.com/blog/wp-engine-closes-1-2m-in-series-a-financing/\">invested in WP Engine&#8217;s 2011 round of funding</a>. </p>\n<p>&#8220;Peter has a distinct advantage with Branch in that he&#8217;s building on the audience, customer base, and domain knowledge he&#8217;s developed with WP Pusher,&#8221; TinySeed co-founder Rob Walling said. &#8220;His methodical approach to shipping code and content every week has been a good signal for us that he&#8217;s pushing the product forward, as well as a key factor in building Branch&#8217;s traction in the space.&#8221;</p>\n<p>Branch is joining a handful of other SaaS companies that have already been selected for 2019, including <a href=\&q
 uot;https://clientsherpa.com/\" rel=\"noopener noreferrer\" target=\"_blank\">ClientSherpa</a>, <a href=\"https://gatherit.co/\" rel=\"noopener noreferrer\" target=\"_blank\">Gather</a>, <a href=\"https://simsaas.co/\" rel=\"noopener noreferrer\" target=\"_blank\">SimSaaS</a>, <a href=\"https://www.reimbi.com/\" rel=\"noopener noreferrer\" target=\"_blank\">Reimbi</a>, and <a href=\"https://castos.com/\" rel=\"noopener noreferrer\" target=\"_blank\">Castos</a>. </p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 06 Jun 2019 20:31:44 +0000\";s:7:\"attribs\";a:0:
 {}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:29;a:6:{s:4:\"data\";s:13:\"\n   \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"WPTavern: Automattic Adopts Alex Mills’ Plugins\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";
 b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=90583\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"https://wptavern.com/automattic-adopts-alex-mills-plugins\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4656:\"<p>Automattic <a href=\"https://developer.wordpress.com/2019/06/06/taking-care-of-alexs-plugins/\" rel=\"noopener noreferrer\" target=\"_blank\">announced</a> today that a team inside the company will be adopting <a href=\"http
 s://alex.blog/\" rel=\"noopener noreferrer\" target=\"_blank\">Alex Mills</a>&#8216; plugins and continuing their development and support. Mills, also known around the web as @Viper007Bond, was a WordPress core contributor and prolific plugin developer who passed away in February 2019 after a battle with Leukemia. </p>\n<p>At one time last year, Mills was the primary author for and contributor to <a href=\"https://web.archive.org/web/20181231163744/https://profiles.wordpress.org/viper007bond/#content-plugins\" rel=\"noopener noreferrer\" target=\"_blank\">more than 40 plugins</a> hosted on WordPress.org. The <a href=\"https://profiles.wordpress.org/viper007bond/#content-plugins\" rel=\"noopener noreferrer\" target=\"_blank\">current collection</a> seems to have been pared back to 17 of his most popular plugins. According to <a href=\"http://wp
 tally.com/?wpusername=viper007bond\" rel=\"noopener noreferrer\" target=\"_blank\">stats from WP Tally</a>, these 17 plugins have a cumulative download count of 138,665,603 and a cumulative rating of 4.55 out of 5 stars.</p>\n<p>&#8220;Since all of my plugins are open-source, they are free to be forked by reputable authors in the WordPress community. It would mean a lot to have my legacy go on,&#8221; Mills said in his <a href=\"https://alex.blog/2019/02/18/leukemia-has-won/\" rel=\"noopener noreferrer\" target=\"_blank\">farewell post</a> earlier this year. The plugins are all free without any pro versions or monetization efforts attached to them.</p>\n<p>“I’d never monetize any of my plugins,” Mills told the Tavern after his popular Regenerate Thumbnails plugin <a href=\"https://wptavern.com/regenerate-thumbnails-plugin-passes-5-million-downloads-rewrite-in-the
 -works\" rel=\"noopener noreferrer\" target=\"_blank\">passed 5 million downloads</a> in 2017. “I write them for fun not profit. It would be a conflict of interest anyway due to my employment at Automattic.”</p>\n<p>Regenerate Thumbnails is active on more than a million WordPress sites and <a href=\"https://alex.blog/2019/01/29/my-regenerate-thumbnails-plugin-passes-10m-downloads/\" rel=\"noopener noreferrer\" target=\"_blank\">passed the 10 million downloads milestone</a> in January 2019. It has already been downloaded more than 7,000 times today and has regularly received 3K-12k downloads per day throughout 2019. </p>\n<p>The enduring popularity of <a href=\"https://wordpress.org/plugins/regenerate-thumbnails/\" rel=\"noopener noreferrer\" target=\"_blank\">Regenerate Thumbnails</a> is a testament to Mills&#8217; commitment to writin
 g future-proof plugins. What started as a small plugin to fix a client&#8217;s problem in 2008 quickly became an indispensable utility for millions of WordPress users transitioning between themes with different image sizes. For those users who could never write their own script to generate new thumbnail sizes, Mills&#8217; plugin was a little piece of time-saving magic that exemplifies the significant contributions plugin developers can make when they write and share code that solves a common problem.</p>\n<p>Automattic plans to fork each of Mills&#8217; GitHub repositories and will add them to the Automattic Github account. The team behind this effort is also adding the following paragraph to each plugin&#8217;s readme file:</p>\n<blockquote><p>In February 2019 Alex Mills, the author of this plugin, <a href=\"https://alex.blog/2019/02/27/from-alexs-family/\" rel=\"noopener noreferrer\" target=\"_blank\"&
 gt;passed away</a>. He leaves behind a number of plugins which will be maintained by Automattic and members of the WordPress community. If this plugin is useful to you please consider <a href=\"https://alex.blog/2019/03/13/in-memory-of-alex-donation-link-update/\" rel=\"noopener noreferrer\" target=\"_blank\">donating to the Oregon Health and Science University</a>.</p></blockquote>\n<p>Automattic will also be answering support queries on the forums and the team is open to receiving help from other members of the WordPress community in maintaining and supporting Mills&#8217; plugins. </p>\n<p>&#8220;In times gone by authors left works of music, novels, poetry, and letters on their passing,&#8221; Donncha Ó Caoimh said on the Automattic Engineering blog. &#8220;They were static works of art frozen in time. Alex leaves behind his code that will continue to evolve and operate in a living worl
 d used by thousands (millions?) of people every day as they go about their online lives.&#8221;</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 06 Jun 2019 16:51:39 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:30;a:6:{s:4:\"data\";s:13:\"\n       \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8
 :\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"WPTavern: WPWeekly Episode 355 – Food Poisoning Is No Joke\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"https://wptavern.com/?p=90569&preview=true&preview_id=90569\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"https://wptavern.com/wpweekly-episode-355-food-poisoning-is-no-joke\";s:7:\"attribs\";a:0:{}s:8:\"xm
 l_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1676:\"<p>In this episode, <a href=\"http://jjj.me\">John James Jacoby</a> and I discuss Joost de Valk&#8217;s decision to step down as WordPress&#8217; Marketing Lead. I shared my recent encounter with food poisoning and some of the lifestyle changes I&#8217;m making to improve my health. We also talk about a new experimental plugin by Automattic that aims to provide full site editing and FreeCodeCamp&#8217;s decision to migrate away from Medium to Ghost.</p>\n<h2>Stories Discussed:</h2>\n<p><a href=\"https://wptavern.com/joost-de-valk-steps-down-as-wordpress-marketing-lead\">Joost de Valk Steps Down as WordPress Marketing Lead</a></p>\n<p><a href=\"https://wptavern.com/freecodeca
 mp-moves-off-of-medium-after-being-pressured-to-put-articles-behind-paywalls\">FreeCodeCamp Moves Off of Medium after being Pressured to Put Articles Behind Paywalls</a></p>\n<p><a href=\"https://wptavern.com/automattic-is-testing-an-experimental-full-site-editing-plugin\">Automattic is Testing an Experimental Full Site Editing Plugin</a></p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Wednesday, June 12th 3:00 P.M. Eastern</p>\n<p>Subscribe to <a href=\"https://itunes.apple.com/us/podcast/wordpress-weekly/id694849738\">WordPress Weekly via Itunes</a></p>\n<p>Subscribe to <a href=\"https://www.wptavern.com/feed/podcast\">WordPress Weekly via RSS</a></p>\n<p>Subscribe to <a href=\"http://www.stitcher.com/podcast/wordpress-weekly-podcast?refid=stpr\">WordPress Weekly via Stitcher Radio</
 a></p>\n<p>Subscribe to <a href=\"https://play.google.com/music/listen?u=0#/ps/Ir3keivkvwwh24xy7qiymurwpbe\">WordPress Weekly via Google Play</a></p>\n<p><strong>Listen To Episode #355:</strong><br />\n</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 06 Jun 2019 01:10:22 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit
 \";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:31;a:6:{s:4:\"data\";s:13:\"\n \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:82:\"WPTavern: Google Adds New Desktop/Mobile Selector to the Rich Results Testing Tool\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=90532\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{
 s:4:\"data\";s:93:\"https://wptavern.com/google-adds-new-desktop-mobile-selector-to-the-rich-results-testing-tool\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3254:\"<p>Google&#8217;s <a href=\"https://search.google.com/test/rich-results\" rel=\"noopener noreferrer\" target=\"_blank\">rich results testing tool</a> has been updated to include a selector for desktop or mobile so website owners can check their results on both platforms. This tool shows if pages are properly structured for display in Google&#8217;s carousels, images, breadcrumbs, events, books, and other types of rich snippets. A <a href=\"https://developers.google.com/search/docs/guides/search-gallery\" rel=\"noopener noreferrer\&q
 uot; target=\"_blank\">glossary</a> is available with images showing what each type of result looks like with the proper structured data in place.</p>\n<p><a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2019/06/Screen-Shot-2019-06-05-at-10.27.59-AM.png?ssl=1\"><img /></a></p>\n<p>Last week Google announced that it will begin <a href=\"https://wptavern.com/googles-mobile-first-indexing-is-now-default-for-new-domains\" rel=\"noopener noreferrer\" target=\"_blank\">enabling mobile-first indexing</a> (crawling sites with a mobile user-agent) by default for new domains on July 1, 2019. Site owners can select &#8220;Googlebot Smartphone&#8221; as the user-agent on the rich results testing tool to see if their sites are prepared for mobile-first indexing. The tool is still in beta, so not all rich results and error types are supported yet. </p>\n<p&g
 t;If your page supports rich results, you will see a confirmation and can click through to view the HTML. Certain rich result types will display a preview of how the result might appear in Google Search. If multiple result layouts are available, the tool will also let you drill down into the different layouts for both desktop and mobile.</p>\n<p><a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2019/06/Screen-Shot-2019-06-05-at-12.10.38-PM.png?ssl=1\"><img /></a></p>\n<p>If you get a result that says &#8220;Page not eligible for rich results known by this test&#8221; when you know that you have the structured data in place, it could be because the beta version of this tool only supports a subset of rich result types. These currently include job postings, recipes, courses, TV and movie, events, and Q&#038;A pages.</p>\n<p>You can also test your page using this tool by putting in a code snippet, in c
 ase your content is not publicly accessible or is restricted behind authorization.</p>\n<p>Depending on your specific requirements, there are many different WordPress plugins that properly structure data to improve how your content appears in rich results around the web, such as <a href=\"https://wordpress.org/plugins/schema/\" rel=\"noopener noreferrer\" target=\"_blank\">Schema</a>, <a href=\"https://wordpress.org/plugins/all-in-one-schemaorg-rich-snippets/\" rel=\"noopener noreferrer\" target=\"_blank\">All In One Schema Rich Snippets</a>, <a href=\"https://wordpress.org/plugins/schema-app-structured-data-for-schemaorg/\" rel=\"noopener noreferrer\" target=\"_blank\">Schema App Structured Data</a>, <a href=\"https://wordpress.org/plugins/seo-by-rank-math/\" rel=\"noopener noreferrer\" target=\"_blank\">Rank M
 ath</a>, and <a href=\"https://wordpress.org/plugins/wordpress-seo/\" rel=\"noopener noreferrer\" target=\"_blank\">Yoast SEO</a>, to name a handful of popular options.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 05 Jun 2019 19:57:32 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\&qu
 ot;;}}}}}i:32;a:6:{s:4:\"data\";s:13:\"\n       \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"WPTavern: Joost de Valk Steps Down as WordPress Marketing Lead\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=90542\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"https://wptavern.com/joost-de-valk-step
 s-down-as-wordpress-marketing-lead\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2397:\"<p>Joost de Valk <a href=\"https://joost.blog/why-im-stepping-down-from-my-wordpress-marketing-role/\">has announced</a> that he&#8217;s stepped down from the WordPress Marketing and Communications Lead role. The position was created and awarded to de Valk <a href=\"https://make.wordpress.org/updates/2019/01/16/expanding-wordpress-leadership/\">earlier this year</a>. Not only was it a new position, but it also expanded the leadership roles in the WordPress project. </p>\n\n\n\n<p>Despite <a href=\"https://joost.blog/marketing-wordpress-first-steps/\">making progress</a>, de Valk didn&#8217;t feel as though 
 he was fulfilling the leadership aspect of his role. &#8220;My experience over the last few months made me feel that while I was doing things and getting things done, I certainly wasn’t leadership. I don’t want to pretend I have a say in things I don’t have a say in,&#8221; he said. </p>\n\n\n\n<p>Not having a clear definition of what marketing means and having people within the project on the same page contributed to his decision. </p>\n\n\n\n<p>&#8220;There’s a stark difference between where I thought I would be in the organization in this role, and where I am actually finding myself now,&#8221; de Valk said. </p>\n\n\n\n<p>&#8220;Even things that every outsider would consider marketing (release posts,  about pages) are created without even so much as talking to me or others in the marketing team. Because I felt left out of all these decisions, I feel I can’t <em>be</em> a marketing lead.&#8221;</
 p>\n\n\n\n<p>He also cited a lack of clarity surrounding his position, &#8220;I’ve been asked dozens of times on Twitter, Facebook and at WordCamps why I now work for Automattic, which of course I don’t but that is the perception for a lot of people,&#8221; he said. &#8220;On other occasions, I seem to be the token non-Automattician, which I’m also uncomfortable with.&#8221;</p>\n\n\n\n<p>Due to taking a toll from failing to fulfill the position, de Valk plans to take an extended vacation during the Summer and when he returns, focus 100% of his efforts on Yoast and his Chief Product Officer role. </p>\n\n\n\n<p>Matt Mullenweg <a href=\"https://joost.blog/why-im-stepping-down-from-my-wordpress-marketing-role/#comment-644\">commented</a> on de Valk&#8217;s article thanking him for being willing to try new things and for his passion, impatience, and drive to improve WordPress. </p>\";s:7:\"
 attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 05 Jun 2019 17:57:05 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:33;a:6:{s:4:\"data\";s:13:\"\n       \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\&quot
 ;;s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:90:\"WPTavern: Take Back Your Web: Tantek Çelik’s Call to Action to Join the Independent Web\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=90416\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:96:\"https://wptavern.com/take-back-your-web-tantek-celiks-call-to-action-to-join-the-independent-web\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\&
 quot;\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4246:\"<p><a href=\"https://tantek.com/\" rel=\"noopener noreferrer\" target=\"_blank\">Tantek Çelik</a>, Web Standards Lead at Mozilla and co-founder of IndieWebCamp, delivered an inspirational talk titled &#8220;<a href=\"https://vimeo.com/336343886\" rel=\"noopener noreferrer\" target=\"_blank\">Take Back Your Web</a>&#8221; at the most recent <a href=\"https://beyondtellerrand.com/\" rel=\"noopener noreferrer\" target=\"_blank\">beyond tellerrand</a> conference in Düsseldorf, Germany. He opened the presentation with a litany of Facebook&#8217;s wrongdoings, taking the world&#8217;s largest social network to task for its role in increasing polarization, amplifying rage, and spreading conspiracy theories.</p>\n<p>Çelik challenged th
 e audience to &#8220;stop scrolling Facebook,&#8221; because its algorithms are designed to manipulate users&#8217; emotions and behaviors. He noted that it is the only social network with <a href=\"https://en.wikipedia.org/wiki/Criticism_of_Facebook\" rel=\"noopener noreferrer\" target=\"_blank\">a Wikipedia page dedicated to its criticism</a>. This massive document has a dizzying number of references, which Wikipedia says &#8220;may be too long to read and navigate comfortably.&#8221; As an alternative to scrolling Facebook, Celik encouraged attendees to spend time doing nothing, an activity that can be uncomfortable yet productive.  </p>\n<p>The &#8220;Take Back Your Web&#8221; presentation is a call to action to join the independent web by owning your own domain, content, social connections, and reading experience. Celik recommends a number of IndieWeb services and tools to empower users to take co
 ntrol of their experiences on the web. </p>\n<p>With a free site hosted on GitHub, he said the costs of owning your own domain are less than owning a phone or having internet service. Suggestions like this are targeted at developers who share Twitter names instead of domains and post articles on Medium. Setting up a site on GitHub is not a simple task for most. That&#8217;s why networks like WordPress.com, along with hosts that provide instant WordPress sites, are so important for enabling average internet users to create their own websites.</p>\n<p>Celik referenced Matthias Ott&#8217;s recent article &#8220;<a href=\"https://matthiasott.com/articles/into-the-personal-website-verse\" rel=\"noopener noreferrer\" target=\"_blank\">Into the Personal-Website-Verse</a>,&#8221; highlighting the section about the value of learning new technologies by implementing them on your own website: &#8220;A persona
 l website is also a powerful playground to tinker with new technologies and discover your powers.&#8221; It&#8217;s one of the few places developers can expand their skills and make mistakes without the pressure to have everything working. Ott enumerates the many benefits of people having their own enduring home on the web and encourages developers to use their powers to make this a reality:</p>\n<blockquote><p>As idealistic as this vision of the Web might seem these days, it isn’t that far out of reach. Much of what’s needed, especially the publishing part, is already there. It’s also not as if our sites weren’t already connected in one way or another. Yet much of the discussions and establishment of connections, of that social glue that holds our community together – besides community events in real life, of course –, mostly happens on social media platforms at the moment. But: this is a choice. If we would make the conscious decision to find 
 better ways to connect our personal sites and to enable more social interaction again, and if we would then persistently work on this idea, then we could, bit by bit, influence the development of Web technologies into this direction. What we would end up with is not only a bunch of personal websites but a whole interconnected personal-website-verse.</p></blockquote>\n<p>Check out Çelik&#8217;s <a href=\"http://tantek.com/presentations/2019/05/indieweb/#cover\" rel=\"noopener noreferrer\" target=\"_blank\">slides</a> for the presentation and the recording below for a little bit of inspiration to re-evaluate your relationship with social networks, create your own site, or revive one that has been neglected.</p>\n<div class=\"embed-vimeo\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\&quo
 t;;s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 04 Jun 2019 21:50:58 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:34;a:6:{s:4:\"data\";s:13:\"\n   \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:93:\"WPTa
 vern: Jetpack 7.4 Adds Business Hours Block and Ability to Share Content Through WhatsApp\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=90503\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:104:\"https://wptavern.com/jetpack-7-4-adds-business-hours-block-and-ability-to-share-content-through-whatsapp\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2229:\"<p>Jetpack 7.4 is
  <a href=\"https://jetpack.com/2019/06/04/7-4-maintenance/\">now available</a> and includes a new Business Hours block. This block contains a toggle that users can set to show whether they&#8217;re open or closed. </p>\n\n\n\n<p>There&#8217;s also a way to add additional times so restaurants, for example, can display when they&#8217;re open for breakfast, lunch, and dinner. However, I couldn&#8217;t figure out a way to add text to label what the hours mean. Also, depending on the theme, the alignment displays incorrectly. You can see the block in action below. </p>\n\n\n<dl class=\"jetpack-business-hours \"><dt class=\"Sun\">Sunday</dt><dd class=\"Sun\">Closed</dd><dt class=\"Mon\">Monday</dt><dd class=\"Mon\">9:00 AM &#8211; 1:00 PM<br />5:00 PM &#8211; 10:00 PM<br /></dd><dt class=\"Tue\"&gt
 ;Tuesday</dt><dd class=\"Tue\">9:00 AM &#8211; 5:00 PM<br /></dd><dt class=\"Wed\">Wednesday</dt><dd class=\"Wed\">9:00 AM &#8211; 5:00 PM<br /></dd><dt class=\"Thu\">Thursday</dt><dd class=\"Thu\">9:00 AM &#8211; 5:00 PM<br /></dd><dt class=\"Fri\">Friday</dt><dd class=\"Fri\">9:00 AM &#8211; 5:00 PM<br /></dd><dt class=\"Sat\">Saturday</dt><dd class=\"Sat\">Closed</dd></dl>\n\n\n<p>The Slideshow, Carousel, and Tiled Galleries blocks have all received enhancements to improve their look and performance on mobile devices. The Carousel block also contains better theme compatibility.</p>\n\n\n\n<p><a href=\"https://www.whatsapp.com/\">WhatsApp</a> is now included in the Jetpack Sharing module. Users c
 an enable it by browsing to Jetpack > Settings > Sharing > Configure sharing buttons. The button supports sharing content through the stand-alone app and the web interface.</p>\n\n\n\n<p>Jetpack 7.4 also makes a number of enhancements to the <a href=\"https://wptavern.com/jetpack-opens-signup-for-membership-block-beta\">Recurring Payments</a> block such as improving the display of the renewal frequency in the button list and improving the look of the payment modal on mobile devices. This version also requires users to be on the Premium or Professional plan on WordPress.com in order to access the button. </p>\n\n\n\n<p>You can see a full list of changes in 7.4 by <a href=\"https://wordpress.org/plugins/jetpack/#developers\">viewing the changelog</a>. </p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\&qu
 ot;;s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 04 Jun 2019 20:19:19 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:35;a:6:{s:4:\"data\";s:13:\"\n  \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"Wor
 dPress.org blog: The Month in WordPress: May 2019\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=6987\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"https://wordpress.org/news/2019/06/the-month-in-wordpress-may-2019/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6614:\"<p>This month saw the 16th anniversary since <a href=\"https://wordpress.org/news/
 2003/05/wordpress-now-available/\">the launch of the first release of WordPress</a>. A significant milestone to be sure and one that speaks to the strength and stability of the project as a whole. In this anniversary month, we saw a new major release of WordPress, some exciting new development work, and a significant global event.</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>Release of WordPress 5.2</h2>\n\n\n\n<p>WordPress 5.2 “Jaco” <a href=\"https://wordpress.org/news/2019/05/jaco/\">was released on May 7</a> shipping some useful site management tools, such as the Site Health Check and PHP Error Protection, as well as a number of accessibility, privacy, and developer updates. You can read <a href=\"https://make.wordpress.org/core/2019/04/16/wordpress-5-2-field-guide/\">the field guide for this release</a> for more detailed information about what was included and how 
 it all works.<br /></p>\n\n\n\n<p>327 individual volunteers contributed to the release. If you would like to be a part of that number for future releases, follow <a href=\"https://make.wordpress.org/core\">the Core team blog</a> and join the #core channel in <a href=\"https://make.wordpress.org/chat/\">the Making WordPress Slack group</a>.</p>\n\n\n\n<h2>A Successful WordPress Translation Day 4</h2>\n\n\n\n<p>WordPress Translation Day is a 24-hour event organised by <a href=\"https://make.wordpress.org/polyglots/\">the Polyglots team</a> where community members from all over the world come together to translate WordPress into their local languages. For the fourth edition held on 11 May, 183 brand new contributors joined the Polyglots team from 77 communities across 35 countries in Africa, Asia, Europe, North America, South America, and Oceania.<br /></p>\n\n\n\n&lt
 ;p>While the WP Translation Day is a great time for focussed contributions to localizing WordPress, but these contributions can happen at any time of the year, so if you would like to help make WordPress available in your local language, follow <a href=\"https://make.wordpress.org/polyglots\">the Polyglots team blog</a> and join the #polyglots channel in <a href=\"https://make.wordpress.org/chat/\">the Making WordPress Slack group</a>.</p>\n\n\n\n<h2>Updated Plugin Guidelines Proposal</h2>\n\n\n\n<p>The Plugins team <a href=\"https://make.wordpress.org/plugins/2019/05/14/proposal-to-modify-plugin-guidelines/\">has proposed some updates</a> to the guidelines for developers on the Plugin Directory. The majority of the proposed changes are intended to address significant issues faced by developers who do not speak English as a first language, making the Plugin DIrectory a more accessible and be
 neficial place for everyone.<br /></p>\n\n\n\n<p>The proposal will be open for comments until late June, so the community is encouraged to get involved with commenting on them and the direction they will take the Plugin Directory. If you would like to be involved in this discussion, comment on <a href=\"https://make.wordpress.org/plugins/2019/05/14/proposal-to-modify-plugin-guidelines/\">the proposal</a> and join the #plugin review team in <a href=\"https://make.wordpress.org/chat/\">the Making WordPress Slack group</a>.</p>\n\n\n\n<h2>Continued Gutenberg Development</h2>\n\n\n\n<p>Since the block editor was first released as part of WordPress Core in v5.0, development has continued in leaps and bounds with a new release every two weeks. <a href=\"https://make.wordpress.org/core/2019/05/29/whats-new-in-gutenberg-29th-may/\">The latest update</a> includes some great incremental
  improvements that will be merged into the 5.2.2 release of WordPress along with the other recent enhancements.<br /></p>\n\n\n\n<p>In addition to the editor enhancements, work has been ongoing in the Gutenberg project to bring the block editing experience to the rest of the WordPress dashboard. This second phase of the project has been going well and <a href=\"https://make.wordpress.org/design/2019/05/31/gutenberg-phase-2-friday-design-update-20/\">the latest update</a> shows how much work has been done so far.<br /></p>\n\n\n\n<p>In addition to that, the Block Library project that aims to bring a searchable library of available blocks right into the editor is deep in the planning phase with <a href=\"https://make.wordpress.org/design/2019/05/28/block-library-initial-explorations/\">a recent update</a> showing what direction the team is taking things.<br /></p>\n\n\n\n<p>If you would l
 ike to get involved in planning and development of Gutenberg and the block editor, follow the <a href=\"https://make.wordpress.org/core/\">Core</a> and <a href=\"https://make.wordpress.org/design/\">Design</a> team blogs and join the #core, #design, and #core-editor channels in <a href=\"https://make.wordpress.org/chat/\">the Making WordPress Slack group</a>.</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>Further Reading:</h2>\n\n\n\n<ul><li>The 5.2.2 release of WordPress <a href=\"https://make.wordpress.org/core/2019/05/28/5-2-2-release-agenda/\">is currently in development</a> with a planned release date of 13 June.</li><li>Version 2.1.1 of the WordPress Coding Standards <a href=\"https://github.com/WordPress-Coding-Standards/WordPress-Coding-Standards/releases/tag/2.1.1\">has been released</a> containing
  seven small, but relevant fixes.</li><li>The Theme Review Team <a href=\"https://make.wordpress.org/themes/2019/05/07/trusted-authors-changes/\">have updated the details</a> of how the Trusted Authors Program works.</li><li><a href=\"https://make.wordpress.org/community/2019/05/29/who-wants-to-test-the-new-wordcamp-blocks/\">WordCamp-specific blocks have been launched for WordCamp sites</a> with organizers needing to sign up in order to test them out.</li><li>Continuing the growing trend of other platforms adopting the Gutenberg editor, it has now <a href=\"https://octobercms.com/plugin/reazzon-gutenberg\">been ported to a plugin for OctoberCMS</a>.</li><li>Version 3.0 of the popular WordPress development environment, Varying Vagrant Vagrants (VVV), <a href=\"https://varyingvagrantvagrants.org/blog/2019/05/15/vvv-3-0-0.html\">was released this month</
 a>.</li><li>The Community Team <a href=\"https://make.wordpress.org/community/2019/05/31/the-4-gets-in-wordpress-community-organizing/\">published some info</a> clarifying what organizers get (and don’t get) from being involved with their local communities. </li></ul>\n\n\n\n<p><em>Have a story that we should include in the next “Month in WordPress” post? Please </em><a href=\"https://make.wordpress.org/community/month-in-wordpress-submissions/\"><em>submit it here</em></a><em>.</em><br /></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 04 Jun 2019 10:21:27 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s
 :17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Hugh Lashbrooke\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:36;a:6:{s:4:\"data\";s:13:\"\n  \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"WPTavern: Gutenberg Team is Exploring Adding Motion to Block Moving Actions\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_la
 ng\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=90465\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:86:\"https://wptavern.com/gutenberg-team-is-exploring-adding-motion-to-block-moving-actions\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4221:\"<p>In a post titled &#8220;<a href=\"https://matiasventura.com/post/using-motion-to-express-change/\" rel=\"noopener noreferrer\" target=\"_blank\">Using Motion to Express Change</a>,&#8221; Gutenberg designer and engin
 eer Matías Ventura takes a deep dive into how animation can be applied to interfaces to replicate realistic motion. These animations can sometimes more clearly communicate changes, particularly in relationship to the action of moving or reordering items on a page.</p>\n<p>&#8220;Even though the instant transformation of the interface is accurate it may not be the clearest expression of the change that just occurred,&#8221; Ventura said. &#8220;The relationship between intention and effect might become harder to grasp. Motion can be a great aid in communicating relationships and clarifying the changes experienced in a more intuitive way.&#8221; </p>\n<p>This creates an interesting choice for an interface designer. Although instantaneous changes are possible to implement, they may require more time for the user&#8217;s brain to process. In the case of an editor, any added cognitive processing can pull a user out of the flow of writing. Ven
 tura sets a good practical rule of thumb for determining if an animation adds value to an interaction:</p>\n<blockquote><p>One could say that an animation is worth being present if the clarity of change it provides is greater than the time it would take to adjust cognitively to the new state in its absence.</p></blockquote>\n<p>Ventura illustrates this concept with two video demos in his post &#8211; one showing how block reordering currently looks in WordPress&#8217; editor and a second with an example of how it could be improved with subtle, tasteful animations. It&#8217;s an early prototype but very convincing:</p>\n<p></p>\n<p>When Gutenberg was still in the selling phase before being merged into core, some said that moving forward was simply a matter of retraining your muscle memory to work with the new editor. However, at that time there were still a number of markedly flawed interactions that didn&#82
 17;t feel natural and were even jarring for the user. The legacy editor didn&#8217;t have blocks to reorder or many of the other interactions introduced by the new block paradigm, so there wasn&#8217;t much prior context for comparison.</p>\n<p><a href=\"https://wordpress.org/support/plugin/gutenberg/reviews/\" rel=\"noopener noreferrer\" target=\"_blank\">User reviews</a> have complained about the cognitive load that Gutenberg adds and have continued to identify problematic interactions with the core blocks. Unfortunately, in many heated exchanges that took place in comments and discussions prior to WordPress 5.0&#8217;s release, these concerns were often brushed aside as coming from people who were resistant to change.</p>\n<p>Many of the reviewers may not have had the right words to communicate what it was they were experiencing, but the cognitive load may be one of the strongest reasons why the <a h
 ref=\"https://wordpress.org/plugins/classic-editor/\" rel=\"noopener noreferrer\" target=\"_blank\">Classic Editor</a> plugin has more than 5 million active installs. </p>\n<p>Matías Ventura&#8217;s proposal to add motion to express change in the editor has the potential to solve some of these unintuitive interactions. The Gutenberg repository now has an <a href=\"https://github.com/WordPress/gutenberg/issues/15922\" rel=\"noopener noreferrer\" target=\"_blank\">issue</a> dedicated to exploring and discussing the use of motion to add clarity to the action of reordering blocks.</p>\n<p><a href=\"https://matiasventura.com/post/using-motion-to-express-change\" rel=\"noopener noreferrer\" target=\"_blank\">Ventura&#8217;s post</a> is an encouraging read that demonstrates the thought and craftsmanship that go into architecting an inte
 rface that is required to meet the needs of millions of users. If you have been impatient with Gutenberg&#8217;s progress, as I have been, it&#8217;s important to recognize that these kinds of refinements to interactions take time to percolate. Replicating realistic motion comes from contemplating how we interact with the known world and understanding how that informs users&#8217; digital expectations. </p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 04 Jun 2019 04:43:39 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data
 \";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:37;a:6:{s:4:\"data\";s:13:\"\n     \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"HeroPress: Ugyen’s Roadmap to WordPress Contributions\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://heropress.com/?post_type=heropress-essays&p=2848\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\
 ";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:156:\"https://heropress.com/essays/ugyens-roadmap-to-wordpress-contributions/#utm_source=rss&utm_medium=rss&utm_campaign=ugyens-roadmap-to-wordpress-contributions\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:44456:\"<img width=\"960\" height=\"480\" src=\"https://s20094.pcdn.co/wp-content/uploads/2019/06/060419-min-1024x512.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"Pull Quote: The most valuable service is the one rendered to our fellow man.\" /><p><a href=\"https://heropress.com/feed/#dzo\">འབ
 ི་རྩོམ་འདི་རྫོང་ཁ་ན་ལུ་ཡ་ཡོདཔ་ཨིན།</a></p>\n<p>Ugyen Dorji is from Bhutan, the landlocked country situated between two giant neighbors, India to the south and China to the north. Ugyen works for ServMask Inc and is responsible for the robust Quality Assurance process for All-in-One WP Migration plugin. He believes in the Buddhist teaching that “the most valuable service is one rendered to our fellow humans” and his work ethic shows with managing WordPress translation projects for his Plugin ’All-in-One WP Migration.’  Ugyen also keeps multi-language support for WordPress; furthermore the plugin is now translated into 42 languages with more on the way.</p>\n<h3>How Ugyen started his career with WordPress</h3>\n<p>Life is a struggle &#8211; it is a mixture of success and failure which can come in any venture and that too late and sometimes most unexpectedly peop
 le lose heart after a failure; but a person who takes failure in his/her stride and continues his effort for success in long run in the word of EL Kerten means “The secret of success is knowing whom to blame for your failure.”</p>\n<p>Back in 2016, he had been looking for new working place after his former cloud company got shattered with some financial crisis, he has looked for a new job. For which he has tried his best and one fine day he makes it to an interview &#8211; where he has been triggered with WordPress questionnaires. On that moment he has no proper answer for interviewers saying big number to interviewers, though he has basic knowledge about WordPress. After that day, just sat in his room with silence and made up his mind to learn and get skilled himself with WordPress wisdom,  watching cities from his window receiving cool air, and said himself</p>\n<blockquote><p>“I will make my career with WordPress and it will be my bread an
 d butter”.</p></blockquote>\n<p>After a few months, he received a call from ServMask Inc, who developed a great plugin called   &#8220;All-in-One WP Migration&#8221; which made his dream come true like an angle ServMask Inc blessed his dream to make his living with WordPress. Ugyen is now an active contributor to the WordPress Community.</p>\n<h3>Ugyen’s First WordCamp Experience</h3>\n<p>WordCamp is a genuine spotlight for plugin and theme developers to reach WordPress users and website developers. It’s a glorious atmosphere where many incredible talks about WordPress take place. The “tribe” meetings are a phenomenal moment for aspiring computer engineers, content writers and developers to showcase their talent and meet each other.</p>\n<p>WordCamp Bangkok 2018 was an essential day for Ugyen and ServMask because their sponsorship of the event delivered them the opportunity to connect with our active WordPress
  users and showcase their appreciation on better quality of WordPress plugin.</p>\n<h3>Contributor Day</h3>\n<p>The first day of WordCamp is Contributor Day. Ugyen associated with a community team and got to share a conversation with WordPress folks from all over the world. Community communication is the ground root of WordCamp and WordPress meetups, giving him all the chance to share and manifest what WordPress does and  how it is used. He also addressed encouraging more speakers and WordPress members to nurture their experience and whereby he could support new organizers to continue and contribute to building the WordPress community in places where it is not yet booming.</p>\n<h3>Conference Day</h3>\n<p>Conference Day is the main event of WordCamp and is held on the second day. Ugyen was taking care of a Photo Booth for people to snap their memories. I think this was a great idea to capture the memories of WordCamp for attendees, sp
 eakers, and organizers.</p>\n<p>The foremost intention of the conference day is the presentations that take place throughout the day. Ugyen had a great moment to attend various talks which were very beneficial for developers, entrepreneurs, firms, and young startups firms. What holds in Ugyen&#8217;s mind is a plan that exhibits leveraging website content has been shown to lead to 100% growth in business extension.</p>\n<h3>How Ugyen became WordPress Meetup Thimphu Co-Organizer</h3>\n<p>Following October 2016, Ugyen came over about WordPress Meetup Bangkok and WordCamp Bangkok 2018. From that onwards, the importance of WordPress Meetup catches on his mind to introduce WordPress to his home country and cities. The foremost incidence that clicks on his mind was on WordPress Translation Day 3 on September 30, 2017, during WordPress Meetup Bangkok where he has seen his locale Dzongkha was in lowest percentage comparing to another locale status on 
 WordPress Core Translation. Later in WordCamp Bangkok 2018 Contributors day when he met with WordPress Folks and WordPress Community, Meetup Organizer from many countries.</p>\n<p>WordPress Meetup Thimphu is an easygoing, volunteer-organized, non-profit meetup covering everything related to WordPress and keeping our Bhutanese Gross National Happiness four pillars in mind with aims to preserve and promote our unique culture and national language. WordPress Meetup implies for individuals and all people who love WordPress and want to contribute and share their knowledge and have experience in meeting new faces and for networking. Ugyen’s Specific focus on encouraging local and international language WordPress bloggers and help startup companies to grow their assets with WordPress and share what he has learned from WordPress with his Bhutanese WordPress community.</p>\n<p>Ugyen’s First WordPress Meetup Thimphu was a huge success within his community coincidin
 g with WordPress Main event WordPress Translation Day 4.  Ugyen would take a more vital role in preserving his national language by making use of WordPress actively by our Dzongkha bloggers, online Dzongkha news, government websites so that Bhutanese WordPress core contributors could hand over to our next generation very proudly.</p>\n<p>What we have achieved :</p>\n<ol>\n<li>Done WordPress Core Translation for our locale Dzongkha.</li>\n<li>New Translation Contributor for our WordPress Core Translation for Dzongkha.</li>\n<li>Participated in <a href=\"https://wptranslationday.org\">Global WordPress Translation Day 4</a> Livestream.</li>\n<li>Invited WordPress Experts from other countries to <a href=\"http://wpbhutan.slack.com\">http://wpbhutan.slack.com</a>.</li>\n<li>Invited WordPress Meetup Thimphu members to <a href=\"http://wpbhutan.slack.com\"
 >http://wpbhutan.slack.com</a> to discuss more on WordPress related topics and for helpline on WordPress for Bhutanese WordPress users and wordpress.org login for new users.</li>\n<li>Speaker of the event Tenzin Namgyel Senior ICT officer from DDC WordPress Local Manager and General Translation Editor for our locale Dzongkha.</li>\n<li>Good meal and tea with great place to host at <a href=\"http://ariyabhutan.com/\">Ariya Hotel</a></li>\n<li>Introduction of a member for networking.</li>\n<li>Became a part of<a href=\"https://wptranslationday.org/the-team/\"> Global WordPress Translation Day 4 team.</a></li>\n<li>Event Sponsored by ServMask Inc and Helped by Dzongkha Development Commission with Language Experts.</li>\n</ol>\n<h3>WordPress Future Road Plans</h3>\n<p>“The best preparation for tomorrow is to do today’s work superbly well” s
 o that we can put all our effort, then we’ll see a very good result and success will surely be yours. No men can hope to have a very successful life but there will be one or two in exception in this earthly world in thousand cases of this matter which results strong determination can help to attain success. Therefore with Ugyen’s determination here are some of his road plans for WordPress.</p>\n<p>For WordPress Meetup: Ugyen’s next plan is to visit the language universities and teach them to blog in Dzongkha using WordPress. He said, “ We have plans to gather a group of active Bhutanese WordPress Bloggers and host panel talks to extend the beauty of Bhutan and unique culture of Bhutan to outside nations. And also one of the WordPress Main Events: Introduction to Open Source is in a process to be host soon. His Majesty the fourth King of Bhutan once said, “the future of our nation lies in the hands of our children.” Therefore Ugyen works to focus more on youth
  to enhance their WordPress Skills.</p>\n<p>For WordCamp: WordCamp Thimphu is my goal &#8211; to reach and invite more WordPress Experts as speakers of the main event and support Bhutanese to grow their career with WordPress. WordCamp Asia is in the process to kick start in 2020 and become one of the WordCamp Co-organizer among 41 WordCamp Asia Co-Organizers.</p>\n<p>To WordPress lovers &#8211; “If you want to be successful the ball is in your court, you think to throw a ball outside or smash the ball or play the game nicely and win the game’’</p>\n<h2 id=\"dzo\" class=\"p1\"><span class=\"s1\"><b>ཚིག་གསར་དཔེ་སྐྲུན་ལས་ཁང་ལུ་རྒྱབ་སྐྱོར་གྱི་དོན་ལུ་</b></span><b> </b><span class=\"s1\"><b>ཨོ་རྒྱན་གྱི་ལམ་ཡིག</b>&l
 t;/span></h2>\n<p>ཨོ་རྒྱན་རྡོ་རྗེ་གི་སྐྱེ་སའི་ཕ་ཡུལ་ནི་འབྲུག་རྒྱལ་ཁབབ་ཨིན། འབྲུག་རྒྱལ་ཁབ་འདི་ཁྱིམ་ཚང་རྒྱལ་ཁབ་ རྒྱ་དང་བོད་ཀྱི་བར་ན་ ཕྱི་ཡི་ལྕགས་རི་མཚུངས་པའི་ གང་རི་ཚུ་གི་བསྐོར་ཏེ་ ཡོདཔ་ཨིན། ཨོ་རྒྱན་གྱི་ ལཱ་འབད་ས་འདི་ ServMask Inc ནང་འབད་དོ་ཨིནམ་ད་ ཁོ་གི་ལཱ་འགན་ངོ་མ་འདི་ WordPress གི་ས་གནས་གཞན་ཁར་སྤོ་འགྱོ་ནིའི་ལས་རིམ་ཚུ་ པུས་ཚད་སྒྲིང་སྒྲིང་བཟོ་ནི་ལུ་ ཡིད་ཆེས་བསྐ
 ེད་བཅུག་ནི་འདི་ཨིན།</p>\n<p>ཁོ་ནང་པ་སངས་རྒྱས་ཀྱི་ཆོས་ལུགས་ལུ་ཡང་ སྙིང་ཐག་པའི་གཏིང་ལས་ ཡིད་ཆེས་ཡོད་མི་ཅིག་ཨིན་པའི་ཆ་གནས་ལས་ ཁོ་གིས་ལཱ་འབད་ཐངས་ཡང་ ཚིག་གསར་དཔེ་སྐྲུན་ལས་ཁང་གི་ སྐད་སྒྱུར་ལས་འཆར་གྱི་ འཛིན་སྐྱོང་འཐབ་ནི་འདི་ཨིན་མས། འདི་མ་ཚད་ ཁོ་གི་ WordPress གི་དོན་ལུ་ སྐད་ཡིག་སྣ་མང་གི་ རྒྱབ་སྐྱོར་ཚུ་འབད་དོ་ཡོདཔ་མ་ཚད་ ད་ཚུན་གྱི་རིང་  All-in-One WP Migration plugin འདི་སྐད་ཡི
 ་མ་འདྲཝ་༤༢་༢དེ་ཅིག་ནང་ སྐད་སྒྱུར་འབད་དེ་ཡོདཔ་ཨིན།</p>\n<h3><strong>ཨོ་རྒྱན་གྱི་ཚིག་གསར་དཔར་སྐྲུན་ལས་ཁང་དང་མཉམ་གཡོག་གི་མདུན་ལས་ག་དེ་སྦེ་འགོ་བཙུགས་ཡི་ག་གི་སྐོར། </strong></h3>\n<p>ང་བཅས་རའི་མི་ཚེ་གི་ལམ་འདི་ གདོང་ལེན་དྲག་པོ་ཅིག་ཨིན། མི་ཚེ་འདི་ནང་ལཱ་དང་བྱ་བ་ག་ཅི་ར་འབད་རུང་ མཐར་འཁྱོལ་ནི་དང་འཐུས་ཤོར་ནི་འདི་ རང་བཞིན་ཅིག་ཨིན། ཨིན་རུང་མི་མང་ཤོས་ཅིག་གི་ར་ ལ
 ་འདི་རང་གི་མནོ་བཞིན་བསམ་བཞིན་འགྱོ་མ་བཏུབ་པའི་བསྒང་ལས་ བློ་ཕམ་སི་སི་སྦེ་ ཚར་ཅིག་གུ་མནོ་བསམ་ག་ནི་ཡང་མ་གཏང་པར་ གདོང་ལེན་ཅན་གྱི་མི་ཚེ་འདི་ལུ་ གདོང་ལེན་འབད་མ་ཚུགས་པར་ རྒྱབ་ཤུད་རྐྱབ་སྡོདཔ་མས། རང་གི་མི་ཚེ་ནང་ཚགས་ཁ་མ་ཚུད་པའི་འཐུས་ཤོར་འབྱུང་རུང་ འདི་ལས་ཡོན་ཏན་ལེན་སྟེ་ མི་ཚེ་འདི་ནང་མཐར་འཁྱོལ་ནི་ལུ་གཙོ་བོ་བཏོན་ནི་བཀོ་མ་བཞག་པར་ འཕྲོ་མཐུད་དེ་ར་བརྩོན
 ་འགྲུས་བསྐྱེད་དེ་ལཱ་འབད་མི་ མི་འདི་གིས་ མི་ཚེ་ནང་འབྲས་བུ་ལེགས་ཤོམ་འབག་ནི་ཡོདཔ་ཨིན། མཁས་དབང་ཨིལ་ཀར་ཊྲན་གྱི་ཡང་ མི་ཚེ་ནང་མཐར་མཁྱོལ་ནི་དོན་ལུ་གསང་བ་ངོ་མ་འདི་ར་ འཐུས་ཤོར་བའི་གནད་དོན་འདི་ལུ་རྫུན་ཁ་བཀལ་ཤེས་ནི་འདི་ཨིན་ ཟེར་གསུངས་ནུག དེ་བཟུམ་སྦེ་ར་ ཨོ་རྒྱན་ཡང་ཧེ་མ་ དབྱིན་ལོ་༢༠༡༦་ལུ་ཁོ་རའི་ལཱ་འབད་སའི་ ཀལཝཏ་ཚོང་སྡེ་འདི་དངུལ་འབྲེལ་གྱི་དཀའ་ངལ་ཅིག་འཐ
 ོན་སྟེ་ སྒོ་བསྡམ་པའི་ཤུལ་ལུ་ ཁོ་ཡང་ལཱ་གཡོག་གསརཔ་ཅིག་ནང་འཛུལ་ཞུགས་འབད་ནིའི་དོན་ལུ་ གཡོག་གི་ས་གོ་ཅིག་འཚོལ་སྟེ་ར་སྡོད་པའི་ཤུལ་ལུ་ ཉིནམ་ཅིག་འབདཝ་ད་ ཚིག་གསར་དཔེར་སྐྲུན་ལས་ཁང་དང་མཉམ་ གཡོག་གི་དོན་ལུ་དྲི་བ་དྲི་ལན་འབད་ནིའི་གོ་སྐབས་ཅིག་ཐོབ་ནུག རེ་འདོད་ཅན་གྱི་ཉིནམ་འདི་ལས་འགོ་བཟུང་ ཁོགི་སེམས་ཁར་ ཁོ་རའི་མི་ཚེ་འཚོ་ཐབས་ཀྱི་དོན་ལུ་ ཡུན་དུ་གནས་པའི་འོང་འབ
 བ་ཀྱི་གཞི་གཙོ་བོ་འདི་ ཚིག་གསར་དཔར་སྐྲུན་ལས་ཁང་ར་ཨིན་ཟེར་མནོ་ནུག ཟླཝ་དག་པ་ཅིག་གི་ཤུལ་ལས་ འཛམ་གླིང་ནང་གཞན་དང་མ་འདྲ་བའི་ལས་འགུལ་ ‘ག་ར་མཉམ་གཅིག་འཛོམས་ཚུགས་པའི་ ཚིག་གསར་དཔར་སྐྲུན་ལས་ཁང་གི་ ས་གནས་སྤོ་བ་’ ཟེར་མི་གསར་བཟོ་ཚོང་སྡེ་ནང་ལས་ ServMask གིས་འགྲུལ་འཕྲིན་ལྷོད་དེ་ ཁོ་བཙག་འཐུ་བསྒྲུབ་པའི་གནས་ཚུལ་གོཝ་ད་ ཁོ་གིས་ཁོ་རའི་རེ་བ་བསྐྱེད་མི་ རེ་འདོད་འདི་དངོས
 སུ་སྦེ་འགྲུབ་པའི་དགའ་བ་ཚད་མེདཔ་སྦེ་འབྱུང་ནུག འདི་འབདཝ་ལས་བརྟེན་ ད་རིས་ཨོ་རྒྱན་ཡང་ ཚིག་གསར་དཔེར་སྐྲུན་ལས་ཁང་གི་དོན་ལུ་ འཇོན་ཐངས་ཅན་གྱི་ལས་གཡོགཔ་ཅིག་ཨིན་མས།</p>\n<h3><strong>ལྟ་བ་མཐུན་པའི་གནས་ཚུལ་སྡེ་ཚན་ནང་ཨོ་རྒྱན་གྱི་ཉམས་མྱོང་འགོ་དང་པ།</strong></h3>\n<p>ལྟ་བ་མཐུན་པའི་གནས་ཚུལ་སྡེ་ཚན་འདི་ plugin དང་བརྗོད་དོན་གསར་བཟོ་མཛད་མི་ཚུ་ WordPress ལག་ལེན་འཐབ་མི་དང་་ཡོངས་འ
 བྲེལ་ཁ་རྒྱང་གསར་བཟོ་འབད་མི་ཚུ་གི་ གནས་ཚད་ནང་ལྷོད་ཚུགས་ནི་དོན་ལུ་ཡིད་ཆེས་བཏུབ་པའི་ ཐད་དམིགས་བཟུམ་ཅིག་ཨིན་མས། WordPress གི་སྐོར་ལས་གནས་ཚུལ་དང་གསུང་བཤད་གནམ་མེད་ས་མེད་ལེགས་ཤོམ་ གོ་ཡོདཔ་ལས་ ཚོང་སྡེ་འདི་མིང་གཏམ་ཅན་ཅིག་ཨིན་པའི་ ཚོར་སྣང་དང་དགའ་བ་འབྱུང་ཡི། འདི་མ་ཚད་ ཁོང་མི་རིགས་ལེ་ཤ་གཅིག་ཁར་ཚོགས་སྟེ་ ཞལ་འཛོམས་གནང་ནིའི་སྲོལ་ཡོད་མི་འདི་ ལྷག་པར་དུ་ ཁོང་གློ
 ་རིག་འགོ་དཔོན། བརྗོད་དོན་རྩོམ་སྒྲིག་པ་དང་གསར་བཟོ་པ་ཚུ་གི་དོན་ལུ་ ཁོང་རའི་རིག་རྩལ་དང་ལྕོགས་གྲུབ་དཔེ་སྟོན་འབད་ནིའི་དོན་ལུ་ རེ་འདོད་ཅན་གྱི་དུས་ཚོད་ལེགས་ཤོམ་ཅིག་འབད་མཇལ་ཡི།</p>\n<p>འཛམ་གླིང་ལྟ་བ་མཐུན་པའི་སྡེ་ཚན་ བེང་ཀོག ༢༠༡༨་འདི་ ཨོ་རྒྱན་དང་ ServMask གི་དོན་ལུ་ ཉིནམ་ཁག་ཆེ་ཏོག་ཏོ་ཅིག་ཨིན། འདི་ཡང་ཉིནམ་འདི་ཁར་ དུས་སྟོན་འདི་གི་དངུལ་གྱི་རྒྱབ་སྐྱོར་པ་གིས
  ཁོང་ཚུ་ལུ་སྤུ་འགྱིར་དྲག་ཡོད་པའི་ WordPress སྤྱོད་མི་ཚུ་དང་འབྲེལ་བ་འཐབ་སྟེ་ WordPress Plugin གི་སྤུས་ཚོད་ཧེང་སྐལ་ཡར་དྲག་འགྱོ་ནིའི་དོན་ལུ་ ཁོང་རའི་ངལ་རངས་གསལ་སྟོན་འབད་ནིའི་གོ་སྐབས་གནང་ཡོདཔ་ལས་བརྟེན་ཏེ་ཨིན་མས།</p>\n<h3><strong>རྒྱབ་སྐྱོར་པའི་ཉིནམ།</strong></h3>\n<p>WordCamp གི་ཉིནམ་དང་པ་འདི་ རྒྱབ་སྐྱོར་པའི་ཉིནམ་སྦེ་བརྩིཝ་ཨིན། ཉིནམ་འདི་ཁར་ཨོ་རྒྱན་གྱི་ མི་སྡེའི་སྡེ་ཚན་ཚུ་དང་
 འབྲེལ་བ་འཐབ་སྟེ་ ཕྱོགས་བཞི་མཚམས་བརྒྱད་ལས་འོང་མི་ WordPress གི་སྡེ་ཚན་ཚུ་དང་མཉམ་ ཁོ་རའི་བསམ་འཆར་བརྗེ་སོར་འབད་ནིའི་གོ་སྐབས་བཟང་པོ་ཡང་ཐོབ་ནུག མི་སྡེ་བརྡ་སྤྲོད་ཀྱི་ WordCamp དང WordPress གི་ཞལ་འཛོམས་འདི་ ཨོ་རྒྱན་གྱི་དོན་ལུ་ WordPress གི་ལཱ་ག་དེ་སྦེ་འབདཝ་ཨིན་ན་དང་ འདི་ག་དེ་སྦེ་ལག་ལེན་འཐབ་ནི་ཨིན་ན་ཚུའི་སྐོར་ གཞན་ལུ་བཤད་ནི་གོ་སྐབས་ཁྲིལ་བུ་སྤྲོད་མི་ ལམ་སྟོན་ཅིག་མས། དེ་གིས
 སྦེ་ ཁོ་གི་ད་ལས་ཕར་གསལ་བཤད་པ་ག་དེ་མང་མང་དང་ WordPress གི་འཐུས་མི་ཚུ་ ཁོང་རའི་ཉམས་མྱོང་དང་ལྕོགས་གྲུབ་ཡར་དྲག་བཏང་ནིའི་སེམས་ཤུགས་ག་དེ་དྲག་དྲག་བསྐྱེད་བཅག་ནི་ཟེར་ སླབ་ཡོདཔ་མ་ཚད་ ཁོ་གི་འགོ་འདྲེན་པ་གསརཔ་ཚུ་ལུ་ཡང་ WordPress མི་སྡེ་འདི་དར་ཁྱབ་མ་འགྱོ་བའི་ས་གོ་ནང་ལས་ཕར་ ངོ་སྤྲོད་འབད་དེ་ ལག་ལེན་འཐབ་བཅུག་ནིའི་དོན་ལུ་ འཕྲོ་མཐུད་དེ་ར་ རྒྱབ་སྐྱོར་དང་གྲོགས་རམ་འབད་ནི
 ཨིན་མས།</p>\n<h3><strong>གྲོས་ཚོགས་ཀྱིས་ཉིནམ།</strong></h3>\n<p>གྲོས་ཚོགས་ཀྱི་ཉིནམ་འདི་ WordCamp གི་ལས་རིམ་གཙོ་བོ་ཅིག་ཨིན། དེཡང་ཉིནམ་གཉིས་པའམ་འདི་ནང་ འགོ་འདྲེན་འཐབ་ཨིན། འདི་གི་སྐབས་ ཨོ་རྒྱན་གྱིས་ མི་ཚུ་གི་ དྲན་ཐེ་བཞག་ནིའི་དོན་ལས་ པར་བཏབ་ནི་གིས་ ལཱ་འགན་འདི་འབགཔ་ཨིན། ངེའི་སེམས་ཁར་ལས་འབད་བ་ཅིན་ འདི་བཟུམ་མའི་ གནས་སྐབས་འདི་ WordCamp གི་ལས་རོགསཔ་ གསལ་བཤདཔ་དང་ འགོ་འདྲེན་
 ་ཚུ་གིས་ དྲན་ཐོ་བཞག་ནི་དོན་ལུ་ གནམ་མེད་ས་མེད་ལེགས་ཤོམ་ཅིག་ ཨིན་པས་ཟེར་མནོཝ་མས། མི་རིགས་ལུ་ཕན་ཐོགས་པའི་ཞབས་ཏོག་འདི་ཁྱད་དུ་འཕགསཔ་ཨིན། ང་བཅས་འགྲོ་བ་མི་ལུ་ ཕན་ཐོགས་པའི་ལཱ་འབད་མི་འདི་ ཞབས་ཏོག་ཚུ་གི་གྲས་ལས་ དྲག་ཤོས་ཅིག་ཨིན།</p>\n<p class=\"p1\"><strong><span class=\"s1\">ཨྱོན་འདི་</span><span class=\"s2\"> WordPress Meetup</span></strong> <strong><span class=\"s1\">ཐིམ་ཕུག་གི་འགོ་འདྲེན་པ་ག་དེ་སྦེ་
 བད་ཡོདཔ་ཨིན་ན།</span></strong></p>\n<p class=\"p1\"><span class=\"s1\">འདི་ཡང་</span> <span class=\"s1\">ཨྱོན་ཁོ་རང་</span> <span class=\"s1\">སྤྱི་ལོ་༢༠༡༦</span> <span class=\"s1\">སྤྱི་ཟླ་༡༠པའི་</span> <span class=\"s1\">ནང་</span><span class=\"s2\"> WordPress Meetup Bangkok </span><span class=\"s1\">དང་</span><span class=\"s2\"> WordCamp Bangkok </span><span class=\"s1\">༢༠༡༨ ཀྱི་ནང་ལས་</span><span class=\"s2\"> WordPress</span><span class=\"s1\">གི་སྐོར་ལས་ཧ་གོ་བའི་ཤུལ་</span> <span class=\"s1\&quot
 ;>འབྲུག་རྒྱལ་ཁབ་ནང་ལུ་ཡང་</span> <span class=\"s1\">གཞི་བཙུགས་འབད་དགོཔ་ཁག་ཆེ་བའི་སྐོར་ལས་</span> <span class=\"s1\">ཤེས་ཡོདཔ་ཨིན་མས།</span></p>\n<p class=\"p1\"><span class=\"s1\">འདི་ཡང་</span> <span class=\"s1\">སྤྱི་ལོ་༢༠༡༧</span> <span class=\"s1\">སྤྱི་ཟླ་༩པའི་</span> <span class=\"s1\">སྤྱི་ཚེས་༣</span> <span class=\"s1\">རྒྱལ་སྤྱི་</span><span class=\"s2\"> WordPress </span><span class=\"s1\">སྐད་བསྒྱུར་གྱི་ཉིནམ་གྱི་སྐབས་ལུ་</span><sp
 an class=\"s2\"> WordPress Meetup Bangkok </span><span class=\"s1\">ལུ་</span> <span class=\"s1\">རྫོང་ཁ་འདི་</span><span class=\"s2\"> WordPress Core Translation </span><span class=\"s1\">ནང་</span> <span class=\"s1\">རྫོང་ཁ་འདི་</span> <span class=\"s1\">གཞན་མི་སྐད་ཡིག་དང་ཕྱདཔ་དང་</span> <span class=\"s1\">དམའ་ཤོས་ཅིག་སྦེ་ཡོདཔ་མཐོང་ཡོདཔ་ཨིན་མས།</span></p>\n<p class=\"p3\"><span class=\"s1\">དེའི་ཤུལ་ལས་</span><span class=\"s2\"> WordCamp Bangkok </span><span class=\"s1\">༢༠༡༨</span> <span class=\"s1\&quot
 ;>རྒྱབ་སྐྱོར་པའི་ཉིནམ་གྱི་སྐབས་ལུ་</span><span class=\"s2\"> WordPress </span><span class=\"s1\">གི་མཉམ་རོགས་དང་</span><span class=\"s2\"> WordPress </span><span class=\"s1\">གི་མི་སྡེ་</span> <span class=\"s1\">དེ་ལས་</span> <span class=\"s1\">རྒྱལ་ཁབ་གཞན་ཁའི་</span><span class=\"s2\"> Meetup </span><span class=\"s1\">འགོ་འདྲེན་པ་ཚུ་དང་ཕྱད་ཡོདཔ་ཨིན་མས།</span></p>\n<p class=\"p1\"><span class=\"s1\">WordPress Meetup </span><span class=\"s2\">ཐིམ་ཕུག་འདི་</span> <span class=\"s2\&quot
 ;>ཁེབ་ས་མེད་པར་</span> <span class=\"s2\">ཁས་བླངས་ཀྱི་ཐོག་ལས་</span> <span class=\"s2\">རྒྱལ་ཡོངས་དགའ་སྐྱིད་དཔལ་འཛོམས་ཀྱི་ཀ་ཆེན་སེམས་ཁར་བཞག་སྟེ་</span> <span class=\"s2\">ལམ་སྲོལ་དང་</span> <span class=\"s2\">རྒྱལ་ཡོངས་སྐད་ཡིག་</span> <span class=\"s2\">མི་ཉམས་རྒྱུན་སྐྱོང་འབད་ནི་ལུ་དམིགས་གཏད་བསྐྱེདཔ་ཨིན།</span></p>\n<p class=\"p1\"><span class=\"s1\">WordPress Meetup </span><span class=\"s2\">འདི་</span> <span class=\"s2\">མི་ངོམ་ར
 ་རྐྱང་དང་</span><span class=\"s1\"> WordPress </span><span class=\"s2\">ལུ་དགའ་མི་</span> <span class=\"s2\">དེ་ལས་</span> <span class=\"s2\">རང་སོའི་ཡོན་ཏན་</span> <span class=\"s2\">བརྗེ་སོར་འབད་ནི་དང་</span> <span class=\"s2\">མི་གསརཔ་འཕྱེད་དེ་</span> <span class=\"s2\">མཐུན་ལམ་བཟོ་ནི་ལུ་ཕན་ཐོག་ཡོདཔ་ཨིན།</span></p>\n<p class=\"p1\"><span class=\"s1\">ཨྱོན་གྱིས་</span> <span class=\"s1\">ནང་འཁོད་དང་</span> <span class=\"s1\">རྒྱལ་སྤྱིའི་སྐད་ཡིག་
 གི་ཐོག་ལུ་</span><span class=\"s2\"> WordPress </span><span class=\"s1\">ནང་བྲི་མི་ཚུ་ལུ་གཙོ་བོ་སྟོན་ཏེ་</span> <span class=\"s1\">ལས་སྡེ་ཚུ་</span> <span class=\"s1\">ཡང་རྒྱས་གཏང་ནི་རྒྱབ་སྐྱོར་འབདཝ་མ་ཚད་</span><span class=\"s2\"> WordPress </span><span class=\"s1\">ནང་ལས་ག་ཅིག་རང་ལྷབ་ཅི་ག་</span> <span class=\"s1\">འབྲུག་པའི་མི་སྡེ་ཚུ་ལུ་</span> <span class=\"s1\">བརྗེ་སོར་འབདཝ་ཨིན།</span></p>\n<p class=\"p1\"><span class=\"s2\">WordPress </span><span class=\
 "s1\">གི་དུས་སྟོན་གྱི་ལས་རིམ་</span><span class=\"s2\"> WordPress </span><span class=\"s1\">སྐད་བསྒྱུར་གྱི་ཉིནམ་༤པ་དང་འབྲེལ་</span> <span class=\"s1\">ཨྱོན་གྱི་</span><span class=\"s2\"> WordPress Meetup Thimphu </span><span class=\"s1\">ཐེངས་དང་པའམ་འདི་</span> <span class=\"s1\">མཐར་འཁྱོལ་ཅན་སོང་ཡོདཔ་ཨིན།</span></p>\n<p class=\"p1\"><span class=\"s1\">ཨྱོན་གྱི་རྒྱལ་ཡོངས་སྐད་ཡིག་གོང་འཕེལ་གཏང་ཐབས་ལུ་</span><span class=\"s2\"> WordPress </span><span class=\"s1\&qu
 ot;>འདི་</span> <span class=\"s1\">རྫོང་ཁ་ནང་བྲི་མི་དང་</span> <span class=\"s1\">ཡོངས་འབྲེལ་གྱི་ཐོག་ལས་</span> <span class=\"s1\">རྫོང་ཁའི་གནས་ཚུལ་</span> <span class=\"s1\">དེ་ལས་</span> <span class=\"s1\">གཞུང་གི་ཡོངས་འབྲེལ་ཚུ་ནང་</span> <span class=\"s1\">ལག་ལེན་འཐབ་སྟེ་</span> <span class=\"s1\">འབྲུག་པའི་</span><span class=\"s2\"> WordPress </span><span class=\"s1\">འདི་</span> <span class=\"s1\">མ་འོང་བུ་བརྒྱུད་ཚུ་ལུ་སྤྲོད་ནིའི་</span> <span 
 class=\"s1\">འགན་ཁུར་གཙོ་བོ་ཅིག་འབག་སྟེ་ཡོདཔ་ཨིན།</span></p>\n<p class=\"p1\"><span class=\"s1\"><b>གྲུབ་འབྲས།</b></span><span class=\"s2\"><b>: </b></span></p>\n<p class=\"p1\"><span class=\"s1\">༡</span> <span class=\"s1\">རྫོང་ཁའི་</span><span class=\"s2\"> WordPress Core </span><span class=\"s1\">སྐད་བསྒྱུར་འབད་ཚར་ཏེ་ཡོདཔ།</span></p>\n<p class=\"p1\"><span class=\"s1\">༢</span><span class=\"s2\"> WordPress Core </span><span class=\"s1\">སྐད་བསྒྱུར་གྱི་དོན་ལུ་</span> <s
 pan class=\"s1\">སྐ་བསྒྱུར་གསརཔ་གི་ཕན་འདེབས་འབད་ནི།</span></p>\n<p class=\"p1\"><span class=\"s1\">༣</span><span class=\"s2\"> Global WordPress </span><span class=\"s1\">སྐད་བསྒྱུར་ཉིནམ་༤པའི་</span> <span class=\"s1\">དངོས་མཐོང་</span> <span class=\"s1\">༼</span><span class=\"s2\"> <a href=\"https://wptranslationday.org/?fbclid=IwAR2Q3pZQfCpDYdeYmcFBlvtOVkYRgDucALG54sBwRIU2OwEBW6IXfaWKv-U\"><span class=\"s3\">https://wptranslationday.org/</span></a></span><span class=\"s1\">༽</span> <span class=\"s1\">ནང་བཅའ་མར་</span><span class=\"s2\"><span class=\&quot
 ;Apple-converted-space\">  </span></span><span class=\"s1\">གཏོགས་ཡོདཔ།</span></p>\n<p class=\"p1\"><span class=\"s1\">༤</span> <span class=\"s1\">ཕྱི་རྒྱལ་ཁབ་ངགཞན་མིའི་</span><span class=\"s2\"> wordpress </span><span class=\"s1\">མཁས་མཆོག་ཚུ་</span><span class=\"s2\"> <a href=\"https://l.facebook.com/l.php?u=https%25253A%25252F%25252Fwpbhutan.slack.com%25252F%25253Ffbclid%25253DIwAR3sJihKvkTP0JegTtRncY4rd4y09xojpITOZ5pqya-MNJzVvp4PdpKHtNA&h=AT3KY8fVW2Uvvgg7DrRGGKJC-MP8is3JLVPWELsTsQ5eeUrH0BKbz8gsNns666YqNA37hImJlRxpnsDJFNZ8WOuEYZWYWx6Thy3rmE6-qtbFZ8z3KrRU-EquRJq41nOLOny6sQ_ddxpKN_d_NR110CdQ-Y8w-QofT2Fd7oU\"><span class=\"s3\">http://wpbhutan.slack.com.</span></a> </span>&
 lt;span class=\"s1\">ནང་གདན་འདྲེན་ཞུ་ཡོདཔ།</span></p>\n<p class=\"p1\"><span class=\"s1\">༥</span><span class=\"s2\"> WordPress Meetup </span><span class=\"s1\">ཐིམ་ཕུག་གི་འཐུས་མི་ཚུ་</span><span class=\"s2\"> WordPress </span><span class=\"s1\">དང་འབྲེལ་བའི་དོན་ཚན་ཐོག་ལུ་གྲོས་བསྡུར་འབད་ནིའི་དང་</span> <span class=\"s1\">འབྲུག་པའི་</span><span class=\"s2\"> WordPress </span><span class=\"s1\">ལག་ལེན་འཐབ་མི་ཚུ་དང་</span><span class=\"s2\"> <a href=\"https://l.facebook.com/l.php?u=http%25253A%25252F%25252
 Fwordpress.org%25252F%25253Ffbclid%25253DIwAR1kMXEDVTZsWGwn-U--lxMMe_qnwlzWKtO2Qs6n8ZVA5Z-O3j6X8xORyk8&h=AT1y1EwLZvAqpWArzuHVwMc8KIhqX-JKzYePv7Ivf1YyWCjxnIMuEg3JBQB95Z1xqVYPY4ep4clgVzUSIc70FVn7cV5QYz9V59_gsscwQ6jMpvXl1E7_LjfSB8UNPhZsqk8ukvtweRbxN8jRaLSQzMJ8-jR8-dJTzh1FBgY\"><span class=\"s1\">wordpress.org</span></a> </span><span class=\"s1\">ནང་འཐུས་མི་གསརཔ་ཚུ་</span> <span class=\"s1\">འཛུལ་ཞུགས་འབད་ནིའི་ནང་</span> <span class=\"s1\">རྒྱབ་སྐྱོར་འབད་ནིའི་དོན་ལུ་</span><span class=\"s2\"> <a href=\"https://l.facebook.com/l.php?u=https%25253A%25252F%25252Fwpbhutan.slack.com%25252F%25253Ffbclid%25253DIwAR0u9G3ElqOlI4qwRSafNPkQMl1t24KnVJ6sd50M65-MaDcdpZ7Udb6xh9I&h=AT0lPt9nFJ6eD2V1wBiHjRncUZfMqh2gcI3VjvKBlAIzOiqeCF0
 Oc40pPWznM67HfXoZwRRj3-Cah5ogxJMlmlLSOclxVI01S0MQNalFXhE9Upg7UB9swAohwuoKRv-OH9jNqtXIVoiHdQHzM3CNe4rM7_7O_0n331PKZEI\"><span class=\"s1\">http://wpbhutan.slack.com</span></a> </span><span class=\"s1\">ནང་</span> <span class=\"s1\">གདན་འདྲེན་ཞུ་ཡོདཔ།</span></p>\n<p class=\"p3\"><span class=\"s1\">༦</span> <span class=\"s1\">དེ་ནང་སྐུ་མགྲོན་སྦེ་</span> <span class=\"s1\">རྫོང་ཁག་གོང་འཕེལ་ལྷན་ཚོགས་ཀྱི་བརྡ་དོན་དང་འཕྲུལ་རིག་འགོ་དཔོན་གོངམ་</span> <span class=\"s1\">བསྟན་འཛིན་རྣམ་རྒྱལ་འབྱོན་ཡདོཔ་ཨིན།</span></p>\n&l
 t;p class=\"p3\"><span class=\"s1\">༧</span> <span class=\"s1\">ལས་རིམ་འགོ་འདྲེན་འཐབ་སའི་ས་ཁོངས་འདི་</span><span class=\"s2\"><span class=\"Apple-converted-space\">  </span></span><span class=\"s1\">བཟེས་སྒོ་ཡང་ལེགས་ལོམ་འཐོབ་ས་</span><span class=\"s2\"><a href=\"http://ariyabhutan.com\"> Ariya Hotel</a> </span><span class=\"s1\">ནང་ཨིན།</span></p>\n<p class=\"p3\"><span class=\"s1\">༨</span> <span class=\"s1\">མཐུན་ལམ་བཟོ་ནིའི་དོན་ལུ་</span> <span class=\"s1\">འཐུས་མི་ངོ་སྤྲོད་འབད་ན
 ི།</span></p>\n<p class=\"p3\"><span class=\"s5\">༩</span> <a href=\"https://wptranslationday.org/the-team/\"><span class=\"s2\">Global WordPress </span></a><span class=\"s1\">སྐད་བསྒྱུར་ཉིནམ་༤པའི་</span> <span class=\"s1\">སྡེ་ཚན་གྱི་གྲངས་སུ་འཛུལ་ནི།</span></p>\n<p class=\"p3\"><span class=\"s1\">༡༠</span> <span class=\"s1\">ལས་རིམ་འདི་</span><a href=\"https://servmask.com/\"><span class=\"s2\"> ServMask Inc </span></a><span class=\"s1\">གི་གྲོགས་རམ་དང་</span> <span class=\"s1\">རྫོང་ཁག་གོང་འཕེལ་ལྷན་ཚ
 གས་ཀྱི་</span> <span class=\"s1\">སྐད་ཡིག་མཁས་མཆོག་ཚུ་གིས་རྒྱབ་སྐྱོར་འབད་ཡོདཔ།</span></p>\n<p class=\"p1\"><strong><span class=\"s1\">WordPress </span><span class=\"s2\">གི་མ་འོངས་པའི་འཆར་གཞི།</span></strong></p>\n<p class=\"p1\"><span class=\"s1\">ལཱ་དང་བྱ་བ་ག་ཅི་རང་འབད་རུང་</span> <span class=\"s1\">གྲུབ་འབྲས་ལེགས་ཤོམ་འོང་དགོ་པ་ཅིན་</span> <span class=\"s1\">ད་ལྟོ་ལས་རང་</span> <span class=\"s1\">རྩ་འགེངས་ཏེ་</span> <span class=\"s1\">ལེག
 ས་ཤོམ་སྦེ་འབད་དགོཔ་ཨིན།</span></p>\n<p class=\"p1\"><span class=\"s1\">ལཱ་ག་ཅིག་རང་འབད་རུང་</span> <span class=\"s1\">སྐལ་བ་ཅན་གྱི་མ་གཏོགས་རེ་བ་ཅན་གྱི་མི་འཐོབ་ཟེར་དོ་བཟུམ་</span> <span class=\"s1\">སྐལ་བ་ཡོད་པའི་ཁར་</span> <span class=\"s1\">ལཱ་ཚུ་</span> <span class=\"s1\">བརྩོན་འགྲུས་བསྐྱེད་དེ་འབད་བ་ཅིན་</span> <span class=\"s1\">ལཱ་ག་ཅི་རང་འབད་རུང་མཐར་མ་ཕྱིན་པའི་དཔེ་མི་སྲིད།</span> <span class=\"s1\">དེ་འབད
 ་ལས་</span> <span class=\"s1\">ཨྱོན་གྱི་</span> <span class=\"s1\">བརྩོན་འགྲུས་དང་བསྟུན་ཁོང་གི་མ་འོངས་པའི་</span><span class=\"s2\"> Word Press </span><span class=\"s1\">གི་འཆར་གཞི་ཚུ་འོག་ལུ་འཁོད་དེ་ཡོདཔ་ཨིན།</span></p>\n<p class=\"p1\"><span class=\"s1\">དེ་ཡང་</span> <span class=\"s1\">ཨྱོན་གྱི་</span> <span class=\"s1\">སྐད་ཡིག་གི་མཐོ་རིམ་སློབ་གྲྭ་དང་གཙུག་སྡེ་ཚུ་ནང་འགྱོ་སྟེ་</span><span class=\"s2\"> WordPress </span><span class=\"s1\">ལག་ལ
 ན་འཐབ་ཐོག་ལས་</span> <span class=\"s1\">རྫོང་ཁའི</span> <span class=\"s1\">ནང་བྲི་ཐངས་ཀྱི་སྐོར་ལས་སྟོན་བྱིན་ནི་ཨིན།</span></p>\n<p class=\"p1\"><span class=\"s1\">དེ་མ་ཚད་</span> <span class=\"s1\">འབྲུག་པའི་</span><span class=\"s2\"> WordPress</span><span class=\"s1\">ལག་ལེན་འཐབ་མི་ཚུ་འཛོམས་ཏེ་</span> <span class=\"s1\">འབུག་པའི་ལམ་སྲོལ་དང་</span> <span class=\"s1\">མཛེས་ཆའི་སྐོར་ལས་</span> <span class=\"s1\">གཞན་མི་རྒྱལ་ཁབ་ནང་</span> <span 
 class=\"s1\">གསལ་སྟོན་འབད་ནིའི་དོན་ལུ་</span> <span class=\"s1\">གྲོས་བསྡུར་གོ་འདྲེན་འཐབ་ནི་དང་</span><span class=\"s2\"> WordPress </span><span class=\"s1\">གི་ལས་རིམ་གཙོ་ཅན་ཅིག་ཨིན་མི་</span><span class=\"s2\"> Introduction to Open Source </span><span class=\"s1\">ཟེར་མི་འདི་</span> <span class=\"s1\">འགོ་འདྲེན་འཐབ་ནིའི་ལཱ་འབད་བའི་བསྒང་རང་ཡོདཔ་ཨིན།</span></p>\n<p class=\"p1\"><span class=\"s1\">དེ་ལས་</span> <span class=\"s1\">འབྲུག་མི་ཚུ་</span><span c
 lass=\"s2\"> WordPress </span><span class=\"s1\">ལག་ལེན་འཐབ་ནིའི་ནང་རྒྱབ་སྐྱར་འབད་དེ་</span> <span class=\"s1\">ཡར་རྒྱས་གཏང་ཞིནམ་ལས་</span> <span class=\"s1\">མི་ཚེ་སྐྱོང་ཚུགས་ནིའི་དོན་ལུ་</span><span class=\"s2\"> WordPress </span><span class=\"s1\">གི་མཁས་མཆོག་ཚུ་གདན་འདྲེན་ཞུ་སྟེ་</span><span class=\"s2\"> Wordcamp </span><span class=\"s1\">གི་དོན་ལུ་</span><span class=\"s2\"> Wordcamp </span><span class=\"s1\">ཐིམ་ཕུག་འགོ་འདྲེན་འཐབ་ནི་ཨིན།</span></p>\n&lt
 ;p class=\"p1\"><span class=\"s2\">WordCamp Asia </span><span class=\"s1\">འདི་ཡང་</span> <span class=\"s1\">སྤྱི་ལོ་༢༠༢༠ལུ་འགོ་འདྲེན་འཐབ་ནི་ཨིནམ་ལས་</span><span class=\"s2\"> WordCamp Asia </span><span class=\"s1\">ནང་ལས་</span> <span class=\"s1\">འགོ་འདྲེན་པ་༤༡ཡོད་པའི་གྲལ་ཁར་ཚུད་དེ་ཡོདཔ་ཨིན།</span></p>\n<p class=\"p1\"><span class=\"s1\">མཇུག་རང་</span> <span class=\"s1\">ཁྱོད་ར་ཚུ་</span><span class=\"s2\"> WordPress </span><span class=\"s1\">ལུ་དགའ་མི་ཅིག་ཨིན་པ་ཅི
 ན་</span> <span class=\"s1\">ད་ལྟོ་</span> <span class=\"s1\">རང་ལུ་</span> <span class=\"s1\">རང་དབང་ཡོདཔ་་ལས་</span> <span class=\"s1\">རང་སོའི་མི་ཚེ་མཐར་འཁྱོལ་ཅན་བཟོ་ནིའི་གོ་སྐབས་ཡོདཔ་ཨིན།</span></p>\n<div class=\"rtsocial-container rtsocial-container-align-right rtsocial-horizontal\"><div class=\"rtsocial-twitter-horizontal\"><div class=\"rtsocial-twitter-horizontal-button\"><a title=\"Tweet: Ugyen’s Roadmap to WordPress Contributions\" class=\"rtsocial-twitter-button\" href=\"https://twitter.com/share?text=Ugyen%E2%80%99s%20Roadmap%20to%20WordPress%20Contributions&via=heropress&url=https%3A%2F%2Fheropress.com%2Fessays%2Fugyens-roadm
 ap-to-wordpress-contributions%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-fb-horizontal fb-light\"><div class=\"rtsocial-fb-horizontal-button\"><a title=\"Like: Ugyen’s Roadmap to WordPress Contributions\" class=\"rtsocial-fb-button rtsocial-fb-like-light\" href=\"https://www.facebook.com/sharer.php?u=https%3A%2F%2Fheropress.com%2Fessays%2Fugyens-roadmap-to-wordpress-contributions%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-linkedin-horizontal\"><div class=\"rtsocial-linkedin-horizontal-button\"><a class=\"rtsocial-linkedin-button\" href=\"https://www.linkedin.com/shareArticle?mini=true&url=https%3A%2F%2Fheropress.com%2Fessays%2Fugyens-roadmap-to-wordpress-contributions%2F&title=Ugyen%E2%80%99s+Roadmap+to+Wo
 rdPress+Contributions\" rel=\"nofollow\" target=\"_blank\" title=\"Share: Ugyen’s Roadmap to WordPress Contributions\"></a></div></div><div class=\"rtsocial-pinterest-horizontal\"><div class=\"rtsocial-pinterest-horizontal-button\"><a class=\"rtsocial-pinterest-button\" href=\"https://pinterest.com/pin/create/button/?url=https://heropress.com/essays/ugyens-roadmap-to-wordpress-contributions/&media=https://heropress.com/wp-content/uploads/2019/06/060419-min-150x150.jpg&description=Ugyen’s Roadmap to WordPress Contributions\" rel=\"nofollow\" target=\"_blank\" title=\"Pin: Ugyen’s Roadmap to WordPress Contributions\"></a></div></div><a rel=\"nofollow\" class=\"perma-link\" href=\"https://heropress.com/essays/ugyens-roadmap-to-wordpress-contributions/\" title=\"Ugyen’s Road
 map to WordPress Contributions\"></a></div><p>The post <a rel=\"nofollow\" href=\"https://heropress.com/essays/ugyens-roadmap-to-wordpress-contributions/\">Ugyen’s Roadmap to WordPress Contributions</a> appeared first on <a rel=\"nofollow\" href=\"https://heropress.com\">HeroPress</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 04 Jun 2019 02:00:22 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Ugyen Dorji\";s
 :7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:38;a:6:{s:4:\"data\";s:13:\"\n       \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:77:\"WPTavern: New WordProof Plugin Timestamps WordPress Content on the Blockchain\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=90424\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_expl
 icit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:88:\"https://wptavern.com/new-wordproof-plugin-timestamps-wordpress-content-on-the-blockchain\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5868:\"<p><a href=\"https://wordpress.org/plugins/wordproof-timestamp/\" rel=\"noopener noreferrer\" target=\"_blank\">WordProof Timestamp</a> is a new free plugin that bridges the WordPress and blockchain communities in an approachable, user-friendly way. It gives users the ability to timestamp their posts and pages to demonstrate transparency and claim ownership of content.</p>\n<p>WordProof works with any <a href=\"https://en.wikipedia.org/wiki/EOS
 .IO\" rel=\"noopener noreferrer\" target=\"_blank\">EOSIO</a> blockchain to create the timestamp and provides a custom certificate link with a frontend pop-up to display it.</p>\n<p><a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2019/06/timestamp-certificate.png?ssl=1\"><img /></a></p>\n<p>The plugin adds a &#8220;View the blockchain certificate&#8221; link under each post or page, which pops up the URL, title, content, timestamp information, and will soon also display revisions. Users will be able to browse through different timestamps to view the changes. </p>\n<p>WordProof Timestamp was first created by <a href=\"https://www.van-ons.nl/\" rel=\"noopener noreferrer\" target=\"_blank\">Van Ons</a>, a WordPress agency based in Amsterdam. This is the same company that recently open sourced <a href=\"https://wptavern.c
 om/laraberg-a-gutenberg-implementation-for-laravel-is-now-in-beta\" rel=\"noopener noreferrer\" target=\"_blank\">Laraberg</a>, a package that allows developers building applications with Laravel to integrate the Gutenberg editor. Development has now been passed on to a dedicated WordProof team that is funded by Tenos.</p>\n<p>&#8220;I have been working and investing with blockchain as a hobby since 2013,&#8221; Van Ons founder Sebastiaan van der Lans said. &#8220;After we built the <a href=\"https://nl.wordpress.org/plugins/wp-gdpr-compliance/\" rel=\"noopener noreferrer\" target=\"_blank\">WP GDPR Compliance</a> plugin and started working Laraberg, I am trying to work more and more on open source projects. From my point of view, WordPress + blockchain could not only democratize publishing but also doing business as a whole.&#8221;</p>\n<p>Van der Lans said he expects
  that any type of publishing website or any site with &#8220;Terms &#038; Conditions&#8221; pages can benefit from timestamping. It&#8217;s especially useful in mediating claims of plagiarism and content theft. WordProof has no transaction costs and is almost instant (0.5s). Van der Lans said it was important for this solution to have no transaction fees, since it is fundamental to proving the author&#8217;s identity and the integrity of the content.</p>\n<p>Right now the plugin offers the ability to timestamp an entire article, including the title and content. Block level time-stamping is not on the roadmap, but the team is open to adding it in the future. They are currently looking into time-stamping media files and legal documents.</p>\n<p>After launching the plugin in beta, a team of 60 testers, from both the WordPress and EOS.IO blockchain communities, gave feedback that led to the creation of a WordProof Wizard to make it easier for 
 users to set up the required accounts.</p>\n<p>&#8220;Our testers&#8217; main concern: it was too difficult to create an account on the blockchain and download and set-up a blockchain wallet afterwards,&#8221; Van Ons head of product Jelle van der Schoot said. &#8220;Therefore, we invested a lot of time into improving the UI/UX of the entire process (downloading the plugin, creating a blockchain account, downloading and setting up a wallet, timestamping).&#8221;</p>\n<p>The wizard supports both Telos and EOS and guides users through the process of setting up an account directly inside the WordPress dashboard. The process takes approximately five minutes.</p>\n<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2019/06/wordproof-wizard.jpeg?ssl=1\"><img /></a></p>\n<p>&#8220;We believe the WordProof Wizard can have a massive impact on the onboarding of new users to the block
 chain in general, but more specifically to the Telos and EOS blockchains,&#8221; van der Schoot said.</p>\n<p>Timestamping posts is by no means a new idea. There are already several free WordPress plugins that have similar functionality and work with various blockchain technology, such as <a href=\"https://wordpress.org/plugins/wp-blockchain/\" rel=\"noopener noreferrer\" target=\"_blank\">WP Blockchain</a>, <a href=\"https://wordpress.org/plugins/stampd-io-blockchain-stamping/\" rel=\"noopener noreferrer\" target=\"_blank\">STAMPD.IO</a>, <a href=\"https://wordpress.org/plugins/po-et/\" rel=\"noopener noreferrer\" target=\"_blank\">Po.et</a>, and <a href=\"https://wordpress.org/plugins/mingrana-wp-to-blockchain/\" rel=\"noopener noreferrer\" target=\"_blank\">Mingrana WP to Blockchain</a>. WordProof i
 s different from many of them in that it doesn&#8217;t use a centralized middle layer.</p>\n<p>The team behind the plugin is working on more tools that bring blockchain features to WordPress and will soon be adding cryptographically secured decentralized WordPress hosting to the <a href=\"https://wordproof.io/\" rel=\"noopener noreferrer\" target=\"_blank\">WordProof lineup</a>. van der Lans will also be speaking about more of the benefits of timestamping content with the blockchain at WordCamp Europe in his presentation titled &#8220;<a href=\"https://2019.europe.wordcamp.org/session/from-wordpress-to-blockchain-the-future-is-100-open-source/\" rel=\"noopener noreferrer\" target=\"_blank\">From WordPress to blockchain: the future is 100% open source</a>.&#8221; </p>\n<p>If you&#8217;re interested in the project, you can follow <a href=\"https://twitter
 .com/WordProofio\" rel=\"noopener noreferrer\" target=\"_blank\">WordProof on Twitter</a> or join the <a href=\"https://t.me/WordProof\" rel=\"noopener noreferrer\" target=\"_blank\">WordProof Telegram channel</a> where users can also find support for the plugin.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 03 Jun 2019 21:56:39 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\&
 quot;xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:39;a:6:{s:4:\"data\";s:13:\"\n    \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:96:\"WPTavern: FreeCodeCamp Moves Off of Medium after being Pressured to Put Articles Behind Paywalls\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=90381\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:
 8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:107:\"https://wptavern.com/freecodecamp-moves-off-of-medium-after-being-pressured-to-put-articles-behind-paywalls\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5824:\"<p>After four years of publishing on Medium, <a href=\"https://www.freecodecamp.org\" rel=\"noopener noreferrer\" target=\"_blank\">FreeCodeCamp</a> is migrating all of its articles to its own open source publishing platform, a modified version of <a href=\"https://ghost.org/\" rel=\"noopener noreferrer\" target=\"_blank\">Ghost</a>. The platform allows approved authors to cross-post their blog articles on the new <a 
 href=\"https://www.freecodecamp.org/news/\" rel=\"noopener noreferrer\" target=\"_blank\">FreeCodeCamp News</a> site for free, without any ads.  </p>\n<p>&#8220;Medium was a great place to publish because it helped a lot of people discover your articles. But the community has outgrown Medium,&#8221; FreeCodeCamp founder Quincy Larson said.</p>\n<p>&#8220;Medium has shifted to a paywall model where they mainly recommend paywalled articles, then encourage visitors to pay to get around their paywall.</p>\n<p>&#8220;At the same time, not much of the traffic to Medium articles comes from Medium itself. Most of it comes from Google and social media.&#8221;</p>\n<p>In the detailed public <a href=\"https://www.freecodecamp.org/forum/t/we-just-moved-off-of-medium-and-onto-freecodecamp-news-heres-how-you-can-use-it/279929\" rel=\"noopener noreferrer\" target=\&quot
 ;_blank\">announcement</a> on the FreeCodeCamp forums, Larson said he noticed his articles started to get less distribution after he decided that putting them behind a paywall would not be compatible with the mission of his organization.</p>\n<p>&#8220;As of 2019, Medium won’t give you much &#8216;distribution&#8217; within their platform unless you’re willing to put your articles to be behind their paywall,&#8221; Larson said. &#8220;At the same time, if you do put your article behind their paywall, you’re limiting your readership to just the people who have the resources to pay. This is at odds with the goals of the freeCodeCamp community. We want to make these learning resources as widely available as possible.&#8221;</p>\n<p>In an email to blog authors who had published on FreeCodeCamp&#8217;s Medium publication, Larson elaborated on more serious concerns that he had with the platform&#8217;s approach to
  his organization. Oleg Isonen, one of the blog authors, <a href=\"https://twitter.com/oleg008/status/1134475953470656513/photo/1\" rel=\"noopener noreferrer\" target=\"_blank\">published the contents of the email</a>, which was later deleted at Larson&#8217;s request.</p>\n<p>&#8220;But over the past year Medium had become more aggressive toward us,&#8221; Larson said. &#8220;They have pressured us to put our articles behind their paywalls. We refused. So they tried to buy us. (Which makes no sense. We&#8217;re a public charity.) We refused. Then they started threatening us with a lawyer.&#8221; </p>\n<p><a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2019/05/Screen-Shot-2019-05-31-at-1.48.01-PM.png?ssl=1\"><img /></a></p>\n<p>Many of those who read the email <a href=\"https://twitter.com/ossia/status/1134511135686877184\" rel=\&
 quot;noopener noreferrer\" target=\"_blank\">encouraged Larson to write a follow-up article</a>, as Medium&#8217;s tactics towards publishers are a matter of legitimate public concern, both to those who use the platform and readers who support the company through subscriptions. </p>\n<p>Larson responded, confirming that he sent the email but that he wanted to move on from the situation.</p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">This email was intended only for Oleg and a few of our other authors. I have messaged him asking to delete it. We are focused on the future and want to move on from this.</p>\n<p>&mdash; Quincy Larson (@ossia) <a href=\"https://twitter.com/ossia/status/1134511135686877184?ref_src=twsrc%5Etfw\">May 31, 2019</a></p></blockquote>\n<p></p>\n<p>The new <a href=\"https://www.f
 reecodecamp.org/news/\" rel=\"noopener noreferrer\" target=\"_blank\">freeCodeCamp News</a> site has migrated the organization&#8217;s 5,000 articles that were previously posted on Medium. The articles will still be available on Medium, but from now on freeCodeCamp plans to publish on its own platform. The site promises users full control, better analytics, AMP support, and a better reader experience that doesn&#8217;t require people to sign in or pay to read articles.</p>\n<p>&#8220;I&#8217;m optimistic that all of us in the developer community can start our own blogs on the open web, then use community tools like freeCodeCamp News to raise awareness of them,&#8221; Larson said. </p>\n<p>Medium abruptly changed course in 2017 to become a publisher of subscription-based content, <a href=\"https://wptavern.com/medium-aims-to-fix-broken-media-with-new-5-subscription-program\" rel=\"noopener
  noreferrer\" target=\"_blank\">scrapping the ad-driven revenue model</a> without notifying publishers ahead of time. Many publications that had invested heavily in building a following on Medium were forced to leave after discovering that the company did not have their best interests in mind. Medium&#8217;s new paywalled content model, which CEO Ev Williams claims is &#8220;a different, bolder approach&#8221; targeted at fixing what is broken with media, could not sustain publishers who were convinced to join the platform in its earlier days. </p>\n<p>FreeCodeCamp joins a wave of other publications that are <a href=\"https://wptavern.com/publishers-are-moving-back-to-wordpress-after-short-experiments-with-medium\" rel=\"noopener noreferrer\" target=\"_blank\">moving back to WordPress</a> and other open source platforms. This trend is set to continue as Medium&#8217;s obtrusive popups and p
 oor reader experience drive readers away from the content hosted there. Publishers who are in it for the long haul, those who value stability and full control of their content, will return to the open web. </p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 01 Jun 2019 00:07:26 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i
 :40;a:6:{s:4:\"data\";s:13:\"\n \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"WPTavern: WPWeekly Episode 354 – Pantheon Acquires StagingPilot\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"https://wptavern.com/?p=90371&preview=true&preview_id=90371\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"https://
 wptavern.com/wpweekly-episode-354-pantheon-acquires-stagingpilot\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2065:\"<p>In this episode, <a href=\"http://jjj.me\">John James Jacoby</a> and I discuss Panethon&#8217;s acquisition of StagingPilot and why regression visual testing will likely become a standard feature across managed WordPress hosts if it&#8217;s not already. I rant about the size of text on so many sites being too large and having to shrink the site down to 80-90% in order for it to be manageable. We celebrate WordPress&#8217; 16th birthday, discuss what happens to unloved patches, and GitHub&#8217;s Sponsors tool.</p>\n<h2>Stories Discussed:</h2>\n<p><a href=\"https://pantheon.io/blog/robots-au
 topilot-and-holy-grail-webops\">Robots, Autopilot, and The Holy Grail of WebOps</a></p>\n<p><a href=\"https://wptavern.com/happy-sweet-16-wordpress\">WordPress Turns 16</a></p>\n<p><a href=\"https://bitsplitting.org/2019/05/24/unloved-patches/\">Unloved Patches</a></p>\n<p><a href=\"https://wptavern.com/new-github-sponsors-tool-draws-concerns-from-open-source-community\">New GitHub Sponsors Tool Draws Concerns from Open Source Community</a></p>\n<p><a href=\"https://wptavern.com/automattic-acquires-prospress-the-company-behind-woocommerce-subscriptions\">Automattic Acquires Prospress, the company behind WooCommerce Subscriptions</a></p>\n<h2>Transcript:</h2>\n<p><a href=\"https://wptavern.com/wp-content/uploads/2019/05/EPISODE-354-Transcript.rtf\">EPISODE 354 &#8211; Pantheon Acquires Staging
 Pilot Transcript</a></p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Wednesday, June 5th 3:00 P.M. Eastern</p>\n<p>Subscribe to <a href=\"https://itunes.apple.com/us/podcast/wordpress-weekly/id694849738\">WordPress Weekly via Itunes</a></p>\n<p>Subscribe to <a href=\"https://www.wptavern.com/feed/podcast\">WordPress Weekly via RSS</a></p>\n<p>Subscribe to <a href=\"http://www.stitcher.com/podcast/wordpress-weekly-podcast?refid=stpr\">WordPress Weekly via Stitcher Radio</a></p>\n<p>Subscribe to <a href=\"https://play.google.com/music/listen?u=0#/ps/Ir3keivkvwwh24xy7qiymurwpbe\">WordPress Weekly via Google Play</a></p>\n<p><strong>Listen To Episode #354:</strong><br />\n</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\&quo
 t;;s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 30 May 2019 22:40:06 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:41;a:6:{s:4:\"data\";s:13:\"\n       \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\&quo
 t;title\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"WPTavern: Automattic is Testing an Experimental Full Site Editing Plugin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=90309\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:83:\"https://wptavern.com/automattic-is-testing-an-experimental-full-site-editing-plugin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4288:\&quo
 t;<p><a href=\"https://automattic.com/\" rel=\"noopener noreferrer\" target=\"_blank\">Automattic</a> is working on a new experimental <a href=\"https://wordpress.org/plugins/full-site-editing/\" rel=\"noopener noreferrer\" target=\"_blank\">Full Site Editing</a> plugin aimed at enhancing the page creation workflow in the block editor. Starting a new page from scratch may be overwhelming for those who don&#8217;t have a vision for how to tastefully put blocks together to lay out the page. This is a problem that this experimental plugin may be able to solve.</p>\n<p>Full Site Editing currently provides three custom blocks for post content, templates, and a blog posts listing. The Blog Posts Listing block expands upon core&#8217;s Latest Posts block to include an excerpt and meta information.</p>\n<p>The plugin is available in the WordPress Plugin Directory, althou
 gh it is somewhat difficult to find when searching in the admin plugin installer. The most recent 0.1.1 version of the plugin seems to be broken, but if you roll back to the initial release, you can see some of the page template experiments. After activating the plugin, navigate to <strong>Pages &raquo; Add New</strong> and a new modal with a template selector should pop up.</p>\n<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2019/05/Screen-Shot-2019-05-30-at-1.28.36-PM.png?ssl=1\"><img /></a></p>\n<p>The templates come pre-filled with demo content and images, so the user doesn&#8217;t have to think about how to configure the blocks to match the demo. </p>\n<p><a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2019/05/full-site-editing-plugin.png?ssl=1\"><img /></a></p>\n<p>The functionality in Full Site Editing is being developed for u
 se on WordPress.com. It makes sense for a network that regularly onboards new bloggers and site owners. It is in the company&#8217;s best interest to deliver the fastest possible site creation experience, rather than have new users get frustrated and confused about how to get started. </p>\n<p>A template selector for creating new pages could also be useful for the broader WordPress community. Plugin developer Jeffrey Carandang tested Full Site Editing and <a href=\"https://twitter.com/phpbits/status/1133677497789194240\" rel=\"noopener noreferrer\" target=\"_blank\">suggested</a> that it might be useful to add this functionality to Gutenberg with custom hooks so that developers can add their own custom templates. This would make guiding users through the new theme setup process much easier for theme shops.</p>\n<p>Automattic has a label on the Calypso repository dedicated to categorizing issues in the <a href=\
 "https://github.com/Automattic/wp-calypso/labels/%5BGoal%5D%20Full%20Site%20Editing\" rel=\"noopener noreferrer\" target=\"_blank\">full site editing</a> project. The plugin is going to be enabled on a small set of sites for <a href=\"https://github.com/Automattic/wp-calypso/issues/33163\" rel=\"noopener noreferrer\" target=\"_blank\">initial testing</a>. There are quite a few issues that still need to be ironed out, including things like preventing users from deleting the header and footer and finalizing the theme used with the plugin. At the moment, the plugin seems to be tailored specifically to the Twenty Nineteen theme and the pre-filled templates do not look as good when used with other themes.</p>\n<p>The functionality included in the Full Site Editing plugin may also be coming to Jetpack. Automattic&#8217;s developers are currently <a href=\"https://github.com/Automattic/
 wp-calypso/issues/32490\" rel=\"noopener noreferrer\" target=\"_blank\">researching the best way to include it</a>, since so far it has been developed as a separate plugin and not geared towards becoming a Jetpack module.</p>\n<p><a href=\"https://wordpress.org/plugins/full-site-editing/\" rel=\"noopener noreferrer\" target=\"_blank\">Full Site Editing</a> is not recommended for use in production, as it&#8217;s still under active development. The plugin&#8217;s details explicitly state that it is &#8220;only designed to work on the WordPress.com environment and could break after an update.&#8221; Check it out if you want to explore some exciting new possibilities for how the block editor can work together with themes to make page creation more approachable for users. </p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_bas
 e_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 30 May 2019 22:17:29 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:42;a:6:{s:4:\"data\";s:13:\"\n     \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:
 0;a:5:{s:4:\"data\";s:75:\"WPTavern: Pantheon Acquires Visual Regression Testing Platform StagingPilot\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=90288\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:86:\"https://wptavern.com/pantheon-acquires-visual-regression-testing-platform-stagingpilot\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2952:\"<p><a
  href=\"https://pantheon.io\">Panethon</a>, a managed host geared towards Drupal and WordPress sites, <a href=\"https://pantheon.io/blog/robots-autopilot-and-holy-grail-webops\">has acquired</a> <a href=\"https://stagingpilot.com/\">StagingPilot</a>. Financial details of the deal were not disclosed. Nathan Tyler, founder of StagingPilot, and his brother Phil Tyler will be brought into the company.</p>\n\n\n\n<p>StagingPilot is a four year old company that runs a barrage of visual regression tests on WordPress sites before they&#8217;re automatically updated. </p>\n\n\n\n<p>StagingPilot creates a copy of the site and places it into a staging environment. The service then conducts a number of tests that include, checking for visual errors, a white screen of death, and elements on a page disappearing. A number of snapshots are created along with a detailed report on the errors that are discovered
 .</p>\n\n\n\n<p>Josh Koenig, Co-Founder and Head of Product at Pantheon, says the acquisition puts the company within reach of the &#8216;Holy Grail&#8217; of WebOps.</p>\n\n\n\n<p>&#8220;Once you have a hundred sites (or heck, even twenty), the grind of keeping up with routine updates can be daunting,&#8221; Koenig said. &#8220;Our existing WebOps tools let our customers automate a lot of that maintenance, but building and managing that automation is on them. We want our users to automate their operations, not operate their automation.&#8221;</p>\n\n\n\n<p>Pantheon plans to integrate StagingPilot into its offerings in three phases. First, it will migrate StagingPilot&#8217;s technology into its existing managed updates feature and extend it beyond WordPress to support Drupal.</p>\n\n\n\n<p>Then, the company plans to fully integrate the service with its organizational features providing substantial benefits 
 to agency partners or those who manage many sites. </p>\n\n\n\n<p>The third phase looks to take advantage of services such as Google&#8217;s applied learning machines to create AI-driven testing. </p>\n\n\n\n<p>Out-of-the box, WordPress only updates minor versions automatically and leaves major updates, plugins, and themes up to the user. One of the most common fears of enabling auto-updates is having something on the site break. </p>\n\n\n\n<p>Often, the process of testing updates is left up to the consultant or whoever manages the site. Depending on the size or number of sites being managed, it can become a major time suck. </p>\n\n\n\n<p>Hosting companies like Pantheon with StagingPilot, <a href=\"https://www.liquidweb.com/products/managed-wordpress/\">LiquidWeb</a>, and others are easing the fear of auto updates in general and saving people a lot of time by using automatic visual regression testing. </p
 >\n\n\n\n<p>To learn more about StagingPilot and to see Nathan demo the service in-person, check out this <a href=\"https://www.wpwatercooler.com/video/stagingpilot-w-nathan-tyler-wpshowandtell/\">episode of WPshowandtell</a> hosted by Jason Tucker. </p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 30 May 2019 01:32:28 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_ba
 se_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:43;a:6:{s:4:\"data\";s:13:\"\n      \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:81:\"WPTavern: Gutenberg 5.8 Released with Prototype of New Block-based Widgets Screen\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=90267\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:
 {i:0;a:5:{s:4:\"data\";s:92:\"https://wptavern.com/gutenberg-5-8-released-with-prototype-of-new-block-based-widgets-screen\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3753:\"<p><a href=\"https://make.wordpress.org/core/2019/05/29/whats-new-in-gutenberg-29th-may/\" rel=\"noopener noreferrer\" target=\"_blank\">Gutenberg 5.8</a> was released today with three new features and more than three dozen enhancements, documentation improvements, and bug fixes. </p>\n<p>This release gives users the ability to <a href=\"https://github.com/WordPress/gutenberg/pull/15625\" rel=\"noopener noreferrer\" target=\"_blank\">change the text color in the Heading block</a>. The same color 
 options available in the paragraph and button blocks are now available in the heading block.</p>\n<p>A recent release of the EditorsKit plugin (<a href=\"https://wptavern.com/new-in-editorskit-1-5-justify-text-alignment-autosave-on-off-toggle-and-highlighted-text\" rel=\"noopener noreferrer\" target=\"_blank\">version 1.5</a>) added this feature and the plugin&#8217;s author had tracked nearly two dozen issues and discussions where users have asked for text highlighting or similar features. </p>\n<p>&#8220;We really need this for all block controls (lists, paragraphs etc),&#8221; Ben Gillbanks <a href=\"https://github.com/WordPress/gutenberg/pull/15625#issuecomment-495940882\" rel=\"noopener noreferrer\" target=\"_blank\">commented</a> on the relevant GitHub issue. &#8220;Anything that can be used on a group block with a colored background could cause readabili
 ty issues and so the text color will need to be changeable.&#8221; Gutenberg designer Mark Uraine said that adding text color options to all the text blocks is the next step following this update.</p>\n<p>Gutenberg 5.8 adds <a href=\"https://github.com/WordPress/gutenberg/pull/14768\" rel=\"noopener noreferrer\" target=\"_blank\">support for reordering gallery images</a> using a simple arrow control to move selections forwards or backwards. This isn&#8217;t an ideal interaction but Gutenberg phase 2 lead Riad Benguella said the team is exploring adding drag and drop support.</p>\n<p>Benguella shared a video that demonstrates these two new features:</p>\n<p></p>\n<p>This release introduces an initial version of the new widgets screen. You can check it out in the admin under the <strong>Gutenberg &raquo; Widgets (beta)</strong> menu. It&#8217;s currently just a proof o
 f concept and has quite a few bugs but gives a preview of how the the widget management screen is shaping up. Benguella said users can currently edit/update widget areas using any available block. The proof of concept implementation in the plugin allows the team to continue polishing the UI and fix bugs in future releases.</p>\n<p><a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2019/05/Screen-Shot-2019-05-29-at-4.11.47-PM.png?ssl=1\"><img /></a></p>\n<p>The editor is also making progress on mobile, adding quotes and video to the available blocks, rich captions for the image block, and fixes for several critical bugs. </p>\n<p>The editor has also recaptured some of its performance gains that were lost in version 5.7, according to recent performance benchmarks. </p>\n<p><a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2019/05/Screen-Shot-2019-05-29-at-1.17.19-PM.png?ssl=1\"&
 gt;<img /></a></p>\n<p>We&#8217;ve had some commenters on previous posts who said they are confused about the difference between WordPress&#8217; core editor and the <a href=\"https://wordpress.org/plugins/gutenberg/\" rel=\"noopener noreferrer\" target=\"_blank\">Gutenberg plugin</a>. The plugin is where active development gets committed. All the new features are put into the plugin first so they can be tested before being rolled into an official WordPress release later down the road. If you want to get access to all the latest features Gutenberg has to offer, install the plugin and you will be able to try it before it lands in core. </p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 29 May 2019 22:
 37:14 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:44;a:6:{s:4:\"data\";s:13:\"\n  \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"WPTavern: Google’s Mobile-First Indexing is Now Default for New Domains\";s:7:\"attribs\";a:0:{}s:8:\&quot
 ;xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=90195\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:81:\"https://wptavern.com/googles-mobile-first-indexing-is-now-default-for-new-domains\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2957:\"<p>Google is <a href=\"https://webmasters.googleblog.com/2019/05/mobile-first-indexing-by-default-for.html\" rel=\"noopener noreferrer\" target=\"_blank
 \">enabling mobile-first indexing</a> (crawling sites with a mobile user-agent) by default for new domains as of July 1, 2019. These are sites Google defines as &#8220;previously unknown to Google Search.&#8221; </p>\n<p>Mobile searches are the primary way that users engage with the search engine for the past few years, which caused Google to begin prodding website owners to make their content more mobile friendly. Google&#8217;s indexing and ranking systems originally used the desktop version of a page&#8217;s content, but this can cause problems when desktop and mobile sites contain different versions of content. </p>\n<p>Mobile-indexing is not default for all websites yet, but Google started rolling it out more widely in 2018. Google evaluates older websites for readiness based on a variety of factors: </p>\n<blockquote><p>For existing websites we determine their readiness for mobile-first indexing based on p
 arity of content (including text, images, videos, links), structured data, and other meta-data (for example, titles and descriptions, robots meta tags). We recommend double-checking these factors when a website is launched or significantly redesigned.</p></blockquote>\n<p>It&#8217;s important to note that there is no separate &#8220;mobile-first index.&#8221; Google still references a unified index for serving search results. The difference is in whether a page is crawled by a desktop or mobile user-agent.</p>\n<p>Prior to responsive web design becoming the industry standard, having a separate mobile site was a common practice. Google is actively discouraging this approach now (although still supporting it), as it often causes confusion for users and search engines alike.</p>\n<p>WordPress sites using a responsive theme shouldn&#8217;t have any issues with mobile indexing as long as they are not farming out their mobile sites
  to a separate domain. A responsive theme is usually enough to make a site compatible with this method of crawling.</p>\n<p>Website owners can check to see how their sites are being crawled by clicking on the &#8220;URL Inspection&#8221; tab inside the Google Search Console. </p>\n<p><a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2019/05/Screen-Shot-2019-05-28-at-9.37.57-PM.png?ssl=1\"><img /></a></p>\n<p>Webmasters of older sites will <a href=\"https://searchengineland.com/google-floods-webmasters-with-mobile-first-indexing-enabled-notifications-305712\" rel=\"noopener noreferrer\" target=\"_blank\">get a notification</a> from the Search Console when their sites are moved over to mobile-first indexing. </p>\n<p>After successfully ramping up mobile-first indexing from a small-scale experiment a few years ago, making it the default for new domains
  should be a good test for evaluating how aggressively it can be rolled out in the future.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 29 May 2019 15:49:21 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:45;a:6:{s:4:\"data\";s:13:\"\n        \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"x
 ml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"HeroPress: I Grew Up With WordPress, Then WordPress Saved Me\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://heropress.com/?post_type=heropress-essays&p=2839\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:170:\"https://heropress.com/essays/i-grew-up-with-wordpress-then-wordpress-saved-me/#utm_source=rss&utm_medium=rss&utm_campaign=i-gre
 w-up-with-wordpress-then-wordpress-saved-me\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:10666:\"<img width=\"960\" height=\"480\" src=\"https://s20094.pcdn.co/wp-content/uploads/2020/05/052819-min-1024x512.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"Pull Quote: I wouldn\'t have made it through some of the hardest times in my life without WordPress.\" /><p>I grew up in the 90s and 2000s which was a weird time for technology. Part of me remembers carrying around a case of cassette tapes and the sound of dial-up occasionally screaming from the living room. The other half recalls hacking into my dad’s email from the shared family computer for the first time when I was ten. His passwords were never very 
 hard to guess.</p>\n<p>In 2004 or 2005, I started taking more of an interest in the Internet. I wanted to start a blog maybe, but I wasn’t sure what a blog even was. WordPress was one of the first things I stumbled on, but it was still an infant compared to what it’s evolved into and I had no idea how it worked. Was WordPress a blogging website? Was it a thing I could build my own site with? How did it work?</p>\n<p>I just wanted somewhere to be myself online and WordPress intimidated me. So I dabbled, but I didn’t stay. Myspace and Tumblr would teach me to use HTML, because after all, I just wanted my own place to write online.</p>\n<h3>Finding My Way Back to WordPress</h3>\n<p>Eventually, my writing career led me back to WordPress. I was in college, studying English Literature when the opportunity for a Marketing Internship opened up. Around 2011, Chartwells Higher Education, a food service company for college campuses, had lau
 nched a huge multi-site network of university dining websites.</p>\n<p>Their largest initiative that year was to drive website traffic.</p>\n<blockquote><p>Mine was to keep the students from kicking us off campus because of how much everyone hated Campus Dining.</p></blockquote>\n<p>So I started a blog.</p>\n<p>“The Inside Scoop” gave students the perspective of a student who works for campus dining. Both goals were met and I fell in love with the idea of using writing to address business problems. Even more exciting, I finally understood WordPress. Although by then, nearly ten years had passed and WordPress had completely changed.</p>\n<h3>Life Changed (a LOT), but WordPress Was Always There</h3>\n<p>At the same time throughout college, I went through a major transition from life as an extremely active athlete to someone with mobility problems. I broke my back, went through everything you can th
 ink of to fix it, and ended up with a permanent disability.</p>\n<p>Thankfully, I knew by then how to work on a computer in an environment that didn’t necessarily require me to be in an office. It took a few years of adjustment, but eventually, I ended up working for a WordPress-based marketing agency remotely from an RV, which I took anywhere I felt like going.</p>\n<p>For a few years, I became a professional tourist.</p>\n<blockquote><p>I’d wake up, get some work done, then adventure all day.</p></blockquote>\n<p>By the time I was done, I could tour any city in a single day and still keep up with content writing. But writing content was all I did. Naturally, I still wanted my own website to write on, but all I had was Tumblr. How to actually set up a WordPress site from start to finish was a mystery to me.</p>\n<p>My partner at the agency was supposed to build the site for me, but it never happened. By the
  time my RV broke down in Rhode Island, 3,500 miles from my hometown, I had lost my chance to build a true travel blog and #vanlife became way too much of a fad to interest me anymore.</p>\n<h3>Learning to Build Websites with WordPress</h3>\n<p>My next step was to build my own website. I probably owe a lot of my “self-taught” skills to websites like WP Beginner and WPCrafter, but I really can’t remember how I learned other than trying and failing many times.</p>\n<p>After a few YouTube videos, I dove in and built the worst website that you could possibly imagine. It was atrocious, but I liked it enough, so I started writing on TaylorElizabethRose.com and building more websites.</p>\n<h3>Returning to a Burning California</h3>\n<p>My next few years were spent spinning my wheels on the East Coast and essentially failing at everything I tried. So I made a plan to move back to California and start my own WordPress-based bu
 siness. By then I had learned a lot about website management, or so I thought.</p>\n<p>The first version of <a href=\"http://TaylordInk.com\">TaylordInk.com</a> was launched in May of 2017 before I made the trip back to California in September.</p>\n<p>As we drove into Napa Valley, I noticed how dry it looked and said,“This is a fire hazard.” There were no fire breaks and I had seen what the terrain looks like before it burns when my house burned in San Diego in 2007. Napa and Santa Rosa were primed for flames.</p>\n<blockquote><p>But, how many times in one person’s life can their house burn down?</p></blockquote>\n<p>It was less than two weeks later when <a href=\"https://en.wikipedia.org/wiki/Tubbs_Fire\">the Tubbs Fire</a> came through and burned my entire future. The man I’d been with for two years ended up abandoning me. My business equipment was gone. Any professiona
 l clothes I may have had were incinerated. All I had were my dogs and my 2013 MacBook Pro, which happened to be with me at the time.</p>\n<h3>Nothing but a Laptop</h3>\n<p>Between October and December 2017, I couldn’t tell you much about what I did or what happened except that I ended up back in my hometown: San Diego. It was a blur of loneliness, depression, and complete failure. Finally, sometime mid-December, I logged into my personal website.</p>\n<p>May as well start with my own identity.</p>\n<blockquote><p>It was hacked… and gone. I failed to update while I was swimming in my own sorrow.</p></blockquote>\n<p>Luckily, my friend from my agency days actually had a backup of the original site. So I salvaged the posts from his files and started rebuilding. I really didn’t get very far until much later in 2019. I just kept designing and redesigning the same pages over and over again.</p>\n<p>O
 n the second or third time I logged in after the fire, I saw the WordCamp San Diego information on the Dashboard and bought a ticket before I could change my mind about going.</p>\n<h3>Discovering the WordPress Community</h3>\n<p>WordCamp San Diego didn’t happen until months later, but it was the next time I really did anything productive in my life. It was kind of my last-ditch attempt to start a WordPress business or any business at all.</p>\n<p>I didn’t know what to expect. I didn’t know who I would meet, or how (or if) I would fit in. I certainly never expected to find a community with open arms.</p>\n<p>A weight was lifted from my shoulders almost immediately. Where had all these nerds been my whole life? These were my people!</p>\n<blockquote><p>There’s a comfort that comes from fitting into a community and finding your people.</p></blockquote>\n<p>Being in the company of like-minded pe
 ople makes the future less bleak. I had hope again for the first time since the fire stole that from me.</p>\n<p>At some point during that WordCamp, a girl named Sochi found out that I was a content writer. She dragged me by the hand to meet <a href=\"https://twitter.com/learnwithmattc?s=17\">Matt Cromwell</a> at the Give booth. It was extremely intimidating because the entire Give Team was sitting there staring at me. I didn’t know it then, but I was meeting my own future coworkers.</p>\n<p>Give was hiring a content writer! In fact, they were close to hiring someone else, but I was intrigued. So I inquired the next day and disrupted Matt’s hiring process a bit.</p>\n<p>The next week, I joined Team Give.</p>\n<p>Over the next year, I spoke at 4 WordCamps and attended 6 or 7 total.</p>\n<p>Working at Impress.org and participating in WordCamps has been incredible and I’ve learned more about WordPre
 ss over the past year than in all the years before. I don’t think I would have succeeded as well with my own WordPress-based marketing agency without the community.</p>\n<p>More importantly, I wouldn’t have made it through some of the hardest times in my life without WordPress. It was there when I needed to work remotely and it was there when I needed a helping hand to lift me back out of tragedy.</p>\n<div class=\"rtsocial-container rtsocial-container-align-right rtsocial-horizontal\"><div class=\"rtsocial-twitter-horizontal\"><div class=\"rtsocial-twitter-horizontal-button\"><a title=\"Tweet: I Grew Up With WordPress, Then WordPress Saved Me\" class=\"rtsocial-twitter-button\" href=\"https://twitter.com/share?text=I%20Grew%20Up%20With%20WordPress%2C%20Then%20WordPress%20Saved%20Me&via=heropress&url=https%3A%2F%2Fheropress.com%2Fessays%2Fi-grew-up-with-wordpress-then-wordpress-
 saved-me%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-fb-horizontal fb-light\"><div class=\"rtsocial-fb-horizontal-button\"><a title=\"Like: I Grew Up With WordPress, Then WordPress Saved Me\" class=\"rtsocial-fb-button rtsocial-fb-like-light\" href=\"https://www.facebook.com/sharer.php?u=https%3A%2F%2Fheropress.com%2Fessays%2Fi-grew-up-with-wordpress-then-wordpress-saved-me%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-linkedin-horizontal\"><div class=\"rtsocial-linkedin-horizontal-button\"><a class=\"rtsocial-linkedin-button\" href=\"https://www.linkedin.com/shareArticle?mini=true&url=https%3A%2F%2Fheropress.com%2Fessays%2Fi-grew-up-with-wordpress-then-wordpress-saved-me%2F&title=I+Grew+Up+With+WordPress%2C+The
 n+WordPress+Saved+Me\" rel=\"nofollow\" target=\"_blank\" title=\"Share: I Grew Up With WordPress, Then WordPress Saved Me\"></a></div></div><div class=\"rtsocial-pinterest-horizontal\"><div class=\"rtsocial-pinterest-horizontal-button\"><a class=\"rtsocial-pinterest-button\" href=\"https://pinterest.com/pin/create/button/?url=https://heropress.com/essays/i-grew-up-with-wordpress-then-wordpress-saved-me/&media=https://heropress.com/wp-content/uploads/2020/05/052819-min-150x150.jpg&description=I Grew Up With WordPress, Then WordPress Saved Me\" rel=\"nofollow\" target=\"_blank\" title=\"Pin: I Grew Up With WordPress, Then WordPress Saved Me\"></a></div></div><a rel=\"nofollow\" class=\"perma-link\" href=\"https://heropress.com/essays/i-grew-up-with-wordpress-then-wordpress-saved-me/\"
  title=\"I Grew Up With WordPress, Then WordPress Saved Me\"></a></div><p>The post <a rel=\"nofollow\" href=\"https://heropress.com/essays/i-grew-up-with-wordpress-then-wordpress-saved-me/\">I Grew Up With WordPress, Then WordPress Saved Me</a> appeared first on <a rel=\"nofollow\" href=\"https://heropress.com\">HeroPress</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 29 May 2019 15:00:15 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\&quot
 ;data\";s:11:\"Taylor Rose\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:46;a:6:{s:4:\"data\";s:13:\"\n  \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"WPTavern: Happy Sweet 16, WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=90197\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_e
 xplicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:45:\"https://wptavern.com/happy-sweet-16-wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:8623:\"<p>Over the weekend, the WordPress community celebrated 16 years since Matt Mullenweg and Mike Little forked the B2/cafelog blogging platform to create the <a href=\"https://wordpress.org/news/2003/05/wordpress-now-available/\" rel=\"noopener noreferrer\" target=\"_blank\">first official release of WordPress</a> on May 27, 2003. It launched with a new admin interface, manual excerpts, intelligent line breaks, a link manager, and was compliant with XHTML 1.1 standards.</p>\n<p><a href=\&qu
 ot;https://i0.wp.com/wptavern.com/wp-content/uploads/2019/05/wordpress-0-7.png?ssl=1\"><img /></a>image credit: <a href=\"https://www.webdesignmuseum.org/web-design-history/wordpress-0-7-2003\">Web Design Museum</a></p>\n<p>The first two months of posts on the WordPress development blog read like selections from a time capsule, capturing the early history of the software. Mullenweg shared his journey in a &#8220;thinking out loud&#8221; style throughout the process of selecting the best route for templating and other decisions that laid the groundwork for the first release. Since those early days, WordPress has outpaced all its early competitors to become the most popular CMS by a wide margin. </p>\n<p>Sixteen years later, the software is available in more than 200 languages and is now used by <a href=\"https://w3techs.com/technologies/details/cm-wordpress/all/all\" rel=\"noopener noreferrer\
 " target=\"_blank\">33.9%</a> of the top ten million websites. WordPress&#8217; uncommon growth can be attributed to its unique combination of leadership, stability, and a community of thousands of contributors and entrepreneurs that are empowered by its open source licensing. </p>\n<p>Many WordPress product businesses, part of a commercial ecosystem that Mullenweg estimates at $10 billion/year, hosted sales, giveaways, and promotions in honor of the anniversary. Friends of WordPress all over the world celebrated the software&#8217;s birthday with cakes and tributes.</p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">WordPress turned 16 today Happy 16th Birthday to WordPress <a href=\"https://t.co/1DCZ25Cr0Y\">https://t.co/1DCZ25Cr0Y</a> <a href=\"https://t.co/tf9LO3Qf9R\">pic.twitter.com/tf9LO3Qf9R</a></p>\n<p>&m
 dash; Code Pixelz Media (@codepixelzmedia) <a href=\"https://twitter.com/codepixelzmedia/status/1132964741599629313?ref_src=twsrc%5Etfw\">May 27, 2019</a></p></blockquote>\n<p></p>\n<p>&#8220;We are proud to be a part of the WordPress community! Through thick and thin, WordPress has brought great innovation and inspiration to the online world,&#8221; WordPress Dhaka meetup organizer <a href=\"https://twitter.com/niazlincoln/status/1133057179378954243\" rel=\"noopener noreferrer\" target=\"_blank\">Lincoln Islam</a> said.</p>\n<p>The WordPress community in Ahmedabad gathered together to celebrate with dinner, a custom Wapuu cake, and games. Ahmedabad, which is located in western India, is the largest city in the state of Gujarat. WordPress 4.6 was the first release to ship with a full Gujarati translation in August 2016, making the software more accessible to approximatel
 y 65.5 million Gujarati speakers worldwide. A year later, Ahmedabad <a href=\"https://2017.ahmedabad.wordcamp.org/\" rel=\"noopener noreferrer\" target=\"_blank\">hosted its first WordCamp</a> and another followed in 2018.</p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">It was awesome celebration of WordPress 16th Birthday! Discussion, Cake, Dinner and Game with WordPress Ahmedabad Community  <a href=\"https://twitter.com/hashtag/WordPress16Birthday?src=hash&ref_src=twsrc%5Etfw\">#WordPress16Birthday</a> <a href=\"https://twitter.com/hashtag/WP16?src=hash&ref_src=twsrc%5Etfw\">#WP16</a> <a href=\"https://twitter.com/hashtag/WordPress?src=hash&ref_src=twsrc%5Etfw\">#WordPress</a> <a href=\"https://twitter.com/hashtag/WPAhmedabad?src=hash&ref_src=twsrc%5Etfw\">#WPAhmedabad</a
 > <a href=\"https://twitter.com/hashtag/WPAhmedabad?src=hash&ref_src=twsrc%5Etfw\">#WPAhmedabad</a> <a href=\"https://twitter.com/hashtag/Meetup?src=hash&ref_src=twsrc%5Etfw\">#Meetup</a> <a href=\"https://t.co/12gdpa6R3z\">pic.twitter.com/12gdpa6R3z</a></p>\n<p>&mdash; Chetan Prajapati ⓦ (@iamchetanp) <a href=\"https://twitter.com/iamchetanp/status/1133083630547349510?ref_src=twsrc%5Etfw\">May 27, 2019</a></p></blockquote>\n<p></p>\n<p>The team at Bluehost published a video with a few short greetings they recorded for WordPress&#8217; 16th birthday. When asked why they love WordPress, several said they are grateful for the opportunities and the friendships the community has brought them. Check out the <a href=\"https://twitter.com/hashtag/WP16?src=hash\" rel=\"noopener noreferrer\" target=\"_blank\"&g
 t;#WP16</a> and <a href=\"https://twitter.com/hashtag/WordPress16thAnniversary?src=hash\" rel=\"noopener noreferrer\" target=\"_blank\">#WordPress16thAnniversary</a> hashtags for more WordPress cake pictures and celebrations. </p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">Happy birthday WordPress! <img src=\"https://s.w.org/images/core/emoji/12.0.0-1/72x72/1f382.png\" alt=\"?\" class=\"wp-smiley\" /></p>\n<p>16 years ago, on May 27, 2003, WordPress was released. We believe in WordPress and continue to be committed to growing and contributing to the WordPress open source project! Here\'s just a few of the things we love WordPress for. <a href=\"https://twitter.com/hashtag/WP16?src=hash&ref_src=twsrc%5Etfw\">#WP16</a> <a href=\"https://t.co/kEgLQMGnpG\">pic.twitter.com/kEgLQMGnp
 G</a></p>\n<p>&mdash; Bluehost (@bluehost) <a href=\"https://twitter.com/bluehost/status/1132994870384168960?ref_src=twsrc%5Etfw\">May 27, 2019</a></p></blockquote>\n<p></p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">It was very amazing day to celebrate <a href=\"https://twitter.com/WordPress?ref_src=twsrc%5Etfw\">@WordPress</a> 16th Birthday. My journey with <a href=\"https://twitter.com/hashtag/WordPress?src=hash&ref_src=twsrc%5Etfw\">#WordPress</a> has been very exciting and surprising. Many more years to come with an amazing experiences.<br />Happy16th Birthday WordPress<img src=\"https://s.w.org/images/core/emoji/12.0.0-1/72x72/2665.png\" alt=\"♥\" class=\"wp-smiley\" /><img src=\"https://s.w.org/images/core/emoji/12.0.0-1/72x72/1f382.png\" alt
 =\"?\" class=\"wp-smiley\" /><a href=\"https://twitter.com/wcUdaipur?ref_src=twsrc%5Etfw\">@wcUdaipur</a> <a href=\"https://twitter.com/hashtag/WP16?src=hash&ref_src=twsrc%5Etfw\">#WP16</a> <a href=\"https://twitter.com/hashtag/WordPress16thAnniversary?src=hash&ref_src=twsrc%5Etfw\">#WordPress16thAnniversary</a><a href=\"https://twitter.com/hashtag/Celebration?src=hash&ref_src=twsrc%5Etfw\">#Celebration</a> <a href=\"https://twitter.com/hashtag/loveWP?src=hash&ref_src=twsrc%5Etfw\">#loveWP</a> <a href=\"https://t.co/ncyVjdZCms\">pic.twitter.com/ncyVjdZCms</a></p>\n<p>&mdash; Nidhi Jain (@jainnidhi03) <a href=\"https://twitter.com/jainnidhi03/status/1133057009526329344?ref_src=twsrc%5Etfw\">May 27, 2019</a></p></blockquote>\n<p></p>\n<blockquote class=
 \"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">We had a delicious cake and a fun brain-teasing quiz with <a href=\"https://twitter.com/WordPress?ref_src=twsrc%5Etfw\">@WordPress</a> folks. <img src=\"https://s.w.org/images/core/emoji/12.0.0-1/72x72/1f382.png\" alt=\"?\" class=\"wp-smiley\" /><br />The cake was cut by rtCamper <a href=\"https://twitter.com/am_pra_veen?ref_src=twsrc%5Etfw\">@am_pra_veen</a>, who is just two years older than WordPress. <img src=\"https://s.w.org/images/core/emoji/12.0.0-1/72x72/1f389.png\" alt=\"?\" class=\"wp-smiley\" /></p>\n<p>Happy sweet 16, <a href=\"https://twitter.com/WordPress?ref_src=twsrc%5Etfw\">@WordPress</a>. Many more to come! <img src=\"https://s.w.org/images/core/emoji/12.0.0-1/72x72/1f642.png\" alt=\"?\" class=\"wp-s
 miley\" /> <a href=\"https://twitter.com/hashtag/WP16?src=hash&ref_src=twsrc%5Etfw\">#WP16</a> <a href=\"https://t.co/uLffaqjQni\">pic.twitter.com/uLffaqjQni</a></p>\n<p>&mdash; rtCamp (@rtCamp) <a href=\"https://twitter.com/rtCamp/status/1133019305744855047?ref_src=twsrc%5Etfw\">May 27, 2019</a></p></blockquote>\n<p></p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">WordPress is 16. Wow, I have been using it for 15 years. What an impact it has had on my life. Thank for the job, the friends and the community. I <img src=\"https://s.w.org/images/core/emoji/12.0.0-1/72x72/2764.png\" alt=\"❤\" class=\"wp-smiley\" /> WordPress.</p>\n<p>&mdash; Jonny Harris <img src=\"https://s.w.org/images/core/emoji/12.0.0-1/72x72/1f1ea-1f1fa.png\" alt=\"
 ??\" class=\"wp-smiley\" /> (@thespacedmonkey) <a href=\"https://twitter.com/thespacedmonkey/status/1133264173801058304?ref_src=twsrc%5Etfw\">May 28, 2019</a></p></blockquote>\n<p></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 28 May 2019 18:53:34 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\
 ";s:0:\"\";}}}}}i:47;a:6:{s:4:\"data\";s:13:\"\n \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"WPTavern: In Case You Missed It – Issue 24\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"https://wptavern.com/?p=90172&preview=true&preview_id=90172\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\&qu
 ot;https://wptavern.com/in-case-you-missed-it-issue-24\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:7125:\"<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2016/01/ICYMIFeaturedImage.png?ssl=1\" rel=\"attachment wp-att-50955\"><img /></a>photo credit: <a href=\"http://www.flickr.com/photos/112901923@N07/16153818039\">Night Moves</a> &#8211; <a href=\"https://creativecommons.org/licenses/by-nc/2.0/\">(license)</a></p>\n<p>There’s a lot of great WordPress content published in the community but not all of it is featured on the Tavern. This post is an assortment of items related to WordPress that caught my eye but didn’t make it into a full post.</p>\n<h2&gt
 ;Marcel Bootsman Is on His Way to WordCamp EU</h2>\n<p>Earlier this week, Marcel Bootsman began walking his way to Berlin, Germany, the host city for WordCamp EU. The journey is more than 700 kilometers and Bootsman <a href=\"https://walktowc.eu/route/#schedule\">estimates</a> it will take him about 30 days to reach his destination. Along the way, Bootsman has been publishing blog posts to keep readers informed of his progress.</p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">Made it!<a href=\"https://twitter.com/hashtag/WalkToWCEU?src=hash&ref_src=twsrc%5Etfw\">#WalkToWCEU</a> <a href=\"https://t.co/sQ1XUv8Hje\">pic.twitter.com/sQ1XUv8Hje</a></p>\n<p>&mdash; <img src=\"https://s.w.org/images/core/emoji/12.0.0-1/72x72/1f6b6-1f3fc.png\" alt=\"??\" class=\"wp-smiley\" /> Marcel Bootsma
 n (@mbootsman) <a href=\"https://twitter.com/mbootsman/status/1131948855250083840?ref_src=twsrc%5Etfw\">May 24, 2019</a></p></blockquote>\n<p></p>\n<p>So far, he&#8217;s published a post a day with stories that include a run-in with a bull in an open field, angry cyclists, and amazing photos of the scenery. You can follow along via the <a href=\"https://walktowc.eu/\">WalkToWordCamp.EU website</a>. <a href=\"https://walktowc.eu/donate/\">Donations</a> raised from the event will go to <a href=\"https://donatewc.org/\">DonateWC</a>.</p>\n<h2>WPSiteSync v1.5.2 Released</h2>\n<p>The folks over at ServerPress <a href=\"https://wpsitesync.com/announcing-the-release-of-wpsitesync-v1-5-2/\">have released</a> a new version of WPSiteSync. This plugin enables users to migrate specific content from one site to another without the
  need to update target URLs for media files. This version fixes a couple of UI related bugs and interactions with Gutenberg.</p>\n<h2>CannaBiz 2.4 Released</h2>\n<p>Robert DeVore <a href=\"https://www.wpdispensary.com/cannabiz-v2-4-release-notes/\">has released</a> CannaBiz 2.4, a WordPress theme that&#8217;s specifically tailored for the Cannabis industry. This release includes two new action hooks, a Yelp social media link, CSS style updates, new customizer controls for button colors, and third-party plugin style updates.</p>\n<h2>Alternative Gutenberg Block Styles Library</h2>\n<p>Carolina Nymark has created a <a href=\"http://wpblockstyles.com/\">website</a> and <a href=\"https://github.com/carolinan/wp-block-styles\">GitHub </a>repository dedicated to creating and sharing alternative styles for Gutenberg blocks. The website contains tutorials on how to create ne
 w block styles, add them to child themes, and how to contribute to the library.</p>\n<h2>Patches That Get Lost in the Void</h2>\n<p>Daniel Jalkut describes what he experienced when trying to contribute a patch to WordPress to fix an issue he and his clients were having. Unfortunately, it wasn&#8217;t a good one.</p>\n<blockquote><p>When somebody comes to your project with a well-thought-out, unit-tested fix, and is met by radio silence? The chances are high that they will never come back again. I have submitted WordPress patches in the past, but after this experience I don’t know if I will bother submitting them again. That’s a big change in my perspective on how the WordPress team works, and on how it should work.</p></blockquote>\n<p>Jalkut isn&#8217;t the first nor will he be the last to have an experience like this. WordPress is a large project that encompasses many areas and if a particular ticket is not in
  line with higher priorities, the chances of it slipping through the cracks are pretty high.</p>\n<h2>Human Made Launches A New Product but Some People Have No Idea What It Is</h2>\n<p>Human Made has <a href=\"https://humanmade.com/2019/05/21/beyond-wordpress-10-year-evolution-human-made/\">launched a new product</a> called <a href=\"http://altis-dxp.com/\">Altis</a> which is a DXP or Digital Experience Platform for WordPress. After reading the press release and the associated blog post, I found it difficult to understand what the product is and who it&#8217;s for and I&#8217;m not the only one.</p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">Maybe human made but not intended for humans. WTF did I just read? <a href=\"https://t.co/iM2sHKhLwu\">https://t.co/iM2sHKhLwu</a></p>\n<p>&mdash; Russell Heimlic
 h (@kingkool68) <a href=\"https://twitter.com/kingkool68/status/1130921321301463041?ref_src=twsrc%5Etfw\">May 21, 2019</a></p></blockquote>\n<p></p>\n<p>Noel Tock, Chief Growth Officer, and Partner at Human Made <a href=\"https://twitter.com/noeltock/status/1131248394276626432\">chimed in</a> and admits that the language used to describe the product is geared towards the enterprise market. He explains that Altis is <span class=\"css-901oao css-16my406 r-1qd0xha r-ad9z0x r-bcqeeo r-qvutc0\" dir=\"auto\">an evolution beyond WordPress that supports personalization, artificial intelligence, experimentation, and faster developer experience. </span></p>\n<p><span class=\"css-901oao css-16my406 r-1qd0xha r-ad9z0x r-bcqeeo r-qvutc0\" dir=\"auto\">In a nutshell, Altis is a highly specialized version of WordPress with a UI and features that are geared
  towards specific clients. If you think you can explain what Altis is in a simpler way, please give it a shot in the comments. </span></p>\n<h2>Tips for Speaking at Your First WordCamp</h2>\n<p>Justin Foell of WebDevStudios explains <a href=\"https://webdevstudios.com/2019/05/16/speaking-at-your-first-wordcamp/\">what you need to know</a> if you&#8217;re speaking at your first WordCamp. If you&#8217;re looking for tips on applying to speak at WordCamps, <a href=\"https://wptavern.com/tips-for-replying-to-a-call-for-papers-or-a-call-for-speakers\">Jennifer Bourn has you covered</a>.</p>\n<blockquote class=\"wp-embedded-content\"><p><a href=\"https://webdevstudios.com/2019/05/16/speaking-at-your-first-wordcamp/\">Speaking at Your First WordCamp? Here&#8217;s What You Need to Know!</a></p></blockquote>\n<p></p>\n<h2>After 
 the Deadline Alternatives</h2>\n<p>In light of After the Deadline being removed from Jetpack, users have been searching for alternatives. <a href=\"https://wordpress.com/go/content-blogging/the-grammarly-wordpress-tool-and-other-proofreading-solutions/\">This post</a> on WordPress.com highlights a few of them.</p>\n<h2>WPCampus Diversity, Equity, and Inclusion statement</h2>\n<blockquote class=\"wp-embedded-content\"><p><a href=\"https://wpcampus.org/diversity/\">Diversity, Equity, and Inclusion</a></p></blockquote>\n<p></p>\n<p>That&#8217;s it for issue twenty-four. If you recently discovered a helpful resource or post related to WordPress, please share it with us in the comments.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\&
 quot;;}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 25 May 2019 02:19:44 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:48;a:6:{s:4:\"data\";s:13:\"\n   \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"WPTavern: New GitHub
  Sponsors Tool Draws Concerns from Open Source Community\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=90081\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:87:\"https://wptavern.com/new-github-sponsors-tool-draws-concerns-from-open-source-community\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:9474:\"<p>GitHub has <a href=\"https://github.blog/2019-05-23-annou
 ncing-github-sponsors-a-new-way-to-contribute-to-open-source/\" rel=\"noopener noreferrer\" target=\"_blank\">launched a new Sponsors tool</a> that allows open source developer to receive financial support. The program is rolling out slowly and currently has a <a href=\"https://github.com/sponsors/\" rel=\"noopener noreferrer\" target=\"_blank\">waitlist</a> for open source contributors or maintainers who want to join. </p>\n<p><a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2019/05/funding-links.png?ssl=1\"><img /></a></p>\n<p>For the first year developers are in the program, GitHub will cover all the payment processing fees and has pledged to match all contributions up to $5,000.</p>\n<p>Individual developers participating in the program can customize the funding options displayed when potential supporters click on the Sponsor butt
 on. They can add links to other popular funding services, such as Open Collective, Community Bridge, Tidelift, Ko-fi, and Patreon. Open source projects an also specify funding models for contributors by adding a .github/FUNDING.yml file to the project’s master branch.</p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">Just enabled <a href=\"https://twitter.com/github?ref_src=twsrc%5Etfw\">@github</a>\'s awesome new Sponsor button for <a href=\"https://twitter.com/parceljs?ref_src=twsrc%5Etfw\">@parceljs</a> with a link to our <a href=\"https://twitter.com/opencollect?ref_src=twsrc%5Etfw\">@opencollect</a>! <img src=\"https://s.w.org/images/core/emoji/12.0.0-1/72x72/1f60d.png\" alt=\"?\" class=\"wp-smiley\" /> <a href=\"https://t.co/DJnPAtahne\">pic.twitter.com/DJnPAtahne</a></p>\n<p&g
 t;&mdash; Devon Govett (@devongovett) <a href=\"https://twitter.com/devongovett/status/1131610747266486274?ref_src=twsrc%5Etfw\">May 23, 2019</a></p></blockquote>\n<p></p>\n<p>GitHub has an advantage over other competing funding services by having its Sponsorship model embbeded in the GitHub workflow where much of the work actually takes place. However, this also raises concerns about how sponsor expectations may influence a project&#8217;s development.</p>\n<p>&#8220;You can now sponsor developers as a seamless part of your familiar workflow,&#8221; GitHub open source project manager Devon Zuegel said in the announcement. &#8220;When a contributor answers your question, triages your issue, or merges your code, you can head to their profile—or simply hover over their username—to sponsor their work.&#8221;</p>\n<p><a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/
 2019/05/native-workflow-white.png?ssl=1\"><img /></a></p>\n<p>Sponsorship is a somewhat subjective term and GitHub isn&#8217;t defining what it means here in the context of marrying it to a contributor&#8217;s workflow. For some, it may mean a no-strings-attached donation. For others, the idea of sponsorship always comes the expectation of a return on an investment. </p>\n<p>Ruby on Rails creator and Basecamp founder David Heinemeier Hansson was one of the most prominent to <a href=\"https://twitter.com/dhh/status/1131585498395242496\" rel=\"noopener noreferrer\" target=\"_blank\">raise concerns about GitHub&#8217;s Sponsors program on Twitter</a>. He sees it as &#8220;a grave risk to open source.&#8221; </p>\n<p>“&#8217;Why haven’t you fixed my issue yet!? I sent you $10! I demand you honor your obligations here. I paid you,&#8217; welcome to small-donat
 ion open source 2019,&#8221; Hansson said.</p>\n<p>&#8220;I’m sure GitHub had all the right intentions here. And I’m sure this will work out well for a select few developers who will amass enough donations to ignore individual claims to their time. But I think it’s a grave risk to the culture of open source.&#8221;</p>\n<p>Hansson referenced a recent keynote he delivered at RailsConf 2019 titled &#8220;<a href=\"https://m.signalvnoise.com/open-source-beyond-the-market/\" rel=\"noopener noreferrer\" target=\"_blank\">Open source beyond the market</a>,&#8221; challenging those whose initial reactions are simply that &#8220;donations are a good thing.&#8221; Bringing the concept of sponsorship a into the workflow introduces a transactional nature to the work, with unavoidable marketplace expectations that can complicate a project&#8217;s development.</p>\n<p>&#8220;Th
 e marketplace norms are hard to escape,&#8221; Hansson said in his keynote. &#8220;They seep into our unconsciousness. There are plenty of open source users who think themselves less as a recipient of a gift and more like customers with warranty claims, that they’ve done the makers of said open source software a great honor by merely choosing to use their thing.</p>\n<p>&#8220;In fact, it’s kind of a natural extension of a society that worships consumerism above little less. A natural extension of &#8216;the customer is always right,&#8217; of the adversarial relationship between buyer and seller.&#8221;</p>\n<p>Others have expressed more specific concerns, such as Microsoft&#8217;s GitHub becoming the dominant payment platform for open source developers, sponsors receiving priority consideration in issues and PRs over user and project needs, and developers deliberately introducing bugs in order to solicit donations. </p>
 \n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">Already seeing “I will prioritise your issues” in the ‘rewards’ sections on the first sponsor-enabled accounts&#8230; so.. you called it</p>\n<p>&mdash; Lasse Rafn (@LasseRafn) <a href=\"https://twitter.com/LasseRafn/status/1131601620582764555?ref_src=twsrc%5Etfw\">May 23, 2019</a></p></blockquote>\n<p></p>\n<p>Pia Mancini, co-founder of Open Collective, <a href=\"https://medium.com/open-collective/on-github-sponsors-5450b63caf7d\" rel=\"noopener noreferrer\" target=\"_blank\">wrote a response</a> to the concerns that people were sending her way on Twitter. </p>\n<p>&#8220;I am really happy to see such an important player in the ecosystem helping out with the problem of sustaining open source,&#8221; Mancini said. &#8220;Sustaining 
 our commons is an effort that requires everyone to contribute. I am glad to see Github come on board.&#8221; </p>\n<p>This idea of the sustainability of open source and the &#8220;<a href=\"https://en.wikipedia.org/wiki/Tragedy_of_the_commons\" rel=\"noopener noreferrer\" target=\"_blank\">tragedy of the commons</a>&#8221; is one that <a href=\"https://m.signalvnoise.com/open-source-beyond-the-market/\" rel=\"noopener noreferrer\" target=\"_blank\">Hansson and many others reject</a>, but it is one that is commonly embraced by copyleft advocates. It works for Open Collective&#8217;s business model, but comes with its own flavor of reciprocity. Open Collective is distinct in that its funding service is removed from the direct workflow of software development, instead of deeply integrated like GitHub&#8217;s Sponsors tool. </p>\n<p>Mancini said that her compan
 y can &#8220;happily coexist with GitHub Sponsors&#8221; because of Open Collective&#8217;s chief differentiators. It was built for projects, not individuals. It offers full transparency about where funds come from and how they are spent. The company also manages the paperwork and tax forms required for fiscal sponsorship. </p>\n<p>&#8220;Open Collective is for funding projects as opposed to individual maintainers,&#8221; Mancini said. &#8220;We strongly believe in supporting communities as a whole, as well as the individuals that make up that community. This helps with ensuring more diversity, and less concentration of power and decisions on one maintainer.&#8221;</p>\n<p>She also cautioned against GitHub trying to swallow up too many aspects of the open source community and injecting its own corporate interests. She hints at a line that the company has not yet crossed but many are still wary of what Microsoft plans to do with Git
 Hub.  </p>\n<p>&#8220;Of course, there’s risk: centralization and lock-in are very risky for communities,&#8221; Mancini said. &#8220;GitHub is Microsoft, which has its own metrics in mind, and it will be difficult for them to be independent, regardless of the good faith of the folks involved.</p>\n<p>&#8220;Attempting to own all aspects of the open source community is a harmful strategy. So far, I don’t think GitHub is trying to do this. They are in a position to help, and they are open to collaborating with existing players.</p>\n<p>&#8220;Does it compete with Open Collective? To some extent. But our growth has never been primarily driven by individuals giving to individuals, but by companies giving to projects. GitHub Sponsors does not solve the need sponsor companies have for invoices and a legal entity to engage with for their vendor systems and documentation requirements.&#8221;</p>\n<p>GitHub&#821
 7;s intentions may simply be a recognition of what open source software has matured to become &#8211; a driving force of innovation in all industries and an effort worthy of financial support. Giving developers an easy way to receive some reward for their contributions seems rather innocuous, but the concern is that Microsoft cannot foresee the long term consequences of its sponsorship implementation inside GitHub&#8217;s workflow. Open source project maintainers who <a href=\"https://wptavern.com/github-responds-to-letter-from-open-source-project-maintainers\" rel=\"noopener noreferrer\" target=\"_blank\">pressed GitHub for more consideration of open source workflows</a> may get more than they bargained for.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:
 \"data\";s:31:\"Fri, 24 May 2019 18:40:15 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:49;a:6:{s:4:\"data\";s:13:\"\n       \n      \n      \n      \n      \n      \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:85:\"WPTavern: Automattic Acquires Prospress, the company behind WooCommerce 
 Subscriptions\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=90102\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:95:\"https://wptavern.com/automattic-acquires-prospress-the-company-behind-woocommerce-subscriptions\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4052:\"<p><a href=\"https://automattic.com/\" rel=\"noopener noreferrer\" target=\&quot
 ;_blank\">Automattic</a> has acquired <a href=\"https://prospress.com/\" rel=\"noopener noreferrer\" target=\"_blank\">Prospress</a> and its flagship <a href=\"https://woocommerce.com/products/woocommerce-subscriptions/\" rel=\"noopener noreferrer\" target=\"_blank\">WooCommerce Subscriptions</a> product, along with the company&#8217;s entire suite of e-commerce plugins and automation tools. Prospress&#8217; 20 employees will be joining Automattic to continue developing and supporting their products.</p>\n<p>There are no immediate changes planned for current WooCommerce Subscriptions customers. Automattic will begin working on a roadmap for the product after integrating the Prospress team into the company.</p>\n<p>In the <a href=\"https://woocommerce.com/posts/prospress-joins-automattic-to-jointly-develop-woocommerce-subscriptions/\" rel=\&qu
 ot;noopener noreferrer\" target=\"_blank\">announcement Q&#038;A</a>, Prospress founder Brent Shepherd said he is excited to see how Subscriptions will integrate with Automattic&#8217;s existing products and offered a glimpse at what they may be working on in the near future:</p>\n<blockquote><p>In more specific terms, that could mean looking at closer relationships with how payments are handled, or integrations with other platforms such as WordPress.com. There are also a couple of things to solve both in WooCommerce and subscriptions to help them scale better. Interestingly, these challenges are almost identical for the two codebases. By working more closely to solve them than we ever could apart, I hope we can do a better job of implementing solutions and in a shorter time frame.</p></blockquote>\n<p>WooCommerce Subscriptions can already be purchased a la carte and used on WordPress.com stores, so nothing will cha
 nge in this department. I asked Paul Maiorana, head of partnerships for WooCommerce, if there are any plans to integrate Subscription functionality with Jetpack sites, as the plugin&#8217;s team is currently pursuing a Membership feature that is essentially recurring payments.</p>\n<p>&#8220;We’re excited to learn from the Prospress team as they’re experts in this space, and could see Memberships potentially leveraging some of the Subscriptions code to avoid duplicating efforts — but we have no plans to integrate the products,&#8221; Maiorana said.</p>\n<p>The Prospress acquisition also includes <a href=\"https://automatewoo.com/\" rel=\"noopener noreferrer\" target=\"_blank\">AutomateWoo</a>, a marketing automation tool, and <a href=\"https://robotninja.com/\" rel=\"noopener noreferrer\" target=\"_blank\">Robot Ninja</a>, which offers automated checkout test
 ing for WooCommerce stores. <a href=\"https://prospress.com/automatewoo-joins-prospress/\" rel=\"noopener noreferrer\" target=\"_blank\">Prospress acquired AutomateWoo</a> in June 2018 as a complementary product to Subscriptions. There are no immediate changes planned for these products that would affect customers.</p>\n<p>Prospress has been deeply invested in the WooCoommerce open source project for many years. WooCommerce has 834 contributors and Shepherd is currently among the top 10. His company <a href=\"https://prospress.com/five-for-the-future-of-woocommerce/\" rel=\"noopener noreferrer\" target=\"_blank\">committed to the five for the future initiative</a> last year by sponsoring one of its employees to contribute full time to WooCommerce core. For the past five years Shepherd has also co-organized the WooCommerce San Francisco meet-up.</p>\n<p>Cornering the market on 
 Subscriptions and being able to ensure a tight integration for customers gives WooCommerce a more competitive edge in the broader e-commerce space. Prospress&#8217; smaller products are also strategic additions to WooCommerce&#8217;s offerings. If Automattic can integrate the marketing automation and automated checkout testing tools in one hosted package, these tools have the potential to greatly increase customer&#8217;s success and confidence in their WooCommerce powered stores.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 23 May 2019 23:20:27 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/el
 ements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";O:42:\"Requests_Utility_CaseInsensitiveDictionary\":1:{s:7:\"\0*\0data\";a:8:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Tue, 25 Jun 2019 19:17:44 GMT\";s:12:\"content-type\";s:8:\"text/xml\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:13:\"last-modified\";s:29:\"Tue, 25 Jun 2019 19:00:29 GMT\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:9:\"HIT ord 1\";s:16:\"content-encoding\";s:4:\"gzip\";}}s:5:\"build\";s:14:\"2019051623
 2145\";}','no'),(1176,'_transient_timeout_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9','1561533464','no'),(1177,'_transient_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9','1561490264','no'),(1178,'_transient_timeout_dash_v2_88ae138922fe95674369b1cb3d215a2b','1561533464','no'),(1179,'_transient_dash_v2_88ae138922fe95674369b1cb3d215a2b','<div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://wordpress.org/news/2019/06/wordpress-5-2-2-maintenance-release/\'>WordPress 5.2.2 Maintenance Release</a></li></ul></div><div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://wptavern.com/wordcamp-europe-2020-to-be-held-in-porto-june-4-6\'>WPTavern: WordCamp Europe 2020 to be Held in Porto, June 4-6</a></li><li><a class=\'rsswidget\' href=\'https://wptavern.com/contribution-time-sponsored-and-teams-fields-added-to-wordpress-org-user-profiles\'>WPTave
 rn: Contribution Time, Sponsored, and Teams Fields Added to WordPress.org User Profiles</a></li><li><a class=\'rsswidget\' href=\'https://wptavern.com/matt-mullenwegs-summer-update-at-wordcamp-europe-2019-gutenbergs-progress-and-a-preview-of-upcoming-features\'>WPTavern: Matt Mullenweg’s Summer Update at WordCamp Europe 2019: Gutenberg’s Progress and a Preview of Upcoming Features</a></li></ul></div>','no'),(1186,'_transient_is_multi_author','0','yes');
</ins><span class="cx" style="display: block; padding: 0 10px"> /*!40000 ALTER TABLE `wc_options` ENABLE KEYS */;
</span><span class="cx" style="display: block; padding: 0 10px"> UNLOCK TABLES;
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -1846,7 +1870,7 @@
</span><span class="cx" style="display: block; padding: 0 10px">   PRIMARY KEY (`meta_id`),
</span><span class="cx" style="display: block; padding: 0 10px">   KEY `post_id` (`post_id`),
</span><span class="cx" style="display: block; padding: 0 10px">   KEY `meta_key` (`meta_key`(191))
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-) ENGINE=InnoDB AUTO_INCREMENT=327 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+) ENGINE=InnoDB AUTO_INCREMENT=492 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
</ins><span class="cx" style="display: block; padding: 0 10px"> /*!40101 SET character_set_client = @saved_cs_client */;
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><span class="cx" style="display: block; padding: 0 10px"> --
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -1855,7 +1879,7 @@
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><span class="cx" style="display: block; padding: 0 10px"> LOCK TABLES `wc_postmeta` WRITE;
</span><span class="cx" style="display: block; padding: 0 10px"> /*!40000 ALTER TABLE `wc_postmeta` DISABLE KEYS */;
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-INSERT INTO `wc_postmeta` VALUES (1,2,'_wp_page_template','default'),(272,24,'tix_options','a:16:{s:8:\"currency\";s:3:\"USD\";s:10:\"event_name\";s:12:\"Content 2014\";s:7:\"version\";i:20140325;s:20:\"reservations_enabled\";b:0;s:15:\"refunds_enabled\";b:0;s:18:\"refund_all_enabled\";b:0;s:8:\"archived\";b:0;s:15:\"payment_methods\";a:1:{s:6:\"paypal\";b:1;}s:30:\"email_template_single_purchase\";s:233:\"Hi there!\n\nYou have purchased the following ticket:\n\n[receipt]\n\nYou can edit the information for the purchased ticket at any time before the event, by visiting the following link:\n\n[ticket_url]\n\nLet us know if you have any questions!\";s:32:\"email_template_multiple_purchase\";s:237:\"Hi there!\n\nThank you so much for purchasing a t
 icket and hope to see you soon at our event. You can edit your information at any time before the event, by visiting the following link:\n\n[ticket_url]\n\nLet us know if you have any questions!\";s:40:\"email_template_multiple_purchase_receipt\";s:239:\"Hi there!\n\nYou have purchased the following tickets:\n\n[receipt]\n\nYou can edit the information for all the purchased tickets at any time before the event, by visiting the following link:\n\n[ticket_url]\n\nLet us know if you have any questions!\";s:32:\"email_template_pending_succeeded\";s:237:\"Hey there!\n\nYour payment for [event_name] has been completed, looking forward to seeing you at the event! You can access and change your tickets information by visiting the following link:\n\n[ticket_url]\n\nLet us know if you need any help!\";s:29:\"email_template_pending_failed\";s:293:\"Hey there!\n\nWe\'re so sorry, but it looks like your payment for [event_name] has fail
 ed! Please check your payment transactions for more details. If you still wish to attend the event, feel free to purchase a new ticket using the following link:\n\n[ticket_url]\n\nLet us know if you need any help!\";s:28:\"email_template_single_refund\";s:230:\"Hey there!\n\nYour refund for [event_name] has been completed. If you change your mind and still wish to attend the event, feel free to purchase a new ticket using the following link:\n\n[ticket_url]\n\nLet us know if you need any help!\";s:30:\"email_template_multiple_refund\";s:229:\"Hey there!\n\nYour ticket for [event_name] has been refunded. If you change your mind and still wish to attend the event, feel free to purchase a new ticket using the following link:\n\n[ticket_url]\n\nLet us know if you need any help!\";s:22:\"payment_options_paypal\";a:1:{s:10:\"api_predef\";s:16:\"wordcamp-sandbox\";}}'),(273,24,'tix_home_url','http://2014.content.wor
 dcamp.test'),(274,24,'tix_admin_url','http://2014.content.wordcamp.test/wp-admin/'),(275,24,'tix_stats_sold','2'),(276,24,'tix_stats_remaining','18'),(277,24,'tix_stats_subtotal','40'),(278,24,'tix_stats_discounted','0'),(279,24,'tix_stats_revenue','40'),(280,24,'tix_stats_last_modified','1395855896'),(281,24,'tix_earliest_start','1395853225'),(282,24,'tix_undefined_start',''),(283,24,'tix_latest_end','1544073915'),(284,24,'tix_undefined_end','1'),(285,24,'tix_archived','0'),(286,25,'tix_options','a:16:{s:8:\"currency\";s:3:\"USD\";s:10:\"event_name\";s:2:\"\">\";s:7:\"version\";i:20140325;s:20:\"reservations_enabled\";b:0;s:15:\"refunds_enabled\";b:0;s:18:\"refund_all_enabled\";b:0;s:8:\"archived\";b:0;s:15:\"payment_methods\";a:1:{s:6:\"paypal\";b:1;}s:30:\"email_template_single_purchase\";s:30:\"\"><img src=x onerror=alert(1)>\";s
 :32:\"email_template_multiple_purchase\";s:243:\"Hi there!\r\n\r\nThank you so much for purchasing a ticket and hope to see you soon at our event. You can edit your information at any time before the event, by visiting the following link:\r\n\r\n[ticket_url]\r\n\r\nLet us know if you have any questions!\";s:40:\"email_template_multiple_purchase_receipt\";s:249:\"Hi there!\r\n\r\nYou have purchased the following tickets:\r\n\r\n[receipt]\r\n\r\nYou can edit the information for all the purchased tickets at any time before the event, by visiting the following link:\r\n\r\n[ticket_url]\r\n\r\nLet us know if you have any questions!\";s:32:\"email_template_pending_succeeded\";s:243:\"Hey there!\r\n\r\nYour payment for [event_name] has been completed, looking forward to seeing you at the event! You can access and change your tickets information by visiting the following link:\r\n\r\n[ticket_url]\r\n\r\nLet us know if you need any help!
 \";s:29:\"email_template_pending_failed\";s:299:\"Hey there!\r\n\r\nWe\'re so sorry, but it looks like your payment for [event_name] has failed! Please check your payment transactions for more details. If you still wish to attend the event, feel free to purchase a new ticket using the following link:\r\n\r\n[ticket_url]\r\n\r\nLet us know if you need any help!\";s:28:\"email_template_single_refund\";s:236:\"Hey there!\r\n\r\nYour refund for [event_name] has been completed. If you change your mind and still wish to attend the event, feel free to purchase a new ticket using the following link:\r\n\r\n[ticket_url]\r\n\r\nLet us know if you need any help!\";s:30:\"email_template_multiple_refund\";s:235:\"Hey there!\r\n\r\nYour ticket for [event_name] has been refunded. If you change your mind and still wish to attend the event, feel free to purchase a new ticket using the following link:\r\n\r\n[ticket_url]\r\n\r\nLet us know i
 f you need any help!\";s:22:\"payment_options_paypal\";a:5:{s:10:\"api_predef\";s:0:\"\";s:12:\"api_username\";s:30:\"\"><img src=x onerror=alert(1)>\";s:12:\"api_password\";s:30:\"\"><img src=x onerror=alert(1)>\";s:13:\"api_signature\";s:30:\"\"><img src=x onerror=alert(1)>\";s:7:\"sandbox\";b:1;}}'),(287,25,'tix_home_url','http://2014.misc.wordcamp.test'),(288,25,'tix_admin_url','http://2014.misc.wordcamp.test/wp-admin/'),(289,25,'tix_stats_last_modified','1403382228'),(290,25,'tix_stats_sold','0'),(291,25,'tix_stats_remaining','255'),(292,25,'tix_stats_subtotal','0'),(293,25,'tix_stats_discounted','0'),(294,25,'tix_stats_revenue','0'),(295,25,'tix_earliest_start','1395769338'),(296,25,'tix_undefined_start',''),(297,25,'tix_latest_end','1544073915'),(298,25,'tix_undefined_end','1'),(299,25,'tix_archived','0'),(300,26,'tix_options','a:1
 6:{s:8:\"currency\";s:3:\"USD\";s:10:\"event_name\";s:13:\"New Site 2014\";s:7:\"version\";i:20140325;s:20:\"reservations_enabled\";b:0;s:15:\"refunds_enabled\";b:0;s:18:\"refund_all_enabled\";b:0;s:8:\"archived\";b:0;s:15:\"payment_methods\";a:1:{s:6:\"paypal\";b:1;}s:30:\"email_template_single_purchase\";s:233:\"Hi there!\n\nYou have purchased the following ticket:\n\n[receipt]\n\nYou can edit the information for the purchased ticket at any time before the event, by visiting the following link:\n\n[ticket_url]\n\nLet us know if you have any questions!\";s:32:\"email_template_multiple_purchase\";s:237:\"Hi there!\n\nThank you so much for purchasing a ticket and hope to see you soon at our event. You can edit your information at any time before the event, by visiting the following link:\n\n[ticket_url]\n\nLet us know if you have any questio
 ns!\";s:40:\"email_template_multiple_purchase_receipt\";s:239:\"Hi there!\n\nYou have purchased the following tickets:\n\n[receipt]\n\nYou can edit the information for all the purchased tickets at any time before the event, by visiting the following link:\n\n[ticket_url]\n\nLet us know if you have any questions!\";s:32:\"email_template_pending_succeeded\";s:237:\"Hey there!\n\nYour payment for [event_name] has been completed, looking forward to seeing you at the event! You can access and change your tickets information by visiting the following link:\n\n[ticket_url]\n\nLet us know if you need any help!\";s:29:\"email_template_pending_failed\";s:293:\"Hey there!\n\nWe\'re so sorry, but it looks like your payment for [event_name] has failed! Please check your payment transactions for more details. If you still wish to attend the event, feel free to purchase a new ticket using the following link:\n\n[ticket_url]\n\nLet us know
  if you need any help!\";s:28:\"email_template_single_refund\";s:230:\"Hey there!\n\nYour refund for [event_name] has been completed. If you change your mind and still wish to attend the event, feel free to purchase a new ticket using the following link:\n\n[ticket_url]\n\nLet us know if you need any help!\";s:30:\"email_template_multiple_refund\";s:229:\"Hey there!\n\nYour ticket for [event_name] has been refunded. If you change your mind and still wish to attend the event, feel free to purchase a new ticket using the following link:\n\n[ticket_url]\n\nLet us know if you need any help!\";s:22:\"payment_options_paypal\";a:1:{s:10:\"api_predef\";s:16:\"wordcamp-sandbox\";}}'),(301,26,'tix_home_url','http://2014.new-site.wordcamp.test'),(302,26,'tix_admin_url','http://2014.new-site.wordcamp.test/wp-admin/'),(303,26,'tix_stats_sold','0'),(304,26,'tix_stats_remaining','0'),(305,26,'tix_stats_subtotal','0'),(306,2
 6,'tix_stats_discounted','0'),(307,26,'tix_stats_revenue','0'),(308,26,'tix_earliest_start','1544073915'),(309,26,'tix_undefined_start','1'),(310,26,'tix_latest_end','1544073915'),(311,26,'tix_undefined_end','1'),(312,26,'tix_archived','0'),(313,27,'tix_options','a:16:{s:8:\"currency\";s:3:\"USD\";s:10:\"event_name\";s:21:\"WordCamp Seattle 2014\";s:7:\"version\";i:20140325;s:20:\"reservations_enabled\";b:0;s:15:\"refunds_enabled\";b:0;s:18:\"refund_all_enabled\";b:0;s:8:\"archived\";b:0;s:15:\"payment_methods\";a:1:{s:6:\"paypal\";b:1;}s:30:\"email_template_single_purchase\";s:233:\"Hi there!\n\nYou have purchased the following ticket:\n\n[receipt]\n\nYou can edit the information for the purchased ticket at any time before the event, by visiting the following link:\n\n[ticket_url]\n\nLet us know if you have any questions!\";s:32:\"email_template_mul
 tiple_purchase\";s:237:\"Hi there!\n\nThank you so much for purchasing a ticket and hope to see you soon at our event. You can edit your information at any time before the event, by visiting the following link:\n\n[ticket_url]\n\nLet us know if you have any questions!\";s:40:\"email_template_multiple_purchase_receipt\";s:239:\"Hi there!\n\nYou have purchased the following tickets:\n\n[receipt]\n\nYou can edit the information for all the purchased tickets at any time before the event, by visiting the following link:\n\n[ticket_url]\n\nLet us know if you have any questions!\";s:32:\"email_template_pending_succeeded\";s:237:\"Hey there!\n\nYour payment for [event_name] has been completed, looking forward to seeing you at the event! You can access and change your tickets information by visiting the following link:\n\n[ticket_url]\n\nLet us know if you need any help!\";s:29:\"email_template_pending_failed\";s:293:\"Hey
  there!\n\nWe\'re so sorry, but it looks like your payment for [event_name] has failed! Please check your payment transactions for more details. If you still wish to attend the event, feel free to purchase a new ticket using the following link:\n\n[ticket_url]\n\nLet us know if you need any help!\";s:28:\"email_template_single_refund\";s:230:\"Hey there!\n\nYour refund for [event_name] has been completed. If you change your mind and still wish to attend the event, feel free to purchase a new ticket using the following link:\n\n[ticket_url]\n\nLet us know if you need any help!\";s:30:\"email_template_multiple_refund\";s:229:\"Hey there!\n\nYour ticket for [event_name] has been refunded. If you change your mind and still wish to attend the event, feel free to purchase a new ticket using the following link:\n\n[ticket_url]\n\nLet us know if you need any help!\";s:22:\"payment_options_paypal\";a:1:{s:10:\"api_predef\";s:16
 :\"wordcamp-sandbox\";}}'),(314,27,'tix_home_url','http://2014.seattle.wordcamp.test'),(315,27,'tix_admin_url','http://2014.seattle.wordcamp.test/wp-admin/'),(316,27,'tix_stats_sold','936'),(317,27,'tix_stats_remaining','-236'),(318,27,'tix_stats_subtotal','18720'),(319,27,'tix_stats_discounted','0'),(320,27,'tix_stats_revenue','18720'),(321,27,'tix_stats_last_modified','1403381449'),(322,27,'tix_earliest_start','1399334400'),(323,27,'tix_undefined_start',''),(324,27,'tix_latest_end','1544073915'),(325,27,'tix_undefined_end','1'),(326,27,'tix_archived','0');
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+INSERT INTO `wc_postmeta` VALUES (1,2,'_wp_page_template','default'),(437,36,'tix_options','a:17:{s:8:\"currency\";s:3:\"USD\";s:10:\"event_name\";s:12:\"Content 2014\";s:7:\"version\";i:20180709;s:20:\"reservations_enabled\";b:0;s:15:\"refunds_enabled\";b:0;s:18:\"refund_all_enabled\";b:0;s:8:\"archived\";b:0;s:15:\"payment_methods\";a:1:{s:6:\"paypal\";b:1;}s:30:\"email_template_single_purchase\";s:233:\"Hi there!\n\nYou have purchased the following ticket:\n\n[receipt]\n\nYou can edit the information for the purchased ticket at any time before the event, by visiting the following link:\n\n[ticket_url]\n\nLet us know if you have any questions!\";s:32:\"email_template_multiple_purchase\";s:237:\"Hi there!\n\nThank you so much for purchasing a ti
 cket and hope to see you soon at our event. You can edit your information at any time before the event, by visiting the following link:\n\n[ticket_url]\n\nLet us know if you have any questions!\";s:40:\"email_template_multiple_purchase_receipt\";s:239:\"Hi there!\n\nYou have purchased the following tickets:\n\n[receipt]\n\nYou can edit the information for all the purchased tickets at any time before the event, by visiting the following link:\n\n[ticket_url]\n\nLet us know if you have any questions!\";s:32:\"email_template_pending_succeeded\";s:237:\"Hey there!\n\nYour payment for [event_name] has been completed, looking forward to seeing you at the event! You can access and change your tickets information by visiting the following link:\n\n[ticket_url]\n\nLet us know if you need any help!\";s:29:\"email_template_pending_failed\";s:293:\"Hey there!\n\nWe\'re so sorry, but it looks like your payment for [event_name] has faile
 d! Please check your payment transactions for more details. If you still wish to attend the event, feel free to purchase a new ticket using the following link:\n\n[ticket_url]\n\nLet us know if you need any help!\";s:28:\"email_template_single_refund\";s:230:\"Hey there!\n\nYour refund for [event_name] has been completed. If you change your mind and still wish to attend the event, feel free to purchase a new ticket using the following link:\n\n[ticket_url]\n\nLet us know if you need any help!\";s:30:\"email_template_multiple_refund\";s:229:\"Hey there!\n\nYour ticket for [event_name] has been refunded. If you change your mind and still wish to attend the event, feel free to purchase a new ticket using the following link:\n\n[ticket_url]\n\nLet us know if you need any help!\";s:22:\"payment_options_stripe\";a:1:{s:10:\"api_predef\";s:12:\"wpcs-sandbox\";}s:22:\"payment_options_paypal\";a:1:{s:10:\&qu
 ot;api_predef\";s:16:\"wordcamp-sandbox\";}}'),(438,36,'tix_home_url','https://2014.content.wordcamp.test'),(439,36,'tix_admin_url','https://2014.content.wordcamp.test/wp-admin/'),(440,36,'tix_stats_sold','2'),(441,36,'tix_stats_remaining','18'),(442,36,'tix_stats_subtotal','40'),(443,36,'tix_stats_discounted','0'),(444,36,'tix_stats_revenue','40'),(445,36,'tix_stats_last_modified','1395855896'),(446,36,'tix_earliest_start','1395853225'),(447,36,'tix_undefined_start',''),(448,36,'tix_latest_end','1592250173'),(449,36,'tix_undefined_end','1'),(450,36,'tix_archived','0'),(451,37,'tix_options','a:17:{s:8:\"currency\";s:3:\"USD\";s:10:\"event_name\";s:2:\"\">\";s:7:\"version\";i:20180709;s:20:\"reservations_enabled\";b:0;s:15:\"refunds_enabled\";b:0;s:18:\"refund_all_enabled\";b:0;s:8:\"archived\";b:0;s:15:\"payment_methods\";a:1:{s:6:\"paypal\";b:1;}s:30:
 \"email_template_single_purchase\";s:30:\"\"><img src=x onerror=alert(1)>\";s:32:\"email_template_multiple_purchase\";s:243:\"Hi there!\r\n\r\nThank you so much for purchasing a ticket and hope to see you soon at our event. You can edit your information at any time before the event, by visiting the following link:\r\n\r\n[ticket_url]\r\n\r\nLet us know if you have any questions!\";s:40:\"email_template_multiple_purchase_receipt\";s:249:\"Hi there!\r\n\r\nYou have purchased the following tickets:\r\n\r\n[receipt]\r\n\r\nYou can edit the information for all the purchased tickets at any time before the event, by visiting the following link:\r\n\r\n[ticket_url]\r\n\r\nLet us know if you have any questions!\";s:32:\"email_template_pending_succeeded\";s:243:\"Hey there!\r\n\r\nYour payment for [event_name] has been completed, looking forward to seeing you at the event! You can access and change your t
 ickets information by visiting the following link:\r\n\r\n[ticket_url]\r\n\r\nLet us know if you need any help!\";s:29:\"email_template_pending_failed\";s:299:\"Hey there!\r\n\r\nWe\'re so sorry, but it looks like your payment for [event_name] has failed! Please check your payment transactions for more details. If you still wish to attend the event, feel free to purchase a new ticket using the following link:\r\n\r\n[ticket_url]\r\n\r\nLet us know if you need any help!\";s:28:\"email_template_single_refund\";s:236:\"Hey there!\r\n\r\nYour refund for [event_name] has been completed. If you change your mind and still wish to attend the event, feel free to purchase a new ticket using the following link:\r\n\r\n[ticket_url]\r\n\r\nLet us know if you need any help!\";s:30:\"email_template_multiple_refund\";s:235:\"Hey there!\r\n\r\nYour ticket for [event_name] has been refunded. If you change your mind and still wish to attend t
 he event, feel free to purchase a new ticket using the following link:\r\n\r\n[ticket_url]\r\n\r\nLet us know if you need any help!\";s:22:\"payment_options_stripe\";a:1:{s:10:\"api_predef\";s:12:\"wpcs-sandbox\";}s:22:\"payment_options_paypal\";a:5:{s:10:\"api_predef\";s:0:\"\";s:12:\"api_username\";s:30:\"\"><img src=x onerror=alert(1)>\";s:12:\"api_password\";s:30:\"\"><img src=x onerror=alert(1)>\";s:13:\"api_signature\";s:30:\"\"><img src=x onerror=alert(1)>\";s:7:\"sandbox\";b:1;}}'),(452,37,'tix_home_url','https://2014.misc.wordcamp.test'),(453,37,'tix_admin_url','https://2014.misc.wordcamp.test/wp-admin/'),(454,37,'tix_stats_last_modified','1403382228'),(455,37,'tix_stats_sold','0'),(456,37,'tix_stats_remaining','255'),(457,37,'tix_stats_subtotal','0'),(458,37,'tix_stats_discounted','0'),(459,37,'tix_
 stats_revenue','0'),(460,37,'tix_earliest_start','1395769338'),(461,37,'tix_undefined_start',''),(462,37,'tix_latest_end','1592250173'),(463,37,'tix_undefined_end','1'),(464,37,'tix_archived','0'),(465,38,'tix_options','a:17:{s:8:\"currency\";s:3:\"USD\";s:10:\"event_name\";s:13:\"New Site 2014\";s:7:\"version\";i:20180709;s:20:\"reservations_enabled\";b:0;s:15:\"refunds_enabled\";b:0;s:18:\"refund_all_enabled\";b:0;s:8:\"archived\";b:0;s:15:\"payment_methods\";a:1:{s:6:\"paypal\";b:1;}s:30:\"email_template_single_purchase\";s:233:\"Hi there!\n\nYou have purchased the following ticket:\n\n[receipt]\n\nYou can edit the information for the purchased ticket at any time before the event, by visiting the following link:\n\n[ticket_url]\n\nLet us know if you have any questions!\";s:32:\"email_template_multiple_purchase\";s:237:\"Hi there!\n\nThan
 k you so much for purchasing a ticket and hope to see you soon at our event. You can edit your information at any time before the event, by visiting the following link:\n\n[ticket_url]\n\nLet us know if you have any questions!\";s:40:\"email_template_multiple_purchase_receipt\";s:239:\"Hi there!\n\nYou have purchased the following tickets:\n\n[receipt]\n\nYou can edit the information for all the purchased tickets at any time before the event, by visiting the following link:\n\n[ticket_url]\n\nLet us know if you have any questions!\";s:32:\"email_template_pending_succeeded\";s:237:\"Hey there!\n\nYour payment for [event_name] has been completed, looking forward to seeing you at the event! You can access and change your tickets information by visiting the following link:\n\n[ticket_url]\n\nLet us know if you need any help!\";s:29:\"email_template_pending_failed\";s:293:\"Hey there!\n\nWe\'re so sorry, but it looks like your p
 ayment for [event_name] has failed! Please check your payment transactions for more details. If you still wish to attend the event, feel free to purchase a new ticket using the following link:\n\n[ticket_url]\n\nLet us know if you need any help!\";s:28:\"email_template_single_refund\";s:230:\"Hey there!\n\nYour refund for [event_name] has been completed. If you change your mind and still wish to attend the event, feel free to purchase a new ticket using the following link:\n\n[ticket_url]\n\nLet us know if you need any help!\";s:30:\"email_template_multiple_refund\";s:229:\"Hey there!\n\nYour ticket for [event_name] has been refunded. If you change your mind and still wish to attend the event, feel free to purchase a new ticket using the following link:\n\n[ticket_url]\n\nLet us know if you need any help!\";s:22:\"payment_options_stripe\";a:1:{s:10:\"api_predef\";s:12:\"wpcs-sandbox\";}s:22:\"payment_opt
 ions_paypal\";a:1:{s:10:\"api_predef\";s:16:\"wordcamp-sandbox\";}}'),(466,38,'tix_home_url','https://2014.new-site.wordcamp.test'),(467,38,'tix_admin_url','https://2014.new-site.wordcamp.test/wp-admin/'),(468,38,'tix_stats_sold','0'),(469,38,'tix_stats_remaining','0'),(470,38,'tix_stats_subtotal','0'),(471,38,'tix_stats_discounted','0'),(472,38,'tix_stats_revenue','0'),(473,38,'tix_earliest_start','1592250174'),(474,38,'tix_undefined_start','1'),(475,38,'tix_latest_end','1592250174'),(476,38,'tix_undefined_end','1'),(477,38,'tix_archived','0'),(478,39,'tix_options','a:17:{s:8:\"currency\";s:3:\"USD\";s:10:\"event_name\";s:21:\"WordCamp Seattle 2014\";s:7:\"version\";i:20180709;s:20:\"reservations_enabled\";b:0;s:15:\"refunds_enabled\";b:0;s:18:\"refund_all_enabled\";b:0;s:8:\"archived\";b:0;s:15:\"payment_methods\";a:1:{s:6:\"paypal\";b:1;}s:30:\&qu
 ot;email_template_single_purchase\";s:233:\"Hi there!\n\nYou have purchased the following ticket:\n\n[receipt]\n\nYou can edit the information for the purchased ticket at any time before the event, by visiting the following link:\n\n[ticket_url]\n\nLet us know if you have any questions!\";s:32:\"email_template_multiple_purchase\";s:237:\"Hi there!\n\nThank you so much for purchasing a ticket and hope to see you soon at our event. You can edit your information at any time before the event, by visiting the following link:\n\n[ticket_url]\n\nLet us know if you have any questions!\";s:40:\"email_template_multiple_purchase_receipt\";s:239:\"Hi there!\n\nYou have purchased the following tickets:\n\n[receipt]\n\nYou can edit the information for all the purchased tickets at any time before the event, by visiting the following link:\n\n[ticket_url]\n\nLet us know if you have any questions!\";s:32:\"email_template_pending_succeeded\&
 quot;;s:237:\"Hey there!\n\nYour payment for [event_name] has been completed, looking forward to seeing you at the event! You can access and change your tickets information by visiting the following link:\n\n[ticket_url]\n\nLet us know if you need any help!\";s:29:\"email_template_pending_failed\";s:293:\"Hey there!\n\nWe\'re so sorry, but it looks like your payment for [event_name] has failed! Please check your payment transactions for more details. If you still wish to attend the event, feel free to purchase a new ticket using the following link:\n\n[ticket_url]\n\nLet us know if you need any help!\";s:28:\"email_template_single_refund\";s:230:\"Hey there!\n\nYour refund for [event_name] has been completed. If you change your mind and still wish to attend the event, feel free to purchase a new ticket using the following link:\n\n[ticket_url]\n\nLet us know if you need any help!\";s:30:\"email_template_multiple_refund\";s:
 229:\"Hey there!\n\nYour ticket for [event_name] has been refunded. If you change your mind and still wish to attend the event, feel free to purchase a new ticket using the following link:\n\n[ticket_url]\n\nLet us know if you need any help!\";s:22:\"payment_options_stripe\";a:1:{s:10:\"api_predef\";s:12:\"wpcs-sandbox\";}s:22:\"payment_options_paypal\";a:1:{s:10:\"api_predef\";s:16:\"wordcamp-sandbox\";}}'),(479,39,'tix_home_url','https://2014.seattle.wordcamp.test'),(480,39,'tix_admin_url','https://2014.seattle.wordcamp.test/wp-admin/'),(481,39,'tix_stats_sold','936'),(482,39,'tix_stats_remaining','-236'),(483,39,'tix_stats_subtotal','18720'),(484,39,'tix_stats_discounted','0'),(485,39,'tix_stats_revenue','18720'),(486,39,'tix_stats_last_modified','1403381449'),(487,39,'tix_earliest_start','1399334400'),(488,39,'tix_undefined_start',''),(489,39,'tix_latest_end','1592250174'),(490,39,'tix_undefined_end','1'),(491
 ,39,'tix_archived','0');
</ins><span class="cx" style="display: block; padding: 0 10px"> /*!40000 ALTER TABLE `wc_postmeta` ENABLE KEYS */;
</span><span class="cx" style="display: block; padding: 0 10px"> UNLOCK TABLES;
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -1895,7 +1919,7 @@
</span><span class="cx" style="display: block; padding: 0 10px">   KEY `post_parent` (`post_parent`),
</span><span class="cx" style="display: block; padding: 0 10px">   KEY `post_author` (`post_author`),
</span><span class="cx" style="display: block; padding: 0 10px">   KEY `post_name` (`post_name`(191))
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-) ENGINE=InnoDB AUTO_INCREMENT=28 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+) ENGINE=InnoDB AUTO_INCREMENT=40 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
</ins><span class="cx" style="display: block; padding: 0 10px"> /*!40101 SET character_set_client = @saved_cs_client */;
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><span class="cx" style="display: block; padding: 0 10px"> --
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -1904,7 +1928,7 @@
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><span class="cx" style="display: block; padding: 0 10px"> LOCK TABLES `wc_posts` WRITE;
</span><span class="cx" style="display: block; padding: 0 10px"> /*!40000 ALTER TABLE `wc_posts` DISABLE KEYS */;
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-INSERT INTO `wc_posts` VALUES (1,1,'2014-03-21 19:39:16','2014-03-21 19:39:16','Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!','Hello world!','','publish','open','open','','hello-world','','','2014-03-21 19:39:16','2014-03-21 19:39:16','',0,'http://wordcamp.test/?p=1',0,'post','',1),(2,1,'2014-03-21 19:39:16','2014-03-21 19:39:16','This is an example page. It\'s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this:\n\n<blockquote>Hi there! I\'m a bike messenger by day, aspiring actor by night, and this is my blog. I live in Los Angeles, have a great dog named Jack, and I like pi&#241;a coladas. (And gettin\' caught in the rain.)</blockquote>\n\n...o
 r something like this:\n\n<blockquote>The XYZ Doohickey Company was founded in 1971, and has been providing quality doohickeys to the public ever since. Located in Gotham City, XYZ employs over 2,000 people and does all kinds of awesome things for the Gotham community.</blockquote>\n\nAs a new WordPress user, you should go to <a href=\"http://wordcamp.test/wp-admin/\">your dashboard</a> to delete this page and create new pages for your content. Have fun!','Sample Page','','publish','open','open','','sample-page','','','2014-03-21 19:39:16','2014-03-21 19:39:16','',0,'http://wordcamp.test/?page_id=2',0,'page','',0),(3,1,'2014-03-21 19:39:22','0000-00-00 00:00:00','','Auto Draft','','auto-draft','open','open','','','','','2014-03-21 19:39:22','0000-00-00 00:00:00','',0,'http://wordcamp.test/?p=3',0,'post','',0),(24,0,'2017-12-15 05:25:15','2017-12-15 05:25:15','','Content 2014','','publish','closed','closed','','content-2014','','','2017-12-15 05:25:1
 5','2017-12-15 05:25:15','',0,'http://wordcamp.test/tix_event/content-2014/',0,'tix_event','',0),(25,0,'2017-12-15 05:25:15','2017-12-15 05:25:15','','Miscellaneous','','publish','closed','closed','','miscellaneous','','','2017-12-15 05:25:15','2017-12-15 05:25:15','',0,'http://wordcamp.test/tix_event/miscellaneous/',0,'tix_event','',0),(26,0,'2017-12-15 05:25:15','2017-12-15 05:25:15','','New Site 2014','','publish','closed','closed','','new-site-2014','','','2017-12-15 05:25:15','2017-12-15 05:25:15','',0,'http://wordcamp.test/tix_event/new-site-2014/',0,'tix_event','',0),(27,0,'2017-12-15 05:25:15','2017-12-15 05:25:15','','WordCamp Seattle 2014','','publish','closed','closed','','wordcamp-seattle-2014','','','2017-12-15 05:25:15','2017-12-15 05:25:15','',0,'http://wordcamp.test/tix_event/wordcamp-seattle-2014/',0,'tix_event','',0);
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+INSERT INTO `wc_posts` VALUES (1,1,'2014-03-21 19:39:16','2014-03-21 19:39:16','Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!','Hello world!','','publish','open','open','','hello-world','','','2014-03-21 19:39:16','2014-03-21 19:39:16','',0,'http://wordcamp.test/?p=1',0,'post','',1),(2,1,'2014-03-21 19:39:16','2014-03-21 19:39:16','This is an example page. It\'s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this:\n\n<blockquote>Hi there! I\'m a bike messenger by day, aspiring actor by night, and this is my blog. I live in Los Angeles, have a great dog named Jack, and I like pi&#241;a coladas. (And gettin\' caught in the rain.)</blockquote>\n\n...or
  something like this:\n\n<blockquote>The XYZ Doohickey Company was founded in 1971, and has been providing quality doohickeys to the public ever since. Located in Gotham City, XYZ employs over 2,000 people and does all kinds of awesome things for the Gotham community.</blockquote>\n\nAs a new WordPress user, you should go to <a href=\"http://wordcamp.test/wp-admin/\">your dashboard</a> to delete this page and create new pages for your content. Have fun!','Sample Page','','publish','open','open','','sample-page','','','2014-03-21 19:39:16','2014-03-21 19:39:16','',0,'http://wordcamp.test/?page_id=2',0,'page','',0),(3,1,'2014-03-21 19:39:22','0000-00-00 00:00:00','','Auto Draft','','auto-draft','open','open','','','','','2014-03-21 19:39:22','0000-00-00 00:00:00','',0,'http://wordcamp.test/?p=3',0,'post','',0),(36,0,'2019-06-25 19:42:53','2019-06-25 19:42:53','','Content 2014','','publish','closed','closed','','content-2014','','','2019-06-25 19:42:53
 ','2019-06-25 19:42:53','',0,'https://wordcamp.test/tix_event/content-2014/',0,'tix_event','',0),(37,0,'2019-06-25 19:42:53','2019-06-25 19:42:53','','Miscellaneous','','publish','closed','closed','','miscellaneous','','','2019-06-25 19:42:53','2019-06-25 19:42:53','',0,'https://wordcamp.test/tix_event/miscellaneous/',0,'tix_event','',0),(38,0,'2019-06-25 19:42:54','2019-06-25 19:42:54','','New Site 2014','','publish','closed','closed','','new-site-2014','','','2019-06-25 19:42:54','2019-06-25 19:42:54','',0,'https://wordcamp.test/tix_event/new-site-2014/',0,'tix_event','',0),(39,0,'2019-06-25 19:42:54','2019-06-25 19:42:54','','WordCamp Seattle 2014','','publish','closed','closed','','wordcamp-seattle-2014','','','2019-06-25 19:42:54','2019-06-25 19:42:54','',0,'https://wordcamp.test/tix_event/wordcamp-seattle-2014/',0,'tix_event','',0);
</ins><span class="cx" style="display: block; padding: 0 10px"> /*!40000 ALTER TABLE `wc_posts` ENABLE KEYS */;
</span><span class="cx" style="display: block; padding: 0 10px"> UNLOCK TABLES;
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -2013,7 +2037,7 @@
</span><span class="cx" style="display: block; padding: 0 10px">   PRIMARY KEY (`meta_id`),
</span><span class="cx" style="display: block; padding: 0 10px">   KEY `site_id` (`site_id`),
</span><span class="cx" style="display: block; padding: 0 10px">   KEY `meta_key` (`meta_key`(191))
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-) ENGINE=InnoDB AUTO_INCREMENT=1566 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+) ENGINE=InnoDB AUTO_INCREMENT=1605 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
</ins><span class="cx" style="display: block; padding: 0 10px"> /*!40101 SET character_set_client = @saved_cs_client */;
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><span class="cx" style="display: block; padding: 0 10px"> --
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -2022,7 +2046,7 @@
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><span class="cx" style="display: block; padding: 0 10px"> LOCK TABLES `wc_sitemeta` WRITE;
</span><span class="cx" style="display: block; padding: 0 10px"> /*!40000 ALTER TABLE `wc_sitemeta` DISABLE KEYS */;
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-INSERT INTO `wc_sitemeta` VALUES (1,1,'site_name','WordCamp.dev'),(2,1,'admin_email','foo@example.org'),(3,1,'admin_user_id','1'),(4,1,'registration','none'),(5,1,'upload_filetypes','jpg jpeg png gif mp3 mov avi wmv midi mid pdf'),(6,1,'blog_upload_space','100'),(7,1,'fileupload_maxk','1500'),(8,1,'site_admins','a:1:{i:0;s:5:\"admin\";}'),(9,1,'allowedthemes','a:10:{s:14:\"twentyfourteen\";b:1;s:2:\"p2\";b:1;s:12:\"twentyeleven\";b:1;s:9:\"twentyten\";b:1;s:14:\"twentythirteen\";b:1;s:12:\"twentytwelve\";b:1;s:13:\"wordcamp-base\";b:1;s:16:\"wordcamp-base-v2\";b:1;s:13:\"twentyfifteen\";b:1;s:13:\"twentysixteen\";b:1;}'),(10,1,'illegal_names','a:8:{i:0;s:3:\"www\";i:1;s:3:\"web\";i:2;s:4:\"root\";i:3;s:5:\"admin\";i:4;s:4:\"main\"
 ;i:5;s:6:\"invite\";i:6;s:13:\"administrator\";i:7;s:5:\"files\";}'),(11,1,'wpmu_upgrade_site','36686'),(12,1,'welcome_email','Dear User,\r\n\r\nYour new SITE_NAME site has been successfully set up at:\r\nBLOG_URL\r\n\r\nYou can log in to the administrator account with the following information:\r\nUsername: USERNAME\r\nPassword: PASSWORD\r\nLog in here: BLOG_URLwp-login.php\r\n\r\nWe hope you enjoy your new site. Thanks!\r\n\r\n--The Team @ SITE_NAME'),(13,1,'first_post','Welcome to <a href=\"SITE_URL\">SITE_NAME</a>. This is your first post. Edit or delete it, then start blogging!'),(14,1,'siteurl','http://wordcamp.test/'),(15,1,'add_new_users','0'),(16,1,'upload_space_check_disabled','1'),(17,1,'subdomain_install','1'),(18,1,'global_terms_enabled','0'),(19,1,'ms_files_rewriting','0'),(20,1,'initial_db_version','26691'),(21,1,'active_sitewide_plugins','a:30:{s:69:\"email-post-changes-specific-post/email-post-changes-specific
 -post.php\";i:1400700718;s:41:\"wc-canonical-years/wc-canonical-years.php\";i:1400700766;s:31:\"wc-post-types/wc-post-types.php\";i:1400700766;s:39:\"wordcamp-coming-soon-page/bootstrap.php\";i:1400700767;s:67:\"wordcamp-participation-notifier/wordcamp-participation-notifier.php\";i:1400700767;s:53:\"wordcamp-forms-to-drafts/wordcamp-forms-to-drafts.php\";i:1400869250;s:19:\"akismet/akismet.php\";i:1403329781;s:19:\"camptix/camptix.php\";i:1403329781;s:41:\"email-post-changes/email-post-changes.php\";i:1403329781;s:19:\"jetpack/jetpack.php\";i:1403329781;s:24:\"tagregator/bootstrap.php\";i:1403329781;s:21:\"wc-fonts/wc-fonts.php\";i:1403329781;s:24:\"json-rest-api/plugin.php\";i:1449618681;s:55:\"bbpress-network-templates/bbpress-network-templates.php\";i:1465238984;s:43:\"camptix-admin-flags/camptix-admin-flags.php\";i:1465238984;s:41:\&qu
 ot;camptix-attendance/camptix-attendance.php\";i:1465238984;s:37:\"camptix-badge-generator/bootstrap.php\";i:1465238984;s:31:\"jquery-ui-css/jquery-ui-css.php\";i:1465238984;s:31:\"wordcamp-payments/bootstrap.php\";i:1465238984;s:39:\"wordcamp-payments-network/bootstrap.php\";i:1465238984;s:33:\"wordcamp-remote-css/bootstrap.php\";i:1465238984;s:45:\"wordcamp-site-cloner/wordcamp-site-cloner.php\";i:1465238984;s:43:\"wordcamp-qbo-client/wordcamp-qbo-client.php\";i:1465238984;s:47:\"camptix-network-tools/camptix-network-tools.php\";i:1513315360;s:45:\"custom-content-width/custom-content-width.php\";i:1513315360;s:57:\"wordcamp-dashboard-widgets/wordcamp-dashboard-widgets.php\";i:1513315360;s:31:\"wordcamp-docs/wordcamp-docs.php\";i:1513315360;s:37:\"wordcamp-mentors/wordcamp-mentors.php\";i:1513315360;s:27:\"wp-super-cache/wp-cache.php\";i:1513315362;
 s:41:\"wordpress-importer/wordpress-importer.php\";i:1513315399;}'),(22,1,'WPLANG','en_US'),(25,1,'can_compress_scripts','1'),(31,1,'blog_count','6'),(32,1,'camptix_nt_options','a:1:{s:10:\"db_version\";i:20131202;}'),(33,1,'user_count','2'),(38,1,'registrationnotification','yes'),(39,1,'welcome_user_email','Dear User,\r\n\r\nYour new account is set up.\r\n\r\nYou can log in with the following information:\r\nUsername: USERNAME\r\nPassword: PASSWORD\r\nLOGINLINK\r\n\r\nThanks!\r\n\r\n--The Team @ SITE_NAME'),(319,1,'camptix_nt_revenue_report_last_run','1513315367'),(326,1,'auto_core_update_notified','a:4:{s:4:\"type\";s:7:\"success\";s:5:\"email\";s:23:\"ian.dunn@automattic.com\";s:7:\"version\";s:16:\"3.9-RC2-20140415\";s:9:\"timestamp\";i:1397604347;}'),(1415,1,'wc-errors','a:0:{}'),(1416,1,'logged_in_key','Uhk,s#_`e/;Z>M}2,wF;QVDwV0EGW8S-Q.2|]pAzv!@;U>@BA:fZpJ* tY]GrY#o'),(1417,1,'logg
 ed_in_salt',' 1$m;EX#1n3)Nh:K_Lenuv{G;)V/` 7@Zg,une>GN4Im5PqAVl+&`U*rEk*~{h+E'),(1420,1,'auth_key','a5]RaDn/$7tA?gx:RG;C[ENQ<t]e{U`KkpevzXc+Z})~H._r*_)/QJ/GEHMicXE.'),(1421,1,'auth_salt','(^)avH(WqunAdR_mSM+Cm| EwCUaa-^yuGdd>hTpU~!qd&L>f>5jj8Dd.:@C($fV'),(1422,1,'nonce_key','{^HcT|O>Q+ {AWL,9lR,= Lq+8=d52>Io,yyM-J# QoRk,IytvN9EP}&n7hG?iU}'),(1423,1,'nonce_salt','`6~>L~Yl(<)c+VcWACNN-ae3^[d^C3VWBwWmJwZuKl;CXP0;m.F~sw82@9qA*4/{'),(1424,1,'menu_items','a:0:{}'),(1425,1,'first_page',''),(1426,1,'first_comment',''),(1427,1,'first_comment_url',''),(1428,1,'first_comment_author',''),(1429,1,'limited_email_domains',''),(1430,1,'banned_email_domains',''),(1513,1,'secure_auth_key','}%[UQH{(He&^[!3!m%D5WM&sW.SuEu5rQ3Lc*5{cwOoTBN*Z(z0@kAwbtG+ zLUx'),(1514,1,'secure_auth_key','rZmqF_;_r.7:J72?+^!ng>=h6A*O#~1>BFw.j$wZQY{`fY6Vs6_FUt$hp2eCFzeP'),(1515,1,'secure_auth_salt','q(h%&U8mw8b7$Sdsyo+bUZB%1xpd#+`Vr;{3$&LP:ZYgNQ)]Mi]F;_EjY#)I2D{^')
 ,(1516,1,'secure_auth_salt',']-u0rQ^fTWVP`,:#k&3w.gFV$vuz@i(MJC%| #7^*#&.:0LD=^d+<YKg2}Ln^[io'),(1523,1,'_site_transient_timeout_browser_717b34b810e6c7742c46bb55863e8367','1465842997'),(1524,1,'_site_transient_browser_717b34b810e6c7742c46bb55863e8367','a:9:{s:8:\"platform\";s:9:\"Macintosh\";s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:4:\"48.0\";s:10:\"update_url\";s:23:\"http://www.firefox.com/\";s:7:\"img_src\";s:50:\"http://s.wordpress.org/images/browsers/firefox.png\";s:11:\"img_src_ssl\";s:49:\"https://wordpress.org/images/browsers/firefox.png\";s:15:\"current_version\";s:2:\"16\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}'),(1525,1,'_site_transient_timeout_security_report_performed_recently','1465239595'),(1526,1,'_site_transient_security_report_performed_recently','1'),(1528,1,'recently_activated','a:1:{s
 :26:\"wordcamp-api/bootstrap.php\";i:1513315446;}'),(1529,1,'wcbdsi_database_version','3'),(1530,1,'wcbdrr_database_version','4'),(1531,1,'wcp_network_db_version','7'),(1532,1,'jetpack_protect_activating','activating'),(1533,1,'jetpack_protect_error','API Key Required'),(1536,1,'_site_transient_timeout_theme_roots','1513317008'),(1537,1,'_site_transient_theme_roots','a:12:{s:13:\"campsite-2017\";s:7:\"/themes\";s:4:\"plan\";s:7:\"/themes\";s:12:\"twentyeleven\";s:7:\"/themes\";s:13:\"twentyfifteen\";s:104:\"/srv/www/wordpress-meta-environment/meta-repository/wordcamp.org/public_html/wordpress/wp-content/themes\";s:15:\"twentyseventeen\";s:104:\"/srv/www/wordpress-meta-environment/meta-repository/wordcamp.org/public_html/wordpress/wp-content/themes\";s:13:\"twentysixteen\";s:104:\"/srv/www/wordpress-meta-environment/meta-repository/wordcamp.org/public_html/word
 press/wp-content/themes\";s:9:\"twentyten\";s:7:\"/themes\";s:14:\"twentythirteen\";s:7:\"/themes\";s:12:\"twentytwelve\";s:7:\"/themes\";s:16:\"wordcamp-base-v2\";s:7:\"/themes\";s:13:\"wordcamp-base\";s:7:\"/themes\";s:21:\"wordcamp-central-2012\";s:7:\"/themes\";}'),(1559,1,'_site_transient_update_plugins','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1513315278;s:7:\"checked\";a:50:{s:19:\"akismet/akismet.php\";s:5:\"4.0.1\";s:19:\"bbpress/bbpress.php\";s:6:\"2.5.14\";s:55:\"bbpress-network-templates/bbpress-network-templates.php\";s:3:\"0.1\";s:24:\"buddypress/bp-loader.php\";s:5:\"2.9.2\";s:43:\"camptix-admin-flags/camptix-admin-flags.php\";s:3:\"0.1\";s:41:\"camptix-attendance/camptix-attendance.php\";s:3:\"0.1\
 ";s:37:\"camptix-badge-generator/bootstrap.php\";s:3:\"0.1\";s:19:\"camptix/camptix.php\";s:5:\"1.6.0\";s:61:\"campt-indian-payment-gateway/campt-indian-payment-gateway.php\";s:3:\"1.6\";s:41:\"camptix-kdcpay-gateway/camptix-kdcpay.php\";s:5:\"1.5.0\";s:39:\"camptix-mailchimp/camptix-mailchimp.php\";s:3:\"0.7\";s:43:\"camptix-mercadopago/camptix-mercadopago.php\";s:5:\"1.0.6\";s:47:\"camptix-network-tools/camptix-network-tools.php\";s:3:\"0.2\";s:39:\"camptix-pagseguro/camptix-pagseguro.php\";s:5:\"1.5.5\";s:43:\"camptix-payfast-gateway/camptix-payfast.php\";s:5:\"1.0.0\";s:39:\"camptix-trustcard/camptix-trustcard.php\";s:5:\"1.0.4\";s:37:\"camptix-trustpay/camptix-trustpay.php\";s:5:\"1.0.5\";s:45:\"custom-content-width/custom-content-width.php\";s:5:
 \"1.0.1\";s:41:\"email-post-changes/email-post-changes.php\";s:5:\"1.7.1\";s:69:\"email-post-changes-specific-post/email-post-changes-specific-post.php\";s:3:\"0.1\";s:19:\"jetpack/jetpack.php\";s:5:\"5.6.1\";s:31:\"jquery-ui-css/jquery-ui-css.php\";s:3:\"0.1\";s:21:\"liveblog/liveblog.php\";s:3:\"1.6\";s:34:\"multi-event-sponsors/bootstrap.php\";s:3:\"0.1\";s:23:\"polldaddy/polldaddy.php\";s:6:\"2.0.35\";s:27:\"supportflow/supportflow.php\";s:3:\"0.7\";s:24:\"tagregator/bootstrap.php\";s:3:\"0.6\";s:41:\"wc-canonical-years/wc-canonical-years.php\";s:0:\"\";s:21:\"wc-fonts/wc-fonts.php\";s:0:\"\";s:31:\"wc-post-types/wc-post-types.php\";s:0:\"\";s:43:\"wordcamp-qbo-client/wordcamp-qbo-client.php\";s:0:\"\";s:29:\&quot
 ;wordcamp-qbo/wordcamp-qbo.php\";s:0:\"\";s:26:\"wordcamp-api/bootstrap.php\";s:3:\"0.1\";s:31:\"wordcamp-payments/bootstrap.php\";s:3:\"0.1\";s:39:\"wordcamp-payments-network/bootstrap.php\";s:3:\"0.1\";s:39:\"wordcamp-coming-soon-page/bootstrap.php\";s:3:\"0.1\";s:57:\"wordcamp-dashboard-widgets/wordcamp-dashboard-widgets.php\";s:3:\"0.1\";s:31:\"wordcamp-docs/wordcamp-docs.php\";s:7:\"1.0-dev\";s:53:\"wordcamp-forms-to-drafts/wordcamp-forms-to-drafts.php\";s:3:\"0.1\";s:37:\"wordcamp-mentors/wordcamp-mentors.php\";s:5:\"1.0.0\";s:42:\"wordcamp-organizer-reminders/bootstrap.php\";s:3:\"0.1\";s:67:\"wordcamp-participation-notifier/wordcamp-participation-notifier.php\";s:3:\"0.1\";s:20:\"wcpt/wcpt-loader.php\";s:3:\"0.1\";s:33:\"wordcamp-remote-cs
 s/bootstrap.php\";s:3:\"0.1\";s:45:\"wordcamp-site-cloner/wordcamp-site-cloner.php\";s:3:\"0.2\";s:27:\"wordcamp-wiki/bootstrap.php\";s:3:\"0.1\";s:41:\"wordpress-importer/wordpress-importer.php\";s:5:\"0.6.3\";s:41:\"wp-multibyte-patch/wp-multibyte-patch.php\";s:5:\"2.8.1\";s:24:\"json-rest-api/plugin.php\";s:5:\"1.2.5\";s:27:\"wp-super-cache/wp-cache.php\";s:5:\"1.5.8\";}s:8:\"response\";a:0:{}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:23:{s:19:\"akismet/akismet.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:21:\"w.org/plugins/akismet\";s:4:\"slug\";s:7:\"akismet\";s:6:\"plugin\";s:19:\"akismet/akismet.php\";s:11:\"new_version\";s:5:\"4.0.1\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/akismet/\";s:
 7:\"package\";s:56:\"https://downloads.wordpress.org/plugin/akismet.4.0.1.zip\";s:5:\"icons\";a:3:{s:2:\"1x\";s:59:\"https://ps.w.org/akismet/assets/icon-128x128.png?rev=969272\";s:2:\"2x\";s:59:\"https://ps.w.org/akismet/assets/icon-256x256.png?rev=969272\";s:7:\"default\";s:59:\"https://ps.w.org/akismet/assets/icon-256x256.png?rev=969272\";}s:7:\"banners\";a:2:{s:2:\"1x\";s:61:\"https://ps.w.org/akismet/assets/banner-772x250.jpg?rev=479904\";s:7:\"default\";s:61:\"https://ps.w.org/akismet/assets/banner-772x250.jpg?rev=479904\";}s:11:\"banners_rtl\";a:0:{}}s:19:\"bbpress/bbpress.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:21:\"w.org/plugins/bbpress\";s:4:\"slug\";s:7:\"bbpress\";s:6:\"plugin\";s:19:\"bbpress/bbpress.php\";s:11:\"new_version\";s:6:\&qu
 ot;2.5.14\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/bbpress/\";s:7:\"package\";s:57:\"https://downloads.wordpress.org/plugin/bbpress.2.5.14.zip\";s:5:\"icons\";a:4:{s:2:\"1x\";s:60:\"https://ps.w.org/bbpress/assets/icon-128x128.png?rev=1534011\";s:2:\"2x\";s:60:\"https://ps.w.org/bbpress/assets/icon-256x256.png?rev=1534011\";s:3:\"svg\";s:51:\"https://ps.w.org/bbpress/assets/icon.svg?rev=978290\";s:7:\"default\";s:51:\"https://ps.w.org/bbpress/assets/icon.svg?rev=978290\";}s:7:\"banners\";a:3:{s:2:\"2x\";s:62:\"https://ps.w.org/bbpress/assets/banner-1544x500.png?rev=567403\";s:2:\"1x\";s:61:\"https://ps.w.org/bbpress/assets/banner-772x250.png?rev=478663\";s:7:\"default\";s:62:\"https://ps.w.org/bbpress/assets/banner-1544x500.png?rev=567403\";}s:11:\"banners_rtl\"
 ;a:3:{s:2:\"2x\";s:67:\"https://ps.w.org/bbpress/assets/banner-1544x500-rtl.png?rev=1534011\";s:2:\"1x\";s:66:\"https://ps.w.org/bbpress/assets/banner-772x250-rtl.png?rev=1534011\";s:7:\"default\";s:67:\"https://ps.w.org/bbpress/assets/banner-1544x500-rtl.png?rev=1534011\";}}s:24:\"buddypress/bp-loader.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:24:\"w.org/plugins/buddypress\";s:4:\"slug\";s:10:\"buddypress\";s:6:\"plugin\";s:24:\"buddypress/bp-loader.php\";s:11:\"new_version\";s:5:\"2.9.2\";s:3:\"url\";s:41:\"https://wordpress.org/plugins/buddypress/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/plugin/buddypress.2.9.2.zip\";s:5:\"icons\";a:4:{s:2:\"1x\";s:63:\"https://ps.w.org/buddypress/assets/icon-128x128.png?rev=1309232\";s:2:\"2x\";s:6
 3:\"https://ps.w.org/buddypress/assets/icon-256x256.png?rev=1309232\";s:3:\"svg\";s:54:\"https://ps.w.org/buddypress/assets/icon.svg?rev=977480\";s:7:\"default\";s:54:\"https://ps.w.org/buddypress/assets/icon.svg?rev=977480\";}s:7:\"banners\";a:3:{s:2:\"2x\";s:66:\"https://ps.w.org/buddypress/assets/banner-1544x500.png?rev=1534012\";s:2:\"1x\";s:65:\"https://ps.w.org/buddypress/assets/banner-772x250.png?rev=1309232\";s:7:\"default\";s:66:\"https://ps.w.org/buddypress/assets/banner-1544x500.png?rev=1534012\";}s:11:\"banners_rtl\";a:3:{s:2:\"2x\";s:70:\"https://ps.w.org/buddypress/assets/banner-1544x500-rtl.png?rev=1534012\";s:2:\"1x\";s:69:\"https://ps.w.org/buddypress/assets/banner-772x250-rtl.png?rev=1534012\";s:7:\"default\";s:70:\"https://ps.w.org/buddypress/assets/banner-1544x500-rtl.png?rev=15340
 12\";}}s:19:\"camptix/camptix.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:21:\"w.org/plugins/camptix\";s:4:\"slug\";s:7:\"camptix\";s:6:\"plugin\";s:19:\"camptix/camptix.php\";s:11:\"new_version\";s:5:\"1.6.0\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/camptix/\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/plugin/camptix.1.6.0.zip\";s:5:\"icons\";a:0:{}s:7:\"banners\";a:3:{s:2:\"2x\";s:62:\"https://ps.w.org/camptix/assets/banner-1544x500.png?rev=586603\";s:2:\"1x\";s:61:\"https://ps.w.org/camptix/assets/banner-772x250.png?rev=586602\";s:7:\"default\";s:62:\"https://ps.w.org/camptix/assets/banner-1544x500.png?rev=586603\";}s:11:\"banners_rtl\";a:0:{}}s:61:\"campt-indian-payment-gateway/campt-indian-payment-gateway.php\";O:8:\&quot
 ;stdClass\":9:{s:2:\"id\";s:42:\"w.org/plugins/campt-indian-payment-gateway\";s:4:\"slug\";s:28:\"campt-indian-payment-gateway\";s:6:\"plugin\";s:61:\"campt-indian-payment-gateway/campt-indian-payment-gateway.php\";s:11:\"new_version\";s:3:\"1.6\";s:3:\"url\";s:59:\"https://wordpress.org/plugins/campt-indian-payment-gateway/\";s:7:\"package\";s:75:\"https://downloads.wordpress.org/plugin/campt-indian-payment-gateway.1.6.zip\";s:5:\"icons\";a:5:{s:2:\"1x\";s:81:\"https://ps.w.org/campt-indian-payment-gateway/assets/icon-128x128.png?rev=1702222\";s:2:\"2x\";s:81:\"https://ps.w.org/campt-indian-payment-gateway/assets/icon-256x256.png?rev=1702222\";s:0:\"\";s:79:\"https://ps.w.org/campt-indian-payment-gateway/assets/icon-64X64.png?rev=1702222\";s:3:\"svg\";s:73:\"https://ps.w.org/
 campt-indian-payment-gateway/assets/icon.svg?rev=1702222\";s:7:\"default\";s:73:\"https://ps.w.org/campt-indian-payment-gateway/assets/icon.svg?rev=1702222\";}s:7:\"banners\";a:3:{s:2:\"2x\";s:84:\"https://ps.w.org/campt-indian-payment-gateway/assets/banner-1544x500.png?rev=1702222\";s:2:\"1x\";s:83:\"https://ps.w.org/campt-indian-payment-gateway/assets/banner-772x250.png?rev=1702222\";s:7:\"default\";s:84:\"https://ps.w.org/campt-indian-payment-gateway/assets/banner-1544x500.png?rev=1702222\";}s:11:\"banners_rtl\";a:0:{}}s:41:\"camptix-kdcpay-gateway/camptix-kdcpay.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:36:\"w.org/plugins/camptix-kdcpay-gateway\";s:4:\"slug\";s:22:\"camptix-kdcpay-gateway\";s:6:\"plugin\";s:41:\"camptix-kdcpay-gateway/camptix-kdcpay.php\";s:11:\"new_version\";s:5:\"1.5
 .0\";s:3:\"url\";s:53:\"https://wordpress.org/plugins/camptix-kdcpay-gateway/\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/plugin/camptix-kdcpay-gateway.1.5.0.zip\";s:5:\"icons\";a:5:{s:2:\"1x\";s:75:\"https://ps.w.org/camptix-kdcpay-gateway/assets/icon-128x128.png?rev=1075315\";s:2:\"2x\";s:75:\"https://ps.w.org/camptix-kdcpay-gateway/assets/icon-256x256.png?rev=1075315\";s:0:\"\";s:73:\"https://ps.w.org/camptix-kdcpay-gateway/assets/icon-64x64.png?rev=1075315\";s:3:\"svg\";s:67:\"https://ps.w.org/camptix-kdcpay-gateway/assets/icon.svg?rev=1075315\";s:7:\"default\";s:67:\"https://ps.w.org/camptix-kdcpay-gateway/assets/icon.svg?rev=1075315\";}s:7:\"banners\";a:3:{s:2:\"2x\";s:78:\"https://ps.w.org/camptix-kdcpay-gateway/assets/banner-1544x500.png?rev=1075315\";s:2:\"1x\";s:77:\&q
 uot;https://ps.w.org/camptix-kdcpay-gateway/assets/banner-772x250.png?rev=1075315\";s:7:\"default\";s:78:\"https://ps.w.org/camptix-kdcpay-gateway/assets/banner-1544x500.png?rev=1075315\";}s:11:\"banners_rtl\";a:0:{}}s:43:\"camptix-mercadopago/camptix-mercadopago.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:33:\"w.org/plugins/camptix-mercadopago\";s:4:\"slug\";s:19:\"camptix-mercadopago\";s:6:\"plugin\";s:43:\"camptix-mercadopago/camptix-mercadopago.php\";s:11:\"new_version\";s:5:\"1.0.6\";s:3:\"url\";s:50:\"https://wordpress.org/plugins/camptix-mercadopago/\";s:7:\"package\";s:68:\"https://downloads.wordpress.org/plugin/camptix-mercadopago.1.0.6.zip\";s:5:\"icons\";a:3:{s:2:\"1x\";s:72:\"https://ps.w.org/camptix-mercadopago/assets/icon-128x128.jpg?rev=1126417\";s:2:\"2x\";s:72
 :\"https://ps.w.org/camptix-mercadopago/assets/icon-256x256.jpg?rev=1126417\";s:7:\"default\";s:72:\"https://ps.w.org/camptix-mercadopago/assets/icon-256x256.jpg?rev=1126417\";}s:7:\"banners\";a:2:{s:2:\"1x\";s:74:\"https://ps.w.org/camptix-mercadopago/assets/banner-772x250.png?rev=1126417\";s:7:\"default\";s:74:\"https://ps.w.org/camptix-mercadopago/assets/banner-772x250.png?rev=1126417\";}s:11:\"banners_rtl\";a:0:{}}s:47:\"camptix-network-tools/camptix-network-tools.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:35:\"w.org/plugins/camptix-network-tools\";s:4:\"slug\";s:21:\"camptix-network-tools\";s:6:\"plugin\";s:47:\"camptix-network-tools/camptix-network-tools.php\";s:11:\"new_version\";s:3:\"0.2\";s:3:\"url\";s:52:\"https://wordpress.org/plugins/camptix-network-tools/\";s:7:\&quo
 t;package\";s:68:\"https://downloads.wordpress.org/plugin/camptix-network-tools.0.2.zip\";s:5:\"icons\";a:0:{}s:7:\"banners\";a:3:{s:2:\"2x\";s:76:\"https://ps.w.org/camptix-network-tools/assets/banner-1544x500.png?rev=728533\";s:2:\"1x\";s:75:\"https://ps.w.org/camptix-network-tools/assets/banner-772x250.png?rev=728533\";s:7:\"default\";s:76:\"https://ps.w.org/camptix-network-tools/assets/banner-1544x500.png?rev=728533\";}s:11:\"banners_rtl\";a:0:{}}s:39:\"camptix-pagseguro/camptix-pagseguro.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:31:\"w.org/plugins/camptix-pagseguro\";s:4:\"slug\";s:17:\"camptix-pagseguro\";s:6:\"plugin\";s:39:\"camptix-pagseguro/camptix-pagseguro.php\";s:11:\"new_version\";s:5:\"1.5.5\";s:3:\"url\";s:48:\"https://wordpress.org/plugins/camptix-pagse
 guro/\";s:7:\"package\";s:66:\"https://downloads.wordpress.org/plugin/camptix-pagseguro.1.5.5.zip\";s:5:\"icons\";a:3:{s:2:\"1x\";s:70:\"https://ps.w.org/camptix-pagseguro/assets/icon-128x128.png?rev=1356964\";s:2:\"2x\";s:70:\"https://ps.w.org/camptix-pagseguro/assets/icon-256x256.png?rev=1356964\";s:7:\"default\";s:70:\"https://ps.w.org/camptix-pagseguro/assets/icon-256x256.png?rev=1356964\";}s:7:\"banners\";a:3:{s:2:\"2x\";s:73:\"https://ps.w.org/camptix-pagseguro/assets/banner-1544x500.png?rev=1356964\";s:2:\"1x\";s:72:\"https://ps.w.org/camptix-pagseguro/assets/banner-772x250.png?rev=1356964\";s:7:\"default\";s:73:\"https://ps.w.org/camptix-pagseguro/assets/banner-1544x500.png?rev=1356964\";}s:11:\"banners_rtl\";a:0:{}}s:43:\"camptix-payfast-gateway/camptix-payfast.php\";O:8:\"stdClass\&quot
 ;:9:{s:2:\"id\";s:37:\"w.org/plugins/camptix-payfast-gateway\";s:4:\"slug\";s:23:\"camptix-payfast-gateway\";s:6:\"plugin\";s:43:\"camptix-payfast-gateway/camptix-payfast.php\";s:11:\"new_version\";s:5:\"1.0.0\";s:3:\"url\";s:54:\"https://wordpress.org/plugins/camptix-payfast-gateway/\";s:7:\"package\";s:72:\"https://downloads.wordpress.org/plugin/camptix-payfast-gateway.1.0.0.zip\";s:5:\"icons\";a:0:{}s:7:\"banners\";a:0:{}s:11:\"banners_rtl\";a:0:{}}s:39:\"camptix-trustcard/camptix-trustcard.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:31:\"w.org/plugins/camptix-trustcard\";s:4:\"slug\";s:17:\"camptix-trustcard\";s:6:\"plugin\";s:39:\"camptix-trustcard/camptix-trustcard.php\";s:11:\"new_version\";s:5:\"1.0.4\";s:3:\"url\";s:48:\&qu
 ot;https://wordpress.org/plugins/camptix-trustcard/\";s:7:\"package\";s:66:\"https://downloads.wordpress.org/plugin/camptix-trustcard.1.0.4.zip\";s:5:\"icons\";a:0:{}s:7:\"banners\";a:0:{}s:11:\"banners_rtl\";a:0:{}}s:37:\"camptix-trustpay/camptix-trustpay.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:30:\"w.org/plugins/camptix-trustpay\";s:4:\"slug\";s:16:\"camptix-trustpay\";s:6:\"plugin\";s:37:\"camptix-trustpay/camptix-trustpay.php\";s:11:\"new_version\";s:5:\"1.0.4\";s:3:\"url\";s:47:\"https://wordpress.org/plugins/camptix-trustpay/\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/plugin/camptix-trustpay.1.0.4.zip\";s:5:\"icons\";a:0:{}s:7:\"banners\";a:0:{}s:11:\"banners_rtl\";a:0:{}}s:45:\"custom-content-width/custom-content-width.php\";O:8:\&q
 uot;stdClass\":9:{s:2:\"id\";s:34:\"w.org/plugins/custom-content-width\";s:4:\"slug\";s:20:\"custom-content-width\";s:6:\"plugin\";s:45:\"custom-content-width/custom-content-width.php\";s:11:\"new_version\";s:5:\"1.0.1\";s:3:\"url\";s:51:\"https://wordpress.org/plugins/custom-content-width/\";s:7:\"package\";s:69:\"https://downloads.wordpress.org/plugin/custom-content-width.1.0.1.zip\";s:5:\"icons\";a:0:{}s:7:\"banners\";a:0:{}s:11:\"banners_rtl\";a:0:{}}s:41:\"email-post-changes/email-post-changes.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:32:\"w.org/plugins/email-post-changes\";s:4:\"slug\";s:18:\"email-post-changes\";s:6:\"plugin\";s:41:\"email-post-changes/email-post-changes.php\";s:11:\"new_version\";s:5:\"1.7.1\";s:3:\"url\&q
 uot;;s:49:\"https://wordpress.org/plugins/email-post-changes/\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/plugin/email-post-changes.1.7.1.zip\";s:5:\"icons\";a:0:{}s:7:\"banners\";a:0:{}s:11:\"banners_rtl\";a:0:{}}s:19:\"jetpack/jetpack.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:21:\"w.org/plugins/jetpack\";s:4:\"slug\";s:7:\"jetpack\";s:6:\"plugin\";s:19:\"jetpack/jetpack.php\";s:11:\"new_version\";s:5:\"5.6.1\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/jetpack/\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/plugin/jetpack.5.6.1.zip\";s:5:\"icons\";a:4:{s:2:\"1x\";s:59:\"https://ps.w.org/jetpack/assets/icon-128x128.png?rev=969908\";s:2:\"2x\";s:59:\"https://ps.w.org/jetpack/assets/icon-256x256.png?rev=969908\";
 s:3:\"svg\";s:51:\"https://ps.w.org/jetpack/assets/icon.svg?rev=969908\";s:7:\"default\";s:51:\"https://ps.w.org/jetpack/assets/icon.svg?rev=969908\";}s:7:\"banners\";a:3:{s:2:\"2x\";s:63:\"https://ps.w.org/jetpack/assets/banner-1544x500.png?rev=1173629\";s:2:\"1x\";s:62:\"https://ps.w.org/jetpack/assets/banner-772x250.png?rev=1173629\";s:7:\"default\";s:63:\"https://ps.w.org/jetpack/assets/banner-1544x500.png?rev=1173629\";}s:11:\"banners_rtl\";a:0:{}}s:21:\"liveblog/liveblog.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:22:\"w.org/plugins/liveblog\";s:4:\"slug\";s:8:\"liveblog\";s:6:\"plugin\";s:21:\"liveblog/liveblog.php\";s:11:\"new_version\";s:3:\"1.6\";s:3:\"url\";s:39:\"https://wordpress.org/plugins/liveblog/\";s:7:\"package\";s:55:\&quo
 t;https://downloads.wordpress.org/plugin/liveblog.1.6.zip\";s:5:\"icons\";a:0:{}s:7:\"banners\";a:3:{s:2:\"2x\";s:63:\"https://ps.w.org/liveblog/assets/banner-1544x500.png?rev=596087\";s:2:\"1x\";s:62:\"https://ps.w.org/liveblog/assets/banner-772x250.png?rev=596087\";s:7:\"default\";s:63:\"https://ps.w.org/liveblog/assets/banner-1544x500.png?rev=596087\";}s:11:\"banners_rtl\";a:0:{}}s:23:\"polldaddy/polldaddy.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:23:\"w.org/plugins/polldaddy\";s:4:\"slug\";s:9:\"polldaddy\";s:6:\"plugin\";s:23:\"polldaddy/polldaddy.php\";s:11:\"new_version\";s:6:\"2.0.35\";s:3:\"url\";s:40:\"https://wordpress.org/plugins/polldaddy/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/plugin/polldaddy.2.0.35.zip\";s:5:\"icons\
 ";a:0:{}s:7:\"banners\";a:2:{s:2:\"1x\";s:63:\"https://ps.w.org/polldaddy/assets/banner-772x250.png?rev=487081\";s:7:\"default\";s:63:\"https://ps.w.org/polldaddy/assets/banner-772x250.png?rev=487081\";}s:11:\"banners_rtl\";a:0:{}}s:27:\"supportflow/supportflow.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:25:\"w.org/plugins/supportflow\";s:4:\"slug\";s:11:\"supportflow\";s:6:\"plugin\";s:27:\"supportflow/supportflow.php\";s:11:\"new_version\";s:3:\"0.7\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/supportflow/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/supportflow.0.7.zip\";s:5:\"icons\";a:0:{}s:7:\"banners\";a:3:{s:2:\"2x\";s:67:\"https://ps.w.org/supportflow/assets/banner-1544x500.png?rev=1317661\";s:2:\"1x\";s
 :66:\"https://ps.w.org/supportflow/assets/banner-772x250.png?rev=1317661\";s:7:\"default\";s:67:\"https://ps.w.org/supportflow/assets/banner-1544x500.png?rev=1317661\";}s:11:\"banners_rtl\";a:0:{}}s:24:\"tagregator/bootstrap.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:24:\"w.org/plugins/tagregator\";s:4:\"slug\";s:10:\"tagregator\";s:6:\"plugin\";s:24:\"tagregator/bootstrap.php\";s:11:\"new_version\";s:3:\"0.6\";s:3:\"url\";s:41:\"https://wordpress.org/plugins/tagregator/\";s:7:\"package\";s:57:\"https://downloads.wordpress.org/plugin/tagregator.0.6.zip\";s:5:\"icons\";a:0:{}s:7:\"banners\";a:0:{}s:11:\"banners_rtl\";a:0:{}}s:41:\"wordpress-importer/wordpress-importer.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:32:\"w.org/plugins/wordpress-importer\&qu
 ot;;s:4:\"slug\";s:18:\"wordpress-importer\";s:6:\"plugin\";s:41:\"wordpress-importer/wordpress-importer.php\";s:11:\"new_version\";s:5:\"0.6.3\";s:3:\"url\";s:49:\"https://wordpress.org/plugins/wordpress-importer/\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/plugin/wordpress-importer.0.6.3.zip\";s:5:\"icons\";a:0:{}s:7:\"banners\";a:2:{s:2:\"1x\";s:72:\"https://ps.w.org/wordpress-importer/assets/banner-772x250.png?rev=547654\";s:7:\"default\";s:72:\"https://ps.w.org/wordpress-importer/assets/banner-772x250.png?rev=547654\";}s:11:\"banners_rtl\";a:0:{}}s:41:\"wp-multibyte-patch/wp-multibyte-patch.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:32:\"w.org/plugins/wp-multibyte-patch\";s:4:\"slug\";s:18:\"wp-multibyte-patch\";s:6:\"plugin\";s:41:\
 "wp-multibyte-patch/wp-multibyte-patch.php\";s:11:\"new_version\";s:5:\"2.8.1\";s:3:\"url\";s:49:\"https://wordpress.org/plugins/wp-multibyte-patch/\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/plugin/wp-multibyte-patch.2.8.1.zip\";s:5:\"icons\";a:0:{}s:7:\"banners\";a:0:{}s:11:\"banners_rtl\";a:0:{}}s:24:\"json-rest-api/plugin.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:27:\"w.org/plugins/json-rest-api\";s:4:\"slug\";s:13:\"json-rest-api\";s:6:\"plugin\";s:24:\"json-rest-api/plugin.php\";s:11:\"new_version\";s:5:\"1.2.5\";s:3:\"url\";s:44:\"https://wordpress.org/plugins/json-rest-api/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/plugin/json-rest-api.1.2.5.zip\";s:5:\"icons\";a:0:{}s:7:\"banners\";a:3:{s:2:\&
 quot;2x\";s:69:\"https://ps.w.org/json-rest-api/assets/banner-1544x500.jpg?rev=1119319\";s:2:\"1x\";s:68:\"https://ps.w.org/json-rest-api/assets/banner-772x250.jpg?rev=1119319\";s:7:\"default\";s:69:\"https://ps.w.org/json-rest-api/assets/banner-1544x500.jpg?rev=1119319\";}s:11:\"banners_rtl\";a:0:{}}s:27:\"wp-super-cache/wp-cache.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:28:\"w.org/plugins/wp-super-cache\";s:4:\"slug\";s:14:\"wp-super-cache\";s:6:\"plugin\";s:27:\"wp-super-cache/wp-cache.php\";s:11:\"new_version\";s:5:\"1.5.8\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/wp-super-cache/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/wp-super-cache.1.5.8.zip\";s:5:\"icons\";a:3:{s:2:\"1x\";s:67:\"https://ps.w.org/wp-super-cache/assets/ico
 n-128x128.png?rev=1095422\";s:2:\"2x\";s:67:\"https://ps.w.org/wp-super-cache/assets/icon-256x256.png?rev=1095422\";s:7:\"default\";s:67:\"https://ps.w.org/wp-super-cache/assets/icon-256x256.png?rev=1095422\";}s:7:\"banners\";a:3:{s:2:\"2x\";s:70:\"https://ps.w.org/wp-super-cache/assets/banner-1544x500.png?rev=1082414\";s:2:\"1x\";s:69:\"https://ps.w.org/wp-super-cache/assets/banner-772x250.png?rev=1082414\";s:7:\"default\";s:70:\"https://ps.w.org/wp-super-cache/assets/banner-1544x500.png?rev=1082414\";}s:11:\"banners_rtl\";a:0:{}}}}'),(1560,1,'_site_transient_update_core','O:8:\"stdClass\":4:{s:7:\"updates\";a:1:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:6:\"latest\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.9.1.zip\";s:6:\"locale\";s:5:\"e
 n_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.9.1.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-4.9.1-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.9.1-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"4.9.1\";s:7:\"version\";s:5:\"4.9.1\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"4.7\";s:15:\"partial_version\";s:0:\"\";}}s:12:\"last_checked\";i:1513315208;s:15:\"version_checked\";s:5:\"4.9.1\";s:12:\"translations\";a:0:{}}'),(1561,1,'_site_transient_update_themes','O:8:\"stdCl
 ass\":4:{s:12:\"last_checked\";i:1513315208;s:7:\"checked\";a:12:{s:13:\"campsite-2017\";s:5:\"1.0.0\";s:4:\"plan\";s:3:\"0.1\";s:12:\"twentyeleven\";s:3:\"2.7\";s:13:\"twentyfifteen\";s:3:\"1.9\";s:15:\"twentyseventeen\";s:3:\"1.4\";s:13:\"twentysixteen\";s:3:\"1.4\";s:9:\"twentyten\";s:3:\"2.4\";s:14:\"twentythirteen\";s:3:\"2.3\";s:12:\"twentytwelve\";s:3:\"2.4\";s:16:\"wordcamp-base-v2\";s:3:\"2.0\";s:13:\"wordcamp-base\";s:3:\"0.1\";s:21:\"wordcamp-central-2012\";s:3:\"2.0\";}s:8:\"response\";a:0:{}s:12:\"translations\";a:0:{}}'),(1562,1,'_site_transient_timeout_browser_bb70e527a1774e42e7a50b3821fe5168','1513920013'),(1563,1,'_site_transient_browser_bb70e527a1774e42e7a50b3821fe5168','a:10:{s:4:\&qu
 ot;name\";s:7:\"Firefox\";s:7:\"version\";s:4:\"58.0\";s:8:\"platform\";s:9:\"Macintosh\";s:10:\"update_url\";s:24:\"https://www.firefox.com/\";s:7:\"img_src\";s:44:\"http://s.w.org/images/browsers/firefox.png?1\";s:11:\"img_src_ssl\";s:45:\"https://s.w.org/images/browsers/firefox.png?1\";s:15:\"current_version\";s:2:\"56\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}'),(1564,1,'_site_transient_timeout_community-events-8a409cf66b6719ab0c14837a204fc27e','1513358423'),(1565,1,'_site_transient_community-events-8a409cf66b6719ab0c14837a204fc27e','a:2:{s:8:\"location\";a:1:{s:2:\"ip\";s:12:\"192.168.50.0\";}s:6:\"events\";a:0:{}}');
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+INSERT INTO `wc_sitemeta` VALUES (1,1,'site_name','WordCamp.dev'),(2,1,'admin_email','foo@example.org'),(3,1,'admin_user_id','1'),(4,1,'registration','none'),(5,1,'upload_filetypes','jpg jpeg png gif mp3 mov avi wmv midi mid pdf'),(6,1,'blog_upload_space','100'),(7,1,'fileupload_maxk','1500'),(8,1,'site_admins','a:1:{i:0;s:5:\"admin\";}'),(9,1,'allowedthemes','a:10:{s:14:\"twentyfourteen\";b:1;s:2:\"p2\";b:1;s:12:\"twentyeleven\";b:1;s:9:\"twentyten\";b:1;s:14:\"twentythirteen\";b:1;s:12:\"twentytwelve\";b:1;s:13:\"wordcamp-base\";b:1;s:16:\"wordcamp-base-v2\";b:1;s:13:\"twentyfifteen\";b:1;s:13:\"twentysixteen\";b:1;}'),(10,1,'illegal_names','a:8:{i:0;s:3:\"www\";i:1;s:3:\"web\";i:2;s:4:\"root\";i:3;s:5:\"admin\";i:4;s:4:\"main\";
 i:5;s:6:\"invite\";i:6;s:13:\"administrator\";i:7;s:5:\"files\";}'),(11,1,'wpmu_upgrade_site','44719'),(12,1,'welcome_email','Dear User,\r\n\r\nYour new SITE_NAME site has been successfully set up at:\r\nBLOG_URL\r\n\r\nYou can log in to the administrator account with the following information:\r\nUsername: USERNAME\r\nPassword: PASSWORD\r\nLog in here: BLOG_URLwp-login.php\r\n\r\nWe hope you enjoy your new site. Thanks!\r\n\r\n--The Team @ SITE_NAME'),(13,1,'first_post','Welcome to <a href=\"SITE_URL\">SITE_NAME</a>. This is your first post. Edit or delete it, then start blogging!'),(14,1,'siteurl','http://wordcamp.test/'),(15,1,'add_new_users','0'),(16,1,'upload_space_check_disabled','1'),(17,1,'subdomain_install','1'),(18,1,'global_terms_enabled','0'),(19,1,'ms_files_rewriting','0'),(20,1,'initial_db_version','26691'),(21,1,'active_sitewide_plugins','a:33:{s:69:\"email-post-changes-specific-post/email-post-changes-specific-
 post.php\";i:1400700718;s:41:\"wc-canonical-years/wc-canonical-years.php\";i:1400700766;s:31:\"wc-post-types/wc-post-types.php\";i:1400700766;s:39:\"wordcamp-coming-soon-page/bootstrap.php\";i:1400700767;s:67:\"wordcamp-participation-notifier/wordcamp-participation-notifier.php\";i:1400700767;s:53:\"wordcamp-forms-to-drafts/wordcamp-forms-to-drafts.php\";i:1400869250;s:19:\"akismet/akismet.php\";i:1403329781;s:19:\"camptix/camptix.php\";i:1403329781;s:41:\"email-post-changes/email-post-changes.php\";i:1403329781;s:19:\"jetpack/jetpack.php\";i:1403329781;s:24:\"tagregator/bootstrap.php\";i:1403329781;s:21:\"wc-fonts/wc-fonts.php\";i:1403329781;s:24:\"json-rest-api/plugin.php\";i:1449618681;s:55:\"bbpress-network-templates/bbpress-network-templates.php\";i:1465238984;s:43:\"camptix-admin-flags/camptix-admin-flags.php\";i:1465238984;s:41:\&quo
 t;camptix-attendance/camptix-attendance.php\";i:1465238984;s:37:\"camptix-badge-generator/bootstrap.php\";i:1465238984;s:31:\"jquery-ui-css/jquery-ui-css.php\";i:1465238984;s:31:\"wordcamp-payments/bootstrap.php\";i:1465238984;s:39:\"wordcamp-payments-network/bootstrap.php\";i:1465238984;s:33:\"wordcamp-remote-css/bootstrap.php\";i:1465238984;s:45:\"wordcamp-site-cloner/wordcamp-site-cloner.php\";i:1465238984;s:43:\"wordcamp-qbo-client/wordcamp-qbo-client.php\";i:1465238984;s:47:\"camptix-network-tools/camptix-network-tools.php\";i:1513315360;s:45:\"custom-content-width/custom-content-width.php\";i:1513315360;s:57:\"wordcamp-dashboard-widgets/wordcamp-dashboard-widgets.php\";i:1513315360;s:31:\"wordcamp-docs/wordcamp-docs.php\";i:1513315360;s:37:\"wordcamp-mentors/wordcamp-mentors.php\";i:1513315360;s:27:\"wp-super-cache/wp-cache.php\";i:1513315362;s
 :41:\"wordpress-importer/wordpress-importer.php\";i:1513315399;s:33:\"classic-editor/classic-editor.php\";i:1561487564;s:75:\"wporg-profiles-wp-activity-notifier/wporg-profiles-wp-activity-notifier.php\";i:1561487578;s:11:\"pwa/pwa.php\";i:1561487584;}'),(22,1,'WPLANG','en_US'),(25,1,'can_compress_scripts','1'),(31,1,'blog_count','6'),(32,1,'camptix_nt_options','a:1:{s:10:\"db_version\";i:20131202;}'),(33,1,'user_count','2'),(38,1,'registrationnotification','yes'),(39,1,'welcome_user_email','Dear User,\r\n\r\nYour new account is set up.\r\n\r\nYou can log in with the following information:\r\nUsername: USERNAME\r\nPassword: PASSWORD\r\nLOGINLINK\r\n\r\nThanks!\r\n\r\n--The Team @ SITE_NAME'),(319,1,'camptix_nt_revenue_report_last_run','1561491773'),(326,1,'auto_core_update_notified','a:4:{s:4:\"type\";s:7:\"success\";s:5:\"email\";s:23:\"ian.dunn@automattic.com\";s:7:\"version\";s:16:
 \"3.9-RC2-20140415\";s:9:\"timestamp\";i:1397604347;}'),(1415,1,'wc-errors','a:0:{}'),(1416,1,'logged_in_key','Uhk,s#_`e/;Z>M}2,wF;QVDwV0EGW8S-Q.2|]pAzv!@;U>@BA:fZpJ* tY]GrY#o'),(1417,1,'logged_in_salt',' 1$m;EX#1n3)Nh:K_Lenuv{G;)V/` 7@Zg,une>GN4Im5PqAVl+&`U*rEk*~{h+E'),(1420,1,'auth_key','a5]RaDn/$7tA?gx:RG;C[ENQ<t]e{U`KkpevzXc+Z})~H._r*_)/QJ/GEHMicXE.'),(1421,1,'auth_salt','(^)avH(WqunAdR_mSM+Cm| EwCUaa-^yuGdd>hTpU~!qd&L>f>5jj8Dd.:@C($fV'),(1422,1,'nonce_key','{^HcT|O>Q+ {AWL,9lR,= Lq+8=d52>Io,yyM-J# QoRk,IytvN9EP}&n7hG?iU}'),(1423,1,'nonce_salt','`6~>L~Yl(<)c+VcWACNN-ae3^[d^C3VWBwWmJwZuKl;CXP0;m.F~sw82@9qA*4/{'),(1424,1,'menu_items','a:0:{}'),(1425,1,'first_page',''),(1426,1,'first_comment',''),(1427,1,'first_comment_url',''),(1428,1,'first_comment_author',''),(1429,1,'limited_email_domains',''),(1430,1,'banned_email_domains',''),(1513,1,'secure_auth_key','}%[UQH{(He&^[!3!m%D5WM&sW.SuEu5rQ3Lc*5{cwOoTBN*Z(z0@
 kAwbtG+ zLUx'),(1514,1,'secure_auth_key','rZmqF_;_r.7:J72?+^!ng>=h6A*O#~1>BFw.j$wZQY{`fY6Vs6_FUt$hp2eCFzeP'),(1515,1,'secure_auth_salt','q(h%&U8mw8b7$Sdsyo+bUZB%1xpd#+`Vr;{3$&LP:ZYgNQ)]Mi]F;_EjY#)I2D{^'),(1516,1,'secure_auth_salt',']-u0rQ^fTWVP`,:#k&3w.gFV$vuz@i(MJC%| #7^*#&.:0LD=^d+<YKg2}Ln^[io'),(1528,1,'recently_activated','a:0:{}'),(1529,1,'wcbdsi_database_version','3'),(1530,1,'wcbdrr_database_version','4'),(1531,1,'wcp_network_db_version','7'),(1532,1,'jetpack_protect_activating','activating'),(1533,1,'jetpack_protect_error','API Key Required'),(1561,1,'_site_transient_update_themes','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1561488326;s:7:\"checked\";a:30:{s:13:\"campsite-2017\";s:5:\"1.0.0\";s:12:\"central-nine\";s:3:\"1.0\";s:8:\"nine-nyc\";s:3:\"1.0\";s:13:\"nine-savannah\";s:3:\"1.0\";s:4:\"nine\";s:3:\"1.0\";s:2:\&q
 uot;p2\";s:5:\"1.5.8\";s:4:\"plan\";s:3:\"0.1\";s:5:\"seven\";s:3:\"1.0\";s:12:\"twentyeleven\";s:3:\"3.3\";s:13:\"twentyfifteen\";s:3:\"2.5\";s:14:\"twentyfourteen\";s:3:\"2.7\";s:14:\"twentynineteen\";s:3:\"1.4\";s:15:\"twentyseventeen\";s:3:\"2.2\";s:13:\"twentysixteen\";s:3:\"2.0\";s:9:\"twentyten\";s:3:\"2.9\";s:14:\"twentythirteen\";s:3:\"2.9\";s:12:\"twentytwelve\";s:3:\"3.0\";s:9:\"wcden2k12\";s:5:\"0.1.0\";s:8:\"wclx2011\";s:3:\"1.0\";s:8:\"wcoc2011\";s:0:\"\";s:8:\"wcphilly\";s:1:\"1\";s:8:\"wcrt2011\";s:5:\"0.1.0\";s:8:\"wcsd2011\";s:5:\"20.11\";s:8:\"wcsf2006\";s:0:\"\";s:8:\"wcsf2007\";s:3:\&
 quot;1.0\";s:8:\"wcsf2010\";s:3:\"1.0\";s:8:\"wcsf2011\";s:5:\"0.1.0\";s:16:\"wordcamp-base-v2\";s:3:\"2.0\";s:13:\"wordcamp-base\";s:3:\"0.1\";s:21:\"wordcamp-central-2012\";s:3:\"2.0\";}s:8:\"response\";a:0:{}s:12:\"translations\";a:339:{i:0;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:2:\"p2\";s:8:\"language\";s:2:\"fi\";s:7:\"version\";s:5:\"1.5.8\";s:7:\"updated\";s:19:\"2018-12-20 14:48:04\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/theme/p2/1.5.8/fi.zip\";s:10:\"autoupdate\";b:1;}i:1;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:2:\"p2\";s:8:\"language\";s:5:\"zh_TW\";s:7:\"version\";s:5:\"1.5.8\";s:7:\"updated\&qu
 ot;;s:19:\"2019-04-05 05:51:15\";s:7:\"package\";s:68:\"https://downloads.wordpress.org/translation/theme/p2/1.5.8/zh_TW.zip\";s:10:\"autoupdate\";b:1;}i:2;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:12:\"twentyeleven\";s:8:\"language\";s:2:\"ar\";s:7:\"version\";s:3:\"3.3\";s:7:\"updated\";s:19:\"2019-04-26 19:49:20\";s:7:\"package\";s:73:\"https://downloads.wordpress.org/translation/theme/twentyeleven/3.3/ar.zip\";s:10:\"autoupdate\";b:1;}i:3;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:12:\"twentyeleven\";s:8:\"language\";s:5:\"bs_BA\";s:7:\"version\";s:3:\"3.3\";s:7:\"updated\";s:19:\"2019-06-09 15:03:46\";s:7:\"package\";s:76:\"https://downloads.wordpress.org/translation/theme/twentyeleven/3.3
 /bs_BA.zip\";s:10:\"autoupdate\";b:1;}i:4;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:12:\"twentyeleven\";s:8:\"language\";s:2:\"ca\";s:7:\"version\";s:3:\"3.3\";s:7:\"updated\";s:19:\"2019-06-15 12:44:43\";s:7:\"package\";s:73:\"https://downloads.wordpress.org/translation/theme/twentyeleven/3.3/ca.zip\";s:10:\"autoupdate\";b:1;}i:5;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:12:\"twentyeleven\";s:8:\"language\";s:5:\"cs_CZ\";s:7:\"version\";s:3:\"3.3\";s:7:\"updated\";s:19:\"2019-06-10 08:37:42\";s:7:\"package\";s:76:\"https://downloads.wordpress.org/translation/theme/twentyeleven/3.3/cs_CZ.zip\";s:10:\"autoupdate\";b:1;}i:6;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:12:\&
 quot;twentyeleven\";s:8:\"language\";s:2:\"cy\";s:7:\"version\";s:3:\"3.3\";s:7:\"updated\";s:19:\"2019-05-03 08:49:52\";s:7:\"package\";s:73:\"https://downloads.wordpress.org/translation/theme/twentyeleven/3.3/cy.zip\";s:10:\"autoupdate\";b:1;}i:7;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:12:\"twentyeleven\";s:8:\"language\";s:5:\"de_CH\";s:7:\"version\";s:3:\"3.1\";s:7:\"updated\";s:19:\"2019-02-20 13:40:34\";s:7:\"package\";s:76:\"https://downloads.wordpress.org/translation/theme/twentyeleven/3.1/de_CH.zip\";s:10:\"autoupdate\";b:1;}i:8;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:12:\"twentyeleven\";s:8:\"language\";s:5:\"de_DE\";s:7:\"version\";s:3:\"3.3\";s:7:\"upda
 ted\";s:19:\"2019-06-17 08:21:48\";s:7:\"package\";s:76:\"https://downloads.wordpress.org/translation/theme/twentyeleven/3.3/de_DE.zip\";s:10:\"autoupdate\";b:1;}i:9;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:12:\"twentyeleven\";s:8:\"language\";s:5:\"en_AU\";s:7:\"version\";s:3:\"3.3\";s:7:\"updated\";s:19:\"2019-05-08 00:41:41\";s:7:\"package\";s:76:\"https://downloads.wordpress.org/translation/theme/twentyeleven/3.3/en_AU.zip\";s:10:\"autoupdate\";b:1;}i:10;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:12:\"twentyeleven\";s:8:\"language\";s:5:\"en_CA\";s:7:\"version\";s:3:\"3.3\";s:7:\"updated\";s:19:\"2019-06-06 03:02:04\";s:7:\"package\";s:76:\"https://downloads.wordpress.org/translation/
 theme/twentyeleven/3.3/en_CA.zip\";s:10:\"autoupdate\";b:1;}i:11;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:12:\"twentyeleven\";s:8:\"language\";s:5:\"en_GB\";s:7:\"version\";s:3:\"3.3\";s:7:\"updated\";s:19:\"2019-05-08 21:24:46\";s:7:\"package\";s:76:\"https://downloads.wordpress.org/translation/theme/twentyeleven/3.3/en_GB.zip\";s:10:\"autoupdate\";b:1;}i:12;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:12:\"twentyeleven\";s:8:\"language\";s:5:\"en_NZ\";s:7:\"version\";s:3:\"3.3\";s:7:\"updated\";s:19:\"2019-05-08 00:41:29\";s:7:\"package\";s:76:\"https://downloads.wordpress.org/translation/theme/twentyeleven/3.3/en_NZ.zip\";s:10:\"autoupdate\";b:1;}i:13;a:7:{s:4:\"type\";s:5:\"theme\"
 ;s:4:\"slug\";s:12:\"twentyeleven\";s:8:\"language\";s:5:\"en_ZA\";s:7:\"version\";s:3:\"3.3\";s:7:\"updated\";s:19:\"2019-02-22 02:58:03\";s:7:\"package\";s:76:\"https://downloads.wordpress.org/translation/theme/twentyeleven/3.3/en_ZA.zip\";s:10:\"autoupdate\";b:1;}i:14;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:12:\"twentyeleven\";s:8:\"language\";s:5:\"es_CL\";s:7:\"version\";s:3:\"3.3\";s:7:\"updated\";s:19:\"2019-04-22 22:20:06\";s:7:\"package\";s:76:\"https://downloads.wordpress.org/translation/theme/twentyeleven/3.3/es_CL.zip\";s:10:\"autoupdate\";b:1;}i:15;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:12:\"twentyeleven\";s:8:\"language\";s:5:\"es_ES\";s:7:\"version\&quot
 ;;s:3:\"3.3\";s:7:\"updated\";s:19:\"2019-05-08 08:42:54\";s:7:\"package\";s:76:\"https://downloads.wordpress.org/translation/theme/twentyeleven/3.3/es_ES.zip\";s:10:\"autoupdate\";b:1;}i:16;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:12:\"twentyeleven\";s:8:\"language\";s:5:\"fa_IR\";s:7:\"version\";s:3:\"3.3\";s:7:\"updated\";s:19:\"2019-06-09 15:38:19\";s:7:\"package\";s:76:\"https://downloads.wordpress.org/translation/theme/twentyeleven/3.3/fa_IR.zip\";s:10:\"autoupdate\";b:1;}i:17;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:12:\"twentyeleven\";s:8:\"language\";s:5:\"fr_CA\";s:7:\"version\";s:3:\"3.3\";s:7:\"updated\";s:19:\"2019-05-13 16:58:47\";s:7:\"package\";s:76:\"http
 s://downloads.wordpress.org/translation/theme/twentyeleven/3.3/fr_CA.zip\";s:10:\"autoupdate\";b:1;}i:18;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:12:\"twentyeleven\";s:8:\"language\";s:5:\"fr_FR\";s:7:\"version\";s:3:\"3.3\";s:7:\"updated\";s:19:\"2019-05-08 15:18:11\";s:7:\"package\";s:76:\"https://downloads.wordpress.org/translation/theme/twentyeleven/3.3/fr_FR.zip\";s:10:\"autoupdate\";b:1;}i:19;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:12:\"twentyeleven\";s:8:\"language\";s:5:\"gl_ES\";s:7:\"version\";s:3:\"3.3\";s:7:\"updated\";s:19:\"2019-05-11 11:11:36\";s:7:\"package\";s:76:\"https://downloads.wordpress.org/translation/theme/twentyeleven/3.3/gl_ES.zip\";s:10:\"autoupdate\";b:1;}i:20;a:7:{s:4:\&
 quot;type\";s:5:\"theme\";s:4:\"slug\";s:12:\"twentyeleven\";s:8:\"language\";s:2:\"hr\";s:7:\"version\";s:3:\"3.3\";s:7:\"updated\";s:19:\"2019-05-08 15:23:43\";s:7:\"package\";s:73:\"https://downloads.wordpress.org/translation/theme/twentyeleven/3.3/hr.zip\";s:10:\"autoupdate\";b:1;}i:21;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:12:\"twentyeleven\";s:8:\"language\";s:5:\"it_IT\";s:7:\"version\";s:3:\"3.3\";s:7:\"updated\";s:19:\"2019-04-01 08:02:06\";s:7:\"package\";s:76:\"https://downloads.wordpress.org/translation/theme/twentyeleven/3.3/it_IT.zip\";s:10:\"autoupdate\";b:1;}i:22;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:12:\"twentyeleven\";s:8:\"language\";s:2:\"ja\
 ";s:7:\"version\";s:3:\"3.3\";s:7:\"updated\";s:19:\"2019-02-15 14:31:31\";s:7:\"package\";s:73:\"https://downloads.wordpress.org/translation/theme/twentyeleven/3.3/ja.zip\";s:10:\"autoupdate\";b:1;}i:23;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:12:\"twentyeleven\";s:8:\"language\";s:5:\"lt_LT\";s:7:\"version\";s:3:\"3.3\";s:7:\"updated\";s:19:\"2019-06-24 14:41:11\";s:7:\"package\";s:76:\"https://downloads.wordpress.org/translation/theme/twentyeleven/3.3/lt_LT.zip\";s:10:\"autoupdate\";b:1;}i:24;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:12:\"twentyeleven\";s:8:\"language\";s:5:\"nb_NO\";s:7:\"version\";s:3:\"3.3\";s:7:\"updated\";s:19:\"2019-05-19 01:36:21\";s:7:\"pac
 kage\";s:76:\"https://downloads.wordpress.org/translation/theme/twentyeleven/3.3/nb_NO.zip\";s:10:\"autoupdate\";b:1;}i:25;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:12:\"twentyeleven\";s:8:\"language\";s:5:\"pt_BR\";s:7:\"version\";s:3:\"3.3\";s:7:\"updated\";s:19:\"2019-06-14 13:46:07\";s:7:\"package\";s:76:\"https://downloads.wordpress.org/translation/theme/twentyeleven/3.3/pt_BR.zip\";s:10:\"autoupdate\";b:1;}i:26;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:12:\"twentyeleven\";s:8:\"language\";s:5:\"ro_RO\";s:7:\"version\";s:3:\"3.3\";s:7:\"updated\";s:19:\"2019-05-07 21:18:39\";s:7:\"package\";s:76:\"https://downloads.wordpress.org/translation/theme/twentyeleven/3.3/ro_RO.zip\";s:10:\"autoupdate\
 ";b:1;}i:27;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:12:\"twentyeleven\";s:8:\"language\";s:5:\"ru_RU\";s:7:\"version\";s:3:\"3.3\";s:7:\"updated\";s:19:\"2019-05-19 18:12:57\";s:7:\"package\";s:76:\"https://downloads.wordpress.org/translation/theme/twentyeleven/3.3/ru_RU.zip\";s:10:\"autoupdate\";b:1;}i:28;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:12:\"twentyeleven\";s:8:\"language\";s:5:\"sk_SK\";s:7:\"version\";s:3:\"3.3\";s:7:\"updated\";s:19:\"2019-05-14 13:27:28\";s:7:\"package\";s:76:\"https://downloads.wordpress.org/translation/theme/twentyeleven/3.3/sk_SK.zip\";s:10:\"autoupdate\";b:1;}i:29;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:12:\"twentyeleven\";s:8:\&q
 uot;language\";s:2:\"sq\";s:7:\"version\";s:3:\"3.3\";s:7:\"updated\";s:19:\"2019-04-14 18:36:48\";s:7:\"package\";s:73:\"https://downloads.wordpress.org/translation/theme/twentyeleven/3.3/sq.zip\";s:10:\"autoupdate\";b:1;}i:30;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:12:\"twentyeleven\";s:8:\"language\";s:5:\"sr_RS\";s:7:\"version\";s:3:\"3.3\";s:7:\"updated\";s:19:\"2019-05-29 23:06:42\";s:7:\"package\";s:76:\"https://downloads.wordpress.org/translation/theme/twentyeleven/3.3/sr_RS.zip\";s:10:\"autoupdate\";b:1;}i:31;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:12:\"twentyeleven\";s:8:\"language\";s:5:\"sv_SE\";s:7:\"version\";s:3:\"3.3\";s:7:\"updated\";s:19:\"2019-05
 -08 07:52:09\";s:7:\"package\";s:76:\"https://downloads.wordpress.org/translation/theme/twentyeleven/3.3/sv_SE.zip\";s:10:\"autoupdate\";b:1;}i:32;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:12:\"twentyeleven\";s:8:\"language\";s:2:\"th\";s:7:\"version\";s:3:\"3.3\";s:7:\"updated\";s:19:\"2019-05-01 09:06:39\";s:7:\"package\";s:73:\"https://downloads.wordpress.org/translation/theme/twentyeleven/3.3/th.zip\";s:10:\"autoupdate\";b:1;}i:33;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:12:\"twentyeleven\";s:8:\"language\";s:5:\"tr_TR\";s:7:\"version\";s:3:\"3.3\";s:7:\"updated\";s:19:\"2019-05-08 10:09:10\";s:7:\"package\";s:76:\"https://downloads.wordpress.org/translation/theme/twentyeleven/3.3/tr_TR.zip\&q
 uot;;s:10:\"autoupdate\";b:1;}i:34;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:12:\"twentyeleven\";s:8:\"language\";s:2:\"uk\";s:7:\"version\";s:3:\"3.3\";s:7:\"updated\";s:19:\"2019-06-12 21:15:07\";s:7:\"package\";s:73:\"https://downloads.wordpress.org/translation/theme/twentyeleven/3.3/uk.zip\";s:10:\"autoupdate\";b:1;}i:35;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:12:\"twentyeleven\";s:8:\"language\";s:2:\"vi\";s:7:\"version\";s:3:\"3.3\";s:7:\"updated\";s:19:\"2019-05-10 05:35:45\";s:7:\"package\";s:73:\"https://downloads.wordpress.org/translation/theme/twentyeleven/3.3/vi.zip\";s:10:\"autoupdate\";b:1;}i:36;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:12:\"twentyeleve
 n\";s:8:\"language\";s:5:\"zh_CN\";s:7:\"version\";s:3:\"3.3\";s:7:\"updated\";s:19:\"2018-12-10 23:18:16\";s:7:\"package\";s:76:\"https://downloads.wordpress.org/translation/theme/twentyeleven/3.3/zh_CN.zip\";s:10:\"autoupdate\";b:1;}i:37;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:12:\"twentyeleven\";s:8:\"language\";s:5:\"zh_TW\";s:7:\"version\";s:3:\"3.3\";s:7:\"updated\";s:19:\"2019-05-08 18:44:09\";s:7:\"package\";s:76:\"https://downloads.wordpress.org/translation/theme/twentyeleven/3.3/zh_TW.zip\";s:10:\"autoupdate\";b:1;}i:38;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:13:\"twentyfifteen\";s:8:\"language\";s:2:\"ar\";s:7:\"version\";s:3:\"2.5\";s:7:\"updated\"
 ;s:19:\"2019-04-26 19:38:21\";s:7:\"package\";s:74:\"https://downloads.wordpress.org/translation/theme/twentyfifteen/2.5/ar.zip\";s:10:\"autoupdate\";b:1;}i:39;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:13:\"twentyfifteen\";s:8:\"language\";s:2:\"bo\";s:7:\"version\";s:3:\"2.5\";s:7:\"updated\";s:19:\"2019-05-14 12:33:50\";s:7:\"package\";s:74:\"https://downloads.wordpress.org/translation/theme/twentyfifteen/2.5/bo.zip\";s:10:\"autoupdate\";b:1;}i:40;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:13:\"twentyfifteen\";s:8:\"language\";s:5:\"bs_BA\";s:7:\"version\";s:3:\"2.5\";s:7:\"updated\";s:19:\"2019-06-09 15:07:18\";s:7:\"package\";s:77:\"https://downloads.wordpress.org/translation/theme/twentyfi
 fteen/2.5/bs_BA.zip\";s:10:\"autoupdate\";b:1;}i:41;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:13:\"twentyfifteen\";s:8:\"language\";s:2:\"ca\";s:7:\"version\";s:3:\"2.5\";s:7:\"updated\";s:19:\"2019-06-15 12:40:11\";s:7:\"package\";s:74:\"https://downloads.wordpress.org/translation/theme/twentyfifteen/2.5/ca.zip\";s:10:\"autoupdate\";b:1;}i:42;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:13:\"twentyfifteen\";s:8:\"language\";s:5:\"cs_CZ\";s:7:\"version\";s:3:\"2.5\";s:7:\"updated\";s:19:\"2019-06-10 08:36:49\";s:7:\"package\";s:77:\"https://downloads.wordpress.org/translation/theme/twentyfifteen/2.5/cs_CZ.zip\";s:10:\"autoupdate\";b:1;}i:43;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slu
 g\";s:13:\"twentyfifteen\";s:8:\"language\";s:2:\"cy\";s:7:\"version\";s:3:\"2.5\";s:7:\"updated\";s:19:\"2018-12-15 15:09:34\";s:7:\"package\";s:74:\"https://downloads.wordpress.org/translation/theme/twentyfifteen/2.5/cy.zip\";s:10:\"autoupdate\";b:1;}i:44;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:13:\"twentyfifteen\";s:8:\"language\";s:5:\"de_DE\";s:7:\"version\";s:3:\"2.5\";s:7:\"updated\";s:19:\"2019-01-29 05:14:01\";s:7:\"package\";s:77:\"https://downloads.wordpress.org/translation/theme/twentyfifteen/2.5/de_DE.zip\";s:10:\"autoupdate\";b:1;}i:45;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:13:\"twentyfifteen\";s:8:\"language\";s:2:\"el\";s:7:\"version\";s:3:\"2.0\&q
 uot;;s:7:\"updated\";s:19:\"2018-11-23 14:07:03\";s:7:\"package\";s:74:\"https://downloads.wordpress.org/translation/theme/twentyfifteen/2.0/el.zip\";s:10:\"autoupdate\";b:1;}i:46;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:13:\"twentyfifteen\";s:8:\"language\";s:5:\"en_AU\";s:7:\"version\";s:3:\"2.5\";s:7:\"updated\";s:19:\"2018-12-07 06:39:14\";s:7:\"package\";s:77:\"https://downloads.wordpress.org/translation/theme/twentyfifteen/2.5/en_AU.zip\";s:10:\"autoupdate\";b:1;}i:47;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:13:\"twentyfifteen\";s:8:\"language\";s:5:\"en_CA\";s:7:\"version\";s:3:\"2.5\";s:7:\"updated\";s:19:\"2018-12-13 10:37:28\";s:7:\"package\";s:77:\"https://downloads.word
 press.org/translation/theme/twentyfifteen/2.5/en_CA.zip\";s:10:\"autoupdate\";b:1;}i:48;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:13:\"twentyfifteen\";s:8:\"language\";s:5:\"en_GB\";s:7:\"version\";s:3:\"2.5\";s:7:\"updated\";s:19:\"2018-12-13 09:17:46\";s:7:\"package\";s:77:\"https://downloads.wordpress.org/translation/theme/twentyfifteen/2.5/en_GB.zip\";s:10:\"autoupdate\";b:1;}i:49;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:13:\"twentyfifteen\";s:8:\"language\";s:5:\"en_NZ\";s:7:\"version\";s:3:\"2.5\";s:7:\"updated\";s:19:\"2018-12-07 06:37:24\";s:7:\"package\";s:77:\"https://downloads.wordpress.org/translation/theme/twentyfifteen/2.5/en_NZ.zip\";s:10:\"autoupdate\";b:1;}i:50;a:7:{s:4:\"type\&qu
 ot;;s:5:\"theme\";s:4:\"slug\";s:13:\"twentyfifteen\";s:8:\"language\";s:5:\"en_ZA\";s:7:\"version\";s:3:\"2.5\";s:7:\"updated\";s:19:\"2019-02-05 17:30:11\";s:7:\"package\";s:77:\"https://downloads.wordpress.org/translation/theme/twentyfifteen/2.5/en_ZA.zip\";s:10:\"autoupdate\";b:1;}i:51;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:13:\"twentyfifteen\";s:8:\"language\";s:5:\"es_AR\";s:7:\"version\";s:3:\"2.0\";s:7:\"updated\";s:19:\"2018-11-12 04:14:30\";s:7:\"package\";s:77:\"https://downloads.wordpress.org/translation/theme/twentyfifteen/2.0/es_AR.zip\";s:10:\"autoupdate\";b:1;}i:52;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:13:\"twentyfifteen\";s:8:\"language\";s:5:\"es_CL
 \";s:7:\"version\";s:3:\"2.5\";s:7:\"updated\";s:19:\"2018-12-26 14:40:32\";s:7:\"package\";s:77:\"https://downloads.wordpress.org/translation/theme/twentyfifteen/2.5/es_CL.zip\";s:10:\"autoupdate\";b:1;}i:53;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:13:\"twentyfifteen\";s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:3:\"2.5\";s:7:\"updated\";s:19:\"2019-04-16 18:47:29\";s:7:\"package\";s:77:\"https://downloads.wordpress.org/translation/theme/twentyfifteen/2.5/es_ES.zip\";s:10:\"autoupdate\";b:1;}i:54;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:13:\"twentyfifteen\";s:8:\"language\";s:5:\"fr_CA\";s:7:\"version\";s:3:\"2.5\";s:7:\"updated\";s:19:\"2019-05-13 16:59:56\";s:7:\&
 quot;package\";s:77:\"https://downloads.wordpress.org/translation/theme/twentyfifteen/2.5/fr_CA.zip\";s:10:\"autoupdate\";b:1;}i:55;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:13:\"twentyfifteen\";s:8:\"language\";s:5:\"fr_FR\";s:7:\"version\";s:3:\"2.5\";s:7:\"updated\";s:19:\"2018-12-24 17:20:22\";s:7:\"package\";s:77:\"https://downloads.wordpress.org/translation/theme/twentyfifteen/2.5/fr_FR.zip\";s:10:\"autoupdate\";b:1;}i:56;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:13:\"twentyfifteen\";s:8:\"language\";s:5:\"gl_ES\";s:7:\"version\";s:3:\"2.5\";s:7:\"updated\";s:19:\"2018-12-07 01:23:46\";s:7:\"package\";s:77:\"https://downloads.wordpress.org/translation/theme/twentyfifteen/2.5/gl_ES.zip\";s:10:\&quo
 t;autoupdate\";b:1;}i:57;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:13:\"twentyfifteen\";s:8:\"language\";s:2:\"hr\";s:7:\"version\";s:3:\"2.5\";s:7:\"updated\";s:19:\"2018-12-06 20:50:04\";s:7:\"package\";s:74:\"https://downloads.wordpress.org/translation/theme/twentyfifteen/2.5/hr.zip\";s:10:\"autoupdate\";b:1;}i:58;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:13:\"twentyfifteen\";s:8:\"language\";s:5:\"it_IT\";s:7:\"version\";s:3:\"2.5\";s:7:\"updated\";s:19:\"2019-05-24 20:06:47\";s:7:\"package\";s:77:\"https://downloads.wordpress.org/translation/theme/twentyfifteen/2.5/it_IT.zip\";s:10:\"autoupdate\";b:1;}i:59;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:13:\"twentyfifteen\&q
 uot;;s:8:\"language\";s:2:\"ja\";s:7:\"version\";s:3:\"2.5\";s:7:\"updated\";s:19:\"2019-02-15 14:28:37\";s:7:\"package\";s:74:\"https://downloads.wordpress.org/translation/theme/twentyfifteen/2.5/ja.zip\";s:10:\"autoupdate\";b:1;}i:60;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:13:\"twentyfifteen\";s:8:\"language\";s:5:\"lt_LT\";s:7:\"version\";s:3:\"2.5\";s:7:\"updated\";s:19:\"2018-12-07 22:22:39\";s:7:\"package\";s:77:\"https://downloads.wordpress.org/translation/theme/twentyfifteen/2.5/lt_LT.zip\";s:10:\"autoupdate\";b:1;}i:61;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:13:\"twentyfifteen\";s:8:\"language\";s:2:\"lv\";s:7:\"version\";s:3:\"2.5\";s:7:\"updated\";s:19:\
 "2019-02-20 17:41:24\";s:7:\"package\";s:74:\"https://downloads.wordpress.org/translation/theme/twentyfifteen/2.5/lv.zip\";s:10:\"autoupdate\";b:1;}i:62;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:13:\"twentyfifteen\";s:8:\"language\";s:5:\"nb_NO\";s:7:\"version\";s:3:\"2.5\";s:7:\"updated\";s:19:\"2018-12-30 19:07:21\";s:7:\"package\";s:77:\"https://downloads.wordpress.org/translation/theme/twentyfifteen/2.5/nb_NO.zip\";s:10:\"autoupdate\";b:1;}i:63;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:13:\"twentyfifteen\";s:8:\"language\";s:5:\"pt_BR\";s:7:\"version\";s:3:\"2.5\";s:7:\"updated\";s:19:\"2019-06-14 13:38:16\";s:7:\"package\";s:77:\"https://downloads.wordpress.org/translation/theme/twentyfif
 teen/2.5/pt_BR.zip\";s:10:\"autoupdate\";b:1;}i:64;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:13:\"twentyfifteen\";s:8:\"language\";s:5:\"ru_RU\";s:7:\"version\";s:3:\"2.5\";s:7:\"updated\";s:19:\"2018-12-07 09:48:20\";s:7:\"package\";s:77:\"https://downloads.wordpress.org/translation/theme/twentyfifteen/2.5/ru_RU.zip\";s:10:\"autoupdate\";b:1;}i:65;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:13:\"twentyfifteen\";s:8:\"language\";s:5:\"sk_SK\";s:7:\"version\";s:3:\"2.5\";s:7:\"updated\";s:19:\"2019-02-02 20:54:04\";s:7:\"package\";s:77:\"https://downloads.wordpress.org/translation/theme/twentyfifteen/2.5/sk_SK.zip\";s:10:\"autoupdate\";b:1;}i:66;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\&quo
 t;slug\";s:13:\"twentyfifteen\";s:8:\"language\";s:2:\"sq\";s:7:\"version\";s:3:\"2.5\";s:7:\"updated\";s:19:\"2019-04-26 11:28:29\";s:7:\"package\";s:74:\"https://downloads.wordpress.org/translation/theme/twentyfifteen/2.5/sq.zip\";s:10:\"autoupdate\";b:1;}i:67;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:13:\"twentyfifteen\";s:8:\"language\";s:5:\"sr_RS\";s:7:\"version\";s:3:\"2.5\";s:7:\"updated\";s:19:\"2019-02-21 22:52:21\";s:7:\"package\";s:77:\"https://downloads.wordpress.org/translation/theme/twentyfifteen/2.5/sr_RS.zip\";s:10:\"autoupdate\";b:1;}i:68;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:13:\"twentyfifteen\";s:8:\"language\";s:5:\"sv_SE\";s:7:\"version\";s:3:\&quo
 t;2.5\";s:7:\"updated\";s:19:\"2018-12-07 12:20:26\";s:7:\"package\";s:77:\"https://downloads.wordpress.org/translation/theme/twentyfifteen/2.5/sv_SE.zip\";s:10:\"autoupdate\";b:1;}i:69;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:13:\"twentyfifteen\";s:8:\"language\";s:5:\"tr_TR\";s:7:\"version\";s:3:\"2.5\";s:7:\"updated\";s:19:\"2019-03-26 12:01:38\";s:7:\"package\";s:77:\"https://downloads.wordpress.org/translation/theme/twentyfifteen/2.5/tr_TR.zip\";s:10:\"autoupdate\";b:1;}i:70;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:13:\"twentyfifteen\";s:8:\"language\";s:2:\"uk\";s:7:\"version\";s:3:\"2.5\";s:7:\"updated\";s:19:\"2019-06-17 19:49:06\";s:7:\"package\";s:74:\"https://downlo
 ads.wordpress.org/translation/theme/twentyfifteen/2.5/uk.zip\";s:10:\"autoupdate\";b:1;}i:71;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:13:\"twentyfifteen\";s:8:\"language\";s:2:\"vi\";s:7:\"version\";s:3:\"2.5\";s:7:\"updated\";s:19:\"2019-05-02 05:04:42\";s:7:\"package\";s:74:\"https://downloads.wordpress.org/translation/theme/twentyfifteen/2.5/vi.zip\";s:10:\"autoupdate\";b:1;}i:72;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:13:\"twentyfifteen\";s:8:\"language\";s:5:\"zh_CN\";s:7:\"version\";s:3:\"2.5\";s:7:\"updated\";s:19:\"2018-12-21 00:21:56\";s:7:\"package\";s:77:\"https://downloads.wordpress.org/translation/theme/twentyfifteen/2.5/zh_CN.zip\";s:10:\"autoupdate\";b:1;}i:73;a:7:{s:4:\"type\&quo
 t;;s:5:\"theme\";s:4:\"slug\";s:13:\"twentyfifteen\";s:8:\"language\";s:5:\"zh_TW\";s:7:\"version\";s:3:\"2.5\";s:7:\"updated\";s:19:\"2019-03-29 16:27:21\";s:7:\"package\";s:77:\"https://downloads.wordpress.org/translation/theme/twentyfifteen/2.5/zh_TW.zip\";s:10:\"autoupdate\";b:1;}i:74;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:14:\"twentyfourteen\";s:8:\"language\";s:2:\"ar\";s:7:\"version\";s:3:\"2.7\";s:7:\"updated\";s:19:\"2019-04-26 19:30:58\";s:7:\"package\";s:75:\"https://downloads.wordpress.org/translation/theme/twentyfourteen/2.7/ar.zip\";s:10:\"autoupdate\";b:1;}i:75;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:14:\"twentyfourteen\";s:8:\"language\";s:2:\"bo\"
 ;s:7:\"version\";s:3:\"2.7\";s:7:\"updated\";s:19:\"2019-05-14 12:29:40\";s:7:\"package\";s:75:\"https://downloads.wordpress.org/translation/theme/twentyfourteen/2.7/bo.zip\";s:10:\"autoupdate\";b:1;}i:76;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:14:\"twentyfourteen\";s:8:\"language\";s:5:\"bs_BA\";s:7:\"version\";s:3:\"2.7\";s:7:\"updated\";s:19:\"2019-06-09 15:02:39\";s:7:\"package\";s:78:\"https://downloads.wordpress.org/translation/theme/twentyfourteen/2.7/bs_BA.zip\";s:10:\"autoupdate\";b:1;}i:77;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:14:\"twentyfourteen\";s:8:\"language\";s:2:\"ca\";s:7:\"version\";s:3:\"2.7\";s:7:\"updated\";s:19:\"2019-06-15 12:42:00\";s:7:\"pack
 age\";s:75:\"https://downloads.wordpress.org/translation/theme/twentyfourteen/2.7/ca.zip\";s:10:\"autoupdate\";b:1;}i:78;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:14:\"twentyfourteen\";s:8:\"language\";s:5:\"cs_CZ\";s:7:\"version\";s:3:\"2.7\";s:7:\"updated\";s:19:\"2019-06-10 08:25:31\";s:7:\"package\";s:78:\"https://downloads.wordpress.org/translation/theme/twentyfourteen/2.7/cs_CZ.zip\";s:10:\"autoupdate\";b:1;}i:79;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:14:\"twentyfourteen\";s:8:\"language\";s:2:\"cy\";s:7:\"version\";s:3:\"2.7\";s:7:\"updated\";s:19:\"2018-12-15 15:07:11\";s:7:\"package\";s:75:\"https://downloads.wordpress.org/translation/theme/twentyfourteen/2.7/cy.zip\";s:10:\"autoupdate\
 ";b:1;}i:80;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:14:\"twentyfourteen\";s:8:\"language\";s:5:\"de_DE\";s:7:\"version\";s:3:\"2.7\";s:7:\"updated\";s:19:\"2019-06-23 16:27:18\";s:7:\"package\";s:78:\"https://downloads.wordpress.org/translation/theme/twentyfourteen/2.7/de_DE.zip\";s:10:\"autoupdate\";b:1;}i:81;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:14:\"twentyfourteen\";s:8:\"language\";s:2:\"el\";s:7:\"version\";s:3:\"2.7\";s:7:\"updated\";s:19:\"2019-01-10 09:15:10\";s:7:\"package\";s:75:\"https://downloads.wordpress.org/translation/theme/twentyfourteen/2.7/el.zip\";s:10:\"autoupdate\";b:1;}i:82;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:14:\"twentyfourteen\";s:8
 :\"language\";s:5:\"en_AU\";s:7:\"version\";s:3:\"2.7\";s:7:\"updated\";s:19:\"2018-12-20 03:39:52\";s:7:\"package\";s:78:\"https://downloads.wordpress.org/translation/theme/twentyfourteen/2.7/en_AU.zip\";s:10:\"autoupdate\";b:1;}i:83;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:14:\"twentyfourteen\";s:8:\"language\";s:5:\"en_CA\";s:7:\"version\";s:3:\"2.7\";s:7:\"updated\";s:19:\"2018-12-20 21:11:32\";s:7:\"package\";s:78:\"https://downloads.wordpress.org/translation/theme/twentyfourteen/2.7/en_CA.zip\";s:10:\"autoupdate\";b:1;}i:84;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:14:\"twentyfourteen\";s:8:\"language\";s:5:\"en_GB\";s:7:\"version\";s:3:\"2.7\";s:7:\"updated\";s
 :19:\"2018-12-20 21:40:18\";s:7:\"package\";s:78:\"https://downloads.wordpress.org/translation/theme/twentyfourteen/2.7/en_GB.zip\";s:10:\"autoupdate\";b:1;}i:85;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:14:\"twentyfourteen\";s:8:\"language\";s:5:\"en_NZ\";s:7:\"version\";s:3:\"2.7\";s:7:\"updated\";s:19:\"2018-12-20 03:40:17\";s:7:\"package\";s:78:\"https://downloads.wordpress.org/translation/theme/twentyfourteen/2.7/en_NZ.zip\";s:10:\"autoupdate\";b:1;}i:86;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:14:\"twentyfourteen\";s:8:\"language\";s:5:\"en_ZA\";s:7:\"version\";s:3:\"2.7\";s:7:\"updated\";s:19:\"2019-02-07 09:36:43\";s:7:\"package\";s:78:\"https://downloads.wordpress.org/translation/the
 me/twentyfourteen/2.7/en_ZA.zip\";s:10:\"autoupdate\";b:1;}i:87;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:14:\"twentyfourteen\";s:8:\"language\";s:5:\"es_CL\";s:7:\"version\";s:3:\"2.7\";s:7:\"updated\";s:19:\"2018-12-26 14:12:43\";s:7:\"package\";s:78:\"https://downloads.wordpress.org/translation/theme/twentyfourteen/2.7/es_CL.zip\";s:10:\"autoupdate\";b:1;}i:88;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:14:\"twentyfourteen\";s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:3:\"2.7\";s:7:\"updated\";s:19:\"2018-12-07 01:00:56\";s:7:\"package\";s:78:\"https://downloads.wordpress.org/translation/theme/twentyfourteen/2.7/es_ES.zip\";s:10:\"autoupdate\";b:1;}i:89;a:7:{s:4:\"type\";s:5:\"theme
 \";s:4:\"slug\";s:14:\"twentyfourteen\";s:8:\"language\";s:5:\"fr_CA\";s:7:\"version\";s:3:\"2.7\";s:7:\"updated\";s:19:\"2019-05-13 17:01:29\";s:7:\"package\";s:78:\"https://downloads.wordpress.org/translation/theme/twentyfourteen/2.7/fr_CA.zip\";s:10:\"autoupdate\";b:1;}i:90;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:14:\"twentyfourteen\";s:8:\"language\";s:5:\"fr_FR\";s:7:\"version\";s:3:\"2.7\";s:7:\"updated\";s:19:\"2019-04-01 11:17:13\";s:7:\"package\";s:78:\"https://downloads.wordpress.org/translation/theme/twentyfourteen/2.7/fr_FR.zip\";s:10:\"autoupdate\";b:1;}i:91;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:14:\"twentyfourteen\";s:8:\"language\";s:5:\"gl_ES\";s:7:\&q
 uot;version\";s:3:\"2.7\";s:7:\"updated\";s:19:\"2018-12-07 01:24:26\";s:7:\"package\";s:78:\"https://downloads.wordpress.org/translation/theme/twentyfourteen/2.7/gl_ES.zip\";s:10:\"autoupdate\";b:1;}i:92;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:14:\"twentyfourteen\";s:8:\"language\";s:2:\"hr\";s:7:\"version\";s:3:\"2.7\";s:7:\"updated\";s:19:\"2018-12-06 20:53:20\";s:7:\"package\";s:75:\"https://downloads.wordpress.org/translation/theme/twentyfourteen/2.7/hr.zip\";s:10:\"autoupdate\";b:1;}i:93;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:14:\"twentyfourteen\";s:8:\"language\";s:5:\"it_IT\";s:7:\"version\";s:3:\"2.7\";s:7:\"updated\";s:19:\"2019-06-08 14:36:41\";s:7:\"package\&quo
 t;;s:78:\"https://downloads.wordpress.org/translation/theme/twentyfourteen/2.7/it_IT.zip\";s:10:\"autoupdate\";b:1;}i:94;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:14:\"twentyfourteen\";s:8:\"language\";s:2:\"ja\";s:7:\"version\";s:3:\"2.7\";s:7:\"updated\";s:19:\"2019-02-15 14:33:16\";s:7:\"package\";s:75:\"https://downloads.wordpress.org/translation/theme/twentyfourteen/2.7/ja.zip\";s:10:\"autoupdate\";b:1;}i:95;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:14:\"twentyfourteen\";s:8:\"language\";s:5:\"lt_LT\";s:7:\"version\";s:3:\"2.7\";s:7:\"updated\";s:19:\"2018-12-07 09:42:30\";s:7:\"package\";s:78:\"https://downloads.wordpress.org/translation/theme/twentyfourteen/2.7/lt_LT.zip\";s:10:\"autoupdate\&quot
 ;;b:1;}i:96;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:14:\"twentyfourteen\";s:8:\"language\";s:5:\"nb_NO\";s:7:\"version\";s:3:\"2.7\";s:7:\"updated\";s:19:\"2018-12-30 19:09:38\";s:7:\"package\";s:78:\"https://downloads.wordpress.org/translation/theme/twentyfourteen/2.7/nb_NO.zip\";s:10:\"autoupdate\";b:1;}i:97;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:14:\"twentyfourteen\";s:8:\"language\";s:5:\"pt_BR\";s:7:\"version\";s:3:\"2.7\";s:7:\"updated\";s:19:\"2019-06-14 14:00:00\";s:7:\"package\";s:78:\"https://downloads.wordpress.org/translation/theme/twentyfourteen/2.7/pt_BR.zip\";s:10:\"autoupdate\";b:1;}i:98;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:14:\"twentyfourteen\";s:
 8:\"language\";s:5:\"ro_RO\";s:7:\"version\";s:3:\"2.7\";s:7:\"updated\";s:19:\"2019-01-07 12:47:29\";s:7:\"package\";s:78:\"https://downloads.wordpress.org/translation/theme/twentyfourteen/2.7/ro_RO.zip\";s:10:\"autoupdate\";b:1;}i:99;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:14:\"twentyfourteen\";s:8:\"language\";s:5:\"ru_RU\";s:7:\"version\";s:3:\"2.7\";s:7:\"updated\";s:19:\"2019-06-17 20:08:50\";s:7:\"package\";s:78:\"https://downloads.wordpress.org/translation/theme/twentyfourteen/2.7/ru_RU.zip\";s:10:\"autoupdate\";b:1;}i:100;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:14:\"twentyfourteen\";s:8:\"language\";s:5:\"sk_SK\";s:7:\"version\";s:3:\"2.7\";s:7:\"updated\"
 ;s:19:\"2019-02-02 20:58:42\";s:7:\"package\";s:78:\"https://downloads.wordpress.org/translation/theme/twentyfourteen/2.7/sk_SK.zip\";s:10:\"autoupdate\";b:1;}i:101;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:14:\"twentyfourteen\";s:8:\"language\";s:2:\"sq\";s:7:\"version\";s:3:\"2.7\";s:7:\"updated\";s:19:\"2019-01-11 22:00:33\";s:7:\"package\";s:75:\"https://downloads.wordpress.org/translation/theme/twentyfourteen/2.7/sq.zip\";s:10:\"autoupdate\";b:1;}i:102;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:14:\"twentyfourteen\";s:8:\"language\";s:5:\"sr_RS\";s:7:\"version\";s:3:\"2.7\";s:7:\"updated\";s:19:\"2019-02-21 22:51:26\";s:7:\"package\";s:78:\"https://downloads.wordpress.org/translation/theme
 /twentyfourteen/2.7/sr_RS.zip\";s:10:\"autoupdate\";b:1;}i:103;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:14:\"twentyfourteen\";s:8:\"language\";s:5:\"sv_SE\";s:7:\"version\";s:3:\"2.7\";s:7:\"updated\";s:19:\"2018-12-07 12:21:18\";s:7:\"package\";s:78:\"https://downloads.wordpress.org/translation/theme/twentyfourteen/2.7/sv_SE.zip\";s:10:\"autoupdate\";b:1;}i:104;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:14:\"twentyfourteen\";s:8:\"language\";s:2:\"th\";s:7:\"version\";s:3:\"2.7\";s:7:\"updated\";s:19:\"2019-05-01 09:08:04\";s:7:\"package\";s:75:\"https://downloads.wordpress.org/translation/theme/twentyfourteen/2.7/th.zip\";s:10:\"autoupdate\";b:1;}i:105;a:7:{s:4:\"type\";s:5:\"theme\&quo
 t;;s:4:\"slug\";s:14:\"twentyfourteen\";s:8:\"language\";s:5:\"tr_TR\";s:7:\"version\";s:3:\"2.7\";s:7:\"updated\";s:19:\"2019-03-26 11:58:15\";s:7:\"package\";s:78:\"https://downloads.wordpress.org/translation/theme/twentyfourteen/2.7/tr_TR.zip\";s:10:\"autoupdate\";b:1;}i:106;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:14:\"twentyfourteen\";s:8:\"language\";s:2:\"uk\";s:7:\"version\";s:3:\"2.7\";s:7:\"updated\";s:19:\"2019-06-17 19:35:27\";s:7:\"package\";s:75:\"https://downloads.wordpress.org/translation/theme/twentyfourteen/2.7/uk.zip\";s:10:\"autoupdate\";b:1;}i:107;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:14:\"twentyfourteen\";s:8:\"language\";s:2:\"vi\";s:7:\"version\
 ";s:3:\"2.7\";s:7:\"updated\";s:19:\"2019-05-10 05:25:12\";s:7:\"package\";s:75:\"https://downloads.wordpress.org/translation/theme/twentyfourteen/2.7/vi.zip\";s:10:\"autoupdate\";b:1;}i:108;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:14:\"twentyfourteen\";s:8:\"language\";s:5:\"zh_CN\";s:7:\"version\";s:3:\"2.7\";s:7:\"updated\";s:19:\"2018-12-21 00:26:52\";s:7:\"package\";s:78:\"https://downloads.wordpress.org/translation/theme/twentyfourteen/2.7/zh_CN.zip\";s:10:\"autoupdate\";b:1;}i:109;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:14:\"twentyfourteen\";s:8:\"language\";s:5:\"zh_TW\";s:7:\"version\";s:3:\"2.7\";s:7:\"updated\";s:19:\"2019-03-29 17:23:46\";s:7:\"package\";s:78
 :\"https://downloads.wordpress.org/translation/theme/twentyfourteen/2.7/zh_TW.zip\";s:10:\"autoupdate\";b:1;}i:110;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:14:\"twentynineteen\";s:8:\"language\";s:2:\"ar\";s:7:\"version\";s:3:\"1.4\";s:7:\"updated\";s:19:\"2019-04-12 14:48:40\";s:7:\"package\";s:75:\"https://downloads.wordpress.org/translation/theme/twentynineteen/1.4/ar.zip\";s:10:\"autoupdate\";b:1;}i:111;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:14:\"twentynineteen\";s:8:\"language\";s:5:\"bg_BG\";s:7:\"version\";s:3:\"1.4\";s:7:\"updated\";s:19:\"2018-12-05 11:44:00\";s:7:\"package\";s:78:\"https://downloads.wordpress.org/translation/theme/twentynineteen/1.4/bg_BG.zip\";s:10:\"autoupdate\";b:1
 ;}i:112;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:14:\"twentynineteen\";s:8:\"language\";s:2:\"bo\";s:7:\"version\";s:3:\"1.4\";s:7:\"updated\";s:19:\"2019-05-24 00:52:04\";s:7:\"package\";s:75:\"https://downloads.wordpress.org/translation/theme/twentynineteen/1.4/bo.zip\";s:10:\"autoupdate\";b:1;}i:113;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:14:\"twentynineteen\";s:8:\"language\";s:5:\"bs_BA\";s:7:\"version\";s:3:\"1.4\";s:7:\"updated\";s:19:\"2019-06-09 14:57:05\";s:7:\"package\";s:78:\"https://downloads.wordpress.org/translation/theme/twentynineteen/1.4/bs_BA.zip\";s:10:\"autoupdate\";b:1;}i:114;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:14:\"twentynineteen\";s:8:\&quot
 ;language\";s:2:\"ca\";s:7:\"version\";s:3:\"1.4\";s:7:\"updated\";s:19:\"2019-06-15 12:37:17\";s:7:\"package\";s:75:\"https://downloads.wordpress.org/translation/theme/twentynineteen/1.4/ca.zip\";s:10:\"autoupdate\";b:1;}i:115;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:14:\"twentynineteen\";s:8:\"language\";s:5:\"cs_CZ\";s:7:\"version\";s:3:\"1.4\";s:7:\"updated\";s:19:\"2019-05-20 10:31:26\";s:7:\"package\";s:78:\"https://downloads.wordpress.org/translation/theme/twentynineteen/1.4/cs_CZ.zip\";s:10:\"autoupdate\";b:1;}i:116;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:14:\"twentynineteen\";s:8:\"language\";s:2:\"cy\";s:7:\"version\";s:3:\"1.4\";s:7:\"updated\";s:19:\"201
 9-02-26 14:45:09\";s:7:\"package\";s:75:\"https://downloads.wordpress.org/translation/theme/twentynineteen/1.4/cy.zip\";s:10:\"autoupdate\";b:1;}i:117;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:14:\"twentynineteen\";s:8:\"language\";s:5:\"de_CH\";s:7:\"version\";s:3:\"1.4\";s:7:\"updated\";s:19:\"2019-02-20 13:37:54\";s:7:\"package\";s:78:\"https://downloads.wordpress.org/translation/theme/twentynineteen/1.4/de_CH.zip\";s:10:\"autoupdate\";b:1;}i:118;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:14:\"twentynineteen\";s:8:\"language\";s:14:\"de_CH_informal\";s:7:\"version\";s:3:\"1.4\";s:7:\"updated\";s:19:\"2019-02-20 13:38:52\";s:7:\"package\";s:87:\"https://downloads.wordpress.org/translation/theme/tw
 entynineteen/1.4/de_CH_informal.zip\";s:10:\"autoupdate\";b:1;}i:119;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:14:\"twentynineteen\";s:8:\"language\";s:5:\"de_DE\";s:7:\"version\";s:3:\"1.4\";s:7:\"updated\";s:19:\"2019-06-12 22:36:20\";s:7:\"package\";s:78:\"https://downloads.wordpress.org/translation/theme/twentynineteen/1.4/de_DE.zip\";s:10:\"autoupdate\";b:1;}i:120;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:14:\"twentynineteen\";s:8:\"language\";s:12:\"de_DE_formal\";s:7:\"version\";s:3:\"1.4\";s:7:\"updated\";s:19:\"2019-06-12 22:37:50\";s:7:\"package\";s:85:\"https://downloads.wordpress.org/translation/theme/twentynineteen/1.4/de_DE_formal.zip\";s:10:\"autoupdate\";b:1;}i:121;a:7:{s:4:\"type\&
 quot;;s:5:\"theme\";s:4:\"slug\";s:14:\"twentynineteen\";s:8:\"language\";s:2:\"el\";s:7:\"version\";s:3:\"1.4\";s:7:\"updated\";s:19:\"2019-05-10 13:06:00\";s:7:\"package\";s:75:\"https://downloads.wordpress.org/translation/theme/twentynineteen/1.4/el.zip\";s:10:\"autoupdate\";b:1;}i:122;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:14:\"twentynineteen\";s:8:\"language\";s:5:\"en_AU\";s:7:\"version\";s:3:\"1.4\";s:7:\"updated\";s:19:\"2019-05-11 03:19:15\";s:7:\"package\";s:78:\"https://downloads.wordpress.org/translation/theme/twentynineteen/1.4/en_AU.zip\";s:10:\"autoupdate\";b:1;}i:123;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:14:\"twentynineteen\";s:8:\"language\";s:5:\"en
 _CA\";s:7:\"version\";s:3:\"1.4\";s:7:\"updated\";s:19:\"2019-01-09 23:47:21\";s:7:\"package\";s:78:\"https://downloads.wordpress.org/translation/theme/twentynineteen/1.4/en_CA.zip\";s:10:\"autoupdate\";b:1;}i:124;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:14:\"twentynineteen\";s:8:\"language\";s:5:\"en_GB\";s:7:\"version\";s:3:\"1.4\";s:7:\"updated\";s:19:\"2019-05-08 21:21:07\";s:7:\"package\";s:78:\"https://downloads.wordpress.org/translation/theme/twentynineteen/1.4/en_GB.zip\";s:10:\"autoupdate\";b:1;}i:125;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:14:\"twentynineteen\";s:8:\"language\";s:5:\"en_NZ\";s:7:\"version\";s:3:\"1.4\";s:7:\"updated\";s:19:\"2019-05-11 03:19:01\&quo
 t;;s:7:\"package\";s:78:\"https://downloads.wordpress.org/translation/theme/twentynineteen/1.4/en_NZ.zip\";s:10:\"autoupdate\";b:1;}i:126;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:14:\"twentynineteen\";s:8:\"language\";s:5:\"en_ZA\";s:7:\"version\";s:3:\"1.4\";s:7:\"updated\";s:19:\"2019-02-05 17:00:54\";s:7:\"package\";s:78:\"https://downloads.wordpress.org/translation/theme/twentynineteen/1.4/en_ZA.zip\";s:10:\"autoupdate\";b:1;}i:127;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:14:\"twentynineteen\";s:8:\"language\";s:2:\"eo\";s:7:\"version\";s:3:\"1.4\";s:7:\"updated\";s:19:\"2019-02-19 15:48:41\";s:7:\"package\";s:75:\"https://downloads.wordpress.org/translation/theme/twentynineteen/1.4/eo.zip\";
 s:10:\"autoupdate\";b:1;}i:128;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:14:\"twentynineteen\";s:8:\"language\";s:5:\"es_AR\";s:7:\"version\";s:3:\"1.4\";s:7:\"updated\";s:19:\"2019-05-14 18:22:36\";s:7:\"package\";s:78:\"https://downloads.wordpress.org/translation/theme/twentynineteen/1.4/es_AR.zip\";s:10:\"autoupdate\";b:1;}i:129;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:14:\"twentynineteen\";s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:3:\"1.4\";s:7:\"updated\";s:19:\"2019-05-08 15:48:33\";s:7:\"package\";s:78:\"https://downloads.wordpress.org/translation/theme/twentynineteen/1.4/es_ES.zip\";s:10:\"autoupdate\";b:1;}i:130;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:14:
 \"twentynineteen\";s:8:\"language\";s:5:\"fa_IR\";s:7:\"version\";s:3:\"1.4\";s:7:\"updated\";s:19:\"2019-03-31 10:43:10\";s:7:\"package\";s:78:\"https://downloads.wordpress.org/translation/theme/twentynineteen/1.4/fa_IR.zip\";s:10:\"autoupdate\";b:1;}i:131;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:14:\"twentynineteen\";s:8:\"language\";s:2:\"fi\";s:7:\"version\";s:3:\"1.4\";s:7:\"updated\";s:19:\"2018-12-05 17:48:06\";s:7:\"package\";s:75:\"https://downloads.wordpress.org/translation/theme/twentynineteen/1.4/fi.zip\";s:10:\"autoupdate\";b:1;}i:132;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:14:\"twentynineteen\";s:8:\"language\";s:5:\"fr_CA\";s:7:\"version\";s:3:\"1.4\"
 ;s:7:\"updated\";s:19:\"2019-05-08 14:24:41\";s:7:\"package\";s:78:\"https://downloads.wordpress.org/translation/theme/twentynineteen/1.4/fr_CA.zip\";s:10:\"autoupdate\";b:1;}i:133;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:14:\"twentynineteen\";s:8:\"language\";s:5:\"fr_FR\";s:7:\"version\";s:3:\"1.4\";s:7:\"updated\";s:19:\"2019-05-08 15:17:55\";s:7:\"package\";s:78:\"https://downloads.wordpress.org/translation/theme/twentynineteen/1.4/fr_FR.zip\";s:10:\"autoupdate\";b:1;}i:134;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:14:\"twentynineteen\";s:8:\"language\";s:5:\"gl_ES\";s:7:\"version\";s:3:\"1.4\";s:7:\"updated\";s:19:\"2019-05-11 11:02:53\";s:7:\"package\";s:78:\"https://downloads
 .wordpress.org/translation/theme/twentynineteen/1.4/gl_ES.zip\";s:10:\"autoupdate\";b:1;}i:135;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:14:\"twentynineteen\";s:8:\"language\";s:2:\"hr\";s:7:\"version\";s:3:\"1.4\";s:7:\"updated\";s:19:\"2019-05-11 08:17:08\";s:7:\"package\";s:75:\"https://downloads.wordpress.org/translation/theme/twentynineteen/1.4/hr.zip\";s:10:\"autoupdate\";b:1;}i:136;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:14:\"twentynineteen\";s:8:\"language\";s:5:\"hu_HU\";s:7:\"version\";s:3:\"1.4\";s:7:\"updated\";s:19:\"2019-03-01 10:02:33\";s:7:\"package\";s:78:\"https://downloads.wordpress.org/translation/theme/twentynineteen/1.4/hu_HU.zip\";s:10:\"autoupdate\";b:1;}i:137;a:7:{s:4:\"t
 ype\";s:5:\"theme\";s:4:\"slug\";s:14:\"twentynineteen\";s:8:\"language\";s:5:\"it_IT\";s:7:\"version\";s:3:\"1.4\";s:7:\"updated\";s:19:\"2019-06-15 13:33:52\";s:7:\"package\";s:78:\"https://downloads.wordpress.org/translation/theme/twentynineteen/1.4/it_IT.zip\";s:10:\"autoupdate\";b:1;}i:138;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:14:\"twentynineteen\";s:8:\"language\";s:2:\"ja\";s:7:\"version\";s:3:\"1.4\";s:7:\"updated\";s:19:\"2019-05-11 21:10:23\";s:7:\"package\";s:75:\"https://downloads.wordpress.org/translation/theme/twentynineteen/1.4/ja.zip\";s:10:\"autoupdate\";b:1;}i:139;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:14:\"twentynineteen\";s:8:\"language\";s:5:\&qu
 ot;lt_LT\";s:7:\"version\";s:3:\"1.4\";s:7:\"updated\";s:19:\"2019-06-24 14:42:05\";s:7:\"package\";s:78:\"https://downloads.wordpress.org/translation/theme/twentynineteen/1.4/lt_LT.zip\";s:10:\"autoupdate\";b:1;}i:140;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:14:\"twentynineteen\";s:8:\"language\";s:2:\"lv\";s:7:\"version\";s:3:\"1.4\";s:7:\"updated\";s:19:\"2018-12-26 07:43:23\";s:7:\"package\";s:75:\"https://downloads.wordpress.org/translation/theme/twentynineteen/1.4/lv.zip\";s:10:\"autoupdate\";b:1;}i:141;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:14:\"twentynineteen\";s:8:\"language\";s:5:\"nb_NO\";s:7:\"version\";s:3:\"1.4\";s:7:\"updated\";s:19:\"2019-05-19 01:35:08\&quot
 ;;s:7:\"package\";s:78:\"https://downloads.wordpress.org/translation/theme/twentynineteen/1.4/nb_NO.zip\";s:10:\"autoupdate\";b:1;}i:142;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:14:\"twentynineteen\";s:8:\"language\";s:5:\"nl_NL\";s:7:\"version\";s:3:\"1.4\";s:7:\"updated\";s:19:\"2019-05-12 09:24:57\";s:7:\"package\";s:78:\"https://downloads.wordpress.org/translation/theme/twentynineteen/1.4/nl_NL.zip\";s:10:\"autoupdate\";b:1;}i:143;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:14:\"twentynineteen\";s:8:\"language\";s:12:\"nl_NL_formal\";s:7:\"version\";s:3:\"1.4\";s:7:\"updated\";s:19:\"2019-01-16 06:38:32\";s:7:\"package\";s:85:\"https://downloads.wordpress.org/translation/theme/twentynineteen/1.4/nl_N
 L_formal.zip\";s:10:\"autoupdate\";b:1;}i:144;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:14:\"twentynineteen\";s:8:\"language\";s:5:\"pt_BR\";s:7:\"version\";s:3:\"1.4\";s:7:\"updated\";s:19:\"2019-06-13 00:57:02\";s:7:\"package\";s:78:\"https://downloads.wordpress.org/translation/theme/twentynineteen/1.4/pt_BR.zip\";s:10:\"autoupdate\";b:1;}i:145;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:14:\"twentynineteen\";s:8:\"language\";s:5:\"pt_PT\";s:7:\"version\";s:3:\"1.0\";s:7:\"updated\";s:19:\"2018-12-11 13:39:55\";s:7:\"package\";s:78:\"https://downloads.wordpress.org/translation/theme/twentynineteen/1.0/pt_PT.zip\";s:10:\"autoupdate\";b:1;}i:146;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\&qu
 ot;slug\";s:14:\"twentynineteen\";s:8:\"language\";s:5:\"ro_RO\";s:7:\"version\";s:3:\"1.4\";s:7:\"updated\";s:19:\"2019-05-09 06:44:42\";s:7:\"package\";s:78:\"https://downloads.wordpress.org/translation/theme/twentynineteen/1.4/ro_RO.zip\";s:10:\"autoupdate\";b:1;}i:147;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:14:\"twentynineteen\";s:8:\"language\";s:5:\"ru_RU\";s:7:\"version\";s:3:\"1.4\";s:7:\"updated\";s:19:\"2019-06-12 21:23:22\";s:7:\"package\";s:78:\"https://downloads.wordpress.org/translation/theme/twentynineteen/1.4/ru_RU.zip\";s:10:\"autoupdate\";b:1;}i:148;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:14:\"twentynineteen\";s:8:\"language\";s:5:\"sk_SK\";s:7:\"version\&q
 uot;;s:3:\"1.4\";s:7:\"updated\";s:19:\"2019-06-17 15:25:47\";s:7:\"package\";s:78:\"https://downloads.wordpress.org/translation/theme/twentynineteen/1.4/sk_SK.zip\";s:10:\"autoupdate\";b:1;}i:149;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:14:\"twentynineteen\";s:8:\"language\";s:2:\"sq\";s:7:\"version\";s:3:\"1.4\";s:7:\"updated\";s:19:\"2019-01-11 19:34:24\";s:7:\"package\";s:75:\"https://downloads.wordpress.org/translation/theme/twentynineteen/1.4/sq.zip\";s:10:\"autoupdate\";b:1;}i:150;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:14:\"twentynineteen\";s:8:\"language\";s:5:\"sr_RS\";s:7:\"version\";s:3:\"1.4\";s:7:\"updated\";s:19:\"2019-05-11 12:49:25\";s:7:\"package\";s:78:\&qu
 ot;https://downloads.wordpress.org/translation/theme/twentynineteen/1.4/sr_RS.zip\";s:10:\"autoupdate\";b:1;}i:151;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:14:\"twentynineteen\";s:8:\"language\";s:5:\"sv_SE\";s:7:\"version\";s:3:\"1.4\";s:7:\"updated\";s:19:\"2019-05-19 11:20:08\";s:7:\"package\";s:78:\"https://downloads.wordpress.org/translation/theme/twentynineteen/1.4/sv_SE.zip\";s:10:\"autoupdate\";b:1;}i:152;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:14:\"twentynineteen\";s:8:\"language\";s:5:\"tr_TR\";s:7:\"version\";s:3:\"1.4\";s:7:\"updated\";s:19:\"2019-05-08 10:08:39\";s:7:\"package\";s:78:\"https://downloads.wordpress.org/translation/theme/twentynineteen/1.4/tr_TR.zip\";s:10:\"autoupdate\";b:
 1;}i:153;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:14:\"twentynineteen\";s:8:\"language\";s:2:\"uk\";s:7:\"version\";s:3:\"1.4\";s:7:\"updated\";s:19:\"2019-06-19 09:17:53\";s:7:\"package\";s:75:\"https://downloads.wordpress.org/translation/theme/twentynineteen/1.4/uk.zip\";s:10:\"autoupdate\";b:1;}i:154;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:14:\"twentynineteen\";s:8:\"language\";s:2:\"vi\";s:7:\"version\";s:3:\"1.4\";s:7:\"updated\";s:19:\"2019-05-10 05:13:06\";s:7:\"package\";s:75:\"https://downloads.wordpress.org/translation/theme/twentynineteen/1.4/vi.zip\";s:10:\"autoupdate\";b:1;}i:155;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:14:\"twentynineteen\";s:8:\"lang
 uage\";s:5:\"zh_CN\";s:7:\"version\";s:3:\"1.4\";s:7:\"updated\";s:19:\"2018-12-21 00:24:44\";s:7:\"package\";s:78:\"https://downloads.wordpress.org/translation/theme/twentynineteen/1.4/zh_CN.zip\";s:10:\"autoupdate\";b:1;}i:156;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:14:\"twentynineteen\";s:8:\"language\";s:5:\"zh_HK\";s:7:\"version\";s:3:\"1.4\";s:7:\"updated\";s:19:\"2018-12-07 06:04:34\";s:7:\"package\";s:78:\"https://downloads.wordpress.org/translation/theme/twentynineteen/1.4/zh_HK.zip\";s:10:\"autoupdate\";b:1;}i:157;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:14:\"twentynineteen\";s:8:\"language\";s:5:\"zh_TW\";s:7:\"version\";s:3:\"1.4\";s:7:\"updated\";s:19:\&quot
 ;2019-05-07 22:58:25\";s:7:\"package\";s:78:\"https://downloads.wordpress.org/translation/theme/twentynineteen/1.4/zh_TW.zip\";s:10:\"autoupdate\";b:1;}i:158;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:15:\"twentyseventeen\";s:8:\"language\";s:2:\"ar\";s:7:\"version\";s:3:\"2.2\";s:7:\"updated\";s:19:\"2019-04-26 19:47:09\";s:7:\"package\";s:76:\"https://downloads.wordpress.org/translation/theme/twentyseventeen/2.2/ar.zip\";s:10:\"autoupdate\";b:1;}i:159;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:15:\"twentyseventeen\";s:8:\"language\";s:2:\"bo\";s:7:\"version\";s:3:\"2.2\";s:7:\"updated\";s:19:\"2019-05-14 12:28:04\";s:7:\"package\";s:76:\"https://downloads.wordpress.org/translation/theme/twentyseven
 teen/2.2/bo.zip\";s:10:\"autoupdate\";b:1;}i:160;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:15:\"twentyseventeen\";s:8:\"language\";s:5:\"bs_BA\";s:7:\"version\";s:3:\"2.2\";s:7:\"updated\";s:19:\"2019-05-29 09:52:48\";s:7:\"package\";s:79:\"https://downloads.wordpress.org/translation/theme/twentyseventeen/2.2/bs_BA.zip\";s:10:\"autoupdate\";b:1;}i:161;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:15:\"twentyseventeen\";s:8:\"language\";s:2:\"ca\";s:7:\"version\";s:3:\"2.2\";s:7:\"updated\";s:19:\"2019-06-15 12:36:23\";s:7:\"package\";s:76:\"https://downloads.wordpress.org/translation/theme/twentyseventeen/2.2/ca.zip\";s:10:\"autoupdate\";b:1;}i:162;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\&q
 uot;slug\";s:15:\"twentyseventeen\";s:8:\"language\";s:5:\"cs_CZ\";s:7:\"version\";s:3:\"2.2\";s:7:\"updated\";s:19:\"2018-11-01 13:59:37\";s:7:\"package\";s:79:\"https://downloads.wordpress.org/translation/theme/twentyseventeen/2.2/cs_CZ.zip\";s:10:\"autoupdate\";b:1;}i:163;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:15:\"twentyseventeen\";s:8:\"language\";s:5:\"de_CH\";s:7:\"version\";s:3:\"2.2\";s:7:\"updated\";s:19:\"2018-12-06 11:59:24\";s:7:\"package\";s:79:\"https://downloads.wordpress.org/translation/theme/twentyseventeen/2.2/de_CH.zip\";s:10:\"autoupdate\";b:1;}i:164;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:15:\"twentyseventeen\";s:8:\"language\";s:14:\"de_CH_informal\";s:7:\
 "version\";s:3:\"2.2\";s:7:\"updated\";s:19:\"2018-12-06 11:59:57\";s:7:\"package\";s:88:\"https://downloads.wordpress.org/translation/theme/twentyseventeen/2.2/de_CH_informal.zip\";s:10:\"autoupdate\";b:1;}i:165;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:15:\"twentyseventeen\";s:8:\"language\";s:5:\"de_DE\";s:7:\"version\";s:3:\"2.2\";s:7:\"updated\";s:19:\"2019-01-22 14:48:31\";s:7:\"package\";s:79:\"https://downloads.wordpress.org/translation/theme/twentyseventeen/2.2/de_DE.zip\";s:10:\"autoupdate\";b:1;}i:166;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:15:\"twentyseventeen\";s:8:\"language\";s:12:\"de_DE_formal\";s:7:\"version\";s:3:\"2.2\";s:7:\"updated\";s:19:\"2019-01-22 14:12:28
 \";s:7:\"package\";s:86:\"https://downloads.wordpress.org/translation/theme/twentyseventeen/2.2/de_DE_formal.zip\";s:10:\"autoupdate\";b:1;}i:167;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:15:\"twentyseventeen\";s:8:\"language\";s:2:\"el\";s:7:\"version\";s:3:\"2.2\";s:7:\"updated\";s:19:\"2018-11-02 08:55:49\";s:7:\"package\";s:76:\"https://downloads.wordpress.org/translation/theme/twentyseventeen/2.2/el.zip\";s:10:\"autoupdate\";b:1;}i:168;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:15:\"twentyseventeen\";s:8:\"language\";s:5:\"en_AU\";s:7:\"version\";s:3:\"2.2\";s:7:\"updated\";s:19:\"2019-01-14 00:38:55\";s:7:\"package\";s:79:\"https://downloads.wordpress.org/translation/theme/twentyseventeen/2.2/
 en_AU.zip\";s:10:\"autoupdate\";b:1;}i:169;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:15:\"twentyseventeen\";s:8:\"language\";s:5:\"en_CA\";s:7:\"version\";s:3:\"2.2\";s:7:\"updated\";s:19:\"2019-01-12 19:53:49\";s:7:\"package\";s:79:\"https://downloads.wordpress.org/translation/theme/twentyseventeen/2.2/en_CA.zip\";s:10:\"autoupdate\";b:1;}i:170;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:15:\"twentyseventeen\";s:8:\"language\";s:5:\"en_GB\";s:7:\"version\";s:3:\"2.2\";s:7:\"updated\";s:19:\"2019-01-12 19:53:04\";s:7:\"package\";s:79:\"https://downloads.wordpress.org/translation/theme/twentyseventeen/2.2/en_GB.zip\";s:10:\"autoupdate\";b:1;}i:171;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\&q
 uot;slug\";s:15:\"twentyseventeen\";s:8:\"language\";s:5:\"en_NZ\";s:7:\"version\";s:3:\"2.2\";s:7:\"updated\";s:19:\"2019-01-14 00:38:44\";s:7:\"package\";s:79:\"https://downloads.wordpress.org/translation/theme/twentyseventeen/2.2/en_NZ.zip\";s:10:\"autoupdate\";b:1;}i:172;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:15:\"twentyseventeen\";s:8:\"language\";s:5:\"en_ZA\";s:7:\"version\";s:3:\"2.2\";s:7:\"updated\";s:19:\"2019-02-05 17:31:17\";s:7:\"package\";s:79:\"https://downloads.wordpress.org/translation/theme/twentyseventeen/2.2/en_ZA.zip\";s:10:\"autoupdate\";b:1;}i:173;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:15:\"twentyseventeen\";s:8:\"language\";s:2:\"eo\";s:7:\"version
 \";s:3:\"2.2\";s:7:\"updated\";s:19:\"2018-11-12 17:27:48\";s:7:\"package\";s:76:\"https://downloads.wordpress.org/translation/theme/twentyseventeen/2.2/eo.zip\";s:10:\"autoupdate\";b:1;}i:174;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:15:\"twentyseventeen\";s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:3:\"2.2\";s:7:\"updated\";s:19:\"2018-11-01 12:57:51\";s:7:\"package\";s:79:\"https://downloads.wordpress.org/translation/theme/twentyseventeen/2.2/es_ES.zip\";s:10:\"autoupdate\";b:1;}i:175;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:15:\"twentyseventeen\";s:8:\"language\";s:5:\"es_GT\";s:7:\"version\";s:3:\"2.2\";s:7:\"updated\";s:19:\"2019-03-02 05:11:51\";s:7:\"package\"
 ;s:79:\"https://downloads.wordpress.org/translation/theme/twentyseventeen/2.2/es_GT.zip\";s:10:\"autoupdate\";b:1;}i:176;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:15:\"twentyseventeen\";s:8:\"language\";s:2:\"fi\";s:7:\"version\";s:3:\"1.7\";s:7:\"updated\";s:19:\"2018-10-05 07:26:27\";s:7:\"package\";s:76:\"https://downloads.wordpress.org/translation/theme/twentyseventeen/1.7/fi.zip\";s:10:\"autoupdate\";b:1;}i:177;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:15:\"twentyseventeen\";s:8:\"language\";s:5:\"fr_CA\";s:7:\"version\";s:3:\"2.2\";s:7:\"updated\";s:19:\"2019-04-23 00:10:42\";s:7:\"package\";s:79:\"https://downloads.wordpress.org/translation/theme/twentyseventeen/2.2/fr_CA.zip\";s:10:\"autoupdate\
 ";b:1;}i:178;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:15:\"twentyseventeen\";s:8:\"language\";s:5:\"fr_FR\";s:7:\"version\";s:3:\"2.2\";s:7:\"updated\";s:19:\"2018-12-08 12:26:04\";s:7:\"package\";s:79:\"https://downloads.wordpress.org/translation/theme/twentyseventeen/2.2/fr_FR.zip\";s:10:\"autoupdate\";b:1;}i:179;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:15:\"twentyseventeen\";s:8:\"language\";s:5:\"gl_ES\";s:7:\"version\";s:3:\"2.2\";s:7:\"updated\";s:19:\"2018-12-08 13:31:33\";s:7:\"package\";s:79:\"https://downloads.wordpress.org/translation/theme/twentyseventeen/2.2/gl_ES.zip\";s:10:\"autoupdate\";b:1;}i:180;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:15:\"twentysevent
 een\";s:8:\"language\";s:5:\"he_IL\";s:7:\"version\";s:3:\"1.7\";s:7:\"updated\";s:19:\"2018-08-09 09:56:07\";s:7:\"package\";s:79:\"https://downloads.wordpress.org/translation/theme/twentyseventeen/1.7/he_IL.zip\";s:10:\"autoupdate\";b:1;}i:181;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:15:\"twentyseventeen\";s:8:\"language\";s:2:\"hr\";s:7:\"version\";s:3:\"2.2\";s:7:\"updated\";s:19:\"2018-11-02 07:43:38\";s:7:\"package\";s:76:\"https://downloads.wordpress.org/translation/theme/twentyseventeen/2.2/hr.zip\";s:10:\"autoupdate\";b:1;}i:182;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:15:\"twentyseventeen\";s:8:\"language\";s:5:\"it_IT\";s:7:\"version\";s:3:\"2.2\";s:7:\"up
 dated\";s:19:\"2019-05-24 19:59:32\";s:7:\"package\";s:79:\"https://downloads.wordpress.org/translation/theme/twentyseventeen/2.2/it_IT.zip\";s:10:\"autoupdate\";b:1;}i:183;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:15:\"twentyseventeen\";s:8:\"language\";s:5:\"ka_GE\";s:7:\"version\";s:3:\"1.7\";s:7:\"updated\";s:19:\"2018-09-24 05:24:31\";s:7:\"package\";s:79:\"https://downloads.wordpress.org/translation/theme/twentyseventeen/1.7/ka_GE.zip\";s:10:\"autoupdate\";b:1;}i:184;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:15:\"twentyseventeen\";s:8:\"language\";s:5:\"ko_KR\";s:7:\"version\";s:3:\"2.2\";s:7:\"updated\";s:19:\"2018-12-04 03:33:10\";s:7:\"package\";s:79:\"https://downloads.wordpress
 .org/translation/theme/twentyseventeen/2.2/ko_KR.zip\";s:10:\"autoupdate\";b:1;}i:185;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:15:\"twentyseventeen\";s:8:\"language\";s:5:\"lt_LT\";s:7:\"version\";s:3:\"2.2\";s:7:\"updated\";s:19:\"2018-11-20 14:31:38\";s:7:\"package\";s:79:\"https://downloads.wordpress.org/translation/theme/twentyseventeen/2.2/lt_LT.zip\";s:10:\"autoupdate\";b:1;}i:186;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:15:\"twentyseventeen\";s:8:\"language\";s:5:\"nb_NO\";s:7:\"version\";s:3:\"2.2\";s:7:\"updated\";s:19:\"2018-11-10 21:44:37\";s:7:\"package\";s:79:\"https://downloads.wordpress.org/translation/theme/twentyseventeen/2.2/nb_NO.zip\";s:10:\"autoupdate\";b:1;}i:187;a:7:{s:4:\"
 type\";s:5:\"theme\";s:4:\"slug\";s:15:\"twentyseventeen\";s:8:\"language\";s:5:\"nl_NL\";s:7:\"version\";s:3:\"2.2\";s:7:\"updated\";s:19:\"2019-02-18 14:53:16\";s:7:\"package\";s:79:\"https://downloads.wordpress.org/translation/theme/twentyseventeen/2.2/nl_NL.zip\";s:10:\"autoupdate\";b:1;}i:188;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:15:\"twentyseventeen\";s:8:\"language\";s:5:\"nn_NO\";s:7:\"version\";s:3:\"1.7\";s:7:\"updated\";s:19:\"2018-09-09 08:36:18\";s:7:\"package\";s:79:\"https://downloads.wordpress.org/translation/theme/twentyseventeen/1.7/nn_NO.zip\";s:10:\"autoupdate\";b:1;}i:189;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:15:\"twentyseventeen\";s:8:\"language\&qu
 ot;;s:5:\"pt_BR\";s:7:\"version\";s:3:\"2.2\";s:7:\"updated\";s:19:\"2018-11-30 16:00:12\";s:7:\"package\";s:79:\"https://downloads.wordpress.org/translation/theme/twentyseventeen/2.2/pt_BR.zip\";s:10:\"autoupdate\";b:1;}i:190;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:15:\"twentyseventeen\";s:8:\"language\";s:5:\"pt_PT\";s:7:\"version\";s:3:\"2.2\";s:7:\"updated\";s:19:\"2019-02-15 09:03:21\";s:7:\"package\";s:79:\"https://downloads.wordpress.org/translation/theme/twentyseventeen/2.2/pt_PT.zip\";s:10:\"autoupdate\";b:1;}i:191;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:15:\"twentyseventeen\";s:8:\"language\";s:5:\"ro_RO\";s:7:\"version\";s:3:\"2.2\";s:7:\"updated\";s:19:\"201
 9-03-26 12:40:34\";s:7:\"package\";s:79:\"https://downloads.wordpress.org/translation/theme/twentyseventeen/2.2/ro_RO.zip\";s:10:\"autoupdate\";b:1;}i:192;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:15:\"twentyseventeen\";s:8:\"language\";s:5:\"ru_RU\";s:7:\"version\";s:3:\"2.2\";s:7:\"updated\";s:19:\"2018-11-04 19:03:56\";s:7:\"package\";s:79:\"https://downloads.wordpress.org/translation/theme/twentyseventeen/2.2/ru_RU.zip\";s:10:\"autoupdate\";b:1;}i:193;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:15:\"twentyseventeen\";s:8:\"language\";s:5:\"sk_SK\";s:7:\"version\";s:3:\"2.2\";s:7:\"updated\";s:19:\"2019-01-18 11:27:05\";s:7:\"package\";s:79:\"https://downloads.wordpress.org/translation/theme/twent
 yseventeen/2.2/sk_SK.zip\";s:10:\"autoupdate\";b:1;}i:194;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:15:\"twentyseventeen\";s:8:\"language\";s:2:\"sq\";s:7:\"version\";s:3:\"2.2\";s:7:\"updated\";s:19:\"2018-12-13 08:51:01\";s:7:\"package\";s:76:\"https://downloads.wordpress.org/translation/theme/twentyseventeen/2.2/sq.zip\";s:10:\"autoupdate\";b:1;}i:195;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:15:\"twentyseventeen\";s:8:\"language\";s:5:\"sr_RS\";s:7:\"version\";s:3:\"2.2\";s:7:\"updated\";s:19:\"2019-02-21 21:58:08\";s:7:\"package\";s:79:\"https://downloads.wordpress.org/translation/theme/twentyseventeen/2.2/sr_RS.zip\";s:10:\"autoupdate\";b:1;}i:196;a:7:{s:4:\"type\";s:5:\"theme\&quot
 ;;s:4:\"slug\";s:15:\"twentyseventeen\";s:8:\"language\";s:5:\"sv_SE\";s:7:\"version\";s:3:\"2.2\";s:7:\"updated\";s:19:\"2018-11-02 11:53:35\";s:7:\"package\";s:79:\"https://downloads.wordpress.org/translation/theme/twentyseventeen/2.2/sv_SE.zip\";s:10:\"autoupdate\";b:1;}i:197;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:15:\"twentyseventeen\";s:8:\"language\";s:5:\"tr_TR\";s:7:\"version\";s:3:\"2.2\";s:7:\"updated\";s:19:\"2018-11-14 09:59:45\";s:7:\"package\";s:79:\"https://downloads.wordpress.org/translation/theme/twentyseventeen/2.2/tr_TR.zip\";s:10:\"autoupdate\";b:1;}i:198;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:15:\"twentyseventeen\";s:8:\"language\";s:2:\"uk\";s:7:\&quo
 t;version\";s:3:\"2.2\";s:7:\"updated\";s:19:\"2019-06-17 18:16:53\";s:7:\"package\";s:76:\"https://downloads.wordpress.org/translation/theme/twentyseventeen/2.2/uk.zip\";s:10:\"autoupdate\";b:1;}i:199;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:15:\"twentyseventeen\";s:8:\"language\";s:2:\"vi\";s:7:\"version\";s:3:\"2.2\";s:7:\"updated\";s:19:\"2019-05-10 05:34:17\";s:7:\"package\";s:76:\"https://downloads.wordpress.org/translation/theme/twentyseventeen/2.2/vi.zip\";s:10:\"autoupdate\";b:1;}i:200;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:15:\"twentyseventeen\";s:8:\"language\";s:5:\"zh_CN\";s:7:\"version\";s:3:\"2.2\";s:7:\"updated\";s:19:\"2018-12-10 23:20:04\";s:7:\"package\&qu
 ot;;s:79:\"https://downloads.wordpress.org/translation/theme/twentyseventeen/2.2/zh_CN.zip\";s:10:\"autoupdate\";b:1;}i:201;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:15:\"twentyseventeen\";s:8:\"language\";s:5:\"zh_TW\";s:7:\"version\";s:3:\"2.2\";s:7:\"updated\";s:19:\"2019-04-05 09:53:44\";s:7:\"package\";s:79:\"https://downloads.wordpress.org/translation/theme/twentyseventeen/2.2/zh_TW.zip\";s:10:\"autoupdate\";b:1;}i:202;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:13:\"twentysixteen\";s:8:\"language\";s:2:\"ar\";s:7:\"version\";s:3:\"2.0\";s:7:\"updated\";s:19:\"2019-04-26 19:39:49\";s:7:\"package\";s:74:\"https://downloads.wordpress.org/translation/theme/twentysixteen/2.0/ar.zip\";s:10:\"autoupdate\&
 quot;;b:1;}i:203;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:13:\"twentysixteen\";s:8:\"language\";s:2:\"bo\";s:7:\"version\";s:3:\"2.0\";s:7:\"updated\";s:19:\"2019-05-22 00:58:04\";s:7:\"package\";s:74:\"https://downloads.wordpress.org/translation/theme/twentysixteen/2.0/bo.zip\";s:10:\"autoupdate\";b:1;}i:204;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:13:\"twentysixteen\";s:8:\"language\";s:5:\"bs_BA\";s:7:\"version\";s:3:\"2.0\";s:7:\"updated\";s:19:\"2019-06-09 15:05:11\";s:7:\"package\";s:77:\"https://downloads.wordpress.org/translation/theme/twentysixteen/2.0/bs_BA.zip\";s:10:\"autoupdate\";b:1;}i:205;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:13:\"twentysixteen\";s:8:\&
 quot;language\";s:2:\"ca\";s:7:\"version\";s:3:\"2.0\";s:7:\"updated\";s:19:\"2019-06-15 12:44:38\";s:7:\"package\";s:74:\"https://downloads.wordpress.org/translation/theme/twentysixteen/2.0/ca.zip\";s:10:\"autoupdate\";b:1;}i:206;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:13:\"twentysixteen\";s:8:\"language\";s:5:\"cs_CZ\";s:7:\"version\";s:3:\"2.0\";s:7:\"updated\";s:19:\"2019-06-10 08:38:46\";s:7:\"package\";s:77:\"https://downloads.wordpress.org/translation/theme/twentysixteen/2.0/cs_CZ.zip\";s:10:\"autoupdate\";b:1;}i:207;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:13:\"twentysixteen\";s:8:\"language\";s:2:\"cy\";s:7:\"version\";s:3:\"2.0\";s:7:\"updated\";s:19:\"201
 8-12-15 15:11:18\";s:7:\"package\";s:74:\"https://downloads.wordpress.org/translation/theme/twentysixteen/2.0/cy.zip\";s:10:\"autoupdate\";b:1;}i:208;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:13:\"twentysixteen\";s:8:\"language\";s:5:\"de_DE\";s:7:\"version\";s:3:\"2.0\";s:7:\"updated\";s:19:\"2019-06-17 08:19:28\";s:7:\"package\";s:77:\"https://downloads.wordpress.org/translation/theme/twentysixteen/2.0/de_DE.zip\";s:10:\"autoupdate\";b:1;}i:209;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:13:\"twentysixteen\";s:8:\"language\";s:5:\"en_AU\";s:7:\"version\";s:3:\"2.0\";s:7:\"updated\";s:19:\"2018-12-07 06:30:22\";s:7:\"package\";s:77:\"https://downloads.wordpress.org/translation/theme/twentysixteen/2.
 0/en_AU.zip\";s:10:\"autoupdate\";b:1;}i:210;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:13:\"twentysixteen\";s:8:\"language\";s:5:\"en_CA\";s:7:\"version\";s:3:\"2.0\";s:7:\"updated\";s:19:\"2018-12-13 10:43:53\";s:7:\"package\";s:77:\"https://downloads.wordpress.org/translation/theme/twentysixteen/2.0/en_CA.zip\";s:10:\"autoupdate\";b:1;}i:211;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:13:\"twentysixteen\";s:8:\"language\";s:5:\"en_GB\";s:7:\"version\";s:3:\"2.0\";s:7:\"updated\";s:19:\"2018-12-13 09:14:21\";s:7:\"package\";s:77:\"https://downloads.wordpress.org/translation/theme/twentysixteen/2.0/en_GB.zip\";s:10:\"autoupdate\";b:1;}i:212;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"sl
 ug\";s:13:\"twentysixteen\";s:8:\"language\";s:5:\"en_NZ\";s:7:\"version\";s:3:\"2.0\";s:7:\"updated\";s:19:\"2018-12-07 06:31:08\";s:7:\"package\";s:77:\"https://downloads.wordpress.org/translation/theme/twentysixteen/2.0/en_NZ.zip\";s:10:\"autoupdate\";b:1;}i:213;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:13:\"twentysixteen\";s:8:\"language\";s:5:\"en_ZA\";s:7:\"version\";s:3:\"2.0\";s:7:\"updated\";s:19:\"2019-02-05 17:31:38\";s:7:\"package\";s:77:\"https://downloads.wordpress.org/translation/theme/twentysixteen/2.0/en_ZA.zip\";s:10:\"autoupdate\";b:1;}i:214;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:13:\"twentysixteen\";s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:3:\
 "2.0\";s:7:\"updated\";s:19:\"2018-12-07 01:02:28\";s:7:\"package\";s:77:\"https://downloads.wordpress.org/translation/theme/twentysixteen/2.0/es_ES.zip\";s:10:\"autoupdate\";b:1;}i:215;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:13:\"twentysixteen\";s:8:\"language\";s:5:\"fr_CA\";s:7:\"version\";s:3:\"2.0\";s:7:\"updated\";s:19:\"2019-05-13 16:55:06\";s:7:\"package\";s:77:\"https://downloads.wordpress.org/translation/theme/twentysixteen/2.0/fr_CA.zip\";s:10:\"autoupdate\";b:1;}i:216;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:13:\"twentysixteen\";s:8:\"language\";s:5:\"fr_FR\";s:7:\"version\";s:3:\"2.0\";s:7:\"updated\";s:19:\"2018-12-24 17:05:46\";s:7:\"package\";s:77:\"https
 ://downloads.wordpress.org/translation/theme/twentysixteen/2.0/fr_FR.zip\";s:10:\"autoupdate\";b:1;}i:217;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:13:\"twentysixteen\";s:8:\"language\";s:5:\"gl_ES\";s:7:\"version\";s:3:\"2.0\";s:7:\"updated\";s:19:\"2018-12-08 13:22:15\";s:7:\"package\";s:77:\"https://downloads.wordpress.org/translation/theme/twentysixteen/2.0/gl_ES.zip\";s:10:\"autoupdate\";b:1;}i:218;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:13:\"twentysixteen\";s:8:\"language\";s:2:\"hr\";s:7:\"version\";s:3:\"2.0\";s:7:\"updated\";s:19:\"2018-12-06 20:46:28\";s:7:\"package\";s:74:\"https://downloads.wordpress.org/translation/theme/twentysixteen/2.0/hr.zip\";s:10:\"autoupdate\";b:1;}i:219;a:7:{s:4:\
 "type\";s:5:\"theme\";s:4:\"slug\";s:13:\"twentysixteen\";s:8:\"language\";s:5:\"it_IT\";s:7:\"version\";s:3:\"2.0\";s:7:\"updated\";s:19:\"2019-02-18 20:32:34\";s:7:\"package\";s:77:\"https://downloads.wordpress.org/translation/theme/twentysixteen/2.0/it_IT.zip\";s:10:\"autoupdate\";b:1;}i:220;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:13:\"twentysixteen\";s:8:\"language\";s:2:\"ja\";s:7:\"version\";s:3:\"2.0\";s:7:\"updated\";s:19:\"2019-02-15 14:30:06\";s:7:\"package\";s:74:\"https://downloads.wordpress.org/translation/theme/twentysixteen/2.0/ja.zip\";s:10:\"autoupdate\";b:1;}i:221;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:13:\"twentysixteen\";s:8:\"language\";s:5:\&
 quot;lt_LT\";s:7:\"version\";s:3:\"2.0\";s:7:\"updated\";s:19:\"2018-12-07 09:37:39\";s:7:\"package\";s:77:\"https://downloads.wordpress.org/translation/theme/twentysixteen/2.0/lt_LT.zip\";s:10:\"autoupdate\";b:1;}i:222;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:13:\"twentysixteen\";s:8:\"language\";s:5:\"nb_NO\";s:7:\"version\";s:3:\"2.0\";s:7:\"updated\";s:19:\"2018-12-30 19:01:41\";s:7:\"package\";s:77:\"https://downloads.wordpress.org/translation/theme/twentysixteen/2.0/nb_NO.zip\";s:10:\"autoupdate\";b:1;}i:223;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:13:\"twentysixteen\";s:8:\"language\";s:5:\"nl_NL\";s:7:\"version\";s:3:\"2.0\";s:7:\"updated\";s:19:\"2019-02-18 14:56:08\&
 quot;;s:7:\"package\";s:77:\"https://downloads.wordpress.org/translation/theme/twentysixteen/2.0/nl_NL.zip\";s:10:\"autoupdate\";b:1;}i:224;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:13:\"twentysixteen\";s:8:\"language\";s:5:\"pt_BR\";s:7:\"version\";s:3:\"2.0\";s:7:\"updated\";s:19:\"2019-06-14 13:35:54\";s:7:\"package\";s:77:\"https://downloads.wordpress.org/translation/theme/twentysixteen/2.0/pt_BR.zip\";s:10:\"autoupdate\";b:1;}i:225;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:13:\"twentysixteen\";s:8:\"language\";s:5:\"ru_RU\";s:7:\"version\";s:3:\"2.0\";s:7:\"updated\";s:19:\"2018-12-07 09:51:50\";s:7:\"package\";s:77:\"https://downloads.wordpress.org/translation/theme/twentysixteen/2.0/ru_RU.zip\&qu
 ot;;s:10:\"autoupdate\";b:1;}i:226;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:13:\"twentysixteen\";s:8:\"language\";s:5:\"sk_SK\";s:7:\"version\";s:3:\"2.0\";s:7:\"updated\";s:19:\"2019-02-02 20:54:58\";s:7:\"package\";s:77:\"https://downloads.wordpress.org/translation/theme/twentysixteen/2.0/sk_SK.zip\";s:10:\"autoupdate\";b:1;}i:227;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:13:\"twentysixteen\";s:8:\"language\";s:2:\"sq\";s:7:\"version\";s:3:\"2.0\";s:7:\"updated\";s:19:\"2019-04-28 11:20:01\";s:7:\"package\";s:74:\"https://downloads.wordpress.org/translation/theme/twentysixteen/2.0/sq.zip\";s:10:\"autoupdate\";b:1;}i:228;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:13:\&quot
 ;twentysixteen\";s:8:\"language\";s:5:\"sr_RS\";s:7:\"version\";s:3:\"2.0\";s:7:\"updated\";s:19:\"2019-02-21 22:53:01\";s:7:\"package\";s:77:\"https://downloads.wordpress.org/translation/theme/twentysixteen/2.0/sr_RS.zip\";s:10:\"autoupdate\";b:1;}i:229;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:13:\"twentysixteen\";s:8:\"language\";s:5:\"sv_SE\";s:7:\"version\";s:3:\"2.0\";s:7:\"updated\";s:19:\"2018-12-07 12:19:31\";s:7:\"package\";s:77:\"https://downloads.wordpress.org/translation/theme/twentysixteen/2.0/sv_SE.zip\";s:10:\"autoupdate\";b:1;}i:230;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:13:\"twentysixteen\";s:8:\"language\";s:5:\"tr_TR\";s:7:\"version\";s:3:\"2.0\";s:7:
 \"updated\";s:19:\"2019-03-26 12:02:34\";s:7:\"package\";s:77:\"https://downloads.wordpress.org/translation/theme/twentysixteen/2.0/tr_TR.zip\";s:10:\"autoupdate\";b:1;}i:231;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:13:\"twentysixteen\";s:8:\"language\";s:2:\"uk\";s:7:\"version\";s:3:\"2.0\";s:7:\"updated\";s:19:\"2019-06-17 18:17:07\";s:7:\"package\";s:74:\"https://downloads.wordpress.org/translation/theme/twentysixteen/2.0/uk.zip\";s:10:\"autoupdate\";b:1;}i:232;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:13:\"twentysixteen\";s:8:\"language\";s:2:\"vi\";s:7:\"version\";s:3:\"2.0\";s:7:\"updated\";s:19:\"2019-05-02 05:02:21\";s:7:\"package\";s:74:\"https://downloads.wordpress.org/tra
 nslation/theme/twentysixteen/2.0/vi.zip\";s:10:\"autoupdate\";b:1;}i:233;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:13:\"twentysixteen\";s:8:\"language\";s:5:\"zh_CN\";s:7:\"version\";s:3:\"2.0\";s:7:\"updated\";s:19:\"2018-12-21 00:24:01\";s:7:\"package\";s:77:\"https://downloads.wordpress.org/translation/theme/twentysixteen/2.0/zh_CN.zip\";s:10:\"autoupdate\";b:1;}i:234;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:13:\"twentysixteen\";s:8:\"language\";s:5:\"zh_TW\";s:7:\"version\";s:3:\"2.0\";s:7:\"updated\";s:19:\"2019-04-05 09:33:38\";s:7:\"package\";s:77:\"https://downloads.wordpress.org/translation/theme/twentysixteen/2.0/zh_TW.zip\";s:10:\"autoupdate\";b:1;}i:235;a:7:{s:4:\"type\";s:5:\&quo
 t;theme\";s:4:\"slug\";s:9:\"twentyten\";s:8:\"language\";s:2:\"ar\";s:7:\"version\";s:3:\"2.9\";s:7:\"updated\";s:19:\"2019-04-26 19:32:32\";s:7:\"package\";s:70:\"https://downloads.wordpress.org/translation/theme/twentyten/2.9/ar.zip\";s:10:\"autoupdate\";b:1;}i:236;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:9:\"twentyten\";s:8:\"language\";s:2:\"bo\";s:7:\"version\";s:3:\"2.9\";s:7:\"updated\";s:19:\"2019-04-05 09:18:25\";s:7:\"package\";s:70:\"https://downloads.wordpress.org/translation/theme/twentyten/2.9/bo.zip\";s:10:\"autoupdate\";b:1;}i:237;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:9:\"twentyten\";s:8:\"language\";s:5:\"bs_BA\";s:7:\"version\";s:3:\"2
 .9\";s:7:\"updated\";s:19:\"2019-06-09 15:08:21\";s:7:\"package\";s:73:\"https://downloads.wordpress.org/translation/theme/twentyten/2.9/bs_BA.zip\";s:10:\"autoupdate\";b:1;}i:238;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:9:\"twentyten\";s:8:\"language\";s:2:\"ca\";s:7:\"version\";s:3:\"2.9\";s:7:\"updated\";s:19:\"2019-06-15 12:44:56\";s:7:\"package\";s:70:\"https://downloads.wordpress.org/translation/theme/twentyten/2.9/ca.zip\";s:10:\"autoupdate\";b:1;}i:239;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:9:\"twentyten\";s:8:\"language\";s:5:\"cs_CZ\";s:7:\"version\";s:3:\"2.9\";s:7:\"updated\";s:19:\"2019-06-10 08:29:06\";s:7:\"package\";s:73:\"https://downloads.wordpress.org/tran
 slation/theme/twentyten/2.9/cs_CZ.zip\";s:10:\"autoupdate\";b:1;}i:240;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:9:\"twentyten\";s:8:\"language\";s:2:\"cy\";s:7:\"version\";s:3:\"2.9\";s:7:\"updated\";s:19:\"2019-05-03 08:51:16\";s:7:\"package\";s:70:\"https://downloads.wordpress.org/translation/theme/twentyten/2.9/cy.zip\";s:10:\"autoupdate\";b:1;}i:241;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:9:\"twentyten\";s:8:\"language\";s:2:\"el\";s:7:\"version\";s:3:\"2.9\";s:7:\"updated\";s:19:\"2019-02-22 08:14:02\";s:7:\"package\";s:70:\"https://downloads.wordpress.org/translation/theme/twentyten/2.9/el.zip\";s:10:\"autoupdate\";b:1;}i:242;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\&
 quot;;s:9:\"twentyten\";s:8:\"language\";s:5:\"en_AU\";s:7:\"version\";s:3:\"2.9\";s:7:\"updated\";s:19:\"2019-02-22 10:54:26\";s:7:\"package\";s:73:\"https://downloads.wordpress.org/translation/theme/twentyten/2.9/en_AU.zip\";s:10:\"autoupdate\";b:1;}i:243;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:9:\"twentyten\";s:8:\"language\";s:5:\"en_CA\";s:7:\"version\";s:3:\"2.9\";s:7:\"updated\";s:19:\"2019-02-21 23:03:50\";s:7:\"package\";s:73:\"https://downloads.wordpress.org/translation/theme/twentyten/2.9/en_CA.zip\";s:10:\"autoupdate\";b:1;}i:244;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:9:\"twentyten\";s:8:\"language\";s:5:\"en_GB\";s:7:\"version\";s:3:\"2.9\";s:7:\&quot
 ;updated\";s:19:\"2019-02-22 02:56:30\";s:7:\"package\";s:73:\"https://downloads.wordpress.org/translation/theme/twentyten/2.9/en_GB.zip\";s:10:\"autoupdate\";b:1;}i:245;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:9:\"twentyten\";s:8:\"language\";s:5:\"en_NZ\";s:7:\"version\";s:3:\"2.9\";s:7:\"updated\";s:19:\"2019-02-22 10:54:32\";s:7:\"package\";s:73:\"https://downloads.wordpress.org/translation/theme/twentyten/2.9/en_NZ.zip\";s:10:\"autoupdate\";b:1;}i:246;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:9:\"twentyten\";s:8:\"language\";s:5:\"en_ZA\";s:7:\"version\";s:3:\"2.9\";s:7:\"updated\";s:19:\"2019-02-22 02:57:41\";s:7:\"package\";s:73:\"https://downloads.wordpress.org/translation/theme/
 twentyten/2.9/en_ZA.zip\";s:10:\"autoupdate\";b:1;}i:247;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:9:\"twentyten\";s:8:\"language\";s:5:\"es_CL\";s:7:\"version\";s:3:\"2.9\";s:7:\"updated\";s:19:\"2019-04-22 22:20:39\";s:7:\"package\";s:73:\"https://downloads.wordpress.org/translation/theme/twentyten/2.9/es_CL.zip\";s:10:\"autoupdate\";b:1;}i:248;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:9:\"twentyten\";s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:3:\"2.9\";s:7:\"updated\";s:19:\"2019-02-22 09:16:24\";s:7:\"package\";s:73:\"https://downloads.wordpress.org/translation/theme/twentyten/2.9/es_ES.zip\";s:10:\"autoupdate\";b:1;}i:249;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\&qu
 ot;;s:9:\"twentyten\";s:8:\"language\";s:5:\"fr_CA\";s:7:\"version\";s:3:\"2.9\";s:7:\"updated\";s:19:\"2019-04-23 01:52:12\";s:7:\"package\";s:73:\"https://downloads.wordpress.org/translation/theme/twentyten/2.9/fr_CA.zip\";s:10:\"autoupdate\";b:1;}i:250;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:9:\"twentyten\";s:8:\"language\";s:5:\"fr_FR\";s:7:\"version\";s:3:\"2.9\";s:7:\"updated\";s:19:\"2019-04-01 11:17:03\";s:7:\"package\";s:73:\"https://downloads.wordpress.org/translation/theme/twentyten/2.9/fr_FR.zip\";s:10:\"autoupdate\";b:1;}i:251;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:9:\"twentyten\";s:8:\"language\";s:5:\"gl_ES\";s:7:\"version\";s:3:\"2.9\";s:7:\"u
 pdated\";s:19:\"2019-02-28 22:52:02\";s:7:\"package\";s:73:\"https://downloads.wordpress.org/translation/theme/twentyten/2.9/gl_ES.zip\";s:10:\"autoupdate\";b:1;}i:252;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:9:\"twentyten\";s:8:\"language\";s:2:\"hr\";s:7:\"version\";s:3:\"2.9\";s:7:\"updated\";s:19:\"2019-02-22 08:01:40\";s:7:\"package\";s:70:\"https://downloads.wordpress.org/translation/theme/twentyten/2.9/hr.zip\";s:10:\"autoupdate\";b:1;}i:253;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:9:\"twentyten\";s:8:\"language\";s:5:\"it_IT\";s:7:\"version\";s:3:\"2.9\";s:7:\"updated\";s:19:\"2019-04-23 21:55:20\";s:7:\"package\";s:73:\"https://downloads.wordpress.org/translation/theme/twentyte
 n/2.9/it_IT.zip\";s:10:\"autoupdate\";b:1;}i:254;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:9:\"twentyten\";s:8:\"language\";s:2:\"ja\";s:7:\"version\";s:3:\"2.9\";s:7:\"updated\";s:19:\"2019-02-15 14:34:34\";s:7:\"package\";s:70:\"https://downloads.wordpress.org/translation/theme/twentyten/2.9/ja.zip\";s:10:\"autoupdate\";b:1;}i:255;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:9:\"twentyten\";s:8:\"language\";s:5:\"lt_LT\";s:7:\"version\";s:3:\"2.9\";s:7:\"updated\";s:19:\"2019-06-24 14:43:33\";s:7:\"package\";s:73:\"https://downloads.wordpress.org/translation/theme/twentyten/2.9/lt_LT.zip\";s:10:\"autoupdate\";b:1;}i:256;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:9:\&quot
 ;twentyten\";s:8:\"language\";s:5:\"nb_NO\";s:7:\"version\";s:3:\"2.9\";s:7:\"updated\";s:19:\"2019-02-27 20:13:46\";s:7:\"package\";s:73:\"https://downloads.wordpress.org/translation/theme/twentyten/2.9/nb_NO.zip\";s:10:\"autoupdate\";b:1;}i:257;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:9:\"twentyten\";s:8:\"language\";s:5:\"pt_BR\";s:7:\"version\";s:3:\"2.9\";s:7:\"updated\";s:19:\"2019-06-18 23:15:04\";s:7:\"package\";s:73:\"https://downloads.wordpress.org/translation/theme/twentyten/2.9/pt_BR.zip\";s:10:\"autoupdate\";b:1;}i:258;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:9:\"twentyten\";s:8:\"language\";s:5:\"ro_RO\";s:7:\"version\";s:3:\"2.9\";s:7:\"updated\";
 s:19:\"2019-02-22 08:29:27\";s:7:\"package\";s:73:\"https://downloads.wordpress.org/translation/theme/twentyten/2.9/ro_RO.zip\";s:10:\"autoupdate\";b:1;}i:259;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:9:\"twentyten\";s:8:\"language\";s:5:\"ru_RU\";s:7:\"version\";s:3:\"2.9\";s:7:\"updated\";s:19:\"2019-04-15 13:33:29\";s:7:\"package\";s:73:\"https://downloads.wordpress.org/translation/theme/twentyten/2.9/ru_RU.zip\";s:10:\"autoupdate\";b:1;}i:260;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:9:\"twentyten\";s:8:\"language\";s:5:\"sk_SK\";s:7:\"version\";s:3:\"2.9\";s:7:\"updated\";s:19:\"2019-03-22 15:53:13\";s:7:\"package\";s:73:\"https://downloads.wordpress.org/translation/theme/twentyten/2.9/sk
 _SK.zip\";s:10:\"autoupdate\";b:1;}i:261;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:9:\"twentyten\";s:8:\"language\";s:2:\"sq\";s:7:\"version\";s:3:\"2.9\";s:7:\"updated\";s:19:\"2019-04-14 18:37:34\";s:7:\"package\";s:70:\"https://downloads.wordpress.org/translation/theme/twentyten/2.9/sq.zip\";s:10:\"autoupdate\";b:1;}i:262;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:9:\"twentyten\";s:8:\"language\";s:5:\"sr_RS\";s:7:\"version\";s:3:\"2.9\";s:7:\"updated\";s:19:\"2019-05-11 13:43:42\";s:7:\"package\";s:73:\"https://downloads.wordpress.org/translation/theme/twentyten/2.9/sr_RS.zip\";s:10:\"autoupdate\";b:1;}i:263;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:9:\"twentyt
 en\";s:8:\"language\";s:5:\"sv_SE\";s:7:\"version\";s:3:\"2.9\";s:7:\"updated\";s:19:\"2019-03-23 10:32:07\";s:7:\"package\";s:73:\"https://downloads.wordpress.org/translation/theme/twentyten/2.9/sv_SE.zip\";s:10:\"autoupdate\";b:1;}i:264;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:9:\"twentyten\";s:8:\"language\";s:2:\"th\";s:7:\"version\";s:3:\"2.9\";s:7:\"updated\";s:19:\"2019-05-01 09:09:46\";s:7:\"package\";s:70:\"https://downloads.wordpress.org/translation/theme/twentyten/2.9/th.zip\";s:10:\"autoupdate\";b:1;}i:265;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:9:\"twentyten\";s:8:\"language\";s:5:\"tr_TR\";s:7:\"version\";s:3:\"2.9\";s:7:\"updated\";s:19:\"20
 19-03-26 12:11:12\";s:7:\"package\";s:73:\"https://downloads.wordpress.org/translation/theme/twentyten/2.9/tr_TR.zip\";s:10:\"autoupdate\";b:1;}i:266;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:9:\"twentyten\";s:8:\"language\";s:2:\"uk\";s:7:\"version\";s:3:\"2.9\";s:7:\"updated\";s:19:\"2019-06-17 19:44:14\";s:7:\"package\";s:70:\"https://downloads.wordpress.org/translation/theme/twentyten/2.9/uk.zip\";s:10:\"autoupdate\";b:1;}i:267;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:9:\"twentyten\";s:8:\"language\";s:2:\"vi\";s:7:\"version\";s:3:\"2.9\";s:7:\"updated\";s:19:\"2019-05-02 05:27:05\";s:7:\"package\";s:70:\"https://downloads.wordpress.org/translation/theme/twentyten/2.9/vi.zip\";s:10:\&quot
 ;autoupdate\";b:1;}i:268;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:9:\"twentyten\";s:8:\"language\";s:5:\"zh_CN\";s:7:\"version\";s:3:\"2.9\";s:7:\"updated\";s:19:\"2018-12-10 23:18:42\";s:7:\"package\";s:73:\"https://downloads.wordpress.org/translation/theme/twentyten/2.9/zh_CN.zip\";s:10:\"autoupdate\";b:1;}i:269;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:9:\"twentyten\";s:8:\"language\";s:5:\"zh_TW\";s:7:\"version\";s:3:\"2.9\";s:7:\"updated\";s:19:\"2019-03-29 18:10:03\";s:7:\"package\";s:73:\"https://downloads.wordpress.org/translation/theme/twentyten/2.9/zh_TW.zip\";s:10:\"autoupdate\";b:1;}i:270;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:14:\"twentythirteen\";s:8:
 \"language\";s:2:\"ar\";s:7:\"version\";s:3:\"2.9\";s:7:\"updated\";s:19:\"2019-04-26 19:43:28\";s:7:\"package\";s:75:\"https://downloads.wordpress.org/translation/theme/twentythirteen/2.9/ar.zip\";s:10:\"autoupdate\";b:1;}i:271;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:14:\"twentythirteen\";s:8:\"language\";s:2:\"bo\";s:7:\"version\";s:3:\"2.9\";s:7:\"updated\";s:19:\"2019-05-15 07:21:29\";s:7:\"package\";s:75:\"https://downloads.wordpress.org/translation/theme/twentythirteen/2.9/bo.zip\";s:10:\"autoupdate\";b:1;}i:272;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:14:\"twentythirteen\";s:8:\"language\";s:5:\"bs_BA\";s:7:\"version\";s:3:\"2.9\";s:7:\"updated\";s:19:\"
 2019-06-09 15:06:10\";s:7:\"package\";s:78:\"https://downloads.wordpress.org/translation/theme/twentythirteen/2.9/bs_BA.zip\";s:10:\"autoupdate\";b:1;}i:273;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:14:\"twentythirteen\";s:8:\"language\";s:2:\"ca\";s:7:\"version\";s:3:\"2.9\";s:7:\"updated\";s:19:\"2019-06-15 12:47:16\";s:7:\"package\";s:75:\"https://downloads.wordpress.org/translation/theme/twentythirteen/2.9/ca.zip\";s:10:\"autoupdate\";b:1;}i:274;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:14:\"twentythirteen\";s:8:\"language\";s:5:\"cs_CZ\";s:7:\"version\";s:3:\"2.9\";s:7:\"updated\";s:19:\"2019-06-10 08:35:11\";s:7:\"package\";s:78:\"https://downloads.wordpress.org/translation/theme/twentythirte
 en/2.9/cs_CZ.zip\";s:10:\"autoupdate\";b:1;}i:275;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:14:\"twentythirteen\";s:8:\"language\";s:2:\"cy\";s:7:\"version\";s:3:\"2.9\";s:7:\"updated\";s:19:\"2019-05-03 08:52:34\";s:7:\"package\";s:75:\"https://downloads.wordpress.org/translation/theme/twentythirteen/2.9/cy.zip\";s:10:\"autoupdate\";b:1;}i:276;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:14:\"twentythirteen\";s:8:\"language\";s:2:\"el\";s:7:\"version\";s:3:\"2.9\";s:7:\"updated\";s:19:\"2019-02-22 08:15:54\";s:7:\"package\";s:75:\"https://downloads.wordpress.org/translation/theme/twentythirteen/2.9/el.zip\";s:10:\"autoupdate\";b:1;}i:277;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\
 ";s:14:\"twentythirteen\";s:8:\"language\";s:5:\"en_AU\";s:7:\"version\";s:3:\"2.9\";s:7:\"updated\";s:19:\"2019-02-22 10:55:20\";s:7:\"package\";s:78:\"https://downloads.wordpress.org/translation/theme/twentythirteen/2.9/en_AU.zip\";s:10:\"autoupdate\";b:1;}i:278;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:14:\"twentythirteen\";s:8:\"language\";s:5:\"en_CA\";s:7:\"version\";s:3:\"2.9\";s:7:\"updated\";s:19:\"2019-02-21 23:03:55\";s:7:\"package\";s:78:\"https://downloads.wordpress.org/translation/theme/twentythirteen/2.9/en_CA.zip\";s:10:\"autoupdate\";b:1;}i:279;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:14:\"twentythirteen\";s:8:\"language\";s:5:\"en_GB\";s:7:\"version\";s:3
 :\"2.9\";s:7:\"updated\";s:19:\"2019-02-22 02:57:20\";s:7:\"package\";s:78:\"https://downloads.wordpress.org/translation/theme/twentythirteen/2.9/en_GB.zip\";s:10:\"autoupdate\";b:1;}i:280;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:14:\"twentythirteen\";s:8:\"language\";s:5:\"en_NZ\";s:7:\"version\";s:3:\"2.9\";s:7:\"updated\";s:19:\"2019-02-22 10:55:05\";s:7:\"package\";s:78:\"https://downloads.wordpress.org/translation/theme/twentythirteen/2.9/en_NZ.zip\";s:10:\"autoupdate\";b:1;}i:281;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:14:\"twentythirteen\";s:8:\"language\";s:5:\"en_ZA\";s:7:\"version\";s:3:\"2.9\";s:7:\"updated\";s:19:\"2019-02-22 02:59:01\";s:7:\"package\";s:78:\&quot
 ;https://downloads.wordpress.org/translation/theme/twentythirteen/2.9/en_ZA.zip\";s:10:\"autoupdate\";b:1;}i:282;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:14:\"twentythirteen\";s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:3:\"2.9\";s:7:\"updated\";s:19:\"2019-02-22 09:15:57\";s:7:\"package\";s:78:\"https://downloads.wordpress.org/translation/theme/twentythirteen/2.9/es_ES.zip\";s:10:\"autoupdate\";b:1;}i:283;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:14:\"twentythirteen\";s:8:\"language\";s:5:\"fr_CA\";s:7:\"version\";s:3:\"2.9\";s:7:\"updated\";s:19:\"2019-04-23 01:54:40\";s:7:\"package\";s:78:\"https://downloads.wordpress.org/translation/theme/twentythirteen/2.9/fr_CA.zip\";s:10:\"autoupdate\";b:1;
 }i:284;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:14:\"twentythirteen\";s:8:\"language\";s:5:\"fr_FR\";s:7:\"version\";s:3:\"2.9\";s:7:\"updated\";s:19:\"2019-04-01 11:16:42\";s:7:\"package\";s:78:\"https://downloads.wordpress.org/translation/theme/twentythirteen/2.9/fr_FR.zip\";s:10:\"autoupdate\";b:1;}i:285;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:14:\"twentythirteen\";s:8:\"language\";s:5:\"gl_ES\";s:7:\"version\";s:3:\"2.9\";s:7:\"updated\";s:19:\"2019-02-28 22:43:59\";s:7:\"package\";s:78:\"https://downloads.wordpress.org/translation/theme/twentythirteen/2.9/gl_ES.zip\";s:10:\"autoupdate\";b:1;}i:286;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:14:\"twentythirteen\";s:8:\
 "language\";s:2:\"hr\";s:7:\"version\";s:3:\"2.9\";s:7:\"updated\";s:19:\"2019-02-22 08:01:03\";s:7:\"package\";s:75:\"https://downloads.wordpress.org/translation/theme/twentythirteen/2.9/hr.zip\";s:10:\"autoupdate\";b:1;}i:287;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:14:\"twentythirteen\";s:8:\"language\";s:5:\"it_IT\";s:7:\"version\";s:3:\"2.9\";s:7:\"updated\";s:19:\"2019-04-01 08:03:01\";s:7:\"package\";s:78:\"https://downloads.wordpress.org/translation/theme/twentythirteen/2.9/it_IT.zip\";s:10:\"autoupdate\";b:1;}i:288;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:14:\"twentythirteen\";s:8:\"language\";s:2:\"ja\";s:7:\"version\";s:3:\"2.9\";s:7:\"updated\";s:19:\&quo
 t;2019-02-15 14:35:54\";s:7:\"package\";s:75:\"https://downloads.wordpress.org/translation/theme/twentythirteen/2.9/ja.zip\";s:10:\"autoupdate\";b:1;}i:289;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:14:\"twentythirteen\";s:8:\"language\";s:5:\"lt_LT\";s:7:\"version\";s:3:\"2.9\";s:7:\"updated\";s:19:\"2019-06-24 14:45:25\";s:7:\"package\";s:78:\"https://downloads.wordpress.org/translation/theme/twentythirteen/2.9/lt_LT.zip\";s:10:\"autoupdate\";b:1;}i:290;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:14:\"twentythirteen\";s:8:\"language\";s:5:\"nb_NO\";s:7:\"version\";s:3:\"2.9\";s:7:\"updated\";s:19:\"2019-02-27 20:16:12\";s:7:\"package\";s:78:\"https://downloads.wordpress.org/translation/theme/twentyt
 hirteen/2.9/nb_NO.zip\";s:10:\"autoupdate\";b:1;}i:291;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:14:\"twentythirteen\";s:8:\"language\";s:5:\"nl_NL\";s:7:\"version\";s:3:\"2.9\";s:7:\"updated\";s:19:\"2019-05-11 17:32:28\";s:7:\"package\";s:78:\"https://downloads.wordpress.org/translation/theme/twentythirteen/2.9/nl_NL.zip\";s:10:\"autoupdate\";b:1;}i:292;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:14:\"twentythirteen\";s:8:\"language\";s:5:\"pt_BR\";s:7:\"version\";s:3:\"2.9\";s:7:\"updated\";s:19:\"2019-06-18 23:17:24\";s:7:\"package\";s:78:\"https://downloads.wordpress.org/translation/theme/twentythirteen/2.9/pt_BR.zip\";s:10:\"autoupdate\";b:1;}i:293;a:7:{s:4:\"type\";s:5:\"theme\"
 ;s:4:\"slug\";s:14:\"twentythirteen\";s:8:\"language\";s:5:\"ro_RO\";s:7:\"version\";s:3:\"2.9\";s:7:\"updated\";s:19:\"2019-02-22 08:36:13\";s:7:\"package\";s:78:\"https://downloads.wordpress.org/translation/theme/twentythirteen/2.9/ro_RO.zip\";s:10:\"autoupdate\";b:1;}i:294;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:14:\"twentythirteen\";s:8:\"language\";s:5:\"ru_RU\";s:7:\"version\";s:3:\"2.9\";s:7:\"updated\";s:19:\"2019-04-15 13:33:03\";s:7:\"package\";s:78:\"https://downloads.wordpress.org/translation/theme/twentythirteen/2.9/ru_RU.zip\";s:10:\"autoupdate\";b:1;}i:295;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:14:\"twentythirteen\";s:8:\"language\";s:5:\"sk_SK\";s:7:\"v
 ersion\";s:3:\"2.9\";s:7:\"updated\";s:19:\"2019-03-22 15:53:26\";s:7:\"package\";s:78:\"https://downloads.wordpress.org/translation/theme/twentythirteen/2.9/sk_SK.zip\";s:10:\"autoupdate\";b:1;}i:296;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:14:\"twentythirteen\";s:8:\"language\";s:2:\"sq\";s:7:\"version\";s:3:\"2.9\";s:7:\"updated\";s:19:\"2019-04-14 18:45:54\";s:7:\"package\";s:75:\"https://downloads.wordpress.org/translation/theme/twentythirteen/2.9/sq.zip\";s:10:\"autoupdate\";b:1;}i:297;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:14:\"twentythirteen\";s:8:\"language\";s:5:\"sr_RS\";s:7:\"version\";s:3:\"2.9\";s:7:\"updated\";s:19:\"2019-05-11 13:43:56\";s:7:\"package\";
 s:78:\"https://downloads.wordpress.org/translation/theme/twentythirteen/2.9/sr_RS.zip\";s:10:\"autoupdate\";b:1;}i:298;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:14:\"twentythirteen\";s:8:\"language\";s:5:\"sv_SE\";s:7:\"version\";s:3:\"2.9\";s:7:\"updated\";s:19:\"2019-02-22 13:05:04\";s:7:\"package\";s:78:\"https://downloads.wordpress.org/translation/theme/twentythirteen/2.9/sv_SE.zip\";s:10:\"autoupdate\";b:1;}i:299;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:14:\"twentythirteen\";s:8:\"language\";s:5:\"tr_TR\";s:7:\"version\";s:3:\"2.9\";s:7:\"updated\";s:19:\"2019-03-26 12:12:37\";s:7:\"package\";s:78:\"https://downloads.wordpress.org/translation/theme/twentythirteen/2.9/tr_TR.zip\";s:10:\"autoupdate\
 ";b:1;}i:300;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:14:\"twentythirteen\";s:8:\"language\";s:2:\"uk\";s:7:\"version\";s:3:\"2.9\";s:7:\"updated\";s:19:\"2019-06-17 19:43:46\";s:7:\"package\";s:75:\"https://downloads.wordpress.org/translation/theme/twentythirteen/2.9/uk.zip\";s:10:\"autoupdate\";b:1;}i:301;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:14:\"twentythirteen\";s:8:\"language\";s:2:\"vi\";s:7:\"version\";s:3:\"2.9\";s:7:\"updated\";s:19:\"2019-05-10 05:38:18\";s:7:\"package\";s:75:\"https://downloads.wordpress.org/translation/theme/twentythirteen/2.9/vi.zip\";s:10:\"autoupdate\";b:1;}i:302;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:14:\"twentythirteen\";s:8:\&
 quot;language\";s:5:\"zh_CN\";s:7:\"version\";s:3:\"2.9\";s:7:\"updated\";s:19:\"2018-12-10 23:15:43\";s:7:\"package\";s:78:\"https://downloads.wordpress.org/translation/theme/twentythirteen/2.9/zh_CN.zip\";s:10:\"autoupdate\";b:1;}i:303;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:14:\"twentythirteen\";s:8:\"language\";s:5:\"zh_TW\";s:7:\"version\";s:3:\"2.9\";s:7:\"updated\";s:19:\"2019-06-02 16:59:54\";s:7:\"package\";s:78:\"https://downloads.wordpress.org/translation/theme/twentythirteen/2.9/zh_TW.zip\";s:10:\"autoupdate\";b:1;}i:304;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:12:\"twentytwelve\";s:8:\"language\";s:2:\"ar\";s:7:\"version\";s:3:\"3.0\";s:7:\"updated\";s:19:\&
 quot;2019-04-26 19:35:06\";s:7:\"package\";s:73:\"https://downloads.wordpress.org/translation/theme/twentytwelve/3.0/ar.zip\";s:10:\"autoupdate\";b:1;}i:305;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:12:\"twentytwelve\";s:8:\"language\";s:5:\"bs_BA\";s:7:\"version\";s:3:\"3.0\";s:7:\"updated\";s:19:\"2019-06-09 15:09:19\";s:7:\"package\";s:76:\"https://downloads.wordpress.org/translation/theme/twentytwelve/3.0/bs_BA.zip\";s:10:\"autoupdate\";b:1;}i:306;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:12:\"twentytwelve\";s:8:\"language\";s:2:\"ca\";s:7:\"version\";s:3:\"3.0\";s:7:\"updated\";s:19:\"2019-06-15 12:44:48\";s:7:\"package\";s:73:\"https://downloads.wordpress.org/translation/theme/twentytwelve/3.
 0/ca.zip\";s:10:\"autoupdate\";b:1;}i:307;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:12:\"twentytwelve\";s:8:\"language\";s:5:\"cs_CZ\";s:7:\"version\";s:3:\"3.0\";s:7:\"updated\";s:19:\"2019-06-10 08:32:14\";s:7:\"package\";s:76:\"https://downloads.wordpress.org/translation/theme/twentytwelve/3.0/cs_CZ.zip\";s:10:\"autoupdate\";b:1;}i:308;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:12:\"twentytwelve\";s:8:\"language\";s:2:\"cy\";s:7:\"version\";s:3:\"3.0\";s:7:\"updated\";s:19:\"2019-05-03 08:53:36\";s:7:\"package\";s:73:\"https://downloads.wordpress.org/translation/theme/twentytwelve/3.0/cy.zip\";s:10:\"autoupdate\";b:1;}i:309;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:1
 2:\"twentytwelve\";s:8:\"language\";s:5:\"de_DE\";s:7:\"version\";s:3:\"3.0\";s:7:\"updated\";s:19:\"2019-05-12 15:11:31\";s:7:\"package\";s:76:\"https://downloads.wordpress.org/translation/theme/twentytwelve/3.0/de_DE.zip\";s:10:\"autoupdate\";b:1;}i:310;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:12:\"twentytwelve\";s:8:\"language\";s:2:\"el\";s:7:\"version\";s:3:\"3.0\";s:7:\"updated\";s:19:\"2019-02-22 08:14:46\";s:7:\"package\";s:73:\"https://downloads.wordpress.org/translation/theme/twentytwelve/3.0/el.zip\";s:10:\"autoupdate\";b:1;}i:311;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:12:\"twentytwelve\";s:8:\"language\";s:5:\"en_AU\";s:7:\"version\";s:3:\"3.0\";s:7:\&q
 uot;updated\";s:19:\"2019-02-22 10:55:53\";s:7:\"package\";s:76:\"https://downloads.wordpress.org/translation/theme/twentytwelve/3.0/en_AU.zip\";s:10:\"autoupdate\";b:1;}i:312;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:12:\"twentytwelve\";s:8:\"language\";s:5:\"en_CA\";s:7:\"version\";s:3:\"3.0\";s:7:\"updated\";s:19:\"2019-02-21 23:04:00\";s:7:\"package\";s:76:\"https://downloads.wordpress.org/translation/theme/twentytwelve/3.0/en_CA.zip\";s:10:\"autoupdate\";b:1;}i:313;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:12:\"twentytwelve\";s:8:\"language\";s:5:\"en_GB\";s:7:\"version\";s:3:\"3.0\";s:7:\"updated\";s:19:\"2019-02-22 02:57:05\";s:7:\"package\";s:76:\"https://downloads.wordpress.org/t
 ranslation/theme/twentytwelve/3.0/en_GB.zip\";s:10:\"autoupdate\";b:1;}i:314;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:12:\"twentytwelve\";s:8:\"language\";s:5:\"en_NZ\";s:7:\"version\";s:3:\"3.0\";s:7:\"updated\";s:19:\"2019-02-22 10:55:41\";s:7:\"package\";s:76:\"https://downloads.wordpress.org/translation/theme/twentytwelve/3.0/en_NZ.zip\";s:10:\"autoupdate\";b:1;}i:315;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:12:\"twentytwelve\";s:8:\"language\";s:5:\"en_ZA\";s:7:\"version\";s:3:\"3.0\";s:7:\"updated\";s:19:\"2019-02-22 02:58:40\";s:7:\"package\";s:76:\"https://downloads.wordpress.org/translation/theme/twentytwelve/3.0/en_ZA.zip\";s:10:\"autoupdate\";b:1;}i:316;a:7:{s:4:\"type\";s:5:\&quo
 t;theme\";s:4:\"slug\";s:12:\"twentytwelve\";s:8:\"language\";s:5:\"es_CL\";s:7:\"version\";s:3:\"3.0\";s:7:\"updated\";s:19:\"2019-04-22 22:21:21\";s:7:\"package\";s:76:\"https://downloads.wordpress.org/translation/theme/twentytwelve/3.0/es_CL.zip\";s:10:\"autoupdate\";b:1;}i:317;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:12:\"twentytwelve\";s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:3:\"3.0\";s:7:\"updated\";s:19:\"2019-02-22 09:15:39\";s:7:\"package\";s:76:\"https://downloads.wordpress.org/translation/theme/twentytwelve/3.0/es_ES.zip\";s:10:\"autoupdate\";b:1;}i:318;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:12:\"twentytwelve\";s:8:\"language\";s:5:\"fr_CA\";s:7:\&qu
 ot;version\";s:3:\"3.0\";s:7:\"updated\";s:19:\"2019-04-23 01:23:32\";s:7:\"package\";s:76:\"https://downloads.wordpress.org/translation/theme/twentytwelve/3.0/fr_CA.zip\";s:10:\"autoupdate\";b:1;}i:319;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:12:\"twentytwelve\";s:8:\"language\";s:5:\"fr_FR\";s:7:\"version\";s:3:\"3.0\";s:7:\"updated\";s:19:\"2019-02-23 09:24:43\";s:7:\"package\";s:76:\"https://downloads.wordpress.org/translation/theme/twentytwelve/3.0/fr_FR.zip\";s:10:\"autoupdate\";b:1;}i:320;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:12:\"twentytwelve\";s:8:\"language\";s:5:\"gl_ES\";s:7:\"version\";s:3:\"3.0\";s:7:\"updated\";s:19:\"2019-02-28 22:50:42\";s:7:\"package\&quot
 ;;s:76:\"https://downloads.wordpress.org/translation/theme/twentytwelve/3.0/gl_ES.zip\";s:10:\"autoupdate\";b:1;}i:321;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:12:\"twentytwelve\";s:8:\"language\";s:2:\"hr\";s:7:\"version\";s:3:\"3.0\";s:7:\"updated\";s:19:\"2019-02-22 14:27:39\";s:7:\"package\";s:73:\"https://downloads.wordpress.org/translation/theme/twentytwelve/3.0/hr.zip\";s:10:\"autoupdate\";b:1;}i:322;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:12:\"twentytwelve\";s:8:\"language\";s:5:\"it_IT\";s:7:\"version\";s:3:\"3.0\";s:7:\"updated\";s:19:\"2019-04-23 21:54:45\";s:7:\"package\";s:76:\"https://downloads.wordpress.org/translation/theme/twentytwelve/3.0/it_IT.zip\";s:10:\"autoupdate\";b:1;}i:
 323;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:12:\"twentytwelve\";s:8:\"language\";s:2:\"ja\";s:7:\"version\";s:3:\"3.0\";s:7:\"updated\";s:19:\"2019-02-15 14:32:26\";s:7:\"package\";s:73:\"https://downloads.wordpress.org/translation/theme/twentytwelve/3.0/ja.zip\";s:10:\"autoupdate\";b:1;}i:324;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:12:\"twentytwelve\";s:8:\"language\";s:5:\"lt_LT\";s:7:\"version\";s:3:\"3.0\";s:7:\"updated\";s:19:\"2019-06-24 14:46:47\";s:7:\"package\";s:76:\"https://downloads.wordpress.org/translation/theme/twentytwelve/3.0/lt_LT.zip\";s:10:\"autoupdate\";b:1;}i:325;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:12:\"twentytwelve\";s:8:\"language\&quo
 t;;s:5:\"nb_NO\";s:7:\"version\";s:3:\"3.0\";s:7:\"updated\";s:19:\"2019-02-27 20:15:02\";s:7:\"package\";s:76:\"https://downloads.wordpress.org/translation/theme/twentytwelve/3.0/nb_NO.zip\";s:10:\"autoupdate\";b:1;}i:326;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:12:\"twentytwelve\";s:8:\"language\";s:5:\"pt_BR\";s:7:\"version\";s:3:\"3.0\";s:7:\"updated\";s:19:\"2019-06-14 13:47:20\";s:7:\"package\";s:76:\"https://downloads.wordpress.org/translation/theme/twentytwelve/3.0/pt_BR.zip\";s:10:\"autoupdate\";b:1;}i:327;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:12:\"twentytwelve\";s:8:\"language\";s:5:\"ro_RO\";s:7:\"version\";s:3:\"3.0\";s:7:\"updated\";s:19:\"2019-02-22 08:37
 :42\";s:7:\"package\";s:76:\"https://downloads.wordpress.org/translation/theme/twentytwelve/3.0/ro_RO.zip\";s:10:\"autoupdate\";b:1;}i:328;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:12:\"twentytwelve\";s:8:\"language\";s:5:\"ru_RU\";s:7:\"version\";s:3:\"3.0\";s:7:\"updated\";s:19:\"2019-05-19 08:57:30\";s:7:\"package\";s:76:\"https://downloads.wordpress.org/translation/theme/twentytwelve/3.0/ru_RU.zip\";s:10:\"autoupdate\";b:1;}i:329;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:12:\"twentytwelve\";s:8:\"language\";s:5:\"sk_SK\";s:7:\"version\";s:3:\"3.0\";s:7:\"updated\";s:19:\"2019-03-22 15:42:21\";s:7:\"package\";s:76:\"https://downloads.wordpress.org/translation/theme/twentytwelve/3.0/sk_SK.zip\&qu
 ot;;s:10:\"autoupdate\";b:1;}i:330;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:12:\"twentytwelve\";s:8:\"language\";s:2:\"sq\";s:7:\"version\";s:3:\"3.0\";s:7:\"updated\";s:19:\"2019-04-14 18:38:10\";s:7:\"package\";s:73:\"https://downloads.wordpress.org/translation/theme/twentytwelve/3.0/sq.zip\";s:10:\"autoupdate\";b:1;}i:331;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:12:\"twentytwelve\";s:8:\"language\";s:5:\"sr_RS\";s:7:\"version\";s:3:\"3.0\";s:7:\"updated\";s:19:\"2019-05-11 13:44:18\";s:7:\"package\";s:76:\"https://downloads.wordpress.org/translation/theme/twentytwelve/3.0/sr_RS.zip\";s:10:\"autoupdate\";b:1;}i:332;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:12:\"twe
 ntytwelve\";s:8:\"language\";s:5:\"sv_SE\";s:7:\"version\";s:3:\"3.0\";s:7:\"updated\";s:19:\"2019-02-22 13:05:36\";s:7:\"package\";s:76:\"https://downloads.wordpress.org/translation/theme/twentytwelve/3.0/sv_SE.zip\";s:10:\"autoupdate\";b:1;}i:333;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:12:\"twentytwelve\";s:8:\"language\";s:2:\"th\";s:7:\"version\";s:3:\"3.0\";s:7:\"updated\";s:19:\"2019-05-01 09:11:45\";s:7:\"package\";s:73:\"https://downloads.wordpress.org/translation/theme/twentytwelve/3.0/th.zip\";s:10:\"autoupdate\";b:1;}i:334;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:12:\"twentytwelve\";s:8:\"language\";s:5:\"tr_TR\";s:7:\"version\";s:3:\"3.0\";s:7:\"updated\
 ";s:19:\"2019-03-26 11:59:38\";s:7:\"package\";s:76:\"https://downloads.wordpress.org/translation/theme/twentytwelve/3.0/tr_TR.zip\";s:10:\"autoupdate\";b:1;}i:335;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:12:\"twentytwelve\";s:8:\"language\";s:2:\"uk\";s:7:\"version\";s:3:\"3.0\";s:7:\"updated\";s:19:\"2019-03-09 18:47:42\";s:7:\"package\";s:73:\"https://downloads.wordpress.org/translation/theme/twentytwelve/3.0/uk.zip\";s:10:\"autoupdate\";b:1;}i:336;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:12:\"twentytwelve\";s:8:\"language\";s:2:\"vi\";s:7:\"version\";s:3:\"3.0\";s:7:\"updated\";s:19:\"2019-05-02 05:14:42\";s:7:\"package\";s:73:\"https://downloads.wordpress.org/translation/theme/twen
 tytwelve/3.0/vi.zip\";s:10:\"autoupdate\";b:1;}i:337;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:12:\"twentytwelve\";s:8:\"language\";s:5:\"zh_CN\";s:7:\"version\";s:3:\"3.0\";s:7:\"updated\";s:19:\"2018-12-10 23:18:54\";s:7:\"package\";s:76:\"https://downloads.wordpress.org/translation/theme/twentytwelve/3.0/zh_CN.zip\";s:10:\"autoupdate\";b:1;}i:338;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:12:\"twentytwelve\";s:8:\"language\";s:5:\"zh_TW\";s:7:\"version\";s:3:\"3.0\";s:7:\"updated\";s:19:\"2019-03-31 08:05:26\";s:7:\"package\";s:76:\"https://downloads.wordpress.org/translation/theme/twentytwelve/3.0/zh_TW.zip\";s:10:\"autoupdate\";b:1;}}}'),(1566,1,'jetpack_sync_settings_network_disable','0'),(1570,1,'
 wcsc_sites','a:0:{}'),(1571,1,'tix_aggregated_tshirt_sizes','a:0:{}'),(1581,1,'_site_transient_update_plugins','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1561488320;s:8:\"response\";a:1:{s:27:\"wp-super-cache/wp-cache.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:28:\"w.org/plugins/wp-super-cache\";s:4:\"slug\";s:14:\"wp-super-cache\";s:6:\"plugin\";s:27:\"wp-super-cache/wp-cache.php\";s:11:\"new_version\";s:5:\"1.6.7\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/wp-super-cache/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/wp-super-cache.1.6.7.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/wp-super-cache/assets/icon-256x256.png?rev=1095422\";s:2:\"1x\";s:67:\"https://ps.w.org/wp-super-cache/assets/icon-128x128.png?rev=1095422\";}s:7:\
 "banners\";a:2:{s:2:\"2x\";s:70:\"https://ps.w.org/wp-super-cache/assets/banner-1544x500.png?rev=1082414\";s:2:\"1x\";s:69:\"https://ps.w.org/wp-super-cache/assets/banner-772x250.png?rev=1082414\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"5.2.2\";s:12:\"requires_php\";s:5:\"5.2.4\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}}s:12:\"translations\";a:276:{i:0;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:7:\"akismet\";s:8:\"language\";s:2:\"ar\";s:7:\"version\";s:5:\"4.1.2\";s:7:\"updated\";s:19:\"2018-12-31 20:35:58\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/translation/plugin/akismet/4.1.2/ar.zip\";s:10:\"autoupdate\";b:1;}i:1;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s
 :7:\"akismet\";s:8:\"language\";s:5:\"bg_BG\";s:7:\"version\";s:5:\"4.1.2\";s:7:\"updated\";s:19:\"2019-02-25 19:41:39\";s:7:\"package\";s:74:\"https://downloads.wordpress.org/translation/plugin/akismet/4.1.2/bg_BG.zip\";s:10:\"autoupdate\";b:1;}i:2;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:7:\"akismet\";s:8:\"language\";s:5:\"bs_BA\";s:7:\"version\";s:5:\"4.1.2\";s:7:\"updated\";s:19:\"2019-06-09 16:57:20\";s:7:\"package\";s:74:\"https://downloads.wordpress.org/translation/plugin/akismet/4.1.2/bs_BA.zip\";s:10:\"autoupdate\";b:1;}i:3;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:7:\"akismet\";s:8:\"language\";s:2:\"ca\";s:7:\"version\";s:5:\"4.1.2\";s:7:\"updated\&
 quot;;s:19:\"2018-11-12 20:00:08\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/translation/plugin/akismet/4.1.2/ca.zip\";s:10:\"autoupdate\";b:1;}i:4;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:7:\"akismet\";s:8:\"language\";s:2:\"cy\";s:7:\"version\";s:5:\"4.1.2\";s:7:\"updated\";s:19:\"2018-11-12 20:01:37\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/translation/plugin/akismet/4.1.2/cy.zip\";s:10:\"autoupdate\";b:1;}i:5;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:7:\"akismet\";s:8:\"language\";s:5:\"de_CH\";s:7:\"version\";s:5:\"4.1.2\";s:7:\"updated\";s:19:\"2019-01-08 11:36:57\";s:7:\"package\";s:74:\"https://downloads.wordpress.org/translation/plugin/akismet/4.1.2/de_C
 H.zip\";s:10:\"autoupdate\";b:1;}i:6;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:7:\"akismet\";s:8:\"language\";s:5:\"de_DE\";s:7:\"version\";s:5:\"4.1.2\";s:7:\"updated\";s:19:\"2019-05-13 08:02:25\";s:7:\"package\";s:74:\"https://downloads.wordpress.org/translation/plugin/akismet/4.1.2/de_DE.zip\";s:10:\"autoupdate\";b:1;}i:7;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:7:\"akismet\";s:8:\"language\";s:12:\"de_DE_formal\";s:7:\"version\";s:5:\"4.1.2\";s:7:\"updated\";s:19:\"2018-10-02 10:54:16\";s:7:\"package\";s:81:\"https://downloads.wordpress.org/translation/plugin/akismet/4.1.2/de_DE_formal.zip\";s:10:\"autoupdate\";b:1;}i:8;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";
 s:7:\"akismet\";s:8:\"language\";s:2:\"el\";s:7:\"version\";s:5:\"4.1.2\";s:7:\"updated\";s:19:\"2018-11-12 20:00:33\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/translation/plugin/akismet/4.1.2/el.zip\";s:10:\"autoupdate\";b:1;}i:9;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:7:\"akismet\";s:8:\"language\";s:5:\"en_AU\";s:7:\"version\";s:5:\"4.1.2\";s:7:\"updated\";s:19:\"2018-11-12 20:00:17\";s:7:\"package\";s:74:\"https://downloads.wordpress.org/translation/plugin/akismet/4.1.2/en_AU.zip\";s:10:\"autoupdate\";b:1;}i:10;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:7:\"akismet\";s:8:\"language\";s:5:\"en_CA\";s:7:\"version\";s:5:\"4.1.2\";s:7:\"updated\&q
 uot;;s:19:\"2018-11-12 20:00:18\";s:7:\"package\";s:74:\"https://downloads.wordpress.org/translation/plugin/akismet/4.1.2/en_CA.zip\";s:10:\"autoupdate\";b:1;}i:11;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:7:\"akismet\";s:8:\"language\";s:5:\"en_GB\";s:7:\"version\";s:5:\"4.1.2\";s:7:\"updated\";s:19:\"2018-11-12 20:00:21\";s:7:\"package\";s:74:\"https://downloads.wordpress.org/translation/plugin/akismet/4.1.2/en_GB.zip\";s:10:\"autoupdate\";b:1;}i:12;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:7:\"akismet\";s:8:\"language\";s:5:\"en_NZ\";s:7:\"version\";s:5:\"4.1.2\";s:7:\"updated\";s:19:\"2018-11-12 20:00:19\";s:7:\"package\";s:74:\"https://downloads.wordpress.org/translation/plugin/akismet/
 4.1.2/en_NZ.zip\";s:10:\"autoupdate\";b:1;}i:13;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:7:\"akismet\";s:8:\"language\";s:5:\"en_ZA\";s:7:\"version\";s:5:\"4.1.2\";s:7:\"updated\";s:19:\"2018-11-12 20:00:20\";s:7:\"package\";s:74:\"https://downloads.wordpress.org/translation/plugin/akismet/4.1.2/en_ZA.zip\";s:10:\"autoupdate\";b:1;}i:14;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:7:\"akismet\";s:8:\"language\";s:2:\"eo\";s:7:\"version\";s:5:\"4.1.2\";s:7:\"updated\";s:19:\"2018-11-12 20:00:22\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/translation/plugin/akismet/4.1.2/eo.zip\";s:10:\"autoupdate\";b:1;}i:15;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:7:\&qu
 ot;akismet\";s:8:\"language\";s:5:\"es_AR\";s:7:\"version\";s:5:\"4.1.2\";s:7:\"updated\";s:19:\"2018-12-07 23:13:26\";s:7:\"package\";s:74:\"https://downloads.wordpress.org/translation/plugin/akismet/4.1.2/es_AR.zip\";s:10:\"autoupdate\";b:1;}i:16;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:7:\"akismet\";s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:5:\"4.1.2\";s:7:\"updated\";s:19:\"2018-11-12 20:01:22\";s:7:\"package\";s:74:\"https://downloads.wordpress.org/translation/plugin/akismet/4.1.2/es_ES.zip\";s:10:\"autoupdate\";b:1;}i:17;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:7:\"akismet\";s:8:\"language\";s:5:\"es_PE\";s:7:\"version\";s:5:\"4.1.2\";s:7:\"updated\&qu
 ot;;s:19:\"2019-04-22 15:13:04\";s:7:\"package\";s:74:\"https://downloads.wordpress.org/translation/plugin/akismet/4.1.2/es_PE.zip\";s:10:\"autoupdate\";b:1;}i:18;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:7:\"akismet\";s:8:\"language\";s:5:\"fa_IR\";s:7:\"version\";s:5:\"4.1.2\";s:7:\"updated\";s:19:\"2019-03-22 07:13:12\";s:7:\"package\";s:74:\"https://downloads.wordpress.org/translation/plugin/akismet/4.1.2/fa_IR.zip\";s:10:\"autoupdate\";b:1;}i:19;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:7:\"akismet\";s:8:\"language\";s:5:\"fr_CA\";s:7:\"version\";s:5:\"4.1.2\";s:7:\"updated\";s:19:\"2018-11-12 20:00:26\";s:7:\"package\";s:74:\"https://downloads.wordpress.org/translation/plugin/akismet/4
 .1.2/fr_CA.zip\";s:10:\"autoupdate\";b:1;}i:20;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:7:\"akismet\";s:8:\"language\";s:5:\"fr_FR\";s:7:\"version\";s:5:\"4.1.2\";s:7:\"updated\";s:19:\"2018-11-12 20:00:27\";s:7:\"package\";s:74:\"https://downloads.wordpress.org/translation/plugin/akismet/4.1.2/fr_FR.zip\";s:10:\"autoupdate\";b:1;}i:21;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:7:\"akismet\";s:8:\"language\";s:5:\"gl_ES\";s:7:\"version\";s:5:\"4.1.2\";s:7:\"updated\";s:19:\"2018-11-16 13:29:22\";s:7:\"package\";s:74:\"https://downloads.wordpress.org/translation/plugin/akismet/4.1.2/gl_ES.zip\";s:10:\"autoupdate\";b:1;}i:22;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:7
 :\"akismet\";s:8:\"language\";s:2:\"hr\";s:7:\"version\";s:5:\"4.1.2\";s:7:\"updated\";s:19:\"2018-11-12 20:00:13\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/translation/plugin/akismet/4.1.2/hr.zip\";s:10:\"autoupdate\";b:1;}i:23;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:7:\"akismet\";s:8:\"language\";s:5:\"hu_HU\";s:7:\"version\";s:5:\"4.1.2\";s:7:\"updated\";s:19:\"2019-02-05 09:37:11\";s:7:\"package\";s:74:\"https://downloads.wordpress.org/translation/plugin/akismet/4.1.2/hu_HU.zip\";s:10:\"autoupdate\";b:1;}i:24;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:7:\"akismet\";s:8:\"language\";s:5:\"it_IT\";s:7:\"version\";s:5:\"4.1.2\";s:7:\"updated\&quo
 t;;s:19:\"2018-11-12 20:00:42\";s:7:\"package\";s:74:\"https://downloads.wordpress.org/translation/plugin/akismet/4.1.2/it_IT.zip\";s:10:\"autoupdate\";b:1;}i:25;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:7:\"akismet\";s:8:\"language\";s:2:\"ja\";s:7:\"version\";s:5:\"4.1.2\";s:7:\"updated\";s:19:\"2019-03-11 06:21:32\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/translation/plugin/akismet/4.1.2/ja.zip\";s:10:\"autoupdate\";b:1;}i:26;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:7:\"akismet\";s:8:\"language\";s:5:\"nb_NO\";s:7:\"version\";s:5:\"4.1.2\";s:7:\"updated\";s:19:\"2018-12-06 20:03:15\";s:7:\"package\";s:74:\"https://downloads.wordpress.org/translation/plugin/akismet/4.1.2/nb
 _NO.zip\";s:10:\"autoupdate\";b:1;}i:27;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:7:\"akismet\";s:8:\"language\";s:5:\"nl_NL\";s:7:\"version\";s:5:\"4.1.2\";s:7:\"updated\";s:19:\"2018-11-12 20:00:15\";s:7:\"package\";s:74:\"https://downloads.wordpress.org/translation/plugin/akismet/4.1.2/nl_NL.zip\";s:10:\"autoupdate\";b:1;}i:28;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:7:\"akismet\";s:8:\"language\";s:5:\"nn_NO\";s:7:\"version\";s:5:\"4.1.2\";s:7:\"updated\";s:19:\"2019-02-16 13:47:31\";s:7:\"package\";s:74:\"https://downloads.wordpress.org/translation/plugin/akismet/4.1.2/nn_NO.zip\";s:10:\"autoupdate\";b:1;}i:29;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:7:\&quot
 ;akismet\";s:8:\"language\";s:5:\"pt_BR\";s:7:\"version\";s:5:\"4.1.2\";s:7:\"updated\";s:19:\"2019-06-12 22:48:20\";s:7:\"package\";s:74:\"https://downloads.wordpress.org/translation/plugin/akismet/4.1.2/pt_BR.zip\";s:10:\"autoupdate\";b:1;}i:30;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:7:\"akismet\";s:8:\"language\";s:5:\"pt_PT\";s:7:\"version\";s:5:\"4.1.2\";s:7:\"updated\";s:19:\"2018-11-12 20:01:07\";s:7:\"package\";s:74:\"https://downloads.wordpress.org/translation/plugin/akismet/4.1.2/pt_PT.zip\";s:10:\"autoupdate\";b:1;}i:31;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:7:\"akismet\";s:8:\"language\";s:5:\"ro_RO\";s:7:\"version\";s:5:\"4.1.2\";s:7:\"updated\&quot
 ;;s:19:\"2019-06-07 12:07:07\";s:7:\"package\";s:74:\"https://downloads.wordpress.org/translation/plugin/akismet/4.1.2/ro_RO.zip\";s:10:\"autoupdate\";b:1;}i:32;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:7:\"akismet\";s:8:\"language\";s:5:\"ru_RU\";s:7:\"version\";s:5:\"4.1.2\";s:7:\"updated\";s:19:\"2019-01-14 18:46:01\";s:7:\"package\";s:74:\"https://downloads.wordpress.org/translation/plugin/akismet/4.1.2/ru_RU.zip\";s:10:\"autoupdate\";b:1;}i:33;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:7:\"akismet\";s:8:\"language\";s:2:\"sq\";s:7:\"version\";s:5:\"4.1.2\";s:7:\"updated\";s:19:\"2019-04-01 17:48:21\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/translation/plugin/akismet/4.1.2/
 sq.zip\";s:10:\"autoupdate\";b:1;}i:34;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:7:\"akismet\";s:8:\"language\";s:5:\"sr_RS\";s:7:\"version\";s:5:\"4.1.2\";s:7:\"updated\";s:19:\"2019-02-21 23:24:34\";s:7:\"package\";s:74:\"https://downloads.wordpress.org/translation/plugin/akismet/4.1.2/sr_RS.zip\";s:10:\"autoupdate\";b:1;}i:35;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:7:\"akismet\";s:8:\"language\";s:5:\"sv_SE\";s:7:\"version\";s:5:\"4.1.2\";s:7:\"updated\";s:19:\"2018-11-23 13:10:36\";s:7:\"package\";s:74:\"https://downloads.wordpress.org/translation/plugin/akismet/4.1.2/sv_SE.zip\";s:10:\"autoupdate\";b:1;}i:36;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:7:\"
 akismet\";s:8:\"language\";s:2:\"uk\";s:7:\"version\";s:5:\"4.1.2\";s:7:\"updated\";s:19:\"2019-01-14 18:45:15\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/translation/plugin/akismet/4.1.2/uk.zip\";s:10:\"autoupdate\";b:1;}i:37;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:7:\"akismet\";s:8:\"language\";s:2:\"vi\";s:7:\"version\";s:5:\"4.1.2\";s:7:\"updated\";s:19:\"2018-11-12 20:01:36\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/translation/plugin/akismet/4.1.2/vi.zip\";s:10:\"autoupdate\";b:1;}i:38;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:7:\"akismet\";s:8:\"language\";s:5:\"zh_CN\";s:7:\"version\";s:5:\"4.1.2\";s:7:\"updated\";s:19:\&quot
 ;2018-12-10 19:59:21\";s:7:\"package\";s:74:\"https://downloads.wordpress.org/translation/plugin/akismet/4.1.2/zh_CN.zip\";s:10:\"autoupdate\";b:1;}i:39;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:7:\"akismet\";s:8:\"language\";s:5:\"zh_TW\";s:7:\"version\";s:5:\"4.1.2\";s:7:\"updated\";s:19:\"2019-06-21 07:17:45\";s:7:\"package\";s:74:\"https://downloads.wordpress.org/translation/plugin/akismet/4.1.2/zh_TW.zip\";s:10:\"autoupdate\";b:1;}i:40;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:7:\"bbpress\";s:8:\"language\";s:2:\"ar\";s:7:\"version\";s:6:\"2.5.14\";s:7:\"updated\";s:19:\"2019-04-28 06:25:13\";s:7:\"package\";s:72:\"https://downloads.wordpress.org/translation/plugin/bbpress/2.5.14/ar.zip\&quo
 t;;s:10:\"autoupdate\";b:1;}i:41;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:7:\"bbpress\";s:8:\"language\";s:2:\"cy\";s:7:\"version\";s:6:\"2.5.14\";s:7:\"updated\";s:19:\"2018-10-03 08:43:01\";s:7:\"package\";s:72:\"https://downloads.wordpress.org/translation/plugin/bbpress/2.5.14/cy.zip\";s:10:\"autoupdate\";b:1;}i:42;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:7:\"bbpress\";s:8:\"language\";s:5:\"da_DK\";s:7:\"version\";s:6:\"2.5.14\";s:7:\"updated\";s:19:\"2018-11-25 20:59:01\";s:7:\"package\";s:75:\"https://downloads.wordpress.org/translation/plugin/bbpress/2.5.14/da_DK.zip\";s:10:\"autoupdate\";b:1;}i:43;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:7:\"bbpress\&quot
 ;;s:8:\"language\";s:12:\"de_DE_formal\";s:7:\"version\";s:6:\"2.5.14\";s:7:\"updated\";s:19:\"2019-06-21 20:10:55\";s:7:\"package\";s:82:\"https://downloads.wordpress.org/translation/plugin/bbpress/2.5.14/de_DE_formal.zip\";s:10:\"autoupdate\";b:1;}i:44;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:7:\"bbpress\";s:8:\"language\";s:2:\"el\";s:7:\"version\";s:6:\"2.5.14\";s:7:\"updated\";s:19:\"2018-10-12 08:18:34\";s:7:\"package\";s:72:\"https://downloads.wordpress.org/translation/plugin/bbpress/2.5.14/el.zip\";s:10:\"autoupdate\";b:1;}i:45;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:7:\"bbpress\";s:8:\"language\";s:5:\"en_ZA\";s:7:\"version\";s:6:\"2.5.14\";s:7:\"updated\&quot
 ;;s:19:\"2019-02-06 05:16:28\";s:7:\"package\";s:75:\"https://downloads.wordpress.org/translation/plugin/bbpress/2.5.14/en_ZA.zip\";s:10:\"autoupdate\";b:1;}i:46;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:7:\"bbpress\";s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:6:\"2.5.14\";s:7:\"updated\";s:19:\"2019-03-31 21:38:20\";s:7:\"package\";s:75:\"https://downloads.wordpress.org/translation/plugin/bbpress/2.5.14/es_ES.zip\";s:10:\"autoupdate\";b:1;}i:47;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:7:\"bbpress\";s:8:\"language\";s:2:\"fi\";s:7:\"version\";s:6:\"2.5.14\";s:7:\"updated\";s:19:\"2019-01-16 12:27:29\";s:7:\"package\";s:72:\"https://downloads.wordpress.org/translation/plugin/bbpress/2.
 5.14/fi.zip\";s:10:\"autoupdate\";b:1;}i:48;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:7:\"bbpress\";s:8:\"language\";s:5:\"fr_FR\";s:7:\"version\";s:6:\"2.5.14\";s:7:\"updated\";s:19:\"2019-01-07 12:52:57\";s:7:\"package\";s:75:\"https://downloads.wordpress.org/translation/plugin/bbpress/2.5.14/fr_FR.zip\";s:10:\"autoupdate\";b:1;}i:49;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:7:\"bbpress\";s:8:\"language\";s:5:\"id_ID\";s:7:\"version\";s:6:\"2.5.14\";s:7:\"updated\";s:19:\"2018-11-16 16:18:21\";s:7:\"package\";s:75:\"https://downloads.wordpress.org/translation/plugin/bbpress/2.5.14/id_ID.zip\";s:10:\"autoupdate\";b:1;}i:50;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:
 7:\"bbpress\";s:8:\"language\";s:5:\"it_IT\";s:7:\"version\";s:6:\"2.5.14\";s:7:\"updated\";s:19:\"2019-02-18 18:39:51\";s:7:\"package\";s:75:\"https://downloads.wordpress.org/translation/plugin/bbpress/2.5.14/it_IT.zip\";s:10:\"autoupdate\";b:1;}i:51;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:7:\"bbpress\";s:8:\"language\";s:5:\"lt_LT\";s:7:\"version\";s:6:\"2.5.14\";s:7:\"updated\";s:19:\"2018-10-27 15:33:03\";s:7:\"package\";s:75:\"https://downloads.wordpress.org/translation/plugin/bbpress/2.5.14/lt_LT.zip\";s:10:\"autoupdate\";b:1;}i:52;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:7:\"bbpress\";s:8:\"language\";s:5:\"nb_NO\";s:7:\"version\";s:6:\"2.5.14\";s:7:\"
 updated\";s:19:\"2018-11-05 23:36:14\";s:7:\"package\";s:75:\"https://downloads.wordpress.org/translation/plugin/bbpress/2.5.14/nb_NO.zip\";s:10:\"autoupdate\";b:1;}i:53;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:7:\"bbpress\";s:8:\"language\";s:5:\"ro_RO\";s:7:\"version\";s:6:\"2.5.14\";s:7:\"updated\";s:19:\"2019-04-17 20:25:06\";s:7:\"package\";s:75:\"https://downloads.wordpress.org/translation/plugin/bbpress/2.5.14/ro_RO.zip\";s:10:\"autoupdate\";b:1;}i:54;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:7:\"bbpress\";s:8:\"language\";s:5:\"ru_RU\";s:7:\"version\";s:6:\"2.5.14\";s:7:\"updated\";s:19:\"2019-02-27 12:03:00\";s:7:\"package\";s:75:\"https://downloads.wordpress.org/translation/p
 lugin/bbpress/2.5.14/ru_RU.zip\";s:10:\"autoupdate\";b:1;}i:55;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:7:\"bbpress\";s:8:\"language\";s:5:\"sk_SK\";s:7:\"version\";s:6:\"2.5.14\";s:7:\"updated\";s:19:\"2019-03-05 19:54:26\";s:7:\"package\";s:75:\"https://downloads.wordpress.org/translation/plugin/bbpress/2.5.14/sk_SK.zip\";s:10:\"autoupdate\";b:1;}i:56;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:7:\"bbpress\";s:8:\"language\";s:5:\"tr_TR\";s:7:\"version\";s:6:\"2.5.14\";s:7:\"updated\";s:19:\"2019-03-03 16:14:00\";s:7:\"package\";s:75:\"https://downloads.wordpress.org/translation/plugin/bbpress/2.5.14/tr_TR.zip\";s:10:\"autoupdate\";b:1;}i:57;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\&
 quot;slug\";s:7:\"bbpress\";s:8:\"language\";s:2:\"uk\";s:7:\"version\";s:6:\"2.5.14\";s:7:\"updated\";s:19:\"2019-06-17 17:32:03\";s:7:\"package\";s:72:\"https://downloads.wordpress.org/translation/plugin/bbpress/2.5.14/uk.zip\";s:10:\"autoupdate\";b:1;}i:58;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:10:\"buddypress\";s:8:\"language\";s:2:\"ca\";s:7:\"version\";s:5:\"3.0.0\";s:7:\"updated\";s:19:\"2018-04-08 07:47:51\";s:7:\"package\";s:74:\"https://downloads.wordpress.org/translation/plugin/buddypress/3.0.0/ca.zip\";s:10:\"autoupdate\";b:1;}i:59;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:10:\"buddypress\";s:8:\"language\";s:2:\"cy\";s:7:\"version\";s:5:\"2.6.2\"
 ;s:7:\"updated\";s:19:\"2016-05-24 17:57:17\";s:7:\"package\";s:74:\"https://downloads.wordpress.org/translation/plugin/buddypress/2.6.2/cy.zip\";s:10:\"autoupdate\";b:1;}i:60;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:10:\"buddypress\";s:8:\"language\";s:5:\"da_DK\";s:7:\"version\";s:5:\"4.3.0\";s:7:\"updated\";s:19:\"2019-05-28 07:03:54\";s:7:\"package\";s:77:\"https://downloads.wordpress.org/translation/plugin/buddypress/4.3.0/da_DK.zip\";s:10:\"autoupdate\";b:1;}i:61;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:10:\"buddypress\";s:8:\"language\";s:5:\"de_DE\";s:7:\"version\";s:5:\"4.3.0\";s:7:\"updated\";s:19:\"2019-06-19 16:23:36\";s:7:\"package\";s:77:\"https://downloads.wordpres
 s.org/translation/plugin/buddypress/4.3.0/de_DE.zip\";s:10:\"autoupdate\";b:1;}i:62;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:10:\"buddypress\";s:8:\"language\";s:12:\"de_DE_formal\";s:7:\"version\";s:5:\"3.0.0\";s:7:\"updated\";s:19:\"2018-04-03 18:38:42\";s:7:\"package\";s:84:\"https://downloads.wordpress.org/translation/plugin/buddypress/3.0.0/de_DE_formal.zip\";s:10:\"autoupdate\";b:1;}i:63;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:10:\"buddypress\";s:8:\"language\";s:2:\"el\";s:7:\"version\";s:5:\"3.0.0\";s:7:\"updated\";s:19:\"2018-04-03 18:38:44\";s:7:\"package\";s:74:\"https://downloads.wordpress.org/translation/plugin/buddypress/3.0.0/el.zip\";s:10:\"autoupdate\";b:1;}i:64;a:7:{s:4:\"typ
 e\";s:6:\"plugin\";s:4:\"slug\";s:10:\"buddypress\";s:8:\"language\";s:5:\"en_AU\";s:7:\"version\";s:5:\"4.3.0\";s:7:\"updated\";s:19:\"2019-02-20 16:12:08\";s:7:\"package\";s:77:\"https://downloads.wordpress.org/translation/plugin/buddypress/4.3.0/en_AU.zip\";s:10:\"autoupdate\";b:1;}i:65;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:10:\"buddypress\";s:8:\"language\";s:5:\"en_CA\";s:7:\"version\";s:5:\"4.3.0\";s:7:\"updated\";s:19:\"2019-02-20 16:12:11\";s:7:\"package\";s:77:\"https://downloads.wordpress.org/translation/plugin/buddypress/4.3.0/en_CA.zip\";s:10:\"autoupdate\";b:1;}i:66;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:10:\"buddypress\";s:8:\"language\";s:5:\"en
 _GB\";s:7:\"version\";s:5:\"4.3.0\";s:7:\"updated\";s:19:\"2019-02-20 18:55:27\";s:7:\"package\";s:77:\"https://downloads.wordpress.org/translation/plugin/buddypress/4.3.0/en_GB.zip\";s:10:\"autoupdate\";b:1;}i:67;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:10:\"buddypress\";s:8:\"language\";s:5:\"en_NZ\";s:7:\"version\";s:5:\"4.3.0\";s:7:\"updated\";s:19:\"2019-02-20 16:12:14\";s:7:\"package\";s:77:\"https://downloads.wordpress.org/translation/plugin/buddypress/4.3.0/en_NZ.zip\";s:10:\"autoupdate\";b:1;}i:68;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:10:\"buddypress\";s:8:\"language\";s:5:\"en_ZA\";s:7:\"version\";s:5:\"4.3.0\";s:7:\"updated\";s:19:\"2019-02-20 16:12:16\";s
 :7:\"package\";s:77:\"https://downloads.wordpress.org/translation/plugin/buddypress/4.3.0/en_ZA.zip\";s:10:\"autoupdate\";b:1;}i:69;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:10:\"buddypress\";s:8:\"language\";s:2:\"eo\";s:7:\"version\";s:5:\"4.3.0\";s:7:\"updated\";s:19:\"2018-06-13 11:11:21\";s:7:\"package\";s:74:\"https://downloads.wordpress.org/translation/plugin/buddypress/4.3.0/eo.zip\";s:10:\"autoupdate\";b:1;}i:70;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:10:\"buddypress\";s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:5:\"4.3.0\";s:7:\"updated\";s:19:\"2019-02-20 16:13:52\";s:7:\"package\";s:77:\"https://downloads.wordpress.org/translation/plugin/buddypress/4.3.0/es_ES.zip\";s:10:\&quot
 ;autoupdate\";b:1;}i:71;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:10:\"buddypress\";s:8:\"language\";s:5:\"fa_IR\";s:7:\"version\";s:5:\"3.0.0\";s:7:\"updated\";s:19:\"2018-04-07 10:06:04\";s:7:\"package\";s:77:\"https://downloads.wordpress.org/translation/plugin/buddypress/3.0.0/fa_IR.zip\";s:10:\"autoupdate\";b:1;}i:72;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:10:\"buddypress\";s:8:\"language\";s:2:\"fi\";s:7:\"version\";s:5:\"4.3.0\";s:7:\"updated\";s:19:\"2019-05-03 15:47:23\";s:7:\"package\";s:74:\"https://downloads.wordpress.org/translation/plugin/buddypress/4.3.0/fi.zip\";s:10:\"autoupdate\";b:1;}i:73;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:10:\"buddypress\&quot
 ;;s:8:\"language\";s:5:\"fr_FR\";s:7:\"version\";s:5:\"4.3.0\";s:7:\"updated\";s:19:\"2019-03-15 01:44:51\";s:7:\"package\";s:77:\"https://downloads.wordpress.org/translation/plugin/buddypress/4.3.0/fr_FR.zip\";s:10:\"autoupdate\";b:1;}i:74;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:10:\"buddypress\";s:8:\"language\";s:5:\"he_IL\";s:7:\"version\";s:5:\"3.0.0\";s:7:\"updated\";s:19:\"2018-05-11 09:33:23\";s:7:\"package\";s:77:\"https://downloads.wordpress.org/translation/plugin/buddypress/3.0.0/he_IL.zip\";s:10:\"autoupdate\";b:1;}i:75;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:10:\"buddypress\";s:8:\"language\";s:2:\"hr\";s:7:\"version\";s:5:\"2.4.3\";s:7:\"updated\";s
 :19:\"2015-11-25 20:26:10\";s:7:\"package\";s:74:\"https://downloads.wordpress.org/translation/plugin/buddypress/2.4.3/hr.zip\";s:10:\"autoupdate\";b:1;}i:76;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:10:\"buddypress\";s:8:\"language\";s:5:\"hu_HU\";s:7:\"version\";s:5:\"2.5.3\";s:7:\"updated\";s:19:\"2016-05-24 17:54:28\";s:7:\"package\";s:77:\"https://downloads.wordpress.org/translation/plugin/buddypress/2.5.3/hu_HU.zip\";s:10:\"autoupdate\";b:1;}i:77;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:10:\"buddypress\";s:8:\"language\";s:5:\"id_ID\";s:7:\"version\";s:3:\"2.2\";s:7:\"updated\";s:19:\"2015-06-06 00:05:16\";s:7:\"package\";s:75:\"https://downloads.wordpress.org/translation/plugin/buddy
 press/2.2/id_ID.zip\";s:10:\"autoupdate\";b:1;}i:78;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:10:\"buddypress\";s:8:\"language\";s:5:\"it_IT\";s:7:\"version\";s:5:\"3.0.0\";s:7:\"updated\";s:19:\"2018-04-03 18:38:55\";s:7:\"package\";s:77:\"https://downloads.wordpress.org/translation/plugin/buddypress/3.0.0/it_IT.zip\";s:10:\"autoupdate\";b:1;}i:79;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:10:\"buddypress\";s:8:\"language\";s:2:\"ja\";s:7:\"version\";s:5:\"3.0.0\";s:7:\"updated\";s:19:\"2018-04-03 18:38:57\";s:7:\"package\";s:74:\"https://downloads.wordpress.org/translation/plugin/buddypress/3.0.0/ja.zip\";s:10:\"autoupdate\";b:1;}i:80;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"sl
 ug\";s:10:\"buddypress\";s:8:\"language\";s:5:\"lt_LT\";s:7:\"version\";s:3:\"2.1\";s:7:\"updated\";s:19:\"2015-02-07 13:05:02\";s:7:\"package\";s:75:\"https://downloads.wordpress.org/translation/plugin/buddypress/2.1/lt_LT.zip\";s:10:\"autoupdate\";b:1;}i:81;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:10:\"buddypress\";s:8:\"language\";s:5:\"nb_NO\";s:7:\"version\";s:5:\"3.0.0\";s:7:\"updated\";s:19:\"2017-05-20 09:05:44\";s:7:\"package\";s:77:\"https://downloads.wordpress.org/translation/plugin/buddypress/3.0.0/nb_NO.zip\";s:10:\"autoupdate\";b:1;}i:82;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:10:\"buddypress\";s:8:\"language\";s:5:\"nl_NL\";s:7:\"version\";s:5:\"4.3
 .0\";s:7:\"updated\";s:19:\"2019-06-08 06:26:04\";s:7:\"package\";s:77:\"https://downloads.wordpress.org/translation/plugin/buddypress/4.3.0/nl_NL.zip\";s:10:\"autoupdate\";b:1;}i:83;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:10:\"buddypress\";s:8:\"language\";s:5:\"pt_BR\";s:7:\"version\";s:5:\"4.1.0\";s:7:\"updated\";s:19:\"2018-11-28 19:07:08\";s:7:\"package\";s:77:\"https://downloads.wordpress.org/translation/plugin/buddypress/4.1.0/pt_BR.zip\";s:10:\"autoupdate\";b:1;}i:84;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:10:\"buddypress\";s:8:\"language\";s:5:\"ro_RO\";s:7:\"version\";s:5:\"4.3.0\";s:7:\"updated\";s:19:\"2019-05-31 18:47:13\";s:7:\"package\";s:77:\"https://downlo
 ads.wordpress.org/translation/plugin/buddypress/4.3.0/ro_RO.zip\";s:10:\"autoupdate\";b:1;}i:85;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:10:\"buddypress\";s:8:\"language\";s:5:\"ru_RU\";s:7:\"version\";s:5:\"4.3.0\";s:7:\"updated\";s:19:\"2019-03-01 18:44:30\";s:7:\"package\";s:77:\"https://downloads.wordpress.org/translation/plugin/buddypress/4.3.0/ru_RU.zip\";s:10:\"autoupdate\";b:1;}i:86;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:10:\"buddypress\";s:8:\"language\";s:5:\"sv_SE\";s:7:\"version\";s:5:\"4.3.0\";s:7:\"updated\";s:19:\"2019-05-02 16:05:41\";s:7:\"package\";s:77:\"https://downloads.wordpress.org/translation/plugin/buddypress/4.3.0/sv_SE.zip\";s:10:\"autoupdate\";b:1;}i:87;a:7:{s:4:\"
 type\";s:6:\"plugin\";s:4:\"slug\";s:10:\"buddypress\";s:8:\"language\";s:5:\"tr_TR\";s:7:\"version\";s:5:\"4.3.0\";s:7:\"updated\";s:19:\"2019-03-17 21:42:21\";s:7:\"package\";s:77:\"https://downloads.wordpress.org/translation/plugin/buddypress/4.3.0/tr_TR.zip\";s:10:\"autoupdate\";b:1;}i:88;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:10:\"buddypress\";s:8:\"language\";s:2:\"vi\";s:7:\"version\";s:5:\"2.4.3\";s:7:\"updated\";s:19:\"2016-02-22 03:31:29\";s:7:\"package\";s:74:\"https://downloads.wordpress.org/translation/plugin/buddypress/2.4.3/vi.zip\";s:10:\"autoupdate\";b:1;}i:89;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:10:\"buddypress\";s:8:\"language\";s:5:\"zh_TW
 \";s:7:\"version\";s:5:\"3.0.0\";s:7:\"updated\";s:19:\"2018-04-03 18:38:16\";s:7:\"package\";s:77:\"https://downloads.wordpress.org/translation/plugin/buddypress/3.0.0/zh_TW.zip\";s:10:\"autoupdate\";b:1;}i:90;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:7:\"camptix\";s:8:\"language\";s:2:\"el\";s:7:\"version\";s:5:\"1.7.0\";s:7:\"updated\";s:19:\"2019-02-11 19:27:56\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/translation/plugin/camptix/1.7.0/el.zip\";s:10:\"autoupdate\";b:1;}i:91;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:7:\"camptix\";s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:5:\"1.7.0\";s:7:\"updated\";s:19:\"2019-05-20 21:20:53\";s:7:\"package\&q
 uot;;s:74:\"https://downloads.wordpress.org/translation/plugin/camptix/1.7.0/es_ES.zip\";s:10:\"autoupdate\";b:1;}i:92;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:14:\"classic-editor\";s:8:\"language\";s:2:\"ar\";s:7:\"version\";s:3:\"1.5\";s:7:\"updated\";s:19:\"2019-02-02 15:00:05\";s:7:\"package\";s:76:\"https://downloads.wordpress.org/translation/plugin/classic-editor/1.5/ar.zip\";s:10:\"autoupdate\";b:1;}i:93;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:14:\"classic-editor\";s:8:\"language\";s:2:\"bo\";s:7:\"version\";s:3:\"1.5\";s:7:\"updated\";s:19:\"2019-05-22 02:03:38\";s:7:\"package\";s:76:\"https://downloads.wordpress.org/translation/plugin/classic-editor/1.5/bo.zip\";s:10:\"autoupdate\";b:
 1;}i:94;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:14:\"classic-editor\";s:8:\"language\";s:2:\"ca\";s:7:\"version\";s:3:\"1.5\";s:7:\"updated\";s:19:\"2019-02-14 07:22:29\";s:7:\"package\";s:76:\"https://downloads.wordpress.org/translation/plugin/classic-editor/1.5/ca.zip\";s:10:\"autoupdate\";b:1;}i:95;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:14:\"classic-editor\";s:8:\"language\";s:5:\"cs_CZ\";s:7:\"version\";s:3:\"1.5\";s:7:\"updated\";s:19:\"2019-04-25 10:21:20\";s:7:\"package\";s:79:\"https://downloads.wordpress.org/translation/plugin/classic-editor/1.5/cs_CZ.zip\";s:10:\"autoupdate\";b:1;}i:96;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:14:\"classic-editor\";s:8:\&q
 uot;language\";s:2:\"cy\";s:7:\"version\";s:3:\"1.5\";s:7:\"updated\";s:19:\"2019-03-01 19:34:21\";s:7:\"package\";s:76:\"https://downloads.wordpress.org/translation/plugin/classic-editor/1.5/cy.zip\";s:10:\"autoupdate\";b:1;}i:97;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:14:\"classic-editor\";s:8:\"language\";s:5:\"da_DK\";s:7:\"version\";s:3:\"1.3\";s:7:\"updated\";s:19:\"2018-12-09 10:13:35\";s:7:\"package\";s:79:\"https://downloads.wordpress.org/translation/plugin/classic-editor/1.3/da_DK.zip\";s:10:\"autoupdate\";b:1;}i:98;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:14:\"classic-editor\";s:8:\"language\";s:5:\"de_CH\";s:7:\"version\";s:3:\"1.3\";s:7:\"updated\";s:19:\&
 quot;2019-01-25 14:05:12\";s:7:\"package\";s:79:\"https://downloads.wordpress.org/translation/plugin/classic-editor/1.3/de_CH.zip\";s:10:\"autoupdate\";b:1;}i:99;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:14:\"classic-editor\";s:8:\"language\";s:14:\"de_CH_informal\";s:7:\"version\";s:3:\"1.3\";s:7:\"updated\";s:19:\"2019-01-25 14:05:38\";s:7:\"package\";s:88:\"https://downloads.wordpress.org/translation/plugin/classic-editor/1.3/de_CH_informal.zip\";s:10:\"autoupdate\";b:1;}i:100;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:14:\"classic-editor\";s:8:\"language\";s:5:\"de_DE\";s:7:\"version\";s:3:\"1.5\";s:7:\"updated\";s:19:\"2019-02-03 10:03:56\";s:7:\"package\";s:79:\"https://downloads.wordpress.o
 rg/translation/plugin/classic-editor/1.5/de_DE.zip\";s:10:\"autoupdate\";b:1;}i:101;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:14:\"classic-editor\";s:8:\"language\";s:12:\"de_DE_formal\";s:7:\"version\";s:3:\"1.5\";s:7:\"updated\";s:19:\"2019-02-03 10:06:24\";s:7:\"package\";s:86:\"https://downloads.wordpress.org/translation/plugin/classic-editor/1.5/de_DE_formal.zip\";s:10:\"autoupdate\";b:1;}i:102;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:14:\"classic-editor\";s:8:\"language\";s:2:\"el\";s:7:\"version\";s:3:\"1.5\";s:7:\"updated\";s:19:\"2019-04-22 08:15:18\";s:7:\"package\";s:76:\"https://downloads.wordpress.org/translation/plugin/classic-editor/1.5/el.zip\";s:10:\"autoupdate\";b:1;}i:103;a:7:{s:4:
 \"type\";s:6:\"plugin\";s:4:\"slug\";s:14:\"classic-editor\";s:8:\"language\";s:5:\"en_AU\";s:7:\"version\";s:3:\"1.5\";s:7:\"updated\";s:19:\"2019-02-02 15:00:11\";s:7:\"package\";s:79:\"https://downloads.wordpress.org/translation/plugin/classic-editor/1.5/en_AU.zip\";s:10:\"autoupdate\";b:1;}i:104;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:14:\"classic-editor\";s:8:\"language\";s:5:\"en_CA\";s:7:\"version\";s:3:\"1.5\";s:7:\"updated\";s:19:\"2019-02-02 15:00:12\";s:7:\"package\";s:79:\"https://downloads.wordpress.org/translation/plugin/classic-editor/1.5/en_CA.zip\";s:10:\"autoupdate\";b:1;}i:105;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:14:\"classic-editor\";s:8:\"langu
 age\";s:5:\"en_GB\";s:7:\"version\";s:3:\"1.5\";s:7:\"updated\";s:19:\"2019-02-02 15:00:14\";s:7:\"package\";s:79:\"https://downloads.wordpress.org/translation/plugin/classic-editor/1.5/en_GB.zip\";s:10:\"autoupdate\";b:1;}i:106;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:14:\"classic-editor\";s:8:\"language\";s:5:\"en_NZ\";s:7:\"version\";s:3:\"1.5\";s:7:\"updated\";s:19:\"2019-02-02 15:00:13\";s:7:\"package\";s:79:\"https://downloads.wordpress.org/translation/plugin/classic-editor/1.5/en_NZ.zip\";s:10:\"autoupdate\";b:1;}i:107;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:14:\"classic-editor\";s:8:\"language\";s:5:\"en_ZA\";s:7:\"version\";s:3:\"1.5\";s:7:\"updated\";s:19:\&q
 uot;2019-02-05 16:50:58\";s:7:\"package\";s:79:\"https://downloads.wordpress.org/translation/plugin/classic-editor/1.5/en_ZA.zip\";s:10:\"autoupdate\";b:1;}i:108;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:14:\"classic-editor\";s:8:\"language\";s:5:\"es_AR\";s:7:\"version\";s:3:\"1.1\";s:7:\"updated\";s:19:\"2018-12-07 22:48:38\";s:7:\"package\";s:79:\"https://downloads.wordpress.org/translation/plugin/classic-editor/1.1/es_AR.zip\";s:10:\"autoupdate\";b:1;}i:109;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:14:\"classic-editor\";s:8:\"language\";s:5:\"es_CL\";s:7:\"version\";s:3:\"1.3\";s:7:\"updated\";s:19:\"2018-12-26 15:18:58\";s:7:\"package\";s:79:\"https://downloads.wordpress.org/translation/plug
 in/classic-editor/1.3/es_CL.zip\";s:10:\"autoupdate\";b:1;}i:110;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:14:\"classic-editor\";s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:3:\"1.5\";s:7:\"updated\";s:19:\"2019-02-02 16:28:51\";s:7:\"package\";s:79:\"https://downloads.wordpress.org/translation/plugin/classic-editor/1.5/es_ES.zip\";s:10:\"autoupdate\";b:1;}i:111;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:14:\"classic-editor\";s:8:\"language\";s:5:\"es_MX\";s:7:\"version\";s:3:\"0.5\";s:7:\"updated\";s:19:\"2018-11-15 18:16:10\";s:7:\"package\";s:79:\"https://downloads.wordpress.org/translation/plugin/classic-editor/0.5/es_MX.zip\";s:10:\"autoupdate\";b:1;}i:112;a:7:{s:4:\"type\";s:6:\&quo
 t;plugin\";s:4:\"slug\";s:14:\"classic-editor\";s:8:\"language\";s:5:\"fa_IR\";s:7:\"version\";s:3:\"1.5\";s:7:\"updated\";s:19:\"2019-02-19 16:46:38\";s:7:\"package\";s:79:\"https://downloads.wordpress.org/translation/plugin/classic-editor/1.5/fa_IR.zip\";s:10:\"autoupdate\";b:1;}i:113;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:14:\"classic-editor\";s:8:\"language\";s:5:\"fr_CA\";s:7:\"version\";s:3:\"1.5\";s:7:\"updated\";s:19:\"2019-04-16 01:20:19\";s:7:\"package\";s:79:\"https://downloads.wordpress.org/translation/plugin/classic-editor/1.5/fr_CA.zip\";s:10:\"autoupdate\";b:1;}i:114;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:14:\"classic-editor\";s:8:\"language\";s:5:\"fr_FR\
 ";s:7:\"version\";s:3:\"1.5\";s:7:\"updated\";s:19:\"2019-04-18 15:05:07\";s:7:\"package\";s:79:\"https://downloads.wordpress.org/translation/plugin/classic-editor/1.5/fr_FR.zip\";s:10:\"autoupdate\";b:1;}i:115;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:14:\"classic-editor\";s:8:\"language\";s:5:\"gl_ES\";s:7:\"version\";s:3:\"1.5\";s:7:\"updated\";s:19:\"2019-02-16 08:10:42\";s:7:\"package\";s:79:\"https://downloads.wordpress.org/translation/plugin/classic-editor/1.5/gl_ES.zip\";s:10:\"autoupdate\";b:1;}i:116;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:14:\"classic-editor\";s:8:\"language\";s:5:\"he_IL\";s:7:\"version\";s:3:\"1.5\";s:7:\"updated\";s:19:\"2019-04-20 16:41:07\&quo
 t;;s:7:\"package\";s:79:\"https://downloads.wordpress.org/translation/plugin/classic-editor/1.5/he_IL.zip\";s:10:\"autoupdate\";b:1;}i:117;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:14:\"classic-editor\";s:8:\"language\";s:2:\"hr\";s:7:\"version\";s:3:\"1.5\";s:7:\"updated\";s:19:\"2019-05-11 17:35:17\";s:7:\"package\";s:76:\"https://downloads.wordpress.org/translation/plugin/classic-editor/1.5/hr.zip\";s:10:\"autoupdate\";b:1;}i:118;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:14:\"classic-editor\";s:8:\"language\";s:5:\"hu_HU\";s:7:\"version\";s:3:\"1.5\";s:7:\"updated\";s:19:\"2019-02-18 21:20:35\";s:7:\"package\";s:79:\"https://downloads.wordpress.org/translation/plugin/classic-editor/1.5/hu_HU.zip\&q
 uot;;s:10:\"autoupdate\";b:1;}i:119;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:14:\"classic-editor\";s:8:\"language\";s:5:\"it_IT\";s:7:\"version\";s:3:\"1.5\";s:7:\"updated\";s:19:\"2019-02-02 15:00:22\";s:7:\"package\";s:79:\"https://downloads.wordpress.org/translation/plugin/classic-editor/1.5/it_IT.zip\";s:10:\"autoupdate\";b:1;}i:120;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:14:\"classic-editor\";s:8:\"language\";s:2:\"ja\";s:7:\"version\";s:3:\"1.5\";s:7:\"updated\";s:19:\"2019-06-16 10:08:45\";s:7:\"package\";s:76:\"https://downloads.wordpress.org/translation/plugin/classic-editor/1.5/ja.zip\";s:10:\"autoupdate\";b:1;}i:121;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s
 :14:\"classic-editor\";s:8:\"language\";s:5:\"ko_KR\";s:7:\"version\";s:3:\"0.5\";s:7:\"updated\";s:19:\"2018-07-24 07:25:10\";s:7:\"package\";s:79:\"https://downloads.wordpress.org/translation/plugin/classic-editor/0.5/ko_KR.zip\";s:10:\"autoupdate\";b:1;}i:122;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:14:\"classic-editor\";s:8:\"language\";s:5:\"lt_LT\";s:7:\"version\";s:3:\"1.3\";s:7:\"updated\";s:19:\"2018-12-16 19:17:02\";s:7:\"package\";s:79:\"https://downloads.wordpress.org/translation/plugin/classic-editor/1.3/lt_LT.zip\";s:10:\"autoupdate\";b:1;}i:123;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:14:\"classic-editor\";s:8:\"language\";s:5:\"nb_NO\";s:7:\"version\";s:3:\&q
 uot;1.5\";s:7:\"updated\";s:19:\"2019-02-15 21:39:37\";s:7:\"package\";s:79:\"https://downloads.wordpress.org/translation/plugin/classic-editor/1.5/nb_NO.zip\";s:10:\"autoupdate\";b:1;}i:124;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:14:\"classic-editor\";s:8:\"language\";s:5:\"nl_NL\";s:7:\"version\";s:3:\"1.3\";s:7:\"updated\";s:19:\"2019-01-08 15:24:42\";s:7:\"package\";s:79:\"https://downloads.wordpress.org/translation/plugin/classic-editor/1.3/nl_NL.zip\";s:10:\"autoupdate\";b:1;}i:125;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:14:\"classic-editor\";s:8:\"language\";s:5:\"pl_PL\";s:7:\"version\";s:3:\"0.5\";s:7:\"updated\";s:19:\"2018-07-22 18:58:05\";s:7:\"package\";s:79:\&quot
 ;https://downloads.wordpress.org/translation/plugin/classic-editor/0.5/pl_PL.zip\";s:10:\"autoupdate\";b:1;}i:126;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:14:\"classic-editor\";s:8:\"language\";s:5:\"pt_BR\";s:7:\"version\";s:3:\"1.5\";s:7:\"updated\";s:19:\"2019-06-16 00:08:47\";s:7:\"package\";s:79:\"https://downloads.wordpress.org/translation/plugin/classic-editor/1.5/pt_BR.zip\";s:10:\"autoupdate\";b:1;}i:127;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:14:\"classic-editor\";s:8:\"language\";s:5:\"pt_PT\";s:7:\"version\";s:3:\"1.5\";s:7:\"updated\";s:19:\"2019-02-12 17:31:06\";s:7:\"package\";s:79:\"https://downloads.wordpress.org/translation/plugin/classic-editor/1.5/pt_PT.zip\";s:10:\"autoupdate\"
 ;b:1;}i:128;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:14:\"classic-editor\";s:8:\"language\";s:5:\"ro_RO\";s:7:\"version\";s:3:\"1.3\";s:7:\"updated\";s:19:\"2018-12-10 08:03:35\";s:7:\"package\";s:79:\"https://downloads.wordpress.org/translation/plugin/classic-editor/1.3/ro_RO.zip\";s:10:\"autoupdate\";b:1;}i:129;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:14:\"classic-editor\";s:8:\"language\";s:5:\"ru_RU\";s:7:\"version\";s:3:\"1.5\";s:7:\"updated\";s:19:\"2019-02-20 19:00:57\";s:7:\"package\";s:79:\"https://downloads.wordpress.org/translation/plugin/classic-editor/1.5/ru_RU.zip\";s:10:\"autoupdate\";b:1;}i:130;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:14:\"classic-editor\&q
 uot;;s:8:\"language\";s:2:\"sq\";s:7:\"version\";s:3:\"1.5\";s:7:\"updated\";s:19:\"2019-03-23 12:08:25\";s:7:\"package\";s:76:\"https://downloads.wordpress.org/translation/plugin/classic-editor/1.5/sq.zip\";s:10:\"autoupdate\";b:1;}i:131;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:14:\"classic-editor\";s:8:\"language\";s:5:\"sr_RS\";s:7:\"version\";s:3:\"1.5\";s:7:\"updated\";s:19:\"2019-05-11 12:55:20\";s:7:\"package\";s:79:\"https://downloads.wordpress.org/translation/plugin/classic-editor/1.5/sr_RS.zip\";s:10:\"autoupdate\";b:1;}i:132;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:14:\"classic-editor\";s:8:\"language\";s:5:\"sv_SE\";s:7:\"version\";s:3:\"1.5\";s:7:\"updated\
 ";s:19:\"2019-02-02 16:57:45\";s:7:\"package\";s:79:\"https://downloads.wordpress.org/translation/plugin/classic-editor/1.5/sv_SE.zip\";s:10:\"autoupdate\";b:1;}i:133;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:14:\"classic-editor\";s:8:\"language\";s:2:\"th\";s:7:\"version\";s:3:\"1.5\";s:7:\"updated\";s:19:\"2019-06-09 09:27:43\";s:7:\"package\";s:76:\"https://downloads.wordpress.org/translation/plugin/classic-editor/1.5/th.zip\";s:10:\"autoupdate\";b:1;}i:134;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:14:\"classic-editor\";s:8:\"language\";s:5:\"tr_TR\";s:7:\"version\";s:3:\"1.5\";s:7:\"updated\";s:19:\"2019-03-26 12:14:00\";s:7:\"package\";s:79:\"https://downloads.wordpress.org/transla
 tion/plugin/classic-editor/1.5/tr_TR.zip\";s:10:\"autoupdate\";b:1;}i:135;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:14:\"classic-editor\";s:8:\"language\";s:2:\"uk\";s:7:\"version\";s:3:\"1.5\";s:7:\"updated\";s:19:\"2019-02-26 21:51:32\";s:7:\"package\";s:76:\"https://downloads.wordpress.org/translation/plugin/classic-editor/1.5/uk.zip\";s:10:\"autoupdate\";b:1;}i:136;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:14:\"classic-editor\";s:8:\"language\";s:2:\"vi\";s:7:\"version\";s:3:\"1.5\";s:7:\"updated\";s:19:\"2019-05-02 05:32:09\";s:7:\"package\";s:76:\"https://downloads.wordpress.org/translation/plugin/classic-editor/1.5/vi.zip\";s:10:\"autoupdate\";b:1;}i:137;a:7:{s:4:\"type\";s:6:\"p
 lugin\";s:4:\"slug\";s:14:\"classic-editor\";s:8:\"language\";s:5:\"zh_CN\";s:7:\"version\";s:3:\"1.3\";s:7:\"updated\";s:19:\"2018-12-10 20:03:27\";s:7:\"package\";s:79:\"https://downloads.wordpress.org/translation/plugin/classic-editor/1.3/zh_CN.zip\";s:10:\"autoupdate\";b:1;}i:138;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:14:\"classic-editor\";s:8:\"language\";s:5:\"zh_HK\";s:7:\"version\";s:3:\"0.5\";s:7:\"updated\";s:19:\"2018-12-02 16:17:22\";s:7:\"package\";s:79:\"https://downloads.wordpress.org/translation/plugin/classic-editor/0.5/zh_HK.zip\";s:10:\"autoupdate\";b:1;}i:139;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:14:\"classic-editor\";s:8:\"language\";s:5:\"zh_TW\&qu
 ot;;s:7:\"version\";s:3:\"1.5\";s:7:\"updated\";s:19:\"2019-04-23 05:40:22\";s:7:\"package\";s:79:\"https://downloads.wordpress.org/translation/plugin/classic-editor/1.5/zh_TW.zip\";s:10:\"autoupdate\";b:1;}i:140;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:9:\"edit-flow\";s:8:\"language\";s:5:\"pt_BR\";s:7:\"version\";s:3:\"0.9\";s:7:\"updated\";s:19:\"2018-11-30 17:21:16\";s:7:\"package\";s:74:\"https://downloads.wordpress.org/translation/plugin/edit-flow/0.9/pt_BR.zip\";s:10:\"autoupdate\";b:1;}i:141;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:9:\"edit-flow\";s:8:\"language\";s:5:\"ru_RU\";s:7:\"version\";s:3:\"0.9\";s:7:\"updated\";s:19:\"2018-12-28 14:03:59\";s:7:\"packag
 e\";s:74:\"https://downloads.wordpress.org/translation/plugin/edit-flow/0.9/ru_RU.zip\";s:10:\"autoupdate\";b:1;}i:142;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:9:\"gutenberg\";s:8:\"language\";s:2:\"ar\";s:7:\"version\";s:5:\"5.9.2\";s:7:\"updated\";s:19:\"2019-06-12 22:58:33\";s:7:\"package\";s:73:\"https://downloads.wordpress.org/translation/plugin/gutenberg/5.9.2/ar.zip\";s:10:\"autoupdate\";b:1;}i:143;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:9:\"gutenberg\";s:8:\"language\";s:2:\"bo\";s:7:\"version\";s:5:\"5.9.2\";s:7:\"updated\";s:19:\"2019-06-13 00:28:52\";s:7:\"package\";s:73:\"https://downloads.wordpress.org/translation/plugin/gutenberg/5.9.2/bo.zip\";s:10:\"autoupdate\";b:1;}i:144
 ;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:9:\"gutenberg\";s:8:\"language\";s:2:\"ca\";s:7:\"version\";s:5:\"5.0.0\";s:7:\"updated\";s:19:\"2019-01-08 05:34:59\";s:7:\"package\";s:73:\"https://downloads.wordpress.org/translation/plugin/gutenberg/5.0.0/ca.zip\";s:10:\"autoupdate\";b:1;}i:145;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:9:\"gutenberg\";s:8:\"language\";s:5:\"cs_CZ\";s:7:\"version\";s:5:\"5.9.2\";s:7:\"updated\";s:19:\"2019-06-19 15:35:37\";s:7:\"package\";s:76:\"https://downloads.wordpress.org/translation/plugin/gutenberg/5.9.2/cs_CZ.zip\";s:10:\"autoupdate\";b:1;}i:146;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:9:\"gutenberg\";s:8:\"language\";s:2:\
 "cy\";s:7:\"version\";s:5:\"5.9.2\";s:7:\"updated\";s:19:\"2019-06-04 10:36:25\";s:7:\"package\";s:73:\"https://downloads.wordpress.org/translation/plugin/gutenberg/5.9.2/cy.zip\";s:10:\"autoupdate\";b:1;}i:147;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:9:\"gutenberg\";s:8:\"language\";s:5:\"de_DE\";s:7:\"version\";s:5:\"5.9.2\";s:7:\"updated\";s:19:\"2019-06-12 18:39:30\";s:7:\"package\";s:76:\"https://downloads.wordpress.org/translation/plugin/gutenberg/5.9.2/de_DE.zip\";s:10:\"autoupdate\";b:1;}i:148;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:9:\"gutenberg\";s:8:\"language\";s:12:\"de_DE_formal\";s:7:\"version\";s:5:\"4.1.1\";s:7:\"updated\";s:19:\"2018-10-25 19:01:01\&q
 uot;;s:7:\"package\";s:83:\"https://downloads.wordpress.org/translation/plugin/gutenberg/4.1.1/de_DE_formal.zip\";s:10:\"autoupdate\";b:1;}i:149;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:9:\"gutenberg\";s:8:\"language\";s:5:\"en_AU\";s:7:\"version\";s:5:\"5.9.2\";s:7:\"updated\";s:19:\"2019-06-12 23:45:12\";s:7:\"package\";s:76:\"https://downloads.wordpress.org/translation/plugin/gutenberg/5.9.2/en_AU.zip\";s:10:\"autoupdate\";b:1;}i:150;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:9:\"gutenberg\";s:8:\"language\";s:5:\"en_CA\";s:7:\"version\";s:5:\"5.9.2\";s:7:\"updated\";s:19:\"2019-06-24 23:29:13\";s:7:\"package\";s:76:\"https://downloads.wordpress.org/translation/plugin/gutenberg/5.9.2/en_CA.zip\&quo
 t;;s:10:\"autoupdate\";b:1;}i:151;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:9:\"gutenberg\";s:8:\"language\";s:5:\"en_GB\";s:7:\"version\";s:5:\"5.9.2\";s:7:\"updated\";s:19:\"2019-06-12 17:16:47\";s:7:\"package\";s:76:\"https://downloads.wordpress.org/translation/plugin/gutenberg/5.9.2/en_GB.zip\";s:10:\"autoupdate\";b:1;}i:152;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:9:\"gutenberg\";s:8:\"language\";s:5:\"en_NZ\";s:7:\"version\";s:5:\"5.9.2\";s:7:\"updated\";s:19:\"2019-06-12 23:44:38\";s:7:\"package\";s:76:\"https://downloads.wordpress.org/translation/plugin/gutenberg/5.9.2/en_NZ.zip\";s:10:\"autoupdate\";b:1;}i:153;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:9:\"
 gutenberg\";s:8:\"language\";s:5:\"en_ZA\";s:7:\"version\";s:5:\"5.6.1\";s:7:\"updated\";s:19:\"2019-03-23 00:51:34\";s:7:\"package\";s:76:\"https://downloads.wordpress.org/translation/plugin/gutenberg/5.6.1/en_ZA.zip\";s:10:\"autoupdate\";b:1;}i:154;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:9:\"gutenberg\";s:8:\"language\";s:5:\"es_AR\";s:7:\"version\";s:5:\"5.0.0\";s:7:\"updated\";s:19:\"2018-11-23 20:23:34\";s:7:\"package\";s:76:\"https://downloads.wordpress.org/translation/plugin/gutenberg/5.0.0/es_AR.zip\";s:10:\"autoupdate\";b:1;}i:155;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:9:\"gutenberg\";s:8:\"language\";s:5:\"es_CL\";s:7:\"version\";s:5:\"5.0.0\";s:7:\"up
 dated\";s:19:\"2018-12-18 14:28:55\";s:7:\"package\";s:76:\"https://downloads.wordpress.org/translation/plugin/gutenberg/5.0.0/es_CL.zip\";s:10:\"autoupdate\";b:1;}i:156;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:9:\"gutenberg\";s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:5:\"5.9.2\";s:7:\"updated\";s:19:\"2019-06-12 13:59:01\";s:7:\"package\";s:76:\"https://downloads.wordpress.org/translation/plugin/gutenberg/5.9.2/es_ES.zip\";s:10:\"autoupdate\";b:1;}i:157;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:9:\"gutenberg\";s:8:\"language\";s:5:\"fa_IR\";s:7:\"version\";s:5:\"5.9.2\";s:7:\"updated\";s:19:\"2019-06-09 15:42:39\";s:7:\"package\";s:76:\"https://downloads.wordpress.org/translati
 on/plugin/gutenberg/5.9.2/fa_IR.zip\";s:10:\"autoupdate\";b:1;}i:158;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:9:\"gutenberg\";s:8:\"language\";s:5:\"fr_FR\";s:7:\"version\";s:5:\"5.9.2\";s:7:\"updated\";s:19:\"2019-06-12 15:58:16\";s:7:\"package\";s:76:\"https://downloads.wordpress.org/translation/plugin/gutenberg/5.9.2/fr_FR.zip\";s:10:\"autoupdate\";b:1;}i:159;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:9:\"gutenberg\";s:8:\"language\";s:5:\"gl_ES\";s:7:\"version\";s:5:\"5.8.0\";s:7:\"updated\";s:19:\"2019-04-17 12:51:58\";s:7:\"package\";s:76:\"https://downloads.wordpress.org/translation/plugin/gutenberg/5.8.0/gl_ES.zip\";s:10:\"autoupdate\";b:1;}i:160;a:7:{s:4:\"type\";s:6:\"plugin\&
 quot;;s:4:\"slug\";s:9:\"gutenberg\";s:8:\"language\";s:2:\"hr\";s:7:\"version\";s:5:\"5.8.0\";s:7:\"updated\";s:19:\"2019-05-31 08:29:06\";s:7:\"package\";s:73:\"https://downloads.wordpress.org/translation/plugin/gutenberg/5.8.0/hr.zip\";s:10:\"autoupdate\";b:1;}i:161;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:9:\"gutenberg\";s:8:\"language\";s:5:\"it_IT\";s:7:\"version\";s:5:\"5.9.2\";s:7:\"updated\";s:19:\"2019-06-13 10:51:35\";s:7:\"package\";s:76:\"https://downloads.wordpress.org/translation/plugin/gutenberg/5.9.2/it_IT.zip\";s:10:\"autoupdate\";b:1;}i:162;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:9:\"gutenberg\";s:8:\"language\";s:2:\"ja\";s:7:\"version\";s:5:\&
 quot;5.9.2\";s:7:\"updated\";s:19:\"2019-06-08 13:09:31\";s:7:\"package\";s:73:\"https://downloads.wordpress.org/translation/plugin/gutenberg/5.9.2/ja.zip\";s:10:\"autoupdate\";b:1;}i:163;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:9:\"gutenberg\";s:8:\"language\";s:5:\"ka_GE\";s:7:\"version\";s:5:\"5.0.0\";s:7:\"updated\";s:19:\"2018-12-18 07:03:37\";s:7:\"package\";s:76:\"https://downloads.wordpress.org/translation/plugin/gutenberg/5.0.0/ka_GE.zip\";s:10:\"autoupdate\";b:1;}i:164;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:9:\"gutenberg\";s:8:\"language\";s:5:\"nb_NO\";s:7:\"version\";s:5:\"5.9.2\";s:7:\"updated\";s:19:\"2019-05-22 23:33:22\";s:7:\"package\";s:76:\"https://downl
 oads.wordpress.org/translation/plugin/gutenberg/5.9.2/nb_NO.zip\";s:10:\"autoupdate\";b:1;}i:165;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:9:\"gutenberg\";s:8:\"language\";s:5:\"nl_NL\";s:7:\"version\";s:5:\"5.9.2\";s:7:\"updated\";s:19:\"2019-06-12 15:34:27\";s:7:\"package\";s:76:\"https://downloads.wordpress.org/translation/plugin/gutenberg/5.9.2/nl_NL.zip\";s:10:\"autoupdate\";b:1;}i:166;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:9:\"gutenberg\";s:8:\"language\";s:5:\"pt_BR\";s:7:\"version\";s:5:\"4.1.1\";s:7:\"updated\";s:19:\"2018-11-01 18:55:59\";s:7:\"package\";s:76:\"https://downloads.wordpress.org/translation/plugin/gutenberg/4.1.1/pt_BR.zip\";s:10:\"autoupdate\";b:1;}i:167;a:7:{s:4:\"typ
 e\";s:6:\"plugin\";s:4:\"slug\";s:9:\"gutenberg\";s:8:\"language\";s:5:\"ru_RU\";s:7:\"version\";s:5:\"5.9.2\";s:7:\"updated\";s:19:\"2019-06-12 22:14:28\";s:7:\"package\";s:76:\"https://downloads.wordpress.org/translation/plugin/gutenberg/5.9.2/ru_RU.zip\";s:10:\"autoupdate\";b:1;}i:168;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:9:\"gutenberg\";s:8:\"language\";s:5:\"sk_SK\";s:7:\"version\";s:5:\"5.0.0\";s:7:\"updated\";s:19:\"2019-01-19 15:00:49\";s:7:\"package\";s:76:\"https://downloads.wordpress.org/translation/plugin/gutenberg/5.0.0/sk_SK.zip\";s:10:\"autoupdate\";b:1;}i:169;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:9:\"gutenberg\";s:8:\"language\";s:2:\"sq\&quot
 ;;s:7:\"version\";s:5:\"5.6.1\";s:7:\"updated\";s:19:\"2019-04-23 09:51:29\";s:7:\"package\";s:73:\"https://downloads.wordpress.org/translation/plugin/gutenberg/5.6.1/sq.zip\";s:10:\"autoupdate\";b:1;}i:170;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:9:\"gutenberg\";s:8:\"language\";s:5:\"sr_RS\";s:7:\"version\";s:5:\"5.0.0\";s:7:\"updated\";s:19:\"2018-12-05 23:17:27\";s:7:\"package\";s:76:\"https://downloads.wordpress.org/translation/plugin/gutenberg/5.0.0/sr_RS.zip\";s:10:\"autoupdate\";b:1;}i:171;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:9:\"gutenberg\";s:8:\"language\";s:5:\"sv_SE\";s:7:\"version\";s:5:\"5.9.2\";s:7:\"updated\";s:19:\"2019-06-14 10:09:09\";s:7:\"packag
 e\";s:76:\"https://downloads.wordpress.org/translation/plugin/gutenberg/5.9.2/sv_SE.zip\";s:10:\"autoupdate\";b:1;}i:172;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:9:\"gutenberg\";s:8:\"language\";s:5:\"tr_TR\";s:7:\"version\";s:5:\"5.0.0\";s:7:\"updated\";s:19:\"2019-01-24 11:50:07\";s:7:\"package\";s:76:\"https://downloads.wordpress.org/translation/plugin/gutenberg/5.0.0/tr_TR.zip\";s:10:\"autoupdate\";b:1;}i:173;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:9:\"gutenberg\";s:8:\"language\";s:2:\"uk\";s:7:\"version\";s:5:\"5.9.2\";s:7:\"updated\";s:19:\"2019-06-17 19:30:25\";s:7:\"package\";s:73:\"https://downloads.wordpress.org/translation/plugin/gutenberg/5.9.2/uk.zip\";s:10:\"autoupdate\";b:
 1;}i:174;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:9:\"gutenberg\";s:8:\"language\";s:5:\"zh_TW\";s:7:\"version\";s:5:\"5.9.2\";s:7:\"updated\";s:19:\"2019-06-13 13:45:28\";s:7:\"package\";s:76:\"https://downloads.wordpress.org/translation/plugin/gutenberg/5.9.2/zh_TW.zip\";s:10:\"autoupdate\";b:1;}i:175;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:7:\"jetpack\";s:8:\"language\";s:2:\"ar\";s:7:\"version\";s:5:\"7.4.1\";s:7:\"updated\";s:19:\"2019-06-11 09:54:09\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/translation/plugin/jetpack/7.4.1/ar.zip\";s:10:\"autoupdate\";b:1;}i:176;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:7:\"jetpack\";s:8:\"language\";s:5
 :\"de_DE\";s:7:\"version\";s:5:\"7.4.1\";s:7:\"updated\";s:19:\"2019-06-21 14:46:10\";s:7:\"package\";s:74:\"https://downloads.wordpress.org/translation/plugin/jetpack/7.4.1/de_DE.zip\";s:10:\"autoupdate\";b:1;}i:177;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:7:\"jetpack\";s:8:\"language\";s:5:\"en_AU\";s:7:\"version\";s:5:\"7.4.1\";s:7:\"updated\";s:19:\"2019-06-06 23:18:06\";s:7:\"package\";s:74:\"https://downloads.wordpress.org/translation/plugin/jetpack/7.4.1/en_AU.zip\";s:10:\"autoupdate\";b:1;}i:178;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:7:\"jetpack\";s:8:\"language\";s:5:\"en_CA\";s:7:\"version\";s:5:\"7.4.1\";s:7:\"updated\";s:19:\"2019-06-24 23:31:17\";s:7
 :\"package\";s:74:\"https://downloads.wordpress.org/translation/plugin/jetpack/7.4.1/en_CA.zip\";s:10:\"autoupdate\";b:1;}i:179;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:7:\"jetpack\";s:8:\"language\";s:5:\"en_GB\";s:7:\"version\";s:5:\"7.4.1\";s:7:\"updated\";s:19:\"2019-06-04 15:33:05\";s:7:\"package\";s:74:\"https://downloads.wordpress.org/translation/plugin/jetpack/7.4.1/en_GB.zip\";s:10:\"autoupdate\";b:1;}i:180;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:7:\"jetpack\";s:8:\"language\";s:5:\"en_NZ\";s:7:\"version\";s:5:\"7.4.1\";s:7:\"updated\";s:19:\"2019-06-06 23:19:19\";s:7:\"package\";s:74:\"https://downloads.wordpress.org/translation/plugin/jetpack/7.4.1/en_NZ.zip\";s:10:\"autoupdate
 \";b:1;}i:181;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:7:\"jetpack\";s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:5:\"7.4.1\";s:7:\"updated\";s:19:\"2019-06-04 13:43:52\";s:7:\"package\";s:74:\"https://downloads.wordpress.org/translation/plugin/jetpack/7.4.1/es_ES.zip\";s:10:\"autoupdate\";b:1;}i:182;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:7:\"jetpack\";s:8:\"language\";s:5:\"es_PE\";s:7:\"version\";s:5:\"7.4.1\";s:7:\"updated\";s:19:\"2019-06-12 21:44:26\";s:7:\"package\";s:74:\"https://downloads.wordpress.org/translation/plugin/jetpack/7.4.1/es_PE.zip\";s:10:\"autoupdate\";b:1;}i:183;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:7:\"jetpack\";s:8:\"languag
 e\";s:5:\"fr_FR\";s:7:\"version\";s:5:\"7.4.1\";s:7:\"updated\";s:19:\"2019-06-18 15:54:09\";s:7:\"package\";s:74:\"https://downloads.wordpress.org/translation/plugin/jetpack/7.4.1/fr_FR.zip\";s:10:\"autoupdate\";b:1;}i:184;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:7:\"jetpack\";s:8:\"language\";s:5:\"he_IL\";s:7:\"version\";s:5:\"7.4.1\";s:7:\"updated\";s:19:\"2019-06-11 10:54:10\";s:7:\"package\";s:74:\"https://downloads.wordpress.org/translation/plugin/jetpack/7.4.1/he_IL.zip\";s:10:\"autoupdate\";b:1;}i:185;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:7:\"jetpack\";s:8:\"language\";s:2:\"hr\";s:7:\"version\";s:5:\"7.3.0\";s:7:\"updated\";s:19:\"2019-04-05 07:18:48\&
 quot;;s:7:\"package\";s:71:\"https://downloads.wordpress.org/translation/plugin/jetpack/7.3.0/hr.zip\";s:10:\"autoupdate\";b:1;}i:186;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:7:\"jetpack\";s:8:\"language\";s:5:\"id_ID\";s:7:\"version\";s:5:\"7.4.1\";s:7:\"updated\";s:19:\"2019-06-05 10:54:11\";s:7:\"package\";s:74:\"https://downloads.wordpress.org/translation/plugin/jetpack/7.4.1/id_ID.zip\";s:10:\"autoupdate\";b:1;}i:187;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:7:\"jetpack\";s:8:\"language\";s:5:\"it_IT\";s:7:\"version\";s:5:\"7.4.1\";s:7:\"updated\";s:19:\"2019-06-20 09:12:03\";s:7:\"package\";s:74:\"https://downloads.wordpress.org/translation/plugin/jetpack/7.4.1/it_IT.zip\";s:10:\"auto
 update\";b:1;}i:188;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:7:\"jetpack\";s:8:\"language\";s:2:\"ja\";s:7:\"version\";s:5:\"7.4.1\";s:7:\"updated\";s:19:\"2019-06-24 07:43:53\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/translation/plugin/jetpack/7.4.1/ja.zip\";s:10:\"autoupdate\";b:1;}i:189;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:7:\"jetpack\";s:8:\"language\";s:5:\"ko_KR\";s:7:\"version\";s:5:\"7.4.1\";s:7:\"updated\";s:19:\"2019-06-11 09:54:09\";s:7:\"package\";s:74:\"https://downloads.wordpress.org/translation/plugin/jetpack/7.4.1/ko_KR.zip\";s:10:\"autoupdate\";b:1;}i:190;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:7:\"jetpack\";s:8:\"languag
 e\";s:5:\"nb_NO\";s:7:\"version\";s:5:\"7.4.1\";s:7:\"updated\";s:19:\"2019-06-06 19:04:09\";s:7:\"package\";s:74:\"https://downloads.wordpress.org/translation/plugin/jetpack/7.4.1/nb_NO.zip\";s:10:\"autoupdate\";b:1;}i:191;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:7:\"jetpack\";s:8:\"language\";s:5:\"nl_NL\";s:7:\"version\";s:5:\"7.4.1\";s:7:\"updated\";s:19:\"2019-06-13 12:37:49\";s:7:\"package\";s:74:\"https://downloads.wordpress.org/translation/plugin/jetpack/7.4.1/nl_NL.zip\";s:10:\"autoupdate\";b:1;}i:192;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:7:\"jetpack\";s:8:\"language\";s:5:\"pt_BR\";s:7:\"version\";s:5:\"7.4.1\";s:7:\"updated\";s:19:\"2019-06-10 21:54:0
 9\";s:7:\"package\";s:74:\"https://downloads.wordpress.org/translation/plugin/jetpack/7.4.1/pt_BR.zip\";s:10:\"autoupdate\";b:1;}i:193;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:7:\"jetpack\";s:8:\"language\";s:5:\"ro_RO\";s:7:\"version\";s:5:\"7.4.1\";s:7:\"updated\";s:19:\"2019-06-09 10:46:04\";s:7:\"package\";s:74:\"https://downloads.wordpress.org/translation/plugin/jetpack/7.4.1/ro_RO.zip\";s:10:\"autoupdate\";b:1;}i:194;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:7:\"jetpack\";s:8:\"language\";s:5:\"ru_RU\";s:7:\"version\";s:5:\"7.4.1\";s:7:\"updated\";s:19:\"2019-06-11 08:54:32\";s:7:\"package\";s:74:\"https://downloads.wordpress.org/translation/plugin/jetpack/7.4.1/ru_RU.zip\";s:10:\&quo
 t;autoupdate\";b:1;}i:195;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:7:\"jetpack\";s:8:\"language\";s:2:\"sq\";s:7:\"version\";s:5:\"7.4.1\";s:7:\"updated\";s:19:\"2019-06-24 09:27:14\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/translation/plugin/jetpack/7.4.1/sq.zip\";s:10:\"autoupdate\";b:1;}i:196;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:7:\"jetpack\";s:8:\"language\";s:5:\"sv_SE\";s:7:\"version\";s:5:\"7.4.1\";s:7:\"updated\";s:19:\"2019-06-24 12:46:55\";s:7:\"package\";s:74:\"https://downloads.wordpress.org/translation/plugin/jetpack/7.4.1/sv_SE.zip\";s:10:\"autoupdate\";b:1;}i:197;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:7:\"jetpack\";s:8:\"l
 anguage\";s:5:\"tr_TR\";s:7:\"version\";s:5:\"7.4.1\";s:7:\"updated\";s:19:\"2019-06-12 15:54:09\";s:7:\"package\";s:74:\"https://downloads.wordpress.org/translation/plugin/jetpack/7.4.1/tr_TR.zip\";s:10:\"autoupdate\";b:1;}i:198;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:7:\"jetpack\";s:8:\"language\";s:5:\"zh_CN\";s:7:\"version\";s:5:\"7.4.1\";s:7:\"updated\";s:19:\"2019-06-11 10:54:09\";s:7:\"package\";s:74:\"https://downloads.wordpress.org/translation/plugin/jetpack/7.4.1/zh_CN.zip\";s:10:\"autoupdate\";b:1;}i:199;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:7:\"jetpack\";s:8:\"language\";s:5:\"zh_HK\";s:7:\"version\";s:5:\"7.3.0\";s:7:\"updated\";s:19:\"2018-09-23 1
 5:34:25\";s:7:\"package\";s:74:\"https://downloads.wordpress.org/translation/plugin/jetpack/7.3.0/zh_HK.zip\";s:10:\"autoupdate\";b:1;}i:200;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:7:\"jetpack\";s:8:\"language\";s:5:\"zh_TW\";s:7:\"version\";s:5:\"7.4.1\";s:7:\"updated\";s:19:\"2019-06-13 02:54:10\";s:7:\"package\";s:74:\"https://downloads.wordpress.org/translation/plugin/jetpack/7.4.1/zh_TW.zip\";s:10:\"autoupdate\";b:1;}i:201;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:8:\"liveblog\";s:8:\"language\";s:5:\"en_GB\";s:7:\"version\";s:5:\"1.9.4\";s:7:\"updated\";s:19:\"2018-12-15 22:29:39\";s:7:\"package\";s:75:\"https://downloads.wordpress.org/translation/plugin/liveblog/1.9.4/en_GB.zip\";s:
 10:\"autoupdate\";b:1;}i:202;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:8:\"liveblog\";s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:5:\"1.9.4\";s:7:\"updated\";s:19:\"2018-10-18 19:25:53\";s:7:\"package\";s:75:\"https://downloads.wordpress.org/translation/plugin/liveblog/1.9.4/es_ES.zip\";s:10:\"autoupdate\";b:1;}i:203;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:19:\"public-post-preview\";s:8:\"language\";s:5:\"cs_CZ\";s:7:\"version\";s:5:\"2.6.0\";s:7:\"updated\";s:19:\"2017-04-27 14:21:59\";s:7:\"package\";s:86:\"https://downloads.wordpress.org/translation/plugin/public-post-preview/2.6.0/cs_CZ.zip\";s:10:\"autoupdate\";b:1;}i:204;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\&quo
 t;;s:19:\"public-post-preview\";s:8:\"language\";s:5:\"de_CH\";s:7:\"version\";s:5:\"2.8.0\";s:7:\"updated\";s:19:\"2018-11-27 11:39:21\";s:7:\"package\";s:86:\"https://downloads.wordpress.org/translation/plugin/public-post-preview/2.8.0/de_CH.zip\";s:10:\"autoupdate\";b:1;}i:205;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:19:\"public-post-preview\";s:8:\"language\";s:14:\"de_CH_informal\";s:7:\"version\";s:5:\"2.8.0\";s:7:\"updated\";s:19:\"2018-11-27 11:39:22\";s:7:\"package\";s:95:\"https://downloads.wordpress.org/translation/plugin/public-post-preview/2.8.0/de_CH_informal.zip\";s:10:\"autoupdate\";b:1;}i:206;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:19:\"public-post-preview\";s:8:\"language\";s
 :5:\"de_DE\";s:7:\"version\";s:5:\"2.8.0\";s:7:\"updated\";s:19:\"2018-11-27 11:39:19\";s:7:\"package\";s:86:\"https://downloads.wordpress.org/translation/plugin/public-post-preview/2.8.0/de_DE.zip\";s:10:\"autoupdate\";b:1;}i:207;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:19:\"public-post-preview\";s:8:\"language\";s:12:\"de_DE_formal\";s:7:\"version\";s:5:\"2.8.0\";s:7:\"updated\";s:19:\"2018-11-27 11:39:20\";s:7:\"package\";s:93:\"https://downloads.wordpress.org/translation/plugin/public-post-preview/2.8.0/de_DE_formal.zip\";s:10:\"autoupdate\";b:1;}i:208;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:19:\"public-post-preview\";s:8:\"language\";s:2:\"el\";s:7:\"version\";s:5:\"2.6.0\";s:7:
 \"updated\";s:19:\"2018-03-21 08:09:46\";s:7:\"package\";s:83:\"https://downloads.wordpress.org/translation/plugin/public-post-preview/2.6.0/el.zip\";s:10:\"autoupdate\";b:1;}i:209;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:19:\"public-post-preview\";s:8:\"language\";s:5:\"en_GB\";s:7:\"version\";s:5:\"2.8.0\";s:7:\"updated\";s:19:\"2018-11-27 11:39:17\";s:7:\"package\";s:86:\"https://downloads.wordpress.org/translation/plugin/public-post-preview/2.8.0/en_GB.zip\";s:10:\"autoupdate\";b:1;}i:210;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:19:\"public-post-preview\";s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:5:\"2.6.0\";s:7:\"updated\";s:19:\"2017-09-13 18:09:53\";s:7:\"package\";s:86:
 \"https://downloads.wordpress.org/translation/plugin/public-post-preview/2.6.0/es_ES.zip\";s:10:\"autoupdate\";b:1;}i:211;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:19:\"public-post-preview\";s:8:\"language\";s:2:\"fi\";s:7:\"version\";s:5:\"2.6.0\";s:7:\"updated\";s:19:\"2017-06-14 17:03:48\";s:7:\"package\";s:83:\"https://downloads.wordpress.org/translation/plugin/public-post-preview/2.6.0/fi.zip\";s:10:\"autoupdate\";b:1;}i:212;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:19:\"public-post-preview\";s:8:\"language\";s:5:\"fr_FR\";s:7:\"version\";s:5:\"2.6.0\";s:7:\"updated\";s:19:\"2016-04-27 05:02:45\";s:7:\"package\";s:86:\"https://downloads.wordpress.org/translation/plugin/public-post-preview/2.6.0/fr_FR.zip\&
 quot;;s:10:\"autoupdate\";b:1;}i:213;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:19:\"public-post-preview\";s:8:\"language\";s:2:\"ja\";s:7:\"version\";s:5:\"2.8.0\";s:7:\"updated\";s:19:\"2018-11-28 00:19:25\";s:7:\"package\";s:83:\"https://downloads.wordpress.org/translation/plugin/public-post-preview/2.8.0/ja.zip\";s:10:\"autoupdate\";b:1;}i:214;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:19:\"public-post-preview\";s:8:\"language\";s:5:\"nb_NO\";s:7:\"version\";s:5:\"2.8.0\";s:7:\"updated\";s:19:\"2019-02-10 18:05:47\";s:7:\"package\";s:86:\"https://downloads.wordpress.org/translation/plugin/public-post-preview/2.8.0/nb_NO.zip\";s:10:\"autoupdate\";b:1;}i:215;a:7:{s:4:\"type\";s:6:\"plugin\&q
 uot;;s:4:\"slug\";s:19:\"public-post-preview\";s:8:\"language\";s:5:\"nl_NL\";s:7:\"version\";s:5:\"2.8.0\";s:7:\"updated\";s:19:\"2019-05-06 09:03:34\";s:7:\"package\";s:86:\"https://downloads.wordpress.org/translation/plugin/public-post-preview/2.8.0/nl_NL.zip\";s:10:\"autoupdate\";b:1;}i:216;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:19:\"public-post-preview\";s:8:\"language\";s:5:\"pt_BR\";s:7:\"version\";s:5:\"2.8.0\";s:7:\"updated\";s:19:\"2019-05-11 15:01:21\";s:7:\"package\";s:86:\"https://downloads.wordpress.org/translation/plugin/public-post-preview/2.8.0/pt_BR.zip\";s:10:\"autoupdate\";b:1;}i:217;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:19:\"public-post-preview\";s:8:\"language\&q
 uot;;s:5:\"ru_RU\";s:7:\"version\";s:5:\"2.6.0\";s:7:\"updated\";s:19:\"2018-07-06 04:45:50\";s:7:\"package\";s:86:\"https://downloads.wordpress.org/translation/plugin/public-post-preview/2.6.0/ru_RU.zip\";s:10:\"autoupdate\";b:1;}i:218;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:19:\"public-post-preview\";s:8:\"language\";s:5:\"sk_SK\";s:7:\"version\";s:5:\"2.8.0\";s:7:\"updated\";s:19:\"2019-03-25 17:55:02\";s:7:\"package\";s:86:\"https://downloads.wordpress.org/translation/plugin/public-post-preview/2.8.0/sk_SK.zip\";s:10:\"autoupdate\";b:1;}i:219;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:19:\"public-post-preview\";s:8:\"language\";s:5:\"sv_SE\";s:7:\"version\";s:5:\"2.8.0\";s:7:\&quot
 ;updated\";s:19:\"2018-11-28 18:29:31\";s:7:\"package\";s:86:\"https://downloads.wordpress.org/translation/plugin/public-post-preview/2.8.0/sv_SE.zip\";s:10:\"autoupdate\";b:1;}i:220;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:19:\"public-post-preview\";s:8:\"language\";s:5:\"zh_TW\";s:7:\"version\";s:5:\"2.8.0\";s:7:\"updated\";s:19:\"2018-11-30 04:01:33\";s:7:\"package\";s:86:\"https://downloads.wordpress.org/translation/plugin/public-post-preview/2.8.0/zh_TW.zip\";s:10:\"autoupdate\";b:1;}i:221;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:3:\"pwa\";s:8:\"language\";s:5:\"en_CA\";s:7:\"version\";s:5:\"0.2.0\";s:7:\"updated\";s:19:\"2019-06-24 23:16:27\";s:7:\"package\";s:70:\"https://downl
 oads.wordpress.org/translation/plugin/pwa/0.2.0/en_CA.zip\";s:10:\"autoupdate\";b:1;}i:222;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:3:\"pwa\";s:8:\"language\";s:5:\"en_GB\";s:7:\"version\";s:5:\"0.1.0\";s:7:\"updated\";s:19:\"2018-07-24 13:43:39\";s:7:\"package\";s:70:\"https://downloads.wordpress.org/translation/plugin/pwa/0.1.0/en_GB.zip\";s:10:\"autoupdate\";b:1;}i:223;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:3:\"pwa\";s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:5:\"0.1.0\";s:7:\"updated\";s:19:\"2018-07-20 05:41:53\";s:7:\"package\";s:70:\"https://downloads.wordpress.org/translation/plugin/pwa/0.1.0/es_ES.zip\";s:10:\"autoupdate\";b:1;}i:224;a:7:{s:4:\"type\";s:6:\"plugin\&qu
 ot;;s:4:\"slug\";s:18:\"wordpress-importer\";s:8:\"language\";s:2:\"ca\";s:7:\"version\";s:5:\"0.6.4\";s:7:\"updated\";s:19:\"2018-12-11 07:16:04\";s:7:\"package\";s:82:\"https://downloads.wordpress.org/translation/plugin/wordpress-importer/0.6.4/ca.zip\";s:10:\"autoupdate\";b:1;}i:225;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:18:\"wordpress-importer\";s:8:\"language\";s:5:\"cs_CZ\";s:7:\"version\";s:5:\"0.6.4\";s:7:\"updated\";s:19:\"2019-06-23 14:18:36\";s:7:\"package\";s:85:\"https://downloads.wordpress.org/translation/plugin/wordpress-importer/0.6.4/cs_CZ.zip\";s:10:\"autoupdate\";b:1;}i:226;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:18:\"wordpress-importer\";s:8:\"language\";s:5:\&q
 uot;en_ZA\";s:7:\"version\";s:5:\"0.6.4\";s:7:\"updated\";s:19:\"2019-02-25 00:13:14\";s:7:\"package\";s:85:\"https://downloads.wordpress.org/translation/plugin/wordpress-importer/0.6.4/en_ZA.zip\";s:10:\"autoupdate\";b:1;}i:227;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:18:\"wordpress-importer\";s:8:\"language\";s:5:\"es_CL\";s:7:\"version\";s:5:\"0.6.4\";s:7:\"updated\";s:19:\"2018-12-14 15:21:37\";s:7:\"package\";s:85:\"https://downloads.wordpress.org/translation/plugin/wordpress-importer/0.6.4/es_CL.zip\";s:10:\"autoupdate\";b:1;}i:228;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:18:\"wordpress-importer\";s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:5:\"0.6.4\";s:7:\"updated\";
 s:19:\"2019-03-28 10:00:41\";s:7:\"package\";s:85:\"https://downloads.wordpress.org/translation/plugin/wordpress-importer/0.6.4/es_ES.zip\";s:10:\"autoupdate\";b:1;}i:229;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:18:\"wordpress-importer\";s:8:\"language\";s:5:\"fa_IR\";s:7:\"version\";s:5:\"0.6.4\";s:7:\"updated\";s:19:\"2019-05-19 02:35:24\";s:7:\"package\";s:85:\"https://downloads.wordpress.org/translation/plugin/wordpress-importer/0.6.4/fa_IR.zip\";s:10:\"autoupdate\";b:1;}i:230;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:18:\"wordpress-importer\";s:8:\"language\";s:5:\"fr_CA\";s:7:\"version\";s:5:\"0.6.4\";s:7:\"updated\";s:19:\"2019-04-16 01:22:34\";s:7:\"package\";s:85:\"https://download
 s.wordpress.org/translation/plugin/wordpress-importer/0.6.4/fr_CA.zip\";s:10:\"autoupdate\";b:1;}i:231;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:18:\"wordpress-importer\";s:8:\"language\";s:5:\"fr_FR\";s:7:\"version\";s:5:\"0.6.4\";s:7:\"updated\";s:19:\"2019-02-07 14:26:55\";s:7:\"package\";s:85:\"https://downloads.wordpress.org/translation/plugin/wordpress-importer/0.6.4/fr_FR.zip\";s:10:\"autoupdate\";b:1;}i:232;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:18:\"wordpress-importer\";s:8:\"language\";s:5:\"gl_ES\";s:7:\"version\";s:5:\"0.6.4\";s:7:\"updated\";s:19:\"2019-03-28 12:17:06\";s:7:\"package\";s:85:\"https://downloads.wordpress.org/translation/plugin/wordpress-importer/0.6.4/gl_ES.zip\";s:10:\"auto
 update\";b:1;}i:233;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:18:\"wordpress-importer\";s:8:\"language\";s:5:\"hu_HU\";s:7:\"version\";s:5:\"0.6.4\";s:7:\"updated\";s:19:\"2019-02-21 11:16:12\";s:7:\"package\";s:85:\"https://downloads.wordpress.org/translation/plugin/wordpress-importer/0.6.4/hu_HU.zip\";s:10:\"autoupdate\";b:1;}i:234;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:18:\"wordpress-importer\";s:8:\"language\";s:2:\"ja\";s:7:\"version\";s:5:\"0.6.4\";s:7:\"updated\";s:19:\"2018-11-01 06:30:25\";s:7:\"package\";s:82:\"https://downloads.wordpress.org/translation/plugin/wordpress-importer/0.6.4/ja.zip\";s:10:\"autoupdate\";b:1;}i:235;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\&quot
 ;;s:18:\"wordpress-importer\";s:8:\"language\";s:5:\"lt_LT\";s:7:\"version\";s:5:\"0.6.4\";s:7:\"updated\";s:19:\"2018-10-27 15:37:36\";s:7:\"package\";s:85:\"https://downloads.wordpress.org/translation/plugin/wordpress-importer/0.6.4/lt_LT.zip\";s:10:\"autoupdate\";b:1;}i:236;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:18:\"wordpress-importer\";s:8:\"language\";s:5:\"nb_NO\";s:7:\"version\";s:5:\"0.6.4\";s:7:\"updated\";s:19:\"2018-11-07 23:27:18\";s:7:\"package\";s:85:\"https://downloads.wordpress.org/translation/plugin/wordpress-importer/0.6.4/nb_NO.zip\";s:10:\"autoupdate\";b:1;}i:237;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:18:\"wordpress-importer\";s:8:\"language\";s:5:\"nl_NL\";s:
 7:\"version\";s:5:\"0.6.4\";s:7:\"updated\";s:19:\"2019-02-07 14:10:01\";s:7:\"package\";s:85:\"https://downloads.wordpress.org/translation/plugin/wordpress-importer/0.6.4/nl_NL.zip\";s:10:\"autoupdate\";b:1;}i:238;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:18:\"wordpress-importer\";s:8:\"language\";s:5:\"pt_BR\";s:7:\"version\";s:5:\"0.6.4\";s:7:\"updated\";s:19:\"2019-06-23 01:59:19\";s:7:\"package\";s:85:\"https://downloads.wordpress.org/translation/plugin/wordpress-importer/0.6.4/pt_BR.zip\";s:10:\"autoupdate\";b:1;}i:239;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:18:\"wordpress-importer\";s:8:\"language\";s:5:\"pt_PT\";s:7:\"version\";s:5:\"0.6.4\";s:7:\"updated\";s:19:\"2019-03
 -14 10:10:15\";s:7:\"package\";s:85:\"https://downloads.wordpress.org/translation/plugin/wordpress-importer/0.6.4/pt_PT.zip\";s:10:\"autoupdate\";b:1;}i:240;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:18:\"wordpress-importer\";s:8:\"language\";s:5:\"ro_RO\";s:7:\"version\";s:5:\"0.6.4\";s:7:\"updated\";s:19:\"2019-03-24 17:52:21\";s:7:\"package\";s:85:\"https://downloads.wordpress.org/translation/plugin/wordpress-importer/0.6.4/ro_RO.zip\";s:10:\"autoupdate\";b:1;}i:241;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:18:\"wordpress-importer\";s:8:\"language\";s:5:\"sk_SK\";s:7:\"version\";s:5:\"0.6.4\";s:7:\"updated\";s:19:\"2019-01-18 11:42:42\";s:7:\"package\";s:85:\"https://downloads.wordpress.org/tra
 nslation/plugin/wordpress-importer/0.6.4/sk_SK.zip\";s:10:\"autoupdate\";b:1;}i:242;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:18:\"wordpress-importer\";s:8:\"language\";s:5:\"sv_SE\";s:7:\"version\";s:5:\"0.6.4\";s:7:\"updated\";s:19:\"2019-02-07 19:00:22\";s:7:\"package\";s:85:\"https://downloads.wordpress.org/translation/plugin/wordpress-importer/0.6.4/sv_SE.zip\";s:10:\"autoupdate\";b:1;}i:243;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:18:\"wordpress-importer\";s:8:\"language\";s:5:\"tr_TR\";s:7:\"version\";s:5:\"0.6.4\";s:7:\"updated\";s:19:\"2019-03-26 12:15:46\";s:7:\"package\";s:85:\"https://downloads.wordpress.org/translation/plugin/wordpress-importer/0.6.4/tr_TR.zip\";s:10:\"autoupdate\";b:1;}
 i:244;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:18:\"wordpress-importer\";s:8:\"language\";s:2:\"vi\";s:7:\"version\";s:5:\"0.6.4\";s:7:\"updated\";s:19:\"2019-01-04 02:29:28\";s:7:\"package\";s:82:\"https://downloads.wordpress.org/translation/plugin/wordpress-importer/0.6.4/vi.zip\";s:10:\"autoupdate\";b:1;}i:245;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:18:\"wordpress-importer\";s:8:\"language\";s:5:\"zh_TW\";s:7:\"version\";s:5:\"0.6.4\";s:7:\"updated\";s:19:\"2019-04-14 06:30:27\";s:7:\"package\";s:85:\"https://downloads.wordpress.org/translation/plugin/wordpress-importer/0.6.4/zh_TW.zip\";s:10:\"autoupdate\";b:1;}i:246;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:18:\"wp-mu
 ltibyte-patch\";s:8:\"language\";s:2:\"ca\";s:7:\"version\";s:5:\"2.8.2\";s:7:\"updated\";s:19:\"2016-12-09 04:07:59\";s:7:\"package\";s:82:\"https://downloads.wordpress.org/translation/plugin/wp-multibyte-patch/2.8.2/ca.zip\";s:10:\"autoupdate\";b:1;}i:247;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:18:\"wp-multibyte-patch\";s:8:\"language\";s:5:\"cs_CZ\";s:7:\"version\";s:5:\"2.8.2\";s:7:\"updated\";s:19:\"2016-08-01 11:29:38\";s:7:\"package\";s:85:\"https://downloads.wordpress.org/translation/plugin/wp-multibyte-patch/2.8.2/cs_CZ.zip\";s:10:\"autoupdate\";b:1;}i:248;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:18:\"wp-multibyte-patch\";s:8:\"language\";s:5:\"de_DE\";s:7:\"version\";s
 :5:\"2.8.2\";s:7:\"updated\";s:19:\"2016-11-29 14:52:10\";s:7:\"package\";s:85:\"https://downloads.wordpress.org/translation/plugin/wp-multibyte-patch/2.8.2/de_DE.zip\";s:10:\"autoupdate\";b:1;}i:249;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:18:\"wp-multibyte-patch\";s:8:\"language\";s:5:\"en_AU\";s:7:\"version\";s:5:\"2.8.2\";s:7:\"updated\";s:19:\"2015-09-23 00:06:31\";s:7:\"package\";s:85:\"https://downloads.wordpress.org/translation/plugin/wp-multibyte-patch/2.8.2/en_AU.zip\";s:10:\"autoupdate\";b:1;}i:250;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:18:\"wp-multibyte-patch\";s:8:\"language\";s:5:\"en_CA\";s:7:\"version\";s:5:\"2.8.2\";s:7:\"updated\";s:19:\"2015-09-20 14:46:09\";s:7:\
 "package\";s:85:\"https://downloads.wordpress.org/translation/plugin/wp-multibyte-patch/2.8.2/en_CA.zip\";s:10:\"autoupdate\";b:1;}i:251;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:18:\"wp-multibyte-patch\";s:8:\"language\";s:5:\"en_GB\";s:7:\"version\";s:5:\"2.8.2\";s:7:\"updated\";s:19:\"2016-12-16 06:26:04\";s:7:\"package\";s:85:\"https://downloads.wordpress.org/translation/plugin/wp-multibyte-patch/2.8.2/en_GB.zip\";s:10:\"autoupdate\";b:1;}i:252;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:18:\"wp-multibyte-patch\";s:8:\"language\";s:5:\"en_NZ\";s:7:\"version\";s:5:\"2.8.2\";s:7:\"updated\";s:19:\"2016-11-13 21:39:44\";s:7:\"package\";s:85:\"https://downloads.wordpress.org/translation/plugin/wp-multib
 yte-patch/2.8.2/en_NZ.zip\";s:10:\"autoupdate\";b:1;}i:253;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:18:\"wp-multibyte-patch\";s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:5:\"2.8.2\";s:7:\"updated\";s:19:\"2017-09-29 15:52:02\";s:7:\"package\";s:85:\"https://downloads.wordpress.org/translation/plugin/wp-multibyte-patch/2.8.2/es_ES.zip\";s:10:\"autoupdate\";b:1;}i:254;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:18:\"wp-multibyte-patch\";s:8:\"language\";s:5:\"fr_CA\";s:7:\"version\";s:5:\"2.8.2\";s:7:\"updated\";s:19:\"2019-05-10 20:31:24\";s:7:\"package\";s:85:\"https://downloads.wordpress.org/translation/plugin/wp-multibyte-patch/2.8.2/fr_CA.zip\";s:10:\"autoupdate\";b:1;}i:255;a:7:{s:4:\"typ
 e\";s:6:\"plugin\";s:4:\"slug\";s:18:\"wp-multibyte-patch\";s:8:\"language\";s:5:\"fr_FR\";s:7:\"version\";s:5:\"2.8.2\";s:7:\"updated\";s:19:\"2017-09-21 13:58:10\";s:7:\"package\";s:85:\"https://downloads.wordpress.org/translation/plugin/wp-multibyte-patch/2.8.2/fr_FR.zip\";s:10:\"autoupdate\";b:1;}i:256;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:18:\"wp-multibyte-patch\";s:8:\"language\";s:5:\"gl_ES\";s:7:\"version\";s:5:\"2.8.2\";s:7:\"updated\";s:19:\"2018-12-02 21:02:41\";s:7:\"package\";s:85:\"https://downloads.wordpress.org/translation/plugin/wp-multibyte-patch/2.8.2/gl_ES.zip\";s:10:\"autoupdate\";b:1;}i:257;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:18:\"wp-multibyte-patch\&quot
 ;;s:8:\"language\";s:5:\"he_IL\";s:7:\"version\";s:5:\"2.8.2\";s:7:\"updated\";s:19:\"2017-08-02 21:50:48\";s:7:\"package\";s:85:\"https://downloads.wordpress.org/translation/plugin/wp-multibyte-patch/2.8.2/he_IL.zip\";s:10:\"autoupdate\";b:1;}i:258;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:18:\"wp-multibyte-patch\";s:8:\"language\";s:5:\"it_IT\";s:7:\"version\";s:5:\"2.8.2\";s:7:\"updated\";s:19:\"2018-11-08 15:33:17\";s:7:\"package\";s:85:\"https://downloads.wordpress.org/translation/plugin/wp-multibyte-patch/2.8.2/it_IT.zip\";s:10:\"autoupdate\";b:1;}i:259;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:18:\"wp-multibyte-patch\";s:8:\"language\";s:2:\"ja\";s:7:\"version\";s:5:\"2.8.2\
 ";s:7:\"updated\";s:19:\"2015-12-28 04:18:25\";s:7:\"package\";s:82:\"https://downloads.wordpress.org/translation/plugin/wp-multibyte-patch/2.8.2/ja.zip\";s:10:\"autoupdate\";b:1;}i:260;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:18:\"wp-multibyte-patch\";s:8:\"language\";s:5:\"nl_NL\";s:7:\"version\";s:5:\"2.8.2\";s:7:\"updated\";s:19:\"2017-07-04 20:14:42\";s:7:\"package\";s:85:\"https://downloads.wordpress.org/translation/plugin/wp-multibyte-patch/2.8.2/nl_NL.zip\";s:10:\"autoupdate\";b:1;}i:261;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:18:\"wp-multibyte-patch\";s:8:\"language\";s:5:\"sv_SE\";s:7:\"version\";s:5:\"2.8.2\";s:7:\"updated\";s:19:\"2017-09-26 11:45:25\";s:7:\"package\&quot
 ;;s:85:\"https://downloads.wordpress.org/translation/plugin/wp-multibyte-patch/2.8.2/sv_SE.zip\";s:10:\"autoupdate\";b:1;}i:262;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:18:\"wp-multibyte-patch\";s:8:\"language\";s:2:\"uk\";s:7:\"version\";s:5:\"2.8.2\";s:7:\"updated\";s:19:\"2018-06-08 10:50:50\";s:7:\"package\";s:82:\"https://downloads.wordpress.org/translation/plugin/wp-multibyte-patch/2.8.2/uk.zip\";s:10:\"autoupdate\";b:1;}i:263;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:14:\"wp-super-cache\";s:8:\"language\";s:5:\"de_DE\";s:7:\"version\";s:5:\"1.6.5\";s:7:\"updated\";s:19:\"2019-05-07 15:19:48\";s:7:\"package\";s:81:\"https://downloads.wordpress.org/translation/plugin/wp-super-cache/1.6.5/de_DE.zip\";
 s:10:\"autoupdate\";b:1;}i:264;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:14:\"wp-super-cache\";s:8:\"language\";s:5:\"en_AU\";s:7:\"version\";s:5:\"1.6.5\";s:7:\"updated\";s:19:\"2019-05-08 00:38:32\";s:7:\"package\";s:81:\"https://downloads.wordpress.org/translation/plugin/wp-super-cache/1.6.5/en_AU.zip\";s:10:\"autoupdate\";b:1;}i:265;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:14:\"wp-super-cache\";s:8:\"language\";s:5:\"en_CA\";s:7:\"version\";s:5:\"1.6.5\";s:7:\"updated\";s:19:\"2018-08-24 21:12:04\";s:7:\"package\";s:81:\"https://downloads.wordpress.org/translation/plugin/wp-super-cache/1.6.5/en_CA.zip\";s:10:\"autoupdate\";b:1;}i:266;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug
 \";s:14:\"wp-super-cache\";s:8:\"language\";s:5:\"en_GB\";s:7:\"version\";s:5:\"1.6.5\";s:7:\"updated\";s:19:\"2019-05-14 14:36:57\";s:7:\"package\";s:81:\"https://downloads.wordpress.org/translation/plugin/wp-super-cache/1.6.5/en_GB.zip\";s:10:\"autoupdate\";b:1;}i:267;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:14:\"wp-super-cache\";s:8:\"language\";s:5:\"en_NZ\";s:7:\"version\";s:5:\"1.6.5\";s:7:\"updated\";s:19:\"2019-05-08 00:38:17\";s:7:\"package\";s:81:\"https://downloads.wordpress.org/translation/plugin/wp-super-cache/1.6.5/en_NZ.zip\";s:10:\"autoupdate\";b:1;}i:268;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:14:\"wp-super-cache\";s:8:\"language\";s:5:\"en_ZA\";s:7:\"versi
 on\";s:5:\"1.6.5\";s:7:\"updated\";s:19:\"2018-08-23 06:22:28\";s:7:\"package\";s:81:\"https://downloads.wordpress.org/translation/plugin/wp-super-cache/1.6.5/en_ZA.zip\";s:10:\"autoupdate\";b:1;}i:269;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:14:\"wp-super-cache\";s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:5:\"1.6.5\";s:7:\"updated\";s:19:\"2019-05-07 15:20:25\";s:7:\"package\";s:81:\"https://downloads.wordpress.org/translation/plugin/wp-super-cache/1.6.5/es_ES.zip\";s:10:\"autoupdate\";b:1;}i:270;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:14:\"wp-super-cache\";s:8:\"language\";s:5:\"fa_IR\";s:7:\"version\";s:5:\"1.6.5\";s:7:\"updated\";s:19:\"2019-05-07 15:20:12\";s:7:\&quot
 ;package\";s:81:\"https://downloads.wordpress.org/translation/plugin/wp-super-cache/1.6.5/fa_IR.zip\";s:10:\"autoupdate\";b:1;}i:271;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:14:\"wp-super-cache\";s:8:\"language\";s:5:\"it_IT\";s:7:\"version\";s:5:\"1.6.5\";s:7:\"updated\";s:19:\"2019-05-28 12:34:00\";s:7:\"package\";s:81:\"https://downloads.wordpress.org/translation/plugin/wp-super-cache/1.6.5/it_IT.zip\";s:10:\"autoupdate\";b:1;}i:272;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:14:\"wp-super-cache\";s:8:\"language\";s:2:\"ja\";s:7:\"version\";s:5:\"1.6.5\";s:7:\"updated\";s:19:\"2019-04-29 00:42:01\";s:7:\"package\";s:78:\"https://downloads.wordpress.org/translation/plugin/wp-super-cache/1.6.5/ja.zip\&quot
 ;;s:10:\"autoupdate\";b:1;}i:273;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:14:\"wp-super-cache\";s:8:\"language\";s:5:\"ro_RO\";s:7:\"version\";s:5:\"1.6.5\";s:7:\"updated\";s:19:\"2019-05-07 15:20:17\";s:7:\"package\";s:81:\"https://downloads.wordpress.org/translation/plugin/wp-super-cache/1.6.5/ro_RO.zip\";s:10:\"autoupdate\";b:1;}i:274;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:14:\"wp-super-cache\";s:8:\"language\";s:5:\"ru_RU\";s:7:\"version\";s:5:\"1.6.5\";s:7:\"updated\";s:19:\"2019-05-09 18:17:15\";s:7:\"package\";s:81:\"https://downloads.wordpress.org/translation/plugin/wp-super-cache/1.6.5/ru_RU.zip\";s:10:\"autoupdate\";b:1;}i:275;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"sl
 ug\";s:14:\"wp-super-cache\";s:8:\"language\";s:5:\"sv_SE\";s:7:\"version\";s:5:\"1.6.5\";s:7:\"updated\";s:19:\"2019-05-24 11:44:27\";s:7:\"package\";s:81:\"https://downloads.wordpress.org/translation/plugin/wp-super-cache/1.6.5/sv_SE.zip\";s:10:\"autoupdate\";b:1;}}s:9:\"no_update\";a:30:{s:19:\"akismet/akismet.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:21:\"w.org/plugins/akismet\";s:4:\"slug\";s:7:\"akismet\";s:6:\"plugin\";s:19:\"akismet/akismet.php\";s:11:\"new_version\";s:5:\"4.1.2\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/akismet/\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/plugin/akismet.4.1.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:59:\"https://ps.w.org/akismet/assets/icon-256x256.pn
 g?rev=969272\";s:2:\"1x\";s:59:\"https://ps.w.org/akismet/assets/icon-128x128.png?rev=969272\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:61:\"https://ps.w.org/akismet/assets/banner-772x250.jpg?rev=479904\";}s:11:\"banners_rtl\";a:0:{}}s:19:\"bbpress/bbpress.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:21:\"w.org/plugins/bbpress\";s:4:\"slug\";s:7:\"bbpress\";s:6:\"plugin\";s:19:\"bbpress/bbpress.php\";s:11:\"new_version\";s:6:\"2.5.14\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/bbpress/\";s:7:\"package\";s:57:\"https://downloads.wordpress.org/plugin/bbpress.2.5.14.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:60:\"https://ps.w.org/bbpress/assets/icon-256x256.png?rev=1534011\";s:2:\"1x\";s:51:\"https://ps.w.org/bbpress/assets/icon.svg?rev=978290\"
 ;s:3:\"svg\";s:51:\"https://ps.w.org/bbpress/assets/icon.svg?rev=978290\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:62:\"https://ps.w.org/bbpress/assets/banner-1544x500.png?rev=567403\";s:2:\"1x\";s:61:\"https://ps.w.org/bbpress/assets/banner-772x250.png?rev=478663\";}s:11:\"banners_rtl\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/bbpress/assets/banner-1544x500-rtl.png?rev=1534011\";s:2:\"1x\";s:66:\"https://ps.w.org/bbpress/assets/banner-772x250-rtl.png?rev=1534011\";}}s:24:\"buddypress/bp-loader.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:24:\"w.org/plugins/buddypress\";s:4:\"slug\";s:10:\"buddypress\";s:6:\"plugin\";s:24:\"buddypress/bp-loader.php\";s:11:\"new_version\";s:5:\"4.3.0\";s:3:\"url\";s:41:\"https://wordpress.org/plugins/buddypress/\";s:7:\"pa
 ckage\";s:59:\"https://downloads.wordpress.org/plugin/buddypress.4.3.0.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:63:\"https://ps.w.org/buddypress/assets/icon-256x256.png?rev=1309232\";s:2:\"1x\";s:54:\"https://ps.w.org/buddypress/assets/icon.svg?rev=977480\";s:3:\"svg\";s:54:\"https://ps.w.org/buddypress/assets/icon.svg?rev=977480\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:66:\"https://ps.w.org/buddypress/assets/banner-1544x500.png?rev=1854372\";s:2:\"1x\";s:65:\"https://ps.w.org/buddypress/assets/banner-772x250.png?rev=1854372\";}s:11:\"banners_rtl\";a:2:{s:2:\"2x\";s:70:\"https://ps.w.org/buddypress/assets/banner-1544x500-rtl.png?rev=1854372\";s:2:\"1x\";s:69:\"https://ps.w.org/buddypress/assets/banner-772x250-rtl.png?rev=1854372\";}}s:43:\"camptix-bd-payments/bd-payments-camptix.php\";O:8:\"st
 dClass\":9:{s:2:\"id\";s:33:\"w.org/plugins/bd-payments-camptix\";s:4:\"slug\";s:19:\"bd-payments-camptix\";s:6:\"plugin\";s:43:\"camptix-bd-payments/bd-payments-camptix.php\";s:11:\"new_version\";s:3:\"1.2\";s:3:\"url\";s:50:\"https://wordpress.org/plugins/bd-payments-camptix/\";s:7:\"package\";s:66:\"https://downloads.wordpress.org/plugin/bd-payments-camptix.1.2.zip\";s:5:\"icons\";a:1:{s:7:\"default\";s:63:\"https://s.w.org/plugins/geopattern-icon/bd-payments-camptix.svg\";}s:7:\"banners\";a:0:{}s:11:\"banners_rtl\";a:0:{}}s:19:\"camptix/camptix.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:21:\"w.org/plugins/camptix\";s:4:\"slug\";s:7:\"camptix\";s:6:\"plugin\";s:19:\"camptix/camptix.php\";s:11:\"new_version\";s:5:\"1.7.
 0\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/camptix/\";s:7:\"package\";s:50:\"https://downloads.wordpress.org/plugin/camptix.zip\";s:5:\"icons\";a:1:{s:7:\"default\";s:58:\"https://s.w.org/plugins/geopattern-icon/camptix_aea99d.svg\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:62:\"https://ps.w.org/camptix/assets/banner-1544x500.png?rev=586603\";s:2:\"1x\";s:61:\"https://ps.w.org/camptix/assets/banner-772x250.png?rev=586602\";}s:11:\"banners_rtl\";a:0:{}}s:61:\"campt-indian-payment-gateway/campt-indian-payment-gateway.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:42:\"w.org/plugins/campt-indian-payment-gateway\";s:4:\"slug\";s:28:\"campt-indian-payment-gateway\";s:6:\"plugin\";s:61:\"campt-indian-payment-gateway/campt-indian-payment-gateway.php\";s:11:\"new_version\";s
 :3:\"1.8\";s:3:\"url\";s:59:\"https://wordpress.org/plugins/campt-indian-payment-gateway/\";s:7:\"package\";s:75:\"https://downloads.wordpress.org/plugin/campt-indian-payment-gateway.1.8.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:81:\"https://ps.w.org/campt-indian-payment-gateway/assets/icon-256x256.png?rev=1883769\";s:2:\"1x\";s:73:\"https://ps.w.org/campt-indian-payment-gateway/assets/icon.svg?rev=1883769\";s:3:\"svg\";s:73:\"https://ps.w.org/campt-indian-payment-gateway/assets/icon.svg?rev=1883769\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:84:\"https://ps.w.org/campt-indian-payment-gateway/assets/banner-1544x500.png?rev=1702222\";s:2:\"1x\";s:83:\"https://ps.w.org/campt-indian-payment-gateway/assets/banner-772x250.png?rev=1702222\";}s:11:\"banners_rtl\";a:0:{}}s:41:\"camptix-kdcpay-gateway/camptix-kdcpay.php\
 ";O:8:\"stdClass\":9:{s:2:\"id\";s:36:\"w.org/plugins/camptix-kdcpay-gateway\";s:4:\"slug\";s:22:\"camptix-kdcpay-gateway\";s:6:\"plugin\";s:41:\"camptix-kdcpay-gateway/camptix-kdcpay.php\";s:11:\"new_version\";s:5:\"1.5.0\";s:3:\"url\";s:53:\"https://wordpress.org/plugins/camptix-kdcpay-gateway/\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/plugin/camptix-kdcpay-gateway.1.5.0.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:75:\"https://ps.w.org/camptix-kdcpay-gateway/assets/icon-256x256.png?rev=1075315\";s:2:\"1x\";s:67:\"https://ps.w.org/camptix-kdcpay-gateway/assets/icon.svg?rev=1075315\";s:3:\"svg\";s:67:\"https://ps.w.org/camptix-kdcpay-gateway/assets/icon.svg?rev=1075315\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:78:\"https://ps.w.org/camptix-kdcpay-gatewa
 y/assets/banner-1544x500.png?rev=1075315\";s:2:\"1x\";s:77:\"https://ps.w.org/camptix-kdcpay-gateway/assets/banner-772x250.png?rev=1075315\";}s:11:\"banners_rtl\";a:0:{}}s:43:\"camptix-mercadopago/camptix-mercadopago.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:33:\"w.org/plugins/camptix-mercadopago\";s:4:\"slug\";s:19:\"camptix-mercadopago\";s:6:\"plugin\";s:43:\"camptix-mercadopago/camptix-mercadopago.php\";s:11:\"new_version\";s:5:\"1.0.6\";s:3:\"url\";s:50:\"https://wordpress.org/plugins/camptix-mercadopago/\";s:7:\"package\";s:68:\"https://downloads.wordpress.org/plugin/camptix-mercadopago.1.0.6.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:72:\"https://ps.w.org/camptix-mercadopago/assets/icon-256x256.jpg?rev=1126417\";s:2:\"1x\";s:72:\"https://ps.w.org/camptix-mercadopago/as
 sets/icon-128x128.jpg?rev=1126417\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:74:\"https://ps.w.org/camptix-mercadopago/assets/banner-772x250.png?rev=1126417\";}s:11:\"banners_rtl\";a:0:{}}s:47:\"camptix-network-tools/camptix-network-tools.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:35:\"w.org/plugins/camptix-network-tools\";s:4:\"slug\";s:21:\"camptix-network-tools\";s:6:\"plugin\";s:47:\"camptix-network-tools/camptix-network-tools.php\";s:11:\"new_version\";s:3:\"0.2\";s:3:\"url\";s:52:\"https://wordpress.org/plugins/camptix-network-tools/\";s:7:\"package\";s:68:\"https://downloads.wordpress.org/plugin/camptix-network-tools.0.2.zip\";s:5:\"icons\";a:1:{s:7:\"default\";s:72:\"https://s.w.org/plugins/geopattern-icon/camptix-network-tools_aea99d.svg\";}s:7:\"banners\";a:2:{s
 :2:\"2x\";s:76:\"https://ps.w.org/camptix-network-tools/assets/banner-1544x500.png?rev=728533\";s:2:\"1x\";s:75:\"https://ps.w.org/camptix-network-tools/assets/banner-772x250.png?rev=728533\";}s:11:\"banners_rtl\";a:0:{}}s:39:\"camptix-pagseguro/camptix-pagseguro.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:31:\"w.org/plugins/camptix-pagseguro\";s:4:\"slug\";s:17:\"camptix-pagseguro\";s:6:\"plugin\";s:39:\"camptix-pagseguro/camptix-pagseguro.php\";s:11:\"new_version\";s:5:\"1.5.5\";s:3:\"url\";s:48:\"https://wordpress.org/plugins/camptix-pagseguro/\";s:7:\"package\";s:66:\"https://downloads.wordpress.org/plugin/camptix-pagseguro.1.5.5.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:70:\"https://ps.w.org/camptix-pagseguro/assets/icon-256x256.png?rev=1356964\";s:2:\"1x\";s:7
 0:\"https://ps.w.org/camptix-pagseguro/assets/icon-128x128.png?rev=1356964\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:73:\"https://ps.w.org/camptix-pagseguro/assets/banner-1544x500.png?rev=1356964\";s:2:\"1x\";s:72:\"https://ps.w.org/camptix-pagseguro/assets/banner-772x250.png?rev=1356964\";}s:11:\"banners_rtl\";a:0:{}}s:43:\"camptix-payfast-gateway/camptix-payfast.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:37:\"w.org/plugins/camptix-payfast-gateway\";s:4:\"slug\";s:23:\"camptix-payfast-gateway\";s:6:\"plugin\";s:43:\"camptix-payfast-gateway/camptix-payfast.php\";s:11:\"new_version\";s:5:\"1.0.0\";s:3:\"url\";s:54:\"https://wordpress.org/plugins/camptix-payfast-gateway/\";s:7:\"package\";s:72:\"https://downloads.wordpress.org/plugin/camptix-payfast-gateway.1.0.0.zip\";s:5:\"icons\&
 quot;;a:1:{s:7:\"default\";s:67:\"https://s.w.org/plugins/geopattern-icon/camptix-payfast-gateway.svg\";}s:7:\"banners\";a:0:{}s:11:\"banners_rtl\";a:0:{}}s:41:\"camptix-paystack/tbz-camptix-paystack.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:34:\"w.org/plugins/tbz-camptix-paystack\";s:4:\"slug\";s:20:\"tbz-camptix-paystack\";s:6:\"plugin\";s:41:\"camptix-paystack/tbz-camptix-paystack.php\";s:11:\"new_version\";s:5:\"1.0.0\";s:3:\"url\";s:51:\"https://wordpress.org/plugins/tbz-camptix-paystack/\";s:7:\"package\";s:69:\"https://downloads.wordpress.org/plugin/tbz-camptix-paystack.1.0.0.zip\";s:5:\"icons\";a:1:{s:7:\"default\";s:64:\"https://s.w.org/plugins/geopattern-icon/tbz-camptix-paystack.svg\";}s:7:\"banners\";a:0:{}s:11:\"banners_rtl\";a:0:{}}s:39:\"ca
 mptix-trustcard/camptix-trustcard.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:31:\"w.org/plugins/camptix-trustcard\";s:4:\"slug\";s:17:\"camptix-trustcard\";s:6:\"plugin\";s:39:\"camptix-trustcard/camptix-trustcard.php\";s:11:\"new_version\";s:5:\"1.0.4\";s:3:\"url\";s:48:\"https://wordpress.org/plugins/camptix-trustcard/\";s:7:\"package\";s:66:\"https://downloads.wordpress.org/plugin/camptix-trustcard.1.0.4.zip\";s:5:\"icons\";a:1:{s:7:\"default\";s:61:\"https://s.w.org/plugins/geopattern-icon/camptix-trustcard.svg\";}s:7:\"banners\";a:0:{}s:11:\"banners_rtl\";a:0:{}}s:37:\"camptix-trustpay/camptix-trustpay.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:30:\"w.org/plugins/camptix-trustpay\";s:4:\"slug\";s:16:\"camptix-trustpay\";s:6:\"plugin\";
 s:37:\"camptix-trustpay/camptix-trustpay.php\";s:11:\"new_version\";s:5:\"1.0.4\";s:3:\"url\";s:47:\"https://wordpress.org/plugins/camptix-trustpay/\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/plugin/camptix-trustpay.1.0.4.zip\";s:5:\"icons\";a:1:{s:7:\"default\";s:60:\"https://s.w.org/plugins/geopattern-icon/camptix-trustpay.svg\";}s:7:\"banners\";a:0:{}s:11:\"banners_rtl\";a:0:{}}s:33:\"classic-editor/classic-editor.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:28:\"w.org/plugins/classic-editor\";s:4:\"slug\";s:14:\"classic-editor\";s:6:\"plugin\";s:33:\"classic-editor/classic-editor.php\";s:11:\"new_version\";s:3:\"1.5\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/classic-editor/\";s:7:\"package\";s:61:\"https://downlo
 ads.wordpress.org/plugin/classic-editor.1.5.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/classic-editor/assets/icon-256x256.png?rev=1998671\";s:2:\"1x\";s:67:\"https://ps.w.org/classic-editor/assets/icon-128x128.png?rev=1998671\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:70:\"https://ps.w.org/classic-editor/assets/banner-1544x500.png?rev=1998671\";s:2:\"1x\";s:69:\"https://ps.w.org/classic-editor/assets/banner-772x250.png?rev=1998676\";}s:11:\"banners_rtl\";a:0:{}}s:23:\"polldaddy/polldaddy.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:23:\"w.org/plugins/polldaddy\";s:4:\"slug\";s:9:\"polldaddy\";s:6:\"plugin\";s:23:\"polldaddy/polldaddy.php\";s:11:\"new_version\";s:5:\"2.1.2\";s:3:\"url\";s:40:\"https://wordpress.org/plugins/polldaddy/\";s:7:\"p
 ackage\";s:58:\"https://downloads.wordpress.org/plugin/polldaddy.2.1.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:62:\"https://ps.w.org/polldaddy/assets/icon-256x256.png?rev=2073994\";s:2:\"1x\";s:62:\"https://ps.w.org/polldaddy/assets/icon-128x128.png?rev=2073994\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/polldaddy/assets/banner-1544x500.png?rev=2073994\";s:2:\"1x\";s:64:\"https://ps.w.org/polldaddy/assets/banner-772x250.png?rev=2073994\";}s:11:\"banners_rtl\";a:0:{}}s:45:\"custom-content-width/custom-content-width.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:34:\"w.org/plugins/custom-content-width\";s:4:\"slug\";s:20:\"custom-content-width\";s:6:\"plugin\";s:45:\"custom-content-width/custom-content-width.php\";s:11:\"new_version\";s:5:\"1.0.1\";s:3:\&quot
 ;url\";s:51:\"https://wordpress.org/plugins/custom-content-width/\";s:7:\"package\";s:69:\"https://downloads.wordpress.org/plugin/custom-content-width.1.0.1.zip\";s:5:\"icons\";a:1:{s:7:\"default\";s:64:\"https://s.w.org/plugins/geopattern-icon/custom-content-width.svg\";}s:7:\"banners\";a:0:{}s:11:\"banners_rtl\";a:0:{}}s:23:\"edit-flow/edit_flow.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:23:\"w.org/plugins/edit-flow\";s:4:\"slug\";s:9:\"edit-flow\";s:6:\"plugin\";s:23:\"edit-flow/edit_flow.php\";s:11:\"new_version\";s:3:\"0.9\";s:3:\"url\";s:40:\"https://wordpress.org/plugins/edit-flow/\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/plugin/edit-flow.0.9.zip\";s:5:\"icons\";a:1:{s:7:\"default\";s:60:\"https://s.w.org/plugins/geopa
 ttern-icon/edit-flow_6a393c.svg\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:63:\"https://ps.w.org/edit-flow/assets/banner-772x250.png?rev=487217\";}s:11:\"banners_rtl\";a:0:{}}s:41:\"email-post-changes/email-post-changes.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:32:\"w.org/plugins/email-post-changes\";s:4:\"slug\";s:18:\"email-post-changes\";s:6:\"plugin\";s:41:\"email-post-changes/email-post-changes.php\";s:11:\"new_version\";s:5:\"1.7.1\";s:3:\"url\";s:49:\"https://wordpress.org/plugins/email-post-changes/\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/plugin/email-post-changes.1.7.1.zip\";s:5:\"icons\";a:1:{s:7:\"default\";s:62:\"https://s.w.org/plugins/geopattern-icon/email-post-changes.svg\";}s:7:\"banners\";a:0:{}s:11:\"banners_rtl\";a:0:{}}s:33:
 \"camptix-paynow/camptix-paynow.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:44:\"w.org/plugins/gateway-camptix-paynow-payment\";s:4:\"slug\";s:30:\"gateway-camptix-paynow-payment\";s:6:\"plugin\";s:33:\"camptix-paynow/camptix-paynow.php\";s:11:\"new_version\";s:5:\"1.0.4\";s:3:\"url\";s:61:\"https://wordpress.org/plugins/gateway-camptix-paynow-payment/\";s:7:\"package\";s:79:\"https://downloads.wordpress.org/plugin/gateway-camptix-paynow-payment.1.0.4.zip\";s:5:\"icons\";a:1:{s:7:\"default\";s:74:\"https://s.w.org/plugins/geopattern-icon/gateway-camptix-paynow-payment.svg\";}s:7:\"banners\";a:0:{}s:11:\"banners_rtl\";a:0:{}}s:23:\"gutenberg/gutenberg.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:23:\"w.org/plugins/gutenberg\";s:4:\"slug\";s:9:\"gutenberg
 \";s:6:\"plugin\";s:23:\"gutenberg/gutenberg.php\";s:11:\"new_version\";s:5:\"5.9.2\";s:3:\"url\";s:40:\"https://wordpress.org/plugins/gutenberg/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/gutenberg.5.9.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:62:\"https://ps.w.org/gutenberg/assets/icon-256x256.jpg?rev=1776042\";s:2:\"1x\";s:62:\"https://ps.w.org/gutenberg/assets/icon-128x128.jpg?rev=1776042\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/gutenberg/assets/banner-1544x500.jpg?rev=1718710\";s:2:\"1x\";s:64:\"https://ps.w.org/gutenberg/assets/banner-772x250.jpg?rev=1718710\";}s:11:\"banners_rtl\";a:0:{}}s:14:\"hyperdb/db.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:21:\"w.org/plugins/hyperdb\";s:4:\"slug\";s:7:\"hyp
 erdb\";s:6:\"plugin\";s:14:\"hyperdb/db.php\";s:11:\"new_version\";s:3:\"1.5\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/hyperdb/\";s:7:\"package\";s:54:\"https://downloads.wordpress.org/plugin/hyperdb.1.5.zip\";s:5:\"icons\";a:1:{s:7:\"default\";s:58:\"https://s.w.org/plugins/geopattern-icon/hyperdb_33353d.svg\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:61:\"https://ps.w.org/hyperdb/assets/banner-772x250.jpg?rev=478989\";}s:11:\"banners_rtl\";a:0:{}}s:19:\"jetpack/jetpack.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:21:\"w.org/plugins/jetpack\";s:4:\"slug\";s:7:\"jetpack\";s:6:\"plugin\";s:19:\"jetpack/jetpack.php\";s:11:\"new_version\";s:5:\"7.4.1\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/jetpack/\";s:7:\&qu
 ot;package\";s:56:\"https://downloads.wordpress.org/plugin/jetpack.7.4.1.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:60:\"https://ps.w.org/jetpack/assets/icon-256x256.png?rev=1791404\";s:2:\"1x\";s:52:\"https://ps.w.org/jetpack/assets/icon.svg?rev=1791404\";s:3:\"svg\";s:52:\"https://ps.w.org/jetpack/assets/icon.svg?rev=1791404\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:63:\"https://ps.w.org/jetpack/assets/banner-1544x500.png?rev=1791404\";s:2:\"1x\";s:62:\"https://ps.w.org/jetpack/assets/banner-772x250.png?rev=1791404\";}s:11:\"banners_rtl\";a:0:{}}s:21:\"liveblog/liveblog.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:22:\"w.org/plugins/liveblog\";s:4:\"slug\";s:8:\"liveblog\";s:6:\"plugin\";s:21:\"liveblog/liveblog.php\";s:11:\"new_version\";s:5:\"1.9.4\";s:3
 :\"url\";s:39:\"https://wordpress.org/plugins/liveblog/\";s:7:\"package\";s:57:\"https://downloads.wordpress.org/plugin/liveblog.1.9.4.zip\";s:5:\"icons\";a:1:{s:7:\"default\";s:59:\"https://s.w.org/plugins/geopattern-icon/liveblog_a7d9eb.svg\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:63:\"https://ps.w.org/liveblog/assets/banner-1544x500.png?rev=596087\";s:2:\"1x\";s:62:\"https://ps.w.org/liveblog/assets/banner-772x250.png?rev=596087\";}s:11:\"banners_rtl\";a:0:{}}s:43:\"public-post-preview/public-post-preview.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:33:\"w.org/plugins/public-post-preview\";s:4:\"slug\";s:19:\"public-post-preview\";s:6:\"plugin\";s:43:\"public-post-preview/public-post-preview.php\";s:11:\"new_version\";s:5:\"2.8.0\";s:3:\"url\";s:50:\&quo
 t;https://wordpress.org/plugins/public-post-preview/\";s:7:\"package\";s:68:\"https://downloads.wordpress.org/plugin/public-post-preview.2.8.0.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:71:\"https://ps.w.org/public-post-preview/assets/icon-256x256.png?rev=970573\";s:2:\"1x\";s:71:\"https://ps.w.org/public-post-preview/assets/icon-128x128.png?rev=970573\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:73:\"https://ps.w.org/public-post-preview/assets/banner-772x250.png?rev=575724\";}s:11:\"banners_rtl\";a:0:{}}s:11:\"pwa/pwa.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:17:\"w.org/plugins/pwa\";s:4:\"slug\";s:3:\"pwa\";s:6:\"plugin\";s:11:\"pwa/pwa.php\";s:11:\"new_version\";s:5:\"0.2.0\";s:3:\"url\";s:34:\"https://wordpress.org/plugins/pwa/\";s:7:\"package\";s:52:\&q
 uot;https://downloads.wordpress.org/plugin/pwa.0.2.0.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:56:\"https://ps.w.org/pwa/assets/icon-256x256.png?rev=1908485\";s:2:\"1x\";s:48:\"https://ps.w.org/pwa/assets/icon.svg?rev=1908485\";s:3:\"svg\";s:48:\"https://ps.w.org/pwa/assets/icon.svg?rev=1908485\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:59:\"https://ps.w.org/pwa/assets/banner-1544x500.png?rev=1908485\";s:2:\"1x\";s:58:\"https://ps.w.org/pwa/assets/banner-772x250.png?rev=1908485\";}s:11:\"banners_rtl\";a:2:{s:2:\"2x\";s:63:\"https://ps.w.org/pwa/assets/banner-1544x500-rtl.png?rev=1908485\";s:2:\"1x\";s:62:\"https://ps.w.org/pwa/assets/banner-772x250-rtl.png?rev=1908485\";}}s:27:\"supportflow/supportflow.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:25:\"w.org/plugins/supportflow\";s:4:\&qu
 ot;slug\";s:11:\"supportflow\";s:6:\"plugin\";s:27:\"supportflow/supportflow.php\";s:11:\"new_version\";s:3:\"0.7\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/supportflow/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/supportflow.0.7.zip\";s:5:\"icons\";a:1:{s:7:\"default\";s:62:\"https://s.w.org/plugins/geopattern-icon/supportflow_037645.svg\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/supportflow/assets/banner-1544x500.png?rev=1317661\";s:2:\"1x\";s:66:\"https://ps.w.org/supportflow/assets/banner-772x250.png?rev=1317661\";}s:11:\"banners_rtl\";a:0:{}}s:24:\"tagregator/bootstrap.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:24:\"w.org/plugins/tagregator\";s:4:\"slug\";s:10:\"tagregator\";s:6:\"plugin\&quot
 ;;s:24:\"tagregator/bootstrap.php\";s:11:\"new_version\";s:3:\"0.6\";s:3:\"url\";s:41:\"https://wordpress.org/plugins/tagregator/\";s:7:\"package\";s:57:\"https://downloads.wordpress.org/plugin/tagregator.0.6.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:63:\"https://ps.w.org/tagregator/assets/icon-256x256.png?rev=1908362\";s:2:\"1x\";s:55:\"https://ps.w.org/tagregator/assets/icon.svg?rev=1908362\";s:3:\"svg\";s:55:\"https://ps.w.org/tagregator/assets/icon.svg?rev=1908362\";}s:7:\"banners\";a:0:{}s:11:\"banners_rtl\";a:0:{}}s:41:\"wordpress-importer/wordpress-importer.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:32:\"w.org/plugins/wordpress-importer\";s:4:\"slug\";s:18:\"wordpress-importer\";s:6:\"plugin\";s:41:\"wordpress-importer/wordpress-importer.php\";s:11
 :\"new_version\";s:5:\"0.6.4\";s:3:\"url\";s:49:\"https://wordpress.org/plugins/wordpress-importer/\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/plugin/wordpress-importer.0.6.4.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:71:\"https://ps.w.org/wordpress-importer/assets/icon-256x256.png?rev=1908375\";s:2:\"1x\";s:63:\"https://ps.w.org/wordpress-importer/assets/icon.svg?rev=1908375\";s:3:\"svg\";s:63:\"https://ps.w.org/wordpress-importer/assets/icon.svg?rev=1908375\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:72:\"https://ps.w.org/wordpress-importer/assets/banner-772x250.png?rev=547654\";}s:11:\"banners_rtl\";a:0:{}}s:41:\"wp-multibyte-patch/wp-multibyte-patch.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:32:\"w.org/plugins/wp-multibyte-patch\";s:4:\"slug\";s:18:\"wp-multib
 yte-patch\";s:6:\"plugin\";s:41:\"wp-multibyte-patch/wp-multibyte-patch.php\";s:11:\"new_version\";s:5:\"2.8.2\";s:3:\"url\";s:49:\"https://wordpress.org/plugins/wp-multibyte-patch/\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/plugin/wp-multibyte-patch.2.8.2.zip\";s:5:\"icons\";a:1:{s:7:\"default\";s:62:\"https://s.w.org/plugins/geopattern-icon/wp-multibyte-patch.svg\";}s:7:\"banners\";a:0:{}s:11:\"banners_rtl\";a:0:{}}}}'),(1583,1,'camptix_nt_revenue_report_blog_ids','a:4:{i:0;s:1:\"7\";i:1;s:2:\"11\";i:2;s:2:\"45\";i:3;s:2:\"46\";}'),(1590,1,'site_meta_supported','1'),(1592,1,'_site_transient_update_core','O:8:\"stdClass\":4:{s:7:\"updates\";a:3:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:11:\"development\";s:8:\"download\";s:61:\"h
 ttps://wordpress.org/nightly-builds/wordpress-5.2-latest.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:61:\"https://wordpress.org/nightly-builds/wordpress-5.2-latest.zip\";s:10:\"no_content\";b:0;s:11:\"new_bundled\";b:0;s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:17:\"5.2.3-alpha-45552\";s:7:\"version\";s:17:\"5.2.3-alpha-45552\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.0\";s:15:\"partial_version\";s:0:\"\";}i:1;O:8:\"stdClass\":10:{s:8:\"response\";s:6:\"latest\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.2.2.zip\";s:6:\"locale\";s:5:\"en_US\";s
 :8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.2.2.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.2.2-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.2.2-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"5.2.2\";s:7:\"version\";s:5:\"5.2.2\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.0\";s:15:\"partial_version\";s:0:\"\";}i:2;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:61:\"https://wordpress.org/nightly-builds/wordpress-5.2-latest.zip\";s:6:\"local
 e\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:61:\"https://wordpress.org/nightly-builds/wordpress-5.2-latest.zip\";s:10:\"no_content\";b:0;s:11:\"new_bundled\";b:0;s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:17:\"5.2.3-alpha-45552\";s:7:\"version\";s:17:\"5.2.3-alpha-45552\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.0\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}}s:12:\"last_checked\";i:1561492382;s:15:\"version_checked\";s:17:\"5.2.3-alpha-45552\";s:12:\"translations\";a:52:{i:0;a:7:{s:4:\"type\";s:4:\"core\";s:4:\"slug\";s:7:\"default\";s:8:\"language
 \";s:2:\"ar\";s:7:\"version\";s:5:\"5.2.2\";s:7:\"updated\";s:19:\"2019-06-21 15:14:05\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/5.2.2/ar.zip\";s:10:\"autoupdate\";b:1;}i:1;a:7:{s:4:\"type\";s:4:\"core\";s:4:\"slug\";s:7:\"default\";s:8:\"language\";s:5:\"bg_BG\";s:7:\"version\";s:5:\"5.2.1\";s:7:\"updated\";s:19:\"2019-06-10 20:13:25\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.2.1/bg_BG.zip\";s:10:\"autoupdate\";b:1;}i:2;a:7:{s:4:\"type\";s:4:\"core\";s:4:\"slug\";s:7:\"default\";s:8:\"language\";s:2:\"bo\";s:7:\"version\";s:5:\"5.2.2\";s:7:\"updated\";s:19:\"2019-06-25 02:28:24\";s:7:\"package\";s:6
 1:\"https://downloads.wordpress.org/translation/core/5.2.2/bo.zip\";s:10:\"autoupdate\";b:1;}i:3;a:7:{s:4:\"type\";s:4:\"core\";s:4:\"slug\";s:7:\"default\";s:8:\"language\";s:5:\"bs_BA\";s:7:\"version\";s:5:\"5.2.2\";s:7:\"updated\";s:19:\"2019-06-24 05:22:45\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.2.2/bs_BA.zip\";s:10:\"autoupdate\";b:1;}i:4;a:7:{s:4:\"type\";s:4:\"core\";s:4:\"slug\";s:7:\"default\";s:8:\"language\";s:2:\"ca\";s:7:\"version\";s:5:\"5.2.2\";s:7:\"updated\";s:19:\"2019-06-21 14:34:18\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/5.2.2/ca.zip\";s:10:\"autoupdate\";b:1;}i:5;a:7:{s:4:\"type\";s:4:\"core\";s:4:\
 "slug\";s:7:\"default\";s:8:\"language\";s:5:\"cs_CZ\";s:7:\"version\";s:5:\"5.2.2\";s:7:\"updated\";s:19:\"2019-06-24 13:44:33\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.2.2/cs_CZ.zip\";s:10:\"autoupdate\";b:1;}i:6;a:7:{s:4:\"type\";s:4:\"core\";s:4:\"slug\";s:7:\"default\";s:8:\"language\";s:2:\"cy\";s:7:\"version\";s:5:\"5.2.2\";s:7:\"updated\";s:19:\"2019-06-21 08:32:15\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/5.2.2/cy.zip\";s:10:\"autoupdate\";b:1;}i:7;a:7:{s:4:\"type\";s:4:\"core\";s:4:\"slug\";s:7:\"default\";s:8:\"language\";s:5:\"de_CH\";s:7:\"version\";s:5:\"5.2.2\";s:7:\"updated\";s:
 19:\"2019-06-19 09:55:37\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.2.2/de_CH.zip\";s:10:\"autoupdate\";b:1;}i:8;a:7:{s:4:\"type\";s:4:\"core\";s:4:\"slug\";s:7:\"default\";s:8:\"language\";s:14:\"de_CH_informal\";s:7:\"version\";s:5:\"5.2.2\";s:7:\"updated\";s:19:\"2019-06-19 09:56:19\";s:7:\"package\";s:73:\"https://downloads.wordpress.org/translation/core/5.2.2/de_CH_informal.zip\";s:10:\"autoupdate\";b:1;}i:9;a:7:{s:4:\"type\";s:4:\"core\";s:4:\"slug\";s:7:\"default\";s:8:\"language\";s:5:\"de_DE\";s:7:\"version\";s:5:\"5.2.2\";s:7:\"updated\";s:19:\"2019-06-23 09:03:07\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.2.2/de_DE.zip\";s
 :10:\"autoupdate\";b:1;}i:10;a:7:{s:4:\"type\";s:4:\"core\";s:4:\"slug\";s:7:\"default\";s:8:\"language\";s:12:\"de_DE_formal\";s:7:\"version\";s:5:\"5.2.2\";s:7:\"updated\";s:19:\"2019-06-23 09:03:19\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/translation/core/5.2.2/de_DE_formal.zip\";s:10:\"autoupdate\";b:1;}i:11;a:7:{s:4:\"type\";s:4:\"core\";s:4:\"slug\";s:7:\"default\";s:8:\"language\";s:2:\"el\";s:7:\"version\";s:5:\"5.2.2\";s:7:\"updated\";s:19:\"2019-06-13 16:40:55\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/5.2.2/el.zip\";s:10:\"autoupdate\";b:1;}i:12;a:7:{s:4:\"type\";s:4:\"core\";s:4:\"slug\";s:7:\"default\";s:8:\"langua
 ge\";s:5:\"en_AU\";s:7:\"version\";s:5:\"5.2.2\";s:7:\"updated\";s:19:\"2019-06-25 07:12:29\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.2.2/en_AU.zip\";s:10:\"autoupdate\";b:1;}i:13;a:7:{s:4:\"type\";s:4:\"core\";s:4:\"slug\";s:7:\"default\";s:8:\"language\";s:5:\"en_CA\";s:7:\"version\";s:5:\"5.2.2\";s:7:\"updated\";s:19:\"2019-06-20 16:48:55\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.2.2/en_CA.zip\";s:10:\"autoupdate\";b:1;}i:14;a:7:{s:4:\"type\";s:4:\"core\";s:4:\"slug\";s:7:\"default\";s:8:\"language\";s:5:\"en_GB\";s:7:\"version\";s:5:\"5.2.2\";s:7:\"updated\";s:19:\"2019-06-20 11:31:40\";s:7:\"packa
 ge\";s:64:\"https://downloads.wordpress.org/translation/core/5.2.2/en_GB.zip\";s:10:\"autoupdate\";b:1;}i:15;a:7:{s:4:\"type\";s:4:\"core\";s:4:\"slug\";s:7:\"default\";s:8:\"language\";s:5:\"en_NZ\";s:7:\"version\";s:5:\"5.2.2\";s:7:\"updated\";s:19:\"2019-06-20 23:50:40\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.2.2/en_NZ.zip\";s:10:\"autoupdate\";b:1;}i:16;a:7:{s:4:\"type\";s:4:\"core\";s:4:\"slug\";s:7:\"default\";s:8:\"language\";s:5:\"en_ZA\";s:7:\"version\";s:5:\"5.1.1\";s:7:\"updated\";s:19:\"2019-06-06 15:48:01\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.1.1/en_ZA.zip\";s:10:\"autoupdate\";b:1;}i:17;a:7:{s:4:\"type\";s:4
 :\"core\";s:4:\"slug\";s:7:\"default\";s:8:\"language\";s:2:\"eo\";s:7:\"version\";s:5:\"5.2.2\";s:7:\"updated\";s:19:\"2019-06-20 20:46:03\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/5.2.2/eo.zip\";s:10:\"autoupdate\";b:1;}i:18;a:7:{s:4:\"type\";s:4:\"core\";s:4:\"slug\";s:7:\"default\";s:8:\"language\";s:5:\"es_AR\";s:7:\"version\";s:5:\"5.2.2\";s:7:\"updated\";s:19:\"2019-06-21 11:52:29\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.2.2/es_AR.zip\";s:10:\"autoupdate\";b:1;}i:19;a:7:{s:4:\"type\";s:4:\"core\";s:4:\"slug\";s:7:\"default\";s:8:\"language\";s:5:\"es_CL\";s:7:\"version\";s:5:\"5.2.2\";s
 :7:\"updated\";s:19:\"2019-06-18 21:14:52\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.2.2/es_CL.zip\";s:10:\"autoupdate\";b:1;}i:20;a:7:{s:4:\"type\";s:4:\"core\";s:4:\"slug\";s:7:\"default\";s:8:\"language\";s:5:\"es_CO\";s:7:\"version\";s:6:\"4.9.10\";s:7:\"updated\";s:19:\"2019-05-23 02:23:28\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.9.10/es_CO.zip\";s:10:\"autoupdate\";b:1;}i:21;a:7:{s:4:\"type\";s:4:\"core\";s:4:\"slug\";s:7:\"default\";s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:5:\"5.2.2\";s:7:\"updated\";s:19:\"2019-06-20 14:26:54\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.2.2/es_ES.
 zip\";s:10:\"autoupdate\";b:1;}i:22;a:7:{s:4:\"type\";s:4:\"core\";s:4:\"slug\";s:7:\"default\";s:8:\"language\";s:5:\"es_VE\";s:7:\"version\";s:3:\"5.2\";s:7:\"updated\";s:19:\"2019-05-11 15:51:57\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.2/es_VE.zip\";s:10:\"autoupdate\";b:1;}i:23;a:7:{s:4:\"type\";s:4:\"core\";s:4:\"slug\";s:7:\"default\";s:8:\"language\";s:5:\"fa_IR\";s:7:\"version\";s:5:\"5.2.1\";s:7:\"updated\";s:19:\"2019-05-29 05:00:30\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.2.1/fa_IR.zip\";s:10:\"autoupdate\";b:1;}i:24;a:7:{s:4:\"type\";s:4:\"core\";s:4:\"slug\";s:7:\"default\";s:8:\"languag
 e\";s:2:\"fi\";s:7:\"version\";s:5:\"5.2.2\";s:7:\"updated\";s:19:\"2019-06-21 09:29:52\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/5.2.2/fi.zip\";s:10:\"autoupdate\";b:1;}i:25;a:7:{s:4:\"type\";s:4:\"core\";s:4:\"slug\";s:7:\"default\";s:8:\"language\";s:5:\"fr_CA\";s:7:\"version\";s:5:\"5.2.2\";s:7:\"updated\";s:19:\"2019-06-17 01:38:53\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.2.2/fr_CA.zip\";s:10:\"autoupdate\";b:1;}i:26;a:7:{s:4:\"type\";s:4:\"core\";s:4:\"slug\";s:7:\"default\";s:8:\"language\";s:5:\"fr_FR\";s:7:\"version\";s:5:\"5.2.2\";s:7:\"updated\";s:19:\"2019-06-20 11:21:31\";s:7:\"package\&quo
 t;;s:64:\"https://downloads.wordpress.org/translation/core/5.2.2/fr_FR.zip\";s:10:\"autoupdate\";b:1;}i:27;a:7:{s:4:\"type\";s:4:\"core\";s:4:\"slug\";s:7:\"default\";s:8:\"language\";s:5:\"gl_ES\";s:7:\"version\";s:5:\"5.2.2\";s:7:\"updated\";s:19:\"2019-06-15 09:41:31\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.2.2/gl_ES.zip\";s:10:\"autoupdate\";b:1;}i:28;a:7:{s:4:\"type\";s:4:\"core\";s:4:\"slug\";s:7:\"default\";s:8:\"language\";s:5:\"he_IL\";s:7:\"version\";s:5:\"5.2.2\";s:7:\"updated\";s:19:\"2019-06-19 09:14:09\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.2.2/he_IL.zip\";s:10:\"autoupdate\";b:1;}i:29;a:7:{s:4:\"type\";s:4:\&quot
 ;core\";s:4:\"slug\";s:7:\"default\";s:8:\"language\";s:2:\"hr\";s:7:\"version\";s:5:\"5.2.1\";s:7:\"updated\";s:19:\"2019-06-11 14:05:23\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/5.2.1/hr.zip\";s:10:\"autoupdate\";b:1;}i:30;a:7:{s:4:\"type\";s:4:\"core\";s:4:\"slug\";s:7:\"default\";s:8:\"language\";s:5:\"it_IT\";s:7:\"version\";s:5:\"5.2.2\";s:7:\"updated\";s:19:\"2019-06-24 08:25:17\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.2.2/it_IT.zip\";s:10:\"autoupdate\";b:1;}i:31;a:7:{s:4:\"type\";s:4:\"core\";s:4:\"slug\";s:7:\"default\";s:8:\"language\";s:2:\"ja\";s:7:\"version\";s:5:\"5.2.2\";s:7:\"
 updated\";s:19:\"2019-06-18 06:50:11\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/5.2.2/ja.zip\";s:10:\"autoupdate\";b:1;}i:32;a:7:{s:4:\"type\";s:4:\"core\";s:4:\"slug\";s:7:\"default\";s:8:\"language\";s:5:\"lt_LT\";s:7:\"version\";s:5:\"5.0.4\";s:7:\"updated\";s:19:\"2019-06-17 20:45:59\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.0.4/lt_LT.zip\";s:10:\"autoupdate\";b:1;}i:33;a:7:{s:4:\"type\";s:4:\"core\";s:4:\"slug\";s:7:\"default\";s:8:\"language\";s:2:\"lv\";s:7:\"version\";s:6:\"4.7.13\";s:7:\"updated\";s:19:\"2019-05-10 10:24:08\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.13/lv.zip\";s:10:\&q
 uot;autoupdate\";b:1;}i:34;a:7:{s:4:\"type\";s:4:\"core\";s:4:\"slug\";s:7:\"default\";s:8:\"language\";s:5:\"nb_NO\";s:7:\"version\";s:5:\"5.2.1\";s:7:\"updated\";s:19:\"2019-06-10 17:45:28\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.2.1/nb_NO.zip\";s:10:\"autoupdate\";b:1;}i:35;a:7:{s:4:\"type\";s:4:\"core\";s:4:\"slug\";s:7:\"default\";s:8:\"language\";s:5:\"nl_NL\";s:7:\"version\";s:5:\"5.2.2\";s:7:\"updated\";s:19:\"2019-06-20 11:32:30\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.2.2/nl_NL.zip\";s:10:\"autoupdate\";b:1;}i:36;a:7:{s:4:\"type\";s:4:\"core\";s:4:\"slug\";s:7:\"default\";s:8:\"language\";s:5:\&
 quot;nn_NO\";s:7:\"version\";s:5:\"5.2.2\";s:7:\"updated\";s:19:\"2019-06-20 11:47:07\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.2.2/nn_NO.zip\";s:10:\"autoupdate\";b:1;}i:37;a:7:{s:4:\"type\";s:4:\"core\";s:4:\"slug\";s:7:\"default\";s:8:\"language\";s:5:\"pl_PL\";s:7:\"version\";s:8:\"5.2-beta\";s:7:\"updated\";s:19:\"2019-04-09 16:46:27\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/translation/core/5.2-beta/pl_PL.zip\";s:10:\"autoupdate\";b:1;}i:38;a:7:{s:4:\"type\";s:4:\"core\";s:4:\"slug\";s:7:\"default\";s:8:\"language\";s:5:\"pt_BR\";s:7:\"version\";s:5:\"5.2.2\";s:7:\"updated\";s:19:\"2019-06-18 18:21:38\";s:7:\"package\";
 s:64:\"https://downloads.wordpress.org/translation/core/5.2.2/pt_BR.zip\";s:10:\"autoupdate\";b:1;}i:39;a:7:{s:4:\"type\";s:4:\"core\";s:4:\"slug\";s:7:\"default\";s:8:\"language\";s:5:\"pt_PT\";s:7:\"version\";s:5:\"5.2.2\";s:7:\"updated\";s:19:\"2019-06-24 08:35:58\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.2.2/pt_PT.zip\";s:10:\"autoupdate\";b:1;}i:40;a:7:{s:4:\"type\";s:4:\"core\";s:4:\"slug\";s:7:\"default\";s:8:\"language\";s:5:\"ro_RO\";s:7:\"version\";s:5:\"5.2.2\";s:7:\"updated\";s:19:\"2019-06-20 12:42:02\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.2.2/ro_RO.zip\";s:10:\"autoupdate\";b:1;}i:41;a:7:{s:4:\"type\";s:4:\"co
 re\";s:4:\"slug\";s:7:\"default\";s:8:\"language\";s:5:\"ru_RU\";s:7:\"version\";s:5:\"5.2.2\";s:7:\"updated\";s:19:\"2019-06-20 11:23:23\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.2.2/ru_RU.zip\";s:10:\"autoupdate\";b:1;}i:42;a:7:{s:4:\"type\";s:4:\"core\";s:4:\"slug\";s:7:\"default\";s:8:\"language\";s:5:\"sk_SK\";s:7:\"version\";s:5:\"5.2.2\";s:7:\"updated\";s:19:\"2019-06-20 16:58:08\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.2.2/sk_SK.zip\";s:10:\"autoupdate\";b:1;}i:43;a:7:{s:4:\"type\";s:4:\"core\";s:4:\"slug\";s:7:\"default\";s:8:\"language\";s:2:\"sq\";s:7:\"version\";s:5:\"5.1.1\";s:7:\&qu
 ot;updated\";s:19:\"2019-04-02 15:10:17\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/5.1.1/sq.zip\";s:10:\"autoupdate\";b:1;}i:44;a:7:{s:4:\"type\";s:4:\"core\";s:4:\"slug\";s:7:\"default\";s:8:\"language\";s:5:\"sr_RS\";s:7:\"version\";s:5:\"5.2.1\";s:7:\"updated\";s:19:\"2019-05-21 18:58:08\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.2.1/sr_RS.zip\";s:10:\"autoupdate\";b:1;}i:45;a:7:{s:4:\"type\";s:4:\"core\";s:4:\"slug\";s:7:\"default\";s:8:\"language\";s:5:\"sv_SE\";s:7:\"version\";s:5:\"5.2.2\";s:7:\"updated\";s:19:\"2019-06-20 15:08:27\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.2.2/sv_SE.zip\";s
 :10:\"autoupdate\";b:1;}i:46;a:7:{s:4:\"type\";s:4:\"core\";s:4:\"slug\";s:7:\"default\";s:8:\"language\";s:2:\"th\";s:7:\"version\";s:5:\"5.2.2\";s:7:\"updated\";s:19:\"2019-06-16 03:13:05\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/5.2.2/th.zip\";s:10:\"autoupdate\";b:1;}i:47;a:7:{s:4:\"type\";s:4:\"core\";s:4:\"slug\";s:7:\"default\";s:8:\"language\";s:5:\"tr_TR\";s:7:\"version\";s:5:\"5.2.2\";s:7:\"updated\";s:19:\"2019-06-20 13:37:33\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.2.2/tr_TR.zip\";s:10:\"autoupdate\";b:1;}i:48;a:7:{s:4:\"type\";s:4:\"core\";s:4:\"slug\";s:7:\"default\";s:8:\"language\";s:2:\
 "uk\";s:7:\"version\";s:5:\"5.2.2\";s:7:\"updated\";s:19:\"2019-06-21 12:25:27\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/5.2.2/uk.zip\";s:10:\"autoupdate\";b:1;}i:49;a:7:{s:4:\"type\";s:4:\"core\";s:4:\"slug\";s:7:\"default\";s:8:\"language\";s:2:\"vi\";s:7:\"version\";s:5:\"5.2.1\";s:7:\"updated\";s:19:\"2019-05-24 10:49:36\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/5.2.1/vi.zip\";s:10:\"autoupdate\";b:1;}i:50;a:7:{s:4:\"type\";s:4:\"core\";s:4:\"slug\";s:7:\"default\";s:8:\"language\";s:5:\"zh_HK\";s:7:\"version\";s:3:\"5.2\";s:7:\"updated\";s:19:\"2019-05-09 17:07:08\";s:7:\"package\";s:62:\"https:/
 /downloads.wordpress.org/translation/core/5.2/zh_HK.zip\";s:10:\"autoupdate\";b:1;}i:51;a:7:{s:4:\"type\";s:4:\"core\";s:4:\"slug\";s:7:\"default\";s:8:\"language\";s:5:\"zh_TW\";s:7:\"version\";s:5:\"5.2.2\";s:7:\"updated\";s:19:\"2019-06-23 06:53:13\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.2.2/zh_TW.zip\";s:10:\"autoupdate\";b:1;}}}'),(1593,1,'_site_transient_timeout_browser_e9fb3e254fc2aadc88da44f06623e6b5','1562095061'),(1594,1,'_site_transient_browser_e9fb3e254fc2aadc88da44f06623e6b5','a:10:{s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:4:\"68.0\";s:8:\"platform\";s:9:\"Macintosh\";s:10:\"update_url\";s:24:\"https://www.firefox.com/\";s:7:\"img_src\";s:44:\"http://s.w.org/images/browsers/firefox.png?1\&quot
 ;;s:11:\"img_src_ssl\";s:45:\"https://s.w.org/images/browsers/firefox.png?1\";s:15:\"current_version\";s:2:\"56\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}'),(1595,1,'_site_transient_timeout_php_check_6b697d679328a3c033f27d9ce3f7f22b','1562095062'),(1596,1,'_site_transient_php_check_6b697d679328a3c033f27d9ce3f7f22b','a:5:{s:19:\"recommended_version\";s:3:\"7.3\";s:15:\"minimum_version\";s:6:\"5.6.20\";s:12:\"is_supported\";b:1;s:9:\"is_secure\";b:1;s:13:\"is_acceptable\";b:1;}'),(1597,1,'_site_transient_timeout_community-events-bf177db4cdd8a3d4c99b4463854de2bd','1561533463'),(1598,1,'_site_transient_community-events-bf177db4cdd8a3d4c99b4463854de2bd','a:2:{s:8:\"location\";a:1:{s:2:\"ip\";s:10:\"172.19.0.0\";}s:6:\"events\";a:5:{i:0;a:7:{s:4:\"type\";s:6:\"meetup\";s:
 5:\"title\";s:19:\"WordPress Wednesday\";s:3:\"url\";s:58:\"https://www.meetup.com/wordpresspetaluma/events/262026731/\";s:6:\"meetup\";s:18:\"WordPress Petaluma\";s:10:\"meetup_url\";s:41:\"https://www.meetup.com/wordpresspetaluma/\";s:4:\"date\";s:19:\"2019-06-26 11:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:17:\"Petaluma, CA, USA\";s:7:\"country\";s:2:\"us\";s:8:\"latitude\";d:38.234821;s:9:\"longitude\";d:-122.642494;}}i:1;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:36:\"Fun w/ Some Amusing Gutenberg Blocks\";s:3:\"url\";s:72:\"https://www.meetup.com/Wordpress-Bay-Area-CA-Foothills/events/259691782/\";s:6:\"meetup\";s:34:\"WordPress Bay Area Foothills Group\";s:10:\"meetup_url\";s:55:\"https://www.meetup.com
 /Wordpress-Bay-Area-CA-Foothills/\";s:4:\"date\";s:19:\"2019-06-26 13:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:17:\"Milpitas, CA, USA\";s:7:\"country\";s:2:\"us\";s:8:\"latitude\";d:37.43281;s:9:\"longitude\";d:-121.9071;}}i:2;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:27:\"WordPress Q&A and Topic TBD\";s:3:\"url\";s:50:\"https://www.meetup.com/sanjosewp/events/262015438/\";s:6:\"meetup\";s:29:\"The San Jose WordPress Meetup\";s:10:\"meetup_url\";s:33:\"https://www.meetup.com/sanjosewp/\";s:4:\"date\";s:19:\"2019-07-02 17:30:00\";s:8:\"location\";a:4:{s:8:\"location\";s:17:\"San Jose, CA, USA\";s:7:\"country\";s:2:\"us\";s:8:\"latitude\";d:37.244194;s:9:\"longitude\";d:-121.889313;}}i:
 3;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:19:\"WordPress Wednesday\";s:3:\"url\";s:61:\"https://www.meetup.com/wordpresspetaluma/events/tmtnxqyzkbfb/\";s:6:\"meetup\";s:18:\"WordPress Petaluma\";s:10:\"meetup_url\";s:41:\"https://www.meetup.com/wordpresspetaluma/\";s:4:\"date\";s:19:\"2019-07-03 11:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:17:\"Petaluma, CA, USA\";s:7:\"country\";s:2:\"us\";s:8:\"latitude\";d:38.23482;s:9:\"longitude\";d:-122.642494;}}i:4;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:33:\"Object-Oriented Theme Development\";s:3:\"url\";s:61:\"https://www.meetup.com/Sacramento-WordPress/events/258131312/\";s:6:\"meetup\";s:27:\"Sacramento WordPress Meetup\";s:10:\"meetup_url\&qu
 ot;;s:44:\"https://www.meetup.com/Sacramento-WordPress/\";s:4:\"date\";s:19:\"2019-07-09 18:30:00\";s:8:\"location\";a:4:{s:8:\"location\";s:19:\"Sacramento, CA, USA\";s:7:\"country\";s:2:\"us\";s:8:\"latitude\";d:38.565548;s:9:\"longitude\";d:-121.467964;}}}}'),(1601,1,'_site_transient_timeout_community-events-117e3728ef9578d305bbfa3309873eb4','1561536140'),(1602,1,'_site_transient_community-events-117e3728ef9578d305bbfa3309873eb4','a:2:{s:8:\"location\";a:4:{s:11:\"description\";s:7:\"Seattle\";s:8:\"latitude\";s:10:\"47.6062100\";s:9:\"longitude\";s:12:\"-122.3320700\";s:7:\"country\";s:2:\"US\";}s:6:\"events\";a:5:{i:0;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:26:\"WordPress Developer Meetup\";s:3:\"url\";s:63:\"https://w
 ww.meetup.com/SeattleWordPressMeetup/events/262498175/\";s:6:\"meetup\";s:24:\"Seattle WordPress Meetup\";s:10:\"meetup_url\";s:46:\"https://www.meetup.com/SeattleWordPressMeetup/\";s:4:\"date\";s:19:\"2019-07-10 18:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:12:\"Seattle, USA\";s:7:\"country\";s:2:\"US\";s:8:\"latitude\";d:47.623356;s:9:\"longitude\";d:-122.330109;}}i:1;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:26:\"WordPress Help Desk Meetup\";s:3:\"url\";s:63:\"https://www.meetup.com/SeattleWordPressMeetup/events/254458197/\";s:6:\"meetup\";s:24:\"Seattle WordPress Meetup\";s:10:\"meetup_url\";s:46:\"https://www.meetup.com/SeattleWordPressMeetup/\";s:4:\"date\";s:19:\"2019-07-16 18:30:00\";s:8:\"location\";a
 :4:{s:8:\"location\";s:16:\"Seattle, WA, USA\";s:7:\"country\";s:2:\"us\";s:8:\"latitude\";d:47.592556;s:9:\"longitude\";d:-122.31611;}}i:2;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:24:\"Olympia WordPress Meetup\";s:3:\"url\";s:71:\"https://www.meetup.com/Olympia-WordPress-Meetup-OlyWP/events/262496007/\";s:6:\"meetup\";s:32:\"Olympia WordPress Meetup (OlyWP)\";s:10:\"meetup_url\";s:54:\"https://www.meetup.com/Olympia-WordPress-Meetup-OlyWP/\";s:4:\"date\";s:19:\"2019-07-18 19:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:16:\"Olympia, WA, USA\";s:7:\"country\";s:2:\"us\";s:8:\"latitude\";d:47.046494;s:9:\"longitude\";d:-122.902596;}}i:3;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:13:\"Wo
 rdPress 101\";s:3:\"url\";s:63:\"https://www.meetup.com/SeattleWordPressMeetup/events/260845731/\";s:6:\"meetup\";s:24:\"Seattle WordPress Meetup\";s:10:\"meetup_url\";s:46:\"https://www.meetup.com/SeattleWordPressMeetup/\";s:4:\"date\";s:19:\"2019-07-20 10:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:16:\"Seattle, WA, USA\";s:7:\"country\";s:2:\"us\";s:8:\"latitude\";d:47.690609;s:9:\"longitude\";d:-122.357277;}}i:4;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:39:\"NEW! DIY User Group for Bloggers & more\";s:3:\"url\";s:63:\"https://www.meetup.com/SeattleWordPressMeetup/events/260845734/\";s:6:\"meetup\";s:24:\"Seattle WordPress Meetup\";s:10:\"meetup_url\";s:46:\"https://www.meetup.com/SeattleWordPressMeetup/\";s:4:\&q
 uot;date\";s:19:\"2019-07-27 10:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:16:\"Seattle, WA, USA\";s:7:\"country\";s:2:\"us\";s:8:\"latitude\";d:47.661068;s:9:\"longitude\";d:-122.330566;}}}}'),(1603,1,'_site_transient_timeout_theme_roots','1561494853'),(1604,1,'_site_transient_theme_roots','a:30:{s:13:\"campsite-2017\";s:7:\"/themes\";s:12:\"central-nine\";s:15:\"/themes-private\";s:8:\"nine-nyc\";s:15:\"/themes-private\";s:13:\"nine-savannah\";s:15:\"/themes-private\";s:4:\"nine\";s:15:\"/themes-private\";s:2:\"p2\";s:7:\"/themes\";s:4:\"plan\";s:7:\"/themes\";s:5:\"seven\";s:15:\"/themes-private\";s:12:\"twentyeleven\";s:7:\"/themes\";s:13:\"twentyfifteen\";s:7:\"/themes\";s:14:\"twentyfou
 rteen\";s:7:\"/themes\";s:14:\"twentynineteen\";s:7:\"/themes\";s:15:\"twentyseventeen\";s:7:\"/themes\";s:13:\"twentysixteen\";s:7:\"/themes\";s:9:\"twentyten\";s:7:\"/themes\";s:14:\"twentythirteen\";s:7:\"/themes\";s:12:\"twentytwelve\";s:7:\"/themes\";s:9:\"wcden2k12\";s:15:\"/themes-private\";s:8:\"wclx2011\";s:15:\"/themes-private\";s:8:\"wcoc2011\";s:15:\"/themes-private\";s:8:\"wcphilly\";s:15:\"/themes-private\";s:8:\"wcrt2011\";s:15:\"/themes-private\";s:8:\"wcsd2011\";s:15:\"/themes-private\";s:8:\"wcsf2006\";s:15:\"/themes-private\";s:8:\"wcsf2007\";s:15:\"/themes-private\";s:8:\"wcsf2010\";s:15:\"/themes-private\";s:8:\"wcsf2011\";s:15:\"/themes-
 private\";s:16:\"wordcamp-base-v2\";s:7:\"/themes\";s:13:\"wordcamp-base\";s:7:\"/themes\";s:21:\"wordcamp-central-2012\";s:7:\"/themes\";}');
</ins><span class="cx" style="display: block; padding: 0 10px"> /*!40000 ALTER TABLE `wc_sitemeta` ENABLE KEYS */;
</span><span class="cx" style="display: block; padding: 0 10px"> UNLOCK TABLES;
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -2161,7 +2185,7 @@
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><span class="cx" style="display: block; padding: 0 10px"> LOCK TABLES `wc_usermeta` WRITE;
</span><span class="cx" style="display: block; padding: 0 10px"> /*!40000 ALTER TABLE `wc_usermeta` DISABLE KEYS */;
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-INSERT INTO `wc_usermeta` VALUES (1,1,'first_name',''),(2,1,'last_name',''),(3,1,'nickname','admin'),(4,1,'description',''),(5,1,'rich_editing','true'),(6,1,'comment_shortcuts','false'),(7,1,'admin_color','fresh'),(8,1,'use_ssl','0'),(9,1,'show_admin_bar_front','true'),(10,1,'wc_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(11,1,'wc_user_level','10'),(12,1,'dismissed_wp_pointers','wp330_toolbar,wp330_saving_widgets,wp340_choose_image_from_library,wp340_customize_current_theme_link,wp350_media,wp360_revisions,wp360_locks,wp390_widgets'),(13,1,'show_welcome_panel','0'),(14,1,'wc_dashboard_quick_press_last_post_id','3'),(15,1,'source_domain','wordcamp.test'),(16,1,'primary_blog','1'),(17,1,'wc_2_capabilities','a:2:{s:13:\"administrator\";b:1;s:13:\"bbp_keymaster\";b:1;}'),(18,1,'wc_2_user_level','10'),(19,1,'wc_2_dashboard_quick_press_last_post_id','69190
 '),(26,1,'wc_3_dashboard_quick_press_last_post_id','1185675'),(27,1,'wc_4_dashboard_quick_press_last_post_id','3'),(28,1,'wc_5_dashboard_quick_press_last_post_id','3'),(29,2,'first_name',''),(30,2,'last_name',''),(31,2,'nickname','tagregator'),(32,2,'description',''),(33,2,'rich_editing','true'),(34,2,'comment_shortcuts','false'),(35,2,'admin_color','fresh'),(36,2,'use_ssl','0'),(37,2,'show_admin_bar_front','true'),(38,2,'wc_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(39,2,'wc_user_level','0'),(40,2,'dismissed_wp_pointers','wp330_toolbar,wp330_saving_widgets,wp340_choose_image_from_library,wp340_customize_current_theme_link,wp350_media,wp360_revisions,wp360_locks'),(43,1,'wc_6_dashboard_quick_press_last_post_id','30'),(44,1,'manageedit-tix_attendeecolumnshidden','a:4:{i:0;s:15:\"tix_order_total\";i:1;s:16:\"tix_ticket_price\";i:2;s:15:\"tix_reservation\";i:3;s:10:\"tix_coupon\";}'),(45,1,'manageedit-tix_ticketcolumnshidden','a:2
 :{i:0;s:18:\"tix_purchase_count\";i:1;s:12:\"tix_reserved\";}'),(46,1,'wc_7_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(47,1,'wc_7_user_level','10'),(48,1,'wc_7_dashboard_quick_press_last_post_id','182'),(55,1,'wc_11_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(56,1,'wc_11_user_level','10'),(57,1,'wc_11_dashboard_quick_press_last_post_id','356'),(58,1,'closedpostboxes_tix_ticket','a:1:{i:0;s:10:\"postcustom\";}'),(59,1,'metaboxhidden_tix_ticket','a:0:{}'),(60,1,'wc_7_user-settings','libraryContent=browse&hidetb=1&editor=html'),(61,1,'wc_7_user-settings-time','1465238289'),(64,1,'wc_12_dashboard_quick_press_last_post_id','3'),(67,1,'wc_13_dashboard_quick_press_last_post_id','30'),(68,1,'nav_menu_recently_edited','8'),(69,1,'managenav-menuscolumnshidden','a:4:{i:0;s:11:\"link-target\";i:1;s:11:\"css-classes\";i:2;s:3:\"xfn\";i:3;s:11:\"description\";}'),(70,1,'metaboxhidden
 _nav-menus','a:13:{i:0;s:8:\"add-post\";i:1;s:15:\"add-tggr-tweets\";i:2;s:18:\"add-tggr-instagram\";i:3;s:15:\"add-tggr-flickr\";i:4;s:15:\"add-wcb_speaker\";i:5;s:15:\"add-wcb_session\";i:6;s:15:\"add-wcb_sponsor\";i:7;s:12:\"add-post_tag\";i:8;s:15:\"add-post_format\";i:9;s:11:\"add-hashtag\";i:10;s:13:\"add-wcb_track\";i:11;s:19:\"add-wcb_session_tag\";i:12;s:21:\"add-wcb_sponsor_level\";}'),(71,1,'edit_wcb_speaker_per_page','120'),(74,1,'wc_14_dashboard_quick_press_last_post_id','30'),(75,1,'wc_9_dashboard_quick_press_last_post_id','30'),(76,1,'meta-box-order_dashboard','a:4:{s:6:\"normal\";s:19:\"dashboard_right_now\";s:4:\"side\";s:40:\"dashboard_activity,dashboard_quick_press\";s:7:\"column3\";s:17:\"dashboard_primary\";s:7:\"column4\";s:0:\"\";}'),(77,1,'closedpostbox
 es_dashboard','a:0:{}'),(78,1,'metaboxhidden_dashboard','a:1:{i:0;s:21:\"dashboard_quick_press\";}'),(79,1,'closedpostboxes_page','a:1:{i:0;s:12:\"revisionsdiv\";}'),(80,1,'metaboxhidden_page','a:3:{i:0;s:11:\"commentsdiv\";i:1;s:7:\"slugdiv\";i:2;s:9:\"authordiv\";}'),(81,1,'wc_9_user-settings','libraryContent=browse'),(82,1,'wc_9_user-settings-time','1397609779'),(85,1,'wc_15_user-settings','libraryContent=browse'),(86,1,'wc_15_user-settings-time','1397609943'),(87,1,'wc_15_dashboard_quick_press_last_post_id','30'),(88,1,'meta-box-order_tix_coupon','a:3:{s:4:\"side\";s:52:\"submitdiv,tix_coupon_options,tix_coupon_availability\";s:6:\"normal\";s:29:\"postcustom,slugdiv,tix_db_log\";s:8:\"advanced\";s:0:\"\";}'),(89,1,'screen_layout_tix_coupon','2'),(90,1,'closedpostboxes_tix_coupon','a:0:{}'),(91,1,'metaboxhidden_tix_coupon','a:1:{i:0;s:7:\"slugdiv\";}'),(109,1,'w
 c_2_user-settings','libraryContent=browse&editor=tinymce&hidetb=1'),(110,1,'wc_2_user-settings-time','1465238993'),(118,1,'closedpostboxes_wcss_','a:0:{}'),(119,1,'metaboxhidden_wcss_','a:1:{i:0;s:7:\"slugdiv\";}'),(120,1,'wc_3_user-settings','editor=tinymce&ed_size=362'),(121,1,'wc_3_user-settings-time','1400884091'),(122,1,'edit_page_per_page','120'),(123,1,'closedpostboxes_post','a:0:{}'),(124,1,'metaboxhidden_post','a:5:{i:0;s:11:\"postexcerpt\";i:1;s:13:\"trackbacksdiv\";i:2;s:16:\"commentstatusdiv\";i:3;s:7:\"slugdiv\";i:4;s:9:\"authordiv\";}'),(137,1,'edit_feedback_per_page','120'),(148,1,'closedpostboxes_wordcamp','a:0:{}'),(149,1,'metaboxhidden_wordcamp','a:1:{i:0;s:7:\"slugdiv\";}'),(151,1,'closedpostboxes_mes','a:0:{}'),(152,1,'metaboxhidden_mes','a:1:{i:0;s:7:\"slugdiv\";}'),(161,1,'wc_22_dashboard_quick_press_last_post_id','808686'),(180,1,'wc_24_user-settings','libraryContent=br
 owse'),(181,1,'wc_24_user-settings-time','1403208200'),(182,1,'wc_24_dashboard_quick_press_last_post_id','31'),(185,1,'wc_25_user-settings','libraryContent=browse'),(186,1,'wc_25_user-settings-time','1403208874'),(189,1,'wc_26_user-settings','libraryContent=browse'),(190,1,'wc_26_user-settings-time','1403217517'),(193,1,'wc_27_user-settings','libraryContent=browse'),(194,1,'wc_27_user-settings-time','1403217699'),(203,1,'wc_31_user-settings','libraryContent=browse'),(204,1,'wc_31_user-settings-time','1403218358'),(219,1,'wc_38_user-settings','libraryContent=browse'),(220,1,'wc_38_user-settings-time','1403219158'),(223,1,'wc_39_user-settings','libraryContent=browse'),(224,1,'wc_39_user-settings-time','1403219974'),(227,1,'wc_40_user-settings','libraryContent=browse'),(228,1,'wc_40_user-settings-time','1403220152'),(233,1,'wc_42_user-settings','libraryContent=browse'),(234,1,'wc_42_user-settings-time','1403220894'),(239,1,'wc_45_capabilities','a:1:{s:13:\"administrator\";b:1
 ;}'),(240,1,'wc_45_user_level','10'),(241,1,'wc_45_user-settings','libraryContent=browse'),(242,1,'wc_45_user-settings-time','1403222814'),(243,1,'wc_45_dashboard_quick_press_last_post_id','33'),(244,1,'edit_wordcamp_per_page','120'),(245,1,'upload_per_page','111'),(246,1,'edit_topic_per_page','101'),(247,1,'edit_reply_per_page','120'),(248,1,'edit_tix_attendee_per_page','201'),(249,1,'wc_46_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(250,1,'wc_46_user_level','10'),(251,1,'wc_46_dashboard_quick_press_last_post_id','808713'),(252,1,'edit_tggr-flickr_per_page','120'),(253,1,'session_tokens','a:2:{s:64:\"0e96af88958dc85b5a5bcae505c49ca73daa24e3cb83e4d66e47e57cb9469f47\";a:4:{s:10:\"expiration\";i:1513487992;s:2:\"ip\";s:12:\"192.168.50.1\";s:2:\"ua\";s:82:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10.12; rv:58.0) Gecko/20100101 Firefox/58.0\";s:5:\"login\";i:1513315192;}s:64:\"d4acdac53d6b8fdd191
 d9763ba788ac866106ec842e5a6e3f37e4273ec37a68c\";a:4:{s:10:\"expiration\";i:1513488005;s:2:\"ip\";s:12:\"192.168.50.1\";s:2:\"ua\";s:82:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10.12; rv:58.0) Gecko/20100101 Firefox/58.0\";s:5:\"login\";i:1513315205;}}'),(254,1,'wc_11_user-settings','libraryContent=browse&posts_list_mode=excerpt'),(255,1,'wc_11_user-settings-time','1417900730'),(256,1,'wc_user-settings','libraryContent=browse&mfold=o'),(257,1,'wc_user-settings-time','1465237759'),(258,1,'wc_46_user-settings','libraryContent=browse'),(259,1,'wc_46_user-settings-time','1465237913'),(260,1,'community-events-location','a:1:{s:2:\"ip\";s:12:\"192.168.50.0\";}');
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+INSERT INTO `wc_usermeta` VALUES (1,1,'first_name',''),(2,1,'last_name',''),(3,1,'nickname','admin'),(4,1,'description',''),(5,1,'rich_editing','true'),(6,1,'comment_shortcuts','false'),(7,1,'admin_color','fresh'),(8,1,'use_ssl','0'),(9,1,'show_admin_bar_front','true'),(10,1,'wc_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(11,1,'wc_user_level','10'),(12,1,'dismissed_wp_pointers','wp330_toolbar,wp330_saving_widgets,wp340_choose_image_from_library,wp340_customize_current_theme_link,wp350_media,wp360_revisions,wp360_locks,wp390_widgets'),(13,1,'show_welcome_panel','0'),(14,1,'wc_dashboard_quick_press_last_post_id','3'),(15,1,'source_domain','wordcamp.test'),(16,1,'primary_blog','1'),(17,1,'wc_2_capabilities','a:2:{s:13:\"administrator\";b:1;s:13:\"bbp_keymaster\";b:1;}'),(18,1,'wc_2_user_level','10'),(19,1,'wc_2_dashboard_quick_press_last_post_id','69190'
 ),(26,1,'wc_3_dashboard_quick_press_last_post_id','1185675'),(27,1,'wc_4_dashboard_quick_press_last_post_id','3'),(28,1,'wc_5_dashboard_quick_press_last_post_id','3'),(29,2,'first_name',''),(30,2,'last_name',''),(31,2,'nickname','tagregator'),(32,2,'description',''),(33,2,'rich_editing','true'),(34,2,'comment_shortcuts','false'),(35,2,'admin_color','fresh'),(36,2,'use_ssl','0'),(37,2,'show_admin_bar_front','true'),(38,2,'wc_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(39,2,'wc_user_level','0'),(40,2,'dismissed_wp_pointers','wp330_toolbar,wp330_saving_widgets,wp340_choose_image_from_library,wp340_customize_current_theme_link,wp350_media,wp360_revisions,wp360_locks'),(43,1,'wc_6_dashboard_quick_press_last_post_id','30'),(44,1,'manageedit-tix_attendeecolumnshidden','a:4:{i:0;s:15:\"tix_order_total\";i:1;s:16:\"tix_ticket_price\";i:2;s:15:\"tix_reservation\";i:3;s:10:\"tix_coupon\";}'),(45,1,'manageedit-tix_ticketcolumnshidden','a:2:
 {i:0;s:18:\"tix_purchase_count\";i:1;s:12:\"tix_reserved\";}'),(46,1,'wc_7_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(47,1,'wc_7_user_level','10'),(48,1,'wc_7_dashboard_quick_press_last_post_id','182'),(55,1,'wc_11_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(56,1,'wc_11_user_level','10'),(57,1,'wc_11_dashboard_quick_press_last_post_id','356'),(58,1,'closedpostboxes_tix_ticket','a:1:{i:0;s:10:\"postcustom\";}'),(59,1,'metaboxhidden_tix_ticket','a:0:{}'),(60,1,'wc_7_user-settings','libraryContent=browse&hidetb=1&editor=html'),(61,1,'wc_7_user-settings-time','1465238289'),(64,1,'wc_12_dashboard_quick_press_last_post_id','3'),(67,1,'wc_13_dashboard_quick_press_last_post_id','30'),(68,1,'nav_menu_recently_edited','8'),(69,1,'managenav-menuscolumnshidden','a:4:{i:0;s:11:\"link-target\";i:1;s:11:\"css-classes\";i:2;s:3:\"xfn\";i:3;s:11:\"description\";}'),(70,1,'metaboxhidden_
 nav-menus','a:13:{i:0;s:8:\"add-post\";i:1;s:15:\"add-tggr-tweets\";i:2;s:18:\"add-tggr-instagram\";i:3;s:15:\"add-tggr-flickr\";i:4;s:15:\"add-wcb_speaker\";i:5;s:15:\"add-wcb_session\";i:6;s:15:\"add-wcb_sponsor\";i:7;s:12:\"add-post_tag\";i:8;s:15:\"add-post_format\";i:9;s:11:\"add-hashtag\";i:10;s:13:\"add-wcb_track\";i:11;s:19:\"add-wcb_session_tag\";i:12;s:21:\"add-wcb_sponsor_level\";}'),(71,1,'edit_wcb_speaker_per_page','120'),(74,1,'wc_14_dashboard_quick_press_last_post_id','30'),(75,1,'wc_9_dashboard_quick_press_last_post_id','30'),(76,1,'meta-box-order_dashboard','a:4:{s:6:\"normal\";s:19:\"dashboard_right_now\";s:4:\"side\";s:40:\"dashboard_activity,dashboard_quick_press\";s:7:\"column3\";s:17:\"dashboard_primary\";s:7:\"column4\";s:0:\"\";}'),(77,1,'closedpostboxe
 s_dashboard','a:0:{}'),(78,1,'metaboxhidden_dashboard','a:1:{i:0;s:21:\"dashboard_quick_press\";}'),(79,1,'closedpostboxes_page','a:1:{i:0;s:12:\"revisionsdiv\";}'),(80,1,'metaboxhidden_page','a:3:{i:0;s:11:\"commentsdiv\";i:1;s:7:\"slugdiv\";i:2;s:9:\"authordiv\";}'),(81,1,'wc_9_user-settings','libraryContent=browse'),(82,1,'wc_9_user-settings-time','1397609779'),(85,1,'wc_15_user-settings','libraryContent=browse'),(86,1,'wc_15_user-settings-time','1397609943'),(87,1,'wc_15_dashboard_quick_press_last_post_id','30'),(88,1,'meta-box-order_tix_coupon','a:3:{s:4:\"side\";s:52:\"submitdiv,tix_coupon_options,tix_coupon_availability\";s:6:\"normal\";s:29:\"postcustom,slugdiv,tix_db_log\";s:8:\"advanced\";s:0:\"\";}'),(89,1,'screen_layout_tix_coupon','2'),(90,1,'closedpostboxes_tix_coupon','a:0:{}'),(91,1,'metaboxhidden_tix_coupon','a:1:{i:0;s:7:\"slugdiv\";}'),(109,1,'wc
 _2_user-settings','libraryContent=browse&editor=tinymce&hidetb=1'),(110,1,'wc_2_user-settings-time','1465238993'),(118,1,'closedpostboxes_wcss_','a:0:{}'),(119,1,'metaboxhidden_wcss_','a:1:{i:0;s:7:\"slugdiv\";}'),(120,1,'wc_3_user-settings','editor=tinymce&ed_size=362'),(121,1,'wc_3_user-settings-time','1400884091'),(122,1,'edit_page_per_page','120'),(123,1,'closedpostboxes_post','a:0:{}'),(124,1,'metaboxhidden_post','a:5:{i:0;s:11:\"postexcerpt\";i:1;s:13:\"trackbacksdiv\";i:2;s:16:\"commentstatusdiv\";i:3;s:7:\"slugdiv\";i:4;s:9:\"authordiv\";}'),(137,1,'edit_feedback_per_page','120'),(148,1,'closedpostboxes_wordcamp','a:0:{}'),(149,1,'metaboxhidden_wordcamp','a:1:{i:0;s:7:\"slugdiv\";}'),(151,1,'closedpostboxes_mes','a:0:{}'),(152,1,'metaboxhidden_mes','a:1:{i:0;s:7:\"slugdiv\";}'),(161,1,'wc_22_dashboard_quick_press_last_post_id','808686'),(180,1,'wc_24_user-settings','libraryContent=bro
 wse'),(181,1,'wc_24_user-settings-time','1403208200'),(182,1,'wc_24_dashboard_quick_press_last_post_id','31'),(185,1,'wc_25_user-settings','libraryContent=browse'),(186,1,'wc_25_user-settings-time','1403208874'),(189,1,'wc_26_user-settings','libraryContent=browse'),(190,1,'wc_26_user-settings-time','1403217517'),(193,1,'wc_27_user-settings','libraryContent=browse'),(194,1,'wc_27_user-settings-time','1403217699'),(203,1,'wc_31_user-settings','libraryContent=browse'),(204,1,'wc_31_user-settings-time','1403218358'),(219,1,'wc_38_user-settings','libraryContent=browse'),(220,1,'wc_38_user-settings-time','1403219158'),(223,1,'wc_39_user-settings','libraryContent=browse'),(224,1,'wc_39_user-settings-time','1403219974'),(227,1,'wc_40_user-settings','libraryContent=browse'),(228,1,'wc_40_user-settings-time','1403220152'),(233,1,'wc_42_user-settings','libraryContent=browse'),(234,1,'wc_42_user-settings-time','1403220894'),(239,1,'wc_45_capabilities','a:1:{s:13:\"administrator\";b:1;
 }'),(240,1,'wc_45_user_level','10'),(241,1,'wc_45_user-settings','libraryContent=browse'),(242,1,'wc_45_user-settings-time','1403222814'),(243,1,'wc_45_dashboard_quick_press_last_post_id','33'),(244,1,'edit_wordcamp_per_page','120'),(245,1,'upload_per_page','111'),(246,1,'edit_topic_per_page','101'),(247,1,'edit_reply_per_page','120'),(248,1,'edit_tix_attendee_per_page','201'),(249,1,'wc_46_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(250,1,'wc_46_user_level','10'),(251,1,'wc_46_dashboard_quick_press_last_post_id','808713'),(252,1,'edit_tggr-flickr_per_page','120'),(253,1,'session_tokens','a:1:{s:64:\"5685dbba948b42cd97b48fadc9984b73dba3a4160b163b1885812df850fc2b89\";a:4:{s:10:\"expiration\";i:1562697141;s:2:\"ip\";s:10:\"172.19.0.1\";s:2:\"ua\";s:82:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:68.0) Gecko/20100101 Firefox/68.0\";s:5:\"login\";i:1561487541;}}'),(254,1,'wc_11_user-settings','
 libraryContent=browse&posts_list_mode=excerpt'),(255,1,'wc_11_user-settings-time','1417900730'),(256,1,'wc_user-settings','libraryContent=browse&mfold=o'),(257,1,'wc_user-settings-time','1465237759'),(258,1,'wc_46_user-settings','libraryContent=browse'),(259,1,'wc_46_user-settings-time','1465237913'),(260,1,'community-events-location','a:4:{s:11:\"description\";s:7:\"Seattle\";s:8:\"latitude\";s:10:\"47.6062100\";s:9:\"longitude\";s:12:\"-122.3320700\";s:7:\"country\";s:2:\"US\";}');
</ins><span class="cx" style="display: block; padding: 0 10px"> /*!40000 ALTER TABLE `wc_usermeta` ENABLE KEYS */;
</span><span class="cx" style="display: block; padding: 0 10px"> UNLOCK TABLES;
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -2312,4 +2336,4 @@
</span><span class="cx" style="display: block; padding: 0 10px"> /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
</span><span class="cx" style="display: block; padding: 0 10px"> /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">--- Dump completed on 2017-12-15  5:25:42
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+-- Dump completed on 2019-06-25 20:15:35
</ins></span></pre></div>
<a id="sitestrunkwordcamporgdockercomposeyaml"></a>
<div class="modfile"><h4 style="background-color: #eee; color: inherit; margin: 1em 0; padding: 1.3em; font-size: 115%">Modified: sites/trunk/wordcamp.org/docker-compose.yaml</h4>
<pre class="diff"><span>
<span class="info" style="display: block; padding: 0 10px; color: #888">--- sites/trunk/wordcamp.org/docker-compose.yaml      2019-06-25 20:47:17 UTC (rev 8993)
+++ sites/trunk/wordcamp.org/docker-compose.yaml        2019-06-25 20:47:24 UTC (rev 8994)
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -25,6 +25,7 @@
</span><span class="cx" style="display: block; padding: 0 10px">       # todo maybe setup cron job to run the git pull, like production? the above will only run when starting container
</span><span class="cx" style="display: block; padding: 0 10px">     # todo configure entrypoint to work around annoying wp-cli allow-root problem -- https://github.com/wp-cli/wp-cli/issues/1838#issuecomment-434077907
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+  # todo document why this is a separate container
</ins><span class="cx" style="display: block; padding: 0 10px">   wordcamp.db:
</span><span class="cx" style="display: block; padding: 0 10px">     build:
</span><span class="cx" style="display: block; padding: 0 10px">       context: .docker
</span></span></pre>
</div>
</div>

</body>
</html>